@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: SIMPLESTER-Ver2
Template: stinger5ver20141227
---------------------------------------------------------*/
@import url('../stinger5ver20141227/style.css');
/*----
テーマ内のメインカラー(デフォルトでは赤色)を変更する時は「#66CCFF」、サブカラー（デフォルトでは青色でトップページのタグの色）を変更する時は「#00bcd4」を検索し、好きな色の値に置換して下さい。複数項目あります。
-----*/

/*2カラム設定
（ウインドウの幅が1150px以上の場合のみトップページの新着記事一覧部分が2カラムになります。
2カラムデザインを使用する場合は下記の数字「99999999」を「1150」に変更してください。）
--------------------*/

/*
@media screen and (max-width: 1366px) {　ipad 7　の横 CSS
@media screen and (max-width: 1024px) {　ipad 7　の縦 CSS
@media screen and (max-width: 896px) {　ipad　の縦 CSS
@media screen and (max-width: 750px) {　iphone12　の横 CSS
@media screen and (max-width: 667px) {　iphone　の横 CSS
@media screen and (max-width: 480px) {　スマホ　の縦 CSS
*/


* {
	font-family:"メイリオ", "Meiryo", "verdana", sans-serif;
}
body {
	max-width: 1500px;
	word-wrap: break-word;
	background-color:#fff;
	margin: 0 auto;
	background: #eeeeee;
	overflow-x: hidden;
	background-image: url("https://isplan.bond/wp/wp-content/uploads/2021/07/2661131-scaled.jpg");
}
@media screen and (max-width:1366px) {
body {
	max-width: 1366px;
	word-wrap: break-word;
	background-color:#fff;
	margin: 0 auto;
	background: #eeeeee;
}
}
@media screen and (max-width:480px) {
body {
	background-color:#fff;
	background-image: none;
	max-width: 100%;
}
}
a {
	color: #030628;
}
a:hover {
	color: #362e2b;
	position: relative;
	top: 2px;
	left: 2px;
}
.enji {
	color: #362e2b;
}
.center {
	text-align:center;
	margin: 0em auto;
}
.left {
	text-align:left;
}
.komoji {
	font-size: 11px;
}
section {
	margin: 2em 10px 4em;
}
article {
	padding: 0em 0px 2em;
}
main {
	border-radius:0px;
	background: none repeat scroll 0% 0% transparent;
	padding: 0px;
	width: 830px;
}
#content {
	padding-top:0px;
	background: #fff;
}
.clear {
	clear:both;
}
@media screen and (max-width:1024px) {
main {
	border-radius:0px;
	background: none repeat scroll 0% 0% transparent;
	padding: 0px;
	width: 100%;
}
}
@media screen and (max-width:896px) {
section {
	width: auto;
	margin: 2em 0em 4em;
}
main {
	border-radius:0px;
	background: none repeat scroll 0% 0% transparent;
	padding: 0px;
	width: 100%;
}
}
@media screen and (max-width:768px) {
main {
	border-radius: 0px;
	background: none repeat scroll 0% 0% transparent;
	padding: 0px;
	margin: 0 0px 20px;
	width: 100%;
}
}
@media screen and (max-width:480px) {
main {
	padding: 0px;
	margin: 0 0px 20px;
}
section {
	width: auto;
	margin: 2em 10px 4em;
}
}
/*=================================================
 * 「PC版表示タグ」「スマホ版表示タグ」を作る
 * ================================================= */
/*-- PC版表示CSS  --*/
.pc_area {
	display:block;
}
.phone_area {
	display:none;
}
/*-- スマホ版表示CSS  --*/
@media screen and (max-width:480px) {
.pc_area {
	display:none;
}
.phone_area {
	display:block;
}
}
/*=================================================
 * wrapper 周り
 * ================================================= */
.oowaku2 {
	width: 1080px;
	margin: 480px auto 0;
	background: #fff;
}
.oowaku {
	width: 1080px;
	margin: 378px auto 0;
	background: #fff;
}
.absolute {
	position : absolute;
	top : 0%;
	left : 50%;
	transform : translate(-50%, -0%);
}
.sidebar {
	width: 240px;
	float: left;
	padding: 0 0 0 10px;
	background: #fff;
	margin: -378px 0 0;
}
.sidebar2 {
	width: 240px;
	float: left;
	padding: 0 0 0 10px;
	background: #fff;
	margin: 0px 0 0;
}
.search .sidebar {
	width: 240px;
	float: left;
	padding: 0 0 0 10px;
	background: #fff;
	margin: -0px 0 0;
}
.sidebar img {
	margin: 1em auto 0;
}
#wrapper {
	width: 830px;
	overflow:hidden;
	padding: 10px 0px 0em;
	float: right;
	margin: 2em 0;
}
body:not(.home) .widget--sticky {/* トップページ以外にスタイルを設定 */
	position: sticky;
	top: 0px;
}
.search .oowaku2 {
	margin: 0px auto 0;
}
#wrapper {/* トップページ以外にスタイルを設定 */
	margin: 0em 0;
}
@media screen and (max-width:1024px) {
.oowaku2 {
	width: 100%;
	margin: 250px auto 0;
	background: #fff;
}
.absolute {
	position : absolute;
	top : 0;
	left : 50%;
	transform : translate(-50%, -0%);
	width:100%;
}
.sidebar {
	width: 240px;
	float: left;
	padding: 0 0 0 10px;
	background: #fff;
	margin: -378px 0 0;
}
.home .sidebar {
	width: 240px;
	float: left;
	padding: 0 0 0 10px;
	background: #fff;
	margin: -250px 0 0;
}
.oowaku {
	width: 100%;
	margin: 378px auto 0;
	background: #fff;
}
#wrapper {
	width: 754px;
	overflow:hidden;
	background-color: #FFF;
	padding: 0 10px 0em;
	float: right;
}
.sidebar .center {
	display: none;
	padding: 0px;
	margin: 0;
}
}
@media screen and (max-width:896px) {
.absolute {
	position : absolute;
	top : 0;
	left : 50%;
	transform : translate(-50%, -0%);
	width:100%;
}
.sidebar {
	width: 240px;
	float: left;
	padding: 0 0 0 10px;
	background: #fff;
	margin: 0 0 0;
}
#wrapper {
	width: 540px;
	overflow:hidden;
	background-color: #FFF;
	padding: 0 10px 0em;
	float: left;
}
}
@media screen and (max-width:768px) {
.oowaku {
	width: 100%;
	margin: 378px auto 0;
	background: #fff;
}
.sidebar {
	width: 240px;
	float: left;
	padding: 0 0 0 10px;
	margin: -378px 0 0;
}
.sidebar .center {
	display: none;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 498px;
	overflow:hidden;
	background-color: #FFF;
	padding: 0 0px 0em;
	float: left;
}
.smanone {
	display: block;
}
.pcnone {
	display: none;
}
}
@media screen and (max-width:750px) {
.sidebar .center {
	display: block;
	padding: 0px;
	margin: 0;
	text-align:left;
}
}
@media screen and (max-width:667px) {
#wrapper {
	width: 417px;
	overflow:hidden;
	background-color: #FFF;
	padding: 0 0px 0em;
	float: left;
}
}
@media screen and (max-width:480px) {
body:not(.home) .widget--sticky {/* トップページ以外にスタイルを設定 */
	position: relative;
	top: 0px;
}
.absolute {
	position : relative;
	top : 0;
	left : 50%;
	transform : translate(-50%, -0%);
	width:100%;
}
.sidebar {
	width: 100%;
	float: none;
	padding: 10px 0 0 0px;
	margin: -378px 0 0;
}
.home .sidebar {
	width: 100%;
	float: none;
	padding: 10px 0 0 0px;
	background: #fff;
	margin: -250px 0 0;
}
.sidebar a img {
	margin: 0 auto;
	text-align:center;
}
.oowaku {
	width: 100%;
	margin: 0px auto 0;
	background: #fff;
}
#wrapper {
	overflow:hidden;
	width: 100%;
	padding: 0 0px 0em;
	margin: 0px auto 0;
}
.smanone {
	display: none;
}
.pcnone {
	display: block;
}
.sidebar .center {
	display: block;
	padding: 0px;
	margin: 0;
	text-align:center;
}
}
/*=================================================
 * header 周り
 * ================================================= */
