/* charset */
@charset "UTF-8";

/* @group initialize */
body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,li{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/* @end */

/* @group common */
html {
	-webkit-text-size-adjust:none
}
body {
	/*
	width: 320px;*/
	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}
img{
  vertical-align:bottom;
}
.alignCenter {
	text-align: center;
}
div.pageTopLink {
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}
div.pageTopLink2 {
	text-align: right;
	margin-bottom: 10px;
	padding-right: 10px;
}
div.bannerArea {
	text-align: center;
	padding: 10px 0;
}

.fts10 {
	font-size: 10px;
}
.fts11 {
	font-size: 11px;
}
.fts12 {
	font-size: 12px;
}

.fts15 {
	font-size: 15px;
}

.borderTypeA {
	border-right: solid 1px #bebebe;
	border-bottom: solid 1px #bebebe;
	border-left: solid 1px #bebebe;
}

.textIndent {
	padding-left: 1em;
	text-indent: -1em;
}

/* @end */

/* @group マージン＆パディング系 */
.mt16 {
  margin-top: 16px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb12 {
	margin-bottom: 12px !important;
}
.mb1em {
	margin-bottom: 1em !important;
}
.color04 {
	color: #2E5B00;
}
/* @end */

/* @group リンク */
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a.undeL {
	text-decoration: underline !important;
}
/* @end */

/* @group header */
header {
	display: block;
	height: 58px;
	border-bottom: solid 1px #fff;
	display: -webkit-box;
	padding: 0 8px;
	/* gradient */
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #E9E9E9));
	background-image:-moz-linear-gradient(top, #ffffff, #E9E9E9);
}

/* @end */


/* @group ラフラ */
body.rafra {
	font-size: 14px;
	width: 320px;
}

/* @group ヘッダー */
body.rafra header {
	display: block;
	height: 408px;
	width: 320px;
	padding: 63px 0 0;
	background: #fff;
  	overflow: hidden;
}
body.rafra header .enqueteLink {
	width: 290px;
	height: 30px;
	margin: 0 0 0 18px;
	border: 1px solid #ccc;
	line-height: 30px;
	background: #A8DC2C;
}

body.rafra header .enqueteLink span {
	display: inline-block;
	padding: 0 7px;
	margin-right: 7px;
	line-height: 1.4;
	color: #fff;
	background: #E51313;
}

body.rafra header .enqueteLink a {
	display: block;
}
body.rafra header > div {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 320px;
	padding: 5px 0 4px;
	border-top: solid 2px #A8DC2C;
	background: #fff;
	-webkit-box-shadow: 0 0 5px 0 #666;
  	z-index: 9999;
}
body.rafra header h1,
body.rafra header a {
	display: inline-block;
}
body.rafra header h1 {
  margin-left: 16px;
}

body.rafra header#enquete_hd {
    height: auto;
    margin-bottom: 15px;
}
/* @end */

/* @group TOPスライド */
body.rafra .topSlide {
  list-style: none;
  height: 200px;
  width: 960px;
  position: relative;
  top: 0px;
}
body.rafra .topSlide li {
  float: left;
}
/* @end */

body.rafra .pankuzuList {
	border-bottom: solid 1px #6FBB25;
}

#block01 {
	padding: 0 12px 0;
}
#block01 dl {
	margin-bottom: 8px;
}
#block01 dl dd {
	display: none;
	padding: 17px;
	border-left: solid 1px #7EA620;
	border-bottom: solid 1px #7EA620;
	border-right: solid 1px #7EA620;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#block01 section h1 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	color: #749d10;
}
#block01 section p {
	margin-bottom: 1em;
}
#block01 #block01_about_text span {
	font-weight: bold;
}
#block01 #block01_about_text span.epTxt {
	font-weight: bold;
	color: #6EB92B;
	font-size: 14px;
}
@media screen and (max-width: 330px) {
	#block01 #block01_question .anker_title {
		padding-top:65px;
		margin-top:-65px
	}
}
#block01 #block01_question h1 {
	margin: 0 -11px 15px;
	padding: 5px 11px 0;
}

