@charset "utf-8";


/* common
-------------------------------------------------------*/
#wrapper {
	overflow: hidden;
}
.sp {
	display: none;
}
.area {
	padding: 80px 20px;
	box-sizing: border-box;
}
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.ttl01 {
	text-align: center;
	margin: 0 0 40px;
	line-height: 1.3;
	font-size: 250%;
	font-weight: 700;
	padding: 0 0 30px;
	position: relative;
}
.ttl01::after {
	position: absolute;
	display: block;
	content: "";
	background: #f0c83c;
	width: 50px;
	height: 5px;
	right: 50%;
	bottom: 0;
	transform: translate(50%,0);
}
.red {
	color: #e60012;
}
.contact {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.top_txt {
	text-align: center;
	font-size: 110%;
	margin: 0 0 30px;
}
table {
	border: 1px solid #898989;
	width: 100%;
}
table .gray {
	background: #dcdcdc
}
table tr {
	border-bottom: 1px solid #898989;
}
table th {
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	font-size: 110%;
	border-right: 1px solid #898989;
}
table td {
	padding: 20px;
	border-right: 1px solid #898989;
	vertical-align: middle;
	line-height: 1.2;
	text-align: center;
}
table .small {
	font-size: 85%;
}
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.area {
		padding: 30px 20px;
	}
	.inner {
		max-width: 100%;
	}
	.ttl01 {
		margin: 0 0 30px;
		font-size: 170%;
	}
	.ttl01::after {
		width: 40px;
		height: 3px;
	}
	.contact {
		flex-flow: column;
	}
	.contact li {
		width: 100%;
		height: 100%;
	}
	.top_txt {
		line-height: 1.6;
		font-size: 100%;
		margin: 0 0 20px;
	}
	table th {
		padding: 10px;
		font-size: 100%;
	}
	table td {
		padding: 10px;
		font-size: 90%;
	}
	table .small {
		font-size: 75%;
	}

}


/* header
-------------------------------------------------------*/
#header {
	box-sizing: border-box;
	padding: 10px;
}
#header .inner {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
}
#header .txt {
	font-size: 75%;
	line-height: 1.3;
	margin: 0 0 10px;
}
#header .logo img {
    max-width: 305px;
}
#header .contact {
	flex-flow: row nowrap;
	justify-content: flex-end;
}
#header .contact li {
	padding-left: 10px;
}
#header .contact .tel img {
	max-width: 257px;
}
#header .contact .order img {
	max-width: 228px;
}
@media screen and (max-width:768px) {
	#header {
		text-align: center;
		padding: 10px;
	}
	#header .wrap {
		width: 100%;
	}
	#header .logo img {
		max-width: 250px;
	}
	#header .contact {
		justify-content: center;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9;
		background: rgba(255, 255, 255, 0.9);
		padding: 10px 5px;
		width: 100%;
		box-sizing: border-box;
		border-top: 1px solid #333;
	}
	#header .contact li {
		padding: 0 5px!important;
		width: auto;
	}
}



/* visual
-------------------------------------------------------*/
#visual {
	padding: 0;
	box-sizing: border-box;
	background: url(../img/visual_bg.png)no-repeat center/cover;
}
#visual .inner {
	max-width: 1400px;
}
@media screen and (max-width:768px) {

}


/* footer
-------------------------------------------------------*/
#footer {
	text-align: center;
}
#footer .logo {
    margin: 0 0 30px;
}
#footer .logo img {
    max-width: 283px;
}
#footer .txt {
    font-size: 85%;
    text-align: center;
    margin: 0 0 50px;
	line-height: 1.4;
}
#footer .copy {
	font-size: 75%;
}
@media screen and (max-width:768px) {
	#footer {
		padding: 30px 20px 110px;
	}
	#footer .logo {
		margin: 0 0 20px;
	}
	#footer .txt {
		margin: 0 0 40px;
	}
    #footer .logo img {
        max-width: 230px;
    }

}


/* banner
-------------------------------------------------------*/
.banner {
	background: #fefbdb;
	border-top: 5px solid #e60012;
	border-bottom: 5px solid #e60012;
}
.banner.area {
	padding: 30px 20px 40px;
}
.banner .top_box {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 10px;
}
.banner .top_box .ttl img {
	max-width: 575px;
}
.banner .top_box .img img {
	max-width: 381px;
}
.banner .contact li.tel {
	margin: 0 20px 0 0;
}
.banner .contact .tel img {
	max-width: 518px;
}
.banner .contact .order img {
	max-width: 456px;
}
@media screen and (max-width:768px) {
	.banner {
		border-top: 3px solid #e60012;
		border-bottom: 3px solid #e60012;
	}
	.banner.area {
		padding: 20px;
	}
	.banner .top_box {
		flex-flow: column;
		align-items: center;
		justify-content: center;
		margin: 0 0 10px;
	}
	.banner .top_box .ttl {
		text-align: center;
		margin: 0 0 10px;
	}
	.banner .top_box .img img {
		max-width: 200px;
	}
	.banner .contact li.tel {
		margin: 0 0 20px;
	}
}


