@charset "utf-8";


/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* RESET default */
*:focus {outline:0;}

/* padding,border内側設定 */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}

/* HTML5 */
article, aside, figure, figcaption, footer, header, nav, section{display: block;}

p {word-wrap:break-word;}
table{max-width:100%;}
/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/

html,body {margin:0px;padding:0px;height:100%;width:100%;-webkit-text-size-adjust:none;}


a img.linkimg {-webkit-transition:opacity 0.2s linear;transition:all 0.2s linear;}
a:hover img.linkimg {opacity:0.8;}
a.linkimg img {-webkit-transition:opacity 0.2s linear;transition:all 0.2s linear;}
a.linkimg:hover img {opacity:0.8;}

a:link {color:#000;text-decoration:none;}
a:hover {color:#000;text-decoration:none;}
a:active {color:#000;text-decoration:none;}
a:visited {color:#000;text-decoration:none;}

.clear {clear:both;}
.alignleft {float:left;margin:2% 2% 2% 0;}
.alignright {float:right;margin:2% 0 2% 2%;}
.aligncenter {clear:both;display:block;margin:2% auto 2%;}
.wp-caption {max-width:100%;}

/* clearfix */
.clearfix:after {visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0;}
/* clearfix for ie7 */
.clearfix {display:inline-block;}
.clearfix {display:block;}

img {max-width:100%;height:auto;vertical-align: bottom;}

body {
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	background-color: #fff;
	font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	position: relative;
	font-feature-settings: 'palt' 1;
}
#wrap {
	width: 100%;
	overflow-x: hidden;
}


/* =============================
	COMMON
============================= */
#contents-wrap {
	max-width: 1040px;
	width: 100%;
	margin: auto;
}

.column-2 {
	width: 100%;
	letter-spacing: -.5em;
}
.column-2 li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 50%;
}
.column-2 li:nth-child(odd) {
	padding-right: 4%;
}
.column-2 li:nth-child(even) {
	padding-left: 4%;
}


@media only screen and (max-width:640px) {
	.column-2 li {
		width: 100%;
	}
	.column-2 li:nth-child(odd) {
		padding-right: 0;
	}
	.column-2 li:nth-child(even) {
		padding-left: 0;
	}
}



/* =============================
	HEADER
============================= */
#header {
	background-color: #fff;
}
#header #contents-wrap {
	text-align: center;
	padding: 30px 20px 40px;
}
#header .header-title-1 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	font-size: 48px;
	width: 100%;
	color: #fff086;
	text-shadow: 0 0 1px #e98500, 1px 1px 0 #e98500, -1px 1px 0 #e98500, 1px -1px 0 #e98500, -1px -1px 0 #e98500, 3px 3px 0 #e98500;
	text-shadow: 0 0 2px #e98500, 2px 2px 0 #e98500, -2px 2px 0 #e98500, 2px -2px 0 #e98500, -2px -2px 0 #e98500, 2px 0 0 #e98500, -2px 0 0 #e98500, 0 2px 0 #e98500, 0 -2px 0 #e98500, 3px 3px 0 #e98500;
	text-align: center;
	line-height: 1.4;
}
#header .header-title-1 .small {
	font-size: 67%;
	display: block;
}
#header .header-title-1 .note {
	display: inline-block;
	font-size: 11px;
	text-shadow: none;
	font-weight: 400;
	color: #e98500;
	margin-left: .5em;
}
#header .header-title-2 {
	font-weight: 900;
	color: #e98500;
	font-size: 22px;
	line-height: 1.4;
	margin: 1em 0;
}
#header .header-title-2 br {
	display: none;
}
#header .slide-wrap {
	display: none;
}
#header .header-logo {
	max-width: 900px;
	width: 100%;
	margin: auto;
	position: relative;
}
#header .header-logo h1 {
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 2em;
}
#header .header-logo h1 .logo img {
	max-width: 325px;
	width: 36%;
	margin-bottom: 1em;
}
#header .header-logo h1 img.sil-logo {
	max-width: 230px;
	width: 100%;
	margin-top: .5em;
}

#header .header-logo .logo-l-img img,
#header .header-logo .logo-r-img img {
	position: absolute;
	top: 0;
	max-width: 260px;
	width: 30%;
	border-radius: 50%;
}
#header .header-logo .logo-l-img img {
	left: 0;
}
#header .header-logo .logo-r-img img {
	right: 0;
}
#header .btn-green {
	text-align: center;
	margin-bottom: 1.5em;
}
#header .btn-green a {
	display: inline-block;
	position: relative;
	background-color: #78b900;
	border-radius: .5em;
	color: #fff;
	font-size: 27px;
	font-weight: 700;
	line-height: 1;
	padding: .9em 2.4em .9em 1.2em;
	box-shadow: 0 0.1em 0.2em 0.05em rgba(0,0,0,0.35);
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
#header .btn-green a:hover {
	-webkit-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
}
#header .btn-green a::before,
#header .btn-green a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1em;
	height: 1px;
	width: .8em;
	background-color: #fff;
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
#header .btn-green a::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#header .btn-green a::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#header .note {
	font-size: 13.5px;
	line-height: 1.5;
}

