@charset "UTF-8";

html, body, #wrapper {
	height:100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, 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;
	font-size:100%;
	vertical-align:bottom;
	background:transparent;
}
body {
	line-height:1.5;
	-webkit-text-size-adjust: 100%;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
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;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top: 1px solid #D9D9D9;
	margin: 1.5em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
textarea { /* for chrome fontsize bug */
	font-family: sans-serif;
}
button {
	letter-spacing: normal;
	font-family: sans-serif;
}

html {
	font-size: 62.5%;/* 62.5%を指定すると「1.0 rem = 10px」 */
}
body {
	width: 100%;
	padding: 0;
	color:#222;
	font-family: sans-serif;
	font-size: 1.3rem;
}
a,
a:link {
	color: #222;
	text-decoration: none;
}
a:visited {opacity:0.7;text-decoration:none;}
a:hover {opacity:0.7;text-decoration: underline;}
a:active {opacity:0.7;text-decoration:none;}

h1, h2 {
	background: #DAD2CF;
	color: #222;
	font-size: 100%;
	padding: 0.5em 1em;
	margin: 0 0 0.5em;
	line-height: 1.2;
	font-weight: bold;
}
h3, h4, h5, h6 {
	font-size: 100%;
	margin: 0 0 0.5em;
	line-height: 1.1;
	font-weight: bold;
	padding: 0.5em 0;
}
p {
	margin: 0;
	color: #222;
	line-height: 1.5;
	text-align: left;
	font-size: 1.6rem;
}
dl dt, dl dd {
	color: #222;
	line-height: 1.3;
	text-align: left;
}
ul {
	margin: 0 0 0em;
	padding: 0;
	list-style: none;
}
img {
	max-width : 100%;
}
small {
	font-size: 1.1rem;
}
.small {
	font-size: 1.3rem;
	font-weight: normal;
}
.cl {
	clear: both;
}
dl dt img {
	-ms-interpolation-mode: bicubic;
}

dl dd span.auto_br {
	display:inline-block;
}
/* 注釈用のフォント設定 */
.annotation_text {
	padding-top: 1.4em !important;
	line-height: 1.4 !important;
	font-size: 1.4rem !important;
}
.btn_area .annotation_text {
	text-align: center;
}
.text_lightcolor {
	color: #808080;
}
.text_middlecolor {
	color: #737373;
}
.text_bold {
	font-weight: bold;
}
.small_text {
	font-size: 1.2rem !important;
}
/* =====================================
layout base
===================================== */

#wrapper {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
#contents {
	flex-grow: 1;
}
article#main,
.popup_area {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
aside#side {
	width: 100%;
}
.pagetop {
	width: 97%;
	height: 21px;
	height: 2.1rem;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

.pagetop a {
	float: right;
	width: 5em;
	padding: 0 0.7em 0 2em;
	display: block;
	font-size: 1.0rem;
	line-height: 21px;
	line-height: 2.1rem;
	height: 21px;
	height: 2.1rem;
	vertical-align: middle;
	background: url("img/arrow_pagetop.png") 1em center no-repeat #172228;
	border-radius: 3px 3px 0 0;
}
.pagetop a:link { color: #fff;}
.pagetop a:visited { color: #fff;}
.pagetop a:hover { color: #fff;}
.pagetop a:active { color: #fff;}


.block_outer:before, .block_outer:after {
	content: "";
	display: table;
}
.block_outer:after {
	clear: both;
}

#undercolumn {
	margin-bottom: 2em;
}
#undercolumn h2.title {
	background: none;
	color: #222;
	font-size: 2.4rem;
	margin: 0;
	padding: 1.15em 0.2em;
	text-align: center;
}
#undercolumn h2.title img {
	height: 3.2rem;
}
#undercolumn .inner {
	padding: 1.5em 0;
}
/* ここ追加 */
#undercolumn .inner.inner_last_child {
	padding: 0.8em 0 0;
}
#undercolumn .inner_large {
	padding: 2.3em 0;
}
#undercolumn .heading02 {
	margin-bottom: 0.5em;
}

/* padding */

.spadB0 {padding-bottom: 0 !important;}

/* form parts */

