@charset "shift_jis";
/* ----------------------------
  RESET
------------------------------ */
/* html5doctor.com Reset Stylesheet v1.4 2009-07-27 Author: Richard Clark - http://richclarkdesign.com */
html,body,div,span,object,iframe,embed,h1,h2,h3,h4,h5,h6,p,a,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,
b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,
hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;border-box;font-weight:normal;}
html{font-size:62.5%;}body{font-size:1rem;line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block;}
blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
ul,ol{list-style:none;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}th,td{text-align:left;font-weight:normal;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;padding:0;}
textarea,input[type=text],input[type=password],input[type=tel],input[type=email]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;border-box;}
input,select,textarea,button{vertical-align:middle;}input,textarea{font-size:1.3rem;}select{margin:inherit;}
img{vertical-align:bottom;}
a,a:link,a:visited,a:hover,a:active{text-decoration:unserline;}a img{border:0;outline:0;}
span{display:inline-block;}
#contents_wrap p span{display:inline;}
/* ----------------------------
  CLEAR FIX
------------------------------ */
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:block;content: "";}.clearfix:after{clear:both;}

/* ----------------------------
  STYLE CSS
------------------------------ */

* {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	-webkit-text-size-adjust: none;
}

body{
	font-size: 1.6rem;
	line-height: 1.3;
}

p{
	font-size: 1.6rem;
}

a {
	text-decoration: none;
}

/* ------------------------------
 Header
 ------------------------------- */
header.index{
	position: relative;
	height: 54px;
	padding: 0 3%;
	text-align: right;
	border-bottom: 1px solid #b88887;
}

header.page {
	position: relative;
	border-top: 3px solid #825363;
	height: 36%;
	padding: 0 6px;
	border-bottom: 1px solid #b88887;
	color: #64293d;
	font-size: 1.5rem;
	white-space: nowrap;
}

.logo {
	display: inline-block;
	width: 22%;
	height: 18px;
	margin: 10px 0 0 0;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: url(../images/common/sprite.png) no-repeat 0 -232px;
	-webkit-background-size: 250px;
	   -moz-background-size: 250px;
	        background-size: 250px;
	vertical-align: top;
}

.index .logo {
	position: absolute;
	top: 15px;
	left: 50%;
	display: inline-block;
	width: 86px;
	height: 26px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: url(../images/common/sprite.png) no-repeat 0 -324px;
	-webkit-background-size: 350px auto;
	   -moz-background-size: 350px auto;
	        background-size: 350px auto;
	vertical-align: top;
	margin-top: 0;
	margin-left: -43px;
}

.inquiry {
	display: inline-block;
	width: 40%;
	margin: 8px 0 0 0;
}

.inquiry a {
	display: block;
	line-height: 1;
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e2d9d9));
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#e2d9d9 100%);
	background:    -moz-linear-gradient(top,  #f6f6f6 0%,#e2d9d9 100%);
	background:         linear-gradient(to bottom,  #f6f6f6 0%,#e2d9d9 100%);
	overflow: hidden;
	font-size: 1.1rem;
	color: #734;
	border :1px solid #734;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
	padding: 4px 0;
	text-align: center;
}

.index .inquiry {
	display: inline-block;
	margin: 8px 0 0 0;
	width: auto;
}

.index .inquiry a {
	display: inline-block;
	line-height: 1;
	overflow: hidden;
	font-size: 1.1rem;
	color: #734;
	padding: 4px 0;
	text-align: center;
	background: none;
	border: none;
	border-radius:none;
}

.index .login {
	position: absolute;
	top: 13px;
}
.index .login a {
	display: inline-block;
	overflow: hidden;
	color: #734;
	text-align: center;
	line-height: 1;
}

.tel {
	display: inline-block;
	width: 38%;
	height: 25px;
	line-height: 25px;
}

.tel a {
	background: url("/assets/sp/images/common/tel_info.png");
	background-repeat: no-repeat;
	background-position: top right;
	-webkit-background-size: 112px 25px;
	   -moz-background-size: 112px 25px;
	        background-size: 112px 25px;
	display: block;
	font-size: 1.2rem;
	color: #000;
	margin: 1px 0 0 4px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.index .login,
.index .inquiry{
  text-align: center;
}
.index .login img,
.index .inquiry img{
  width: 25px !important;
  height: 25px !important;
}
.index .login span,
.index .inquiry span{
  display: block;
  margin-top: 2px;
  text-align: center;
  font-size: 1.0rem;
  color: #3E2530;
  font-weight:bold;
}

/*-------------------------------
TOP画面用
-------------------------------*/
#title{
	width:100%;
	height:auto;
}
#topPanel {
	display:block;
	width:100%;
	height:auto;
	text-align: center;
}
#topPanel img{
	width:100%;
	height:auto;
}
#topPanel img:nth-of-type(1){
	display:block;
	width:100%;
	height:auto;
	position:static;
}
#topPanel div{
	display:block;
	width:100%;
	height:0px;
	text-align: center;
	position:relative;
	top:10px;
}