.fa-phone-square:before {
	content: "";
	background-color: #000;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/白抜きの電話アイコン-2.svg");
	mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/白抜きの電話アイコン-2.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 5px 8px 1px;
}
@media screen and (max-width: 896px) {
div..sitenamewaku::after {
 content: "";
 clear: both;
}
.headerright {
	margin: 0 0 0;
}
}
@media screen and (max-width:667px) {
.headwaku {
	float: none;
	background-color:rgba(255,255,255,0.8);
	padding: 15px;
}
.headerright {
	text-align: center;
	float: right;
	margin: 0px 0 0;
	position: static;
	padding: 0;
	background-color: rgba(255,255,255,0.8);
}
.bg-slider__title {
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
	margin: 10px;
}
}
@media screen and (max-width:480px) {
.sitename {
	text-align: center;
	float: none;
	background-color: #fff;
	padding: 10px;
}
.headerright {
	text-align: center;
	float: none;
	margin: 10px 0 0;
	position: static;
	padding: 0;
	background-color:rgba(255,255,255,0.8);
}
.bg-slider__title {
	color: #fff;
	font-size: 28px;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}
.headerright a, .headerright a:hover {
	color: #362e2b;
}
.footerlogo3 a, .footerlogo3 a:hover {
	color: #fff;
}
}
/*=================================================
 * メニュー
 * ================================================= */
.topmenu {
	margin: 0 auto;
	padding: 0 0 0 0px;
}
nav {
	padding: 10px 0 0px;
}
nav li {
	font-size: 18px;
	padding: 0px;
	float: none;
	border-left-width: 0px;
}
nav li a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 0px;
	display: block;
	text-align: left;
	width: 100%;
	border-bottom: dotted 1px #333;
}
nav li a:hover {
	width: 100%;
}
nav li:last-child {
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
.current_page_item, .current-menu-item {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
@media screen and (max-width: 1366px) {
.topmenu {
	margin: 0 auto;
	display: block;
	padding: 50px 0 0 0px;
	width: 100%;
}
}
@media screen and (max-width: 896px) {
.current_page_item, .current-menu-item {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #030628;
}
}
@media screen and (max-width:667px) {
.acordion_tree li {
	float: none;
	font-size: 13px;
	padding-left: 0px;
	display: inline;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-left-width: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	width: 100%;
}
.acordion_tree li a {
	margin: 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #959595;
}
nav li:last-child {
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
}
@media screen and (max-width:480px) {
.topmenu {
	margin: 0 auto;
	display: block;
	padding: 0px 0 0 0px;
	width: 100%;
}
nav {
	padding: 60px 0 0px;
}
nav li {
	width: 100%;
	margin: 0 0px 0;
	position: relative;
	left: 0;
	float: none;
}
nav li:last-child {
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #CCC;
}
.acordion_tree li {
	margin-bottom: 5px;
	float: none;
	border-left-width: 0px;
}
#menu-navmenu-1 li a {
	float: none;
	display: block;
	text-align: left;
}
ul#menu-navmenu-1 li a {
	text-align: left;
}
.current_page_item a {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #030628;
}
.acordion_tree li {
	float: none;
	font-size: 13px;
	padding-left: 0px;
	display: inline;
	padding-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	width: 100%;
}
.acordion_tree li a {
	margin: 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #959595;
}
}
/*=================================================
 * pagetop-btn 周り
 * ================================================= */
#page-top {
	right:10px;
}
.page-id-42 #page-top {
	right:0px;
	bottom: 80px;
}
#page-top a {
	opacity: 0.4;
	padding: 10px 15px;
	background: none repeat scroll 0% 0% #000;
}
#page-top a:hover {
	background: none repeat scroll 0% 0% #28a7e1;
	color: #FFF;
	opacity: 0.8;
}
@media screen and (max-width:480px) {
#page-top {
	display:none!important;
}
}
/*=================================================
 * footer 上
 * ================================================= */
