@charset "utf-8";

/* ---------------------------------------- 
 - howto
---------------------------------------- */
.howto{
	position: relative;
	padding-top: 90px;
	margin-top: 80px;
	text-align: center;
}
.howto::before {
    content: "";
    position: absolute;
    top: 0;
	margin-left: -12px;
	transform: rotate(90deg);
    border: 20px solid transparent;
    border-left: 25px solid #657568;
}
.howto_inner{
	margin: 0 auto;
	padding: 80px 75px;
	position: relative;
	width: 94%;
	max-width: 1100px;
	background-color: #d0d1cc;
}
.howto_ttl {
	font-size:4.0rem;
	font-weight: 100;
	display: inline-block;
	line-height: 1.6;
	border-bottom: solid 1px #657568;
	margin-bottom: 1.2em;
}
.howto_lead {
	font-size: 2.4rem;
	line-height: 1.6;
	margin-bottom: 1.5em;
}
/* txt_box */
.howto .txt_box {
	text-align: left;
}
.howto .txt_box .txt {
	margin: 1.0em auto;
}
.howto .txt_box .txt:last-child {
	margin-bottom: 0;
}
.howto .txt_box ul.notice li {
	text-indent: -1.0em;
	margin-left: 1.0em;
}
/* txt_box */
.howto .link_btn a {
    background-color: #657568;
    color: #fff;
    font-size: 1.8rem;
	font-weight: 200;
	width: 100%;
    max-width: 585px;
}
.howto .link_btn a::after {
    background-image: url(/assets/images/common/ico_blank_wht.svg);
}
/* howto_list */
dl.howto_list {
	margin-bottom: 60px;
}
dl.howto_list:last-child {
	margin-bottom: 0;
}
dl.howto_list dt {
	display: flex;
	font-size: 2.8rem;
	font-weight: 200;
	line-height: 1.4;
	border:solid 1px #657568;
	margin-bottom: 1.0em;
}
dl.howto_list dt .number {
	color:#fff;
	background: #657568;
	padding: 0.5em;
	min-width: 125px;
	text-align: center;
	display: flex;
    align-items: center;
	justify-content: center;
}
dl.howto_list dt .ttl {
	padding: 0.5em 25px;
	display: flex;
    align-items: center;
	text-align: left;
}
dl.howto_list dd {
	font-size: 1.8rem;
}
dl.howto_list dd a:hover {
	text-decoration: none;
}
dl.howto_list dd .txt {
	font-size: 1.8rem;
	margin-bottom: 1.2em;
	margin: 1.5em auto;
	text-align: left;
}
dl.howto_list dd .txt:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.howto{
		padding-top: 50px;
		margin-top: 40px;
	}
	.howto::before {
		border: 15px solid transparent;
		border-left: 18px solid #657568;
		margin-left: -7px;
	}
	.howto_inner{
		padding: 35px 5%;
	}
	.howto_ttl {
		font-size:2.2rem;
		letter-spacing: 0;
	}
	.howto_lead {
		font-size: 1.5rem;
		line-height: 1.6;
		margin-bottom: 1.5em;
	}
	/* txt_box */
	.howto .link_btn a {
		font-size: 1.5rem;
        letter-spacing: 0;
	}
	/* howto_list */
	dl.howto_list {
		margin-bottom: 40px;
	}
	dl.howto_list:last-child {
		margin-bottom: 0;
	}
	dl.howto_list dt {
		font-size: 1.6rem;
	}
	dl.howto_list dt .number {
		min-width: 4em;
	}
	dl.howto_list dt .ttl {
		padding: 0.5em 4%;
		text-align: left;
		letter-spacing: 0;
	}
	dl.howto_list dd {
		margin-top: 0.7em;
		margin-bottom: 0.7em;
	}
	dl.howto_list dd .lead {
		font-size: 1.6rem;
	}
	dl.howto_list dd .midashi {
		font-size: 1.7rem;
	}
	dl.howto_list dd {
		font-size: 1.5rem;
	}
	dl.howto_list dd .txt {
		font-size: 1.5rem;
	}
}