::-webkit-input-placeholder {color: #999; opacity:1;}
::-moz-placeholder {color: #999; opacity:1;}
:-moz-placeholder {color: #999; opacity:1;}
:-ms-input-placeholder {color: #999; opacity:1;}

article input[type="text"],
article input[type="email"],
article input[type="password"],
article input[type="tel"],
article input[type="url"],
article input[type="date"],
article input[type="number"]{
	border: 1px solid #808080;
	border-radius: 4px;
	font-size: 2rem;
	padding: 0 0.8em;
	vertical-align: middle;
	width: 100%;
	-webkit-appearance: none;
	height: 4.7rem;
	box-sizing: border-box;
}
article input[type="text"].msize,
article input[type="email"].msize,
article input[type="password"].msize,
article input[type="tel"].msize,
article input[type="url"].msize,
article input[type="date"].msize,
article input[type="number"].msize {
	font-size: 1.6rem;
}
article input[type="radio"],
article input[type="checkbox"]{
	border: 1px solid #C7C7C7;
	font-size: 1.3rem;
}
article input[type="radio"] {
	border-radius: 10px;
}
article select {
	border: 1px solid #808080;
	border-radius: 4px;
	font-size: 2rem;
	padding: 0.4em;
}
article select .placeholder {
	display: none;
}
article textarea {
	border: 1px solid #808080;
	border-radius: 4px;
	font-size: 1.3rem;
	padding: 0.4em 0.8em;
	max-width: 90%;
}

button {
	-webkit-appearance:none;
}
textarea {
	-webkit-appearance:none;
}

/* =====================================
base
===================================== */

/* --- clearfix --- */

.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

/* --- attention --- */

.attention {
	color: #FF0000;
}
.attentionSt {
	background: rgba(255, 0, 0, 0.1);
	color: #FF0000;
	padding: 1em;
	text-align: center;
}
.attentionBb {
	background-color: #fff;
	color: #FF0000;
	padding: 1em;
	border-radius: 5px;
}

.loading {
	text-align: center;
}




/* --- errornotice --- */

.errornotice {
	background: rgba(255, 0, 0, 0.1);
	color: #FF0000;
	padding: 1em;
	text-align: center;
}

/* --- buttonStyle --- */

.button01 {
	text-align: center;
	background: #A57C55;
	border: 0 none;
	border-radius: 5px;
	padding: 0;
}
.button01:hover {
	background: #B18C67;
	cursor: pointer;
}
.button01 a {
	padding: 0.6em 0 0.6em;
	display: block;
}
.button01 a:link { color: #fff; text-decoration: none;}
.button01 a:visited { color: #fff;text-decoration: none;}
.button01 a:hover { color: #fff;text-decoration: none;}
.button01 a:active { color: #fff;text-decoration: none;}

.button01 a span,
.button01 button span {
	background: url("img/arrow_r01.png") left center no-repeat;
	background-size: 12px auto;
	padding-left: 1.2em;
}
.button01 button {
	background: none; border: none;
	padding: 0.6em 0 0.6em;
	color: #fff;
	cursor: pointer;
	width: 100%;
}
.button01 span {
	cursor: pointer;
}

/* .button02 {
	text-align: center;
	border: double 2px #afd21b;
	border-radius: 5px;
	padding: 1px;
	background-color: #fff;
} */
/* .button02:hover {
	cursor: pointer;
	border: double 2px #b3df14; */
	/*background-color: #80fc87; #変更*/
/* } */

.button02 a {
	margin: 0.6em 0 0.6em;
	padding: 0.6em 0 0.6em;
	display: block;
	color: #fff;
}
.button02 a:link { text-decoration: none;}
.button02 a:visited { text-decoration: none;}
.button02 a:hover { text-decoration: none;}
.button02 a:active { text-decoration: none;}

/* .button02 a span,
.button02 button span {
	background-size: 12px 12px; */
	/*
	padding-left: 1.2em;
	background-image: url(img/arrow_r03.png);
	*/
	/* background-repeat: no-repeat;
	background-position: left center;
} */
.button02 button,
.button03 button {
	border: none;
	padding: 0.6em 0.2em 0.6em;
	margin: 0px;
	border-radius: 30em;
	cursor: pointer;
	width: 100%;
}
.button02 button {
	background-color: #222;
	color: #fff;
}
.button02 button,
.popup_area button {
	border: none;
	padding: 0.6em 0.2em 0.6em;
	margin: 0px;
	border-radius: 30em;
	background-color: #222;
	color: #fff;
	cursor: pointer;
	width: 100%;
}
.button02 form,
.popup_area button {
	width: 100%;
}
/* lepra追加 */
.button02 button:hover {
	background-color: #222;
}
.button03 button{
	background-color: #fff;
	border: solid 1px #222;
	color: #222;
}
.button03 {
	margin-top: 0.5em;
}
.error_case .button03 {
	margin-top: 0;
}
.button03:hover {
	/*background-color: #f94d59;*/
	opacity:0.7;
}

.button03 a {
	padding: 0.6em 0 0.6em;
	display: block;
	color: #fff;
}
/* lepra追加 */
.button03 button:hover {
	opacity:0.7;
}
.button03 a span,
.button03 button span {
	/*background: url("img/arrow_r03.png") left center no-repeat;*/
	background-size: 12px 12px;
	/*padding-left: 1.2em;*/
}
.button03 a:link { text-decoration: none;}
.button03 a:visited { text-decoration: none;}
.button03 a:hover { text-decoration: none;}
.button03 a:active { text-decoration: none;}


.button04 {
	text-align: center;
	background: #F3544C;
	border: 0 none;
	padding: 0;
}
.button04:hover {
	background: #F03126;
	cursor: pointer;
}
.button04 {
	text-align: center;
	background: #BBB0AA;
	border-radius: 5px;
	padding: 0;
}
.button04:hover {background: #AD9F98;}

.button04 a {
	padding: 0.6em 0 0.6em;
	display: block;
	color: #fff;
}
.button04 a:link { text-decoration: none;}
.button04 a:visited { text-decoration: none;}
.button04 a:hover { text-decoration: none;}
.button04 a:active { text-decoration: none;}

.button04 a span,
.button04 button span {
	background: url("img/arrow_r01.png") left center no-repeat;
	background-size: 12px 12px;
	padding-left: 1.2em;
	width: 100%;
}
.button04 button {
	background: none; border: none;
	padding: 0.6em 0 0.6em;
	color: #fff;
	width: 100%;
	cursor: pointer;
}

.button05 {
	background: #E56D65;
	text-align: center;
	border-radius: 5px;
	padding: 0;
}
.button05:hover {background: #e25b54;}

.button05 a {
	padding: 0.6em 0 0.6em;
	display: block;
	color: #fff;
}
.button05 button {
	background: none; border: none;
	padding: 0.6em 0 0.6em;
	color: #fff;
	cursor: pointer;
	width: 100%;
}
.button05 a span,
.button05 button span {
	background: url("img/arrow_r06.png") left center no-repeat;
	background-size: 12px 12px;
	padding-left: 1.2em;
	font-size: 1.3rem;
}

.button05 a:link { text-decoration: none;}
.button05 a:visited { text-decoration: none;}
.button05 a:hover { text-decoration: none;}
.button05 a:active { text-decoration: none;}


.button06 a {
	display: block;
	padding: 0.7em 0.8em;
	margin-bottom: 1em;
	background: url("img/arrow_r01.png") 97% 55% no-repeat #BBB0AA;
	background-size: 12px 12px;
}
button.button06 {
	padding: 0.7em 0.8em;
	margin-bottom: 1em;
	background: url("img/arrow_r01.png") 97% 55% no-repeat #BBB0AA;
	background-size: 12px 12px;
}
.button06 a:link { color: #fff; text-decoration: none;}
.button06 a:visited { color: #fff;text-decoration: none;}
.button06 a:hover { color: #fff;text-decoration: none; background-color: #AD9F98;}
.button06 a:active { color: #fff;text-decoration: none;}

.button07 {
	text-align: center;
	background: #F3544C;
	border: 0 none;
	padding: 0;
}
.button07:hover {
	background: #F03126;
	cursor: pointer;
}
.button07 {
	text-align: center;
	background: #BBB0AA;
	border-radius: 5px;
	padding: 0;
}
.button07:hover {background: #AD9F98;}

.button07 a {
	padding: 0.6em 0 0.6em;
	display: block;
	color: #fff;
}
.button07 a:link { text-decoration: none;}
.button07 a:visited { text-decoration: none;}
.button07 a:hover { text-decoration: none;}
.button07 a:active { text-decoration: none;}

.button07 a span,
.button07 button span {
	background: url("img/arrow_r01.png") left center no-repeat;
	background-size: 12px 12px;
	padding-left: 1.2em;
	width: 100%;
}
.button07 button {
	background: none; border: none;
	padding: 0.6em 0 0.6em;
	color: #fff;
	width: 100%;
	cursor: pointer;
}

.button08 {
	text-align: center;
	background: #F3544C;
	border: 0 none;
	padding: 0;
}
.button08:hover {
	background: #F03126;
	cursor: pointer;
}
.button08 {
	text-align: center;
	background: #BBB0AA;
	border-radius: 5px;
	padding: 0;
}
.button08:hover {background: #AD9F98;}

.button08 a {
	padding: 0.6em 0 0.6em;
	display: block;
	color: #fff;
}
.button08 a:link { text-decoration: none;}
.button08 a:visited { text-decoration: none;}
.button08 a:hover { text-decoration: none;}
.button08 a:active { text-decoration: none;}

.button08 a span,
.button08 button span {
	background: url("img/arrow_r01.png") left center no-repeat;
	background-size: 12px 12px;
	padding-left: 1.2em;
	width: 100%;
}
.button08 button {
	background: none; border: none;
	padding: 0.6em 0 0.5em;
	color: #fff;
	width: 100%;
	cursor: pointer;
}



.btn_area {
	padding-top: 2em;
}

.btn_area p.button02 button,
.btn_area p.button03 button,
.btn_area p.button05 button,
.popup_area button {
	padding: 0.6em 1em;
	font-size: 2rem;
}

ul.btn_area li {
	margin-bottom: 1em;
}
ul.btn_area li a,
ul.btn_area li button {
	padding: 1em 0.8em 0.9em;
}
ul.btn_area li span {
	font-size: 1.6rem;
}


/* --- headingStyle --- */

.heading01 {
	font-size: 1.6rem;
	padding: 0.4em;
}
.heading02 {
	font-size: 1.4rem;
	color: #212121;
	padding: 0.18em 0;
}

/* --- linkStyle --- */

.link01 {
	background: url("img/arrow_r04.png") left center no-repeat;
	background-size: 4px 7px;
	padding-left: 0.7em;
}
.link01:link {text-decoration: underline;}
.link01:visited {text-decoration: underline;}
.link01:hover {text-decoration: none;}
.link01:active {text-decoration: underline;}


/* --- tableStyle --- */

.table {
	width: 100%;
}
.table .thead {
	display: none;
}
.table .tbody .tr {
	display: block;
	border: 1px solid #BDBDBD;
	border-bottom: none;
	padding: 1em;
	background: #F5F5F5;
}

.loginareaBox .table .tbody .tr {
	border-radius: 5px;
}
.other_card .tbody .tr,
.delete_card .tbody .tr {
	border: none;
}

.table .tbody .tr span.link {
	text-decoration: underline;
}
.table .tbody a.tr {
	background: url("img/arrow_r07.png") 98% center no-repeat #eee;
	background-size: 13px 13px;
}
.table .tbody a.tr:hover {
	opacity:0.7;
	cursor: pointer;
	text-decoration: none;
}
.table .tbody a.tr:hover span.link {
	text-decoration: none;
}
.table .tbody a.tr > div {
	margin: 0;
	position: relative;
	padding-left: 0em;
	vertical-align: middle;
}
.table dl.tr:first-child,
.table li.tr:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.table dl.tr:last-child,
.table li.tr:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.table .tbody dl.tr dt {
	padding-bottom: 0.8em;
	vertical-align: middle;
	font-weight: bold;
}
.table .tbody dl.tr dd {
	vertical-align: middle;
	/*overflow-x:hidden;*/
}
.table .tbody dl.tr dd p {
	vertical-align: middle;
}

.tbody .tr:last-child {
	border-bottom: 1px solid #DDD8D5;
}
.other_card .tbody .tr:last-child,
.delete_card .tbody .tr:last-child {
	border-bottom: none;
}

.table .photo a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.table .tr div.bt_delete a {
	font-size: 1.0rem;
	display: block;
	background:#b0b0b0	;
	padding: 0.5em 0.7em;
	color: #fff;
	border-radius: 5px;
}
.table .tr div.bt_edit a {
	font-size: 1.0rem;
	display: block;
	background:#797979	;
	padding: 0.5em 0.7em;
	color: #fff;
	border-radius: 5px;
}
.table .tr div.bt_delete a:hover,
.table .tr div.bt_edit a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-decoration: none;
}
.table .tbody .tr .mini img {
    height: 2rem;
}
.table .tbody .tr .mini.security_code img {
    height: 5rem;
}

/* --- question_tableStyle --- */

.question_table {
	width: 100%;
}
.question_table .thead {
	display: none;
}
.question_table .tbody .tr {
	display: block;
	border: 1px solid #DDD8D5;
	border-bottom: none;
	padding: 1em;
	background: #fff;
}
.question_table .tbody .tr span.link {
	text-decoration: underline;
}
.question_table .tbody a.tr {
	background: url("img/arrow_r07.png") 98% center no-repeat #fff;
	background-size: 13px 13px;
}
.question_table .tbody a.tr:hover {
	background-color: #F4F3F0;
	cursor: pointer;
	text-decoration: none;
}
.question_table .tbody a.tr:hover span.link {
	text-decoration: none;
}
.question_table .tbody a.tr > div {
	margin: 0;
	position: relative;
	padding-left: 0em;
	vertical-align: middle;
}
.question_table dl.tr:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.question_table dl.tr:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.question_table .tbody dl.tr dt {
	padding-bottom: 0.5em;
	vertical-align: middle;
	font-weight: bold;
}
.question_table .tbody dl.tr dd {
	vertical-align: middle;
	/*overflow-x:hidden;*/
}
.question_table .tbody dl.tr dd p {
	vertical-align: middle;
}

.tbody .tr:last-child {
	border-bottom: 1px solid #DDD8D5;
}

.question_table .photo a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.question_table .tr div.bt_delete a {
	font-size: 1.0rem;
	display: block;
	background:#b0b0b0	;
	padding: 0.5em 0.7em;
	color: #fff;
	border-radius: 5px;
}
.question_table .tr div.bt_edit a {
	font-size: 1.0rem;
	display: block;
	background:#797979	;
	padding: 0.5em 0.7em;
	color: #fff;
	border-radius: 5px;
}
.question_table .tr div.bt_delete a:hover,
.question_table .tr div.bt_edit a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-decoration: none;
}


/* --- pagination --- */

nav.pagination {
	width: 95%;
	margin: 0 auto;
	position: relative;
	clear: both;
}
nav.pagination ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 1.5em 0;
	text-align: center;
}
nav.pagination ul li {
	border-radius: 4px;
	display: inline-block;
	min-width: 29px;
	padding: 0 3px 0 2px;
	text-align: center;
	position: relative;
}

nav.pagination ul li a {
	background: #BBB0AA;
	color: #fff;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.8;
	padding: 0 1.5em;
	text-decoration: none;
	border-radius: 3px;
}
nav.pagination ul li a:hover, nav.pagination ul li a:focus {
	background: #ac9f99;
	color: #fff;
}
nav.pagination ul li.active a {
	background: #5E4637;
	color: #fff;
	text-decoration: none;
}
nav.pagination ul li.active a:hover, nav.pagination ul li.active a:focus {
	background: #4c372a;
	color: #fff;
}
nav.pagination ul li.first, nav.pagination ul li.last {
	display: none;
}
nav.pagination ul li.prev {
	position: absolute;
	left: 0;
}
nav.pagination ul li.next {
	position: absolute;
	right: 0;
}
nav.pagination ul li.prev a, nav.pagination ul li.next a {
	background: #BBB0AA;
	color: #fff;
	padding: 0 1.5em;
}
nav.pagination ul li.prev a:hover, nav.pagination ul li.prev a:focus, nav.pagination ul li.next a:hover, nav.pagination ul li.next a:focus {
	background: #ac9f99;
}
nav.pagination ul li.disabled a {
	background: #c9c0bb;
	color: #D9D9D9;
	text-decoration: none;
}
nav.pagination ul li.disabled a:hover, nav.pagination ul li.disabled a:focus {
	background: #c9c0bb;
	color: #D9D9D9;
}
nav.pagination ul li:first-child a, nav.pagination ul li:first-child a:link, nav.pagination ul li:first-child a:visited {
	border-radius: 3px;
}
nav.pagination ul li:last-child a, nav.pagination ul li:last-child a:link, nav.pagination ul li:last-child a:visited {
	border-radius: 3px;
}

/* --- topicpath --- */

#topicpath {
	background: #F4F2F1;
	margin-bottom: 1.2em;
	padding: 1em 1.5%;
}
#topicpath ol {
	list-style: none;
	overflow: hidden;
}
#topicpath li {
	float: left;
	color: #4C3324;
	font-size: 1.2rem;
}
#topicpath li a {
	float: left;
	padding: 0 0.5em;
	display: block;
	color: #4C3324;
}
#topicpath li a:link {text-decoration: underline;}
#topicpath li a:visited {text-decoration: underline;}
#topicpath li a:hover {text-decoration: none;}
#topicpath li a:active {text-decoration: underline;}

#topicpath li:after {
	content:">";
}
#topicpath li:last-child {
	padding: 0 0.5em;
	color: #4C3324;
}
#topicpath li:last-child:after {
	content:"";
}



/* --- pagenumberarea --- */

.pagenumberarea {
	width: 95%;
	margin: 0 auto 1em;
}
.pagenumberarea ul li {
	float: left;
	width: 49.5%;
	text-align: center;
}
.pagenumberarea ul li a {
	background: #CBC5C0;
	display: block;
	width: 100%;
	padding: 0.8em 0;
	border-radius: 5px 0 0 5px;
	color: #fff;
	font-size:1.4rem;
	font-weight: bold;
}
.pagenumberarea ul li a:link { text-decoration: none;}
.pagenumberarea ul li a:visited { text-decoration: none;}
.pagenumberarea ul li a:hover { text-decoration: none; opacity: 0.9;filter: alpha(opacity=90);}
.pagenumberarea ul li a:active { text-decoration: none;}

.pagenumberarea ul li a.active {
	background: #5E4637;
}
.pagenumberarea ul li:last-child a {
	border-radius: 0 5px 5px 0;
}

/* for pc */

.pc {
	display: none;
}

/* for pc&tablet */

.pctb {
	display: none;
}

/* status_icon */

.status_icon {
	margin-bottom: 0.5em;
	overflow: hidden;
}
.status_icon li {
	font-size: 1.0rem;
	float: left;
	padding: 2px 5px;
	margin: 0 3px 3px 0;
	color: #fff;
	background: #000;
	border-radius:2px;
}
.status_icon li.icon01 { background: #E56D65;}
.status_icon li.icon02 { background: #9D9D9D;}
.status_icon li.icon03 { background: #93D4B2;}
.status_icon li.icon04 { background: #F7A55B;}
.status_icon li.icon05 { background: #5793BF;}

/* price */
.price {
	color: #E56C65;
	font-weight: bold;
}
/* login_form */

.login_form .mail {
	border: 1px solid #808080;
	text-align: left;
	margin: 0 1em 1em;
	padding: 0 0 0 2.2em;
	background: url("img/icon_mail.png") 0.4em center no-repeat #DDD8D5;
	background-size: 17px 14px;
	height: 30px;
	border-radius: 3px;
}
.login_form .mail input {
	border: 0 none;
	border-left: 1px solid #808080;
	height: 30px;
	line-height: 30px;
	width: 100%;
	min-width: 13em;
	padding: 0 3%;
	border-radius: 0 3px 3px 0;
	vertical-align: middle;
	font-size: 1.4rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.login_form .password {
	border: 1px solid #808080;
	text-align: left;
	margin: 1em;
	padding: 0 0 0 2.2em;
	background: url("img/icon_key.png") 0.5em center no-repeat #DDD8D5;
	background-size: 17px auto;
	height: 30px;
	border-radius: 3px;
}
.login_form .password input {
	border: 0 none;
	border-left: 1px solid #808080;
	height: 30px;
	line-height: 30px;
	width: 100%;
	min-width: 13em;
	padding: 0 3%;
	border-radius: 0 3px 3px 0;
	vertical-align: middle;
	font-size: 1.4rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.login_form .login_memory {
	text-align: left;
	float: left;
	width: 30%;
}
.login_form .login_memory input#login_memory {
	margin-left: 0;
}
.login_form ul {
	float: left;
	width: 55%;
	padding-bottom: 1em;
}
.login_form ul li {
	line-height: 1.3;
	text-align: left;
	width: auto;
	border: none;
	float: none;
}
.login_form ul li a {
	font-size: 1.2rem;
	background: url("img/arrow_r04.png") left center no-repeat;
	background-size: 4px 7px;
	padding-left: 0.7em;
}
.login_form ul li a:link {text-decoration: underline;}
.login_form ul li a:visited {text-decoration: underline;}
.login_form ul li a:hover {text-decoration: none;}
.login_form ul li a:active {text-decoration: underline;}

/* module */

.module {
	padding: 0 1.2em;
	border-radius: 5px;
}
.module .alart {
	text-align: center;
}
.module p:last-child {
	margin-bottom: 0;
}
.module.processing-message {
	margin-top: 1.8em;
}
.module .lsize {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.module .lsize.text-center {
	justify-content: center;
}
.module .lsize .amount {
	display: flex;
	align-items: baseline;
}
.module .lsize .amount .amount_number {
	font-size: 1.25em;
	font-weight: bold;
}
.module .lsize .prepaidcard,
.module .lsize .prepaidcard_number {
	font-size: 0.83em;
}
.module.processing-message .lsize {
	padding: 2rem;
	text-align: center;
}
.module .email_form {
	margin-top: 0.6em;
	padding: 0 0.8em;
	width: 100%;
	box-sizing: border-box;
}

/* moduleの中に孫がある場合 */
.module .lsize.help_item {
	justify-content: start;/* ヘルプボタンのみ特殊のため */
	gap: 4px;
}
.module .help_item img {
	height: 2em;
}
.module_item {
	margin-bottom: 1.5em;
}
.module_item input,
.module_item select {
	margin-top: 0.4em;
}
.module_item select {
	appearance: none;
	-webkit-appearance: none;/* Safari/Chrome用 */
	width: 30%;
	min-width: 120px;
}
.module .creditcard_icon img {
	height: 3rem;
	margin-top: 0.4em;
	padding-right: 5px;
}

/* complete */
.complete {
	text-align: center;
	font-size: 1.5em;
}
.complete .amount {
	display: inline-flex;
	align-items: baseline;
}
.complete .amount_number {
	font-size: 4.6rem;
	font-weight: bold;
}
.emphasize {
	font-weight: bold;
	font-size: 1.25em;
}
.complete_item {
	margin: 0 1.2em;
}
/* bonus */
.bonus {
	display: flex;
	gap: 1.5em;
	justify-content: center;
	align-items: center;
	padding-top: 1.5em;
}
.bonus_item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bonus_item_label {
	font-size: 1.4rem;
	color: #333;
	margin-bottom: 0.75em;
	background-color: #e0e0e0;
	border-radius: 30em;
	padding: 0.3em 0.6em;
}
.bonus_item_value {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
/* charge_item */
.charge_item {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	margin: 2.2em 0 0 1.2em;
	padding-bottom: 0.6em;
	scroll-behavior: smooth;
}
.charge_item::-webkit-scrollbar {
	display: none;
}

.charge_item input[type="radio"] {
	display: none;
}
.charge_item label {
	font-size: 1.6rem;
	min-width: 8.1rem;
	height: 3.3rem;
	flex-shrink: 0;
	background-color: #fff;
	border: 1px solid #808080;
	border-radius: 4px;
	cursor: pointer;
	color: #808080;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}

/* ボタンが選択された時のスタイル */
.charge_item input[type="radio"]:checked+label {
	background-color: #D9D9D9;
	color: #222;
}

/* 480px以上の場合のスクロールバー表示 */
@media only screen and (min-width: 480px) {
	.charge_item {
		overflow-x: auto;
	}
	.charge_item::-webkit-scrollbar {
		display: block;
		height: 0.8em;
	}
	.charge_item::-webkit-scrollbar-thumb {
		background-color: #808080;
		border-radius: 0.8em;
	}
	.charge_item::-webkit-scrollbar-track {
		background-color: #f0f0f0;
	}
}

/* charge_select */
.charge_select span {
	flex-shrink: 0;
}
.charge_select .amount {
	flex-grow: 1;
	display: flex;
	align-items: center;
}
.charge_select .amount select {
	width: 100%;
	box-sizing: border-box;
	text-align: right;
	padding-right: 3em;
	color: #222;
	appearance: none;
	-webkit-appearance: none;
	/* Safari用 */
	position: relative;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.charge_select .amount {
	position: relative;
}
.charge_select .amount::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2em;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 12px solid #808080;
	pointer-events: none;
}


/* クレジットカード情報のボックス */
 .charge_box {
	margin: 0 1.2em;
	/* margin: 0.6em 1.2em; */
	padding: 1.7em 0.7em;
 	border: 1px solid #D9D9D9;
 	border-radius: 4px;
 	display: flex;
 	flex-direction: column;
 }
 .creditcard {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	width: 100%;
 }
 /* トグルなし対応 */
.creditcard.confirm_item {
	justify-content: start;
}
 .creditcard span {
 	display: flex;
 	flex-direction: column;
 }
 .creditcard_arrow {
	height: 1rem;
 	margin-left: auto;
 	cursor: pointer;
 }
 .creditcard .creditcard_logo {
 	border: 1px solid #D9D9D9;
 	border-radius: 50%;
	height: 4.9em;
	width: auto;
 }
.edit_creditcard {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
	transition: padding-top 0.5s ease-out;
}
.edit_creditcard.show {
	max-height: 200px;
	padding-top: 1.6em;
}
.arrow-rotate {
	transform: rotate(180deg);
}

 .edit_creditcard p {
 	text-align: right;
 	color: #1B94E1;
 	display: block;
 	position: relative;
 	margin: 0;
 	cursor: pointer;
	padding-top: 0.5em;
 }

 .edit_creditcard p::after {
 	content: '';
 	display: inline-block;
 	width: 1.6rem;
 	height: 1.6rem;
 	background-image: url('img/arrow_blue.png');
 	background-size: contain;
 	background-repeat: no-repeat;
 	vertical-align: middle;
 	margin-left: 5px;
 	position: relative;
 	top: -0.17rem;
 }

 /* checkbox */
.checkbox {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 1.8rem;
}
.checkbox input[type="checkbox"] {
	appearance: none;
	outline-offset: 4px;
	width: 1.6em;
	height: 1.6em;
	margin-right: 8px;
	border: none;
}
.checkbox .checkbox-custom {
	position: absolute;
	width: 1.6em;
	height: 1.6em;
	background-image: url('img/check_lightgray.png');/* チェックなし */
	background-size: cover;
}
.checkbox input[type="checkbox"]:checked+.checkbox-custom {
	background-image: url('img/check_primary.png');/* チェックあり */
}

/* form error */

form div.attention {
	margin-top: 0.5em;
}
form .error {
	background-color: #FFE8E8;
}

/* point_announce */

.point_announce {
	padding: 0 1em;
	background: #E6F1F7;
	border-radius: 5px;
}
.point_announce p {
	margin: 0;
	padding: 0.8em 0;
}
.point_announce span {
	padding: 0.5em 1em 0.5em 0;

}
.point_announce .point {
	background: url("img/icon_point.png") left center no-repeat;
	background-size: 18px 18px;
	color: #609CBD;
	font-weight: bold;
	padding-left: 1.8em;
}
.point_announce + p.attention {
	padding-top: 1em;
}

/* margin & padding */

.marB00 {margin-bottom: 0 !important;}
.marB20 {margin-bottom: 20px !important;}

/* 背景白 */
.inner_block {
	background-color: #fff;
	margin-bottom: 20px;
}


/* =====================================
header
===================================== */

header {
	width: 100%;
}
header .inner {
	color: #fff;
	z-index: 100;
	position: relative;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
	text-align: center;
}
header .inner:before, header .inner:after {
	content: "";
	display: table;
}
header .inner:after {
	clear: both;
}

header h1 {

	margin-left: auto;
	margin-right: auto;
}
header h1 img {
	vertical-align: bottom;
	max-width: 90%;
	max-height: 64px;
}

h1.logo {
	border: none;
	background: none;
	margin: 0;
}


/* header_utility */

header .header_utility {
	margin: 0;
	width: 14%;
	float: right;
}
header .popup {
	position: absolute;
	top: 44px;
	display: none;
	right: 0;
	z-index: 50;
}
header nav .popup p {
	margin: 0;
	padding: 0 1em;
}

header nav .popup p:first-child {
	padding: 0.7em 1em;
}

header .popup button {
	border: none;
	background: none;
	color: #fff;
	padding: 0;
	text-align: center;
	line-height: 1.3;
}
header .popup button:hover {
	cursor: pointer;
}

header .popup .button02,
header .popup .button02-l,
header .popup .button02-r{
	border-radius: 0 0 5px 5px;
	padding: 0;
}
header .popup .button02 button,
header .popup .button02-l button,
header .popup .button02-r button {
	padding: 0.6em 0 0.6em;
}

header .popup .button03 {
	border-radius: 0 0 5px 5px;
	padding: 0;
}
header .popup .button03 button {
	padding: 0.6em 0 0.6em;
}
header .popup .button03 {
	border-radius: 0 0 5px 5px;
	padding: 0;
}
header .popup .button03 button {
	padding: 0.6em 0 0.6em;
}

header .popup > div {
	background: #fff;
	border-radius: 5px 0 5px 5px;
}

header nav #popup_cart.active {
	display: block;
	min-width: 150px;
}
header nav #popup_cart p:first-child {
	padding-bottom: 0;
}
header nav #popup_cart p.total,
header nav #popup_cart p.cart_zero {
	padding-bottom: 0.7em;
}
header nav #popup_cart p.cart_zero {
	min-width: 150px;
}
header nav #popup_cart p span.mini {
	width: 30%;
	display: inline-block;
	text-align: left;
}
header nav #popup_cart p span.quantity,
header nav #popup_cart p span.money {
	width: 65%;
	display: inline-block;
	text-align: right;
}
header nav #popup_cart p.free_money_area {
	font-weight: bold;
	white-space: nowrap;
	padding: 0.2em 1em;
	background: #E8F9F2;
	color: #5793BF;
	text-align: center;
}
header nav #popup_cart .button02,
header nav #popup_cart .button02-l,
header nav #popup_cart .button02-r {
	padding: 0;
}


/* header_nav */

header nav ul {
	margin: 0;
	padding: 0;
}
header nav ul li {
	width: 100%;
	text-align: center;
	cursor: pointer;
	float: right;
	border-left: 1px solid #484848;
	position: relative;
}

header nav ul li span.btn {
	padding: 25px 5%;
	display: block;
	cursor: pointer;
	min-height: 26px;
}
header nav ul li span.btn img {
	max-height: 24px;
}
header nav ul li:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
header nav ul li.active {
	background: #fff;
}

header nav ul li span.incart_count {
	background-color: #E56D65;
	border-radius: 20px 20px 20px 20px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	right: 5%;
	line-height: 16px;
	min-width: 5px;
	padding: 0 5px;
	position: absolute;
	text-align: center;
	top: 3px;
	z-index: 1;
}


/* bt_entry */

#bt_entry {
	position: absolute;
	right: 0;top: 1.5em;
	vertical-align: middle;
	display: table;
	z-index: 110;
	width: 60px;
}
#bt_entry a {
	background: #F3544C;
	display: table-cell;
	padding: 0.8em 0;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}
#bt_entry a:hover {
	background: #E31A0F;
}
#bt_entry a img {
	vertical-align: middle;
}

/* =====================================
footer
===================================== */

footer {
	width: 100%;
	color: #222;
}
footer .inner {
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	padding: 0.5em 1.2em;
}
footer nav {
	margin: 0 auto;
	padding: 1.2em 0 0;
}
footer nav ul {
	margin-bottom: 1em
}
footer nav ul li {
	display: inline;
}
footer nav ul li:before {
	font-size: .9rem;
	content: "|"
}
footer nav ul li:first-child:before {
	content: ""
}
footer nav ul li a {
	display: inline;
	border-bottom: none;
	font-size: .9rem;
	padding: 1em 0.6em;
	color: #fff;
}
footer nav ul li a:link { color: #fff; text-decoration: underline;}
footer nav ul li a:visited { color: #fff; text-decoration: underline;}
footer nav ul li a:hover { color: #fff; text-decoration: none;}
footer nav ul li a:active { color: #fff; text-decoration: underline;}

footer small {
	font-size: 1.0rem;
}


/* =====================================
aside
===================================== */

aside#side ul li {
	font-size: 1.4rem;
	line-height: 1.5;
}

/* category */

#category_area h2 {
	margin-bottom: 0;
	padding: 0.8em 0.4em;
}
#categorytree {
	margin-bottom: 0;
	border-bottom: 1px solid #D9D3D0;
}
#categorytree li {
	border-top: 1px solid #D9D3D0;
	position: relative;
}

#categorytree li a {
	display: block;
	padding: 0.8em 3.5em 0.8em 0.8em;
	position: relative;
	color: #4F3424;
	font-weight: bold;
	background: #F4F2F1;
}

#categorytree li a:hover {
	background-color: #fff;
}

#categorytree li li a {
	padding-left: 1.8em;
	background-color: #fff;
}
#categorytree li li a:hover {
	background-color: #FCFCFB;
}
#categorytree li li li a {
	padding-left: 2.8em;
}
#categorytree li li li li a {
	background-image: url("img/icon_level01.png");
	background-repeat: no-repeat;
	background-position: 3em center;
	padding-left: 4em;
}
#categorytree li li li li li a {
	background-image: url("img/icon_level01.png");
	background-repeat: no-repeat;
	background-position: 4em center;
	padding-left: 5em;
}
#categorytree li span {
	position: absolute;
	right: 1%; top: 0.1em;
	display: block;
	cursor: pointer;
	width: 40px; height: 40px;
}
#categorytree li span:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#categorytree li span.toggle {
	background: url("img/icon_down01.png") center center no-repeat;
	background-size: 20px 20px;
}
#categorytree li.active > span.toggle {
	background: url("img/icon_up01.png") center center no-repeat;
	background-size: 20px 20px;
}