@media only screen and (max-width:640px) {
	#header #contents-wrap {
		padding: 30px 20px 40px;
		padding: 4.7% 0 6.25%;
	}
	#header .header-title-1 {
		font-size: 9vw;
	}
	#header .header-title-2 {
		font-size: 4.375vw;
		font-size: calc(100vw * 14 / 320);
	}
	#header .header-title-2 br {
		display: block;
	}
	#header .header-logo h1 {
		margin-top: 20px;
	}
	#header .header-logo h1 .logo img {
		width: 60%;
	}
	#header .header-logo .logo-l-img,
	#header .header-logo .logo-r-img {
		display: none;
	}
	#header .slide-wrap {
		display: block;
		overflow: hidden;
	}
}
@media only screen and (max-width:480px) {
	#header .btn-green a {
		font-size: 17px;
		font-size: calc(100vw * 17 / 320);
	}
	#header .header-logo h1 {
		font-size: 10px;
		font-size: calc(100vw * 10 / 320);
	}
	#header .header-logo h1 img.fbl-logo {
		width: 42%;
	}
	#header .note {
		font-size: 9px;
		font-size: calc(100vw * 9 / 320);
	}
}


/* =============================
	QUESTION
============================= */


#question .h2-wrap {
	background-color: #fff086;
	text-align: center;
	padding: 30px 20px;
}
#question .h2-wrap.first h2,
#question .h2-wrap.second h2 {
	display: inline-block;
	color: #e98500;
	font-weight: 900;
	font-size: 25px;
	line-height: 1.3;
	position: relative;
	padding: .5em 0 .5em 2.9em;
}
#question .h2-wrap.first h2::before,
#question .h2-wrap.second h2::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	font-weight: 700;
	text-align: center;
	color: #fff;
	line-height: 2.3;
	width: 2.3em;
	background-color: #e98500;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#question .h2-wrap.first h2::before {
	content: 'Q1';
}
#question .h2-wrap.second h2::before {
	content: 'Q2';
}
#question #contents-wrap {
	max-width: 840px;
	padding: 45px 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}
#question #contents-wrap-2 {
	max-width: 840px;
	margin: auto;
	padding: 45px 20px 0;
	text-align: center;
}

#question h6 {
  line-height: 1.1;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
}
#question h6 > span {
  display: inline-block;
  vertical-align: middle;
}
#question h6:before {
  display: inline-block;
  border-radius: .5em;
  width: 1em;
  height: 1em;
  margin-right: .2em;
  background-color: #e86654;
  content: " ";
  vertical-align: middle;
  font-size: 18px;
}
#question .sp {
	display: none;
}
#question table {
  width: 100%;
  margin: 18px 0 0;
  background-color: #fbf9f5;
  table-layout: fixed;
}
#question table th, #question table td {
  padding: 15px 15px 10px;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
}
#question table th:first-child, #question table td:first-child {
  width: 320px;
  text-align: left;
  font-weight: bold;
}
#question table th .note, #question table td .note {
  font-size: 14px;
}
#question table tr:nth-child(odd) td {
  background-color: #ede5cf;
}
#question table th {
  background-color: #e86654;
  color: #fff;
  font-weight: bold;
}
#question table + p {
  margin-top: 10px;
  font-size: 12px;
  text-align: left;
}
#question em.em01,
#question strong.em01 {
  color: #dd2e1b;
  font-weight: 700;
}



