@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LYX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.round {
	font-weight: 700;
	font-family: "M PLUS Rounded 1c", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	padding: 0 2rem;
	margin: 0 auto;
	max-width: 79rem;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 1.2rem;
		max-width: 100% !important;
	}
}
/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
.comTextList li {
	padding: 0.7rem 0 1.1rem; 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #7e5c45;
}
.comTextList li:first-child {
	padding-top: 0 !important;
}
.comTextList li:last-child {
	border-bottom: 0;
}
.comTextList .point {
	width: 3.8rem;
	color: #3faff5;
	font-size: 1.5rem;
	line-height: 1.1;
	text-align: center;
}
.comTextList .point .num {
	margin: 0 auto;
	padding: 0.2rem;
	width: 3.8rem;
	height: 3.8rem;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
	background-color: #3faff5;
	display: block;
	border-radius: 50%;
}
.comTextList .txtBox {
	margin-top: 1.5rem;
	width: calc(100% - 5.5rem);
}
.comTextList .txtBox .txt {
	margin-right: -1rem;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.1;
}
.comTextList .txtBox .txt .red {
	color: #DC000C;
}
@media all and (max-width: 896px) {
	.comTextList li {
		padding: 0.7rem 0 1.1rem; 
		align-items: flex-start;
	}
	.comTextList .point {
		margin-top: -0.3rem;
		width: 3rem;
		color: #19a2f7;
		font-size: 1.2rem;
	}
	.comTextList .point .num {
		width: 2.8rem;
		height: 2.8rem;
		font-size: 1.7rem;
		background-color: #19a2f7;
	}
	.comTextList .txtBox {
		margin-top: 0;
		width: calc(100% - 4rem);
	}
	.comTextList .txtBox .txt {
		font-size: 1.6rem;
		line-height: 1.25;
	}
	.comTextList .notes {
		margin-right: -1rem;
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
.comInner {
	margin-bottom: 2rem;
	padding: 2.4rem 1rem;
	border-radius: 1rem;
	background: #fff;
	border: 0.2rem solid #f57211;
}
.comInner ul {
	margin: 0 auto;
	width: 56.6rem;
}
.comInner li {
	margin-bottom: 0.8rem;
	padding-left: 2rem;
	position: relative;
}
.comInner li:last-child {
	margin-bottom: 0 !important;
}
.comInner li::after {
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	z-index: 1;
	top: 0.2rem;
	left: 0;
	content: "";
	background-color: #f57211;
	border-radius: 50%;
}
.comInner .text {
	font-weight: 600;
	font-size: 2rem;
	line-height: 1;
}
.comInner .text .ico {
	font-size: 1.3rem;
}
.comInner .text .orange {
	color: #F57211;
}
.comInner .text .pink {
	color: #FA70A9;
}
.comInner .text .blue {
	color: #11a5f4;
}
.comInner .text .purple {
	color: #A086BA;
}
.comInner .txt {
	margin-top: 0.5rem;
	line-height: 1.25;
}
.comInner .notes {
	color: #5a5a5a;
	font-size: 1.4rem;
}
@media all and (max-width: 896px) {
	.comInner {
		margin-bottom: 1rem;
		padding: 2.4rem 0 2.4rem 1.3rem;
	}
	.comInner ul {
		width: auto;
	}
	.comInner li {
		margin-bottom: 0.5rem;
		padding-left: 1.8rem;
	}
	.comInner li::after {
		top: 0.3rem;
	}
	.comInner .text {
		font-size: 1.6rem;
		line-height: 1.25;
	}
	.comInner .text .ico {
		font-size: 1.2rem;
	}
	.comInner .txt {
		margin-top: 0;
		line-height: 1.38;
		font-size: 1.3rem;
	}
	.comInner .notes {
		color: #313131;
		font-size: 1.3rem;
	}
	.comInner .text .sml {
		padding-left: 1rem;
		font-weight: 400;
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	stepBox
------------------------------------------------------------*/
.stepBox .notes {
	text-align: right;
	font-size: 1.4rem;
}
/*------------------------------------------------------------
	comStepList
------------------------------------------------------------*/
.comStepList li {
	margin-bottom: 1.1rem;
	display: flex;
	justify-content: space-between;
	border-radius: 1rem;
	background: #f8b963;
	border: 0.2rem solid #f8b963;
	overflow: hidden;
	min-height: 9rem;
}
.comStepList li:last-child {
	margin-bottom: 0;
}
.comStepList .lBox {
	width: 59.4%;
	display: flex;
	align-items: center;
}
.comStepList .textBox {
	padding: 1.4rem 3.2rem;
	width: 100%;
}
.comStepList .textBox .ttl {
	font-size: 2.4rem;
	line-height: 1.3;
	letter-spacing: 0.03em;
}
.comStepList .textBox .txt {
	font-weight: 700;
	font-size: 1.8rem;
}
.comStepList .textBox .txt .red {
	color: #dc000c;
}
.comStepList .textBox .sml {
	font-weight: 700;
	line-height: 1.25;
	font-size: 1.6rem;
}
.comStepList .rBox {
	width: 40.6%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
}
.comStepList .rBox .info {
	padding: 0.5rem 1.3rem;
}
.comStepList .rBox .fee {
	padding: 0 0.5rem;
	color: #dc000c;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.02em;
	background: -webkit-linear-gradient(#eee,#eee) repeat-x left bottom 0.3rem / 100% 1.6rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.comStepList .rBox .num {
	font-size: 3.4rem;
}
.comStepList .rBox .text {
	margin-bottom: -1rem;
	display: block;
	font-weight: 700;
}
.comStepList .rBox .txt {
	margin-top: 0.5rem;
	text-align: left;
	font-size: 1.3rem;
	line-height: 1.38;
}
@media all and (max-width: 896px) {
	.comStepList {
		margin: 0 auto;
		width: 32.1rem;
	}
	.comStepList li {
		margin-bottom: 0.8rem;
		display: block;
		min-height: fit-content;
	}
	.comStepList .lBox {
		width: 100%;
		display: block;
	}
	.comStepList .textBox {
		padding: 0.5rem 1rem 0.8rem;
	}
	.comStepList .textBox .ttl {
		font-size: 1.6rem;
		line-height: 1.4;
		text-align: center;
	}
	.comStepList .textBox .txt {
		font-size: 1.4rem;
		text-align: center;
	}
	.comStepList .textBox .sml {
		text-align: center;
		line-height: 1.23;
		font-size: 1.3rem;
	}
	.comStepList .textBox .sml01 {
		font-size: 1.3rem !important;
	}
	.comStepList .rBox {
		width: 100%;
		display: block;
	}
	.comStepList .rBox .info {
		padding: 0.7rem 1rem 1.5rem;
	}
	.comStepList .rBox .fee {
		padding: 0 1.3rem;
		font-size: 1.4rem;
		background: -webkit-linear-gradient(#eee,#eee) repeat-x left bottom 0.3rem / 100% 1rem;
	}
	.comStepList .rBox .num {
		font-size: 2.6rem;
	}
	.comStepList .rBox .text {
		margin-bottom: -1rem;
		display: block;
		font-weight: 700;
	}
	.comStepList .rBox .txt {
		margin-top: 0.5rem;
		text-align: left;
		font-size: 1.3rem;
		line-height: 1.38;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	padding: 1rem 0.5rem;
	margin: 5.9rem auto 0;
	width: 30rem;
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	color: #fff;
	letter-spacing: 0.06em;
	border-radius: 1rem 1rem 0 0;
	background: #f57211 url(../img/common/icon02_on.png) no-repeat right 1.8rem center / 2.2rem;
	box-shadow: 0 -0.5rem 0 rgba(0, 0, 0, 0.16);
	transition: .3s;
	cursor: pointer;
}
.comBtn .close {
	display: none;
}
.comBtn.on {
	background-image: url(../img/common/icon02.png);
}
.comBtn.on .open {
	display: none;
}
.comBtn.on .close {
	display: block;
}
@media all and (min-width: 897px) {
	.comBtn:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn {
		margin-top: 4rem;
		font-size: 1.6rem;
		letter-spacing: 0;
		box-shadow: 0 -0.3rem 0 rgba(0, 0, 0, 0.16);
	}
}
/*------------------------------------------------------------
	openBox
------------------------------------------------------------*/
.openBox .sub {
	display: none;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	margin-bottom: 2rem;
	padding: 4.2rem 8.2rem 4.5rem;
	border: 0.3rem solid #6eb93f;
	background-color: #fff;
	border-radius: 1rem;
}
.comBgBox:last-of-type {
	margin-bottom: 0;
}
.comBgBox .infoBox {
	margin-bottom: 1rem;
	text-align: center;
}
.comBgBox .infoBox .ttl {
	margin-bottom: 0.5rem;
	font-size: 2.4rem;
	font-weight: 700;
}
.comBgBox .infoBox .ttl .red {
	color: #DC000C;
}
.comBgBox .infoBox .txt {
	font-weight: 400;
	line-height: 1.25;
}
.comBgBox .infoBox .notes {
	font-weight: 500;
	line-height: 1.25;
}
.comBgBox .comTextList li {
	padding: 1rem 0 1.5rem;
}
.comBgBox .comTextList li:last-child {
	border-bottom: 1px dashed #7e5c45;
}
.comBgBox .comTextList .txtBox {
	margin-top: 1.1rem;
}
.comBgBox .comTextList .txtBox .txt {
	margin-right: -1rem;
}
.comBgBox .comTextList .point {
	color: #6eb93f;
}
.comBgBox .comTextList .point .num {
	background-color: #6eb93f;
}
.comBgBox .btn {
	margin: 0 auto;
	width: 26rem;
}
.comBgBox .btn a {
	display: block;
}
.comBgBox .btn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBgBox {
		margin-bottom: 1.5rem;
		padding: 2.5rem 2.3rem 2.5rem;
		border-width: 0.2rem;
	}
	.comBgBox .infoBox {
		margin-bottom: 2rem;
		text-align: left;
	}
	.comBgBox .infoBox .ttl {
		margin-bottom: 0;
		text-align: center;
		font-size: 1.6rem;
	}
	.comBgBox .infoBox .notes {
		padding-left: 1.3rem;
		text-indent: -1.3rem;
		font-weight: 400;
		line-height: 1.428;
	}
	.comBgBox .comTextList li {
		padding: 1rem 0;
	}
	.comBgBox .comTextList .txtBox {
		margin-top: 0;
	}
	.comBgBox .comTextList .txtBox01 {
		margin-top: 1rem;
	}
	.comBgBox .comTextList .txtBox .txt {
		margin-right: 0;
	}
	.comBgBox .btn {
		width: 18.6rem;
	}
}
/*------------------------------------------------------------
	comSmoothBox
------------------------------------------------------------*/
.comSmoothBox {
	padding: 6rem 0 5.4rem;
	background: url(../img/common/smooth_bg.png) no-repeat left top / cover;
}
.comSmoothBox .content {
	max-width: 58.8rem;
}
.comSmoothBox h2 {
	margin: 0 auto 1.5rem;
	width: 48.4rem;
}
.comSmoothBox .title {
	margin-bottom: 1.2rem;
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.33;
}
.comSmoothBox .photo {
	margin: 0 1.5rem 1.7rem;
}
.comSmoothBox .notesList {
	margin: 0 1rem;
}
.comSmoothBox .notesList li {
	padding-left: 2.3rem;
	text-indent: -2.3rem;
	font-size: 1.3rem;
	line-height: 1.538;
}
@media all and (max-width: 896px) {
	.comSmoothBox {
		padding: 3.7rem 0 3rem;
		background-image: url(../img/common/smooth_bg_sp.png);
	}
	.comSmoothBox .content {
		padding: 0 0.8rem;
		max-width: 100%;
	}
	.comSmoothBox h2 {
		margin-bottom: 1rem;
		width: 36rem;
	}
	.comSmoothBox .title {
		margin-bottom: 1.5rem;
		font-size: 1.6rem;
		line-height: 1.25;
	}
	.comSmoothBox .photo {
		margin: 0 0.8rem 1rem;
		text-align: center;
	}
	.comSmoothBox .notesList {
		margin: 0 0.5rem;
	}
	.comSmoothBox .notesList li {
		font-size: 1.2rem;
		line-height: 1.33;
	}
}
/*------------------------------------------------------------
	fixedBtn
------------------------------------------------------------*/
.fixBtn {
	padding: 0.5rem 1rem 0.6rem 13rem;
	width: 100%;
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	background-color: #ffefef;
	align-items: center;
}
.fixBtn .content {
	max-width: 118rem;
}
.fixBtn .btnList {
	align-items: center;
}
.fixBtn .btnList li {
	margin: 0 1rem;
	width: 49rem;
}
.fixBtn .btnList a {
	display: block;
}
.fixBtn .pageTop {
	margin: 0 1rem;
	width: 8.5rem;
}
.fixBtn .pageTop a {
	display: block;
}
.fixBtn a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1300px) {
	.fixBtn {
		padding-left: 1rem;
	}
	.fixBtn .content {
		justify-content: center;
	}
	.fixBtn .btnList li {
		width: 32rem;
	}
}
@media all and (max-width: 896px) {
	.fixBtn {
		padding: 0.9rem 0;
		width: 100%;
		position: fixed;
		z-index: 100;
		bottom: 0;
		left: 0;
		background-color: #fadcde;
		align-items: center;
	}
	.fixBtn .content {
		padding: 0;
		max-width: 0;
		position: relative;
		display: block;
	}
	.fixBtn .btnList li {
		margin: 0 0.3rem;
		width: 18rem;
	}
	.fixBtn .pageTop {
		margin: 0 1rem;
		position: absolute;
		z-index: 20;
		top: -3.2rem;
		right: 0.2rem;
		width: 8.7rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}