#topPanel span{
	background-color: #f8ebe0;
	opacity: 0.7;
	font-size: 1.3rem;
	font-weight: bold;
	color: #44240f;
	border: 2px solid #44240f;
        -webkit-border-radius: 16px;
           -moz-border-radius: 16px;
                border-radius: 16px;
	padding: 4px 10px;
	margin: 0 10px 4px 10px;
	line-height: 1.2;
}

h1.sampleTitle {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 110px;
}


.noticeText {
	color: #333;
	font-size: 0.8rem;
	margin: 0;
}

#domoText {
	margin: 8px;
}

.facePic {
	width: 140px;
	height: 140px;
	float: right;
}

.sampleSetText {
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333;
}

/*--------------------------
FAQアコーディオン
--------------------------*/
.faqAccHide { display: none !important; }
.faqAcc-section {
	margin: 0 18px 20px;
	border-bottom: 1px solid #934150;
}
.faqAcc {}
.faqAcc-h {
	border-top: 1px solid #934150;
	text-align: left;
	font-size: 14px;
	line-height: 1.429;
}
.faqAcc-h a {
	position: relative;
	display: block;
	padding: 12px 15px 12px 5px;
	background: #FFF;
	color: #333;
}
.faqAcc-h a::after {
	position: absolute;
	top: 4px;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border: 1px solid;
	border-color: #934150 #934150 transparent transparent;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.faqAccClosed .faqAcc-h a::after {
	top: -4px;
	border-color: transparent transparent #934150 #934150;
}
.faqAccOpened .faqAcc-h a::after {}
.faqAcc-contents { padding: 5px 0 18px; }

/*--------------------------
入力画面同封品エリア用
--------------------------*/
.faqAccHide { display: none !important; }
.mfp-bg { opacity: 0.6; }
.mfp-container { padding: 0 5%; }
.enclosureModal-open { padding: 50px 0 0; }

