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


/* contents01 */

.contents01, .contents03 {
	padding: 60px 0px;
	background-color: #f5f4f0;
	margin-bottom: 70px;
}

.contents01 .box-in, .contents03 .box-in {
	width: 960px;
}

.contents01 .box {
	margin-bottom: 60px;
}

.contents01 .box:last-child {
	margin-bottom: 0px;
}

.contents01 .box:first-child div {
	padding: 30px 60px;
	background-color: #FFF;
	width: 930px;
}

.contents01 ul li {
	font-size: 22px;
color: #603813;
line-height: 1.2;
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
}

.contents01 ul li:last-child {
	margin-bottom: 0px;
}

.contents01 ul li:before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("images/check.svg");
background-position: left top;
background-repeat: no-repeat;
	width: 26px;
	height: 26px;
}

.contents01 p {
	font-size: 22px;
line-height: 1.6;
	text-align: center;
}


/* contents02 */

.contents02 {
	margin-bottom: 70px;
}

.contents02 .box-in {
	width: 940px;
}

.contents02 .box {
	padding: 45px 10px 40px;
	background-image: url("images/arrow.svg");
background-position: center top;
background-repeat: no-repeat;
	border-top-style : solid;
border-top-color : #5c402d;
border-top-width : 1px;
}

.contents02 .box:first-child {
	background-image: none;
	padding-top: 0px;
	border-top-style : none;
}

.contents02 h5 {
	font-size: 24px;
color: #603813;
line-height: 1.2;
font-weight: normal;
	margin-bottom: 20px;
	position: relative;
	padding-top: 10px;
	padding-left: 60px;
}

.contents02 h5:before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: left top;
background-repeat: no-repeat;
	width: 45px;
	height: 45px;
}

.contents02 .box:nth-child(1) h5:before {
	background-image: url("images/f01.svg");
}

.contents02 .box:nth-child(2) h5:before {
	background-image: url("images/f02.svg");
}

.contents02 .box:nth-child(3) h5:before {
	background-image: url("images/f03.svg");
}

.contents02 .box:nth-child(4) h5:before {
	background-image: url("images/f04.svg");
}

.contents02 .box:nth-child(5) h5:before {
	background-image: url("images/f05.svg");
}


/* contents03 */

.contents03 h3 {
	font-size: 25px;
color: #42210b;
line-height: 1.2;
letter-spacing: 0.4em;
font-weight: normal;
	margin-bottom: 40px;
	text-align: center;
}

.contents03 table {
	width: 100%;
}

.contents03 table td {
	font-size: 20px;
color: #42210b;
line-height: 1.4;
	padding: 10px;
	border-bottom-style : solid;
border-bottom-color : #f5f4f0;
border-bottom-width : 15px;
	background-color: #FFF;
	vertical-align: middle;
	text-align: center;
}

.contents03 table td span {
	font-size: 14px;
	line-height: 1.2;
}

.contents03 table td:first-child {
	background-color: #5c402d;
	color: #FFF;
	font-size: 26px;
	width: 90px;
}

.contents03 table td:nth-child(2) {
	text-align: left;
	padding: 10px 20px;
}


.contents03 table td.yes, .contents03 table td.no {
	width: 60px;
}

.contents03 table td.yes {
	background : rgba(198, 156, 109, 0.3);
}

.contents03 table td.no {
	background : #efeff8;
}

.contents03 table td.yes span:after {
	content: url("images/yes.svg");
}

.contents03 table td.no span:after {
	content: url("images/no.svg");
}

.contents03 table td.yes input + span:after, .contents03 table td.no input + span:after {
	opacity: 0.2;
}

.contents03 table td.yes input:checked + span:after, .contents03 table td.no input:checked + span:after {
	opacity: 1;
}

.contents03 table td.yes input, .contents03 table td.no input {
	display: none;
}

.contents03 table td.yes input + span, .contents03 table td.no input + span {
	font-size: 0;
}



.contents03 table tr:first-child td {
	background-color: rgba(0,0,0,0);
	border-bottom-width : 5px;
	padding: 0px;
	line-height: 1.2;
	color: #42210b;
	text-align: center;
}


.contents03 .box01 div {
	display: flex;
  justify-content: space-between;
	align-items: center;
	width: 100%;
	background-color: #FFF;
}

.contents03 .box01 {
	background-image: url("images/arrow2.svg");
background-position: center top;
background-repeat: no-repeat;
	padding-top: 80px;
	margin-top: 30px;
}

.contents03 .box01 h6, .contents03 .box01 p {
line-height: 1.2;
font-weight: bold;
	padding: 15px;
}

.contents03 .box01 h6 {
	width: 85%;
	font-size: 26px;
color: #FFF;
letter-spacing: 0.1em;
	background-color: #5c402d;
	text-align: center;
}

.contents03 .box01 p {
	width: 15%;
	font-size: 20px;
	color: #42210b;
}

.contents03 .box01 input[type="text"] {
	outline: 0;
	border: 1px solid #FFF;
	width: 40px;
	font-size: 20px;
	color: #42210b;
	display: inline-block;
	padding-left: 15px;
}

.contents03 .box02 {
	padding-top: 50px;
}

.contents03 .box02 p, .contents03 .box02 p a {
	color: #42210b;
	line-height: 1.6;
	font-size: 14px;
}

.contents03 .box02 a {
	text-decoration: underline;
}



.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