#categorytree li span:hover { color: #4C3324;text-decoration: none;}
#categorytree li a:link { color: #4C3324; text-decoration: none;}
#categorytree li a:visited { color: #4C3324;text-decoration: none;}
#categorytree li a:hover { color: #4C3324;text-decoration: none;}
#categorytree li a:active { color: #4C3324;text-decoration: none;}

#categorytree li ul {
	display: none;
	margin-bottom: 0;
}
#categorytree li ul li a {
	font-weight: normal;
}


/* =====================================
contents
===================================== */

/*	TOP
------------------------------------- */

/* main_visual */

.main_visual {
	text-align: center;
	background: #f5f3ed;
}
.main_visual .flex-direction-nav a {
	margin: -15px 0 0;
}
.main_visual .flexslider .flex-prev {
	left: 10px;
}
.main_visual .flexslider .flex-next {
	right: 10px;
}
.main_visual img {
	width: 100%;
	max-width: auto;
	vertical-align: bottom;
}
.main_visual a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.main_visual .flex-control-nav {
	display: none;
}

/* top_heading */

.top_heading {
	overflow: hidden;
	padding: 0;
}
.top_heading span {
	float: left;
	padding: 0.5em 1em;
}
.top_heading a {
	display: block;
	float: right;
	background: url("img/arrow_r02.png") 0.5em center no-repeat #ccc;
	background-size: 4px 8px;
	padding: 0.5em 1em 0.5em 1.5em;
	position: relative;
}
.top_heading a:before{
	content: '';
	width: 0;
	height: 0;
	border-top: 90px solid transparent;
	border-bottom: 60px solid transparent;
	border-right: 60px solid #ccc;
	position: absolute;
	left: -59px;
	top: 0px;
}
.top_heading a:link { color: #000; text-decoration: none;}
.top_heading a:visited { color: #000; text-decoration: none;}
.top_heading a:hover { color: #000; text-decoration: none;}
.top_heading a:active { color: #000; text-decoration: none;}

.top_heading a:hover {
	background-color:#C3C3C3;
}
.top_heading a:hover:before {
	border-right: 60px solid #C3C3C3;
}

#slider {
	width: 92%;
	margin: 0 auto;
}
#slider .product_item {
	padding-top: 1em;
}



/* newslist */

.news_contents {
	background: #fff;
}
.newslist {
	padding-top: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDD8D5;
}
.newslist dt {
	cursor: pointer;
	padding-left: 10px;
}
.newslist dt span {
	display: block;
	font-weight: bold;
}
.newslist dt .date {
	color: #E56C65;
}
.newslist dt time {
	/* [disabled]padding-right: 35px; */
	background-attachment: scroll;
	background-color: transparent;
	/* [disabled]background-image: url(img/new.gif); */
	background-repeat: no-repeat;
	background-position: right center;
	color: #8F8986;
}
.newslist dt time img {
	margin-left: 5px;
	vertical-align: baseline;
}
.newslist dt .news_title {
	text-decoration: underline;
}
.newslist dt:hover .news_title {
	text-decoration: none;
}
.newslist dt:first-child {
	border: none;
}
.newslist dd:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD8D5;
}
.newslist dd {
	padding-left: 10px;
	padding-bottom: 8px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #DDD8D5;
}

#news_area h2.heading01 {
	margin-bottom: 0;
}




