@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
html,　body {
}
body{
    width:100%;
    background-color:#FFFF;
    margin: 0 auto;
}

.pc_only{
	display:block;
}

.sp_only{

	display:none;
}


@media screen and (max-width: 346px) {
    .wrapper{
        width:346px;
        margin:0 auto;
    }
}
*{
    font-family: 'Noto Sans JP', sans-serif;
    font-size:16px;
    font-weight:700;
}


.center_copy{
  width: auto;        /* 下の説明参照 */
  max-width: 1200px;
  margin: 0 auto;
  font-size: 10px !important;
  line-height: 18px !important;
  text-align: center !important;
}



/* カード */
.chokoto_box{width: 100%; height: auto; padding: 40px 0px 20px; background-color: #fef7e2; text-align: center; margin-bottom: 40px;}
.cf7-simple { max-width: 920px; margin: 0 auto; padding: 1rem 2.5rem; background: #f3d549;
border: 1px solid #e5e7eb; border-radius: 20px;
box-shadow: 0 12px 30px rgba(17,24,39,.08);text-align: center; }
.chokoto-title { font-size: clamp(2.5rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: .02em; margin: 0 0 .6rem; }
.chokoto-lead { color: #374151; line-height: 1.9; margin: 0 0 1.8rem; font-size: 1.05rem; font-weight: 100;}


/* フィールド */
.cf7-simple { display: grid; gap: 1.1rem; }
.cf7-simple label { display: inline-block; font-weight: 600; margin-top: 10px; margin-bottom: 15px; }
.cf7-simple.is-required label::after { content: " *"; color: #ef4444; }


/* 入力要素 */
.cf7-simple input[type="text"],
.cf7-simple input[type="email"],
.cf7-simple textarea {
width: 100%; border: 1px solid #e5e7eb; border-radius: 14px; padding: .85rem 1rem; font-size: 1rem; line-height: 1.6; background: #fff;
transition: box-shadow .2s ease, border-color .2s ease;
}
.cf7-simple textarea { min-height: 170px; resize: vertical; }
.cf7-simple input:focus,
.cf7-simple textarea:focus { outline: none; border-color: #2563eb; box-shadow: 0 0 0 6px rgba(37, 99, 235, .12); }


/* 同意チェック */
.cf7-accept { display: flex; align-items: center; gap: .6rem; }
.cf7-accept .wpcf7-acceptance input { width: 1.1rem; height: 1.1rem; }


/* 送信ボタン */
.cf7-actions { display: flex; align-items: center; gap: 1rem; margin-top: .25rem; }
.cf7-actions .wpcf7-submit {
appearance: none; border: 0; cursor: pointer; font-weight: 800; letter-spacing: .02em;
padding: .9rem 1.5rem; border-radius: 9999px; color: #fff;
background-color: #2563eb; 
box-shadow: 0 6px 16px rgba(17,24,39,.25);
transition: transform .12s ease, filter .2s ease, box-shadow .2s ease;
}
.cf7-actions .wpcf7-submit:hover {   background-color: #1d4ed8; filter: brightness(1.05); transform: translateY(-1px); box-shadow: 0 10px 22px rgba(17,24,39,.28); }
.cf7-actions .wpcf7-submit:active { transform: translateY(0); }
.cf7-note { margin: 0; color: #000; font-size: .9rem; }


/* CF7 標準メッセージ */
.wpcf7-spinner { margin-left: .5rem; }
.wpcf7 form .wpcf7-response-output { margin: 1rem 0 0; padding: .75rem 1rem; border-radius: 12px; }
.wpcf7 form.invalid .wpcf7-response-output { border-color: #ef4444; background: #fef2f2; color: #991b1b; }
.wpcf7 form.sent .wpcf7-response-output { border-color: #10b981; background: #ecfdf5; color: #065f46; }

.chokoto{
display: flex;
justify-content: center; /* 横中央 */
align-items: flex-start;       /* 画像とテキストの上端を揃える */
max-width: 920px;             /* 好みで調整 */
margin-inline: auto;           /* 中央寄せ */
	text-align: center;
	padding: 10px;
	
}

/* 画像側 */
.chokoto-media{
  flex: 0 0 180px;               /* 横幅の基準（必要に応じて調整） */
  max-width: 35vw;               /* 画面に応じて縮む */
}
.chokoto-media img{
  width: 80%;
  height: auto;                  /* 歪み防止 */
  display: block;
  border-radius: 8px;            /* 角丸はお好みで */
  object-fit: cover;             /* 余白が出る場合の保険 */
}



/* スマホ：縦積み */
@media (max-width: 640px){
  .chokoto{
    flex-direction: column;      /* 上下に並べる */
  }
  .chokoto-media{
    flex-basis: auto;
    max-width: 100%;
    margin-bottom: .5rem;
	  text-align: center;
  }
	
  .chokoto-media img{
    width: 30%;
    height: auto;
    margin: 0 auto;           /* ← これで横センター */
	  display: block;           /* blockのままでOK */}
	
	.chokoto-title { font-size:2rem; }
	
	.chokoto-lead { font-size: 0.9rem;}
	  .chokoto-text{
    text-align: center;
    width: 100%;
  }

  /* 念のため個別にも中央寄せ（テーマの上書き対策） */
  .chokoto-title,
  .chokoto-lead{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Contact Form 7 送信ボタンを青に（競合つぶし版） */
.wpcf7 form .wpcf7-submit,
.wpcf7 form input[type="submit"].wpcf7-submit,
.wpcf7 form input[type="submit"],
.cf7-actions .wpcf7-submit {
  -webkit-appearance: none;
  appearance: none;
  border: 0 !important;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: .02em;
  padding: .9rem 1.5rem;
  border-radius: 9999px;
  color: #fff !important;

  /* テーマ側のgradient等に勝つため background を指定 */
  background: #2563eb !important;        /* 通常 */
  box-shadow: 0 6px 16px rgba(17,24,39,.25);
  transition: transform .12s ease, filter .2s ease, box-shadow .2s ease, background-color .2s ease, background .2s ease;
}

.wpcf7 form .wpcf7-submit:hover,
.wpcf7 form input[type="submit"]:hover {
  filter: brightness(1.02);
  transform: translateY(-1px);
  background: #1d4ed8 !important;        /* 濃い青 */
  box-shadow: 0 10px 22px rgba(17,24,39,.28);
}

.wpcf7 form .wpcf7-submit:active,
.wpcf7 form input[type="submit"]:active {
  transform: translateY(0);
}

/* 任意：フォーカスリング */
.wpcf7 form .wpcf7-submit:focus-visible,
.wpcf7 form input[type="submit"]:focus-visible {
  outline: 3px solid rgba(37,99,235,.45);
  outline-offset: 2px;
}

/*-------------------
ヘッダーメニュー
----------------------*/
.header_menu{
    width:100%;
    height: 45px;
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: top;
    flex-direction: row-reverse;
    padding:12px 10px 0 10px;
	position:relative;
	z-index:10:
}
.header_menu img.bts_headerlogo{
    width:120px;
    height: auto;

}

.sns_btn{
	position:absolute;
	top:75px;
	right:10px;
}

@media screen and (min-width:620px){
    .header_menu{
        padding:15px 10px 0 10px;
		    height: 60px;
			z-index:10;
    }
    .header_menu img.bts_headerlogo{
        width:168px;
        height: auto;
    }

}

.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    opacity:0.7;
}
.all-fixed {
    /* position: fixed; */
    left: 0;
}


		.top_menu_btnbox{
			width: 100%;
			max-width: 920px;
			padding: 10px;
			margin: -30px auto 0px;
			text-align: center;
		}
	
		.top_menu_btnbox ul{
			margin-bottom: 20px;
		}
		.top_menu_btnbox ul li {
			transition: 0.3s;
						display: inline-block;
			width: 44%;
			box-sizing: border-box;
			list-style: none;
			padding: 10px;
		}
.top_menu_btnbox ul li:hover{
	 opacity: 0.7;
}



@media screen and (max-width: 762px) {
	.top_menu_btnbox{
		margin-top: -30px;
		margin-bottom: 40px;
		padding: 10px;
			display: inline-block;
	}
			.top_menu_btnbox ul li {
			width: 40%;
			display: inline-block;
			box-sizing: border-box;
			list-style: none;
			padding: 5px;
	}
	.top_menu_btnbox img{
	width: 100%;
	height: auto;
}
}


/*---ドロワー部---*/
.wrapper{
    height: 100%;
    overflow-x: hidden;
    position: relative;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}


div.bts_topmain {
  height: 100%;
  min-height: 100vh;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.bts_topmain.open {
  transform: translateX(320px);
}


.menu-trigger {
  display: inline-block;
  width: 50px;
  height: 34px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 10px;
  left: 15px;
  z-index: 100;
  transition: all .5s;
}

 .menu-trigger span {
   display: inline-block;
   box-sizing: border-box;
   position: absolute;
   left: 0;
   width: 100%;
   height: 3px;
   background-color: #034DA2;
   transition: all .5s;
 }
 .menu-trigger.active span {
   /* background-color: #fff; */
 }
 .menu-trigger span:nth-of-type(1) {
   top: 0;
 }
 .menu-trigger.active span:nth-of-type(1) {
    /* transform: translateY(14px) rotate(-45deg); */
    background-color: #000;
    opacity:0;
 }
 .menu-trigger span:nth-of-type(2) {
   top: 15px;
 }
 .menu-trigger.active span:nth-of-type(2) {
   opacity: 0;
 }
 .menu-trigger span:nth-of-type(3) {
   bottom: 0;
 }
 .menu-trigger.active span:nth-of-type(3) {
   /* transform: translateY(-14px) rotate(45deg); */
   opacity:0;
   background-color: #000;
 }


.bts_menulist {
   width: 320px;
   height: 100%;
   padding-top: 0px;
   background-color: #FFF;
   position: fixed;
   top: 0px;
   left: 0;
   z-index: 10;
   transform: translateX(-321px);
   transition: all .5s;
   border-right: 1px solid #BBB;

  }
.bts_menulist.open {
     transform: translateX(0px);
}
.bytheseafooter.open{
    transform: translateX(320px);
    transition: all .5s;
}
.header_menu{
    transition: all .5s;
}
.header_menu.open{
    transform: translateX(320px);
    transition: all .5s;
}
.menu-trigger.open{
    transform: translateX(310px);
    transition: all .5s;
}


.bts_menulist .bts_menuheader{
    width:100%;
    height: 60px;
    border-bottom: 1px solid #BBB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 20px 0 10px;
}
.bts_menulist .bts_menuheader img.bts_menulogo{
    width:160px;
    height: auto;

}
.bts_menulist .bts_menuheader img.bts_menuclose{
    cursor: pointer;
    cursor: hand;
}
.menu_linktextArea{
    width:100%;
    height:100%;
    overflow: auto;
    padding: 28px;
}
.bts_menulist  ul {
    margin-bottom: 60px;
}
.bts_menulist h5{
    font-size: 16px;
    margin-bottom: 10px;
}
.bts_menulist  li {

    text-align: left;
    padding: 18px 0;
    border-bottom: 1px dotted #333;
 }
.bts_menulist  li a{
    font-size: 15px;
    font-weight:500;
    color: #333;
}
.bts_menulist  li a:hover{
    color: #bbb;
}


.feature .blc_tittle_copy{
	width: 100%;
	max-width: 920px;
	text-align: center;
	display: block;	
margin: 60px auto 0px;
}

.feature .blc_tittle_copy h2{
	position: relative;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	background-color: #034da2;
	padding: 3px 18px;
	display: inline-block;
}

.feature .blc_tittle_copy h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #034da2;
}

.construction h2{
	display: block;
	    font-size: 22px;
	line-height:1.5 !important;
    color: #333333;
	font-weight:bold;
	text-align:center;
}


@media screen and (max-width: 960px) {
	.feature .blc_tittle_copy{
		margin-top: 0px;
	}
	
.feature .blc_tittle_copy h2{
	font-size: 20px;
}
	.construction h2{
	    font-size: 16px;
	line-height:2 !important;
    color: #333333;
	font-weight:bold;
	text-align:center;
}

}
	

/*-------------------
ファーストビュー
----------------------*/
.firstview_bg{
    margin: 0 auto;
height:100vh;
}



.firstview{
	background:url("../img/top_first_bg_pc.jpg") no-repeat top/cover;
    position:relative;
    margin: 0 auto;
height:100vh;
width:100vw;
}

    .firstview h1{
		width:100%;
		text-align:center;
		display:block;
		margin:0 auto;
			padding-top:20px;
    }
	
    .firstview h1 img{
		width:90%;
		height:auto;
		margin:0 auto;
	}

.firstview h3{
		width:100%;
		text-align:center;
	margin-top: 110px;
}

.firstview h3 img{
	width: 90%;
	height: auto;
}


.firstview h4{
		width:100%;
		text-align:center;
		margin-top: 80px;
}




.firstview .header_sns {
	position: absolute;
	top:60px;
	left: 15px;
  display: flex;
  flex-direction: column; /* 縦並び */
  align-items: left;    /* 中央揃え（必要な場合） */
	gap: 10px;
}

.firstview .header_sns div {
		background: #fff;
  margin: 0; /* デフォルト余白をリセット */
	border-radius: 10px;
}

.firstview .header_sns img {
  width: 30px;  /* お好みで調整 */
  height: auto;
}



.firstview .message{
	width: 100%;
	    position: absolute;
    top: 25%;
	text-align: center;
}

.firstview .message img{
	width: 80%;
	height: auto;
}

.firstview .firstview_txt{
	position:absolute;
	top:75%;
	text-align:center;
	padding-right:3%;
}

.firstview .firstview_txt h2{
	    font-size: 14px;
	line-height:22px;
    margin: 0 auto 10px;
    color: #003165;
	font-weight:bold;
	padding-right:2%;
	text-align:center;
}

.firstview .firstview_txt h2 span.l_size{
		font-size:20px;
		line-height:26px;
		font-weight:bold;
		padding-bottom:2px;
		text-align: center;
		color:#003165;
		display:block;
	}
	
	.firstview .firstview_txt p{
		font-size:13px;
	line-height:26px;
			color:#003165;
	text-align:justify;
		font-weight:100;
				padding-left:4%;
	padding-right:4%;
	}
	

@media screen and (min-width: 1024px) {
    /* .firstview_bg{
        background-color: #CCC;
        width:1000px;
    } */
    /* .firstview_flexbg{
        background-color: #EEE;
        width: 100%;
        margin: 0 -500%;
        padding: 0 500%;
    } */
    .firstview{
        background:url('../img/top_first_bg_pc.jpg') no-repeat center/cover;
        margin: 0 auto;
		height:100vh;
width:100vw;

    }
	
	    .firstview h1{
		width:100%;
		text-align:center;
			padding-top:20px;
    }
	
	    .firstview h1 img{
		width:80%;
		height:auto;
    }



.mainvisual h3,.mainvisual h1{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}



.cyui_txt{
	font-size:12px;
	text-align:center;
	width:100%;
	color:#FFF;
	display:block;
		font-weight:100;
}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.firstview_bg{
	width:100%;
	height:auto;
}
    .firstview{
        background:url('../img/top_first_bg_pc.jpg') no-repeat center/cover;
		background-position: top;
        margin: 0 auto;
		height:100vh;
width:100vw;

    }
    .firstview h1{
		width:100%;
		text-align:center;
			padding-top:20px;
    }
	
	    .firstview h1 img{
		width:60%;
		height:auto;
    }


	
    .mainvisual{
        position:relative;
        width:73%;
        padding-top: 65%;
        height: auto;
        background:url('../img/top_first_title.png') no-repeat center center;
        background-size:contain;
        margin:0 0 0px 0;

    }
    .firstview section{
        width:960px;
        height:750px;
        margin:0 auto;
    }
    .mainvisual h3,.mainvisual h1{
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        font-size: 8px;
    }

}


@media screen and (min-width:761px){

    .firstview{
	width:100%;
	height:100vh;
	text-align:center;
    }
    .mainvisual{
        margin:0 0 150px 0;
    }
    .firstview h1{
		width:100%;
		text-align:center;
				display:block;
		margin:0 auto;
			padding-top:20px;
    }
	
	    .firstview h1 img{
		width:60%;
		height:auto;
				margin:0 auto;
    }
	.firstview h3{
		margin-top: 40px;
		width:100%;
		text-align:center;
}
	
	.firstview h3 img{
	width: 40%;
	height: auto;
}
	
.firstview h4{
		width:100%;
		text-align:center;
		margin-top: 20px;
}
	.firstview .message img{
	width: 50%;
	height: auto;
}
	.cyui_txt{
	font-size:14px;
	text-align:center;
	width:100%;
	color:#FFF;
	display:block;
	font-weight:100;
}


    .mainvisual{
        position:relative;
        width:73%;
        padding-top: 65%;
        height: auto;
        background:url('../img/top_first_title.png') no-repeat center center;
        background-size:contain;
        margin:0 0 0px 0;

    }

.mainvisual{
    position:relative;
    width:100%;
    padding-top: 65%;
    height: auto;
    background:url('../img/top_first_title.png') no-repeat center center;
    background-size:contain;
    margin:0 0 20px 0;
}

}

/*--------------------
バイザシービルダーズ倶楽部の特徴
----------------------*/

.feature{
    background-color: #EEEEEE;
    padding: 0px 0 1px 0;
    margin-bottom: 10px;

}

.feature_flex{
    display: flex;
    flex-direction: column;
    margin: -10px auto 30px;
}

		.feature h2 img{
	width:50%;
	height:auto;
}

@media screen and (min-width: 1000px) {
    .feature_flex{
        width:980px;
        /* flex-direction: row;
        justify-content: space-between;
        flex-wrap:wrap; */
    }
    .feature div.featurebox{
        /* width:48%;
        height:auto;
        padding-left: 5px;
        padding-right: 5px; */

    }
    .feature div.featurebox h3 br.br_switch{
        /* display: none; */
    }
}

.feature h2{
    font-size: 12px;
	line-height:28px;
    margin: 30px auto 50px;
    color: #333333;
	font-weight:600;
	padding-left:4%;
	padding-right:4%;
	text-align:center;
}

.feature_flex h2{
    font-size: 12px;
	line-height:28px;
    margin: 30px auto 50px;
    color: #333333;
	font-weight:600;
	padding-left:4%;
	padding-right:4%;
	text-align:center;
}



.feature div.featurebox{
    width:96%;

    margin:0 auto 25px;
    padding:25px 0 25px 0;
    border-radius: 10px;
    color: #FFF;

}

.fbox_bg01{
    background:url('../img/feature_bg01.jpg') no-repeat;
    background-size: cover;
    background-position:bottom;
}
.fbox_bg02{
    background:url('../img/feature_bg02.jpg') no-repeat;
    background-size: cover;
    background-position:center;
}
.fbox_bg03{
    background:url('../img/feature_bg03.jpg') no-repeat;
    background-size: cover;
    background-position:center;
}
.fbox_bg04{
    background:url('../img/feature_bg04.jpg') no-repeat;
    background-size: cover;
    background-position:center;
}
.fbox_bg05{
    background:url('../img/feature_bg05.jpg') no-repeat;
    background-size: cover;
    background-position:bottom -200px;
}
.fbox_bg06{
    background:url('../img/feature_bg06.jpg') no-repeat;
    background-size: cover;
    background-position:center;
	background-position:center;
}

.fbox_bg07{
    background:url('../img/feature_bg07.jpg') no-repeat;
    background-size: cover;
    background-position:center;
	background-position:center;
}
.fbox_bg08{
    background:url('../img/feature_bg08.jpg') no-repeat;
    background-size: cover;
    background-position:center;
	background-position:center;
}


.feature div.featurebox p{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
     margin:0px 5% 0px;
    line-height: 20px;
    color:#EEE;
    letter-spacing: 0.2em;
	text-shadow:1px 1px 6px #000;
}

.feature div.featurebox p br.br_switch{
    display: none;
}


.feature div.featurebox h3{
    font-size: 20px;
	line-height:28px;
    text-align: center;
    margin:0 0 20px;
			text-shadow:1px 1px 6px #000;
}


    /* .feature div.featurebox:nth-child(3) h3{
        font-size: 19px;
    }
    .feature div.featurebox:nth-child(6) h3{
        font-size: 19px;
    } */

.feature div.featurebox h3 span.featurnumber{
    display: block;
    width:45px;
    padding:0 0 6px;
    margin:0 auto 30px;
    font-size: 32px;
    border-bottom:2px solid #FFF ;
}

@media screen and (min-width:620px){
    .feature{
        padding:0px;
    }
    .feature h2{
        font-size: 20px;
		line-height:40px;
        margin: 0 auto 30px;
		font-weight:600;
		text-align:center;
		padding-top: 60px;
		padding-bottom: 20px;
    }
	
		.feature h2 img{
	width:20%;
	height:auto;
	margin-bottom:20px;
}
	
	.feature_flex h2{
        font-size: 20px;
		line-height:40px;
        margin: 0 auto 30px;
		font-weight:600;
		text-align:center;
		padding-top: 60px;
		padding-bottom: 20px;
    }
	
	
	
    .feature div.featurebox{
        width:94%;
        height:auto;
        margin:0 auto 45px;
        padding:35px 0 35px 0;
    }
    .feature div.featurebox p{
        font-size: 16px;
        text-align: center;
         margin:0px 5% 0px;
        line-height: 20px;
		text-shadow:1px 1px 6px #000;
    }
    .feature div.featurebox p br.br_switch{
        display:inline;;
    }

    .feature div.featurebox h3{
        font-size: 24px;
		line-height:30px;
        margin:0 0 30px;
				text-shadow:1px 1px 6px #000;
    }
        /* .feature div.featurebox:nth-child(3) h3{
            font-size: 39px;
        }
        .feature div.featurebox:nth-child(6) h3{
            font-size: 39px;
        } */
    .feature div.featurebox h3 span.featurnumber{
        display: block;
        width:130px;
        padding:0 0 30px;
        margin:0 auto 30px;
        font-size: 32px;
        border-bottom:2px solid #FFF ;
    }
	
	.fbox_bg05{
    background:url('../img/feature_bg05.jpg') no-repeat;
    background-size: cover;
   background-position:top -60px center;
}
}
@media screen and (min-width: 1000px) {

}
/*--------------------
雑誌バイ・ザ・シーについて
----------------------*/


.magazine_box{
    background-color: #EEEEEE;
    padding: 20px 0 1px 0;
    margin-bottom: 10px;

}



.magazine_box aside{
    width:92%;
    margin:0 auto 25px;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    color: #333;
    position:relative;
}

    .magazine_box aside .magazine_read_box{
        width:60%;
        margin:0;
        padding:0;
        border-radius: 0px;
        z-index: 1;
    }
    .magazine_box aside .magazine_read_box h4{
        font-size: 17px;
        margin:15px 0 25px 0;
    }
    .magazine_box aside .magazine_read_box h4 br.br_switch{
        display: inline;
    }

    .magazine_box aside .magazine_read_box p{
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .magazine_box aside .magazine_read_box a{
        display: block;
        width: 100%;
        height: 22px;
        text-align: center;
        background-color:#CCC;
        line-height: 22px;
        font-size: 12px;
        border-radius: 4px;
		margin-bottom:10px;
    }
/*--雑誌写真--*/
.magazine_image_box{
    /* position:absolute;
    top: 0;
    right: 0%; */
    width:38%;
    margin-top: 20px;
}
.magazine_image_box .magazine_image{
    width:100%;
}



@media screen and (min-width:620px){
	
	    .magazine_box{
        padding: 40px 0 0 0;
    }
	
    .magazine_box aside .magazine_read_box p{
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 55px;
    }
    .magazine_box aside .magazine_read_box h4{
        font-size: 28px;
        margin:30px 0 30px 0;
    }

    .magazine_box aside .magazine_read_box a{
        height: 42px;
        line-height: 42px;
        font-size: 20px;
        border-radius: 8px;
        margin-top: 15px;
    }
}
@media screen and (min-width:414px){
    .magazine_box aside .magazine_read_box h4 br.br_switch{
        display: none;
    }
}
@media screen and (min-width:711px){
    .magazine_box aside{
        width:710px;
        margin:0 auto 50px;
        display: flex;
        flex-direction: row;
        color: #333;
    }

    .magazine_box aside .magazine_read_box{
        width:389px;
    }


    .magazine_image_box{
        position:absolute;
        top: -3%;
        right: 1%;
        width:300px;
        margin-top: 0px;
    }
    .magazine_image_box .magazine_image{
        width:300px;
    }

}
@media screen and (min-width: 1000px) {
    .magazine_box aside{
        width:810px;
    }
    .magazine_box aside .magazine_read_box{
        width:420px;
    }
}

/*--------------------
特徴まとめ
----------------------*/
.feature_summary_bg{
    width: 100%;
	margin-top: 40px;

}

@media screen and (max-width: 960px) {
.feature_summary_bg{
    width: 100%;
	margin-top: -40px;

}
}


.feature_summary{
    padding: 50px 0 10px 0;
    margin:0 auto;
	text-align: center;
}
@media screen and (min-width: 1000px) {
    .feature_summary{
        width:980px;
    }
}
.feature_summary .feature_arrow_box{
    position:relative;
    width:65%;
    height:30px;
    background:#034DA2;
    padding:0px;
    margin:0 auto 20px;
    text-align:center;
    color:#FFFFFF;
    font-size:14px;
    line-height:30px;
}
.feature_summary .feature_arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(3, 77, 162, 0);
    border-top-width:18px;
    border-bottom-width:18px;
    border-left-width:15px;
    border-right-width:15px;
    margin-left: -15px;
    border-top-color:#034DA2;
    top:100%;
    left:50%;
}
.feature_summary h5{
    font-size: 24px;
    color:#333;
    margin:45px 0 10px 0;
    text-align: center;
			font-weight:100;
}

.feature_summary h6{
    font-size: 20px;
    color:#333;
    margin:20px 0 0px 0;
    text-align: center;
			font-weight:100;
}


.feature_summary a{
    display: block;
    color:#FFFFFF;
    width: 88%;
    height: 50px;
    margin:0 auto;
    text-align: center;
    background-color:#333;
    line-height: 50px;
    font-size: 14px;
    border-radius: 15px;
}
.feature_summary_end{
    width: 100%;
    position:relative;
}
.feature_summary_end:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:34px;
    border-bottom-width:34px;
    border-left-width:34px;
    border-right-width:34px;
    margin-left: -34px;
    border-top-color:#FFF;
    top:100%;
    left:50%;
}

.feature-box img {
  width: 50px;
  height: auto;
	padding: 5px;
}




@media screen and (min-width:620px){
    .feature_summary{
        padding: 50px 0 10px 0;
    }
    .feature_summary .feature_arrow_box{
        height:66px;
        font-size:27px;
        line-height: 66px;
    }
    .feature_summary h5{
        font-size: 36px;
		line-height:44px;
        color:#333;
        margin:60px 0 20px 0;
        text-align: center;
		font-weight:100;
    }
	
	    .feature_summary h6{
        font-size: 30px;
		line-height:36px;
        color:#333;
        margin:30px 0 30px 0;
        text-align: center;
		font-weight:100;
    }
	
    .feature_summary a{
        width: 88%;
        height: 72px;
        margin:0 auto;
        line-height: 72px;
        font-size: 24px;
    }
	
	
}
@media screen and (min-width:1000px){
    .feature_summary{
        padding-top: 40px;
    }
}
/*--------------------
バイザシービルダーズ倶楽部に
参加する住宅会社
----------------------*/

.contractor{
    padding: 70px 0 0 0;
    background:url('../img/top_section_bg01.jpg') no-repeat;
    background-position:top -90px left 50%;
    background-color:#D9D9D9;
}
@media screen and (min-width: 1200px) {
    .contractor{
        background-size:100%;
    }

}
@media screen and (min-width: 1390px) {
    .contractor{
        background:url('../img/top_section_bg01_s.jpg') no-repeat;
        background-position:top 0px left 50%;
        background-size:100%;
            background-color:#D9D9D9;
    }
}

.contractor h2{
    color:#FFF;
    font-size: 24px;
    text-align: center;
    margin:0px auto 25px;
}
.contractor h4{
    color:#FFF;
    font-size: 18px;
    text-align: center;
    margin:0px auto 10px;
}
.contractor p{
    color:#FFF;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    font-weight:700;
    margin: 0 25px;
}
.contractor p br.br_switch{
    display: inline;
}
.contractor_arrow_box{
    position:relative;
    width:84%;
    height:42px;
    background:#034DA2;
	padding-top:2px;
    padding-bottom:6px;
    text-align:center;
    color:#FFFFFF;
    font-size:30px;
    border-radius:10px;
    margin:0px auto 35px;
    line-height: 20px;
    display: table;
}
.contractor_arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(3, 77, 162, 0);
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    border-top-color:#034DA2;
    top:100%;
    left:50%;
}
.contractor_arrow_box h3{
    display: table-cell;
    vertical-align: middle;
}
.contractor_arrow_box h3 span.contractor_readtext01{
        font-size: 16px;
		font-weight:100;
}
.contractor_arrow_box h3 span.contractor_readtext02{
        font-size: 22px;
		font-weight:100;
}

.contractor_arrow_box h3 span.contractor_readtext03{
        font-size: 24px;
	line-height: 10px;
		font-weight:100;
}

@media screen and (min-width:620px) {
    .contractor{
        padding: 110px 0 0 0;
        background-position:top 0px left 50%;
    }
    .contractor h2{
        font-size: 32px;
        margin:0px auto 58px;
    }
    .contractor h4{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .contractor p{
        font-size: 22px;
        font-weight:700;
        line-height: 35px;
    }
    .contractor p br.br_switch{
        display: none;
    }
    .contractor_arrow_box{
        height:73px;
        font-size:30px;
        padding-bottom:0px;
        margin:50px auto 50px;
        line-height: 35px;
    }
    .contractor_arrow_box h3 span.contractor_readtext01{
            font-size: 24px;
			font-weight:100;
    }
    .contractor_arrow_box h3 span.contractor_readtext02{
            font-size: 32px;
			font-weight:100;
    }
	    .contractor_arrow_box h3 span.contractor_readtext03{
            font-size: 36px;
			line-height: 12px;
			font-weight:100;
			margin: 0;
			padding: 0;
    }
    .contractor_arrow_box:after{
        border-top-width:17px;
        border-bottom-width:17px;
        border-left-width:17px;
        border-right-width:17px;
        margin-left: -17px;
    }
}
@media screen and (min-width:800px) {
    .contractor_arrow_box{
        position:relative;
        width:630px;
    }
    .contractor p{width: 800px; margin: 0 auto;}
}


/*--------------------
海沿いの工務店選び
6つのポイント
----------------------*/

.contractor_points{
	width:90%;
	max-width:980px;
		margin:0 auto;
			padding-bottom:40px;
}

.contractor_points img{
	width:100%;
	height:auto;
}


@media screen and (min-width:620px){
.contractor_points{
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding-bottom:40px;
}

}

/*--------------------
カテゴリーから
工務店・不動産会社を探す
----------------------*/

.category_select{
	padding: 180px 0 0px 0;
    background:url('../img/top_section_bg02_s.jpg') no-repeat ;
    background-position:top;
    background-color:#EEE;
}


.category_select h2{
    color:#FFF;
    font-size: 24px;
    text-align: center;
    margin:0 auto 70px ;
	text-shadow:1px 1px 6px #000;
}
.category_select_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    width: 98%;
    position:relative;
    margin:0 auto;
    padding-bottom: 80px;
}
@media screen and (min-width: 1000px) {
    .category_select_list{
        width:980px;
    }
}

.category_select_list a{
    display: block;
    width: 32.5%;
    height: 192px;
    border-radius:10px;
    margin-bottom: 15px;
    background-color: #FFF;
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.category_select_box{
    width: 100%;
    height: 100%;
    position: relative;
}
.category_select_box img{
    position: absolute;
    width:60px;
    height: auto;
    margin: 20px auto 25px;
    left: 0;
    right: 0;
    text-align: center;
}
.category_select_list a .category_select_box h5{
    font-size: 13px;
    text-align: center;
    color: #034DA2;
    position: absolute;
    margin: 0 auto;
    top:110px;
    left: 0;
    right: 0;
}
    .category_select_list a .category_select_box h5.read_1line{ top:120px }
    .category_select_list a .category_select_box h5.read_2line{ top:98px }

.category_select_list a .category_select_box p{
    width: 80%;
    color: #FFF;
    text-align: center;
    background-color: #034DA2;
    margin: 0 auto;
    padding: 3px 0;
    position: absolute;
    top:160px;
    left: 0;
    right: 0;
    font-size: 10px;
}
.category_select_end{
    width: 100%;
    position:relative;
}
.category_select_end:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(238, 238, 238, 0);
    border-top-width:34px;
    border-bottom-width:34px;
    border-left-width:34px;
    border-right-width:34px;
    margin-left: -34px;
    border-top-color:#EEEEEE;
    top:100%;
    left:50%;
}


@media screen and (min-width:620px){
    .category_select{
		padding-top:26.6666%;
        background-position:top;
    background:url('../img/top_section_bg02.jpg') no-repeat;
	        background-size:cover;
			    background-color:#d9d9d9;
    }
    .category_select h2{
        font-size: 32px;
        margin:0 auto 110px ;
    }
    .category_select_list a{

        height: 287px;
        margin-bottom: 20px;
    }
    .category_select_box img{
        width:88px;
        height: auto;
        margin: 30px auto 45px;
        left: 0;
        right: 0;
    }
    .category_select_list a .category_select_box h5{
        font-size: 26px;
        margin: 0 auto;
        top:140px;
        left: 0;
        right: 0;
    }
    .category_select_list a .category_select_box h5.read_1line{ top:153px }
    .category_select_list a .category_select_box h5.read_2line{ top:123px }

    .category_select_list a .category_select_box p{
        padding: 3px 0;
        top:230px;
        left: 0;
        right: 0;
        font-size: 18px;
    }
}




/*--------------------
専属コーディネーターのご紹介
----------------------*/

.cordinator_select{
	padding: 180px 0 0px 0;
    background:url('../img/top_section_bg02_s.jpg') no-repeat ;
    background-position:top;
    background-color:#EEE;
}


.cordinator_select h2{
    color:#FFF;
    font-size: 24px;
    text-align: center;
    margin:0 auto 70px ;
	text-shadow:1px 1px 6px #000;
}
.cordinator_select_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    width: 98%;
    position:relative;
    margin:0 auto;
    padding-bottom: 20px;
}
@media screen and (min-width: 1000px) {
    .cordinator_select_list{
        width:980px;
    }
}

.cordinator_select_list a{
    display: block;
    width:48%;
    height: 102px;
    border-radius:10px;
    margin-bottom: 15px;
    background-color: #FFF;
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.cordinator_select_box{
    width: 100%;
    height: 100%;
    position: relative;
}
.cordinator_select_box img{
    position: absolute;
    width:60px;
    height: auto;
    margin: 20px auto 25px;
    left: 0;
    right: 0;
    text-align: center;
}
.cordinator_select_list a .cordinator_select_box h5{
    font-size: 13px;
    text-align: center;
    color: #034DA2;
    position: absolute;
    margin: 0 auto;
    top:10px;
    left: 0;
    right: 0;
}
    .cordinator_select_list a .cordinator_select_box h5.read_1line{ top:120px }
    .cordinator_select_list a .cordinator_select_box h5.read_2line{ top:98px }

.cordinator_select_list a .cordinator_select_box p{
    width: 80%;
    color: #FFF;
    text-align: center;
    background-color: #034DA2;
    margin: 0 auto;
    padding: 3px 0;
    position: absolute;
    top:70px;
    left: 0;
    right: 0;
    font-size: 10px;
}
.cordinator_select_end{
    width: 100%;
    position:relative;
}
.cordinator_select_end:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(238, 238, 238, 0);
    border-top-width:34px;
    border-bottom-width:34px;
    border-left-width:34px;
    border-right-width:34px;
    margin-left: -34px;
    border-top-color:#EEEEEE;
    top:100%;
    left:50%;
}


@media screen and (min-width:620px){
    .cordinator_select{
		padding-top:26.6666%;
        background-position:top;
    background:url('../img/top_section_bg02.jpg') no-repeat;
	        background-size:cover;
			    background-color:#d9d9d9;
    }
    .cordinator_select h2{
        font-size: 32px;
        margin:0 auto 110px ;
    }
    .cordinator_select_list a{

        height: 140px;
        margin-bottom: 20px;
    }
    .cordinator_select_box img{
        width:88px;
        height: auto;
        margin: 30px auto 45px;
        left: 0;
        right: 0;
    }
    .cordinator_select_list a .cordinator_select_box h5{
        font-size: 26px;
        margin: 0 auto;
        top:20px;
        left: 0;
        right: 0;
    }
    .cordinator_select_list a .cordinator_select_box h5.read_1line{ top:153px }
    .cordinator_select_list a .cordinator_select_box h5.read_2line{ top:123px }

    .cordinator_select_list a .cordinator_select_box p{
        padding: 3px 0;
        top:100px;
        left: 0;
        right: 0;
        font-size: 18px;
    }
}




/*--------------------
移住事例
----------------------*/

.ijyu{
    background:url('../img/top_section_bg_ijyu.jpg') no-repeat;
    background-position:top -100px left 50%;
    background-color:#EEE;
    padding: 150px 0 0 0;
}

.ijyu_btn{
	width:60%;
	margin:10px auto 80px;
}

.ijyu_btn a{
        display: block;
	max-width:90%;
	width:100%;
        height: 40px;
        text-align: center;
        background-color:#333;
        line-height: 40px;
        font-size: 16px;
        border-radius: 10px;
		color:#FFF;
		margin:0 auto;
		font-weight:100;
}


@media screen and (max-width: 960px) {
.ijyu_btn{
	width:60%;
	margin:30px auto 70px;
}
}
.area_btn{
	width:100%;
	margin:10px auto 40px;
}

.area_btn a{
        display: block;
	width:120px;
        height: 30px;
        text-align: center;
        background-color:#333;
        line-height: 30px;
        font-size: 12px;
        border-radius: 10px;
		color:#FFF;
		margin:0 auto;
		font-weight:100;
}


@media screen and (min-width: 1000px) {
    .ijyu{
        background-size:100%;
    }
	
	.ijyu_btn a{
        display: block;
	max-width:56%;
	width:100%;
        height: 30px;
        text-align: center;
        background-color:#333;
        line-height: 120px;
		padding-top:10px
        font-size: 18px;
        border-radius: 10px;
		color:#FFF;
		margin:0 auto;
				font-weight:100;
}



    .area_btn{
        background-size:100%;
    }
	
	.area_btn a{
        display: block;
	width:120px;
        height: 30px;
        text-align: center;
        background-color:#333;
        line-height: 30px;
        font-size: 12px;
        border-radius: 10px;
		color:#FFF;
		margin:0 auto;
				font-weight:100;
}

	
}
.ijyu h2{
    color:#FFF;
    font-size: 24px;
    text-align: center;
    margin:0 auto;
	text-shadow:1px 1px 6px #000;
}


.ijyu p{
	text-align:center;
    color:#FFF;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    font-weight:700;
	margin-top:40px;
    margin-bottom: 20px;
	text-shadow:1px 1px 6px #000;
}





.ijyu_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    width: 98%;
    position:relative;
    margin:0 auto;
    padding-bottom: 0px;
}
@media screen and (min-width: 1000px) {
    .ijyu_list{
        width:980px;
    }
}

.ijyu_list a{
    display: block;
    width: 49%;
    height: 242px;
    border-radius:10px;
    margin-bottom: 15px;
    background-color: #FFF;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.ijyu_box{
    width: 100%;
    height: 100%;
    position: relative;
}
.ijyu_box img{
    position: absolute;
    width:85%;
    height: auto;
	margin:0 auto;
	top:70px;
	left:0;
	right:0;
    text-align: center;
}
.ijyu_list a .ijyu_box h5{
    font-size: 14px;
    text-align: center;
    color: #034DA2;
    position: absolute;
    margin: 0 auto;
    top:30px;
    left: 0;
    right: 0;
	font-weight:100;
}
.ijyu_list a .ijyu_box h6{
    font-size: 12px;
    text-align: center;
    color: #034DA2;
    position: absolute;
    margin: 0 auto;
    top:48px;
    left: 0;
    right: 0;
	font-weight:100;
}
    .ijyu_list a .ijyu_box h5.read_1line{ top:120px }
    .ijyu_list a .ijyu_box h5.read_2line{ top:98px }

.ijyu_list a .ijyu_box p.check{
    width: 80%;
    color: #FFF;
    text-align: center;
    background-color: #034DA2;
    margin: 0 auto;
    padding: 3px 0;
    position: absolute;
    bottom:20px;
    left: 0;
    right: 0;
    font-size: 10px;
	line-height:10px;
}

.ijyu_list a .ijyu_box p.nb{
    color: #034DA2;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    font-size: 14px;
	    left: 0;
    right: 0;
	text-shadow:none;
}
.ijyu_end{
    width: 100%;
    position:relative;
}
.ijyu_end:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(238, 238, 238, 0);
    border-top-width:34px;
    border-bottom-width:34px;
    border-left-width:34px;
    border-right-width:34px;
    margin-left: -34px;
    border-top-color:#EEEEEE;
    top:100%;
    left:50%;
}


@media screen and (min-width:620px){
    .ijyu{
        padding: 300px 0 0 0;
        background-position:top 0px left 50%;
    }
    .ijyu h2{
        font-size: 32px;
        margin:0 auto 110px ;
		text-shadow:1px 1px 6px #000;
    }
	.ijyu p{
	        font-size: 22px;
        line-height: 35px;
        font-weight:700;
        margin-bottom: 80px;
		text-shadow:1px 1px 6px #000;
}

.ijyu_btn a{
        height:66px;
        font-size:18px;
        line-height: 66px;
    }
	
	
    .ijyu_list a{

        height: 385px;
        margin-bottom: 20px;
    }
    .ijyu_box img{
        width:65%;
        height: auto;
		margin:0 auto;
		top:110px;
			left:0;
	right:0;
    }
    .ijyu_list a .ijyu_box h5{
        font-size: 24px;
        margin: 0 auto;
        top:45px;
        left: 0;
        right: 0;
		font-weight:100;
    }
	    .ijyu_list a .ijyu_box h6{
        font-size: 20px;
        margin: 0 auto;
        top:75px;
        left: 0;
        right: 0;
		font-weight:100;
    }
    .ijyu_list a .ijyu_box h5.read_1line{ top:153px }
    .ijyu_list a .ijyu_box h5.read_2line{ top:123px }

    .ijyu_list a .ijyu_box p.check{
        padding: 3px 0;
            bottom:20px;
        left: 0;
        right: 0;
        font-size: 18px;
		line-height:18px;
    }
	
	.ijyu_list a .ijyu_box p.nb{
		top:5px;
		text-align:center;
		font-size:24px;
		text-shadow: none;
	}
	
	
}
/*--------------------
ご相談の流れ
----------------------*/
.advice_flow{
    padding: 0px 0 10px 0;
    background-color:#fff;

}
@media screen and (min-width: 1000px) {
    .advice_flow{
       background-size:100%;
    }
}
@media screen and (min-width: 1390px) {
    .advice_flow{

        background-color:#FFF;
    }
}
.advice_flow .advice_flow_read h2{
    color:#fff;
    font-size: 24px;
    text-align: center;
    margin:0 auto 40px;
  text-shadow:1px 1px 6px #000;
}
.advice_flow .advice_flow_read p{
    color:#FFF;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    font-weight:700;
    margin-bottom: 40px;
	 text-shadow:1px 1px 6px #000;
}
.advice_flowchart{
    margin:0 auto;
    padding-top: 30px;
	 background-color:#EEE;
	 padding-bottom:10px;
	 margin-bottom:80px;

}
@media screen and (min-width: 1000px) {
    .advice_flowchart{
        width:980px;
        border-radius:10px;
		background-color:#EEE;
    }
}
.advice_flow .advice_flowchart div.flowchart_box{
    position:relative;
    width:96%;
    height:125px;
    background:#FFF;
    padding:0px;
    text-align:center;
    color:#000;
    font-size:30px;
    border-radius:10px;
    margin: 0  auto 40px;
    display: flex;
    flex-wrap: wrap;
}
.advice_flow .advice_flowchart div.flowchart_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:18px;
    border-bottom-width:18px;
    border-left-width:26px;
    border-right-width:26px;
    margin-left: -26px;
    border-top-color:#FFFFFF;
    top:100%;
    left:50%;
}

.advice_flow .advice_flowchart div.flowchart_box02{
    position:relative;
    width:96%;
    height:165px;
    background:#FFF;
    padding:0px;
    text-align:center;
    color:#000;
    font-size:30px;
    border-radius:10px;
    margin: 0  auto 40px;
    display: flex;
    flex-wrap: wrap;
}

.advice_flow .advice_flowchart div.flowchart_box02:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:18px;
    border-bottom-width:18px;
    border-left-width:26px;
    border-right-width:26px;
    margin-left: -26px;
    border-top-color:#FFFFFF;
    top:100%;
    left:50%;
}


.advice_flow .flowchart_box02 span.small{
	font-size:12px;
	line-height:16px;
	font-weight:100;
}


.flowchart_box div:nth-child(1){
    width:20%;
    position:relative;
}
.flowchart_box div:nth-child(1) img{
    margin: 30px auto 0;
    left: 0;
    right: 0;
    width:60px;
    height: auto;
}


.flowchart_box div:nth-child(2){
    width:79%;
}


.flowchart_box div:nth-child(2) h5{
    text-align: left;
    color:#034DA2;
    font-size: 18px;
    margin:17px 0;
	font-weight:100;
}
.flowchart_box div:nth-child(2) p{
    color:#333;
    text-align: left;
    font-size: 12px;
        font-weight: 100;
}
.flowchart_box div:nth-child(3) h5{
    text-align: left;
    color:#034DA2;
    font-size: 18px;
    margin:17px 0;
	font-weight:100;
}

.flowchart_box02 div:nth-child(1){
    width:20%;
    position:relative;
}
.flowchart_box02 div:nth-child(1) img{
    margin: 30px auto 0;
    left: 0;
    right: 0;
    width:60px;
    height: auto;
}

.flowchart_box02 div:nth-child(3) img{
    margin: 20px auto 0;
    left: 0;
    right: 0;
    width:100px;
    height: auto;
}

.flowchart_box02 div:nth-child(2){
    width:79%;
}

.flowchart_box02 div:nth-child(3){
    width:27%;
}

.flowchart_box02 div:nth-child(2) h5{
    text-align: left;
    color:#034DA2;
    font-size: 17px;
    margin:17px 0;
}
.flowchart_box02 div:nth-child(2) p{
    color:#333;
    text-align: left;
    font-size: 12px;
    font-weight: 100;
}







div.flowchart_end{
    position:relative;
    	width:90%;
	max-width:980px;
    height:65px;
    background:#034DA2;
    padding:20px 10px 10px 0px;
    text-align:center;
    color:#FFF;
    font-size:20px;
    border-radius:10px;
    margin: 0  auto 40px;
    line-height: 25px;
	    font-weight: 100;
}

div.flowchart_end02{
    position:relative;
    	width:90%;
	max-width:980px;
    height:70px;
    background:#034DA2;
    padding:20px 10px 10px 10px;
    text-align:center;
    color:#FFF;
    font-size:20px;
    border-radius:10px;
    margin: 0  auto 0px;
    line-height: 25px;
}


.advice_flowchart_end{
    width: 100%;
    position:relative;
}





.chart_end_read{
        font-size: 12px;
}
.advice_flowchart_end:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(238, 238, 238, 0);
    border-top-width:34px;
    border-bottom-width:34px;
    border-left-width:34px;
    border-right-width:34px;
    margin-left: -34px;
    border-top-color:#EEEEEE;
    top:100%;
    left:50%;
}
@media screen and (min-width:620px) {
    .advice_flow .advice_flowchart div.flowchart_box{
        width:96%;
        height:185px;
        padding:0px;
        font-size:30px;
        border-radius:10px;
        margin: 0  auto 40px;
    }
	
	    .advice_flow .advice_flowchart div.flowchart_box02{
        width:96%;
        height:185px;
        padding:0px;
        font-size:30px;
        border-radius:10px;
        margin: 0  auto 40px;
    }
    .advice_flow{

        padding: 110px 0 40px 0;
        background-position:top 0px left 50%;
    }
    .advice_flow .advice_flow_read h2{
        font-size: 32px;
        margin:0 auto 110px;
		padding-top:200px;
    }
    .advice_flow .advice_flow_read p{
        font-size: 22px;
        line-height: 35px;
        font-weight:700;
        margin-bottom: 80px;
    }
    .flowchart_box div:nth-child(1) img{
        margin: 54px auto 0;
        width:88px;
    }
    .flowchart_box div:nth-child(2) h5{
        font-size: 30px;
        margin:35px 0;
		font-weight:100;
    }
	
	    .flowchart_box div:nth-child(3) h5{
        font-size: 30px;
        margin:35px 0;
		font-weight:100;
    }
    .flowchart_box div:nth-child(2) p{
        font-size: 16px;
           font-weight: 100;
    }
    .flowchart_box div:nth-child(1){
        width:20%;
    }
    .flowchart_box div:nth-child(2){
        width:78%;
    }
	
	
	.flowchart_box02 div:nth-child(3) img{
        margin: 20px auto 0;
        width:180px;
    }
	
    .flowchart_box02 div:nth-child(2) h5{
        font-size: 30px;
        margin:35px 0;
		font-weight:100;
    }
    .flowchart_box02 div:nth-child(2) p{
        font-size: 16px;
            font-weight: 100;
    }
    .flowchart_box02 div:nth-child(1){
        width:20%;
    }
    .flowchart_box02 div:nth-child(2){
        width:78%;
    }
    .flowchart_box02 div:nth-child(3){
        width:20%;
    }	
	
	
	
div.flowchart_end{
        	width:100%;
	max-width:980px;
        height:85px;
        padding:25px 30px 10px 10px;
        color:#FFF;
        font-size:30px;
        margin: 0  auto 60px;
        line-height: 35px;
    }
	
	
	div.flowchart_end02{
        	width:100%;
	max-width:980px;
        height:85px;
        padding:30px 10px 10px 10px;
        color:#FFF;
        font-size:30px;
        margin: 0  auto 0px;
        line-height: 35px;
    }
	
	
    .chart_end_read{
            font-size: 16px;
    }
}


/*--------------------
お申し込み
----------------------*/
.appform{
	width:100%;
    background-color:#EEEEEE;
    padding: 20px 0 10px 0;
	}
	    .appform .appform_read img{
width: 100%;
height: auto;
    }
	
@media screen and (min-width: 1000px) {
    .appform .appform_read{
        margin: 0 auto;
		width:100%;
		text-align: center;
    }
	
	    .appform .appform_read img{
width: 40%;
height: auto;
    }
	
    .appform{
        background-size:100%;
    }
}
@media screen and (min-width: 1290px) {
    .appform{
		width:100%;
        background-color:#EEE;
		padding-bottom: 30px;
		margin-top: 40px;
    }
}
.appform .appform_read h2{
    color:#000;
    font-size: 30px;
    text-align: center;
    margin:10px auto;
	padding: 5px;
}

.appform .appform_read h4{
    text-align: center;
    margin:0px auto;
	padding: 10px;
}

.appform .appform_read h4 a{
	color: #000;
	font-weight: 700;
	font-size: 11px;
	line-height: 11px;
	text-decoration: underline;
}

.appform .appform_read h3{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
    color:#000;
	    text-align: center;
}

	.appform .appform_read h4 span.small{
		display: block;
		padding-top: 20px;
		font-size:11px;
		line-height: 14px;
	}


.appform .appform_read p{
    color:#000;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    font-weight:700;
    margin-bottom: 25px;
}
.appform .appform_read p br.br_switch{
    display: inline;
}
.appform aside{
    width:98%;
    height: auto;
    border-radius:10px;
    margin:10px auto 10px;
    padding: 20px 0;
    text-align: center;
    background-color: #27ACB4;
}

.appform .tell_image address,.appform .tell_image p{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 8px;
    line-height: 12px;
}

.appform aside h3{
    color:#FFF;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px
}



@media screen and (min-width:620px) {
    .appform{
        padding: 90px 0 0 0;
    }
    .appform .appform_read h2{
        font-size: 38px;
        margin:20px auto 0px;
    }
	
	.appform .appform_read h3{
	font-size: 24px;
}
	
	.appform .appform_read h4{
		font-size:16px;
		line-height: 18px !important;
		margin-top: 5px;
		margin-bottom:10px;
		padding: 10px;
		text-align: center;
	}
	
	
	.appform .appform_read h4 span.small{
				font-size:12px;
		margin-bottom: -20px;
	}
	
	
    .appform .appform_read p{
        font-size: 22px;
        line-height: 35px;
        font-weight:700;
        margin-bottom: 45px;
    }
    .appform .appform_read p br.br_switch{
        display: none;
    }
    .appform aside{
        width:98%;
        height: auto;
        margin:10px auto 10px;
        padding: 20px 0;
    }
	

    .appform aside h3{
        font-size: 22px;
        margin-bottom: 20px
    }
}
@media screen and (min-width: 1000px) {
    .appform aside{
        margin: 0 auto 40px;
        width: 980px;
    }
    .appform .appform_read p br.br_switch:nth-child(2){
        display: inline;
    }

}
/*--------------------
フッター
----------------------*/


.bytheseafooter{
    width:100%;
    background-color:#f5f1e9;
    transition: all .5s;
}
footer{
    background-color:#f5f1e9; color: #000;
    padding: 40px 0 30px 0;
    margin: 0 auto;
}
@media screen and (min-width:1000px) {
    footer{
        width:980px;
    }
}
@media screen and (max-width: 375px) {
    footer{
        width:375px;
    }
}
.footerlogo h1{

    height: auto;
    padding-top: 40px;
    margin:0 auto;
    text-align: center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background:url('../img/bts_logo_mini_bk.png') no-repeat center center;
    background-size: contain;
}

.footerlogo p{
	font-size:12px;
	font-weight:100;
	text-align:center;
	margin:0 auto;
	margin-top:15px;
}
.footernav_box{
    width: 90%;
    margin:0 auto;
	text-align:center;
}
.footernav_box nav{
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footernav_box p{
    font-size: 16px;
	font-weight:100;
	margin-bottom:15px;
}


.footernav_box nav ul li{
    font-size: 12px;
	line-height:14px;
	margin-left:10px;
	margin-right:10px;
	display:inline-block;
}
.footernav_box nav ul li a{
    font-size: 12px;
    font-weight: 100;
}

.footernav_sns{
	    display: flex;
    justify-content: center;
	    width: 420px;
    margin: 0 auto 40px;
}

		.footernav_sns div{
			padding:5px;
	}

.footernav_link a{
    display: block;
    width: 93%;
    height: 50px;
    margin:20px auto;
    text-align: center;
    background-color:#e1d279;
    line-height: 50px;
    font-size: 14px;
    border-radius: 15px;
    color: #333333;
}
.footercopy small{
    display: block;
    width:40%;
    margin: 0 auto 0px;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
}
.footerpriv nav{
    width:100%;
    margin:0 auto;
    text-align: center;

}
.footerpriv nav ul li{
    display: inline-block;
}

.footerpriv nav  ul li a{
    font-size: 14px;
    font-weight: 500;
}

	.footernav_box nav ul li a{
    font-size: 14px;
    font-weight: 500;
}
	.footernav_box nav ul li img{
		width:80%;
		padding-top:5px;
		padding-bottom:20px;
	}
	
.footernav_box nav ul li:nth-child(3) img{
	width:60%;
	padding-top:10px;
}
	
	
	
.footerpriv nav ul li:nth-child(1){
    margin-right: 20px;
}

@media screen and (min-width:620px) {
    footer{
        padding: 55px 0 45px 0;
    }
    .footerlogo h1{
        margin:0 auto 0px;
        width: 450px;
        height: auto;
        padding-top: 70px;
    }
	
	.footerlogo p{
	font-size:12px;
	font-weight:100;
	text-align:center;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:20px;
}
	
    .footernav_box{
        width: 70%;
        margin:0 auto;
    }
    .footernav_sns nav ul{
        width: 215px;
        margin: 0 auto 10px;
		display:flex;
    }
		.footernav_sns div{
			padding:10px;
	}
		
	.footernav_sns nav ul li img{
		width:100%;
		height:auto;
	}
		
			.footernav_box nav ul{
				display:flex;
			}
	
	.footernav_box nav ul li{
		width:48%;
        font-size: 14px;
        margin-bottom: 25px;
    }
    .footernav_box nav ul li a{
        font-size: 14px;
    }
	
	.footernav_box nav ul li img{
		width:70%;
		padding-top:10px;
	}
    .footernav_box nav ul:nth-child(1){
        width: 93%;
    }
    .footernav_box nav ul:nth-child(2){
        width: 39%;
    }
    .footernav_link a{
        width: 93%;
        height: 72px;
        margin:45px auto;
        line-height: 72px;
        font-size: 23px;
        border-radius: 15px;
    }
    .footercopy small{
        width:40%;
        margin: 0 auto 20px;
        font-size: 18px;
    }
    .footerpriv nav ul li a{
        font-size: 16px;
    }

.footernav_box p{
    font-size: 20px;
	font-weight:100;
	margin-bottom:10px;
}


}
/*--------------------
入力フォーム
----------------------*/
.formarea{
    width:97%;
    margin-bottom:10px;
    background-color: #dcdcdc;
    border-radius:10px;
    margin: -20px auto 20px;
}
.formbox{

    height: auto;
    margin: 0 auto;

    padding:25px 20px 20px;

    font-size:14px;
    font-weight:500;
    text-align: center;
}

/*必須項目関連*/
.hissu_txt{
    font-size:14px;
    font-weight:500;
    color: red;
    margin-bottom:10px;
}
.formarea .hissu{
    color:red;
}

/*複数回答可*/
.form_mintxt{
    font-size:14px;
    font-weight:500;
}

/*----相談したい、聞いてみたいこと----*/
.spbr{
    display: none;
}

.pc_br{
	display:block;
}
.soudan{
    text-align: left;
    margin-bottom: 20px;
}
/*--見出し--*/
.formbox dl dt.bts_form_soudan{
    font-size:16px;
    font-weight:500;
    border-bottom:1px dotted #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
/*--チェックボックス--*/
.soudan span.wpcf7-list-item {
    display: block;
    padding-left:1em;
    text-indent:-1.5em;
}

.soudan .wpcf7-list-item-label{
    font-size:14px;
    font-weight:500;
}


/*----住みたい場所は？----*/

/*--見出し--*/
.formbox dl dt.bts_form_second {
    font-size:16px;
    font-weight:500;
    border-bottom:1px dotted #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/*チェックボックスエリア*/
.item_second{
    margin-left: 8px;
    margin-bottom: 35px;
}
.item_second span.wpcf7-list-item {
    margin:0px;
    padding:0;
}
.wpcf7-form-control-wrap.your-area{
    display: block;
    text-align: left;
    /* background-color: #FF00FF; */
    margin-bottom:7px;
    padding:0;
}
.item_second .wpcf7-list-item-label{
    padding-right: 8px;
}
/*チェックボックス文字*/
.item_second .wpcf7-list-item-label{
    font-size:14px;
    font-weight:500;
}

/*----お名前----*/
.formbox dl dt.bts_form_name {
    font-size:16px;
    font-weight:500;
    border-bottom:1px dotted #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
    font-size:14px;
    font-weight:500;
}
.bts_form_nametext{
    margin-bottom: 30px;
}
/*----メール----*/
.formbox dl dt.bts_form_mail {
    font-size:16px;
    font-weight:500;
    border-bottom:1px dotted #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.bts_form_mailtext{
    margin-bottom: 30px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email{
    font-size:14px;
    font-weight:500;
}

/*----住所----*/
.formbox dl dt.bts_form_add {
    font-size:16px;
    font-weight:500;
    border-bottom:1px dotted #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.bts_form_addtext{
    margin-bottom: 30px;
}



/*----電話----*/
.formbox dl dt.bts_form_tel {
    font-size:16px;
    font-weight:500;
    border-bottom:1px dotted #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.bts_form_teltext{
    margin-bottom: 30px;
}

/*----ご相談方法----*/
.formbox dl dt.bts_form_sh {
    font-size:16px;
    font-weight:500;
    border-bottom:1px dotted #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.bts_form_shtext{
    margin-bottom: 30px;
}

/*----ご意見ご要望----*/
.formbox dl dt.bts_form_inputarea {
    font-size:16px;
    font-weight:500;
    border-bottom:1px dotted #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.bts_form_inputareatext{
    margin-bottom: 30px;
}
/*----送信ボタン----*/
.formarea .formbox .wpcf7-submit {
    background: #27acb4;
    color: white;
    padding: 10px 40px;
    border: none;
    border-radius: 7px;
    font-weight: bold;
    margin-bottom: 40px;
}
.formarea .formbox .wpcf7-response-output {
    text-align: center;
    font-size: 1.6rem;
    border: none;
    font-weight: bold;
}
.grecaptcha-badge{
    /* margin: 0 auto; */
}
@media screen and (min-width:475px) {
    .formbox dl dt.bts_form_soudan,
    .formbox dl dt.bts_form_second,
    .formbox dl dt.bts_form_name,
    .formbox dl dt.bts_form_mail,
    .formbox dl dt.bts_form_add,
    .formbox dl dt.bts_form_tel,
    .formbox dl dt.bts_form_sh,
    .formbox dl dt.bts_form_inputarea
    {
        text-align: left;
    }
}
@media screen and (min-width:760px) {
    .formbox {
        width:760px;
    }
    .hissu_txt{
        margin-bottom:30px;
        text-align: left;
    }
    .bts_form_flex{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .formbox dl dt{
        width:35%;
    }
    .formbox dl dd{
        width:63%;
    }
    .item_second{
        padding-left: 8px;
    }

    .wpcf7-form-control.wpcf7-submit{
        margin-top: 40px !important;
        padding-left: 80px !important;
        padding-right: 80px !important;
    }


    .formbox dl dt.bts_form_soudan,
    .formbox dl dt.bts_form_second,
    .formbox dl dt.bts_form_name,
    .formbox dl dt.bts_form_mail,
    .formbox dl dt.bts_form_add,
    .formbox dl dt.bts_form_tel,
    .formbox dl dt.bts_form_sh,
    .formbox dl dt.bts_form_inputarea
    {
        font-size:16px;
        font-weight:500;
        border-bottom:0px dotted #333;
        border-right:1px dotted #333;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-right: 20px;
        margin-bottom: 5px;
        text-align: right;
    }

    .bts_form_nametext,
    .bts_form_mailtext,
    .bts_form_addtext,
    .bts_form_teltext,
    .bts_form_shtext,
    .bts_form_inputareatext{
        padding-top: 0px;
        padding-left: 11px;
        padding-right: 20px;
    }

    .soudan,
    .item_second,
    .bts_form_nametext,
    .bts_form_mailtext,
    .bts_form_addtext,
    .bts_form_teltext,
    .bts_form_shtext,
    .bts_form_inputareatext{
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 1000px) {
    .formarea{
        width:980px;
		margin-top:0px;
    }
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
optgroup,
select,
textarea {
	display: block;
	width: 100%;
	padding: 0.375rem 1rem;
	border: 1px transparent solid;
	font-size: 0.85rem !important;
    font-weight:500 !important;
    border-radius:5px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-color: transparent;
	text-decoration: none !important;
	border: 1px solid transparent;
	padding: 0.375rem 1rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button {
		-webkit-transition: none;
		transition: none;
	}
}

button:hover, button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus {
	border-color: transparent;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus {
	outline: 0;
}

.button-primary {
	color: white;
	background-color: black;
}

.button-effect {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.button-effect span {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.button-effect span:first-child {
	display: block;
	-webkit-transform: translate(0);
	transform: translate(0);
}

.button-effect span:last-child {
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateY(200%) translateX(-50%);
	transform: translateY(200%) translateX(-50%);
}

.button-effect:hover span:first-child {
	-webkit-transform: translateY(-200%);
	transform: translateY(-200%);
}

.button-effect:hover span:last-child {
	-webkit-transform: translateY(-100%) translateX(-50%);
	transform: translateY(-100%) translateX(-50%);
}

.button-effect span > i {
	display: inline-block;
	font-size: 1rem;
	vertical-align: middle;
}

.form-control {
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}


/*///// 須原追加 ///////*/



.info_back{
	margin-top:100px;
	width:100%;
padding:20px;
background-color:#f5f1e9;
}

.info_box{
	width:100%!important;
	max-width:720px!important;
	display:flex!important;
    justify-content: space-between!important;
    flex-wrap: wrap!important;
	margin:20px auto!important;
}

.news-head{
	font-size:26px;
	font-weight:100;
	font-family: sans-serif;
}

.news-head span{
	font-size:14px;
	margin-left:10px;
	font-family: sans-serif;
}

.news_in a{
	font-size:16px;
	font-weight:100;
	font-family: sans-serif;
	border-bottom: 1px #333 solid;
}



.osirase_box{
		width:100%;
	max-width:980px;
	background-color:#FFF;
	padding-top:50px;
	padding-bottom:50px;
	margin:0 auto;
	position:relative;
			font-weight:100;
	}

.osirase_box h3{
	font-size:24px;
		font-weight:100;
	color:#000;
	padding-bottom:20px;
	padding-left:10px;
	display:inline-block;
}

.osirase_box span.osi_ichi{
	text-align:right;
		display:inline-block;
		font-size:24px;
		font-weight:100;
		padding-right:10px;
		position:absolute;
		right:0;
}



.osirase_box .news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.osirase_box .news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
  		font-weight:100;
}



.osirase_box .news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.osirase_box .news-list .item .date{
  margin: 0;
  min-width: 180px;
  font-size: 16px;
   		font-weight:100;
  color: #333;
  padding: 0 20px 0 0;
}
.osirase_box .news-list .item .title{
  margin: 0;
  width: 100%;
    font-size: 16px;
   		font-weight:100;
		line-height:22px;
}
.osirase_box .news-list .item a:hover .title{
	color:#900;
}





.campaign_box{
		width:100%;
	max-width:980px;
	background-color:#FFF;
	padding-top:50px;
	padding-bottom:0px;
	margin:0 auto;
	position:relative;
			font-weight:bold;
				text-align:center;
	}

.campaign_box h3{
	font-size:32px;
		font-weight:bold;
	color:#eb6419;
	padding-bottom:20px;
	text-align:center;
	display:inline-block;
}

.campaign_box span.osi_ichi{
	text-align:right;
		display:inline-block;
		font-size:24px;
		font-weight:100;
		padding-right:10px;
		position:absolute;
		right:0;
}



.campaign_box .news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
  text-align:left;
}
.campaign_box .news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  box-shadow: 0 0 8px gray;
  padding: 20px 20px;
  font-weight:100;
  margin-bottom:10px;
  border-radius: 10px;
}

.campaign_box .news-list .item a:hover{
	background-color:#fbe1cc;
}



.campaign_box .news-list .item .date{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
   		font-weight:bold;
  color: #fff;
  margin-right:20px;
  background-color:#eb6419;
  padding: 5px 10px;
}
.campaign_box .news-list .item .title{
  margin: 0;
  width: 100%;
    font-size: 18px;
   		font-weight:bold;
		line-height:26px;
}


.line_bana{
	width:100%;
	max-width:535px;
	text-align:center;
	padding:0px 20px 80px;
	margin:0 auto;
}

.line_bana img{
	width:100%;
	height:auto;
}


.bana_box{
	width:100%;
	max-width:820px;
	text-align:center;
	padding:10px 20px 40px;
	margin:0 auto;
}

.bana_box img{
	width:100%;
	height:auto;
}

.bana_box02{
	width:100%;
	max-width:820px;
	text-align:center;
	padding:10px 20px 40px;
	margin:0 auto;
}

.bana_box02 img{
	width:70%;
	height:auto;
}



@media screen and (max-width: 767px){

.pc_only{
	display:none;
}

.sp_only{
	display:block;
}


.pc_br{
	display:none;
}


	.bana_box{
	padding:0px 20px 40px;
	margin:0 auto 30px;
}

		.bana_box02{
	padding:0px 20px 40px;
	margin:0 auto 30px;
}

.bana_box02 img{
	width:100%;
	height:auto;
}
	.info_back{
	margin-top:0px;

}

.advice_flow .advice_flowchart div.flowchart_end .women_image{
	position:absolute;
	right:-10px;
	top:-15px;
}


.advice_flow .advice_flowchart div.flowchart_end .women_image img{
	width:70%;
	height:auto;
}

.campaign_box{
	padding-left:4%;
	padding-right:4%;
	padding-bottom:40px;
}



.campaign_box h3{
	font-size:18px;
		font-weight:bold;
	color:#eb6419;
	padding-bottom:20px;
	padding-left:10px;
	display:inline-block;
}

.campaign_box span.osi_ichi{
	text-align:right;
		display:inline-block;
		font-size:16px;
		font-weight:100;
		padding-right:10px;
		position:absolute;
		right:0;
}

	
.campaign_box .news-list .item a{
  flex-wrap: wrap;
}
.campaign_box .news-list .item .date{
  min-width: 80px;
  font-size:12px;
}
.campaign_box .news-list .item .title{
  margin-top: 10px;
  font-size:12px;
}



.osirase_box h3{
	font-size:18px;
		font-weight:100;
	color:#000;
	padding-bottom:20px;
	padding-left:10px;
	display:inline-block;
}

.osirase_box span.osi_ichi{
	text-align:right;
		display:inline-block;
		font-size:16px;
		font-weight:100;
		padding-right:10px;
		position:absolute;
		right:0;
}

	
.osirase_box .news-list .item a{
  flex-wrap: wrap;
}
.osirase_box .news-list .item .date{
  min-width: 100px;
  font-size:12px;
}
.osirase_box .news-list .item .title{
  margin-top: 10px;
  font-size:12px;
}

.line_bana{
	width:80%;
	text-align:center;
	padding:0px 20px 30px;
	margin:0 auto;
}

}




/*--------------------
住みたいエリアから探す
----------------------*/


.area_select{
    padding: 70px 0 0 0;
    background:url('../img/top_area_back_sp.jpg') no-repeat;
    background-position:top;
    background-color:#d9d9d9;
	background-size: cover;
}
.area_select_points{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    width: 98%;
    position:relative;
    margin: 0 auto;
}


.area_map{
		width:98%;
		    margin: 0 auto;
			padding-bottom:70px;
	}
	
.area_map img{
			width:100%;
			height:auto;
		}


@media screen and (min-width: 1000px) {

    .area_select_points{width: 980px;}
}

.area_select h2{
    color:#FFF;
    font-size: 24px;
    text-align: center;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:80px;
	text-shadow:1px 1px 6px #000;
}


.area_select_points .point_box{
    width: 32.5%;
    height: 140px;
    border-radius:10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    color: #333;
    background-color: #FFF;

	position:relative;
}


.area_select_points .point_box p.check{
    width: 80%;
    color: #FFF;
    text-align: center;
    background-color: #034DA2;
    margin: 0 auto;
    padding: 3px 0;
    position: absolute;
    top:110px;
    left: 0;
    right: 0;
    font-size: 10px;
	line-height:10px;
}


    .area_select_points .point_box:nth-child(6){
        font-size: 14px;
    }
    .area_select_points .point_box br.br_switch{
        display: none;
    }
	
.area_select_points .point_box h5 span.area_name{
	font-size:10px;
	line-height:14px;
	text-align:center;
	display:block;
}
	
	
.area_select_points .point_box h5 span.pointnumber{
    display: block;
    margin: 10px auto 15px;
    text-align: center;
    width:100%;
    height: 60px;
    font-size: 12px;
    padding-top: 0px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.area_select_points .point_box h5 span.pointnumber_ot{
    display: block;
    margin: 10px auto 5px;
    text-align: center;
    width:100%;
    height: 60px;
    font-size: 12px;
    padding-top: 25px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.area_num_img01{
    background:url('../img/area_point01.png') no-repeat center center;
    background-size:contain;
}
.area_num_img02{
    background:url('../img/area_point02.png') no-repeat center center;
    background-size:contain;
}
.area_num_img03{
    background:url('../img/area_point03.png') no-repeat center center;
    background-size:contain;
}
.area_num_img04{
    background:url('../img/area_point04.png') no-repeat center center;
    background-size:contain;
}
.area_num_img05{
    background:url('../img/area_point05.png') no-repeat center center;
    background-size:contain;
}
.area_num_img06{
    background:url('../img/area_point06.png') no-repeat center center;
    background-size:contain;
}
.area_select_points .point_box h5{
    display: table-cell;
    vertical-align: top;
}

@media screen and (min-width:620px){
	.area_select{
		padding-top:26.666666%;
        background-position:top;
        background:url('../img/top_area_back.jpg') no-repeat center center;
	    background-size:cover;
		background-color:#d9d9d9;
}
    .area_select_points{
        padding-bottom: 30px;
    }
    .area_select_points .point_box{
        height: 240px;
        border-radius:10px;
        margin-bottom: 20px;
        font-size: 32px;
        padding-top: 25px;
		position:relative;
    }
	
	   .area_select_points .point_box h5{
		           font-size: 26px;
	   }
	
	.area_select_points .point_box h5 span.area_name{
	font-size:16px;
	line-height:24px;
	text-align:center;
	display:block;
}
        .area_select_points .point_box:nth-child(6){
            font-size: 24px;
        }
        .area_select_points .point_box br.br_switch{
            display: inline;
        }
    .area_select_points .point_box h5 span.pointnumber{
        margin: 0 auto 20px;
        height: 111px;
        font-size: 28px;
    }
    .area_select_points .point_box h5 span.pointnumber_ot{
        margin: 0 auto 35px;
        height: 111px;
        font-size: 28px;
    }


.area_select_points .point_box p.check{
        padding: 3px 0;
		top:200px;
        left: 0;
        right: 0;
        font-size: 18px;
		line-height:18px;

}

	.area_map{
		width:100%;
		max-width:974px;
		text-align:center;
		margin:0 auto;
		padding-bottom:20px;
		border-radius:20px;
	}
	
		.area_map img{
			width:100%;
			height:auto;
		}


}


.area_select_arrow_box{
    position:relative;
    width:79%;
    height:80px;
    background:#034DA2;
    padding-bottom:10px;
    text-align:center;
    color:#FFFFFF;
    font-size:30px;
    border-radius:10px;
    margin:30px auto 45px;
    line-height: 22px;
    display: table;
}
.area_select_arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(3, 77, 162, 0);
    border-top-width:24px;
    border-bottom-width:24px;
    border-left-width:24px;
    border-right-width:24px;
    margin-left: -24px;
    border-top-color:#034DA2;
    top:100%;
    left:50%;
}
.area_select_arrow_box h3{
    display: table-cell;
    vertical-align: middle;
}
.area_select_arrow_box h3 span.area_select_readtext01{
        font-size: 16px;
}
.area_select_arrow_box h3 span.area_select_readtext02{
        font-size: 22px;
}
@media screen and (min-width:620px) {

    .area_select h2{
        font-size: 32px;
        margin:0px auto;
    }
    .area_select h4{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .area_select p{
        font-size: 22px;
        font-weight:700;
        line-height: 35px;
    }
    .area_select p br.br_switch{
        display: none;
    }
    .area_select_arrow_box{
        height:166px;
        font-size:30px;
        padding-bottom:0px;
        margin:50px auto 70px;
        line-height: 35px;
    }
    .area_select_arrow_box h3 span.contractor_readtext01{
            font-size: 20px;
    }
    .area_select_arrow_box h3 span.contractor_readtext02{
            font-size: 32px;
    }
    .area_select_arrow_box:after{
        border-top-width:34px;
        border-bottom-width:34px;
        border-left-width:34px;
        border-right-width:34px;
        margin-left: -34px;
    }
}
@media screen and (min-width:800px) {
    .area_select_arrow_box{
        position:relative;
        width:630px;
    }
}



.booklet{
	width:100%;
	max-width:495px;
	margin:0 auto;
	padding-top:60px;
}

.booklet img{
	width:100%;
	height:auto;
}




/*--------------------
須原追加
----------------------*/

.about_ttl h4 {
    font-size: 2.4rem !important;
    font-weight: bold;
    color: #253b81;
    margin-bottom: 20px;
    text-align: center
}
.about_ttl h4.gre {
    font-size: 2.4rem !important;
    font-weight: bold;
    color: #360;
    margin-bottom: 20px;
    text-align: center
}

.club_conpany{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}


.club_conpany li {
	width: 24%;
    float: left;
	margin-bottom:1%;
}

.club_conpany li:nth-child(1) , .club_conpany li:nth-child(2), .club_conpany li:nth-child(3), .club_conpany li:nth-child(4) , .club_conpany li:nth-child(5) , .club_conpany li:nth-child(6), .club_conpany li:nth-child(7), .club_conpany li:nth-child(8), .club_conpany li:nth-child(9), .club_conpany li:nth-child(10), .club_conpany li:nth-child(11), .club_conpany li:nth-child(13), .club_conpany li:nth-child(14), .club_conpany li:nth-child(15),  .club_conpany li:nth-child(16), .club_conpany li:nth-child(17), .club_conpany li:nth-child(18), .club_conpany li:nth-child(19), .club_conpany li:nth-child(20), .club_conpany li:nth-child(21), .club_conpany li:nth-child(22), .club_conpany li:nth-child(23){
    margin-right: 1%;
}


.club_conpany li img{
	width:100%;
	height:auto;
}

section .inner {
	width:96%;
	max-width:1000px;
    margin: 0 auto
}
section .inner h2 {
    text-align: center;
	line-height: 140%;
    padding: 15px 5%;
    margin-bottom: 40px
}

.onayami_box{
	width:100%;
	max-width:980px;
	margin:20px auto;
	padding-bottom:40px;
}


.onayami_box img{
	width:100%;
	height:auto;
}




@media screen and (max-width:768px) { 
.about_ttl h4{
	font-size:5vw;
}

.about_ttl h4.gre{
	font-size:5vw;
}


.club_conpany li {
    margin-right: 0;
    margin-bottom: 1%;
    width: 32%;
}
.club_conpany li:nth-child(1) , .club_conpany li:nth-child(2), .club_conpany li:nth-child(4), .club_conpany li:nth-child(5) , .club_conpany li:nth-child(7), .club_conpany li:nth-child(8), .club_conpany li:nth-child(10), .club_conpany li:nth-child(11), .club_conpany li:nth-child(13), .club_conpany li:nth-child(14),  .club_conpany li:nth-child(16),.club_conpany li:nth-child(17)),  .club_conpany li:nth-child(19),.club_conpany li:nth-child(20),  .club_conpany li:nth-child(22),.club_conpany li:nth-child(23){
    margin-right: 2%;
}

.club_conpany li:nth-child(3), .club_conpany li:nth-child(6), .club_conpany li:nth-child(9), .club_conpany li:nth-child(12), .club_conpany li:nth-child(15), .club_conpany li:nth-child(18), .club_conpany li:nth-child(21){
    margin-right: 0%;
}

section {
    margin-bottom: 8%;
}
section .inner {
    width: 98%;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}
section .inner h2 {
    padding: 10px 30px;
    margin-bottom: 30px;
}


.booklet{
	padding-top:60px;
	padding-bottom:30px;
}

.onayami_box{
	width:90%;
	padding-bottom:40px;
}


}


/*トップページよくある質問 */
.faq {
	width:100%;
	max-width:980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom:60px;
  margin-top:0px;
}

.faq img {
  display: block;
  position: absolute;
}

.faq::before {
	  width: 60%;
  content: '';
  display: block;
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background-color:#dbe6f2;
}

.faq .title {
	width:88%;
  height: 80px;
  line-height: 84px;
  margin: 10px auto;
  color: #fff;
  background-color: #034da2;
  text-align: center;
    border-radius: 10px;
	font-size:20px;
	font-weight:bold;
}

.faq .faqBox {
  background-color: #fff;
  border: 3px solid #034da2;
  border-radius: 10px;
  margin: 0 auto;
  padding:20px;
}

.faq .faqBox a {
  text-decoration: underline;
  color: #369;
}

.faq .faqBox:not(:first-of-type) {
  margin-top: 10px;
}

.faq .faqBox .question {
  /*font-size: 17px;*/
  font-weight: 600;
  color: #253f58;
    font-size: 28px;
}

.faq .faqBox .question span:first-of-type {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  text-align: center;
  line-height: 34px;
  background-color: #034da2;
  border-radius: 50%;
}

.faq .faqBox .question + p {
  font-size: 16px;
  line-height: 28px;
  font-weight:100;
	color:#666;
}


@media screen and (max-width:768px) { 

.faq {
	margin-top:0px;
}

.faq img {
  height: 106px;
  top: -53px;
  right: 2%;
}

.faq::before {
  width: 60%;
  /*height: 420px;*/
  top: 30px;
  bottom: 50px;
}

.faq .title {
  width: 80%;
  font-size: 18px;
  margin-bottom:10px;
  line-height:64px;
  height:60px;
}

.faq .faqBox {
  width: 90%;
  padding: 16px;
}

.faq .faqBox .question {
	font-size:32px;
  line-height: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.faq .faqBox .question span:last-of-type {
  width: calc(100% - 44px);
}

.faq .faqBox .question + p {
  margin-top: 8px;
    font-weight:100;
	color:#666;
}
}

#leadcopy{
	width:100%;
	text-align:center;
	font-size:16px;
	line-height:36px;
	font-weight:500;
	margin-bottom:40px;
}


#top_comment{
	width:100%;
	text-align:center;
	padding-top:40px;
}


#top_comment h1{
	 text-align: center;
	 width:100%;
	 max-width:400px;
	 margin:0 auto;
	 padding:15px;
}

#top_comment h1 img{
	width:100%;
	height:auto;
}


#leadcopy h2{
	    text-align: center;
        font-size: 22px;
		font-weight:100;
		margin-top:20px;
		margin-bottom:12px;
		color:#333;
}

.magazine_other_box{
	width:100%;
	max-width:800px;
	text-align:center;
	margin:0 auto;
	padding-bottom:40px;
}

.magazine_other_box p.gray_tittle{
        display: block;
        width: 60%;
        text-align: center;
        background-color:#CCC;
		height: 42px;
        line-height: 42px;
        font-size: 20px;
        border-radius: 8px;
		margin:10px auto;
}

.magazine_other_box img{
	width:100%;
	height:auto;
}

@media screen and (max-width:768px) { 

#leadcopy{
		font-size:13px;
	line-height:26px;
	text-align:justify;
	padding:20px;
		margin-top:0px;
	margin-bottom:40px;
}

#leadcopy h2{
	    text-align: center;
        font-size: 16px;
		font-weight:100;
		margin-top:20px;
		margin-bottom:12px;
		color:#333;
}


#top_comment{
	padding:20px;
		margin-top:0px;
	margin-bottom:0px;
}

#top_comment h1{
	 max-width:300px;
}


#top_comment h2{
	    text-align: center;
    font-size: 22px;
    line-height: 30px;
	margin-bottom:10px;
}

.magazine_other_box{
	width:90%;
	margin:0 auto;
}

.magazine_other_box p.gray_tittle{
        height: 22px;
        line-height: 22px;
        font-size: 12px;
        border-radius: 4px;
}
}

.corinator_box{
	height:600px;
	padding: 70px 0 0px 0;
    background:url('../img/corinator_back.jpeg') no-repeat ;
    background-position:top;
	background-size:100%;
	    background-color:#d9d9d9;
}


#serch_box{
	display:flex;
	flex-wrap: wrap;
	width:96%;
	max-width:980px;
	 justify-content: center;
	 margin: 0 auto 40px;
}

