@charset "utf-8";



section#mainvisual {
	margin: 3em 0 0;
	background-color: #DDD5C0;
}
section#mainvisual img {
	width: 100%;
}


section#desc {
	padding: 4em 0;
	background-color: #DDD5C0;
	text-align: center;
}

section#desc h2 {
	font-size: 32px;
	line-height: 1em;
}
section#desc h2 span {
	font-size: 15px;
}

section#desc ul li {
	width: 600px;
	height: 4em;
	margin: 1.5em auto;
	padding: 1.4em 0 0;
	background-color: #fff;
	border-radius: 4px;
	font-size: 18px;
	line-height: 1.2em;
}
section#desc ul li.ll {
	padding: 0.75em 0 0;
}


section#wc {
	position: relative;
	background-color: #DDD5C0;
}
section#wc img {
	width: 100%;
}

section#wc div {
	width: 700px;
	position: absolute;
	bottom: 10em;
	left: 6em;
  }
section#wc div h3 {
	width: 500px;
	margin-bottom: 0.5em;
	padding: 0 0.5em;
	background-color: #AF8980;
	color: #fff;
	font-size: 18px;
	text-align: right;
  }
section#wc div h4 {
	padding: 1em 3em;
	background-color: #fff;
	border-radius: 4px;
	font-size: 15px;
  }


section#pointsummary {
	padding: 4em 0;
	background-color: #DDD5C0;
	text-align: center;
}
section#pointsummary img {
	width: 360px;
	background-color: #DDD5C0;
	text-align: center;
}
section#pointsummary h5 {
	font-size: 32px;
	line-height: 2.5em;
}

section#pointsummary ul {
	width: 600px;
	margin: 1em auto;
	padding: 2em 0;
	background-color: #fff;
	border-radius: 4px;
	color: #AF8980;
	font-size: 20px;
	line-height: 1.1em;
	text-align: left;
}
section#pointsummary ul li {
	margin-bottom: 1.5em;
	padding-left: 5.5em;
}
section#pointsummary ul li.no1 {
	background: url(../img/no1.png) no-repeat 3.25em 0;
	background-size: contain;
}
section#pointsummary ul li.no2 {
	background: url(../img/no2.png) no-repeat 2.75em 0;
	background-size: contain;
}
section#pointsummary ul li.no3 {
	margin-bottom: 0;
	background: url(../img/no3.png) no-repeat 2.75em 0;
	background-size: contain;
}
section#pointsummary ul li h4 {
	font-weight: bold;
}
section#pointsummary ul li h4 span {
	color: #000;
	font-size: 15px;
	font-weight: normal;
}


section.point {
	padding: 2em 0;
	background-color: #fff;
	text-align: center;
}

section.point ul {
	width: 600px;
	margin: 2em auto 3em;
	color: #AF8980;
	font-size: 20px;
	line-height: 1.1em;
	text-align: left;
}
section.point ul li.no1 {
	margin-bottom: 1.5em;
	padding-left: 5.5em;
	background: url(../img/no1.png) no-repeat 3.25em 0;
	background-size: contain;
}
section.point ul li.no2 {
	margin-bottom: 1.5em;
	padding-left: 5.5em;
	background: url(../img/no2.png) no-repeat 2.75em 0;
	background-size: contain;
}
section.point ul li.no3 {
	margin-bottom: 1.5em;
	padding-left: 5.5em;
	background: url(../img/no3.png) no-repeat 2.75em 0;
	background-size: contain;
}
section.point ul li h4 {
	font-weight: bold;
}
section.point ul li h4 span {
	color: #000;
	font-size: 15px;
	font-weight: normal;
}

section.point div.pointblock {
	width: 800px;
	margin: 0 auto -2em;
}
section.point div.pointblock dl {
	display: inline-block;
	width: 380px;
	margin: 0 auto;
	vertical-align: top;
}
section.point div.pointblock dl:nth-child(odd) {
	margin-right: 20px;
}
section.point div.pointblock dl dt img {
	width: 100%;
}
section.point div.pointblock dl dt h3 {
	width: 100%;
	height: 4em;
	padding: 1.4em 0 0;
	background-color: #AF8980;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
}
section.point div.pointblock dl dt h3.ll {
	padding: 0.75em 0 0;
}
section.point div.pointblock dl dd {
	width: 100%;
	margin-bottom: 3em;
	padding: 0.5em 0;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
}