/* リスト
------------------------------------- */

.intro {
	width: 95%;
	margin: 0 auto 1em;
}

.product_area {
	width: 95%;
	margin: 0 auto 1em;
}

/* list_area */

.list_area {
	background: #fff;
	display: block;
	width: 93%;
	margin: 0;
	overflow: hidden;
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 3%;
}
.list_area h3 {
	font-size: 1.4rem;
	margin: 0;
	padding: 0.1em 0 0.3em;
}
.list_area:first-of-type {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.list_area:last-of-type {
	border-bottom: 1px solid #ccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.list_area:hover {
	background: #F4F2F1;
	text-decoration: none;
}
.list_area p {
	margin-bottom: 0.8em;
}
.list_area .listphoto {
	width: 31%;
	float: left;
	margin-right: 3%;
}
.list_area .listrightblock {
	width: 65%;
	float: right;
}
.list_area .listcomment {
	width: 100%;
	clear: both;
}



.subarea {
	width: 95%;
	margin: 0 auto 2em;
}
.subarea .heading02 {
	margin-bottom: 0.8em;
}
.subarea p {
	line-height: 1.6;
	margin: 0.2em;
}
.subarea .subtext {
	margin-bottom: 1.5em;
}
#sub_area .subphotoimg {
	/* [disabled]float: right; */
	/* [disabled]width: 95%; */
	text-align: center;
	margin: 0 0.6em 1em 1em;
}