.enclosureModal-close_btn {
	position: relative;
	margin: -62px auto 0;
	text-align: center;
}
.enclosureModal-close_btn a {
	display: inline-block;
	width: 74%;
	vertical-align: middle;
	padding: 10px 0;
	color: #32292d;
	font-size: 13px !important;
	line-height: 1.231;
	border: #d6d6d6 solid 1px;
	background: -moz-linear-gradient(bottom, #fefefe 0%, #fefefe 50%, #eeeeee 100%);
	background: -webkit-linear-gradient(bottom, #fefefe 0%,#fefefe 50%,#eeeeee 100%);
	background: linear-gradient(to bottom, #fefefe 0%,#fefefe 50%,#eeeeee 100%);
	background-color: #fefefe;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(255,255,255,1.0) inset, 0px 3px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px 1px rgba(255,255,255,1.0) inset, 0px 3px 3px 0px rgba(0,0,0,0.1);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.enclosureModal-close.enclosureModal-close_icon {
	position: absolute;
	top: -40px;
	right: 5px;
	width: 30px;
	height: 30px;
	text-decoration: none;
}
.enclosureModal-close.enclosureModal-close_icon::before,
.enclosureModal-close.enclosureModal-close_icon::after {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	display: block;
	width: 30px;
	border-top: 1px solid #FFF;
}

.enclosureModal-close.enclosureModal-close_icon::before { transform: skewY(-45deg); }
.enclosureModal-close.enclosureModal-close_icon::after { transform: skewY(45deg); }
.enclosureModal-contents {
	position: relative;
	margin: 50px 0 0;
	background: #FFF;
}
.enclosureModal-contents-inner {
	max-height: 400px;
	max-height: 75vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling : touch;
}
.enclosureModal-contents-inner::-webkit-scrollbar {
	width: 4px;
	background: #efefef;
}
.enclosureModal-contents-inner::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #A6A6A6;
}
.enclosureSampleSet {}
.sampleSetBtn {
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1.286;
}
.sampleSetBtn a {
	position: relative;
	display: block;
	padding: 10px 30px;
	color: #32292d;
	border: 1px #d6d6d6 solid;
	background: -ms-linear-gradient(bottom, #fefefe 0%, #fefefe 50%, #eeeeee 100%);
	background: -moz-linear-gradient(bottom, #fefefe 0%, #fefefe 50%, #eeeeee 100%);
	background: -webkit-linear-gradient(bottom, #fefefe 0%,#fefefe 50%,#eeeeee 100%);
	background: linear-gradient(to bottom, #fefefe 0%,#fefefe 50%,#eeeeee 100%);
	background-color: #fefefe;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(255,255,255,1.0) inset, 0px 3px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px 1px rgba(255,255,255,1.0) inset, 0px 3px 3px 0px rgba(0,0,0,0.1);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.sampleSetBtn a::after {
	position: absolute;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -5px;
	margin-left: 5px;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 0px;
	border-top: solid 2px #934150;
	border-right: solid 2px #934150;
}

/*--------------------------
キャンペーンバナー用
--------------------------*/
#moreViewBtn {
	display: inline-block;;
	background: #bc8689;
	background-color: #87435a;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#c17c93), to(#87435a));
	background: -webkit-linear-gradient(top, #c17c93, #87435a);
	background: -moz-linear-gradient(top, #c17c93, #87435a);
	background: linear-gradient(top, #c17c93, #87435a);
	width: 50%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 30px;
	line-height: 30px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);
	text-decoration: none;

}
.accordionKey{}
.accordionBody{}
.accordionBody.active{
  display: block;
}

.accordionBody p{
	font-size:1.4rem;
}

.accordionBody p:last-child{
	margin-bottom:0px;
}
.bnrList{
  background-color:#FFF;
  margin-bottom:10px;
  border-bottom:#CCC solid 2px;
  text-align:center
}

/*--------------------------
フッターボタン
--------------------------*/
.domoTopLink {
	display: inline-block;
	width: 100%;
	padding: 6px 4px 6px 10px;
}

.pageTopLink {
	display: inline-block;
	width: 38%;
	padding: 6px 10px 6px 4px;
}

.domoTopLink a {
	display: block;
	width: 100%;
	height: 28px;
	background-color: #65293d;
	background: -webkit-gradient(linear,0 0,0 100%,from(#c17c93),to(#af5974));
	background: -webkit-linear-gradient(top,#c17c93,#af5974);
	background:    -moz-linear-gradient(top,#c17c93,#af5974);
	background:         linear-gradient(top,#c17c93,#af5974);
	border: none;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	font-size: 1.2rem;
	line-height: 28px;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);
}

/*/////////finish_login_smart BTN/////20170224////////////*/
.domoTopLink_new {
	display: inline-block;
	width: 100%;
	padding: 6px 5px;
}

.domoTopLink_new a{
	display: block;
	width: 100%;
	height: 35px;
    border: 1px solid #f95331;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #d01706 url(../../../../assets/img/button_singular_bg01.png) repeat-x 0 0;
    background-size: 100% 100%;
    color: #fff;
    font-size: 1.5rem;
	line-height: 37px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
    cursor: pointer;
}
.domoTopLink_new a:hover {
	-webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
	background: #b31e00;
}


/*////////////////////////////////////////////////////////*/

.pageTopLink a {
	display: block;
	width: 100%;
	height: 28px;
	background-color: #65293d;
	background: -webkit-gradient(linear,0 0,0 100%,from(#d5d5d5),to(#b7b7b7));
	background: -webkit-linear-gradient(top,#d5d5d5,#b7b7b7);
	background:    -moz-linear-gradient(top,#d5d5d5,#b7b7b7);
	background:         linear-gradient(top,#d5d5d5,#b7b7b7);
	border: none;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	font-size: 1.2rem;
	line-height: 28px;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.3);
}

.footer {
	background: #fff;
	color: #666;
	text-align: center;
	font-size: 1.4rem;
	line-height: 16px;
	padding: 8px 0;
	margin-top: 4px;
	border-top: 1px solid #cec1c1;
}

/*--------------------------
確認画面
--------------------------*/

#checkTitle {
	height: 18px;
	background: url(../images/common/domo_title.png);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: 230px 18px;
	   -moz-background-size: 230px 18px;
	        background-size: 230px 18px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 10px 0 4px 0;
}

#checkSubTitle {
	font-size: 1.6rem;
	color: #444;
	text-align: center;
	margin: 0 0 8px 0;
}

.confirmPart {
	font-size: 1.4rem;
	padding: 6px 10px 10px 10px;
}

.confirmPart p {
	font-size: 1.4rem;
}

p.attentionBox {
	background: #fae9ca;
	font-size: 1.4rem;
	color: #d80c18;
	border: 1px solid #d80c18;
	padding: 6px;
	margin: 4px 0;
}

.submitText {
	font-weight: bold;
	padding: 6px 0 2px 0;
}

/*--------------------------
完了画面
--------------------------*/

.sampleFinishTitleArea {
    border-bottom: 1px solid #cec1c1;
    border-top: 1px solid #cec1c1;
    padding: 0 0 6px;
}
#sampleFinishTitle {
    background: rgba(0, 0, 0, 0) url("../images/common/domo_title.png") no-repeat scroll center top / 230px 18px;
    height: 18px;
    margin: 10px 0 4px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
#sampleFinishSubTitle {
    color: #936c6c;
    font-size: 1.8rem;
    margin: 0 0 2px;
    text-align: center;
}

/*///////finish_login_smart finish_text////20170306///////*/
.mypage_text01{
    padding-top: 5%;
    text-align: center;
    font-size: 1.4rem;
}
.mypage_text02{
    font-size: 1.4rem;
}
/*///////////////////////////////////////////////////////*/

.sampleFinishMain {
    padding: 0 10px;
}
#sampleFinishSubTitle2 {
    color: #734;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 8px 0 0;
    text-align: center;
}
.sampleFinishInfo {
    background: #ffffe3 none repeat scroll 0 0;
    margin-bottom: 6px;
    padding: 10px;
}

#checkSubTitle {
	color: #444;
	font-size: 1.6rem;
	margin: 0 0 8px;
	text-align: center;
}

#checkTitle, #sampleSetTitle {
	background: rgba(0, 0, 0, 0) url("../images/common/domo_title.png") no-repeat scroll center top / 230px 18px;
	height: 18px;
	margin: 10px 0 4px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#sampleFinishTitle {
	background: rgba(0, 0, 0, 0) url("../images/common/domo_title.png") no-repeat scroll center top / 230px 18px;
	height: 18px;
	margin: 10px 0 4px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.sampleFinishText {
	color: #333;
	font-size: 1.6rem;
	line-height: 1.7;
	margin: 14px 0;
}

.ftPink {
	color:#d3676c;
	font-size: 1.6rem;
}

.faqText {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 6px 2px;
}

.faqBtn {
	display: inline-block;
	width: 49%;
}

.faqBtn a {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f6f6f6 0%, #e2d9d9 100%) repeat scroll 0 0;
	border: 1px solid #734;
	border-radius: 7px;
	color: #734;
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	margin: 8px 2px;
	text-align: center;
}

.boxoffset10 {
	margin: 10px;
}

.top_image100 {
	height: auto;
	width: 100%;
}
.mB10 {
	margin-bottom: 10px !important;
}

.twitterLinkbtn, .facebookLinkbtn {
	float: left;
	width: 50%;
}
.twitterLinkbtn p, .facebookLinkbtn p {
	display: inline-table;
	width: 100%;
}
.twitterLinkbtn p {
	padding: 0 4px 10px 0;
}
.facebookLinkbtn p {
	padding: 0 0 10px 4px;
}
.twitterLinkbtn a, .facebookLinkbtn a {
	border-radius: 5px;
	color: #fff;
	display: table-cell;
	font-size: 1.6rem;
	height: 50px;
	line-height: 26px;
	text-align: left;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	vertical-align: middle;
	white-space: nowrap;
	width: 100%;
}
.twitterLinkbtn a {
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, 0 0, 0 100%, from(#03caef), to(#019ce6)) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #03caef, #019ce6) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #03caef, #019ce6) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(top, #03caef, #019ce6) repeat scroll 0 0;
	border: 1px solid #009be9;
}
.facebookLinkbtn a {
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, 0 0, 0 100%, from(#788ec4), to(#234ea4)) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #788ec4, #234ea4) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #788ec4, #234ea4) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(top, #788ec4, #234ea4) repeat scroll 0 0;
	border: 1px solid #435aca;
}
.twitterLinkbtn img, .facebookLinkbtn img {
	display: inline-table;
	height: 40px;
	margin: 0 5px;
	width: 40px;
}
.twitterLinkbtn span, .facebookLinkbtn span {
	display: inline-table;
}

.footer {
	background: #fff none repeat scroll 0 0;
	border-top: 1px solid #cec1c1;
	color: #666;
	font-size: 1.4rem;
	line-height: 16px;
	margin-top: 4px;
	padding: 8px 0;
	text-align: center;
}

.clear_box {
	clear: both;
}

.postPic {
	float: right;
	height: 72px;
	margin-top: 14px;
	width: 100px;
}

/*--------------------------
メールアドレスの入力を確認
--------------------------*/
.mR25 {
	margin-right: 25px;
}