@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* common CSS [SP]
/*----------------------------------------------*/

/*######## ブロックレベル変換(HTML5タグ用) ########*/
header, footer, nav, section, article, aside, hgroup, 
details, summary, menu, figure, figcaption {
	display: block;
}


/*######## General ########*/


/*######## Background & Wrapper ########*/

body, table, input, textarea, h1, h2, h3, h4, h5, h6 {
	font-family: "微软雅黑", "Microsoft YaHei", "Microsoft YaHei UI", "SF Pro SC", "PingFang SC", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*
	"微软雅黑", "Microsoft YaHei", "Microsoft YaHei UI" for Windows
	"SF Pro SC", "PingFang SC" for Mac & iOS
	"Droid Sans" for Android
	"Helvetica Neue", Helvetica, Arial, sans-serif for english font
	*/
	
	color: #000000;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.4;
}

body {
	min-height: 416px;
	-webkit-text-size-adjust: none;  /* no font auto resize for iPhone */
	
	background-color: #FFFFFF;
}

#wrapper {
	width: 100%;
	background-color: #FFFFFF;
}


/*######## Common ########*/

/*---- Color ----*/
.fred { color: #C31920; }

/*---- Bold ----*/
.fbold { font-weight: bold; }

/*---- Underline ----*/
.funderline { text-decoration: underline; }

/*---- Indent ----*/
.indent1 {
	padding-left: 0.7em;
	text-indent: -0.7em;
	margin-bottom: 0.4em;
}

/*---- Page top button ----*/
.pagetop-btn {
	display: none;
}

/*---- Common pager ----*/
.common-pager {
}

.common-pager .pagerbox {
}

.common-pager .pager-textbox {
	display: inline-block;
	padding: 8px 10px 10px 0px;
	
	white-space: nowrap;
	vertical-align: top;
}

.common-pager .pager-text-total {
}

.common-pager .pager-linkbox {
	display: inline-block;
}

.common-pager .pager-link {
	overflow: hidden;  /* preventing height 0 when float */
}

.common-pager .pager-link li {
	float: left;
	width:       32px;
	height:      32px;
	line-height: 32px;
	margin-left: 5px;
	margin-bottom: 10px;
	text-align: center;
}

.common-pager .pager-link li a {
	display: block;
	height:      32px;
	line-height: 32px;
	text-decoration: none;
	border: 1px solid #D0D0CE;
}

.common-pager .pager-link .pager-link-wide {
	width: 30px;
}

.common-pager .pager-link .pager-link-dot {
	border: none;
	width: 30px;
	border: 1px solid #FFFFFF;
}

.common-pager .pager-link .pager-link-cur {
	color: #FFFFFF;
	background-color: #9A7F5D;
	border: 1px solid #9A7F5D;
}

/*---- Common ol ----*/
.common-ol-bracket {
	counter-reset: cnt;
	list-style-type: none;
	margin-top: 4px;
	padding: 0px;
}

.common-ol-bracket > li {
	counter-increment: cnt;
	margin-bottom: 4px;
	padding-left: 2.5em;
	text-indent: -2.5em;
}

.common-ol-bracket > li:before {
	content: "（"counter(cnt) "）";
}

/*---- Common creditcard ----*/
.common-creditcard-securitycodeframe {
	overflow: hidden;  /* preventing height 0 when float */
	margin-top: 20px;
}

.common-creditcard-securitycodebox {
	float: left;
	width: 180px;
	margin: 0px 10px 20px 0px;
}

.common-creditcard-securitycode-title {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
}

.common-creditcard-securitycode-photo {
	margin: 5px 0px;
	text-align: center;
}

.common-creditcard-securitycode-text {
	font-size: 13px;
	font-size: 1.3rem;
}

.common-creditcard-supportframe {
	margin-top: 20px;
}

.common-creditcard-support-photo {
}

.common-creditcard-support-photo img {
	height: 30px;
	margin-bottom: 5px;
}


/*######## Header ########*/

#headerfield {
	width: 100%;
	background-color: #000000;
}