#question .question-img {
	text-align: center;
	margin-bottom: 2em;
}
#question .question-img img {
	max-width: 500px;
	width: 100%;
}
#question .h2-wrap.third {
	background-color: #ffa000;
}
#question .h2-wrap.third h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 900;
}
#question .h2-wrap.third h2 .text-L {
	font-size: 150%;
	line-height: 1;
}
#question .h2-wrap.third h2 .caution {
	display: inline-block;
	position: relative;	
}
#question .h2-wrap.third h2 .caution:after {
	content: '※1';
	position: absolute;
	bottom: 90%;
	left: 100%;
	font-size: 12px;
}
#question .h2-wrap.third h2 .h2-with-lr {
	display: inline-block;
	position: relative;
	margin: auto;
	padding: .5em 2em;
	font-size: 32px;
	text-shadow: 
		#e98500 2px 0px 2px, #e98500 -2px 0px 2px,
		#e98500 0px -2px 2px, #e98500 -2px 0px 2px,
		#e98500 2px 2px 2px, #e98500 -2px 2px 2px,
		#e98500 2px -2px 2px, #e98500 -2px -2px 2px,
		#e98500 1px 2px 2px, #e98500 -1px 2px 2px,
		#e98500 1px -2px 2px, #e98500 -1px -2px 2px,
		#e98500 2px 1px 2px, #e98500 -2px 1px 2px,
		#e98500 2px -1px 2px, #e98500 -2px -1px 2px,
		#e98500 1px 1px 2px, #e98500 -1px 1px 2px,
		#e98500 1px -1px 2px, #e98500 -1px -1px 2px,
		#e98500 3px 0px 3px, #e98500 -3px 0px 3px,
		#e98500 0px -3px 3px, #e98500 -3px 0px 3px,
		#e98500 3px 3px 3px, #e98500 -3px 3px 3px,
		#e98500 3px -3px 3px, #e98500 -3px -3px 3px,
		#e98500 2px 3px 3px, #e98500 -2px 3px 3px,
		#e98500 2px -3px 3px, #e98500 -2px -3px 3px,
		#e98500 3px 2px 3px, #e98500 -3px 2px 3px,
		#e98500 3px -2px 3px, #e98500 -3px -2px 3px,
		#e98500 2px 2px 3px, #e98500 -2px 2px 3px,
		#e98500 2px -2px 3px, #e98500 -2px -2px 3px;
}
#question .h2-wrap.third h2 .h2-with-lr .large {
	font-size: 120%;
}
#question .h2-wrap.third h2 .h2-with-lr::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.6em;
	padding-top: 2.6em;
	background: url(../images/anshin/h2-left.png) center center/contain no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#question .h2-wrap.third h2 .h2-with-lr::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1.6em;
	padding-top: 2.6em;
	background: url(../images/anshin/h2-right.png) center center/contain no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#question .h2-wrap.third h2 .h2-with-lr img {
	max-width: 68.75%;
}
.balloon-wrap {
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}
.balloon-wrap .thumb {
	width: 215px;
}
.balloon-wrap.left .thumb {
	margin-right: 20px;
}
.balloon-wrap.right .thumb {
	margin-left: 20px;
}
.balloon-wrap .thumb img {
	border-radius: 20px;
}
.balloon-wrap .balloon {
	width: 260px;
 	position: relative;
	padding: 1em 1.5em;
 	color: #7d7d7d;
	font-size: 14px;
	background: #fff;
 	border: solid 3px #e98500;
 	border-radius: 20px;
 	text-align: left;
}
.balloon-wrap .balloon .medium {
	font-size: 150%;
	font-weight: 700;
}
.balloon-wrap .balloon .large {
	font-size: 240%;
	font-weight: 700;
}
.balloon-wrap .balloon .note {
	margin-top: 1em;
	display: block;
}
.balloon-wrap .balloon .orange {
	color: #e98500;
}

.balloon-wrap.left .balloon:before{
	content: "";
	position: absolute;
	bottom: 22px;
	right: 100%;
	border: 10px solid transparent;
	border-right: 35px solid #fff;
 	z-index: 2;
 	-webkit-transform: translate(1px,0);
 	-ms-transform: translate(1px,0);
 	-o-transform: translate(1px,0);
 	transform: translate(1px,0);
}

.balloon-wrap.left .balloon:after{
	content: "";
	position: absolute;
	bottom: 20px;
	right: 100%;
	border: 12px solid transparent;
	border-right: 38px solid #e98500;
 	z-index: 1;
 	-webkit-transform: translate(-2px,0);
 	-ms-transform: translate(-2px,0);
 	-o-transform: translate(-2px,0);
 	transform: translate(-2px,0);
}
.balloon-wrap.right .balloon:before{
	content: "";
	position: absolute;
	bottom: 22px;
	left: 100%;
	border: 10px solid transparent;
	border-left: 35px solid #fff;
 	z-index: 2;
 	-webkit-transform: translate(-1px,0);
 	-ms-transform: translate(-1px,0);
 	-o-transform: translate(-1px,0);
 	transform: translate(-1px,0);
}