/* problem
-------------------------------------------------------*/
#problem {
	background: url("../img/bg01.png")no-repeat left center/cover;
}
#problem .box {
	margin: 0 0 0 auto;
	width: 60%;
}
#problem .ttl01 {
	font-size: 220%;
	border-bottom: 3px solid #f9c33d;
	text-align: left;
	padding: 0 0 10px;
}
#problem .ttl01::after {
	display: none;
}
#problem ul li {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
	font-size: 120%;
	font-weight: 700;
}
#problem ul li span {
	background: url("../img/check.png")no-repeat center/26px 20px;
	width: 26px;
	height: 20px;
	display: block;
	margin: 0 10px 0 0;
}
#problem ul li:not(:last-child) {
	margin: 0 0 15px;
}
@media screen and (max-width:768px) {
	#problem {
		background: url("../img/bg01_sp.png")no-repeat left center/cover;
	}
	#problem .box {
		margin: 0;
		width: 100%;
	}
	#problem .ttl01 {
		font-size: 160%;
		text-align: center;
	}
	#problem ul li {
		font-size: 110%;
	}
	#problem ul li span {
		background: url("../img/check.png")no-repeat center/18px 14px;
		width: 18px;
		height: 14px;
	}
}


/* reason
-------------------------------------------------------*/
#reason {
	background: url("../img/bg02.png")no-repeat center/cover;
}
#reason .inner {
	max-width: 1180px;
}
#reason .ttl01 .logo {
	max-width: 359px;
	display: inline-block;
	margin: 0 10px 0 0;
}
#reason ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
#reason ul li {
	width: 18%;
}
#reason ul li .img {
	margin: 0 0 20px;
}
#reason ul li .ttl {
	text-align: center;
	font-weight: 700;
	line-height: 1.6;
	margin: 0 0 20px;
	font-size: 120%;
}
#reason ul li .txt {
	line-height: 1.6;
}
@media screen and (max-width:768px) {
	#reason .ttl01 .logo {
		max-width: 280px;
		display: block;
		margin: 0 auto 5px;
	}
	#reason ul {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	#reason ul li {
		width: 100%;
	}
	#reason ul li:not(:last-child) {
		margin: 0 0 30px;
	}
	#reason ul li .img {
		margin: 0 auto 10px;
		width: 60%;
	}
	#reason ul li .ttl {
		margin: 0 0 10px;
		font-size: 110%;
	}
}


/* price
-------------------------------------------------------*/
#price {
	background: #f4f4f4;
}
#price ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 50px;
}
#price ul li {
	width: 30%;
}
#price ul li .img {
	margin: 0 0 20px;
}
#price ul li .ttl {
	margin: 0 0 20px;
	text-align: center;
	font-weight: 700;
	font-size: 110%;
}
#price ul li .txt {
	line-height: 1.6;
}
#price .box {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
#price .box table {
	width: 48%;
}
#price .box table th {
	width: 50%;
	padding: 15px;
}
#price .box table td {
	background: #fff;
	padding: 15px;
}
#price .box table .red {
	font-size: 210%;
	font-weight: bold;
} 
#price .box table .yen {
	font-size: 70%;
}
#price .box .size {
	width: 48%;
}
#price .box .size .img {
	margin: 0 0 20px;
}
#price .box .size .txt {
	line-height: 1.4;
}
@media screen and (max-width:768px) {
	#price ul {
		flex-flow: column;
		align-items: center;
		justify-content: center;
		margin: 0 0 40px;
	}
	#price ul li {
		width: 100%;
	}
	#price ul li:not(:last-child) {
		margin: 0 0 30px;
	}
	#price ul li .img {
		margin: 0 0 10px;
	}
	#price ul li .ttl {
		margin: 0 0 10px;
	}
	#price .box {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	#price .box table {
		width: 100%;
		margin: 0 0 20px;
	}
	#price .box table th {
		padding: 10px;
	}
	#price .box table td {
		padding: 10px;
	}
	#price .box table .red {
		font-size: 150%;
	} 
	#price .box .size {
		width: 100%;
	}
	#price .box .size .img {
		margin: 0 0 10px;
	}
}


