@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:374px) {}

/*************************************************

 page common

*************************************************/

/* bgArea
--------------------------------------*/
.bgArea {
	margin-top: 15px;
	padding: 60px 20px;
	background-color: #e7f2ee;
}
.bgArea .inner {
	box-sizing: border-box;
	max-width: 1004px;
	margin: 0 auto;
	padding: 40px 60px;
	background-color: #fff;
	border: #cfd6b7 solid 2px;
}
.bgArea .inner + .inner {
	margin-top: 70px;
}
.bgArea .txtform {
	box-sizing: border-box;
	width: 100%;
	max-width: 520px;
	display: block;
	margin: 0;
	padding: 15px;
	font-size: 17px;
	background: #eaeaeb;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.bgArea .cap {
	margin-top: 10px;
	font-size: 12px;
}
@media only screen and (max-width:767px) {
	.bgArea {
		padding: 30px 20px;
	}
	.bgArea .inner {
		padding: 20px 20px 40px;
	}
	.bgArea .txtform {
		max-width: none;
		padding: 10px;
		font-size: 14px;
	}
	.bgArea .cap {
		 font-size: 10px;
	}
}


/* group
--------------------------------------*/
.partsSction [class^="group0"] + [class^="group0"] {
	margin-top: 50px;
}

/* secTitle
--------------------------------------*/
.secTitle {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 1.25;
}
@media only screen and (max-width:767px) {
	.secTitle {
		margin-bottom: 20px;
		font-size: 16px;
	}
}

/* tableStyle
--------------------------------------*/
.tableStyle {
	box-sizing: border-box;
	width: 100%;
	border: #cfd6b7 solid 2px;
}
.tableStyle th,
.tableStyle td {
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.6;
	border: #cfd6b7 solid 2px;
	vertical-align: middle;
}
.tableStyle th {
	padding: 5px;
	font-weight: 700;
	font-size: 12px;
	background-color: #e7f2ee;
	text-align: center;
	line-height: 1.5;
}
@media only screen and (max-width:767px) {
	.tableStyle,
	.tableStyle th,
	.tableStyle td {
		border-width: 1px;
	}
	.tableStyle th {
		padding: 8px 0;
		font-size: 11px;
	}
}

/* pageCaps
--------------------------------------*/
.pageCaps {
	margin-top: 10px;
}
.pageCaps li {
	position: relative;
	padding-left: 1em;
	font-size: 11px;
}
.pageCaps li:before {
	 position: absolute;
	 top: 0;
	 left: 0;
	 display: block;
	 content: '';
}
.pageCaps.dots li:before {
	content: '・';
}
.pageCaps.asterisk li:before {
	content: '※';
}
@media only screen and (max-width:767px) {
	.pageCaps {
		margin: 10px 10px 0;
	}
	.pageCaps li {
		font-size: 10px;
	}
}

/* pageCapTxt
--------------------------------------*/
.pageCapTxt {
	margin-top: 20px;
	font-size: 14px;
}
@media only screen and (max-width:767px) {
	.pageCapTxt {
		margin: 10px 10px 0;
		font-size: 10px;
	}
}

/* pageCapTxt
--------------------------------------*/
.pagebtn {
	position: relative;
	display: inline-block;
	padding-right: 30px;
	color: #221613;
	font-size: 14px;
	text-decoration: none;
}
.pagebtn:before {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: '';
	width: 21px;
	height: 21px;
	background: url(../images/common/ico_arw01.svg) no-repeat center center / 100% auto;
	transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width:767px) {
	.pagebtn {
		font-size: 13px;
	}
}



/*************************************************

 firstArea

*************************************************/
@media only screen and (max-width:767px) {
	#firstArea {
		padding: 0;
	}
	#firstArea .inner {
		border: none;
	}
}

/* group01
--------------------------------------*/
/* price01 */
#firstArea .group01 .price01 {
	margin-bottom: 10px;
}
#firstArea .group01 .price01 .ttl {
	width: 43.5227%;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