.balloon-wrap.right .balloon:after{
	content: "";
	position: absolute;
	bottom: 20px;
	left: 100%;
	border: 12px solid transparent;
	border-left: 38px solid #e98500;
 	z-index: 1;
 	-webkit-transform: translate(2px,0);
 	-ms-transform: translate(2px,0);
 	-o-transform: translate(2px,0);
 	transform: translate(2px,0);
}
@media only screen and (max-width:640px) {
	#question .h2-wrap.first h2, #question .h2-wrap.second h2 {
		font-size: 6vw;
		text-align: left;
	}
	#question .h2-wrap.third h2 {
		font-size: 3.75vw;
	}
	#question .h2-wrap.third h2 .text-L {
		font-size: 130%;
	}
	#question .h2-wrap.third h2 .h2-with-lr {
		font-size: 4.6vw;
	}
	#question .sp {
		display: block;
		margin-top: 20px;
	}
	#question table {
		display: none;
	}
	.balloon-wrap .balloon .medium {
		font-size: 100%;
	}
	.balloon-wrap .balloon .large {
		font-size: 180%;
	}
	.balloon-wrap .balloon .note {
		margin-top: 0;
	}
	.balloon-wrap.left .thumb {
		margin-right: 10px;
	}
	.balloon-wrap.right .thumb {
		margin-left: 10px;
	}
	.balloon-wrap .balloon {
		font-size: 3.75vw;
		font-size: calc(100vw * 12 / 320);
		padding: .5em 1em;
	}
	.balloon-wrap.left .balloon:before{
		content: "";
		position: absolute;
		top: 22px;
		bottom: auto;
		right: 100%;
		border: 8px solid transparent;
		border-right: 25px solid #fff;
	 	z-index: 2;
	 	-webkit-transform: translate(1px,0);
	 	-ms-transform: translate(1px,0);
	 	-o-transform: translate(1px,0);
	 	transform: translate(1px,0);
	}
	
	.balloon-wrap.left .balloon:after{
		content: "";
		position: absolute;
		top: 20px;
		bottom: auto;
		right: 100%;
		border: 10px solid transparent;
		border-right: 28px solid #e98500;
	 	z-index: 1;
	 	-webkit-transform: translate(-2px,0);
	 	-ms-transform: translate(-2px,0);
	 	-o-transform: translate(-2px,0);
	 	transform: translate(-2px,0);
	}
	.balloon-wrap.right .balloon:before{
		content: "";
		position: absolute;
		top: 22px;
		bottom: auto;
		left: 100%;
		border: 10px solid transparent;
		border-left: 25px solid #fff;
	 	z-index: 2;
	 	-webkit-transform: translate(-1px,0);
	 	-ms-transform: translate(-1px,0);
	 	-o-transform: translate(-1px,0);
	 	transform: translate(-1px,0);
	}
	
	.balloon-wrap.right .balloon:after{
		content: "";
		position: absolute;
		top: 20px;
		bottom: auto;
		left: 100%;
		border: 12px solid transparent;
		border-left: 28px solid #e98500;
	 	z-index: 1;
	 	-webkit-transform: translate(2px,0);
	 	-ms-transform: translate(2px,0);
	 	-o-transform: translate(2px,0);
	 	transform: translate(2px,0);
	}
}
@media only screen and (max-width:480px) {
	#question .h2-wrap {
		padding: 15px 20px;
	}
	#question #contents-wrap {
		padding: 25px 20px;
	}
	#question #contents-wrap {
		font-size: 12px;
		font-size: calc(100vw * 12 / 320);
	}
}


/* =============================
	ORDER
============================= */

#order #contents-wrap {
	padding: 4em 20px;
	text-align: center;
	font-size: 13.5px;
	line-height: 1.5;
}
#order .btn-green {
	text-align: center;
	margin-bottom: 1.5em;
}
#order .btn-green a {
	display: inline-block;
	position: relative;
	background-color: #78b900;
	border-radius: .5em;
	color: #fff;
	font-size: 27px;
	font-weight: 700;
	line-height: 1;
	padding: .9em 2.4em .9em 1.2em;
	box-shadow: 0 0.1em 0.2em 0.05em rgba(0,0,0,0.35);
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
#order .btn-green a:hover {
	-webkit-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
}
#order .btn-green a::before,
#order .btn-green a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1em;
	height: 1px;
	width: .8em;
	background-color: #fff;
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
#order .btn-green a::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#order .btn-green a::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media only screen and (max-width:480px) {
	#order #contents-wrap {
		padding: 20px 20px 30px;
		font-size: 9px;
		font-size: calc(100vw * 9 / 320);
	}
	#order .btn-green a {
		font-size: 17px;
		font-size: calc(100vw * 17 / 320);
	}
}

/* =============================
	VOICE
============================= */
#voice {
	background-color: #fffcd7;
}
#voice .h2-wrap.first {
	border-top: 1px solid #78b900;
	border-bottom: 1px solid #78b900;
	padding: 4px 0;
}
#voice .h2-wrap.first h2 {
	width: 100%;
	border-top: 1px solid #78b900;
	border-bottom: 1px solid #78b900;
	color: #78b900;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.4;
	padding: 1em 20px;
}
#voice #contents-wrap {
	max-width: 960px;
	padding: 45px 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}