#block01 #block01_select {
	margin: 0 -17px 15px;
	padding: 11px 0 0;
	background: #f4f4f4;
}
#block01 #block01_select h1 {
	margin-bottom: 12px;
	font-size: 15px;
	font-weight: normal;
	color: #000;
}
#block01 #block01_select p {
  background: #fff;
	padding: 12px 8px 0;
}
#block01 #block01_select div {
	margin-bottom: 6px;
	overflow: hidden;
}
#block01 #block01_select ul {
	padding: 6px 6px 6px 13px;
}
#block01 #block01_select ul li {
	float: left;
	margin-left: 8px;
}
#block01 #block01_select ul li img {
	float: left;
	margin-bottom: 12px;
	-webkit-box-shadow: 0 0 5px 0 #777;
}

#block01 #block01_reason h1 {
	margin: 0 -11px 15px;
	padding: 14px 11px 0;
	border-top: dotted 1px #7EA620;
}
#block01 #block01_reason #block01_reason_list li:nth-child(odd) {
	font-size: 15px;
	font-weight: bold;
	color: #749d10;
}
#block01 #block01_reason #block01_reason_list li:nth-child(even) {
	margin-bottom: 1em;
	padding-left: 1em;
}
#block01 #block01_reason a {
	text-decoration: underline;
	color: #4654a3;
}


#block04 {
	padding: 12px 12px 0;
}
#block04 dl {
	margin-bottom: 8px;
}
#block04 dl dd {
	display: none;
	border-left: solid 1px #c97a33;
	border-bottom: solid 1px #c97a33;
	border-right: solid 1px #c97a33;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#block04 dl dd .block04_list {
	margin: 0 5px 0;
	padding: 18px 10px 10px;
	border-bottom: dotted 1px #c97a33;
}
#block04 dl dd .block04_list:last-child {
	border-bottom: none;
}
#block04 dl dd .block04_list a {
	text-decoration: underline;
}
#block04 dl dd .ttl {
	display: table;
	margin-bottom: 12px;
}
#block04 dl dd .ttl h1,
#block04 dl dd .ttl p {
	display: table-cell;
	vertical-align: middle;
}
#block04 dl dd .ttl h1 {
	font-size: 18px;
	font-weight: bold;
}
#block04 dl dd .ttl p {
	padding-right: 4px;
}
#block04 dl dd .txt {
	
}
#block04 dl dd .img {
	text-align: center;
}

#block05 {
	padding: 0 12px 0;
}
#block05 dl {
	margin-bottom: 8px;
}
#block05 dl dd {
	display: none;
	padding: 17px;
	border-left: solid 1px #749d10;
	border-bottom: solid 1px #749d10;
	border-right: solid 1px #749d10;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#block05 section p {
	margin-bottom: 1em;
}
#block05 section .ttlTxt {
  padding: 0 14px;
}
#block05 section .wigLine {
  border-bottom: solid 1px #2d70b2;
  border-top: solid 1px #2d70b2;
  padding: 3px 0;
}
#block05 #block05_about_text span {
	font-weight: bold;
}
#block05 #block05_about_text span.epTxt {
	font-weight: bold;
	color: #749d10;
	font-size: 16px;
}

#block06 {
	padding: 0 22px 20px;
}
#block06 a {
	text-decoration: underline;
}

#block02 {
	display: block;
	margin-bottom: 0;
	padding: 0 12px;
}
#block02 dt {
	margin: 0 -12px;
}
#block02 dd {
	display: none;
	background: #fff;
}
#block02 dd#block02_faq {
	padding: 17px 0 0;
}
#block02 dd#block02_faq ul li {
	padding: 0 0px 0 22px;
}
#block02 dd#block02_faq li:nth-child(odd) {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #749d10;
	background: url(../images/mw_ico_02.png) no-repeat 1px 3px;
    background-size: 18px auto;
}
#block02 dd#block02_faq li:nth-child(even) {
	margin-bottom: 17px;
	padding-bottom: 17px;
	border-bottom: solid 1px #e4e4e4;
    background: url(../images/mw_ico_03.png) no-repeat 1px 3px;
    background-size: 16px auto;
}
#block02 dd#block02_faq li:last-child {
	margin-bottom: 0px;
	padding-bottom: 8px;
	border-bottom: none;
}
#block02 dd#block02_faq li p,
#block02 dd#block02_faq li a {
	display: block;
	margin-bottom: 1em;
}

#block02 dd#block02_faq li a:link {
	text-decoration: underline;
	color: #4654a3;
}
#block02 dd#block02_faq li a:visited {
	color: #4654a3;
	text-decoration: none;
}