#serch_box a:nth-child(1){
	width:46%;
	padding-top:22.22222%;
		background:url('../img/corinator_back.jpeg') no-repeat ;
    background-position:top;
	background-size: cover;
	border-radius: 10px;
	text-align:center;
	margin:10px;
}


#serch_box a:nth-child(2){
	width:46%;
	padding-top:22.22222%;
	background:url('../img/top_area_back_sp.jpg') no-repeat;
    background-position:top;
	background-size: cover;
	border-radius: 10px;
	text-align:center;
	margin:10px;
}

#serch_box a:nth-child(3){
	width:46%;
	padding-top:22.22222%;
	background:url('../img/top_section_bg02_s.jpg') no-repeat;
    background-position:top;
	background-size: cover;
	border-radius: 10px;
	text-align:center;
		margin:10px;
}
	
#serch_box a:nth-child(4){
	width:46%;
	padding-top:22.22222%;
	background:url('../img/corinator_back.jpeg') no-repeat ;
    background-position:top;
	background-size: cover;
	border-radius: 10px;
		text-align:center;
			margin:10px;
}

#serch_box h2{
	    color:#FFF;
    font-size: 20px;
    text-align: center;
	margin:0 auto;
	padding-bottom:50px;
	text-shadow:1px 1px 6px #000;
}
	