/* payment
-------------------------------------------------------*/
#payment .inner {
	max-width: 900px;
}
#payment table {
	margin: 0 0 20px;
}
#payment table th {
	width: 30%
}
#payment table td {
	text-align: left;
	line-height: 1.4;
}
@media screen and (max-width:768px) {
	#payment table {
		margin: 0 0 10px;
	}
	#payment table th {
		width: 35%;
		line-height: 1.4;
	}
	#payment .caution {
		font-size: 90%;
		line-height: 1.4;
	}
}


/* flow
-------------------------------------------------------*/
#flow {
	background: url("../img/bg03.png")no-repeat center/cover;
}
#flow ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
#flow ul li {
	width: 23%;
}
#flow ul li .icon {
	margin: 0 0 20px;
	text-align: center;
	position: relative;
}
#flow ul li:not(:last-child) .icon::after {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/arrow01.png")no-repeat center/17px 18px;
	width: 17px;
	height: 18px;
	top: 50%;
	transform: translate(0,-50%);
	right: -20px;
}
#flow ul li .icon img {
	max-width: 180px;
}
#flow ul li .ttl {
	text-align: center;
	font-size: 120%;
	font-weight: 700;
	margin: 0 0 20px;
	line-height: 1.6;
}
#flow ul li .txt {
	line-height: 1.6;
}
@media screen and (max-width:768px) {
	#flow ul {
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	#flow ul li {
		width: 100%;
		display: flex;
		flex-flow: row nowrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	#flow ul li:not(:last-child) {
		margin: 0 0 30px;
	}
	#flow ul li .icon {
		width: 25%;
		margin: 0;
		text-align: left;
	}
	#flow ul li .box {
		width: 75%;
		padding: 0 0 0 20px;
	}
	#flow ul li:not(:last-child) .icon::after {
		background: url("../img/arrow01.png")no-repeat center/11px 12px;
		width: 11px;
		height: 12px;
		top: inherit;
		bottom: -20px;
		right: 50%;
		transform: translate(50%,0) rotate(90deg);
	}
	#flow ul li .ttl {
		text-align: left;
		font-size: 110%;
		margin: 0 0 5px;
	}
	#flow ul li .txt {
		font-size: 90%;
	}
}



/* qa
-------------------------------------------------------*/
#qa dl {

}
#qa dl:not(:last-child) {
    margin: 0 0 40px;
}
#qa dt {
    font-size: 110%;
    font-weight: 700;
    margin: 0 0 20px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
#qa dl dt span.icon {
    display: block;
    background: url("../img/qa01.png")no-repeat left/40px 40px;
    min-width: 40px;
    height: 40px;
    margin: 0 20px 0 0;
}
#qa dl dd {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    margin: 0 0 30px;
	line-height: 1.6;
}
#qa dl dd p {
	padding: 5px 0 0;
}
#qa dl dd span.icon {
    display: block;
    background: url("../img/qa02.png")no-repeat left/40px 40px;
    min-width: 40px;
    height: 40px;
    margin: 0 20px 0 0;
}
#qa .aco_btn {
	position: relative;
}
#qa .aco_btn .btn {
    position: absolute;
    top:10px;
    bottom:-10px;
    right: 10px;
    margin: auto;
    display: block;
    width: 28px;
    height: 28px;
}
#qa .aco_btn .btn span {
    background: #f0c83c;
    width: 28px;
    height: 2px;
    display: block;
}
#qa .aco_btn .btn span:first-child {
    transform: rotate(90deg) translateX(2px) scale(1);
    transition: .5s;
}
#qa .aco_btn.open .btn span:first-child {
    transform: rotate(90deg) translateX(2px) scale(0);
}
#qa .aco_btn:hover {
    opacity: .7;
}
#qa .aco_btn span {
    margin-right: 20px;
}