#firstArea .group01 .price01 .flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#firstArea .group01 .price01 .box01 {
	box-sizing: border-box;
	width: 43.5227%;
	border: #e7f2ee solid 3px;
}
#firstArea .group01 .price01 .box01 dt {
	padding: 15px 10px 10px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	background-color: #e7f2ee;
	line-height: 1.2;
}
#firstArea .group01 .price01 .box01 dt small {
	display: block;
	margin-top: 5px;
	font-size: 10px;
	font-weight: 400;
	text-align: right;
}
#firstArea .group01 .price01 .box01 dd {
	overflow: hidden;
	padding: 5px 0 10px 20px;
}
#firstArea .group01 .price01 .box01 dd ul {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.3;
}
#firstArea .group01 .price01 .box01 dd li {
	position: relative;
	padding-left: 1em;
	margin: 10px 1em 0 0;
	font-size: 15px;
	font-weight: 700;
}
#firstArea .group01 .price01 .box01 dd li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '・';
}
#firstArea .group01 .price01 .box02 {
	width: 51.1364%;
	display: flex;
	justify-content: space-between;
}
#firstArea .group01 .price01 .box02 .arws {
	box-sizing: border-box;
	position: relative;
	width: 48.8889%;
	margin-bottom: 35px;
	padding: 20px;
	font-weight: 700;
	background-color: #e7f2ee;
}
#firstArea .group01 .price01 .box02 .arws:before {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 35px;
	background: url(../images/price/arw01.png) no-repeat center center / 100% 100%;
}
#firstArea .group01 .price01 .box02 .arws dt {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
#firstArea .group01 .price01 .box02 .arws dd li {
	position: relative;
	padding-left: 1em;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
}
#firstArea .group01 .price01 .box02 .arws dd li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '・';
}
@media only screen and (max-width:767px) {
	#firstArea .group01 .price01 {
		margin-bottom: 10px;
	}
	#firstArea .group01 .price01 .ttl {
		width: auto;
		margin-bottom: 10px;
		font-size: 14px;
	}
	#firstArea .group01 .price01 .flex {
		display: block;
	}
	#firstArea .group01 .price01 .box01 {
		width: auto;
		margin-bottom: 15px;
		border-width: 1px;
	}
	#firstArea .group01 .price01 .box01 dt {
		padding: 10px;
		font-size: 15px;
	}
	#firstArea .group01 .price01 .box01 dd {
		padding: 15px 0 15px 20px;
	}
	#firstArea .group01 .price01 .box01 dd ul {
		display: block;
	}
	#firstArea .group01 .price01 .box01 dd li {
		margin: 5px 0 0;
		font-size: 14px;
	}
	#firstArea .group01 .price01 .box02 {
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	#firstArea .group01 .price01 .box02 .arws {
		width: auto;
		margin-bottom: 50px;
		padding: 15px 13px 5px;
	}
}


/* tables */
#firstArea .group01 .tables {
	text-align: center;
}
#firstArea .group01 .tables td {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}
#firstArea .group01 .tables th {
	font-size: 14px;
}
#firstArea .group01 .tables td small {
	font-size: 10px;
}
#firstArea .group01 .tables .line01 {
	width: 47.7273%;
}
#firstArea .group01 .tables .line02 {
	width: 26.1364%;
}
#firstArea .group01 .tables .line03 {
	width: 26.1364%;
}
#firstArea .group01 .tables .icos {
	padding: 15px 10px 10px 30px;
}
#firstArea .group01 .tables .icoLine {
	box-sizing: border-box;
	display: table;
	width: 100%;
	table-layout: fixed;
}
#firstArea .group01 .tables .icoLine > * {
	display: table-cell;
	vertical-align: middle;
}
#firstArea .group01 .tables .icoLine .ico {
	width: 88px;
	line-height: 0;
}
#firstArea .group01 .tables .icoLine .txt {
	padding-left: 25px;
	font-size: 15px;
	text-align: left;
	font-weight: 700;
}
@media only screen and (max-width:767px) {
	#firstArea .group01 .tables th {
		font-size: 11px;
	}
	#firstArea .group01 .tables td {
		font-size: 12px;
	}
	#firstArea .group01 .tables td small {
		display: block;
	}
	#firstArea .group01 .tables .icos {
		padding: 12px 5px 10px 10px;
	}
	#firstArea .group01 .tables .icoLine .ico {
		width: 44px;
	}
	#firstArea .group01 .tables .icoLine .txt {
		padding-left: 12px;
		font-size: 11px;
	}
}


