/*
Theme Name: 								
*/


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');


section{
	margin:0;
}

.sp {
  display: none;
}


body{
	font-family: 'Zen Maru Gothic', serif;
	font-weight:500;
}

/******header*********************************/
.header{
	background-color: #f9f7b5;
	display:flex;
	justify-content: space-between;
}
.logo{
	max-width:400px;
	margin-left:10px;
}
.logo img{
	width:100%;
	height:auto;
}
.h-right{
	display:flex;
	flex-wrap:wrap;
}
.h-box{
	width:220px;
	color:#fff;
	line-height:80px;
	border-radius: 20px 0 20px 20px;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	gap:10px;
	margin-left:7px;
	transition: 0.5s;
	font-size:20px;
	font-weight:600;
}
.h-box img{
	width:45px;
	height:auto;
}
.tel{
	background-color: #0e96ec;
	font-size:22px;
}
.line{
	background-color: #1ccc05;
}
.mail{
	background-color: #ff0d8a;
}
.h-box:hover{background-color: #777;}

/******main*****************************************/
main{
	text-align: center;
	background-image: url("../image/main_bg.webp");
	background-size: cover;
}
#main-inner{
	max-width:1300px;
	height:auto;
	margin:0 auto;
	position:relative;
}
#main-inner > img{
	width:100%;
	height:auto;
}
.main-midashi{
	font-family: 'Noto Sans JP', sans-serif;
	position: absolute;
	text-align: left;
	top:120px;
	left:10px;
	z-index: 3;
}
.main-midashi h1{
	font-size:clamp(1.75rem, 1.38rem + 1.85vw, 3rem);
	font-weight:900;
}
.main-midashi h1 span{
	background: linear-gradient(transparent 50%, #FAFF0A 10%);
}
.main-midashi h2{
	font-size:clamp(1.25rem, 1.028rem + 1.11vw, 2rem);
	font-weight:900;
	margin:20px 0;
}
.main-midashi p {width:261px;}
.main-midashi p img{
	width:100%;
	height:auto;
}
.main-midashi-bt{
	display:flex;
	flex-wrap:wrap;
	font-family: 'Zen Maru Gothic', serif;
}
.main-midashi-bt a{
	width:300px;
	line-height:60px;
	font-size:28px;
	font-weight:600;
	text-align: center;
	background-color: #0e96ec;
	color:#fff;
}
.main-midashi-bt .line-c{
	background-color: #14c70b;
}
.main-inner > img{
	width:100%;
	height:auto;
	z-index:2
}
/******本音*****************************************/

#honne{
	padding:60px 0 30px;
	
}
#honne .top-title{
	margin:0 auto 50px;
	text-align: center;
}
#honne .top-title img{
	width:370px;
	height:auto;
}
.top-title h2{
	font-size:clamp(1.5rem, 1.204rem + 1.48vw, 2.5rem);
	font-weight:700;
}
#honne-waku{
	background-image: url("../image/honne_bg01.webp"), url("../image/honne_bg02.webp");
	max-height: 457px;
    background-repeat: no-repeat, no-repeat;
    background-position: left, right;
}
#honne-waku ul{
	width:470px;
	margin:0 auto;
}
#honne-waku li{
	box-sizing: border-box;
	padding:20px 60px;
	font-size:clamp(1rem, 0.852rem + 0.74vw, 1.5rem);
	background-color: #ffe2ef;
	position: relative;
	border-radius: 20px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
	margin-bottom:10px;
}
#honne-waku li:nth-child(odd)::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 25px solid #ffe2ef;
}
#honne-waku li:nth-child(even){
	background-color:#d1f5ff;
}
#honne-waku li:nth-child(even)::before{
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 25px solid #d1f5ff;
}

/******知ってる？！*****************************************/

#know{
	padding:30px 0 0;
	
}
#know .top-title{
	margin:0 auto ;
	text-align: center;
}
#know .top-title img{
	width:172px;
	height:auto;
}
.triangle {
  position: relative;
}

.triangle:after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 100px solid #fff;
}

.sec {
  padding-top: 150px;
  background-color: #f9f7b5;
}

