@charset "UTF-8";

/***************************************************

	post

***************************************************/


/********** よくあるご質問 **********/

#faq-anchor{
	position: relative;
	overflow: hidden;
	margin: 0 0 80px;
}

#faq-anchor ul {
	position: relative;
	left: 50%;
	float: left;
}

#faq-anchor ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 10px;
}

#faq-anchor ul li a{
	display: inline-block;
	background: #4169e1;
	line-height: 1;
	padding: 6px 30px 6px 14px;
	color: #fff;
	text-decoration: none;
	border-radius: 0 0 8px 0;
	position: relative;
}

#faq-anchor ul li a:hover{
	background: #e43e50;
}

#faq-anchor ul li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -6px;
}


#faq-wrap{
	width: 860px;
	margin: 0 auto;
}

#faq-wrap .faq-category{
	margin: -80px 0 110px;
	padding-top: 80px;
}

#faq-wrap .cont-wrap{
	margin: 0 0 80px;
}

#faq-wrap .a-wrapp,
#faq-wrap .q-wrapp{
	display: flex;
	flex-direction: row;
	align-items: center;
}

#faq-wrap .q-wrapp{
	margin: 0 0 30px;
}

#faq-wrap .a-wrapp{
	flex-direction: row-reverse;
}

#faq-wrap .cont-wrap .face-box{
	width: 100px;
}

#faq-wrap .cont-wrap .face-box .face{
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background: silver;
}

#faq-wrap .cont-wrap .q-wrapp .face-box .face{
	background: #FFE3D0;
}

#faq-wrap .cont-wrap .a-wrapp .face-box .face{
	background: #ffff00;
}

#faq-wrap .cont-wrap .text-box{
	width: 760px;
	box-sizing: border-box;
}

#faq-wrap .cont-wrap .q-wrapp .text-box{
	padding: 0 50px 0 50px;
}


#faq-wrap .cont-wrap .a-wrapp .text-box{
	padding: 0 50px 0 50px;
}

#faq-wrap .cont-wrap .text-box .text-wrapp{
	padding: 16px;
	border-radius: 10px;
	position: relative;
}

#faq-wrap .cont-wrap .text-box .text-wrapp .note{
	font-size: 80%;
	color: #ff8000;
}

#faq-wrap .cont-wrap .q-wrapp .text-box .text-wrapp{
	background: #ff8000;
	color: #fff;
}

#faq-wrap .cont-wrap .q-wrapp .text-box .text-wrapp:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -31px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 21px solid #ff8000;
	z-index: 2;
}

#faq-wrap .cont-wrap .a-wrapp .text-box .text-wrapp{
	background: #FFFFE6;
}

#faq-wrap .cont-wrap .a-wrapp .text-box .text-wrapp:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -31px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 21px solid #FFFFE6;
	z-index: 2;
}

#faq-wrap .cont-wrap .a-wrapp .text-box .text-wrapp .left-float li{
	float: left;
	margin: 0 8px 8px 0;
	height: 35px;
}

#faq-wrap .cont-wrap .a-wrapp .text-box .text-wrapp .left-float li img{
	width: auto;
	height: 100%;
}



/********** よくあるご質問ページお問い合わせ **********/

#faq-contact-wrapp{
	display: table;
	width: 832px;
	margin: 0 auto 40px;
	border: 1px solid #ccc;
	padding: 16px;
	border-radius: 6px;
}

#property-wrapp{
	display: table;
	width: 800px;
	margin: 0 auto;
}

#property-wrapp .property-right,
#property-wrapp .property-left,
#faq-contact-wrapp .faq-contact-right,
#faq-contact-wrapp .faq-contact-left{
	display: table-cell;
	vertical-align: bottom;
}

#property-wrapp .property-right,
#property-wrapp .property-left{
	vertical-align: middle;
}

#property-wrapp .property-left,
#faq-contact-wrapp .faq-contact-left{
	width: 530px;
}

#faq-contact-wrapp .faq-contact-left h2{
	text-align: left;
	line-height: 1;
	font-size: 26px;
	font-weight: bold;
	color: #4169e1;
	margin: 0 0 12px;
}

#faq-contact-wrapp .faq-contact-left h2 i{
	margin-right: 8px;
}

#faq-contact-wrapp .faq-contact-right a{
	display: block;
	line-height: 82px;
	text-align: center;
	background: #e43e50;
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	box-shadow:3px 3px 3px -1px #d4d3d9;
}

#property-wrapp .property-right a{
	display: block;
	line-height: 1.2;
	text-align: center;
	background: #4169e1;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	box-shadow:3px 3px 3px -1px #d4d3d9;
	padding: 7px 0;
}

#property-wrapp .property-righ a:hover,
#faq-contact-wrapp .faq-contact-right a:hover{
	opacity: 0.8;
}



/********** お問い合わせフォーム **********/

.contactform{
	width: 860px;
	margin: 0 auto 60px;
}

#head-caption{
	margin: 0 0 60px;
}

#head-caption p{
	font-size: 18px;
}