#voice .voice-lists {
	max-width: 100%;
	margin: auto;
	letter-spacing: -.5em;
}
#voice .voice-lists li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 50%;
	padding: 0 20px;
}
#voice .voice-lists li .thumb {
	width: 25%;
	float: left;
}
#voice .voice-lists li .thumb img {
	margin-bottom: .5em;
}
#voice .voice-lists li .thumb .name {
	color: #78b900;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
}
#voice .voice-lists li .voice {
	margin-left: 30%;
}
#voice .voice-lists li .voice p {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
}
#voice .voice-lists li .voice p strong {
	font-weight: 700;
	margin-bottom: .5em;
	display: inline-block;
}

#voice .h2-wrap.second {
	background-color: #fff086;
	padding: 1.5em 20px;
	font-size: 20px;
	line-height: 1.6;
}
#voice .h2-wrap.second h2 {
	text-align: center;
	color: #78b900;
	font-weight: 900;
}
#voice .h2-wrap.second h2 .text-M {
	font-size: 115%;
}
#voice .h2-wrap.second h2 .h2-moshimo-pc {
	display: block;
	text-align: center;
	padding: .5em 0;
}
#voice .h2-wrap.second h2 .h2-moshimo-pc img {
	max-width: 566px;
	width: 100%;
}
#voice .h2-wrap.second h2 .h2-moshimo-sp {
	display: none;
	padding: .5em 0;
}
#voice .h2-wrap.second h2 .h2-moshimo-sp img {
	max-width: 211px;
	width: 100%;
}
@media only screen and (max-width:640px) {
	#voice .voice-lists li {
		width: 100%;
		padding-bottom: 45px;
	}
	#voice #contents-wrap {
		padding-bottom: 0;
	}
}
@media only screen and (max-width:480px) {
	#voice .h2-wrap.first h2 {
		font-size: 20px;
		font-size: calc(100vw * 20 / 320);
	}
	#voice .voice-lists li {
		padding-bottom: 25px;
	}
	#voice #contents-wrap {
		padding-top: 25px;
	}
	#voice .h2-wrap.second {
		font-size: 13px;
		font-size: calc(100vw * 13 / 320);
	}
	#voice .voice-lists li .thumb .name {
		font-size: 11px;
		font-size: calc(100vw * 11 / 320);
	}
	#voice .voice-lists li .voice p {
		font-size: 11px;
		font-size: calc(100vw * 11 / 320);
	}
	#voice .h2-wrap.second h2 .h2-moshimo-pc {
		display: none;
	}
	#voice .h2-wrap.second h2 .h2-moshimo-sp {
		display: block;
	}
}


/* =============================
	RECOMMEND
============================= */

#recommend .h2-wrap {
	border-top: 1px solid #e98500;
	border-bottom: 1px solid #e98500;
	padding: 4px 0;
}
#recommend .h2-wrap h2 {
	width: 100%;
	border-top: 1px solid #e98500;
	border-bottom: 1px solid #e98500;
	color: #e98500;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.4;
	padding: 1em 20px;
}
#recommend .h2-wrap .text-L {
	font-size: 150%;
	vertical-align: -.125em;
}
#recommend #contents-wrap {
	padding: 50px 20px 0;
}
#recommend .recommend-lists li {
	padding-bottom: 50px;
}
#recommend .recommend-lists li h3 {
	margin-bottom: 20px;
}
#recommend .recommend-lists li h3 img {
	max-width: 460px;
	width: 100%;
}
#recommend .recommend-lists li .thumb {
	margin-bottom: 1em;
}
#recommend .recommend-lists li .contents {
	font-size: 14px;
	line-height: 1.5;
}
#recommend .recommend-lists li .contents .note {
	display: block;
	margin-top: 1em;
	font-size: 85.7%;
}
#recommend p.note {
	font-size: 11px;
}
@media only screen and (max-width:480px) {
	#recommend .h2-wrap h2 {
		font-size: 20px;
		font-size: calc(100vw * 20 / 320);
	}
	#recommend #contents-wrap {
		padding: 25px 0 0;
	}
	#recommend .recommend-lists li {
		padding: 0 0 25px;
	}
	#recommend .recommend-lists li h3 {
		padding: 0 20px;
		margin-bottom: .5em;
	}
	#recommend .recommend-lists li h3 img {
		max-width: 360px;
	}
	#recommend .recommend-lists li .contents {
		padding: 0 20px;
		font-size: 12px;
		font-size: calc(100vw * 12 / 320);
	}
}


/* =============================
	PRICE
============================= */