.sec ul{
	max-width:1100px;
	margin:0 auto;
	padding-bottom:10px;
	position: relative;
}
.sec ul:before {
  content: "";
  position: absolute;
  background-image: url("../image/susume_left.png");
	width:187px;
	height:237px;
	left:0;
	top:-300px;
}
.sec ul:after {
  content: "";
  position: absolute;
  background-image: url("../image/susume_funayama.png");
	width:250px;
	height:250px;
	right:0;
	bottom:0;
}
.sec li{
	background-color: #fff;
	border:10px solid #ffe00d;
	border-radius: 20px;
	padding:30px;
	max-width:800px;
	box-sizing: border-box;
	font-size:clamp(1rem, 0.852rem + 0.74vw, 1.5rem);
	margin-bottom:60px;
	font-weight:600;
	line-height:180%;
	position: relative;
}
.sec li::before{
	content: "";
   	position: absolute;
	background-image: url("../image/susume_maru.png");
	top:-80px;
	left:-20px;
	width: 154px;
    height: 121px;
}
.sec li span{
	color:#ff5003;
}
.sec li:nth-child(1){
	margin-left:150px;
}



/***********************************************
住宅ローン借り入れ事例
*****************************************************/

#loan{
	padding:50px 0;
	background: url("../image/loan_bg.webp") no-repeat center / cover;
}

#loan .top-title{
	text-align: center;
}
#loan .top-title h2{
	display: inline-block;
	padding:20px 30px;
	text-align: center;
	background-color: #0d9382;
	border-radius: 10px;
	color:#feff99;
	text-shadow: 1px 1px 2px #000;
	margin-bottom:50px;
}



.tabs .link {
    float: left;
	width: calc((100% - 60px) / 6); /* 各子コンテナの幅 */
    display: block;
    padding: 15px;
    text-align: center;
    background-color: #06b89e;
    color: #fff!important;
	font-size:16px;
    line-height: 100%;
	box-sizing:border-box;
	margin:5px;
	margin-bottom:30px;
}


.tabs .link::after {
    left: 0;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f063';
    color: #fff;
    display: block;
    margin-top: 10px;
}

.tabs .link a:hover {
    -webkit-transform: translateY(3px);
}

.tabs .bb{
    background-color: #eb6100!important;
}
.tabs .cc {
    background-color: #41aa00!important;
}
.tabs .dd {
    background-color: #eb596e!important;
}
.tabs .ee {
    background-color: #1780c3!important;
}

/*タブ切り替え全体のスタイル*/
.tabs {
	max-width:1100px;
	margin:0 auto;
	margin-top:60px;
}

/*タブのスタイル*/
.tab_item {

}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#aa:checked ~ #aa_content,
#bb:checked ~ #bb_content,
#cc:checked ~ #cc_content,
#dd:checked ~ #dd_content,
#ee:checked ~ #ee_content,
#ff:checked ~ #ff_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #06b89e;
  color: #fff;
}


.jirei{
    width: 1080px;
    margin: 0 auto 20px;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #fff;
	border-radius: 20px;
}
.jirei h2{
    padding: 10px 15px;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 20px 0 15px;
    line-height: 160%;
}
.jirei .flex{
    display: flex;
    align-items: flex-start;
}
.jirei .flex .pic{
    width: 30%;
    padding: 15px 3%;
}
.jirei .flex .pic .no{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.jirei .flex .pic .no h4{
	width:50%;
	font-size:80px;
	color:#F47E9A;
	font-weight:900;
}
.jirei .flex .pic .no p{
	width:50%;
	font-size:24px;
	font-weight:700;
	color:#555;
}
.jirei .flex .pic img{
	width:100%;
    max-width: 250px;
    height: auto;
}


.jirei .flex .text{
    width: 70%;
    display: flex;
    flex-wrap: wrap;

}
.jirei .flex .text p{
	font-size:23px;
	background: #fdedf1;
    padding: 20px 30px 20px 30px;
	margin-bottom:20px;
	color:#555;
	font-weight:600;
}

.jirei .flex .text .box{
    width: 48%;
    display: flex;
    margin-bottom: 10px;
    align-items: center;

}
.jirei .flex .text .box .tt{
    width: 28%;
    font-size: 14px;
    padding: 10px;
    line-height: 100%;
    color: #fff;
	background-color:#EA8896;
	font-weight:600;
	border-radius:10px;
	text-align:center;
}
.jirei .flex .text .box .tex{
    width: 62%;
    margin-left: 10%;
    font-size: 20px;
    text-align: left;
}

.jirei h3{
    padding: 15px;
    color: #fff;
    font-size: 22px;
    margin: 15px;
	text-align: center;

}

.jirei .flex2{
    display: flex;
	flex-wrap:wrap;
}

.jirei .flex2 .ll{
    width: 50%;
}
.jirei .flex2 .ll-gengaku{
    width: 60%!important;
}


.jirei .flex2 .rr{
    width: 47%;
    margin-left: 3%;
    padding: 20px;
    font-size: 16px;
    text-align: left;
    line-height: 180%;
}
.jirei .flex2 .rr-gengaku{
    width: 37%!important;
    margin-left: 3%;
}

.kariire{
    display: flex;
    padding: 15px;
    align-items: center;
}

.rr .kariire{
    padding: 0 0 15px 0!important;
}



.kariire .mida{
    width: 30%;
    background-color: #C50003;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    line-height: 100%;
	    text-align: center;
}
.kariire .nai{
    font-size: 13px;
    text-align: left;
    padding-left: 15px;
}
.kariire .nai .pri{
    font-size: 28px;
    font-weight: 700;
}

.jirei .loan{
    padding: 20px;
    background-color: #FFFADA;
    border-radius: 5px;
    margin: 15px;
}
.jirei .loan .hensai{
    display: flex;
    padding: 10px;
    border-bottom: dotted 1px #d39000;
    text-align: left;
}
.jirei .loan .hensai .hl{
    width: 30%;
    font-size: 15px;
}
.jirei .loan .hensai .hr{
    width: 60%;
    font-size: 20px;
    margin-left: 10%;
}


.jirei .flex2 .ll h5 {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 40px;
    background-color: #A77804;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    margin-left: 5px;
}

.jirei .flex2 .ll h5::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 15px;
    border-color: transparent transparent transparent #fff;

}
.jirei .flex2 .ll h5::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 20px 0;
    border-color: transparent #fff transparent transparent;
}