#headerbody {
	width: 100%;
}

#header-logoframe {
	display: table;
	width: 100%;
	height: 60px;
}

#header-logobox {
	display: table-cell;
x	padding: 0px 10px;
	padding-left: 10px;
	vertical-align: middle;
x	background-color: #00FF00;
}

#header-logobox img {
	width: 100%;
x	max-width: 83px;  /* for max height 50px (org size 150x91) */
	max-width: 160px;  /* for max height 50px (org size 438x50) */
}

#header-buttonbox {
	display: none;
}

#header-spbuttonbox {
	display: table-cell;
	width: 195px;
	vertical-align: middle;
}

#header-button-hmgnavibtnframe {
	float: right;
	width: 30x;
	margin-right: 15px;
	
	cursor: pointer;
}

#header-button-hmgnavibtnframe span {
	display: block;
	font-size: 8px;
	font-size: 0.8rem;
	line-height: 1;
	color: #FFFFFF;
	text-align: center;
}

#header-button-hmgnavibtn {
	width: 30px;
	
	cursor: pointer;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	background-color: #FFFFFF  !important;
}

/*----- Global navigation -----*/
#header-gnavi {
	display: none;
}

#header-spgnavi {
	display: none;  /* 初期状態非表示 */
	position: absolute;
	top: 60px; /* #header-spbutton-gnavibtnの下部に合わせる */
	right: 0px;
	z-index: 10000;  /* スライドやカルーセルの上に表示させる */
	
	width: 100%;
	
	background-color: #000000;
}

#header-spgnavi .menu-navibox {
	background-color: #FFFFFF;
}

#header-spgnavi .menu-navibox li {
	min-height:  38px;
	line-height: 38px;
	border-top: 1px solid #DDD8D0;
}

#header-spgnavi .menu-navibox li a {
	display: block;
	min-height:  38px;
	line-height: 38px;
	padding-left: 10px;
	color: #000000;
}

#header-spgnavi-closespmenu {
	min-height:  38px;
	line-height: 38px;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	cursor: pointer;
	text-align: center;
	color: #CECECE;
	background-color: #000000;
}

.header-spbutton-mbbtn {
	float: right;
	width: 34px;
	height: 34px;
	margin-right: 15px;
	
	background-repeat: no-repeat;
	-webkit-background-size: 34px 34px;  /* for Android2.1 */
	background-size:         34px 34px;
}

#header-spbutton-mbbtn-mbreg {
	background-image: url(../img/common/header_btn_mbreg.png);
}

#header-spbutton-mbbtn-login {
	background-image: url(../img/common/header_btn_login.png);
}

#header-spbutton-mbbtn-mbrsv {
	background-image: url(../img/common/header_btn_mbrsv.png);
}

#header-spbutton-mbbtn-mymenu {
	background-image: url(../img/common/header_btn_mymenu.png);
}

#header-spbutton-mbbtn-contact {
	background-image: url(../img/common/header_btn_contact.png);
}

.header-spbutton-mbbtn a {
	display: block;
	width: 34px;
	height:      34px;
	line-height: 34px;
}


/*######## Contents ########*/

/*---- Contents field ----*/
.contentsfield {
	width: 100%;
}

/*---- Contents body ----*/
.contentsbody {
}

/*---- Bread crumb ----*/
#breadcrumb {
	display: none;
}

/*---- Title ----*/
.title-base {
	margin: 30px 10px 20px;
	color: #333333;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.35;
	text-align: center;
}

.subtitle-base {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 5px;
x	font-size: 16px;
x	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 3px solid #DEDEDE;
}

.subtitle-base::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #000000;
}

/*---- Contents box ----*/
.contentsbox {
	overflow: hidden;  /* preventing height 0 when float */
	margin-bottom: 20px;
}

/*---- Contents box(2column) ----*/
.contentsbox-leftmain {
	padding: 0px 10px;
}