/* group02
--------------------------------------*/
#firstArea .group02 {
	margin-top: 50px;
}
#firstArea .group02 .tables .line01 {
	width: 21.0227%;
}
#firstArea .group02 .tables .line02 {
	width: 53.9773%;
}
#firstArea .group02 .tables .line03 {
	width: 25%;
}
#firstArea .group02 .tables td {
	padding: 10px 20px;
	font-size: 12px;
	font-weight: 700;
}
#firstArea .group02 .tables .inhead {
	font-size: 14px;
	font-weight: 700;
}
#firstArea .group02 .tables td span {
	font-size: 16px;
}
#firstArea .group02 .tables td small {
	font-size: 10px;
}
@media only screen and (max-width:767px) {
	#firstArea .group02 .tables .line01 {
		width: 23%;
	}
	#firstArea .group02 .tables .line02 {
		width: 52%;
	}
	#firstArea .group02 .tables .line03 {
		width: 25%;
	}
	#firstArea .group02 .tables td {
		padding: 10px 5px;
		font-size: 11px;
		text-align: center;
	}
	#firstArea .group02 .tables .min {
		width: 15%;
	}
	#firstArea .group02 .tables .inhead {
		font-size: 11px;
	}
	#firstArea .group02 .tables td span {
		font-size: 12px;
	}
	#firstArea .group02 .tables td small {
		font-size: 10px;
	}
}


/* arwBtnArea
--------------------------------------*/
#firstArea .arwBtnArea {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 20px;
	text-align: right;
	line-height: 1;
}




/* group03
--------------------------------------*/
#firstArea .group03 .tables .line01 {
	width: 21.0227%;
}
#firstArea .group03 .tables .line02 {
	width: 53.9773%;
}
#firstArea .group03 .tables .line03 {
	width: 25%;
}
#firstArea .group03 .tables td {
	padding: 10px 20px;
	font-size: 12px;
	font-weight: 700;
}
#firstArea .group03 .tables td p {
	font-weight: 700;
}
#firstArea .group03 .tables .inhead {
	font-size: 14px;
	font-weight: 700;
}
#firstArea .group03 .tables .inhead small {
	font-size: 12px;
}
#firstArea .group03 .tables td span {
	font-size: 16px;
}
#firstArea .group03 .tables td small {
	font-size: 10px;
}
#firstArea .group03 .tables td.last {
	text-align: center;
}
#firstArea .group03 .tables td.last p + p {
	margin-top: 5px;
}
@media only screen and (max-width:767px) {
	#firstArea .group03 .tables .line01 {
		width: 26%;
	}
	#firstArea .group03 .tables .line02 {
		width: 48%;
	}
	#firstArea .group03 .tables .line03 {
		width: 26%;
	}
	#firstArea .group03 .tables td {
		padding: 10px 5px;
		font-size: 11px;
		text-align: center;
	}
	#firstArea .group03 .tables .inhead {
		font-size: 11px;
	}
	#firstArea .group03 .tables td span {
		font-size: 12px;
	}
	#firstArea .group03 .tables td small {
		font-size: 10px;
	}
	#firstArea .group03 .tables td.last {
		text-align: left;
	}
}