.topmidashi01 {
	color: #fff;
	font-size: 3em;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
	padding: 2em 0 0;
}
.cd-fixed-bg {
	position: relative;
	min-height: 450px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
.cd-fixed-bg p {
	color: #fff;
	line-height: 1.5;
	text-align:center;
}
.cd-fixed-bg a:hover {
	color: #fff;
	opacity: 0.7;
}
.cd-fixed-bg::before {
	background-color: rgba(0,0,0,0.2);/* 透過した黒を上から重ねるイメージ */
	position: absolute;/* 自由に位置指定 */
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.box01 {
	position: absolute;
	width: 100%;
	text-align: center;
}
.box01 p {
	color: #fff;
}
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
}
.fadein.scrollin {/* 画面内に入った状態 */
	opacity : 1;
	transform : translate(0, 0);
}
/*=================================================
 * footer 周り
 * ================================================= */
.saidaiwaku {
	width: 100%;
	margin: 0 auto;
	background-color:#fff;
}
.saidaiwaku img {
	text-align: center;
	margin: 0 auto;
}
.footerlogo {
	width: 100%;
	clear: both;
	padding-top: 0em;
	text-align: right;
	color: #000;
	background: #a1d0f5;
	border-top: 1px solid #e2e5de;
}
.footerlogo2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 4em 0;
	background: #28a7e1;
	color: #fff;
}
.footerlogo3 {
	width: 980px;
	text-align: center;
	clear: both;
	margin: 3em auto 0;
}
.footermei {
	color: #fff;
	font-size: 2.5em;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
	padding: 0em 0 0;
}
.footerlogo img {
	max-height: 80px;
	display: inline;
}
.copy {
	font-size:12px;
	color: #000;
	text-align: center;
	margin-bottom: 0px;
	padding: 3em 0;
}
.copy a {
	color: #000;
}
#menu-undermenu {
	display: inline-block;
	border-bottom-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
	width: 1080px;
}
#menu-undermenu li {
	list-style:none;
	float: none;
	margin: 0 1em;
	display: inline-block;
}
#menu-undermenu li:before {
	content: "";
	background-color: #fff;
	display: inline-block;
	height: 1.1em;
	width: 1.1em;
	-webkit-mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/122_arr_24.svg");
	mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/122_arr_24.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 3px 3px 1px;
}
#menu-undermenu li:first-child a {
	border-left: 0px solid #FFF;
}
#menu-undermenu li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
#menu-undermenu li a:hover {
	color:#fff;
	text-decoration: underline;
}
.menu-undermenu-container {
	text-align: right;
}
#menu-undermenu li.current-menu-item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	height: 23px;
}
@media screen and (max-width: 1366px) {
.footerlogo2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#menu-undermenu {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-left: -10px;
}
}
@media screen and (max-width:1024px) {
#menu-undermenu {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0px;
}
.menu-footermenu-container {
	margin: 0px 1em;
}
}
@media screen and (max-width:896px) {
#menu-undermenu li {
	list-style:none;
	float: none;
	margin: 0em;
	display: inline-block;
}
}
@media screen and (max-width:480px) {
#menu-undermenu li.current-menu-item {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	height: auto;
}
.footerlogo2 {
	width: 100%;
	text-align: center;
}
.footerlogo3 {
	width: 90%;
	text-align: center;
	clear: both;
	padding: 0px 0px;
}
#menu-undermenu {
	text-align: left;
	margin: 0px 0px 0px;
	display:block;
	overflow:hidden;
	width:100%;
	z-index:10;
	position:relative;
	font-size:85.7%;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 white;
	box-shadow: inset 0 1px 0 white;
}
#menu-undermenu li:before {
	display:none;
}
#menu-undermenu .innerBox {
	width: 100%;
	margin: 0;
}
#menu-undermenu .menu {
	display:block;
	overflow:hidden;
}
#menu-undermenu .menu li {
	list-style:none;
	display:block;
	margin:0px;
	padding:0px;
	line-height:100%;
	font-size:12px;
	width:100%;
}
#menu-undermenu .menu li a {
	background: url("https://isplan.bond/wp/wp-content/uploads/2022/02/arrow_gray.png") right bottom no-repeat;
	color:#fff;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 3%;
	display: block;
	overflow: hidden;
	text-decoration: none;
}
#menu-undermenu .menu li a:hover {
	background: url("https://isplan.bond/wp/wp-content/uploads/2022/02/arrow_gray.png") right bottom no-repeat #fffcdb;
	color: #362e2b;
}
#menu-undermenu li:first-child a {
	border-left: none;
}
#menu-undermenu li a {
	display: inline-block;
	padding: 0 1em;
	border-right: none;
	color: #FFF;
	text-decoration: none;
}
.footermei {
	color: #fff;
	font-size: 1.8em;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
	padding: 0em 0 0;
}
.footerlogo3 .adores {
	display: block;
}
}
@media screen and (max-width: 896px) {
#menu-undermenu li {
	padding: 0 10px 10px;
}
.footerlogo2 {
	width: 100%;
}
.footerlogo3 {
	width: 100%;
}
.footerlogo3 .tel-link a {
	color: #000;
}
}
/*=================================================
 * フッターSNSボタン
 * ================================================= */
.snsbotan a {
	float:left;
}
div.snsbotan {
	overflow: hidden;
	position: relative;
	margin:20px 0 0 0;
}
ol.snsbotan1 {
	list-style-type: none;
	float: left;
	position:relative;
	left:50%;
	margin: 0;
	padding: 0;
	position: relative;
}
ol.snsbotan1 li {
	list-style-type: none;
	position: relative;
	left: -50%;
	margin:0px 0 0 20px;
	float: left;
}
ol.snsbotan1 li a img {
	max-width: 45px;
}
ol.snsbotan1 li:first-child {
	margin-left: 0px;
}
@media screen and (max-width:480px) {
ol.snsbotan1 li {
	list-style-type: none;
	position: relative;
	left: -50%;
	margin:0px 10px 0 10px;
	float: left;
}
ol.snsbotan1 li:first-child {
	margin-left: 10px;
}
ol.snsbotan1 li a {
	margin-left:0px;
}
ol.snsbotan1 li a img {
	max-width: 60px;
}
}
/*=================================================
 * artical メタ周り
 * ================================================= */
#breadcrumb div a, div#breadcrumb a, .tagst a {
	text-decoration: none;
	padding: 4px 7px;
	border-radius: 1px;
	margin-right: 5px;
	color: #818181;
	background-color: #f3f3f3;
	transition: all 0.4s ease;
	;
	border:none;
	font-size:12px;
}
#breadcrumb div a:hover, div#breadcrumb a:hover, .tagst a:hover {
	background-color:#362e2b;
	color:#fff;
}
div#breadcrumb {
	padding: 10px 10px;
	margin: 0px auto 0;
	border-bottom: 1px solid #e5e7e1;
	position: absolute;
	top: 0;
	background-color: rgba(255, 255, 255, 0.36);
	width: 810px;
}
@media screen and (max-width:768px) {
div#breadcrumb {
	padding: 10px 10px;
	margin: 0px auto 0;
	border-bottom: 1px solid #e5e7e1;
	position: absolute;
	top: 0;
	background-color: rgba(255, 255, 255, 0.36);
	width: 488px;
}
}
@media screen and (max-width:480px) {
div#breadcrumb {
	padding: 10px 10px;
	margin: 240px auto 0;
	border-bottom: 1px solid #e5e7e1;
	position: absolute;
	top: 0;
	background-color: rgba(255, 255, 255, 0.36);
	width: 95%;
}
}
/*=================================================
 * 個別記事 周り
 * ================================================= */