#price .h2-wrap {
	background-color: #e98500;
	text-align: center;
	padding: 0 20px;
}
#price .h2-wrap h2 {
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.4;
	display: inline-block;
	position: relative;
	margin: auto;
	padding: 1.5em 0;
}
#price .h2-wrap.second {
	background-color: #f2f2f2;
}
#price .h2-wrap.second h2 {
	padding: 1.5em 60px;
	color: #1e1e1e;
}
#price .h2-wrap.second h2 span {
	display: block;
	font-size: 60%;
	font-weight: 300;
}
#price .h2-wrap.second .h2-with-lr::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 44px;
	padding-top: 64px;
	background: url(../images/anshin/h2-left-b.png) 0 0 no-repeat;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#price .h2-wrap.second .h2-with-lr::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 44px;
	padding-top: 64px;
	background: url(../images/anshin/h2-right-b.png) 0 0 no-repeat;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#price .image {
	padding-top: 50px;
	text-align: center;
}
#price #contents-wrap {
	padding: 50px 20px;
	max-width: 740px;
	width: 100%;
	margin: auto;
	font-size: 18px;
}
#price #contents-wrap table {
	width: 100%;
	text-align: center;
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	margin-bottom: 1em;
}
#price #contents-wrap table th,
#price #contents-wrap table td {
	padding: .3em .5em;
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}
#price #contents-wrap table th {
	background-color: #78b900;
	color: #fff;
}
#price #contents-wrap table tr:nth-child(odd) td {
	background-color: rgba(120,185,0,0.2);
}

#price #contents-wrap .note {
	font-size: 13.5px;
	line-height: 2;
	text-align: left;
}
#price #contents-wrap h3 {
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 1em;
}
#price #contents-wrap .to-detail {
	text-align: center;
	margin-top: 1em;
}
#price #contents-wrap .to-detail a {
	color: #505050;
	font-size: 80%;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
#price #contents-wrap .to-detail a:hover {
	color: #000;
}
#price #contents-wrap .discount-lists li {
	padding-bottom: 50px;
}
#price #contents-wrap .discount-lists h3 {
	position: relative;
	text-align: left;
	font-size: 18px;
	padding: .7em 0 .7em 3.8em;
	margin-bottom: 0;
}
#price #contents-wrap .discount-lists h3 .circle {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	background-color: #f00;
	color: #fff;
	text-align: center;
	font-size: 80%;
	font-weight: 700;
	border-radius: 50%;
	line-height: 1;
	padding: .2em 0 .5em;
	width: 3.5em;
}
#price #contents-wrap .discount-lists h3 .large {
	font-size: 180%;
	font-weight: 500;
}
#price #contents-wrap .discount-lists h3 .discount {
	display: block;
}
#price #contents-wrap .discount-lists .contents {
	font-size: 16px;
	padding-left: 4.35em;
}

#price .h2-wrap-2 {
	border-top: 1px solid #e98500;
	border-bottom: 1px solid #e98500;
	padding: 4px 0;
}
#price .h2-wrap-2 h2 {
	width: 100%;
	border-top: 1px solid #e98500;
	border-bottom: 1px solid #e98500;
	color: #e98500;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.4;
	padding: 1em 20px;
}
#price .h2-wrap-2 span {
	font-size: 130%;
	vertical-align: -.05em;
	padding: 0 .1em;
	font-weight: 600;
}
#price .thumbnail {
	text-align: center;
	padding: 20px;
}
#price .thumbnail img {
	max-width: 260px;
}

#price .h2-wrap-3 {
	background-color: #fff086;
	padding: 20px 0;
	text-align: center;
}
#price .h2-wrap-3 h2 {
	width: 100%;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.6;
	color: #e98500;
}
#price #contents-wrap-2 {
	padding: 0 20px 50px;
	width: 100%;
	margin: auto;
	max-width: 740px;
}
#price #contents-wrap-2 .pc {
	display: block;
}
#price #contents-wrap-2 .sp {
	display: none;
}

@media only screen and (max-width:640px) {
	#price #contents-wrap table {
		font-size: 12px;
	}
	#price #contents-wrap-2 .sp {
		display: block;
	}
	#price #contents-wrap-2 .pc {
		display: none;
	}
}