#slider {
	width: 92%;
	margin: 0 auto;
}



/*	マイページ＆フォーム
------------------------------------- */

#mycontents_area {
	margin-bottom: 2em;
}
#mycontents_area h2.title {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid #BBB0AA;
	color: #4C3324;
	font-size: 1.4rem;
	margin: 0;
	padding: 0.7em 0.2em;
	text-align: left;
}
#mycontents_area .inner,
#mycontents_area .inner_large {
	padding: 1em 1em 1em;
}
#mycontents_area .inner h3,
#mycontents_area .inner_large h3 {
	margin-bottom: 1.3em;
	padding-top: 0;
}

.title_m {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	font-size: 120%;
}

/* mypage_nav */

#mypage_nav {
	padding-bottom: 1em;
}
#mypage_nav ul {
	border-bottom: 1px solid #fff;
	background: #F4F2F1;
	margin-bottom: 0;
}
#mypage_nav ul li {
	width: 50%;
	float: left;
	text-align: center;
	border-right: 1px solid #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#mypage_nav ul li:nth-of-type(1) {width: 50%; border-bottom: 1px solid #fff;}
#mypage_nav ul li:nth-of-type(2) {width: 50%; border-bottom: 1px solid #fff;border-right: none;}
#mypage_nav ul li:nth-of-type(5) {width: 34%;border-right: none;}