.jirei .gengaku img{
    width: 100%;
    height: auto;
}

.jirei-top{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.jirei-top a{
    width: 200px;
    padding: 10px;
    display: block;
    float: right;
    background-color: #D5A257;
    color: #fff;
    border-radius: 5px;
    line-height: 100%;
    margin-bottom: 80px;
}

.jirei .ss{
    font-size: 13px;
}

.yoko-slide{
	display:none;
}

/*******color************************************/


.jirei-a{
    border: solid 3px #06b89e;
}
.jirei-a h2,.jirei-a h3{
    background-color: #06b89e;
	text-align: center;
}
.jirei-b{
    border: solid 3px #eb6100;
}
.jirei-b h2,.jirei-b h3{
    background-color: #eb6100;
}
.jirei-c{
    border: solid 3px #41aa00;
}
.jirei-c h2,.jirei-c h3{
    background-color: #41aa00;
}
.jirei-d{
    border: solid 3px #eb596e;
}
.jirei-d h2,.jirei-d h3{
    background-color: #eb596e;
}
.jirei-e{
    border: solid 3px #1780c3;
}
.jirei-e h2,.jirei-e h3{
    background-color: #1780c3;
}

/*******お客様の声************************************/

#voice{
	padding:80px 0 50px;
	background: url(../image/voice_bg.webp) repeat center;
	text-align: center;
}
#voice .top-title h2, 
#company .top-title h2, 
#apply-waku .top-title h2{
  display: inline-block;
  position: relative;
  height: 75px;/*リボンの高さ*/
  line-height: 75px;/*リボンの高さ*/
  text-align: center;
  padding: 0 50px;/*横の大きさ*/
  background: #fed000;/*塗りつぶし色*/
  box-sizing: border-box;
}
#voice .top-title h2:before, #voice .top-title h2:after,
#company .top-title h2:before, #company .top-title h2:after, 
#apply-waku .top-title h2:before, #apply-waku .top-title h2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 2;
}

#voice .top-title h2:before, 
#company .top-title h2:before, 
#apply-waku .top-title h2:before {
  top: 0;
  left: 0;
  border-width: 37px 0px 37px 25px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

#voice .top-title h2:after, 
#company .top-title h2:after, 
#apply-waku .top-title h2:after {
  top: 0;
  right: 0;
  border-width: 37px 25px 37px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.voice-flex{
	max-width:1100px;
	display:flex;
	flex-wrap:wrap;
	padding:50px 10px;
	margin: 0 auto;
}
.voice-flex .img{
	width:45%;
}
.voice-flex .img img{
	width:100%;
	height:auto;
}
.voice-flex .text{
	width:51%;
	border:5px solid #06b89e;
	border-radius: 10px;
	padding:40px;
	margin:0 2%;
	background-color: #fff;
	color:#054b41;
	text-align: left;
}
.voice-flex .text p{
	text-align: center;
	font-size:clamp(1.25rem, 1.12rem + 0.65vw, 1.688rem);
	color:#06b89e;
	padding-bottom:20px;
	font-weight:600;
}
.voice-flex .text p span{
	display:block;
	font-size:clamp(1rem, 0.926rem + 0.37vw, 1.25rem);
	padding-top:20px;
}
.re{
	flex-direction: row-reverse;
}
/*******3つの理由************************************/