#serch_box p.btn_serch{
        display: block;
	width:120px;
        height: 30px;
        text-align: center;
        background-color:#333;
        line-height: 30px;
        font-size: 12px;
        border-radius: 10px;
		color:#FFF;
		margin:20px auto;
		font-weight:100;
}

@media screen and (min-width:768px) and ( max-width:1024px) {

#serch_box{
	display:flex;
	flex-wrap: wrap;
	width:96%;
	max-width:980px;
	 justify-content: center;
	 margin: 0 auto 40px;
}

#serch_box a:nth-child(1){
	width:46%;
	padding-top:22.22222%;
	background:url('../img/top_ijyu_back_sp.jpg') no-repeat;
    background-position:top;
	background-size: cover;
	border-radius: 10px;
	text-align:center;
	margin:10px;
}


#serch_box a:nth-child(2){
	width:46%;
	padding-top:22.22222%;
	background:url('../img/top_area_back_sp.jpg') no-repeat;
    background-position:top;
	background-size: cover;
	border-radius: 10px;
	text-align:center;
	margin:10px;
}

#serch_box a:nth-child(3){
	width:46%;
	padding-top:22.22222%;
	background:url('../img/top_section_bg02_s.jpg') no-repeat;
    background-position:top;
	background-size: cover;
	border-radius: 10px;
	text-align:center;
		margin:10px;
}
	
