/*------------------------------
大タイトル &　説明
------------------------------*/
h1{
	margin: 5rem 10rem 3rem 10rem;
}
.contact-ex h1{
	margin-left: 3rem;
}
.contact-ex li{
	width: 50%;
}
.contact-ex li:first-of-type{
	margin-right: 3rem;
}
.name-eng{
	margin-left: 5px;
	color: #E86D40;
	font-family: "futura", Gadget, "sans-serif";
}
.name-jp{
	font-size: 4.3rem;
	margin-top: -1rem;
}
.fv-p{
	margin: 3rem 10rem 10rem 10rem;
}



/*------------------------------
リンク飛ばす
------------------------------*/
.link{
	margin: 10rem 20%;
}



/*------------------------------
よくあるご質問
------------------------------*/
.question{
	margin: 0 10rem;
	padding-top: 10rem;
}
h2{
	margin-bottom: 5rem;
}
.q-ttl>p{
	display: inline-block;
	color: #E86D40;
    font-family: "futura", Gadget, "sans-serif";
    font-size: 2rem;
    font-weight: bold;
}
.q-ttl>p>span{
    display: block;
    font-weight: bold;
    font-size: 3.5rem;
    margin: -1.3rem 0rem 0;
    text-align: left;
}
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #1A2D51;
}
.qa-list dl:first-child {
    border-top: 1px solid #1A2D51;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #1A2D51;
    border-right: 2px solid #1A2D51;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px;
	width: 90%;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #E86D40;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #1A2D51;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}


.qa dd p a{
	text-decoration: underline;
}


.img{
	margin: 10rem 0;
}
/*-------------
*スマホ表示
--------------*/

@media screen and (max-width:650px){

		/*------------------------------
		大タイトル &　説明
		------------------------------*/
		h1{
			margin: 3rem 2.5rem;
		}
		.contact-ex h1{
			margin-left: 2.5rem;
		}
		.contact-ex li{
			width: 50%;
		}
		.contact-ex li:first-of-type{
			margin-right: 3rem;
		}
		.name-eng{
			margin-left: 5px;
			color: #E86D40;
			font-family: "futura", Gadget, "sans-serif";
		}
		.name-jp{
			font-size: 4.3rem;
			margin-top: -1rem;
		}
		.fv-p{
			margin: 3rem 2.5rem;
		}
		.contact-ex h1{
			margin-left: 0rem;
		}
		.contact-ex li{
			width: 100%;
		}
		.contact-ex li:first-of-type{
			margin-right: 3rem;
		}
		.name-eng{
			margin-left: 5px;
			color: #E86D40;
			font-family: "futura", Gadget, "sans-serif";
		}
		.name-jp{
			font-size: 3rem;
			margin-top: -1rem;
		}



		/*------------------------------
		リンク飛ばす
		------------------------------*/
		.link{
			margin: 5rem 2.5rem;
		}



		/*------------------------------
		よくあるご質問
		------------------------------*/
		.question{
			margin: 0 2.5rem;
			padding-top: 5rem;
		}
		h2{
			margin-bottom: 5rem;
		}
		.q-ttl>p{
			display: inline-block;
			color: #E86D40;
			font-family: "futura", Gadget, "sans-serif";
			font-size: 1.2rem;
			font-weight: bold;
		}
		.q-ttl>p>span{
			display: block;
			font-weight: bold;
			font-size: 2.5rem;
			margin: -0.3rem 0rem 0;
			text-align: left;
		}
		.qa-list dl {
			position: relative;
			margin: 0;
			padding: 28px 10px 30px 10px;
			cursor: pointer;
			border-bottom: 1px solid #1A2D5;
		}
		.qa-list dl:first-child {
			border-top: 1px solid #1A2D51;
		}
		.qa-list dl::before {
			position: absolute;
			top: 35px;
			right: 35px;
			display: block;
			width: 7px;
			height: 7px;
			margin: auto;
			content: '';
			transform: rotate(135deg);
			border-top: 2px solid #1A2D51;
			border-right: 2px solid #1A2D51;
		}
		.qa-list .open::before {
			transform: rotate(-45deg);
		}
		.qa-list dl dt {
			position: relative;
			margin: 0;
			padding: 0 0 0 30px;
			font-weight: bold;
			font-size: 17px;
	}
		.qa-list dl dt::before {
			font-size: 17px;
			line-height: 1;
			position: absolute;
			top: 3px;
			left: 0;
			display: block;
			content: 'Q.';
			color: #E86D40;
		}
		.qa-list dl dd::before {
			font-size: 17px;
			line-height: 1;
			position: absolute;
			top: 3px;
			left: 2px;
			display: block;
			content: 'A.';
			font-weight: bold;
			color: #1A2D51;
		}
		.qa-list dl dd {
			position: relative;
			display: none;
			height: auto;
			margin: 20px 0 0;
			padding: 0 0 0 40px;
		}
		.qa-list dl dd p {
			margin: 30px 0 0;
		}
		.qa-list dl dd p:first-child{
			margin-top: 0;
		}


		.qa dd p a{
			text-decoration: underline;
		}


		.img{
			margin: 10rem 0;
}
		/*------------------------------
		写真
		------------------------------*/
		.pics{
			position: absolute;
		}
		.pic-1{
			position: relative;
			width: 32%;
			left: 45%;
		}
		.pic-2{
			position: relative;
			width: 36%;
			top: 5rem;
			right: 20%;
		}
		.pic-3{
			position: relative;
			width: 35%;
			top: 30%;
			left: 40%;
		}
		/*------------------
		プランフッター
		-------------------*/
		.plan-footer{
			margin-top: 80%;
		}

}