.contentsbox-rightmenu {
	width: 200px;
	margin: 0px auto 30px;
}

/*---- Common box ----*/
.commonbox {
	margin-bottom: 30px;
	padding: 10px;
}


/*######## Right menu ########*/

.rightmenu-bnrbox {
	margin-bottom: 30px;
}

.rightmenu-bnrbox img {
	max-width: 100%;
}

.rightmenu-bnrbox p {
	margin-top: 5px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.35;
}


/*######## Footer ########*/

/*---- Footer contents ----*/
#footerfield {
	width: 100%;
}

#footerbody {
	width: 100%;
}

#footer-linkframe {
	width: 100%;
	border-bottom: 1px solid #F7F7F7;
}

#footer-linkframe .menu-navibox {
}

#footer-linkframe .menu-navi-subtitle {
	padding-left: 10px;
	background-color: #212121;
}

#footer-linkframe .menu-navi-subframe {
}

#footer-linkframe .menu-navibox li {
	min-height:  38px;
	line-height: 38px;
	color: #FFFFFF;
	border-top: 1px solid #F7F7F7;
	background-color: #FFFFFF;
}

#footer-linkframe .menu-navibox li a {
	display: block;
	min-height:  38px;
	line-height: 38px;
	padding-left: 20px;
	color: #000000;
}

/*---- Copyright ----*/
#footer-copyright {
	padding: 10px 0px;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #999999;
	background-color: #000000;
}


/*######## 標準文字入力フォーム<input>,<textarea>タグ ########*/
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], textarea {
	margin-bottom: 5px;
	padding: 8px 3px;
	border: 1px solid #D0D0CE;
	
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
	
	-webkit-appearance: none;    /* for stop iOS gradation */
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}


/*######## 標準選択フォーム<input type="radio">,<input type="checkbox">,<label>タグ ########*/

/*---- フォーム要素本体 ----*/
input[type="radio"], input[type="checkbox"] {
x	width: auto;  /* 2023/01/30:for Win10 22H2 Edge Bug */
	margin: 0px 3px 0px 6px;
	padding: 0px;
	
	font-size: 18px;
	font-size: 1.8rem;
	vertical-align: 0px;
}

/*---- フォーム選択肢(radio&checkbox) ----*/
.formchoice {
	padding-top: 5px;
}