#serch_box a:nth-child(4){
	width:46%;
	padding-top:22.22222%;
	background:url('../img/corinator_back.jpeg') no-repeat ;
    background-position:top;
	background-size: cover;
	border-radius: 10px;
		text-align:center;
			margin:10px;
}

}
@media screen and (max-width:767px) { 

#serch_box{
	display:flex;
	flex-wrap: wrap;
	width:96%;
	 justify-content: center;
	 margin-bottom:40px;
	 padding:10px;
}

#serch_box a:nth-child(1){
	width:100%;
	padding-top:16.66666%;
	background:url('../img/top_ijyu_back_sp.jpg') no-repeat;
    background-position:0 -60px;
	background-size: cover;
	border-radius: 10px;
	text-align:center;
	margin:10px;
}

#serch_box a:nth-child(2){
	width:100%;
	padding-top:16.66666%;
	background:url('../img/top_area_back_sp.jpg') no-repeat;
    background-position:0 -50px;
	background-size: cover;
	border-radius: 10px;
	text-align:center;
	margin:10px;
}

#serch_box a:nth-child(3){
	width:100%;
	padding-top:16.66666%;
	background:url('../img/top_section_bg02_s.jpg') no-repeat;
   background-position:0 -50px;
	background-size: cover;
	border-radius: 10px;
	text-align:center;
		margin:10px;
}
	