#block02 dd#block02_style {
    display: none;
	padding: 17px 4px 0;
}
#block02 dd#block02_style.csStyle {
    height: 0px;
    overflow: hidden;
    display: block;
    padding: 0 4px 0;
}
#block02 dd#block02_style.activeCont {
    overflow: visible;
    padding: 17px 4px 0;
}
#block02 dd#block02_style .epTxt {
    font-size: 16px;
}
#block02 dd#block02_style li {
}
#block02 dd#block02_style p {
	margin-bottom: 1em;
	padding: 0;
}
#block02 dd#block02_style div.blockBox {
	margin-bottom: 1em;
	padding: 10px;
	border: solid 1px #e4e4e4;
}
#block02 dd#block02_style div h2 {
  font-size: 16px;
	font-weight: bold;
	color: #df6d77;
}
#block02 dd#block02_style div h2 span {
	display: block;
	font-size: 10px;
}
#block02 dd#block02_style div.blockBox div:nth-child(even) {
	margin-top: 12px;
	padding-top: 12px;
	border-top: dotted 1px #e4e4e4;
}
#block02 dd#block02_style div div span {
	font-size: 12px;
	line-height: 130%;
}
#block02 #block02_select {
    background: #f9e5e7;
    margin: 17px -17px;
    overflow: hidden;
    padding: 11px 0 11px;
}
#block02 #block02_select h1 {
	margin-bottom: 5px;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	color: #000;
}
#block02 dd#block02_style #block02_select p {
	margin-bottom: 0;
	padding: 0 14px;
}
#block02 #block02_select div {
    height: 145px;
	margin-bottom: 12px;
	overflow: hidden;
}
#block02 #block02_select ul {
    height: 145px;
    overflow: hidden;
    padding: 6px 6px 6px 0;
    width: 1580px;
}
#block02 #block02_select ul li {
	float: left;
	margin-left: 8px;
}
#block02 #block02_select ul li img {
	float: left;
	-webkit-box-shadow: 0 0 5px 0 #777;
}
#block02 #block02_botBox {
	margin: 0 -5px;
	border: none !important;
	background: #fff;
}
#block02_botBox p.block02_txtBox {
	padding: 0 10px 5px !important;
	font-size: 11px;
}

#block03 {
	padding: 12px 0 0;
	border-top: solid 1px #e4e4e4;
}
#block03 > div {
	padding: 0 0 12px 12px;
}
#block03 div#block03_btnblock01 a {
	margin-right: 4px;
	margin-bottom: 8px;
	display: inline-block;
	width: 144px;
	height: 33px;
}
#block03 > ul {
	padding: 14px 12px 0;
	background: url(../images/mw_bg_01.png) left top;
}
#block03 > ul li {
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #666;
	line-height: 100%;
	font-size: 11px;
}
#block03 > ul li:last-child {
	border-bottom: none;
}
#block03 > ul li a {
	margin-right: 10px;
}
#block03 > ul li a img {
	margin-left: 4px;
	vertical-align: text-top;
}
#block03 block03_btnblockTop {
	height: 33px;
	overflow: hidden;
}
#block03 block03_btnblockTop a {
	display: inline-block;
	height: 33px;
	width: 144px;
	background: res;
}
#block03 div#block03_btnblock02 {
	text-align: center;
	padding: 0;
}
#block03 div#block03_btnblock02 a {
	display: block;
	margin-bottom: 12px;
}

.contentBox .box01Title {
	line-height: 140%;
	color: #000;
	font-size: 13px;
	margin: -7px -17px 17px;
	padding: 12px 8px 1px;
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #D2EB89), color-stop(1, #A1D760));
}

#slideBlock03 .fltBox {
	display: -webkit-box;
	margin-bottom: 10px;
}
#slideBlock03 .fltBox p:first-child {
	margin-right: 15px;
}
#slideBlock03 .fltBox p:last-child {
	width: 190px;
	padding-left: 22px;
}
#slideBlock03 .fltBox p:last-child img {
	margin-bottom: 6px;
}