#kugiri {
  overflow: hidden;
background: url(../image/voice_bg.webp) repeat center;
}
#kugiri .enko {
  background: #e8fc96;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 200px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
}
#merit{
	 background: #e8fc96;
	margin-top:-100px;
	padding-bottom:50px;
}
#merit .top-title {
	text-align: center;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
} 
#merit .top-title .img{
	width:30%;
	max-width:281px;
}
#merit .top-title .img img{
	width:100%;
	height:auto;
}
#merit .top-title h2{
	width:40%;
	max-width:500px;
	color:#f73985;
}
#merit .top-title h2 p{
	font-size:30px;
	margin-bottom: -30px
}
#merit .top-title h2 .font75{
	font-size:clamp(2.5rem, 1.852rem + 3.24vw, 4.688rem);
}

.merit-text{
	max-width:800px;
	margin:30px auto 0;
	line-height: 180%;
	font-size:clamp(1rem, 0.963rem + 0.19vw, 1.125rem);
	padding-bottom:50px;
}
.merit-box{
	max-width:1100px;
	margin:50px auto 80px;
	background-color: #fff;
	border-radius: 20px;
	padding:50px 30px 30px;
	position: relative;
}
.merit01::after{
	position: absolute;
	content: '';
	top:-50px;
	left:calc(50% - 59px);
	right:calc(50% - 59px);
	background-image: url(../image/merit01.png);
	width:118px;
	height:118px;
}
.merit-box h3{
	position: relative;
	text-align: center;
	font-size:clamp(1.438rem, 1.197rem + 1.2vw, 2.25rem);
	font-weight:600;
	color:#ff136c;
	padding:40px 0;
}
.m01{
	position: absolute;
	right:0;
	bottom:0;
}
.merit01-flex{
	display:flex;
	flex-wrap:wrap;
	gap:3%;
	margin-top:20px;
}
.merit-flex-box{
	width:30.3%;
	border:2px solid #ccc;
	border-radius: 15px;
	box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.19);
}
.merit-flex-box img{
	width:100%;
	height:auto;
}
.merit-flex-box h4{
	text-align: center;
	color:#ff136c;
	font-size:clamp(1.25rem, 1.176rem + 0.37vw, 1.5rem);
	font-weight:600;
	padding:20px 0 10px;
}
.merit-flex-box p{
	padding:10px 10px 20px;
}
.merit02::after{
	position: absolute;
	content: '';
	top:-50px;
	left:calc(50% - 59px);
	right:calc(50% - 59px);
	background-image: url(../image/merit02.png);
	width:118px;
	height:118px;
}
.m02{
	position: absolute;
	left:0;
	bottom:-100px;
}
.meritsub-text{
	font-size:clamp(1rem, 0.852rem + 0.74vw, 1.5rem);
	text-align: center;
}
.merit02-flex{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-content: flex-start;
	margin:30px 0 0;
	gap:80px;
}
.merit02-flex p{
	width:45%;
	max-width:430px;
}
.merit02-flex img{
	max-width:100%;
	height:auto;
}

.ya{position: relative;}
.ya::after{
position: absolute;
	content: '';
  width: 0;
  height: 0;
  border-left: 55px solid #ff136c;
	border-right: 55px solid transparent;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
	top:150px;
	right:-125px;
}
.merit03::after{
	position: absolute;
	content: '';
	top:-50px;
	left:calc(50% - 59px);
	right:calc(50% - 59px);
	background-image: url(../image/merit03.png);
	width:118px;
	height:118px;
}
.m03{
	position: absolute;
	right:0px;
	bottom:0;
}
.merit03-waku{
	width:80%;
	background-color: #f8fabf;
	border:5px solid #ff136c;
	padding:30px 20px;
	border-radius: 20px;
	margin:30px auto;
	text-align: center;
	position:relative;
}
.merit03-waku .img{
	width:70%;
	max-width:390px;
	padding:20px 0;
	margin:0 auto;
}
.merit03-waku .img img{
	width:100%;
	height:auto;
}
.st{
	color:#ff136c;
	font-size:clamp(1.25rem, 1.065rem + 0.93vw, 1.875rem);
	padding-top:20px;
	    font-weight: 600;
}
.merit03-text {
    width: 80%;
    margin: 30px auto 0;
    line-height: 180%;
    font-size: 18px;
}
.m03img-left{
	position: absolute;
	bottom:33%;
	left:150px;
}
.m03img-right{
	position: absolute;
	bottom:35%;
	right:120px;
}
/*******強み************************************/

