@charset "UTF-8";
@import url(base.css);
/* 2020.11.5 */
header {
	padding: 50px 5%;
	    box-sizing: border-box;
	width: 100%;
}
.flx_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}

.flx_box .left_item {
    width: 30%;
	max-width: 320px;
	margin: 0 auto;
	background: #dff1f7;
    padding: 20px 3%;
	box-sizing: border-box;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.flx_box .right_item {
    width: 66%;
}

.content .btnArea ul {
	margin: 0 auto 2em;
}

.content .btnArea ul.flx_btn {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

.content .btnArea ul.flx_btn li {
	float: none;
}

.content section.box04  {
	width: 95%;
    max-width: 75pc;
	margin: 0 auto;
	padding-bottom: 40px;
}

.content section.box04 h3 {
	text-align: center;
}

.content section.box04 .text li {
    padding-left: 60px;
    margin-bottom: 30px;
    position: relative;
}

.content section.box04 .text li:before {
    position: absolute;
    font-size: 28px;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    color: #49b6c9;
    font-family: a-otf-ryumin-pr6n,serif;
    border-right: 2px solid #49b6c9;
    text-align: center;
	line-height: 1;
}

.content section.box04 .text li:nth-child(1):before {
    content: "1";
}

.content section.box04 .text li:nth-child(2):before {
    content: "2";
}

.content section.box04 .text li:nth-child(3):before {
    content: "3";
}

.content section.box04 .flx_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
    box-sizing: border-box;
}

.content section.box04 .flx_box p{
	width: 50%;
	margin: 0 0 1em;
}

.content section.box04 .flx_box .thum_box {
    width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}

.content section.box04 .flx_box .thum {
	padding: 0 10px;
	box-sizing: border-box;
}

.content section.box04 .flx_box .thum:first-of-type {
	width: 70%;
}

.content section.box04 .flx_box .thum:nth-of-type(2) {
	width: 30%;
}

.content section.box04 .flx_box .thum img {
	max-width: 100%;
}

.sub-box {
	padding: 5% 0;
	text-align: center;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}

.attention {
	padding: 75px 0 0;
}

.sub-box .notice {
	color: #49b6c9;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 auto 2em;
}

.attention .list ol{
	counter-reset: item;
	text-align: left;
}

.attention .list li {
	position: relative;
	margin: 0 auto 1em;
	line-height: 1.7;
	padding: 0 0 0 1.8em;
}

.attention .list li::before {
	content: counter(item)'.';
	counter-increment: item;
	font-weight: bold;
	font-family: a-otf-ryumin-pr6n,serif;
	color: #49b6c9;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5em;
    text-align: right;
}

.price .priceList {
    max-width:600px;
    margin: 0 auto;
	text-align: left;
}

.price .priceList ul {
	border-top: 1px solid #1c3b61;
	border-bottom: 1px solid #1c3b61;
	padding:  2em 0;
	margin: 0 auto 2em;
}

.price .priceList li {
	padding: 0 0 0 1.5em;
	position: relative;
}

.price .priceList li:not(:last-of-type) {
	margin: 0 auto 2em;
}

.price .priceList li::before {
	content: '';
	background: #1c3b61;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 4.5px;
	left: 0;
}

.price .priceList .list-ttl {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 auto .2em;
	color: #1c3b61;
}

.price .priceList span {
	font-weight: bold;
	font-size: 1.2em;
	color: #49b6c9;
}

.price .caption p {
	font-weight: bold;
	color: #1c3b61;
	margin: 0 auto .5em;
}


@media screen and (max-width:1023px) {
	header {
		padding: 50px 3%;
		width:100%;
	}
	.content section.box04 .flx_box .thum_box,
	.content section.box04 .flx_box p{
		width: 100%;
		box-sizing: border-box;
	}
}

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

@media screen and (max-width:479px){
	header {
    padding: 0;
}
	header .flx_box {
		width: 100%;
		flex-wrap: wrap;
	}
	
	header .flx_box .left_item,
	header .flx_box .right_item {
		width: 100%;
	}
	
	header .flx_box .left_item {
		padding: 0;
	}
	
	header .left_item h1 {
		height: auto;
    width: 55%;
    margin: 0 auto;
    padding: 20px 0;
	}
	
	.content section.box04 .text li {
    padding-left: 40px;
}

	
	.content section.box04 .text li:before {
    font-size: 23px;
    width: 30px;
}
	
	.content section.box04 .flx_box {
	flex-wrap: wrap;
}
	
	.content section.box04 .flx_box .thum:first-of-type,
	.content section.box04 .flx_box .thum:nth-of-type(2){
		width: 100%;
		margin: 0 0 1em;
	}
	
	.content section.sub-box h3 {
		margin: 0 auto 1em;
	}
	
	.price .priceList ul {
		padding: 1em 0;
	}
}