#serch_box a:nth-child(4){
	width:100%;
	padding-top:16.66666%;
	background:url('../img/corinator_back.jpeg') no-repeat ;
    background-position:0 -5px;
	background-size: cover;
	border-radius: 10px;
		text-align:center;
			margin:10px;
}

#serch_box h2{
	    color:#FFF;
    font-size: 18px;
    text-align: center;
	margin:0 auto;
	padding-bottom:40px;
	text-shadow:1px 1px 6px #000;
}
	
#serch_box p.btn_serch{
        display: block;
	width:100px;
        height: 20px;
        text-align: center;
        background-color:#333;
        line-height: 20px;
        font-size: 12px;
        border-radius: 10px;
		color:#FFF;
		margin:10px auto;
		font-weight:100;
}

}

	.firstview .tell_image{
		width:100%;
		max-width:420px;
		padding:20px 20px 0px;
		margin:0 auto;
		position:relative;
	}
	
    .firstview .tell_image img{
        width:100%;
        height: auto;
    }
	
	.firstview .tell_image .tell_img{
		position:absolute;
		right:20px;
		bottom:-10px;
	}
	
		.firstview .tell_image .tell_img img{
        width:90%;
        height: auto;
	}
	
	
	/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 5px;
    bottom: 100px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #737373;
    padding: 0 0 0 35px;
    border-top: solid 1px;
	z-index:888;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/***トップへ戻るボタンここまで***/

