
html {
	font-size: 62.5%;
}
.pc-show {
	display: block;
}

@media (max-width: 576px) {
	.sp-show {
		display: block;
	}
	.sp-show-flex {
		display: flex !important;
	}
}

section.line {
	max-width: 1160px;
    margin: 0 auto;
}

.font__bold{font-weight: bold;}

.ttl-base {
	margin: 40px 0 50px 0;
	font-weight: bold;
	font-size: 4.2rem;
	text-align: center;
}

.ssttl-base {
	position: relative;
    margin: 60px 0 20px 0;
    padding: 1.4rem 8px 1.2rem 12px;
	color: #FFF;
    font-weight: bold;
    font-size: 1.7rem;
    background: #434343;
    border-left: 5px solid #E63800;
}

.p-list {
    padding-left: 1em;
    line-height: 1.6;
    text-indent: -1em;
}
.p-list:not(:last-child) {
	margin-bottom: 15px;
}

.p-check {
    margin-top: 30px;
    padding: 20px;
    background-color: #f0f0f0;
}

@media screen and (max-width: 737px) {
	.ssttl-base {
        margin: 25px 0 10px 0;
        padding: 1.2rem 8px 1.2rem 12px;
    }
	.p-check {
		font-size: 1.2rem
	}
}

.p-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 70px;
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: bold;
	width: 460px;
    text-align: center;
    margin: 0 auto;
}
.p-button>* {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	min-height: inherit;
	padding: 10px;
	overflow: hidden;
	color: #5D5E5E;
	text-align: center;
	text-decoration: none;
	-webkit-transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-button a {
	color: #5D5E5E;
    background: #fff;
    border: 1px solid #5D5E5E;
    border-bottom: 3px solid #5D5E5E;
}

.p-button a span.icon {
	width: 30px;
	height: auto;
	line-height: 1;
	margin-right: 10px;
} 
.p-button>*:hover {
	text-decoration: none !important;
}
.p-button_area {
	margin: 30px 0 50px;
}
.ttl-text-sub {
	text-align: center;
	margin-bottom: 40px;
}
.ttl-text-sub strong {
	font-weight: bold;
}

.t-center {
	text-align: center;
}

a.t_link {
	text-decoration: underline;
}
a.t_link:hover {
	opacity: 1;
}

@media screen and (min-width: 751px) {
	.t_link:hover {
		text-decoration: none !important;
	}
	main a:hover {
		opacity: 0.7;
		transition: 0.3s ease-in-out;
	}
}

.mt30 {
	margin-top: 30px;
}
@media screen and (max-width: 750px) {
	.p-button {
		max-width: 100%;
		min-height: 60px;
		font-size: 1.6rem;
	}
	.p-button_area {
		margin: 30px 0;
	}
	.sp-mt20 {
		margin-top: 20px;
	}
	.ttl-base {
        margin: 20px 0 20px 0;
        font-size: 2.6rem;
    }
	.ttl-text-sub {
		text-align: left;
	}
}

/* ===============================================
# faq06
=============================================== */

.faq06 {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(../img/faq06_bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.faq06 .section__inner {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.faq06 .title__main {
	color: #ffffff;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
}

.faq06 .title__main div {
	display: inline-block;
}

.faq06 .title__main span {
	display: inline-block;
	position: relative;
}

.faq06 .title__main span::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 8px;
	transform: translateX(-50%);
	background-image: url(../img/line_img01.png);
	background-position: center left;
	background-size: auto 100%;
	background-repeat: repeat-x;
	content: "";
}

.faq06__btn1 {
	margin-top: 40px;
}

.faq06__btn1 a {
	max-width: 560px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
	cursor: pointer;
}

.faq06__btn2 {
	margin-top: 40px;
	gap: 20px;
}

.faq06__btn2 a {
	width: calc(50% - 10px);
	max-width: 400px;
	font-weight: bold;
}

.faq06__btn2 span {
	display: inline-block;
	position: relative;
	padding-right: 1.5em;
}

.faq06__btn2 span::before {
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 12px;
	transform: translateY(-50%);
	background-image: url(../img/top_btn_icon05.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}


@media (max-width: 768px) {
	.bottom__fix__box{
		padding: 10px 40px;
	}
.bottom__fix__box a{
	width: calc(100% / 3 - 40px / 3);
	height: 50px;
	font-size: 16px;
	gap: 0 0px;
}
	.bottom__fix__box p{
		font-size: 16px;
	}
	.bottom__fix__box a.contact__bt > div{
		width: calc(100% - 30px);
	}
	.bottom__fix__box a.tel__bt > div{
		width: auto;
	}
.bottom__fix__box a img{
	width: 30px;
}
	.bottom__fix__box a span:not(.font__20){
		display: none;
	}

.faq06 .title__main {
	font-size: 30px;
}

.faq06 .title__main div {
	display: block;
}

.faq06__btn1 a {
	font-size: 20px;
}
.faq06__btn2 {
	margin-top: 20px;
}
.dr06 .title02 .title__main {
	font-size: 26px;
}

}

@media (max-width: 576px) {
	.bottom__fix__box__wrap{
		bottom: 60px;
	}
	.bottom__fix__box{
		padding: 10px;
	}
	.bottom__fix__box p{
		font-size: 13px;
		line-height: 1;
	}
	.bottom__fix__box a{
		width: calc(100% / 3 - 20px / 3);
		min-height: 40px;
		gap: 7px;
		font-size: 13px;
		border-radius: 5px;
	}
	.bottom__fix__box1 a{
		width: calc(100% / 3 - 20px / 3);
	}
	.bottom__fix__box2 a{
		width: calc(100% / 2 - 10px / 2);
	}
	.bottom__fix__box a img{
		width: 24px;
	}
	.bottom__fix__box a span{
		display: none;
	}
	.bottom__fix__box a span.pc-hide{
		display: block;
	}
	.bottom__fix__box a.contact__bt > div{
		width: auto;
	}
}

.faq06 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../img/faq06_bg-sp.jpg);
}

.faq06 .title__main {
	font-size: 24px;
}

.faq06__btn1 a {
	font-size: 18px;
}

.faq06__btn2 span::before {
	width: 10px;
	height: 10px;
}

.footer {
	padding: 40px 30px 140px;
}

.pageTop {
	right: 5px;
	bottom: 130px;
}
/*
box-security
--------------------------------- */
.box-security {
	display: table;
	width: 548px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	text-align: center;
}
.box-security li {
	display: table-cell;
	vertical-align: middle;
}
.fb-foot {
	display: none !important;
}
.box-security li img {
	width: auto;
}
@media screen and (max-width: 737px){
	.box-security {
		display: none;
	}
}