@media screen and (max-width:768px) {
    #qa dl:not(:last-child) {
        margin: 0 0 30px;
    }
    #qa dt {
        align-items: flex-start;
        padding: 0 20px 0 0;
    }
	#qa dt p {
		line-height: 1.4;
		padding: 3px 0 0;
	}
	#qa dl dd p {
		padding: 3px 0 0;
	}
    #qa dl dt span.icon {
        background: url("../img/qa01.png")no-repeat left/30px 30px;
        min-width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
    }
    #qa dl dd span.icon {
        display: block;
        background: url("../img/qa02.png")no-repeat left/30px 30px;
        min-width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
    }
    #qa .aco_btn .btn {
        right: 0;
        width: 20px;
        height: 20px;
        top: 7px;
    }
    #qa .aco_btn .btn span {
        width: 20px;
        height: 2px;
    }
    #qa .aco_btn .btn span:first-child {
        transform: rotate(90deg) translateX(2px) scale(1);
        transition: .5s;
    }
    #qa .aco_btn.open .btn span:first-child {
        transform: rotate(90deg) translateX(2px) scale(0);
    }
}


/* order
-------------------------------------------------------*/
#order {
	background: #f4f4f4;
}
#order.area {
	padding: 80px 0;
}
#order .box:not(:last-child) {
	margin: 0 0 60px;
}
#order .box .main_ttl {
	border-bottom: 5px solid #e60012;
	padding: 0 20px;
}
#order .box .main_ttl span {
	text-align: center;
	color: #fff;
	background: #e60012;
	font-size: 180%;
	font-weight: 700;
	display: block;
	max-width: 1180px;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto;
}
#order .box .box_in {
	max-width: 1180px;
	margin: 0 auto;
	padding: 30px 20px 0;
}
#order .cap  {
	font-weight: 700;
	font-size: 120%;
	margin: 0 0 30px;
}
#order ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
#order ul li {
	width: 19%;
	background: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 20px;
}
#order ul li dl {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
}
#order ul li dl.bd {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #898989;
}
#order ul li dl dt {
	width: 30%;
}
#order ul li dl dd {
	width: 70%;
	font-weight: 700;
	font-size: 100%;
	line-height: 1.4;
}
#order ul li dl dd .small {
	display: block;
	font-size: 70%;
	margin: 5px 0 0;
	font-weight: 400;
}
#order ul li dl dd .red {
	font-size: 140%;
}
#order ul li .img {
	text-align: center;
	margin: 20px 0 30px;
}
#order ul li:first-child .img img {
	max-width: 50%;
}
#order ul li:nth-child(2) .img img {
	max-width: 60%;
}
#order ul li:nth-child(3) .img img {
	max-width: 70%;
}
#order ul li:nth-child(4) .img img {
	max-width: 80%;
}
#order dl input {
	width: 80px;
	border-radius: 5px;
}
#order .btn_order {
	margin: 30px 0 0;
	background: #ff8203;
	border: none;
	width: 100%;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 110%;
	border-radius: 5px;
}
@media screen and (max-width:768px) {
	#order.area {
		padding: 40px 0;
	}
	#order .box:not(:last-child) {
		margin: 0 0 40px;
	}
	#order .box .main_ttl {
		border-bottom: 3px solid #e60012;
	}
	#order .box .main_ttl span {
		font-size: 130%;
		padding: 15px;
	}
	#order .box .box_in {
		padding: 20px 20px 0;
	}
	#order .cap  {
		font-size: 110%;
		margin: 0 0 20px;
		line-height: 1.4;
	}
	#order ul {
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
	}
	#order ul li {
		width: 100%;
	}
	#order ul li:not(:last-child) {
		margin: 0 0 20px;
	}
	#order ul li dl dd .small {
		font-size: 80%;
	}
}


.privacy_area {
	height: 250px;
	overflow: hidden;
	overflow-y: scroll;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	line-height: 1.5;
}

.privacy_ttl {
	background: #f0f0f0;
	padding: 10px;
	text-align: center;
	font-size: 120%;
	margin-bottom: 20px;
	font-weight: bolder;
}

.privacy_area ul li {
	margin-bottom: 30px;
}

.privacy_ttl_sub {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 120%;
}

.privacy_area table {
	font-size: 90%;
	
}

.privacy_area table th {
	background: #f0f0f0;
	text-align: left;
	width: 25%;
	line-height: 1.5;
}

.privacy_area table td {
	text-align: left;
	line-height: 1.5;
}


#order ul li dl dd span span.small {
	font-size: 50%;
display: inline;
}

.fot_link {
	text-align: center;
	padding: 30px;
}

.fot_link a {
	font-size: 120%;
	display: inline-block;
	border-radius: 100px;
	background: #da2a2a;
	color: #fff;
	text-align: center;
	padding: 20px 50px;
	max-width: 600px;
	line-height: 1.5;
}

@media screen and (max-width:768px) {
.fot_link a {
	font-size: 100%;
	display: block;
	border-radius: 5px;
	padding: 10px 50px;
	max-width: 100%;
}
}