@media only screen and (max-width:480px) {
	#price .h2-wrap h2 {
		font-size: 20px;
		font-size: calc(100vw * 18 / 320);
		padding: 1em 0;
	}
	#price .h2-wrap.second h2 {
		padding: 1em 1.9em;
	}

	#price .h2-wrap.second .h2-with-lr::before,
	#price .h2-wrap.second .h2-with-lr::after {
		width: 1.65em;
		padding-top: 2.4em;
	}
	#price #contents-wrap {
		font-size: 12px;
		font-size: calc(100vw * 12 / 320);
	}
	#price .image {
		padding-top: 0;
	}
	#price #contents-wrap {
		padding-top: 25px;
	}
	#price #contents-wrap h3 {
		font-size: 15px;
		font-size: calc(100vw * 15 / 320);
	}
	#price #contents-wrap .to-detail a {
		font-size: 10px;
		font-size: calc(100vw * 10 / 320);
	}
	#price #contents-wrap .discount-lists h3 {
		font-size: 16px;
		font-size: calc(100vw * 16 / 320);
	}
	#price #contents-wrap .discount-lists li {
		padding-bottom: 5%;
	}
	#price #contents-wrap .note {
		font-size: 9px;
		font-size: calc(100vw * 9 / 320);
	}
	#price #contents-wrap .discount-lists .contents {
		font-size: 12px;
		font-size: calc(100vw * 12 / 320);
		padding-left: 5.2em;
	}


	#price .h2-wrap-2 {
		padding: 3px 0;
	}
	#price .h2-wrap-2 h2 {
		font-size: calc(100vw * 20 / 320);
	}
	#price .h2-wrap-2 span {
		font-size: 130%;
	}
	#price .thumbnail {
		text-align: center;
		padding: 20px;
	}
	#price .thumbnail img {
		max-width: 260px;
		width: 65%;
	}
	
	#price .h2-wrap-3 {
		padding: 20px 0;
	}
	#price .h2-wrap-3 h2 {
		font-size: calc(100vw * 14 / 320);
	}
	#price #contents-wrap-2 {
		padding: 0 20px 25px;
	}
}

/* =============================
	TOKUTEN
============================= */

#tokuten .h2-wrap {
	background-color: #e98500;
	text-align: center;
	padding: 0 20px;
}
#tokuten .h2-wrap h2 {
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.4;
	display: inline-block;
	position: relative;
	margin: auto;
	padding: 1.5em 60px;
}
#tokuten .h2-wrap h2 br.sp {
	display: none;
}
#tokuten .h2-wrap .h2-with-lr::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 44px;
	padding-top: 64px;
	background: url(../images/anshin/h2-left.png) 0 0 no-repeat;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#tokuten .h2-wrap .h2-with-lr::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 44px;
	padding-top: 64px;
	background: url(../images/anshin/h2-right.png) 0 0 no-repeat;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#tokuten .image {
	padding-top: 50px;
	text-align: center;
}
#tokuten .image img {
	max-width: 500px;
	width: 100%;
}
#tokuten #contents-wrap {
	padding: 50px 20px 0;
	max-width: 740px;
	width: 100%;
	margin: auto;
	font-size: 18px;
}
#tokuten #contents-wrap h3 {
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 1em;
}
#tokuten #contents-wrap .to-detail {
	text-align: center;
	margin-top: 1em;
}
#tokuten #contents-wrap .to-detail a {
	color: #505050;
	font-size: 80%;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
#tokuten #contents-wrap .to-detail a:hover {
	color: #000;
}
@media only screen and (max-width:640px) {
	#tokuten .h2-wrap h2 br.sp {
		display: block;
	}
}
@media only screen and (max-width:480px) {
	#tokuten .h2-wrap h2 {
		font-size: 5.625vw;
		font-size: calc(100vw * 18 / 320);
		padding: 1em 1.9em;
	}
	#tokuten .h2-wrap .h2-with-lr::before,
	#tokuten .h2-wrap .h2-with-lr::after {
		width: 1.65em;
		padding-top: 2.4em;
	}
	#tokuten #contents-wrap {
		font-size: 12px;
		font-size: calc(100vw * 12 / 320);
	}
	#tokuten .image {
		padding-top: 0;
	}
	#tokuten #contents-wrap {
		padding-top: 25px;
	}
	#tokuten #contents-wrap h3 {
		font-size: 15px;
		font-size: calc(100vw * 15 / 320);
	}
	#tokuten #contents-wrap .to-detail a {
		font-size: 10px;
		font-size: calc(100vw * 10 / 320);
	}
}


/* =============================
	ITEMS
============================= */

#items .h2-wrap {
	border-top: 1px solid #ffa000;
	border-bottom: 1px solid #ffa000;
	padding: 4px 0;
}
#items .h2-wrap h2 {
	width: 100%;
	border-top: 1px solid #ffa000;
	border-bottom: 1px solid #ffa000;
	color: #ffa000;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.4;
	padding: 1em 20px;
}
#items #contents-wrap {
	padding: 50px 20px 0;
}
#items .item-lists li {
	padding-bottom: 50px;
	font-size: 20px;
	line-height: 1.4;
}
#items .item-lists li h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	padding-left: 2em;
	margin-bottom: .5em;
}
#items .item-lists li h3::before {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.8;
	width: 1.8em;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	padding: ;
	background-color: #ffa000;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -0.9em;
	left: 0;
}
#items .item-lists li:nth-child(1) h3::before {
	content: '1';
}
#items .item-lists li:nth-child(2) h3::before {
	content: '2';
}
#items .item-lists li:nth-child(3) h3::before {
	content: '3';
}
#items .item-lists li:nth-child(4) h3::before {
	content: '4';
}
#items .item-lists li .note {
	font-size: 14px;
	line-height: 1.4;
}