.contactform .guide-wrapp{
	background: #FFFFE6;
	border: 1px solid #ff8000;
	padding: 16px;
	border-radius: 8px;
	margin: 0 0 40px;
}

.contactform .guide-wrapp li{
	position: relative;
	font-size: 14px;
	padding: 0 0 0 17px;
	line-height: 1.4;
	margin: 0 0 8px;
}

.contactform .guide-wrapp li::before{
	content: "●";
	color: #e43e50;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}


.contactform .post-wrapp{
	width: 800px;
	margin: 0 auto 30px;
}

.contactform .post-wrapp li{
	display: table;
	width: 100%;
	padding: 12px 0;
	border-top: 1px solid #dedee0;
}

.contactform .post-wrapp li:nth-child(even){
	background: #F7FFFF;
}

.contactform .post-wrapp li:last-child{
	border-bottom: 1px solid #dedee0;
}

.contactform .post-wrapp li .right,
.contactform .post-wrapp li .left{
	display: table-cell;
	vertical-align: top;
}

.contactform .post-wrapp li .left{
	width: 280px;
}

.contactform .post-wrapp li .left .item{
	display: inline-block;
	width: 150px;
	font-weight: bold;
	padding: 0 0 0 1em;
}

.contactform .post-wrapp li .left .required{
	font-size: 13px;
	color: #ff0000;
}

.contactform .post-wrapp li .left .note{
	display: block;
	font-size: 13px;
	color: #ff8000;
	padding: 0 0 0 1em;
}

.contactform .post-wrapp li .right select,
.contactform .post-wrapp li .right textarea,
.contactform .post-wrapp li .right input[type="text"]{
	width: 300px;
	font-size: 16px;
	padding: 4px;
	border: 1px solid #dedee0;
	border-radius: 4px;
}

.contactform .post-wrapp li .right textarea{
	width: 400px;
	height: 200px;
}

.contactform .post-wrapp li .right input[type="text"]:focus{
	border: 1px solid #e43e50;
}

.contactform .post-wrapp li .right label{
	margin: 0 8px 0 0;
}

.contactform .post-wrapp li .right label span{
	margin: 0 0 0 4px;
}

.contactform .check-accept{
	text-align: center;
	margin: 0 0 40px;
}

.contactform .check-accept label{
	border: 1px solid #dedee0;
	padding: 8px;
}

.contactform .check-accept label span{
	margin: 0 0 0 4px;
}

.contactform .submit-btn{
	width: 300px;
	margin: 0 auto;
}

.contactform .submit-btn label{
	display: block;
	width: 100%;
	padding:  0;
	overflow: hidden;
	text-align: center;
	color: #3e63ad;
	border-radius: 40px;
   -webkit-transition: all 0.2s linear;
   -webkit-transition: -webkit-all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.contactform .submit-btn label input{
	width: 100%;
	border: 0;
	cursor: pointer;
	font-size: 20px;
	color: #3e63ad;
	border-radius: 40px;
	border: 3px solid #3e63ad;
	background: #fff;
	padding: 10px 0;
}

.contactform .submit-btn label:active,
.contactform .submit-btn label:hover{
	color: #fff;
   -webkit-transition: all 0.2s linear;
   -webkit-transition: -webkit-all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
	transform: scale(1.1);
}

.contactform .submit-btn label:active input,
.contactform .submit-btn label:hover input{
	color: #fff;
	background: #3e63ad;
}


.contactform .submit-btn label input:disabled{
	background: #dedee0;
	color: #fff;
	border: 3px solid #BDBDBD;
}

.contactform .g-recaptcha{
	width: 304px;
	margin: 0 auto 30px;
}

.contactform .back-btn{
	width: 200px;
	margin: 40px auto 0;
}

.contactform .back-btn input{
	width: 100%;
	padding: 6px 0;
	text-align: center;
	border-radius: 20px;
	background: #dedee0;
	color: #333;
}





/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:768px){

/********** よくあるご質問 **********/

#faq-anchor{
	margin: 0 6% 40px;
}

#faq-anchor ul {
	left: 0;
	float: none;
}

#faq-anchor ul li {
	left: 0;
	margin: 0 0 16px;
	width: 100%;
}

#faq-anchor ul li a{
	display: block;
	padding: 8px 30px 8px 14px;
	font-size: 1.3rem;
}

#faq-anchor ul li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -6px;
}


#faq-wrap{
	width: auto;
	margin: 0 6%;
}

#faq-wrap .faq-category{
	margin: -30px 0 40px;
	padding-top: 30px;
}

#faq-wrap .cont-wrap{
	margin: 0 0 30px;
}

#faq-wrap .a-wrapp,
#faq-wrap .q-wrapp{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

#faq-wrap .q-wrapp{
	margin: 0 0 30px;
}

#faq-wrap .a-wrapp{
	flex-direction: row-reverse;
}

#faq-wrap .cont-wrap .face-box{
	width: 50px;
}

#faq-wrap .cont-wrap .face-box .face{
	display: block;
	width: 50px;
	height: 50px;
}