.post {
	background-color: #fff;
	padding: 0px 10px 20px;
	clear:both;
}
.post ol li {
	line-height: 2em;
	font-size: 1.2em;
}
.post ol li ol li {
	line-height: 2em;
	font-size: 1em;
}
.post img {
	margin: 0 auto;
}
.post h2.gaikouh2 {
	font-size:14px;
}
.post h3 {
	font-size: 1.2em;
	margin: 0px;
	color: #1a1a1a;
	line-height: 27px;
	border: 0px #999999 dotted;
	padding: 20px 0px;
}
@media screen and (max-width:480px) {
.post {
	padding: 20px 0px;
}
.post h3 {
	padding: 10px 10px;
}
}
/*関連記事　周り
--------------------*/
#kanren .clearfix dd h5 a:hover {
	color: #030628;
}
#kanren dt {
	float: left;
	width: 100px;
	height:100px;
}
#kanren dt img {
	width: 100px;
	height:100px;
}
/*ページネーション　周り
--------------------*/
div.pagination {
	display: inline-block;
	background: none !important;
	margin-top: 30px;
	font-size: 1.3em;
	padding: 0 10px;
}
div.pagination a {
	color:#fff !important
}
div.pagination a:hover {
	opacity:0.8
}
div.pagination span, div.pagination a {
	padding: 19px 21px 17px !important;
	background-color: #28a7e1 !important;
}
div.pagination span.current {
	padding: 19px 21px 17px !important;
	background-color: #fefefe !important;
}
.pagination .current {
	color:#333
}
/*タイポグラフィ 周り
--------------------*/
p {
	font-size:1.2em;
	line-height:2;
	margin-bottom:20px
}
.post a {
	text-decoration:none;
	border-bottom:1px dashed
}
.post blockquote {
	margin-right:0;
	border-left:3px solid #CCC
}
.post ul {
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
.post ul li {
	font-size:1.2em;
	line-height:27px;
	list-style-type:square
}
.post ol {
	padding-left:30px
}
.wp-caption-text:before {
	content:"■ "
}
table, table tr td, td, th, .post table {
	border-color:#ccc
}
/*サイドバー検索周り
--------------------*/
#s {
	padding: 5px 65px 5px 10px;
	background: none repeat scroll 0% 0% #f8f8f8 !important;
	border: 1px solid #e1e1e1;
}
/*--------------------------------
検索フォーム
---------------------------------*/
aside #search {
	padding-bottom: 0px;
	position: relative;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}
/*サイドバー カテゴリー
--------------------*/
#searchsubmit {
	background: #28a7e1;
}
aside {
	width: 240px;
	margin: 0px 0 2em;
}
aside #mybox ul li ul li a {
	color: #333;
	text-decoration: none;
	display: block;
}
aside #mybox ul li ul li a:before {
	margin-right:5px;
}
aside #mybox ul li ul li {
	font-size: 17px;
	line-height: 27px;
	background-color: #f9f9f9;
	margin-bottom: 10px;
}
@media screen and (max-width:768px) {
aside {
	width: 220px;
	margin: 0px 0 2em;
}
}
@media screen and (max-width:480px) {
aside {
	display: none;
}
aside #mybox ul li ul li {
	font-size: 17px;
	line-height: 27px;
	background-color: #f9f9f9;
	margin-bottom: 10px;
}
}
.screen-reader-text {
	display: none;
}
#archives-dropdown-3 {
	width: 100%;
	height: 40px;
}
aside #mybox ul li ul li:hover {
	opacity: 0.7;
}
li.cat-item a {
	padding: 10px 3%;
	display: block;
	overflow: hidden;
	text-decoration: none;
}
#mybox ul li a {
	padding: 20px 3%;
	overflow: hidden;
}
#mybox ul li .textwidget a {
	padding: 0px;
	overflow: hidden;
}
/*=================================================
 * sns btn 周り
 * ================================================= */
.sns {
	position:relative;
	margin: 2em 0 2em;
}
/* SNS ボタンのグループ */
.snsButtons_twitter {
	font-size:14px;
	line-height:21px;
	list-style-type:square
}
.snsButtons {
	margin: 5px;
	padding: 0px;
	text-align: center;
	font-size:14px;
	line-height:21px;
	list-style-type:square
}
.snsButtons a {
	text-decoration: none;
}
/* 各 SNS ボタンのボックス */
.snsButtons li {
	display: inline-block;  /* 水平に並べる */
	list-style-type: none;  /* 先頭のポッチを消す */
	margin: 2px;
	padding: 6px 0px;
	color: white;
	border-radius: 4px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
/* マウスカーソルを重ねたとき */
.snsButtons li:hover {
	opacity: 0.7;
}
/* クリックしたとき */
.snsButtons li:active {
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
}
/* アイコン部分 */
.snsButtons i {
	font-size: 18pt;
	min-width: 30px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: baseline;
}
/* テキスト部分 */
.snsButtons_label {
	min-width: 60px;
	display: inline-block;
	padding: 0px 8px 0px 0px;
	text-align: center;
	font-size: 10pt;
}
/* 各 SNS のブランドカラー */
.snsButtons_twitter {
	background: #000;
}
.snsButtons_facebook {
	background: #3b5998;
}
.snsButtons_pocket {
	background: #ee4056;
}
.snsButtons_google {
	background: #dd4b39;
}
.snsButtons_line {
	background: #1dcd00;
}
.snsButtons li a {
	color: #fff;
	border-bottom: none;
}
/*--------------------------------一覧記事表示部分、検索ボックスでの表示画面---------------------------------*/
#topnews dt img {
	width: 50%;
	margin:0 auto;
}
/*media Queries タブレットサイズ（最高780pxのサイズ）
----------------------------------------------------*/
@media screen and (max-width: 780px) {
#topnews dd {
	padding:0
}
}
/*media Queries タブレットサイズ（最低380pxのサイズ）
----------------------------------------------------*/
@media screen and (min-width: 320px) {
#topnews dd {
	padding:0
}
#topnews dt {
	width:100%;
	margin:0 auto;
	text-align: center;
}
}
/*=================================================
 * 各ページ見出し
 * ================================================= */