.tel:before{font-family: FontAwesome; content:'\f098';font-weight:100;margin-right:0.5em;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.comInfo{font-family: 'Noto Sans JP', sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;;box-sizing:border-box; text-align:center; margin-top:30px;;font-weight:100}
.comInfo p{ font-size:16px; padding:0.25em 0;line-height:1.5em;box-sizing:border-box;;font-weight:100}
.comInfo p.com{ font-size:17px;line-height:0.1em; margin-bottom:0px; font-weight:bold; }

.comInfo span.tel{font-weight:100;}

.comInfo span.tel a:link { font-weight:100;color: blue; }


.footerlogo .comInfo span.com_gai{
	font-size:24px; border-bottom:#000 solid 2px; font-weight:100; }

.footerlogo .comInfo span.com_gai a:link  { font-weight:100; }

.company_btn{
	width: 240px;
	padding: 20px 40px;
	text-align: center;
	background-color: #034da2;
	color: #fff;
	margin: 40px auto 40px;
	border-radius: 10px;
}

 .company_btn p.com_gai{
	font-size:16px; font-weight:100;
color: #fff;}

.company_btn p.com_gai a:link  { color: #fff; font-weight:100; }




/*アコーディオン全体*/
.companyplus {
  width: 100%;
}
.companyplus input {
  display: none; /*チェックボックスを隠す*/
}

/*バー部分*/
.companyplus label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  position: relative;
  margin:0 auto 10px;
  padding: 10px;
  text-align:center;
  background-color: #333;
  border-radius: 10px;
  font-weight:100;
  width:60%;
}
/*開いたときに表示される部分*/
.companyplus ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
.companyplus li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}

#menu_bar01:checked ~ #links01 li{
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;
  background: #f1f1f1;
}
 /*開いたときの下の余白*/
#menu_bar01:checked ~ #links01 li:last-child{
  margin-bottom: 0px;
}