#mypage_nav ul li a {
	display: block;
	padding: 1em 0;
	font-weight: bold;
}
#mypage_nav ul li a.selected { background: #CBC5C0; color: #fff;}
#mypage_nav ul li a:link {text-decoration: none;}
#mypage_nav ul li a:visited {text-decoration: none;}
#mypage_nav ul li a:hover {text-decoration: none; background: #CBC5C0; color: #fff;}
#mypage_nav ul li a:active {text-decoration: none;}

#mycontents_area form {
	padding-bottom: 1em;
}

/*#mycontents_area .btn_area .button02 button {
	padding: 0.7em 0 0.5em;
}*/
#mycontents_area .btn_area li.button02,
#mycontents_area .btn_area li.button02-l,
#mycontents_area .btn_area li.button02-r {
	/*padding: 0;*/
}
#mycontents_area .btn_area .button02 span,
#mycontents_area .btn_area .button02-l span,
#mycontents_area .btn_area .button02-r span {
	font-size: 1.6rem;
}

/* formBox */

.formBox {
	margin-bottom: 0.2em;
}


/* cartin table */

.formBox .cartinarea .tr {
	background: #fff;
	padding: 0.2em 0 0;
	overflow: hidden;
}
.formBox .cartinarea .tr a:link { text-decoration:underline;}
.formBox .cartinarea .tr a:visited { text-decoration:underline;}
.formBox .cartinarea .tr a:hover { text-decoration:none;}
.formBox .cartinarea .tr a:active { text-decoration:underline;}

.formBox .cartinarea .tr > div:before {
	font-weight: normal;
	color: #4C3324;
}
.formBox .cartinarea .tr > div {
	text-align: center;
	vertical-align: middle;
}
.formBox .cartinarea .tr > div.price {
	text-align: right;
	font-weight: normal;
	color: #4C3324;
}
.formBox .cartinarea .tr .item {
	padding: 0 1%;
	overflow: hidden;
	border-bottom: 1px solid #DDD8D5;
}
.formBox .cartinarea .tr .item p {
	margin-bottom: 0.2em;
	line-height: 1.6;
	padding-left: 19%;
}
.formBox .cartinarea .tr .item p.small {
	margin-bottom: 0;
	line-height: 1.4;
}
.formBox .cartinarea .tr .item p em {
	font-style: normal;
	font-weight: bold;
}

.formBox .cartinarea .tr:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.formBox .cartinarea .tr .item p:last-child {
	padding-bottom: 0.5em !important;
}
.formBox .cartinarea .tr .item .photo {
	width: 18%;
	float: left;
	margin: 0 0 0 0;
}

/**/
.formBox .cartinarea .tr .itemtype {
	display: table-cell;
	text-align: left;
	width: 29%;
	padding: 1em;
	border-right: 1px solid #DDD8D5;
	background: #F9F9F7;
	float:left;
}
.formBox .cartinarea .tr .account {
	display: table-cell;
	white-space: nowrap;
	padding: 1em;
	border-right: 1px solid #DDD8D5;
	background: #F9F9F7;
	text-align: right;
	float:left;
	width:29%
}
.formBox .cartinarea .tr .price {
	display: table-cell;
	white-space:nowrap;
	width: 10%;
	padding: 1em;
	background: #F9F9F7;
}



/*.formBox .cartinarea .tr .itemtype {
	float: left;
	padding: 1em 1em 1em 1em;
	border-right: 1px solid #DDD8D5;
	background: #F4F3F0;
}
.formBox .cartinarea .tr .account {
	float: left;
	padding: 1em 1em 1em 1em;
	border-right: 1px solid #DDD8D5;
	background: #F4F3F0;
}
.formBox .cartinarea .tr .price {
	padding: 1em 1em 1em 1em;
	background: #F4F3F0;
}
*/
.formBox .cartinarea .tr .shipping {
	padding: 1em 1em 1em 1em;
	background: #F4F3F0;
	text-align: left;
}

.formBox .cartinarea .tr .bt_delete a:link { text-decoration:none;}
.formBox .cartinarea .tr .bt_delete a:visited { text-decoration:none;}
.formBox .cartinarea .tr .bt_delete a:hover { text-decoration:none;}
.formBox .cartinarea .tr .bt_delete a:active { text-decoration:none;}


/* member_table */