section.point table {
	width: 780px;
	margin: 0 auto;
}
section.point table th {
	width: 500px;
	background-color: #EFE2D9;
	color: #0D0C0F;
	text-align: center;
	vertical-align: middle;
}
section.point table th h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
}
section.point table th h4 {
	width: 380px;
	margin: 1em auto 0;
	padding-top: 1em;
	border-top: #BBA098 2px solid;
	font-size: 14px;
	line-height: 1.5em;
}
section.point table td {
	line-height: 0;
}
section.point table td img {
	width: 300px;
}

section.point div.sp {
	position: relative;
	width: 780px;
	margin: 1em auto;
}
section.point div.sp p {
	position: absolute;
	top: -6px;
	left: -6px;
  }
section.point div.sp p img {
	width: 75px;
  }
  
  section.point div.sp2, section#qa div.sp2 {
	width: 780px;
	margin: 1em auto 4em;
	padding: 1.5em 0;
	background-color: #EFE2D9;
}
  section.point div.sp2 a h3, section.point div.sp2 a h4 {
  	display: inline;
	color: #0D0C0F;
	font-size: 18px;
	font-weight: bold!important;
	line-height: 1.75em;
}
  section.point div.sp2 a h3 {
  	padding: 0.1em 0.2em 0 0;
	background: url(../img/flash.png) no-repeat;
	background-size: 15px;
	background-position: right top;
}


section#qa {
	padding: 4em 0;
	text-align: center;
}
section#qa img {
	width: 100px;
}
section#qa h5 {
	margin-bottom: 2.5em;
	font-size: 18px;
}

section#qa dl {
	width: 780px;
	margin: 3em auto;
	font-size: 16px;
	text-align: left;
}
section#qa dl dt {
	padding: 0.75em 4em;
	background: #D4C2B9 url(../img/qa_q.png) no-repeat;
	background-size: 32px;
	background-position: 16px 8px;
	font-weight: bold;
}
section#qa dl dd {
	padding: 0.75em 4em;
	background: url(../img/qa_a.png) no-repeat;
	background-size: 32px;
	background-position: 16px 20px;
}

section#qa div.sp2 a h3 {
  	padding: 0.1em 0.6em 0 0;
	background: url(../img/flash.png) no-repeat;
	background-size: 15px;
	background-position: right top;
  	display: inline;
	color: #0D0C0F;
	font-size: 18px;
	font-weight: bold!important;
	line-height: 1.75em;
}

.pc_none {
	display: none!important;
}



/* SP */
@media only screen and (max-width: 768px) {


section#mainvisual {
	margin: 1em 0 0;
}
section#mainvisual img {
	width: 100%;
}


section#desc {
	padding: 4em 0 2em;
	background-color: #DDD5C0;
	text-align: center;
}

section#desc h2 {
	font-size: 32px;
	line-height: 1em;
}
section#desc h2 span {
	font-size: 15px;
}

section#desc ul li {
	width: 90%;
	height: 3.75em;
	margin: 1.5em auto;
	padding: 1.3em 0 0;
	background-color: #fff;
	border-radius: 4px;
	font-size: 15px;
	line-height: 1.2em;
}
section#desc ul li.ll {
	padding: 0.7em 0 0;
}


section#wc {
	position: relative;
	padding-bottom: 12em;
	background-color: #DDD5C0;
}
section#wc img {
	width: 100%;
}

section#wc div {
	width: 100%;
	position: absolute;
	top: 12.5em;
	left: 0;
  }
section#wc div h3 {
	width: 65%;
	margin-bottom: 1.5em;
	background-color: #AF8980;
	color: #fff;
	font-size: 16px;
	text-align: center;
  }
section#wc div h4 {
	width: 90%;
	margin: 1em auto;
	padding: 1em;
	background-color: #fff;
	border-radius: 4px;
	font-size: 13px;
  }


section#pointsummary {
	padding: 0 0 4em;
	background-color: #DDD5C0;
	text-align: center;
}
section#pointsummary img {
	width: 60%;
	background-color: #DDD5C0;
	text-align: center;
}
section#pointsummary h5 {
	font-size: 18px;
	line-height: 2.5em;
}

section#pointsummary ul {
	width: 95%;
	margin: 1em auto;
	padding: 2em 0;
	background-color: #fff;
	border-radius: 4px;
	color: #AF8980;
	font-size: 13px;
	line-height: 1.1em;
	text-align: left;
}
section#pointsummary ul li {
	margin-bottom: 1.5em;
	padding-left: 4.25em;
}
section#pointsummary ul li.no1 {
	background: url(../img/no1.png) no-repeat 2em 0;
	background-size: contain;
}
section#pointsummary ul li.no2 {
	background: url(../img/no2.png) no-repeat 1.5em 0;
	background-size: contain;
}
section#pointsummary ul li.no3 {
	margin-bottom: 0;
	background: url(../img/no3.png) no-repeat 1.5em 0;
	background-size: contain;
}
section#pointsummary ul li h4 {
	font-weight: bold;
}
section#pointsummary ul li h4 span {
	color: #000;
	font-size: 12px;
	font-weight: normal;
}