.formchoice li {
	margin-bottom: 10px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.formchoice-horizonal {
	overflow: hidden;  /* preventing height 0 when float */
	padding-top: 5px;
}

.formchoice-horizonal li {
	float: left;
	margin: 0px 10px 10px 0px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

/*---- フォーム用<label>タグ ----*/
label {
	padding-left: 0px;  /* 2023/01/30:for Win10 22H2 Edge Bug */
	text-indent: 0px;   /* 2023/01/30:for Win10 22H2 Edge Bug */
}


/*######## 標準<select>タグ ########*/
select {
	height: 40px;
	margin: 5px 0px;
	padding: 0px 25px 0px 5px;
	border: 1px solid #D0D0CE;
	
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../img/common/select_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	
	-webkit-box-sizing: border-box;  /* for Safari,Firefox3 */
	box-sizing:         border-box;  /* for Chrome,IE8+ */
	
	-webkit-appearance: none;    /* for stop iOS gradation */
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}

select::-ms-expand {  /* for hide select arrow IE10+ */
	display: none;
}


/*######## 標準ボタンフォーム<input type="submit">,<input type="button">タグ ########*/
input[type="submit"], input[type="button"] {
	height: 40px;
	padding: 0px 20px;
	border: none;
	
	color: #FFFFFF;
x	letter-spacing: 1px;
	
	background-color: #9A7F5D;
	
	-webkit-appearance: none;    /* for stop iOS gradation */
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}


/*######## フォーム関連 ########*/

/*---- フォームテーブル ----*/
.formtable {
}

.formtable-row {
	margin-bottom: 10px;
}

.formtable .formtable-title {
}

.formtable .formtable-title-text {
	display: inline-block;
	font-weight: bold;
}

.formtable .formtable-title-text br {
	display: none;
}

.formtable .formtable-title-subtext {
	font-weight: normal;
}

.formtable .formtable-title-must {
	padding: 3px;
	display: inline-block;
	height:      15px;
	line-height: 15px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFFFFF;
	background-color: #C31920;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.title-must {
	padding: 3px;
	display: inline-block;
	height:      15px;
	line-height: 15px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFFFFF;
	background-color: #757878;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.formtable .formtable-title-option {
	display: inline-block;
	height:      15px;
	line-height: 15px;
	padding: 3px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFFFFF;
	background-color: #C8C9C7;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.formtable .formtable-data {
	padding-top: 2px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D0D0CE;
}

.formtable .formtable-data-formtextonly {
}

/*---- フォームアイテム ----*/
.formitem-textdate {
	width: 40px;
}

.formitem-texthalf {
	width : 90%;
}

.formitem-textfull {
	width : 90%;
}

.formitem-memo {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
}

.formitem-memo-indent {
	padding-left: 0.7em;
	text-indent: -0.7em;
}

.formitem-notice {
	color: #C31920;
	font-size: 12px;
	font-size: 1.2rem;
}

.formitem-notice-indent {
	padding-left: 0.7em;
	text-indent: -0.7em;
}

/*---- フォームボタン ----*/
.btn-formsubmit {
	text-align: center;
}

.btn-formsubmit input {
	min-width: 100px;
	height:      40px;
	line-height: 40px;
	margin: 10px auto;
	padding: 0px 20px;
	border: none;
	
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;  /* for iPhone only */
	color: #FFFFFF;
	text-align: center;
	
	background-color: #9A7F5D;
	
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}

.btn-formsubmit input:hover,
.btn-formsubmit input:focus,
.btn-formsubmit input:active {
	background-color: #997631;
}

.btn-formsubmit .btn-formsubmit-back {
	color: #000000;
	background-color: #BBBCBC;
}

.btn-formsubmit .btn-formsubmit-back:hover,
.btn-formsubmit .btn-formsubmit-back:focus,
.btn-formsubmit .btn-formsubmit-back:active {
	background-color: #C8C9C7;
	text-decoration: underline;
}

.btn-formsubmit-between {
	display: inline-block;
	width: 10px;
}

/*---- フォームエラー ----*/
.formerrbox {
	margin: 10px 20px 10px;
	line-height: 1.5;
	
	color: #FF6633;
}

.formerrbox .fbold {
	font-weight: bold;
}

.formerr {
	border: 3px solid #FF6633 !important;
	  /* !importantがないと<input type="text">等に効かない */
}

.formerrtext {  /* VERITRANSトークン決済用 */
	color: #FF6633;
}

.fatalerror-nullbox {  /* mbemc.html & mbpst.html */
	height: 100px;
}

/*---- フォームページ ----*/
.form-formlead {
	margin-bottom: 30px;
}

/*---- フォーム確認ページ ----*/
.form-checklead {
	margin-bottom: 30px;
}

/*---- フォーム完了ページ ----*/
.form-donebox {
}

.form-donebox-memo {
}

.form-donebox-memo-indent {
	padding-left: 1em;
	text-indent: -1em;
}

.form-donebox-link {
	margin-top: 20px;
}

.form-donebox-link a {
	text-decoration: underline;
}

/*---- 共通ボタン ----*/
.btn-common {
	text-align: center;
}

.btn-common a {
	display: inline-block;
	min-width: 150px;
	height:      40px;
	line-height: 40px;
	margin: 0px 10px 20px;
	padding: 0px 20px;
	
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	color: #FFFFFF;
	text-decoration: none;
	
	background-color: #9A7F5D;
	
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}

.btn-common a:hover {
	background-color: #997631;
}