.rf_linkBox {
	margin: 0 -17px 18px;
	text-align: center;
}
.rf_close {
	margin: 0 -10px !important;
	text-align: right;
	cursor: pointer;
}
.rf_close2,
.rf_close3 {
	margin: 0 !important;
	padding: 18px 10px 18px !important;
	text-align: right;
	cursor: pointer;
}
.rf_close img,
.rf_close2 img,
.rf_close3 img {
	margin-left: 8px;
	vertical-align: text-top;
}
.rf_linkBox2_wrap{
	text-align:center;
}
.rf_linkBox2 {
	margin-bottom: 12px;
	padding: 9px 0 9px 9px;
	border: solid 1px #e3e3e3;
	background: #FDFFDD;
}
.rf_linkBox2 a {
	display: inline-block;
}
.rf_linkBox2 a:first-child {
	margin-right: 1px;
}
.rf_linkBox3 {
	padding-left: 9px;
}
.rf_linkBox3 div {
	margin: 10px 10px 0 0;
	padding: 6px 7px;
	border: solid 1px #e3e3e3;
	background: #FDFFDD;
  text-align: center;
}
.rf_linkBox3 div p {
  font-size: 13px;
  margin-bottom: 4px !important;
  padding-top: 12px !important;
  text-align: left;
}
.rf_linkBox3 div p span {
  display: block;
  font-size: 13px !important;
  padding-left: 1em !important;
  text-indent: -1em;
}
.rf_linkBox3 div a {
	display: inline-block;
}
.rf_linkBox3 div a:first-child {
	margin-right: 3px;
}

/* @end */

/* @group footer */
footer {
	display: block;
	padding: 6px 0;
	font-size: 10px;	
	text-align: center;
	background: #a8dc2c;
	color: #fff;
}
/* @end */

/* @group ClearFix */
/* new clearfix */

.clearfix:after { 
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
} 
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* @end */

/* img */
.img00{
	background: url(../images/header_image_02.jpg) 0 0 no-repeat;
	background-size:320px 200px;
}
.img21{
  background-size: 296px 96px;
  background-image: url(../images/header_image_03.png);
  background-repeat: no-repeat;
  background-position: center 0;
  margin-top: 12px;
}
.img01{
	background: url(../images/mw_image_07_op.png) 0 0 no-repeat;
	background-size:100%;
	}
.img02{
	background: url(../images/block04_image_02.png) top center no-repeat;
	background-size:70%;
}
.img03{
	background: url(../images/block04_image_04.png) top center no-repeat;
	background-size:70%;
}
.img04{
	background: url(../images/block04_image_05.png) top center no-repeat;
	background-size:90%;
}
.img05{
	background: url(../images/block04_image_06.png) top center no-repeat;
	background-size:100%;
}
.img06{
	background: url(../images/mw_btn_01.jpg) top center no-repeat;
	background-size:278px 131px;
}
.img07{
	background: url(../images/mw_image_06_cl.png) top center no-repeat;
	background-size:100%;
}
.active .img07{
	background: url(../images/mw_image_06_op.png) top center no-repeat;
	background-size:100%;
}
.img08{
	background: url(../images/mw_image_03_cl.png) top center no-repeat;
	background-size:100%;
}
.active .img08{
	background: url(../images/mw_image_03_op.png) top center no-repeat;
	background-size:100%;
}
.img09{
	background: url(../images/mw_image_05_cl.png) top center no-repeat;
	background-size:100%;
}
.active .img09{
	background: url(../images/mw_image_05_op.png) top center no-repeat;
	background-size:100%;
}
.img10{
	background: url(../images/img_wig.jpg) top center no-repeat;
	background-size: 277px auto;
}
.img11{
	background: url(../images/model_b_01.jpg) top center no-repeat;
	background-size:107px 145px;
}
.img12{
	background: url(../images/model_b_02.jpg) top center no-repeat;
	background-size:107px 145px;
}
.img13{
	background: url(../images/model_b_03.jpg) top center no-repeat;
	background-size:107px 145px;
}
.img14{
	background: url(../images/model_b_04.jpg) top center no-repeat;
	background-size:107px 145px;
}
.img15{
	background: url(../images/model_b_05.jpg) top center no-repeat;
	background-size:107px 145px;
}
.img16{
	background: url(../images/model_b_06.jpg) top center no-repeat;
	background-size:107px 145px;
}
.img17{
	background: url(../images/model_b_07.jpg) top center no-repeat;
	background-size:107px 145px;
}
.img18{
	background: url(../images/model_b_08.jpg) top center no-repeat;
	background-size:107px 145px;
}
.img19{
	background: url(../images/model_b_09.jpg) top center no-repeat;
	background-size:107px 145px;
}
.img20{
	background: url(../images/model_b_10.jpg) top center no-repeat;
	background-size:107px 145px;
}
.img23{
	background: url(../images/block04_image_01.png) top center no-repeat;
	background-size:185px 133px;
}
.img24{
	background: url(../images/mw_image_04.png) top center no-repeat;
	background-size:264px 323px;
}