/*閉じた状態の矢印描画*/
.companyplus label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 5%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.companyplus input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 5%;
  top: 7%;
  bottom: 0;
  margin: auto;
}


.area_select_points{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    width: 98%;
    position:relative;
    margin: 0 auto;
    padding-bottom: 80px;
}




@media screen and (min-width: 1000px) {

    .area_select_points{width: 980px;}
}




.area_select_points .point_box{
    width: 30.5%;
    height: 160px;
    border-radius:10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    color: #333;
    background-color: #FFF;
box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	position:relative;
}


.area_select_points .point_box p.check{
    width: 80%;
    color: #FFF;
    text-align: center;
    background-color: #034DA2;
    margin: 0 auto;
    padding: 3px 0;
    position: absolute;
    top:140px;
    left: 0;
    right: 0;
    font-size: 10px;
	line-height:10px;
}


    .area_select_points .point_box:nth-child(6){
        font-size: 14px;
    }
    .area_select_points .point_box br.br_switch{
        display: none;
    }
	
.area_select_points .point_box h5 span.area_name{
	font-size:10px;
	line-height:14px;
	text-align:center;
	display:block;
}
	
	
.area_select_points .point_box h5 span.pointnumber{
    display: block;
    margin: 10px auto 15px;
    text-align: center;
    width:100%;
    height: 60px;
    font-size: 12px;
    padding-top: 0px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.area_select_points .point_box h5 span.pointnumber_ot{
    display: block;
    margin: 10px auto 5px;
    text-align: center;
    width:100%;
    height: 60px;
    font-size: 12px;
    padding-top: 25px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.area_num_img01{
    background:url('https://bythesea.online/wp-content/themes/authentic/frontpage/img/area_point01.png') no-repeat center center;
    background-size:contain;
}
.area_num_img02{
    background:url('https://bythesea.online/wp-content/themes/authentic/frontpage/img/area_point02.png') no-repeat center center;
    background-size:contain;
}
.area_num_img03{
    background:url('https://bythesea.online/wp-content/themes/authentic/frontpage/img/area_point03.png') no-repeat center center;
    background-size:contain;
}
.area_num_img04{
    background:url('https://bythesea.online/wp-content/themes/authentic/frontpage/img/area_point04.png') no-repeat center center;
    background-size:contain;
}
.area_num_img05{
    background:url('https://bythesea.online/wp-content/themes/authentic/frontpage/img/area_point05.png') no-repeat center center;
    background-size:contain;
}
.area_num_img06{
    background:url('https://bythesea.online/wp-content/themes/authentic/frontpage/img/area_point06.png') no-repeat center center;
    background-size:contain;
}
.area_select_points .point_box h5{
    display: table-cell;
    vertical-align: top;
}

@media screen and (min-width:620px){

    .area_select_points{
        padding-bottom: 30px;
    }
    .area_select_points .point_box{
        height: 240px;
        border-radius:10px;
        margin-bottom: 20px;
        font-size: 32px;
        padding-top: 5px;
		position:relative;
    }
	
	   .area_select_points .point_box h5{
		           font-size: 26px;
	   }
	
	.area_select_points .point_box h5 span.area_name{
	font-size:16px;
	line-height:24px;
	text-align:center;
	display:block;
}
        .area_select_points .point_box:nth-child(6){
            font-size: 24px;
        }
        .area_select_points .point_box br.br_switch{
            display: inline;
        }
    .area_select_points .point_box h5 span.pointnumber{
        margin: 10px auto;
        height: 111px;
        font-size: 28px;
    }
    .area_select_points .point_box h5 span.pointnumber_ot{
        margin: 0 auto 35px;
        height: 111px;
        font-size: 28px;
    }


.area_select_points .point_box p.check{
        padding: 3px 0;
		top:200px;
        left: 0;
        right: 0;
        font-size: 18px;
		line-height:18px;

}

    .area_select p{
        font-size: 22px;
        font-weight:700;
        line-height: 35px;
    }

}

.contractorw_box{
	    display: table;
    position:relative;
    width:60%;
    height:80px;
    background:#034DA2;
	padding-top:10px;
    text-align:center;
    border-radius:10px;
    margin:60px auto 0px;
    line-height: 22px;

}

.contractorw_box::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -10px;
  border: 14px solid transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-color: #fff;
  transition: all .2s;
}
.contractorw_box:hover::after {
  right: -.05em;
}

.contractorw_box .LINK_co{
	    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.contractorw_box h3{
	    display: table-cell;
    vertical-align: middle;
	    color:#FFFFFF;
    font-size:30px;
}

@media screen and (max-width: 762px) {
	.contractorw_box{
    width:80%;
		padding-top:5px;
}
	.contractorw_box h3{
    font-size:20px;
	line-height:28px;
}
	
	.firstview .tell_image .tell_img{
		position:absolute;
		right:0px;
		bottom:-20px;
	}

		.firstview .tell_image .tell_img img{
        width:40%;
        height: auto;
	}





}

.douga_inner{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	margin-bottom:80px;
	display:flex;
		flex-wrap:no-wrap;
}

.douga_box {
	width:100%;
	max-width:560px;
	margin:20px auto 40px;
  aspect-ratio: 16 / 9;
	padding-left:2%;
	padding-right:2%;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;

}

.douga_box iframe {
  width: 100%;
  height: 100%;
}



.douga_box p{
	font-size:20px;
	padding-bottom:10px;
	border-bottom:1px solid;
	margin-bottom:20px;
	display:inline-block;
}

.usercoment_box	{
	width:100%;
	max-width:880px;
	margin:0 auto;
		padding-left:2%;
	padding-right:2%;
	text-align:center;
	padding-bottom:20px;
}

.usercoment_box img{
	width:100%;
	height:auto;
}

@media screen and (max-width: 762px) {
.douga_inner{display:block;
padding-left:4%;
padding-right:4%;
	margin-bottom:100px;}

.douga_box {
	margin:0 auto;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom: -20px;

}

.douga_box p{
	font-size:20px;
	padding-bottom:5px;
	border-bottom:1px solid;
	margin-bottom:10px;
	display:inline-block;
}


.usercoment_box	{
	margin-top:-20px;
	margin-bottom: -45px;
}

}



.blog_box{
	width:70%;
	max-width:560px;
	margin:0 auto;
		padding-left:2%;
	padding-right:2%;
	text-align:center;
	padding-top:30px;
	padding-bottom:60px;
}


.blog_box img{
	width:100%;
	height:auto;
}

.blog_box a img{
    transition: 0.3s;
}
.blog_box a:hover img{
    opacity: 0.7;
}


.conte_box{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding-left:4%;
	padding-right:4%;
	box-sizing: border-box;
}
	

.faq_conte{
	 background-color: #034da2;
	 padding-bottom:10px;
	 	  border-radius: 10px;
		  padding-top:10px;
}

.faq_conte ul{
	padding-left:0;
	padding-right:0;
}

.faq_conte li{
	width:90%;
	display:block;
	padding:10px 15px;
	background-color:#FFF;
	color:#034da2;
	font-size:16px;
	margin:10px auto;
	  border-radius: 10px;
	  list-style:none;
	  font-weight:100;
}


.cordinator_icon{
		width:100%;
	max-width:920px;
	margin:0 auto;
	padding-left:2%;
	padding-right:2%;
	box-sizing: border-box;
	padding-bottom:20px;
}

.cordinator_icon ul{
	padding-left:0;
	padding-right:0;
}


	
.cordinator_icon li{
	width:80%;
	background-color:#eae9e9;
	font-size:16px;
	color:#034da2;
	padding:10px 15px;
	  border-radius: 10px;
	  list-style:none;
	  	margin:10px auto;
		position:relative;
}

.cordinator_icon a{
	text-decoration:none;

}

.cordinator_icon li span.co_click{
	font-size:12px;
	padding:5px 10px;
	color:#FFF;
	background-color:#903;
	border-radius: 10px;
	width:60px;
	position:absolute;
	top:6px;
	right:10px;
}



/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index:9999;
	background:#333;
	text-align:center;
	color:#fff;
      top: 0px;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width:260px;
}

/* fadeUpをするアイコンの動き */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}