section.point {
	padding: 2em 0;
	background-color: #fff;
	text-align: center;
}

section.point ul {
	width: 100%;
	margin: 2em auto 3em;
	color: #AF8980;
	font-size: 13px;
	line-height: 1.1em;
	text-align: left;
}
section.point ul li.no1 {
	margin-bottom: 1.5em;
	padding-left: 4.25em;
	background: url(../img/no1.png) no-repeat 2em 0;
	background-size: contain;
}
section.point ul li.no2 {
	margin-bottom: 1.5em;
	padding-left: 5.5em;
	background: url(../img/no2.png) no-repeat 2.75em 0;
	background-size: contain;
}
section.point ul li.no3 {
	margin-bottom: 1.5em;
	padding-left: 5em;
	background: url(../img/no3.png) no-repeat 2.75em 0;
	background-size: contain;
}
section.point ul li h4 {
	font-weight: bold;
}
section.point ul li h4 span {
	color: #000;
	font-size: 11px;
	font-weight: normal;
}

section.point div.pointblock {
	width: 95%;
	margin: 0 auto -2em;
}
section.point div.pointblock dl {
	display: inline-block;
	width: 48%;
	margin: 0 auto;
	vertical-align: top;
}
section.point div.pointblock dl:nth-child(odd) {
	margin-right: 1%;
}
section.point div.pointblock dl dt img {
	width: 100%;
}
section.point div.pointblock dl dt h3 {
	width: 100%;
	height: 3.6em;
	margin-top: -5px;
	padding: 1.4em 0 0;
	background-color: #AF8980;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
}
section.point div.pointblock dl dt h3.s {
	font-size: 13px;
}
section.point div.pointblock dl dt h3.ll {
	padding: 0.75em 0 0;
}
section.point div.pointblock dl dd {
	width: 100%;
	margin-bottom: 3em;
	padding: 0.5em;
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
}

section.point table {
	width: 100%;
	margin: 0 auto;
}
section.point table th {
	width: 100%;
	padding: 1em 2em;
	background-color: #EFE2D9;
	color: #0D0C0F;
	text-align: center;
}
section.point table th h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
}
section.point table th h4 {
	width: 100%;
	margin: 1em auto 0;
	padding-top: 1em;
	border-top: #BBA098 2px solid;
	font-size: 11px;
	line-height: 1.5em;
}

section.point div.sp {
	width: 90%;
	margin: 1em auto;
}
  
  section.point div.sp2, section#qa div.sp2 {
	width: 90%;
	margin: 1em auto 4em;
	padding: 1.5em 0;
	background-color: #EFE2D9;
}
  section.point div.sp2 a h3, section.point div.sp2 a h4 {
  	display: inline;
	color: #0D0C0F;
	font-size: 14px;
	font-weight: bold!important;
	line-height: 1.75em;
}
  section.point div.sp2 a h3 {
  	padding: 0.1em 0.2em 0 0;
	background: url(../img/flash.png) no-repeat;
	background-size: 12px;
	background-position: right top;
}


section#qa {
	padding: 2em 0;
	text-align: center;
}
section#qa img {
	width: 100px;
}
section#qa h5 {
	margin-bottom: 2.5em;
	font-size: 15px;
}

section#qa dl {
	width: 95%;
	margin: 3em auto;
	font-size: 12px;
	text-align: left;
}
section#qa dl dt {
	padding: 0.5em 1em 0.5em 3.5em;
	background: #D4C2B9 url(../img/qa_q.png) no-repeat;
	background-size: 18px;
	background-position: 12px 4px;
	font-weight: bold;
}
section#qa dl dd {
	padding: 0.5em 0.5em 0.5em 3.5em;
	background: url(../img/qa_a.png) no-repeat;
	background-size: 18px;
	background-position: 12px 8px;
}

section#qa div.sp2 a h3 {
  	padding: 0.1em 0.75em 0 0;
	background: url(../img/flash.png) no-repeat;
	background-size: 12px;
	background-position: right top;
  	display: inline;
	color: #0D0C0F;
	font-size: 14px;
	font-weight: bold!important;
}

.pc_none {
	display: block!important;
}
.sp_none {
	display: none!important;
}


}