@media only screen and (max-width:480px) {
	#items .h2-wrap {
		padding: 3px 0;
	}
	#items .h2-wrap h2 {
		font-size: 20px;
		font-size: calc(100vw * 20 / 320);
	}
	#items #contents-wrap {
		padding-top: 25px;
	}
	#items .item-lists li {
		font-size: 12.6px;
		font-size: calc(100vw * 12 / 320);
		padding-bottom: 25px;
	}
	#items .item-lists li h3 {
		font-size: 15px;
		font-size: calc(100vw * 15 / 320);
	}
	#items .item-lists li h3::before {
		font-size: 13px;
		font-size: calc(100vw * 13 / 320);
	}
}


/* =============================
	NOTES
============================= */
#notes {
	background-color: #f2f2f2;
	padding: 50px 20px;
}
#notes .h2-wrap h2 {
	width: 100%;
	text-align: center;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.7;
	padding-bottom: 1.5em;
	position: relative;
}
#notes .h2-wrap h2::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 1px;
	width: 80px;
	background-color: #000;
	margin-left: -40px;
}
#notes #contents-wrap {
	max-width: 800px;
	width: 100%;
	margin: auto;
	padding-top: 50px;
	font-weight: 300;
}
#notes #contents-wrap .note-lists > li {
	padding-bottom: 2em;
	font-size: 14px;
	line-height: 1.4;
}
#notes #contents-wrap p {
	margin-bottom: .5em;
}
#notes #contents-wrap p a {
	color: #7d7d7d;
	text-decoration: underline;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#notes #contents-wrap p a:hover {
	color: #000;
}
#notes #contents-wrap .dot {
	padding-left: 1em;
	position: relative;
}
#notes #contents-wrap .dot::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}
#notes #contents-wrap ol {
	list-style-type: decimal;
	padding-left: 1.2em;
}
#notes #contents-wrap ol li {
	display: list-item;
}
@media only screen and (max-width:480px) {
	#notes {
		padding: 25px 20px;
	}
	#notes .h2-wrap h2 {
		font-size: 15px;
		font-size: calc(100vw * 15 / 320);
	}
	#notes #contents-wrap .note-lists > li {
		font-size: 10px;
		font-size: calc(100vw * 10 / 320);
	}
}



/* =============================
	FOOTER LOGO
============================= */
#footer-logo {
	padding: 40px 20px;
	text-align: center;
}
#footer-logo .footer-logo {
	font-size: 16px;
	font-weight: 400;
}
#footer-logo .footer-logo .logo {
	display: block;
}
#footer-logo .footer-logo .logo img {
	max-width: 210px;
	width: 100%;
}
#footer-logo .footer-logo .sil-logo {
	max-width: 230px;
	width: 100%;
	margin-top: .5em;
}
@media only screen and (max-width:480px) {
	#footer-logo {
		padding: 25px 0;
	}
	#footer-logo .footer-logo .logo img {
		width: 42%;
	}
	#footer-logo .footer-logo {
		font-size: 10px;
		font-size: calc(100vw * 10 / 320);
	}
	#footer-logo .footer-logo .fbl-logo {
		width: 42%;
	}
}

/* =============================
	INFO
============================= */
#info {
	background-color: #f2f2f2;
	padding: 30px 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
}
#info #contents-wrap {
	max-width: 800px;
	width: 100%;
	margin: auto;
}
#info #contents-wrap .first {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #000;
}

@media only screen and (max-width:480px) {
	#info {
		font-size: 10px;
		font-size: calc(100vw * 10 / 320);
		padding: 15px 20px;
	}
}

/* =============================
	FOOTER
============================= */

#footer {
	text-align: center;
	padding: 40px 20px;
}
#footer .footer-nav {
	letter-spacing: -.5em;
}
#footer .footer-nav li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
#footer .footer-nav li a {
	display: block;
	padding: 0 1em;
	color: #1e1e1e;
	line-height: 1.1;
	font-size: 11px;
}
#footer .footer-nav li:first-child a {
	border-right: 1px solid #1e1e1e;
}
#footer .copyright {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	line-height: 3;
	font-size: 12px;
	color: #1e1e1e;
}

@media only screen and (max-width:480px) {
	#footer {
		padding: 20px;
	}
	#footer .footer-nav li a,
	#footer .copyright {
		font-size: 10px;
		font-size: calc(100vw * 10 / 320);
	}
}