/* ---------------------------------------- 
 - .btn_list
---------------------------------------- */
.btn_list {
	width: 90%;
	max-width: 1100px;
	margin: 100px auto;
	text-align: center;
}
.btn_list .plan_btn a {
	font-size: 2.8rem;
	font-weight: 100;
	line-height: 1.6;
    position: relative;
    width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #657568;
	color: #fff;
	text-decoration: none;
	transition: .3s;
}
.btn_list .plan_btn a:hover {
	opacity: 0.6;
}
.btn_list .plan_btn a::before {
    content: '';
    display: inline-block;
	border: solid 1px #afb7b1;
	position: absolute;
    top: 3px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 6px);
}
.btn_list .plan_btn a::after {
    content: '';
    display: inline-block;
    background-image: url(/assets/images/common/ico_blank_wht.svg);
    background-size: contain;
    vertical-align: text-bottom;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 38px;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%);
}
.btn_list .card_btn_box {
	display: flex;
	justify-content: space-between;
	margin: 45px auto;
}
.btn_list .card_btn_box .link_btn {
    width: 48%;
}
.btn_list .card_btn_box .link_btn a {
    background-color: #4e4e4e;
    border-color: #4e4e4e;
    color: #fff;
    font-size: 1.8rem;
    width: 100%;
    font-weight: 200;
}
.btn_list .card_btn_box .link_btn.blank a::after {
    background-image: url(/assets/images/common/ico_blank_wht.svg);
}
.link_btn.other a {
    font-size: 1.8rem;
    width: 48%;
    font-weight: 200;
    color: inherit;
    border-color: #111;
    background-color: inherit;
}
@media screen and (max-width: 768px) {
	.btn_list {
		margin: 50px auto;
	}
	.btn_list .plan_btn a {
		height: auto;
        font-size: 1.6rem;
        font-weight: 200;
        padding: 10px 35px 10px 10px;
		letter-spacing: 0;
	}
	.btn_list .plan_btn a::before {
		top: 2px;
		left: 3px;
		width: calc(100% - 6px);
		height: calc(100% - 4px);
	}
	.btn_list .plan_btn a::after {
		right: 15px;
		width: 15px;
		height: 15px;
	}
	.btn_list .card_btn_box {
		display: block;
		margin: 20px auto;
	}
	.btn_list .card_btn_box .link_btn {
		width: 100%;
		margin: 20px auto;
	}
	.btn_list .card_btn_box .link_btn a {
		font-size: 1.6rem;
	}
	.link_btn.other a {
		font-size: 1.6rem;
		width: 100%;
	}
}



/* ---------------------------------------- 
 - faq_anchor / faq_box（FAQページ）
---------------------------------------- */
#faq_anchor {
	width: 90%;
	max-width: 850px;
	margin: 0 auto 80px;
	padding: 30px 3%;
	box-sizing: border-box;
	border-top: solid 1px #657568;
	border-bottom: solid 1px #657568;
}
#faq_anchor a {
    transition: .3s;
}
#faq_anchor a:hover {
	opacity:0.6;
}
#faq_anchor ul.list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#faq_anchor ul.list li a {
    text-decoration: none;
    position: relative;
	display: inline-block;
	padding-left: 25px;
}
#faq_anchor ul.list li a::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin: auto;
    margin-top: -1px;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-left: 1px solid #657568;
    border-bottom: 1px solid #657568;
    transform: translate(0,-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
	#faq_anchor {
		margin-bottom: 60px;
		padding: 1.0em 0 0.5em;
	}
	#faq_anchor ul.list {
		flex-wrap: wrap;
	}
	#faq_anchor ul.list li {
		width: 48%;
		margin-bottom: 0.5em;
	}
	#faq_anchor ul.list li a {
		padding-left: 20px;
	}
	#faq_anchor ul.list li a::before {
		width: 7px;
		height: 7px;
	}
}
@media screen and (max-width: 480px) {
	#faq_anchor {
		margin-bottom: 60px;
		padding: 1.0em 5% 0.5em;
	}
	#faq_anchor ul.list li {
		width: 100%;
	}
}