#about{
	padding:80px 0 50px;
	max-width:1100px;
	margin:0 auto;
}
#about .top-title{
	text-align: center;
	padding-bottom:50px;
}
#about h2{
	position: relative;
}
#about h2::after{
	position: absolute;
	content: '';
	background-image: url("../image/about_img.png");
	width:138px;
	height:151px;
	top:-10px;
}
.about-flex{
	max-width:100%;
	display:flex;
	flex-wrap:wrap;
	border:solid 5px #00b4ff;
	border-radius: 10px;
	margin:30px 0;
	text-align: left;
}
.about02{
	border:solid 5px #ff82b1;	
}
.about03{
	border:solid 5px #fdda49;	
}
.about-flex .img{
	width:33%;
	margin-bottom: -5px;
}
.about-flex .img img{
	width:100%;
	height:auto;
	border-radius: 10px 0 0 10px;
}
.about-flex .text{
	width:67%;
	padding:20px 40px;
}
.about-flex .text h3{
	font-size:clamp(1.25rem, 1.102rem + 0.74vw, 1.75rem);
	font-weight:600;
	padding-bottom:30px;
}
/*******よくある質問************************************/

#qa{
	padding:80px 0 50px;
	background: url("../image/qa_bg.png") repeat center;
}
#qa .top-title{
	position: relative;
	width:80%;
	margin:0 auto;
	text-align: center;
	padding-bottom:50px;
}
#qa .top-title img{
	position: absolute;
	bottom: -10px;
    left: 20%;
}
.qa-box{
	max-width:1000px;
	margin:0 auto 50px;
}
.qa-box .qq{
	padding:30px 20px 30px 100px;
	background-color: #ffe5eb;
	border-radius: 10px 10px 0 0;
	font-size:clamp(1rem, 0.852rem + 0.74vw, 1.5rem);
	font-weight:600;
	color:#ff136c;
	position: relative
}
.qa-box .qq::before{
	content: 'Q';
	font-size:clamp(2.5rem, 2.13rem + 1.85vw, 3.75rem);
	position: absolute;
    left: 20px;
    top: 0;
}

.qa-box .aa{
	padding:30px 30px 30px 100px;
	background-color: #fff;
	border-radius:  0 0 10px 10px;
	font-size:clamp(1rem, 0.852rem + 0.74vw, 1.5rem);
	font-weight:600;
	color:#00b4ff;
	position: relative;
}
.qa-box .aa::before{
	content: 'A';
	font-size:clamp(2.5rem, 2.13rem + 1.85vw, 3.75rem);
	position: absolute;
	left: 20px;
    top: 0;
}
.qa-box .aa span{
	display: block;
	font-size:18px;
	font-weight:500;
	color:#000;
	padding-top:20px;
}

/*******会社概要************************************/


#company{
	padding:80px 0 50px;
}
#company .top-title{
	text-align: center;
}
.company-flex{
	max-width:1100px;
	margin:50px auto 20px;
	display:flex;
	flex-wrap:wrap;
}
.company-flex .img{
	width:35%;
}
.company-flex .img img{
	width:100%;
	height:auto;
}
.company-flex .text{
	width:65%;
	padding:0 3%;
	font-size:18px;
	line-height:180%;
}
.company-flex .c-table{
	width:65%;
	padding:0 2%;
}

.table-company	{
	border: 1px solid #DDD;
	width: 98%;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align:top;
	background-color:#FFFFFF;
	text-align: left;
	font-size: 14px;
	margin: 0 auto;

}
.table-company th	{
	border: 1px solid #DDD;
	padding: 10px;

}
.table-company td	{
	border: 1px solid #DDD;
	padding: 20px;
	vertical-align:top;
}