.pgh1 {
	padding: 0.5rem 10px;
	margin: 0;
	border-top: 2px solid #28a7e1;
	border-bottom: 2px solid #28a7e1;
	background: url("https://isplan.bond/wp/wp-content/uploads/2021/04/370642.png") no-repeat 95% center;
}
.pgh1 span {
	font-size: 0.9em;
	display:block;
	padding:10px 0 10px 0px;
}
.padbox2 {
	padding: 0 10px;
	background-color: rgba(255, 255, 255, 0.8);
}
.oomojiwaku {
	margin: 2em auto;
	text-align: center;
}
.padbox2 h2.oomojitop {
	padding: 0 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2em;
	text-align: center;
	margin: 0;
}
.padbox2 h2.oomojitop:before, .padbox2 h2.oomojitop:after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #e37e00;
}
.padbox2 h2.oomojitop:before {
	left: 0;
}
.padbox2 h2.oomojitop:after {
	right: 0;
}
.ptestpoint {
	margin-bottom: 0px;
}
.oomojikabu {
	color: #000;
	font-size: 1.5em;
	text-align: center;
}
.padbox2 h2.oomoji {
	color: #0d3b60;
	border-left: solid 0px #362e2b;/*左線*/
	text-align: center;
	margin: 1em 0;
	line-height: 1.3em;
	font-size: 1.8em;
	font-weight: normal;
	font-family: HG創英角ﾎﾟｯﾌﾟ体, fantasy;
}
.padbox {
	padding: 0 10px;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0;
	width: 810px;
	margin: 252px 0 0;
}
.oomoji03 {
	color: #c60024;
	font-size: 1.5em;
	text-align: center;
}
.oomoji04 {
	color: #000;
	font-size: 1.5em;
	text-align: left;
}
.circlewaku {
	width: 620px;
	margin: 0 auto 5em;
}
@media screen and (max-width:1024px) {
.padbox2 h2.oomojitop {
	padding: 0 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.7em;
	text-align: center;
	margin: 0;
}
.padbox2 h2.oomojitop::before, .padbox2 h2.oomojitop::after {
	content: '';
	width: 50px;
	height: 3px;
	background-color: #e37e00;
}
}
@media screen and (max-width:667px) {
.padbox2 h2.oomojitop {
	padding: 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	text-align: center;
	margin: 0;
}
.circlewaku {
	width: 100%;
	margin: 0 auto 5em;
}
}
@media screen and (max-width:480px) {
.padbox2 h2.oomojitop {
	position: relative;
	display: inline-block;
	padding: 0 25px;
	font-size: 1.7em;
}
.padbox2 h2.oomojitop:before, .padbox2 h2.oomojitop:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 25px;
	height: 2px;
	border-top: solid 0px black;
	border-bottom: solid 0px black;
}
.circlewaku {
	width: 100%;
	margin: 0 auto;
}
}
.circle {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #28a7e1;
	text-align:center;
	line-height: 40px;
}
.post h2 {
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #494949;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #362e2b;/*左線*/
	margin: 2em 0 1em;
	overflow:hidden;
}
.post h2.oomoji {
	color: #0d3b60;
	font-size: 2em;
	border-left: solid 0px #362e2b;/*左線*/
	text-align: center;
	line-height: 1.5em;
}
.oomoji02 {
	color: #FF6600;
	font-size: 2em;
	text-align: center;
}
.post h3.pick {
	background: #f1f3f8;
	font-size: 1.5em;
	color: #a40000;
	font-weight: 700;
	padding: .5em 1em;
	margin: 1.25em 0 1.08em;
	position: relative;
}
.post h3.pick:before {
	content: "";
	display: block;
	position: absolute;
	left: 8px;
	top: .9em;
	height: 1.25em;
	width: 4px;
	margin-top: -.5em;
	background: #c60024;
}
.pick2:before {
	content: "";
	display: inline-block;
	margin-right: 4px;
	background: #c60024;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
.gaibu {
	color: #fff;/*文字色*/
	padding: 0.9em;/*文字周りの余白*/
	display: inline-block;/*おまじない*/
	line-height: 1.3;/*行高*/
	background: #29a7e1;/*背景色*/
	vertical-align: middle;
	border-radius: 25px 25px;/*左側の角を丸く*/
}
.gaibu:before {
	content: "";
	background-color: #fff;
	display: inline-block;
	height: 1.1em;
	width: 1.1em;
	-webkit-mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/矢印ボタン　右1.svg");
	mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/矢印ボタン　右1.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 3px 3px 1px;
}
.gaibu a {
	color: #fff;/*文字色*/
}
@media screen and (max-width:1024px) {
.padbox2 h2.oomoji {
	color: #0d3b60;
	font-size: 1.8em;
	border-left: solid 0px #362e2b;/*左線*/
	text-align: center;
	margin: 1em 0;
}
.oomoji03 {
	color: #c60024;
	font-size: 1.4em;
	text-align: center;
}
}
@media screen and (max-width:896px) {
.padbox2 h2.oomoji span {
	display: block;
}
}
@media screen and (max-width:768px) {
.padbox {
	padding: 0 10px;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0;
	width: 498px;
	margin: 252px 0 0;
}
}
@media screen and (max-width:667px) {
.oomoji03 {
	color: #c60024;
	font-size: 1.3em;
	text-align: center;
}
}
@media screen and (max-width:480px) {
.padbox {
	padding: 0 10px;
	background-color: rgba(255, 255, 255, 0.8);
	position: relative;
	top: 0;
	width: 95%;
	margin: 0px 0 0;
}
.post h2 {
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #494949;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #030628;/*左線*/
	margin: 0em 0 1em;
	overflow:hidden;
}
.padbox2 h2.oomoji {
	color: #0d3b60;
	font-size: 1.6em;
	border-left: solid 0px #362e2b;/*左線*/
	text-align: center;
	margin: 1em 0;
}
.oomoji03 {
	color: #c60024;
	font-size: 1.4em;
	text-align: center;
}
}
/*=================================================
 * お問い合わせ
 * ================================================= */
.form-width {
	width: 98%;
}
.red {
	color:#ff0000;
}
.toi1 {
	color: #F00;
}
.form-width2 {
	width: 200px;
}
.form-width4 {
	height: 80px !important;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;
}
.wpcf7-submit {
	display: block;
	width: 500px;
	margin: 30px auto;
	height: 60px;
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	line-height: 60px;
	border-radius: 5px;
	background: #28a7e1 url("https://isplan.bond/wp/wp-content/uploads/2022/02/yajirushi2.png") no-repeat 95% center;
	background-size: auto auto;
	background-size: 7px 11px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}
@media screen and (max-width:480px) {
.wpcf7-submit {
	display: block;
	width: 100%;
	margin: 30px auto;
	height: 60px;
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	line-height: 60px;
	border-radius: 5px;
	background: #28a7e1 url("https://isplan.bond/wp/wp-content/uploads/2022/02/yajirushi2.png") no-repeat 95% center;
	background-size: auto auto;
	background-size: 7px 11px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}
.wpcf7-form p {
	margin-bottom: 0px;
}
}
/*=================================================
 * TOPページ
 * ================================================= */
.itiranmigi {
	text-align: right;
	clear: both;
}
.pgh2-2 {
	padding: 0rem 0 2.5rem;
	border-bottom: 2px solid #28a7e1;
	color: #0d3b60;
	font-size: 2em;
	line-height: 1;
	font-weight: bold;
	text-align:center;
	margin: 0 0 1.5em;
}
.pgh2 {
	padding: 2.5rem 0;
	border-bottom: 2px solid #28a7e1;
	color: #0d3b60;
	font-size: 2em;
	line-height: 1;
	font-weight: bold;
	text-align:center;
	margin: 0 0 1.5em;
}
.pgh2-2 span, .pgh2 span {
	padding: 2.5rem 0;
	color: #000;
	line-height: 1;
	font-size: 0.5em;
	text-align:center;
	margin: 0 0 1.5em;
}
.kodawari {
	text-align: center;
	margin: 0 auto;
}
.kodawari img {
	text-align: center;
	margin: 0 auto;
}
.sample_photos {
	display: inline-block;
	width: 100%;
	height: 480px;
	background: url("https://isplan.bond/wp/wp-content/uploads/2021/07/headsc-1.jpg") repeat-x scroll 0 0;
}
.sample_photos2 {
	display: inline-block;
	width: 100%;
	height: 480px;
	background: url("https://isplan.bond/wp/wp-content/uploads/2021/07/4604220_m.jpg") repeat-x scroll 0 center;
}
.sample_photos3 {
	display: inline-block;
	width: 100%;
	height: 480px;
	background: url("https://isplan.bond/wp/wp-content/uploads/2021/08/11.jpg") repeat-x scroll;
	background-position: 0% 60%;
}
.relative {
	position: relative;
}
.pgh1 h3 {
	font-size: 2em;
	margin: 0.67em 0;
}
#menu-about li {
	font-size: 18px;
	padding: 0px;
	float: none;
	border-left-width: 0px;
	list-style-type: none;
}
@media screen and (max-width:480px) {
.pgh2 {
	padding: 2.5rem 0;
	border-bottom: 2px solid #c60024;
	color: #0d3b60;
	font-size: 1.7em;
	line-height: 1;
	font-weight: bold;
	text-align:center;
	margin: 0 0 1.5em;
}
.sample_photos3 {
	display: inline-block;
	width: 100%;
	height: 360px;
	background: url("https://isplan.bond/wp/wp-content/uploads/2021/08/sp1.jpg") repeat-x scroll 0 bottom;
}
}
/*=================================================
 * アイキャッチ各種
 * ================================================= */