.faq_box {
    width: 90%;
	max-width: 1000px;
	margin: 0 auto 140px;
}
.faq_box > .inner {
    width: 100%;
}
.faq_box .faq_box_ttl {
    font-size: 2.8rem;
	font-weight: 100;
	line-height: 1.4;
    text-align: center;
    margin-bottom: 1.0em;
}
.faq_box dl.accordion {
	margin-bottom: 0.5em;
	line-height: 1.8;
}
.faq_box dl.accordion dt.item_ttl {
	border-bottom:solid 1px #a2a2a2;
	font-size:1.7rem;
    position: relative;
    cursor: pointer;
	padding: 1.2em 45px 1.2em 75px;
	display: flex;
}
.faq_box dl.accordion dt.item_ttl::before {
    content: 'Q';
    line-height: 0.5;
    position: absolute;
    top: 1.2em;
    left: 30px;
    color: #657568;
	font-size: 2.4rem;
    font-family: 'Montserrat', serif;
}
.faq_box dl.accordion dt.item_ttl .ttl_btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: block;
    width: 30px;
    height: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.faq_box dl.accordion dt.item_ttl .ttl_btn:before,
.faq_box dl.accordion dt.item_ttl .ttl_btn:after {
    display: block;
    content: '';
    background-color: #657568;
    position: absolute;
    width: 30px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    transition: all .4s;
}	
.faq_box dl.accordion dt.item_ttl .ttl_btn:before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.faq_box dl.accordion dt.item_ttl.active .ttl_btn:before {
    transform: translate(-50%, -50%) rotate(180deg);
}	
.faq_box dl.accordion > dd {
    display: none;
    padding: 30px 45px 30px 75px;
	background: #d0d1cc;
    position: relative;
}
.faq_box dl.accordion > dd::before {
    content: 'A';
    line-height: 1;
    position: absolute;
    top: 34px;
    left: 30px;
    color: #657568;
	font-size: 2.4rem;
    font-family: 'Montserrat', serif;
}
.faq_box dl.accordion > dd strong {
	font-weight: 400;
}
.faq_box dl.accordion > dd a:hover {
	text-decoration: none;
}
.faq_box dl.accordion > dd ul.list-num {
	font-weight: bold;
}
.faq_box dl.accordion > dd ul.list-num li {
	text-indent: -2.8em;
	margin-left: 2.8em;
}
.faq_box dl.accordion > dd ul.notice {
	margin-top: 1.0em;
	font-size: 1.4rem;
}
.faq_box dl.accordion > dd ul.notice li {
	text-indent: -1.0em;
	margin-left: 1.0em;
}
@media screen and (max-width: 768px) {
	.faq_box {
		margin-bottom: 70px;
	}
	.faq_box .faq_box_ttl {
		font-size: 2.0rem;
		letter-spacing: 0;
	}
	.faq_box dl.accordion dt.item_ttl {
		font-size:1.5rem;
		padding: 1.0em 35px 1.0em 25px;
	}
	.faq_box dl.accordion dt.item_ttl::before {
		line-height: 1;
		left: 0;
		font-size: 1.8rem;
	}
	.faq_box dl.accordion dt.item_ttl .ttl_btn {
		right: 10px;
		width: 20px;
		height: 20px;
	}
	.faq_box dl.accordion dt.item_ttl .ttl_btn:before,
	.faq_box dl.accordion dt.item_ttl .ttl_btn:after {
		width: 20px;
	}
	.faq_box dl.accordion > dd {
		padding: 20px 5%;
	}
	.faq_box dl.accordion > dd::before {
		display: none;
	}
}