/*========= レイアウトのためのCSS ===============*/

#container{
    width:100%;
    height: 100vh;
    background: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

a{
    color: #333;
}

a:hover{
     text-decoration: none;   
}


.english{
	width:100%;
	padding-left:4%;
	padding-right:4%;
	margin-bottom:40px;
	margin-top:40px;
}


.english h2{
	font-size:22px;
	line-height:36px;
	text-align:center;
	font-weight:500;
}
.english p{
	font-size:16px;
	line-height:20px;
	font-weight:100;
	text-align:center;
}

.form_qa{
	width:600px;
	margin:0 auto;
	text-align:center;
}

.form_qa img{
	width:100%;
	height:auto;
}

@media screen and (max-width: 762px) {
	
	.english h2{
	font-size:16px;
	line-height:36px;
	text-align:center;
	font-weight:500;
}
.english p{
	font-size:12px;
	line-height:16px;
	font-weight:100;
	text-align:justify;
}

.form_qa{
	width:75%;
	margin:0 auto;
	text-align:center;
}
}

.footer_bana_box{
	width: 100%;
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;		
}

.sp-contact{display: none;}
.sp-contact02{display: none;}

@media screen and (max-width: 960px) {
	nav.globalMenuSp ul {
  background: #ccc;
  margin: 0 auto;
  padding: 0;
  width: 100%;
	font-size: 2rem;
}
	
	
		.sp-contact{
    display: flex;
    position: fixed;
    text-align: center;
    bottom: 0;
    right: 0;
    z-index: 100000;
    width: 100%;
}
.sp-tel{
    float: left;
    width: calc(100% / 2);
    background: #0e9dc1;
    color: #fff;
	font-size: 14px;
	font-weight: 100;
}
.sp-web{
    background: #0e9dc1;
    color: #fff;
    float: left;
    width: calc(100% / 2);
		font-size: 14px;
		font-weight: 100;
}
.sp-inner{
    padding: 10px 10px 5px;
}
.tell img{
    width: 100%;
}
.sp-contact li{
    float: left;
    width: calc(100% / 3);
    margin: 5px 0px;
}
.sp-contact ul{
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.sp-contact ul li img{
    width: 75%;
}
	.footerpriv{
		padding-bottom: 40px;
	}
			.sp-contact02{
    display: flex;
    position: fixed;
    text-align: center;
    bottom: 0;
    right: 0;
    z-index: 100000;
    width: 100%;
}

.sp-contact02 img{
	width: 100%;
	height: auto;
}
}