.page-template-default .samplephotos, .archive .samplephotos, .single .samplephotos {
	display: inline-block;
	width: 100%;
	height: 376px;
	background: url("https://isplan.bond/wp/wp-content/uploads/2021/05/7.jpg") repeat-x scroll 0 0;
}
.page-id-42 .samplephotos {
	display: inline-block;
	width: 100%;
	height: 376px;
	background: url("https://isplan.bond/wp/wp-content/uploads/2021/05/1.jpg") repeat-x scroll 0 0;
}
.page-id-99 .samplephotos {
	display: inline-block;
	width: 100%;
	height: 376px;
	background: url("https://isplan.bond/wp/wp-content/uploads/2021/05/5-1.jpg") repeat-x scroll 0 0;
}
.page-id-95 .samplephotos {
	display: inline-block;
	width: 100%;
	height: 376px;
	background: url("https://isplan.bond/wp/wp-content/uploads/2021/05/1-2.jpg") repeat-x scroll 0 0;
}
.page-id-102 .samplephotos {
	display: inline-block;
	width: 100%;
	height: 376px;
	background: url("https://isplan.bond/wp/wp-content/uploads/2021/05/5.jpg") repeat-x scroll 0 0;
}
@media screen and (max-width:480px) {
.page-template-default .samplephotos, .archive .samplephotos, .single .samplephotos {
	display: inline-block;
	width: 100%;
	height: 370px;
	background: url("https://isplan.bond/wp/wp-content/uploads/2021/05/7.jpg") repeat-x scroll 0 0;
}
}
/*=================================================
 * TOP各カテゴリー横並び
 * ================================================= */
.topkiji5 {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0px 0px;
}
.topkiji5 div.topkiji6 {
	width: calc(33.3% - 10px);
	margin: 5px;
	float: left;
}
.topkiji5 div.topkiji6 img {
	width: 100%;
}
.topkiji6 {
	padding: 0 0px 0px; /* a要素内の余白 */
	position: relative;
}
.topkiji6 a {
	display: inline-block;
}
.topkiji6 span {
	display: block;
}
.thumbnail2 {
	width: 100%;
	text-align: left;
}
.thumbnail2 a {
	text-decoration: none;
	border-bottom: 0px dashed;
}
.thumbnail2 p {
	text-align: center;
}
.thumbnail2 a:before {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
	font-size: 1.4em;
	z-index: 2;
}
.thumbnail2 a:hover {
	opacity: 0.7;
}
.thumbnail2 img.size-full {
	margin-bottom: 0px;
	height: auto;
	max-width: 100%;
}
.thumbnail2 #kanren .clearfix dd h5 a {
	border-bottom: 1px dashed;
}
@media screen and (max-width:1024px) {
.topkiji5 div.topkiji6 {
	text-align: center;
	width: calc(33% - 10px);
	margin: 5px;
	float: left;
}
}
@media only screen and (min-width:480px) and (max-width:896px) {
.topkiji5 div.topkiji6 {
	text-align: center;
	width: calc(50% - 10px);
	margin: 5px;
	float: left;
}
}
@media screen and (max-width:768px) {
.topkiji5 div.topkiji6 {
	text-align: center;
	width: calc(33% - 10px);
	margin: 5px;
	float: left;
}
}
@media screen and (max-width:480px) {
.topkiji5 div.topkiji6 {
	width: calc(100% - 0px);
	margin: 5px 0 2em;
	float: left;
}
.thumbnail2 img.size-full {
	margin: 0px auto;
	height: auto;
	max-width: 100%;
	text-align: center;
}
}
/*=================================================
 * テーブルレスポンシブ
 * ================================================= */
