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

body {
    font-size: 1rem;
    background-color: #2b5144;
}

.fwB {
	font-weight: bold;
}

.fsM {
	font-size: 1.4rem;
}

.red {
	color: #E02300;
}

.tac {
	text-align: center;
}


.mB20 {margin-bottom: 20px;}
.mB40 {margin-bottom: 40px;}
.mAuto {margin-left: auto; margin-right: auto;}

.pink {
	color: #c65b67;
}

h3 {
	font-size: 1.4rem;
	margin-bottom: 30px;
}

/*img {
	width: auto;
	max-width: 100%;
	margin: 0;
}*/
.message {
    /* text-align: center; */
    font-family: 'Shippori Mincho', serif;
    font-size: 1.2rem;
    /* line-height: 3rem; */
    margin-bottom: 80px;
    width: 80%;
    margin: 50px auto;
	padding: 20px;
	text-align: left;
}

#content {
	width: auto;
	margin: 80px auto 0;
	background-color: #fff;
	height: auto;
	width: 900px;
	
}

.section {
	margin-bottom: 80px;
}


.attention {
	width: 90%;
	margin: 0 auto 80px;
	border-radius: 8px;
	margin-bottom: 80px;
	padding: 20px;
	background-color: #efe3e5;
	text-align: center;
}

.attention p {
	font-weight: bold;
	color: #c65b67;
	font-size: 1.2rem;
}


.attention_gw {
    margin: 1em 0;
    color: #f7990f;
    font-weight: 600;
}



.box {
	border-radius: 8px;
	padding: 40px;
}

.boxS {
	border-radius: 8px;
	padding: 20px;
}
	
.box--gray {background-color: #f1f1f1;}
.box--pink {background-color: #efe3e5;}



.summary {
	border-top: 2px solid #2b5144;
}

.summary__Inner {
    width: 100%;
    display: table;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #2b5144;
}

.summary__head {
	display: table-cell;
	padding-left: 1rem;
	padding-right: 1rem;
	line-height: 1;
	font-size: 1.4rem;
	width: 14rem;
}

.summary__body {
	display: table-cell;
	text-align: left;
	padding-left: 1rem;
	padding-right: 1rem;
}

.recommend {

}


.list li {
	margin-bottom: 1rem;
	position:relative;
}


.list li:before {
	content: '';
	position: absolute;
	background-color: #c65b67;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	left: 0px;
	top: 4px;
}


.list li p {
	margin-left: 1.6rem;
}

.allBtn {
    display: block;
    width: 500px;
    padding: 0.6rem 2rem;
    text-align: center;
    border-radius: 4px;
    background-color: #c65b67;
    color: #fff;
    font-weight: bold;
    margin: 0 auto 80px;
}
@media (max-width: 735px) {

body {
	font-size: .8rem;
}


.allBtn {
    width: 80%;
}

.message {
	text-align: center;
	font-family: 'Shippori Mincho', serif;
	font-size: 1.2rem;
	line-height: 2.4rem;
	margin-bottom: 80px;
	text-align: left;
}


#content {
	padding-top: 20px;
	width: 90%;
	margin: 0 auto;
}

.fsM {
	font-size: 1.2rem;
}

	.summary__Inner {
		display: block;
		width: 100%;
	}

	.summary__head {
		display: block;
		width: 100%;
	}

	.recommend {
		background-size:  100%;
		padding: 10px 0 0;
	}

h3 {
	font-size: 1.2rem;
	margin-bottom: 30px;
}

.attention p {
	font-size: 1rem;
}

.summary__head {
	font-size: 1.4rem;
}


}