/* group04
--------------------------------------*/
#firstArea .group04 .tables td {
	vertical-align: top;
	font-weight: 700;
}
#firstArea .group04 .tables .line01 {
	width: 21.0227%;
}
#firstArea .group04 .tables .line02 {
	width: 53.9773%;
}
#firstArea .group04 .tables .line03 {
	width: 25%;
}
#firstArea .group04 .tables td {
	padding: 10px 20px;
	font-size: 12px;
}
#firstArea .group04 .tables .inhead {
	font-size: 14px;
	font-weight: 700;
}
#firstArea .group04 .tables a {
	color: #231815;
	text-decoration: none;
}
#firstArea .group04 .btn {
	margin-top: 20px;
	text-align: right;
}
@media only screen and (max-width:767px) {
	#firstArea .group04 .tables .line01 {
		width: 26%;
	}
	#firstArea .group04 .tables .line02 {
		width: 48%;
	}
	#firstArea .group04 .tables .line03 {
		width: 26%;
	}
	#firstArea .group04 .tables td {
		padding: 10px 5px;
		font-size: 11px;
	}
	#firstArea .group04 .tables .inhead {
		font-size: 11px;
	}
	#firstArea .group04 .btn {
		text-align: center;
	}
}


/*************************************************

 secondArea

*************************************************/
#secondArea {
	padding-top: 40px;
}
#secondArea .bgArea {
	padding-bottom: 130px;
}
#secondArea .stepList {
	max-width: 780px;
	margin: 0 auto;
}
#secondArea .stepList li {
	position: relative;
}
#secondArea .stepList li + li {
	margin-top: 35px;
}
#secondArea .stepList li + li:before {
	position: absolute;
	top: -27px;
	left: 50%;
	display: block;
	content: '';
	border-top: #46a28d solid 18px;
	border-right: transparent solid 18px;
	border-left: transparent solid 18px;
	transform: translateX(-50%);
}
#secondArea .stepList li .inflex {
	box-sizing: border-box;
	position: relative;
	display: table;
	width: 100%;
	min-height: 110px;
	background-color: #fff;
	border: #cfd6b7 solid 2px;
	/* table-layout: fixed; */
}
#secondArea .stepList li .inflex > * {
	display: table-cell;
	vertical-align: middle;
}
#secondArea .stepList li .title {
	position: relative;
	box-sizing: border-box;
	width: 220px;
	padding: 10px 0 10px 20px;
	line-height: 1;
}
#secondArea .stepList li .title:before {
	position: absolute;
	top: -2px;
	right: 13px;
	display: block;
	content: '';
	width: 37px;
	height: 100%;
	padding: 2px 0;
	background: url(../images/price/arw02.png) no-repeat center center / 100% 100%;
}
#secondArea .stepList li .title > * {
	display: inline-block;
	vertical-align: middle;
}
#secondArea .stepList li .title .ttl {
	margin-left: 15px;
	font-size: 18px;
	font-weight: 700;
}
#secondArea .stepList li .texts {
	box-sizing: border-box;
	width: calc(100% - 220px);
	padding: 10px 10px 10px 0;
	font-size: 13px;
}
#secondArea .endLead {
	display: table;
	margin: 40px auto;
}
@media only screen and (max-width:767px) {
	#secondArea {
		padding-top: 30px;
		background-color: #e7f2ee;
	}
	#secondArea .partsTitle01 {
		margin-bottom: 20px;
	}
	#secondArea .bgArea {
		padding: 0 20px 60px;
	}
	#secondArea .stepList li {
		position: relative;
	}
	#secondArea .stepList li .inflex {
		display: block;
		min-height: 0;
		border-width: 1px;
	}
	#secondArea .stepList li .inflex > * {
		display: block;
	}
	#secondArea .stepList li .title {
		position: relative;
		box-sizing: border-box;
		width: auto;
		padding: 17px 0 27px;
		text-align: center;
	}
	#secondArea .stepList li .title:before {
		display: none;
	}
	#secondArea .stepList li .title:after {
		position: absolute;
		bottom: 0;
		right: 0;
		display: block;
		content: '';
		width: 100%;
		height: 20px;
		background: url(../images/price/arw02_sp.jpg) no-repeat center center / 100% 100%;
	}
	#secondArea .stepList li .title .num img {
		width: auto;
		height: 26px;
	}
	#secondArea .stepList li .title .ttl {
		margin-left: 7px;
		font-size: 15px;
	}
	#secondArea .stepList li .texts {
		width: auto;
		padding: 15px 25px 20px;
	}
	#secondArea .stepList li .texts br {
		display: none;
	}
	#secondArea .endLead {
		margin: 20px auto;
		font-size: 13px;
	}
}