.img25{
	background: url(../images/model_01.jpg) top center no-repeat;
	background-size:250px 219px;
}
.img26{
	height: 244px;
	background: url(../images/model_02.jpg) top center no-repeat;
	background-size:250px 244px;
}
.img27{
	height: 228px;
	background: url(../images/model_03.jpg) top center no-repeat;
	background-size:250px 228px;
}
.img28{
	height: 213px;
	background: url(../images/model_04.jpg) top center no-repeat;
	background-size:250px 213px;
}
.img29{
	height: 213px;
	background: url(../images/model_05.jpg) top center no-repeat;
	background-size:250px 213px;
}
.img30{
	height: 228px;
	background: url(../images/model_06.jpg) top center no-repeat;
	background-size:250px 228px;
}
.img31{
	background: url(../images/model_b_11.jpg) top center no-repeat;
	background-size:107px 145px;
}
.img32{
	background: url(../images/model_b_12.jpg) top center no-repeat;
	background-size:107px 145px;
}
.img33{
	background: url(../images/model_b_13.jpg) top center no-repeat;
	background-size:107px 145px;
}

.ancNav {
	text-align: center;
}
.ancNav a,
.ancNav p {
	display: inline-block;
	margin:0 !important;
  padding: 0 !important;
}



/* color */
.ftLinkVer01 a {
	color: #584b91 !important;
}
.ftLinkVer01 span {
	font-size: 11px;
}
.ftLinkVer02 a {
	color: #de53a2 !important;
}
.ftLinkVer02 span {
	font-size: 11px;
}
.border01 {
	border-bottom: dotted 1px #666;
	padding-bottom: 10px;
}


.clr01 {
	color: #ea531a !important;
}
.clr02 {
	color: #4654a3 !important;
}

/*2016 0711追加（asano）*/

/*enquete*/
.enquete_section dl {
    border-bottom: solid 1px #f49199;
}
.enquete_section dl dt {
    border-top: solid 1px #f49199;
    padding:  18px;
}
.enquete_section h2 {
    color: #df6d77;
    font-size: 19px;
}
.enquete_section__dt-01 {
    background: url(../enquete/images/enquete_img02_cl.png) top right no-repeat;
    background-size: auto 90px;
}
.enquete_section__dt-01.active {
    background: url(../enquete/images/enquete_img02_op.png) top right no-repeat;
    background-size: auto 90px;
}
.enquete_section__dt-02 {
    background: url(../enquete/images/enquete_img03_cl.png) top right no-repeat;
    background-size: auto 90px;
}
.enquete_section__dt-02.active {
    background: url(../enquete/images/enquete_img03_op.png) top right no-repeat;
    background-size: auto 90px;
}
.enquete_section__dt-03 {
    background: url(../enquete/images/enquete_img04_cl.png) top right no-repeat;
    background-size: auto 116px;
}
.enquete_section__dt-03.active {
    background: url(../enquete/images/enquete_img04_op.png) top right no-repeat;
    background-size: auto 116px;
}
.enquete_section__dt-04 {
    background: url(../enquete/images/enquete_img05_cl.png) top right no-repeat;
    background-size: auto 90px;
}
.enquete_section__dt-04.active {
    background: url(../enquete/images/enquete_img05_op.png) top right no-repeat;
    background-size: auto 90px;
}
.enquete_section dl dd {
    border-top: solid 1px #f49199;
    display: none;
}
.enquete_section dl dd ul li {
    border-bottom: solid 1px #ccc;
    padding:  15px;
}
.enquete_section li.linkBox {
    border-bottom: none;
    text-align: center;
}
.enquete_section li.linkBox a {
    border: solid 1px #f49199;
    display: inline-block;
    font-size: 17px;
    padding:  10px 30px;
}
.enquete_section .closeBox {
    text-align: right;
}
.enquete_section .closeBox span {
    color: #f49199;
    display: inline-block;
    padding-left: 5px;
}

.note {
	margin: 15px auto 20px;
	line-height: 1.6;
}

.note .note_inner {
	width: 90%;
	margin: 0 auto;
}

.note_box {
	margin: 5px 0 10px;
}

.note .indent {
	padding-left: 1em;
	text-indent: -1em;
}