.tbg{background-color:#ffffe4;}


.company-flex .map{
	width:100%;
	height:400px;
}
.company-flex .map ifleame{
	width:100%;
	height:400px;
}
/*************************************************
 * お問い合わせ
 * **********************************************/
#apply{
	padding:50px 0;
	background-image: url("../image/main_bg.webp");
	background-size:cover;
}
#apply-waku{
	background-color: #fff;
	max-width:1000px;
	margin:0 auto;
	padding:50px;
	border-radius: 20px;
}
#apply-waku .top-title{
	text-align: center;
	padding-bottom:50px;
}
.contact-waku{
	margin: 0 auto;
	overflow: hidden;
}
.contact-line{
padding: 15px;
	overflow: hidden;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	border-bottom: dotted 1px #ccc;
}

.contact-line-l{
	width: 30%;
	float: left;
}

.contact-line-r{
	width: 65%;
	float: right;
}

.wpcf7-datetime{
  padding: 15px;
  width: 60%;
  color: #636063;
  font-size: 13px;
  background-color:#F9F9F9;
  border:solid 1px #CCCCCC;
  }

.wpcf7-date{
  padding: 15px;
  width: 60%;
  color: #636063;
  font-size: 13px;
  background-color:#F9F9F9;
  border:solid 1px #CCCCCC;
}


.wpcf7-text{
  padding: 15px;
  width: 90%;
  color: #636063;
  font-size: 13px;
  background-color:#F9F9F9;
  border:solid 1px #CCCCCC;
  }
 
.wpcf7-text:focus{
  background-color:#FFFFCC;
  }
 
.wpcf7-textarea{
  padding: 15px;
  width: 90%;
  height: 100px;
  color: #636063;
  font-size: 13px;
  background-color:#F9F9F9;
  border:solid 1px #CCCCCC;
  }
 
.wpcf7-textarea:focus{
background-color:#FFFFCC;
}

.wpcf7-form-control.wpcf7-submit{
display: block;
width: 200px;
border: none;
padding:10px;
background-color:#785e40;
color:#fff;
  }
 
.wpcf7-form-control.wpcf7-submit:hover{
filter: alpha(opacity=80);
 opacity: .6;
 -moz-transition: all 0.7s ease;
 -webkit-transition: all 0.7s ease;
 }
 
span.wpcf7-list-item {
display: block!important;
}

select{
padding: 15px;
width: 60%;
color: #636063;
font-size: 13px;
background-color:#F9F9F9;
border:solid 1px #CCCCCC;
}
 
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
 
 .clearfix{
  overflow:hidden;
  }


.contactthx{
	font-size:16px;
	padding-top:25px;
	line-height:190%;
	letter-spacing:0.5px;
}
.red{color:red;}

/*******footer************************************/

footer{
	background-color:#fdda49;
	text-align: center;
	padding:30px;
}
footer p{
	font-size:24px;
	font-weight:600;
	padding-bottom:10px;
}
.fix-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 100;
}
.fix-btn li{
	list-style:none;
}
.fix-btn_item a{
	display: block;
	background-color: #ff0d8a;
	color:#fff;
	padding:15px;
	text-align: center;
	font-size:18px;
	border-bottom:solid #fff 1px;
	border-left:solid #fff 1px;
	transition: 0.5s;
	font-family: 'Noto Sans JP', sans-serif;
}
.fix-btn_item a:hover{
	background-color: #555;
	
}
.fix-btn_item .line{
	background-color: #1ccc05;
}
.fix-btn_text {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.fix-btn_item_tel a{
	display: block;
	background-color: #0e96ec;
	color:#fff;
	padding:10px 15px;
	text-align: center;
	font-size:18px;
	border-bottom:solid #fff 1px;
	border-left:solid #fff 1px;
	transition: 0.5s;
	font-family: 'Noto Sans JP', sans-serif;
}
.fix-btn_text img {
    width: 30px;
    height: auto;
	padding-bottom:5px;
}
/* THANKS */
#lp-thanks {
	text-align:center;
	padding-bottom: 50px;
}
.tit-box{
	background-color:#fdda49;
	font-weight:700;
	padding:50px 10px;
}
#lp-thanks .clm-box {
	max-width:700px;
	margin: 30px auto;
	padding: 30px 10px;
	border-radius: 6px;
	background: #fff;
	font-size: 17px;
	line-height: 2;
}
.ftl {
	font-size: 24px;
	font-weight: 700;
	display: inline-block;
	padding-bottom: 15px;
}
.btn-backto {
    display: block;
    margin: 30px auto 0;
    width: 280px;
    height: 60px;
    background:#ff0d8a;
    color: #fff;
    text-align: center;
    line-height: 58px;
    font-size: 17px;
}