#faq-wrap .cont-wrap .text-box{
	width: auto;
	box-sizing: border-box;
}

#faq-wrap .cont-wrap .q-wrapp .text-box{
	padding: 0 0 0 30px;
}


#faq-wrap .cont-wrap .a-wrapp .text-box{
	padding: 0 30px 0 0;
}

#faq-wrap .cont-wrap .text-box .text-wrapp{
	padding: 8px;
	border-radius: 8px;
}

#faq-wrap .cont-wrap .q-wrapp .text-box .text-wrapp{
	background: #ff8000;
	color: #fff;
}

#faq-wrap .cont-wrap .q-wrapp .text-box .text-wrapp:before {
	content: "";
	position: absolute;
	top: 0;
	margin-top: 13px;
	border: 12px solid transparent;
	border-right: 21px solid #ff8000;
	z-index: 2;
}

#faq-wrap .cont-wrap .a-wrapp .text-box .text-wrapp:before {
	content: "";
	position: absolute;
	top: 0;
	right: -31px;
	margin-top: 13px;
	border: 12px solid transparent;
	border-left: 21px solid #FFFFE6;
	z-index: 2;
}

#faq-wrap .cont-wrap .a-wrapp .text-box .text-wrapp .left-float li{
	height: 28px;
	margin: 0 8px 8px 0;
}



/********** よくあるご質問ページお問い合わせ **********/

#faq-contact-wrapp{
	display: block;
	width: auto;
	margin: 0 6% 30px;
	padding: 8px;
}

#property-wrapp{
	display: block;
	width: auto;
	margin: 0 6% 40px;
	padding: 8px;
}

#property-wrapp .property-right,
#property-wrapp .property-left,
#faq-contact-wrapp .faq-contact-right,
#faq-contact-wrapp .faq-contact-left{
	display: block;
}

#property-wrapp .property-right,
#property-wrapp .property-left{
	vertical-align: middle;
}

#property-wrapp .property-left,
#faq-contact-wrapp .faq-contact-left{
	width: auto;
}

#faq-contact-wrapp .faq-contact-left h2{
	text-align: center;
	font-size: 1.8rem;
	margin: 0 0 8px;
}

#faq-contact-wrapp .faq-contact-left h2 i{
	margin-right: 6px;
}

#faq-contact-wrapp .faq-contact-right a{
	line-height: 1.2;
	font-size: 1.8rem;
	color: #fff;
	padding: 18px 0;
}

#property-wrapp .property-right a{
	font-size: 1.6rem;
	color: #fff;
	text-decoration: none;
}



/********** お問い合わせフォーム **********/

.contactform{
	width: auto;
	margin: 0 6% 30px;
}

#head-caption{
	margin: 0 0 30px;
}

#head-caption p{
	font-size: 1.6rem;
}

.contactform .guide-wrapp{
	padding: 8px;
	border-radius: 6px;
	margin: 0 0 20px;
}

.contactform .guide-wrapp li{
	font-size: 1.4rem;
	padding: 0 0 0 17px;
	margin: 0 0 8px;
}


.contactform .post-wrapp{
	width: auto;
	margin: 0 auto 30px;
}

.contactform .post-wrapp li{
	display: block;
	padding: 10px 0;
}

.contactform .post-wrapp li .right,
.contactform .post-wrapp li .left{
	display: block;
}

.contactform .post-wrapp li .left{
	width: auto;
}

.contactform .post-wrapp li .left .item{
	display: inline-block;
	width: 150px;
	padding: 0 0 0 1em;
}

.contactform .post-wrapp li .left .required{
	font-size: 1.3rem;
}

.contactform .post-wrapp li .left .note{
	font-size: 1.2rem;
}

.contactform .post-wrapp li .right{
	padding: 0 0 0 1em;
}

.contactform .post-wrapp li .right select,
.contactform .post-wrapp li .right textarea,
.contactform .post-wrapp li .right input[type="text"]{
	width: 90%;
	font-size: 1.4rem;
}

.contactform .post-wrapp li .right textarea{
	width: 90%;
	height: 160px;
}

.contactform .post-wrapp li .right label{
	display: inline-block;
	margin: 0 8px 0 0;
}

.contactform .post-wrapp li .right label span{
	margin: 0 0 0 4px;
}

.contactform .check-accept{
	text-align: center;
	margin: 0 0 20px;
}

.contactform .check-accept label{
	padding: 6px;
}

.contactform .check-accept label span{
	margin: 0 0 0 4px;
}

.contactform .submit-btn{
	width: 80%;
}

.contactform .submit-btn label input{
	-webkit-appearance: none;
	cursor: pointer;
	font-size: 1.6rem;
	padding: 10px 0;
}

.contactform .g-recaptcha{
	width: 100%;
	margin: 0 auto 30px;
}

.contactform .g-recaptcha > div iframe,
.contactform .g-recaptcha > div{
	width: 100% !important;
}

.contactform .back-btn{
	width: 50%;
	margin: 30px auto 0;
}






}