.member_table {
	margin-bottom: 2em;
}
.member_table a.zip_search:link { text-decoration: underline;}
.member_table a.zip_search:visited { text-decoration: underline;}
.member_table a.zip_search:hover { text-decoration: none;}
.member_table a.zip_search:active { text-decoration: underline;}

.member_table ul,
.member_table p {
	margin-bottom: 0;
}
.member_table p .attention{
	font-size: 1.3rem;
}
.member_table input[type="text"],
.member_table input[type="email"],
.member_table input[name*="credit_no"],
.member_table input[type="password"] {
	width: 100%;
}
.member_table input[name*="pin"],
.member_table input[name*="name"],
.member_table input[name*="mail1"],
.member_table input[name*="kana"] {
	width: 37%;
}
.member_table select[name="year"] {
	width: 30%;
}
.member_table select[name="month"],
.member_table select[name="day"] {
	width: 22%;
}
.member_table input[name*="birth"],
.member_table input[name*="CUSTNUM"],
.member_table input[name*="phone"],
.member_table input[name*="fax"]{
	width: 12%;
}
.member_table input[name*="addr"] {
	margin: 0.5em 0 0;
}
.member_table input[name*="email"]:first-child,
.member_table input[type="password"]:first-child,
.member_table input[name*="card"]:first-child,
.member_table select[name="reminder"]{
	margin: 0 0 0.5em;
}
.member_table select[name="country_id"] {
	max-width: 90%;
}
.member_table .zipcode {
	overflow: hidden;
}
.member_table .zipcode p:first-child {
	float: left;
	width: 55%;
}
.member_table .zipcode input {
	width: 25%;
	margin-bottom: 4px;
}
.member_table .zipcode input:first-child {
	width: 20%;
}
.member_table .zipcode p.button04 {
	float: left;
	width: 40%;
}
.member_table textarea[name="contents"] {
	width: 90%;
}
/* .pay_area .table {　※不要になる
    border-radius: 5px;
    overflow: hidden;
}
.pay_area .other_card {
	margin-bottom: 1em;
} */

/* delivery_table */

.formBox #delivery_table .tbody .tr {
	position: relative;
}
.formBox #delivery_table .tbody .tr:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.formBox #delivery_table .tbody .tr:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.formBox #delivery_table .tr > div:nth-of-type(1){
	font-weight: bold;
}
.formBox #delivery_table .tr div.address {
}
.formBox #delivery_table .tr div.bt_edit {
	position: absolute;
	right: 4em; top: 1em;
}
.formBox #delivery_table .tr div.bt_delete {
	position: absolute;
	right: 1em; top: 1em;
}


#mycontents_area .message {
	word-break:break-all;
}




/*
Label the data
*/

.formBox .total_area {
	padding: 1em;
	border: 1px solid #DDD8D5;
	border-top: none;
	border-radius: 0 0 5px 5px;
	background: #f9f9f7;
}
.formBox .total_area dl {
	text-align: right;
	margin-bottom: 0.5em;
}
.formBox .total_area dl dt,
.formBox .total_area dl dd {
	display: inline;
}

.formBox #mail_deliv a.tr:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.formBox #mail_deliv a.tr:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}


.formBox #mail_deliv a.tr > div {
	padding: 0 1em 0.5em;
}
.formBox #mail_deliv a.tr > div:last-child {
	padding-bottom: 0;
}
.formBox #mail_deliv a.tr > div:before {
	color: #4C3324;
}




.tr .bt_delete {
	position: absolute;
	right: 1em; top: 1em;
}



/*	ログイン
------------------------------------- */

#undercolumn .information {
	padding: 1.2em 0;
}
#undercolumn .information p {
	line-height: 1.6;
	font-size: 2rem;
}

#undercolumn .information p.attentionBb {
	font-weight: bold;
}
#undercolumn .information p a.linktxt:link { text-decoration: underline;}
#undercolumn .information p a.linktxt:visited { text-decoration: underline;}
#undercolumn .information p a.linktxt:hover { text-decoration: none;}
#undercolumn .information p a.linktxt:active { text-decoration: underline;}

#undercolumn .inputbox .btn_area {
	padding: 1.2em;
}

#undercolumn .login_area {
	margin-bottom: 2em;
}
#undercolumn .loginareaBox ul {
	margin-bottom: 0;
}
#undercolumn .loginareaBox ul li {
	margin-bottom: 0;
	padding: 1em;
}
#undercolumn .loginareaBox ul li div.th {
	display: none;
}
#undercolumn .loginareaBox ul li div.th2 {
	vertical-align: middle;
	padding-bottom: 1em;
	font-weight: bold;
}
#undercolumn .loginareaBox ul li.question div.th {
	display: block;
	padding-bottom: 0.5em;
}
#undercolumn .loginareaBox ul li input {
	width: 85%;
}
#undercolumn .loginareaBox ul li input[type="number"] {
	width: 12%;
}
#undercolumn .loginareaBox ul li input[type="checkbox"] {
	width: auto;
}
#undercolumn .login_area ul li input[name="name01"] {
	width: 37%;
}
#undercolumn .login_area ul li input[name="name02"] {
	width: 37%;
}
#undercolumn .login_area .inputbox .btn_area {
	padding: 2em 0 1em;
	border-radius: 0 0 5px 5px;
}
#undercolumn .login_area .inputbox .btn_area p,
/* #undercolumn .inputbox .btn_area p, */
#undercolumn .inner .btn_area p,
#undercolumn .inner_large .btn_area p{
	margin: 1em auto 0;
}
#undercolumn .login_area .inputbox .btn_area p.button02 button,
#undercolumn .login_area .inputbox .btn_area p.button02-l button,
#undercolumn .login_area .inputbox .btn_area p.button02-r button,
#undercolumn .login_area .inputbox .btn_area p.button05 button {
	font-size: 1.6rem;
	padding: 1em 0.8em 1em;
}
#undercolumn form#member_form2 .inputbox .btn_area p button,
#undercolumn form#member_form2 .inputbox .btn_area p a {
	font-size: 1.6rem;
	padding: 1em 0.8em 1em;
	margin: 0;
}

#undercolumn .login_area .complete_area {
	text-align: center;
	border: 1px solid #DDD8D5;
	background: #fff;
	padding: 1em;
}
#undercolumn .login_area .complete_area input {
	width: 86%;
	text-align: center;
	font-size: 1.6rem;
}





/*	プリペイドチャージ
------------------------------------- */

#undercolumn .flow_area ol {
	display: table;
	width: 100%;
	list-style: none;
	overflow: hidden;
}
#undercolumn .flow_area ol li {
	text-align: center;
	background-color: #92c7eb;
	color: #fff;
	font-weight: bold;
	width: 25%; height: 44px;
	line-height: 34px;
	display: table-cell;
	padding-left: 15px;
}

#undercolumn .flow_area ol li::before {
	display : block;
	background: #92c7eb;
	width : 15px;
	height: 22px;
	border-right : 2px solid #FFFFFF;
	margin : 0 -11px -17px auto;
	content : " ";
	-webkit-transform : skew(20deg);
	-moz-transform : skew(20deg);
	transform : skew(20deg);
}
#undercolumn .flow_area ol li::after {
	display : block;
	background: #92c7eb;
	width : 15px;
	height: 22px;
	border-right : 2px solid #FFFFFF;
	margin : -17px -11px 0 auto;
	content : " ";
	-webkit-transform : skew(-20deg);
	-moz-transform : skew(-20deg);
	transform : skew(-20deg);
}

#undercolumn .flow_area ol li.active {
	background-color: #54a8e0;
}
#undercolumn .flow_area ol li.active::before,
#undercolumn .flow_area ol li.active::after {
	background: #54a8e0;
}
#undercolumn .flow_area ol li:last-child::before,
#undercolumn .flow_area ol li:last-child::after {
	content : "";
}

/* multiple_deliv_area */

#undercolumn_shopping  .multiple_deliv_area {
	border-top: 1px solid #DDD8D5;
	margin-top: 2em;
	padding: 1em 0.5em 0;
}
#undercolumn_shopping  .multiple_deliv_area p {
	margin-bottom: 0.5em;
}


/* ship_to */

#undercolumn_shopping .ship_to {
	margin: 1em 0;
}
#undercolumn_shopping #ship_to_table.dnone {
	display: none;
}

/* payment_table */

