@charset "UTF-8";
/* CSS Document */


/*concept-box*/
 
.concept-box h4 {
	margin-bottom: 0px;
}

.concept-box h4::before, .concept-box h4::after {
	display: none;
}


/*lay01 box04*/

.lay01 .box04 .box {
	position: relative;
}

.lay01 .box04 .box::after {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("../flow/images/arrow.svg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 37px;
}

.lay01 .box04 .box:last-child::after {
	display: none;
}

.lay01 .box04 .box:not(:last-child) {
	padding-bottom: 70px;
}

.lay01 .box04 h6 {
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
color: #16447c;
line-height: 1.4;
letter-spacing: 0.1em;
font-weight: normal;
	padding-bottom: 30px;
	text-align: center;
}

.lay01 .box04 p {
	text-align: center;
}

.lay01 .box04 p span {
	color: #16447c;
}


.midashi001 {
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
color: #16447c;
line-height: 1.4;
letter-spacing: 0.1em;
font-weight: normal;
	padding-bottom: 30px;
	text-align: center;
}

.midashi001a {
	font-size: 32px;
	padding-top: 150px;
}

/* contents01 */

.contents01, .contents02 {
	width: 1040px;
	padding: 60px 0px;
}

.contents01 {
	border-top-style : solid;
	border-bottom-style : solid;
border-color : rgba(0, 0, 0, 0.5);
border-width : 1px;
	text-align: center;
}

.contents01 h6 {
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
color: #000;
line-height: 1.2;
font-weight: normal;
}

.contents01 h6::after {
	content: "（税込）〜";
	font-size: 23px;
}

/* contents02 */

.contents02 table {
	width: 1040px;
}

.contents02 table td {
	border-style : solid;
border-color : rgba(22, 68, 124, 0.5);
border-width : 1px;
	padding: 10px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	font-size: 20px;
	color: #000;
	vertical-align: middle;
}

.contents02 table tr:first-child td, .contents02 table td:first-child {
	color: #16447c;
}

.contents02 p {
	padding: 20px;
	padding-bottom: 0px;
}




.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