section table {
	width: 100%;
	margin: 0 0 2em;
}
section th, section td {
	padding: 10px;
	border: 1px solid #818181;
}
section th {
	background: #f4f4f4;
	font-weight: normal;
}
.demo01 td {
	border: 1px solid #818181;
}
.demo01 th {
	width: 30%;
	text-align: center;
	background: #eeeeee;
}
.demo01 th a {
	border-bottom: none;
}
.demo02 td {
	border: 1px solid #818181;
}
.demo02 th {
	width: 50%;
	text-align: center;
	background: #eeeeee;
	text-align: left;
}
.demo02 th a {
	border-bottom: none;
}
@media screen and (max-width:480px) {
.demo01 {
	margin: 0 0 2em;
}
.demo01 th, .demo01 td {
	width: 93%;
	display: block;
	border-top: none;
}
.demo01 tr:first-child th {
	border-top: 1px solid #818181;
}
}
/*=================================================
 * その他
 * ================================================= */
/*<![CDATA[*/
.blinking {
	animation-name: blink; /* アニメーションの名前を設定 */
	animation-duration: 2.7s; /* アニメーションの秒数を設定 */
	animation-iteration-count: infinite; /* 繰り返しを設定（１回だけなら不要） */
	color: #F00;
}
@keyframes blink { /*上記で設定したアニメーションの動作を指定 */
 0% {
opacity:1;
} /* 1.2s中の動作開始時間を%で指示 */
 50% {
opacity:0;
} /* 同上 */
}
/*]]>*/
/*=================================================
 * TOP、記事一覧、個別記事
 * ================================================= */
.topkiji3 {
	padding: 10px 0px 0px;
}
.topkiji3 div.topkiji4 {
	width: 96%;
	margin: 5px;
	padding: 5px;
}
.topkiji4 {
	padding: 0 0px 0px;
	position: relative;
	border: 5px solid #eee;
	border-radius: 8px;
}
.topkiji4 a {
	display: inline-block;
}
.topkiji4 span {
	display: block;
}
.thumbnail {
	width: 100%;
	text-align: left;
}
.thumbnail #kanren .clearfix dd h5 a {
	border-bottom: 1px dashed;
}
.thumbnail #kanren dl:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-style: none;
	height:100px;
}
.thumbnail a {
	text-decoration: none;
	border-bottom: 0px dashed;
}
.thumbnail p {
	text-align: left;
	padding: 0px;
}
.thumbnail a:before {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
	font-size: 1.4em;
	z-index: 2;
}
.thumbnail a:hover {
	opacity: 0.7;
}
.thumbnail img.size-full, img.size-large {
	margin-bottom: 0px;
	height: auto;
	max-width: 100%;
}
.toukoubi {
	color: #22ac38;
}
.policy {
	margin: 2em 0;
}
@media screen and (max-width:1024px) {
.topkiji3 div.topkiji4 {
	text-align: center;
	width: calc(97% - 8px);
	margin: 5px;
	float: left;
}
}
@media screen and (max-width:896px) {
.topkiji3 div.topkiji4 {
	text-align: center;
	width: calc(97% - 10px);
	margin: 5px;
	float: left;
}
}
@media screen and (max-width:768px) {
.topkiji3 div.topkiji4 {
	text-align: center;
	width: calc(97% - 10px);
	margin: 5px;
	float: left;
}
}
@media screen and (max-width:480px) {
.topkiji3 div.topkiji4 {
	width: calc(90% - 0px);
	margin: 5px 10px 2em;
	float: left;
}
.thumbnail img.size-full, img.size-large {
	margin: 0px auto;
	height: auto;
	max-width: 100%;
	text-align: center;
}
}
/*=================================================
 * 共通
 * ================================================= */
.midashi01 {
	margin: 2em 0 2em;
	text-align: center;
	font-size: 2.2em;
}
.midashi02 {
	margin: 0em 0 0em;
	text-align: left;
	font-size: 2.1em;
}
.midashi03 {
	border-bottom: 1px solid;
	padding: 20px 10px;
	display: block;
	text-align: center;
	font-size: 1.8em;
	margin: 30px 0 0 0;
}
.boton01 {
	text-align: center;
}
.boton01 a {
	border-bottom: 0px dashed;
}
.boton01 a:hover {
	color: #FFF;
	opacity: 0.8;
}
.total {
	margin: 2em 0px 1em;
	clear: both;
}
.total2 {
	margin: 0em 0px 0em;
	clear: both;
}
.pagebox {
	padding: 0px 10px;
}
.blog_info {
	padding: 0px 10px;
}
.tagst {
	padding: 0px 10px;
}
#kanren {
	padding: 0px 10px;
}
.fotorama {
	min-width: 1px;
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
}
.atama {
	color: #362e2b;
}
.yohaku01 {
	margin: 1em 0 1em;
}
.hakabutton {
	color: #fff;
	background: #362e2b;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	min-width: 220px;
	height: 50px;
	padding: 0 15px;
}
.jimai {
	margin: 2em auto;
	text-align: center;
}
.jimai a {
	border-bottom: 0px dashed;
}
.jimai a:hover {
	color: #000;
	opacity: 1;
}
.wp-video {
	margin: 2em auto;
	text-align: center;
}
@media screen and (max-width:896px) {
.fotorama {
	min-width: 1px;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
}
@media screen and (max-width: 667px) {
.midashi01 {
	margin: 0em 0 2em;
	text-align: center;
	font-size: 2em;
}
}
@media screen and (max-width:480px) {
.midashi01 {
	margin: 1em 0 1em;
	text-align: center;
	font-size: 1.6em;
}
}
/*=================================================
 * 画像横並び
 * ================================================= */
.kodawari01 {
	margin: 4em 0 0;
}
.kodawari01 h3 {
	position: relative;
	padding: 0 65px;
	text-align: center;
	width: 50%;
	margin: 0 auto 35px;
	font-size: 2em;
}
.kodawari01 h3:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background: #00a0e9;
}
.kodawari01 h3 span {
	position: relative;
	padding: 0 1em;
	background: #fff;
}
.example4 {
	position: relative;
}
.top-banner {
	display: flex;
	flex-wrap:wrap;
	position: relative;
	margin: 0em 0 0em;
}
.example {/*親div*/
	position: relative;/*相対配置*/
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	font-size: 1.2em;
}
.example h2 {
	padding: 0em 0.5em;
	margin: 0em 0 1em;
	font-size: 1.6em;
}
.example a img:hover {
	opacity: 0.6;
	transition-duration: 0.3s;
}
.example a i {
	display: block;
	margin: 5px auto 0;
	font-size: 16px;
	color: #fff;
}
.example .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	height: 260px;
	width: 50px;
	z-index: 2;
}
@media screen and (max-width:480px) {
.kodawari01 h3 {
	position: relative;
	padding: 0 0px;
	text-align: center;
	width: 100%;
	margin: 0 auto 35px;
	font-size: 1em;
}
.kodawari01 h3:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #362e2b;
}
.example {/*親div*/
	position: relative;/*相対配置*/
	width: calc(100%);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
}
/*=================================================
 * 保険について
 * ================================================= */