#undercolumn_shopping .payment_table .tr {
	position: relative;
}
#undercolumn_shopping .payment_table .tr:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#undercolumn_shopping .payment_table .tr:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#undercolumn_shopping .payment_table .tr > div {
	vertical-align: middle;
}
#undercolumn_shopping .payment_table .tr > div label {
	vertical-align: middle;
	margin-right: 5px;
}
#undercolumn_shopping .payment_table .tr > div img {
	vertical-align: middle;
}
#undercolumn_shopping .payment_table .tr > div:first-child {
	position: absolute;
	top: 50%;
	margin-top: -0.9em;
}
#undercolumn_shopping .payment_table .tr > div:nth-of-type(2) {
	padding: 0.2em 0 0.2em 3em;
}

/* delivery_table */

#undercolumn_shopping #delivery_table .tr > div:first-child {
	position: absolute;
}
#undercolumn_shopping #delivery_table .tr > div:nth-of-type(2) {
	padding: 0.2em 0 0.7em 3em;
	font-weight: bold;
}
#undercolumn_shopping #delivery_table .tr div.address {
	padding-left: 3em;
}

#undercolumn_shopping #delivery_table .tr > div:nth-of-type(1):before { content: ""; }
#undercolumn_shopping #delivery_table .tr > div:nth-of-type(1):after { content: ""; }

#undercolumn_shopping #delivery_table .tr:first-child div.bt_edit,
#undercolumn_shopping #delivery_table .tr:first-child div.bt_delete {
	display: none;
}


/* multiple_table */

#undercolumn_shopping #multiple_table .tr:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#undercolumn_shopping #multiple_table .tr .item {
	width: 70%;
	float: left;
	border-bottom: none;
}
#undercolumn_shopping #multiple_table .tr .photo img {
	max-width: 100%;
}
#undercolumn_shopping #multiple_table .tr .item p {
	padding-left: 20%;
}
#undercolumn_shopping #multiple_table .tr .account2 {
	float: left;
	width: 25%;
}
#undercolumn_shopping #multiple_table .tr .account2 input {
	width: 2.5em;
}
#undercolumn_shopping #multiple_table .tr .shipping {
	clear: both;
}
#undercolumn_shopping #multiple_table .tr .shipping select {
	width: 95%;
}


/* delivdate_table */

.formBox #delivdate_table .tbody .tr {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.formBox #delivdate_table .tbody .tr > div {
	padding-left: 1em;
	padding-right: 1em;
}
#undercolumn_shopping #delivdate_table .tr div:before,
#undercolumn_shopping #delivdate_table .tr div:after {
	font-weight: bold !important;
}
.formBox #delivdate_table .tbody .tr div.delivadd {
	padding-bottom: 1em;
	line-height: 1.6;
}
#undercolumn_shopping #delivdate_table .tr > div:first-of-type {
	font-weight: bold;
}
.formBox #delivdate_table .tbody .tr div.delivdate {
	border-top: 1px solid #DDD8D5;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 8em;
	background: #F4F3F0;
	position: relative;
}
.formBox #delivdate_table .tbody .tr div.delivtime {
	border-top: 1px solid #DDD8D5;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 8em;
	background: #F4F3F0;
	position: relative;
}



/* point_area */

#undercolumn_shopping .point_area p {
	line-height: 1.6;
}
#undercolumn_shopping .point_area .formBox ul li input,
#undercolumn_shopping .point_area .formBox ul li label {
	vertical-align: middle;
}
#undercolumn_shopping .point_area .formBox ul li input[type="text"] {
	margin-left: 1em;
	width: 3em;
}
#undercolumn_shopping .point_area .formBox ul li {
	vertical-align: middle;
	margin-bottom: 0.5em;
}

/* contact_area */

#undercolumn_shopping .contact_area {
	margin: 0 0 1em;
}

#undercolumn_shopping .contact_area textarea {
	width: 92%;
}

/* confirm_table */

#undercolumn_shopping #confirm_table .tr .account {
	float: left;
	display: block;
	padding: 0.8em 1em;
}
#undercolumn_shopping #confirm_table .tr .price {
	display: block;
	padding: 0.8em 1em;
}


/* point_confirm */

#undercolumn_shopping .point_confirm {
	margin-top: 2em;
}
#undercolumn_shopping .point_confirm dl {
	overflow: hidden;
}
#undercolumn_shopping .point_confirm dt {
	width: 60%;
	float: left;
	padding-bottom: 0;
}
#undercolumn_shopping .point_confirm dd {
	width: 30%;
	float: right;
	text-align: right;
}

/* deliv_confirm */

#undercolumn_shopping #deliv_confirm,
#mycontents_area #deliv_confirm {
	margin-top: 1em;
}

#undercolumn_shopping #deliv_confirm dt,
#mycontents_area #deliv_confirm dt {
	font-weight: bold;
}
#undercolumn_shopping #deliv_confirm dt:after,
#mycontents_area #deliv_confirm dt:after {
	content:" : "
}

/* payment_confirm */

#undercolumn_shopping #payment_confirm dt {
	padding-bottom: 0;
	font-weight: bold;
	display: inline;
}
#undercolumn_shopping #payment_confirm dt:after {
	content:" : "
}
#undercolumn_shopping #payment_confirm dd {
	display: inline;
}
#undercolumn_shopping #payment_confirm .contact dt {
	display: block;
	padding-bottom: 0.5em;
}
#undercolumn_shopping #payment_confirm .contact dd {
	display: block;
}

/* entry */

#undercolumn .kiyaku {
	border: 1px solid #C7C7C7;
	font-size: 1.3rem;
	padding: 1em;
	width: 94%;
	margin: 0 auto;
	background: #fff;
}

/* guide */

#undercolumn #guide .table {
	margin-bottom: 1em
}
#undercolumn #guide .table .tr .th {
	font-weight: bold;
}
#undercolumn #guide .table .tr:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#undercolumn #guide .table .tr:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.card_logo {
	width:60px;
	text-align: center;
	vertical-align: middle;
}

/***************** Media Queries *****************/


	/* for sp only */
	.sponly {
		display: none;
	}

	#gnav nav a img {
		margin-right: 0.4em;
	}
	nav.pagination ul li.first, nav.pagination ul li.last {
		display: inline-block;
	}

	#detailphotoblock .flex-direction-nav a {margin: 0; top: 18em;}

	.formBox .tr .item .photo img {
		max-width: 70px;
	}

	.list_area:last-of-type {
		border-bottom: 1px solid #ccc;
	}

	.status_area .for_login p {
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}



#undercolumn .login_area .loginareaBox.table .tbody .tr div .input_num {
	width: 12%;
}
#news_area .more {
	margin: -25px 5px 10px;
	font-size: 100%;
	text-align: right;
}
h2 img {
	margin-right: 10px;
}
.table .tbody .tr .sum span {
	line-height: 30px;
}
.table .tbody .tr .sum .input_tel {
	text-align: center;
}
.mini {
	font-size: 80%;
	margin: 0.5em 0 0;
	display: inline-block;
}
.inner .center,
.inner_large .center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.center label {
	font-weight: bold;
}

/* large size */
.lsize {
    font-size: 1.5em;
    /* font-weight: bold; */
    display: inline\9; /* IE8以下 */
    zoom: 1\9;
    *display: inline; /* IE7以下 */
    *zoom: 1;
    _display: inline; /* IE6 */
    _zoom: 1;
}

.msize {
	font-size: 1.1em;
    display: inline\9; /* IE8以下 */
    zoom: 1\9;
    *display: inline; /* IE7以下 */
    *zoom: 1;
    _display: inline; /* IE6 */
    _zoom: 1;
}

/* popup */
/* ポップアップ全体の背景設定 */
.popup_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: flex-end;
	z-index: 1000;
	overflow: hidden;
}

/* ポップアップエリアのスタイル */
.popup_area {
	background-color: #fff;
	width: 100%;
	padding: 3em;
	animation: slideUp 0.5s ease-out;
	/* 開くアニメーション */
	position: fixed;
	bottom: 0;
}
.popup_area p {
	font-size: 2rem;
}
.securitycode_img {
	display: flex;
	gap: 10px;
	justify-content: center;
}
.popup_area.close {
	animation: slideDown 0.5s ease-out forwards;
}

/* ポップアップアニメーション */
@keyframes slideUp {
	from {
		transform: translateY(100%);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes slideDown {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(100%);
	}
}