.hokentitle {
	color: #0d3b60;
	font-size: 1.2em;
	text-align: center;
	display: block;
	margin: 0 0 0.5em;
}
.hokensub {
	font-size: 0.8em;
	text-align: left;
	display: block;
	margin: 1em 0 0.5em;
}
/*=================================================
 * アイエスプランの役割
 * ================================================= */
.color01 {
	background-color:#ffcc99;
}
/*=================================================
 * 会社概要
 * ================================================= */
.right {
	text-align: right;
	font-family:"HG行書体", "HGP行書体", cursive;
	font-size: 2.2em;
	line-height: 1.2em;
	padding: 0 0.5em 0 0;
}
@media screen and (max-width:480px) {
.right {
	text-align: center;
	font-family:"HG行書体", "HGP行書体", cursive;
	font-size: 2.2em;
	line-height: 1.2em;
	padding: 0;
}
}
/*=================================================
 * お客さま本位の業務運営方針
 * ================================================= */
.right2 {
	text-align: right;
	line-height: 1.2em;
	padding: 0 0.5em 0 0;
}
/*=================================================
 * プライバシーポリシー
 * ================================================= */
.policy ol {
  padding: 0 0 0 1.3em;
  margin: 0;
}
.policy ol li {
list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.mg01 {
  margin-bottom: 0;
}
/*=================================================
 * モバイルフッターバナー
 * ================================================= */
@media screen and (min-width:481px) {
.banner {
	display: none;
}
}
@media screen and (max-width:480px) {
.banner {
	width: 320px;
	margin: 0px auto 2em;
}
.banner img {
	padding: 10px 0;
	overflow: hidden;
	margin: 0 auto;
}
}
/*=================================================
 * ご契約者様
 * ================================================= */
.jyosei {
	color: #ff0000;
}
/*=================================================
 * パンくずリスト
 * ================================================= */
.pankuzu01 {
	text-align: left;
	font-size: 0.8em;
	padding: 10px 10px 1em;
	margin: 0px auto 0;
	border-bottom: 1px solid #e5e7e1;
	position: absolute;
	top: 0;
	background-color: rgba(255, 255, 255, 0.36);
	width: 810px;
}
.pankuzu01 li {
	list-style: none;
	display: inline;
	padding: 0 5px 0 1em;
}
.pankuzu01 li a:hover {
	position:relative;
	left: 2px;
	top:2px;
}
.pankuzu01 li:first-child {
	padding: 0 5px 0 0em;
}
@media screen and (max-width:768px) {
.pankuzu01 {
	text-align: left;
	font-size: 0.8em;
	padding: 10px 22px 1em;
	margin: 0px auto 0;
	border-bottom: 1px solid #e5e7e1;
	position: absolute;
	top: 0;
	background-color: rgba(255, 255, 255, 0.36);
	width: 488px;
}
.pankuzu01 span {
	display: inline;
}
}
@media screen and (max-width:480px) {
.pankuzu01 {
	text-align: left;
	font-size: 0.8em;
	padding: 10px 12px 1em;
	margin: 0px auto 0;
	border-bottom: 1px solid #e5e7e1;
	position: relative;
	top: 0;
	background-color: rgba(255, 255, 255, 0.36);
	width: 95%;
}
}
/*=================================================
 * アイコン
 * ================================================= */
.fa-home:before {
	content: "";
	background-color: #000;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/ホームのフリーアイコン素材.svg");
	mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/ホームのフリーアイコン素材.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 5px 4px 0;
}
.fa-clock:before {
	content: "";
	background-color: #000;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/カレンダーのフリーアイコン2.svg");
	mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/カレンダーのフリーアイコン2.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 0px 5px;
}
.fa-repeat:before {
	content: "";
	background-color: #000;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/リロードのフリーアイコン.svg");
	mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/リロードのフリーアイコン.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 0px 5px;
}
.fa-bars:before {
	content: "";
	background-color: #000;
	display: inline-block;
	height: 1.1em;
	width: 1.1em;
	-webkit-mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/メニューの無料アイコン10.svg");
	mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/メニューの無料アイコン10.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 3px 3px 1px;
}
.fa-angle-up:before {
	content: "";
	background-color: #fff;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/矢印アイコン　上4.svg");
	mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/矢印アイコン　上4.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 0px;
}
.fa-tags:before {
	content: "";
	background-color: #000;
	display: inline-block;
	height: 1em;
	width: 1em;
	-webkit-mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/タグアイコン3.svg");
	mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/タグアイコン3.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 0px 0px;
}
.fa-th-list:before {
	content: "";
	background-color: #666;
	display: inline-block;
	height: 1.1em;
	width: 1.1em;
	-webkit-mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/本アイコン.svg");
	mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/本アイコン.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 3px 3px 1px;
}
.fa-twitter:before {
	content: "";
	background-color: #fff;
	display: inline-block;
	height: 25px;
	width: auto;
	-webkit-mask: url("https://isplan.bond/wp/wp-content/uploads/2025/02/x.svg");
	mask: url("https://isplan.bond/wp/wp-content/uploads/2025/02/x.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 0 10px 0px;
	padding: 5px 20px 5px 15px;
}
.fa-twitter {
	margin: 0 0px 0px;
	padding: 0px 0px 0px 0px;
}
.fa-facebook-square:before {
	content: "";
	background-color: #fff;
	display: inline-block;
	height: 25px;
	width: auto;
	-webkit-mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/facebook.svg");
	mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/facebook.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 2px 15px 3px 10px;
	padding: 5px 15px 0px 15px;
}
.fa-line:before {
	content: "";
	background-color: #fff;
	display: inline-block;
	height: 25px;
	width: auto;
	-webkit-mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/line.svg");
	mask: url("https://isplan.bond/wp/wp-content/uploads/2022/02/line.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin: 2px 11px 1px;
	padding: 5px 18px 2px 15px;
}
@media only screen and (max-width:480px) {
.fa-twitter:before {
	margin: 0 5px 0px;
}
.fa-facebook-square:before {
	margin: 0 8px 5px 5px;
}
.fa-line:before {
	margin: 0 8px 3px 5px;
}
}

.social-share {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 400px; /* 必要に応じて調整 */
    margin: 0 auto; /* 中央に配置 */
}

/* すべての .fadein をスクロールでふわっと表示する */

/* 初期状態：少し下＆透明にしておく */
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* 画面に入ったら表示状態に */
.fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}
