@charset "utf-8";
/*==============================
common.css
==============================*/
/*------------------------------
共通スタイル
------------------------------*/
html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
}
body {
	font-size: 1.4rem;
	line-height: 1.6;
	min-width: 980px;
	width: 100%;
	height: 100%;
	/* viewport
  ------------------------------*/
	-webkit-text-size-adjust: 100%;
}
img {
	vertical-align: bottom;
}

a {
	color: currentColor;
}
a:hover img,
#login_form input[type="image"]:hover {
	opacity: .7;
}

.wrapper {
	overflow: hidden;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------
Header
------------------------------*/
#header {
	overflow: hidden;
	background: url(/common/img/bg_header.jpg);
}
#header.staff{
	background: url(/common/img/bg_header_staff.jpg);
}

#header.staff .header__catch {
	margin-top: 10px;
}

.header--simple .header__logo {
	width: 250px;
}
.header--simple .header__content {
	width: 730px;
}
.header__logo {
	float: left;
	width: 160px;
}
.header__staff-icon {
	margin-top: -34px;
	margin-left: 5px;
	padding-bottom: 15px;
	text-align: center;
}
.header__content {
	float: left;
	width: 820px;
	padding-top: 10px;
	padding-left: 7px;
	box-sizing: border-box;
}
.header__copy {
	float: left;
	font-size: 1.2rem;
	color: #333333;
	margin-left: 7px;
}
.header__text-size {
	float: right;
	margin-bottom: 10px;
}
.header__text-size p {
	display: inline-block;
	vertical-align: middle;
}
.header__text-size-switcher {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
}
.header__text-size-switcher li {
	float: left;
	border: 1px solid #CCCCCC;
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
	background: #EEEEEE;
}
.header__text-size-switcher li:last-child {
	border-radius: 0 5px 5px 0;
}
.header__text-size-switcher li:hover,
.header__text-size-switcher li.is-current {
	border-color: #b9082b;
	background: #b9082b;
	color: white;
}
.header__text-size-switcher a {
	color: currentColor;
	padding: 1px 30px;
	text-decoration: none;
	line-height: 18px;
	display: block;
	letter-spacing: 4px;
}
.header__text-size-big {
	font-size: 1.6rem;
	font-weight: bold;
}
.header__search {
	clear: both;
	float: left;
	border: 2px solid #333333;
	border-radius: 20px;
	margin-top: 5px;
	margin-left: 12px;
	margin-bottom: 10px;
	overflow: hidden;
	background: white url(/common/img/ico_header_search.png) 10px center no-repeat;
}
.header__search input {
	background: none;
	border: none;
	padding: 10px;
	padding-left: 10px;
	margin-left: 30px;
	width: 155px;
	font-size: 1.2rem;
}
.header__search-btn {
	display: block;
	float: right;
	appearance: none;
	background: #333333;
	border: none;
	color: white;
	font-size: 1.4rem;
	width: 60px;
	height: 36px;
	line-height: 1;
	cursor: pointer;
}
.header__search-btn:hover {
	opacity: .7;
}
.header__control {
	float: right;
	margin-bottom: 6px;
}
.header__control > div {
	float: left;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.header__control-mypage,
.header__control-cart,
.header__control-login {
	height: 48px;
}
.header__control a {
	display: block;
	height: 48px;
}
.header__control-name,
.header__control-entry {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.header__control-name,
.header__control-entry,
.header__control-mypage,
.header__control-total {
	background: white;
}
.header__control-cart,
.header__control-total,
.header__control-login {
	/*border-left: none !important;*/
}
.header__control-cart {
	background: #3fa351;
	position: relative;
}
.header__control-login {
	border-right: 1px solid #CCCCCC;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: linear-gradient(to bottom, #fdef6b, #f8d141);
}
.header__control-login input {
	padding: 0;
}
.header__control-name {
	width: 145px;
	padding: 5px;
	font-size: 12px;
}
.header__control-name {
	color: #333333;
}
.header__control-cart-count {
	position: absolute;
	top: -5px;
	right: -5px;
	color: white;
	font-weight: bold;
	background: black;
	border-radius: 24px;
	line-height: 24px;
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 1.2rem;
	box-shadow: 1px 1px 0 #666666;
}
.header__control-total {
	font-weight: bold;
	font-size: 1.8rem;
	padding: 12px 2px 8px;
	text-align: center;
	min-width: 132px;
	white-space: nowrap;
	line-height: 25px;
	height: 28px;
}
.header__control-total-yen {
	font-size: 1.4rem;
}
.header__control-total-zei {
	margin-left: -0.5em;
	margin-right: -0.5em;
	font-size: 1rem;
	font-weight: normal;
}
.header__catch {
	clear: both;
	float: left;
}
.header__menu {
	margin-top: 3px;
	float: right;
	font-size: 1.2rem;
}
.header__menu li {
	display: inline-block;
	margin-left: 5px;
}
.header__menu a {
	text-decoration: none;
	color: currentColor;
}
.header__menu a:hover {
	text-decoration: underline;
}
.header__contact {
	padding: 30px 0;
}
.header__contact-body {
	float: right;
	width: 630px;
}
.header__contact-title {
	margin-top: 11px;
	line-height: 1.9;
	float: left;
	background: #fcee67;
	text-align: center;
	font-weight: bold;
	width: 180px;
	margin-right: 20px;
}
.header__contact-text {
	overflow: hidden;
}
.header__contact-freedial {
	margin-bottom: 3px;
	white-space: nowrap;
}
.header__contact-freedial img {
	display: inline-block;
	vertical-align: baseline;
}
.header__contact-freedial p {
	display: inline-block;
	vertical-align: text-bottom;
	font-size: 1.2rem;
	margin-left: -5px;
	text-indent: 5px;
}


/*------------------------------
global navi
------------------------------*/


.global-navi {
	position: relative;
	border-top: 1px solid #E3D9D0;
	background: linear-gradient(to bottom, #F6F1ED, #E3D9D0);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
	height: 35px;
	color: #333333;
}
.global-navi .wrapper {
	overflow: visible;
}

.global-navi__lists {
	position: relative;
}
.global-navi__lists:after {
	position: absolute;
	top: 5px;
	right: 0;
	display: block;
	content: "";
	height: 26px;
	width: 1px;
	background: #987E69;
	box-shadow: 1px 0 0 white;
}
.global-navi__lists li {
	position: relative;
	float: left;
	width: 163px;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.36rem;
}
.global-navi__lists li:before {
	position: absolute;
	top: 5px;
	display: block;
	content: "";
	height: 26px;
	width: 1px;
	background: #987E69;
	box-shadow: 1px 0 0 white;
}
.global-navi__lists li:hover:before {
	box-shadow: none;
}
.global-navi__lists li img {
	display: inline-block;
	vertical-align: middle;
	opacity: 1 !important;
}
.global-navi__lists a {
	position: relative;
	padding: 3px;
	font-size: 14px;
	font-feature-settings: 'palt';
	line-height: 1;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: currentColor;
	overflow: hidden;
}
.global-navi__lists a.global-navi__list-top {
	padding: 11px;
}
.global-navi__lists a:hover {
	background: #987E69;
	color: white;
}
.global-navi__lists a:after {
	position: absolute;
	bottom: -8px;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%);
	content: "";
	display: block;
	border: 15px solid transparent;
	border-left-width: 13px;
	border-right-width: 13px;
	border-bottom-color: #EEEEEE;
	transition: 0.3s;
}
.global-navi__lists a.is-current {
	background: #987E69;
	color: white;
}
.global-navi__lists a.is-current:after {
	bottom: -7px;
	opacity: 1;
}

.global-navi__lists li:nth-child(2) a:hover,
.global-navi__lists li:nth-child(2) a.is-current {
	background: #ff5e7d;
}
.global-navi__lists li:nth-child(3) a:hover,
.global-navi__lists li:nth-child(3) a.is-current {
	background: #86bf4c;
}
.global-navi__lists li:nth-child(4) a:hover,
.global-navi__lists li:nth-child(4) a.is-current {
	background: #f16071;
}
.global-navi__lists li:nth-child(5) a:hover,
.global-navi__lists li:nth-child(5) a.is-current {
	background: #f8934b;
}
.global-navi__lists li:nth-child(6) a:hover,
.global-navi__lists li:nth-child(6) a.is-current {
	background: #2362a9;
}

/*------------------------------
 *mega drop menu
 *------------------------------ */
.mega-drop {
	display: none;
	/*display: block !important;*/
	overflow: hidden;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
}
.mega-drop__wrapper {
	/*display: block !important;*/
	background: rgba(0, 0, 0, 0.4);
	overflow: hidden;
	width: 100%;
	position: absolute;
	z-index: 999 !important;
	box-shadow: 3px 0 10px rgba(160, 160, 160, 0.64);
}
.mega-drop__wrapper .wrapper {
	position: relative;
	overflow: visible;
}
.mega-drop__close {
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: -75px;
	font-size: 1.3rem;
}
.mega-drop__close img {
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.mega-drop__item {
	float: left;
	width: 480px;
	background: white;
	margin-bottom: 20px;
}
.mega-drop__item:nth-child(2n) {
	float: right;
}
.mega-drop__item--01 {
	border: 1px solid #CCCCCC;
}
.mega-drop__item-image {
	padding: 1px;
	float: left;
}
.mega-drop__item-body {
	float: left;
	width: 220px;
	box-sizing: border-box;
	padding: 20px 18px;
	font-size: 1.6rem;
}
.mega-drop__item-body p {
	margin-bottom: 1.5em;
}
.mega-drop__item-header {
	position: relative;
}
.mega-drop__item-header a {
	display: block;
	text-decoration: none;
}
.mega-drop__item-header--with-icon .mega-drop__item-header-text {
	display: inline-block;
	vertical-align: middle;
	padding: 9px 10px 8px;
}
.mega-drop__item-header-icon {
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
	margin-left: 19px;
}
.mega-drop__item-header-text {
	position: relative;
	z-index: 1;
	color: white;
	font-size: 1.8rem;
	padding: 1.1em 1em 0.9em;
	line-height: 1.16667;
}
.mega-drop__item-header-text.is-two-line {
	padding-top: 0.5em;
	padding-bottom: 0.4em;
}
.mega-drop__item-header-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.mega-drop__item-links {
	padding: 10px 20px 0;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}
.mega-drop__item-links.is-tile-01 {
	min-height: 215px;
}
.mega-drop__item-links.is-tile-02 {
	min-height: 285px;
}
.mega-drop__item-links .c-link {
	background-position: 0 18px;
}
.mega-drop__item-links a {
	text-decoration: none;
	padding-left: 0.5em;
	color: #333333;
	white-space: nowrap;
}
.mega-drop__item-links-column .item__body-list {
	width: 210px;
	float: left;
}
.mega-drop__item-links-column .item__body-list:nth-child(2n) {
	float: right;
}
.mega-drop__item-links__lead {
	background: #EEEEEE;
	margin-left: -0.75em;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 10px;
}
.mega-drop__item-links__lead img {
	display: inline-block;
	vertical-align: middle;
}
.mega-drop__item-links__lead a {
	display: inline-block !important;
	vertical-align: middle;
}
.mega-drop__lead {
	text-align: center;
	padding: 7px;
	border-top: 1px solid #CCCCCC;
}
.mega-drop__lead img {
	vertical-align: middle;
}
.mega-drop__lead a {
	text-decoration: none;
	vertical-align: middle;
}

/*------------------------------
contents
------------------------------*/

#contents {
	padding-top: 10px;
}


/*------------------------------
main
------------------------------*/

#main {
	float: left;
	width: 750px;
}


/*------------------------------
side
------------------------------*/
#side {
	float: right;
	width: 200px;
}

.side-title {
	margin-bottom: 10px;
}
.side__navi {
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	padding: 10px 20px 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.side__navi-title {
	background: #eeeeee;
	padding: 10px 0;
	text-align: center;
	margin: -10px -20px 10px;
}
.side__navi-list li {
	border-bottom: 1px dotted #CCCCCC;
}
.side__navi-list a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.side__navi-list--first {
	margin-bottom: 20px;
}
.side__teiki {
	margin-bottom: 20px;
}
.side__banner {
	margin-bottom: 20px;
}
.side__sns div {
	margin-bottom: 10px;
}


/*------------------------------
footer
------------------------------*/
#footer {
	position: relative;
	margin-top: 95px;
	padding-top: 10px;
}
#footer:before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	top: 0;
	height: 10px;
	background: url(/common/img/bg_footer_top.png);
}
#footer.staff:before {
	background: url(/common/img/bg_footer_top_staff.png);
}

.footer__to-top {
	position: absolute;
	top: -45px;
	right: calc(50% - 450px);
}
.footer__guide {
	background: url(/common/img/bg_footer.jpg);
	padding: 40px 0 30px;
}
.staff .footer__guide {
	background: url(/common/img/bg_footer_staff.jpg);
}

.footer__guide-header {
	overflow: hidden;
	margin-bottom: 15px;
}
.footer__guide-title {
	position: relative;
	float: left;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 23px;
}
.footer__guide-title:before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	content: "";
	width: 6px;
	height: 100%;
	background: #b9082b;
	border-radius: 3px;
}
.footer__guide-en-title {
	font-size: 1.2rem;
	color: #8d6e63;
	margin-top: 0.5em;
}
.footer__guide-menu {
	float: right;
}
.footer__guide-list {
	border: 1px solid #CCCCCC;
	display: table;
	width: 100%;
	background: white;
	box-sizing: border-box;
}
.footer__guide-item {
	width: 25%;
	display: table-cell;
	border-left: 1px solid #CCCCCC;
	padding: 20px 25px;
}
.footer__guide-item:first-child {
	border-left: none;
}
.footer__contact {
	padding: 30px 0;
}
.footer__contact-body {
	float: left;
	width: 790px;
}
.footer__contact-title {
	line-height: 70px;
	float: left;
	background: #fcee67;
	text-align: center;
	font-weight: bold;
	width: 180px;
	margin-right: 20px;
}
.footer__contact-text {
	overflow: hidden;
}
.footer__contact-text a {
	color: #ba0028;
}
.footer__contact-text a:hover {
	text-decoration: none;
}
.footer__contact-freedial {
	margin-bottom: 3px;
}
.footer__contact-freedial img {
	display: inline-block;
}
.footer__contact-freedial p {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
}
.footer__seal {
	float: right;
	padding-right: 0px;
	width:180px;
	font-size:10px;
}
.footer__bottom {
	background: #b9082b;
	color: white;
	font-size: 1.2rem;
	padding: 20px 0;
}
.staff .footer__bottom {
	background: #967C63;
}
.footer__bottom a {
	color: currentColor;
	text-decoration: none;
}
.footer__menu {
	float: left;
}
.footer__menu ul + ul {
	margin-top: 1em;
}
.footer__menu li {
	display: inline-block;
	margin-right: 7px;
}
.footer__menu a {
	padding-left: 15px;
	background: url(/common/img/ico_link_white.png) left center no-repeat;
}
.footer__menu a:hover {
	text-decoration: underline;
}
.footer__menu + .footer__copyright {
	margin-top: 30px;
}
.footer__copyright {
	float: right;
}


/*------------------------------
components
------------------------------*/

.c-btn--image {
	cursor: pointer;
	appearance: none;
	padding: 0;
	border: none;
	background: none;
}
.c-btn--image:hover {
	opacity: .7;
}

.c-link {
	background: url(/common/img/ico_link.png) left center no-repeat;
	padding-left: 10px;
	color: currentColor;
	display: block;
}
.c-link:hover {
	text-decoration: none;
}
.c-link__tokuho {
	position: relative;
	top: -2px;
	margin-left: .5em;
	width: 20px;
}
.c-link__sticker {
	position: relative;
	display: inline-block;
	background: #CD6761;
	color: white;
	font-size: 1.1rem;
	top: -1px;
	padding: .4em .75em .4em;
	line-height: 1;
	border-radius: 5px;
}
.c-link--back {
	padding-left: 15px;
	background-image: url(/common/img/ico_link_back.png);
}
.c-link--hatena {
	padding-left: 20px;
	background-image: url(/common/img/ico_link_hatena.png);
}

.c-checkbox {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	display: block;
}
.c-checkbox + label {
	display: inline-block;
	padding-left: 28px;
	background: url(/common/img/ico_check.png) no-repeat;
}
.c-checkbox:checked + label {
	background-image: url(/common/img/ico_check_checked.png);
}

.c-input {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	font-size: 1.4rem;
}
.c-input--num {
	width: 5em;
	display: inline-block;
	padding: 10px;
	font-size: 1.4rem;
	box-sizing: border-box;
	border: none;
	background: #eeeeee;
	border-radius: 5px;
	margin-right: 10px;
}
.c-input--num {
	width: 5em;
	display: inline-block;
	padding: 10px;
	font-size: 1.4rem;
	box-sizing: border-box;
	border: none;
	background: #eeeeee;
	border-radius: 5px;
	margin-right: 10px;
}

.c-line {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 20px;
	margin-bottom: 20px;
}
.c-line hr {
	display: none;
}
.c-line--dotted {
	border-bottom-style: dotted;
}

.c-required {
	color: #b9082b;
	font-size: 1.3rem;
	border: 2px solid #b9082b;
	line-height: 1;
	padding: 2px 3px 1px;
}

.c-title {
	position: relative;
	padding-left: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.c-title:before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	content: "";
	width: 6px;
	height: 100%;
	background: #b9082b;
	border-radius: 3px;
}
.c-title__inner {
	background: #f6f1ed;
	border-radius: 10px;
	padding: 10px 20px 6px;
}
.c-title__text {
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 0.25em;
	display: block;
}
.c-title__en {
	font-size: 1.2rem;
	color: #8c7f62;
	display: block;
}
.c-title__link {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: currentColor;
	font-weight: normal;
}
.c-title__link:hover {
	text-decoration: none;
}
.c-title__link--to-list {
	background: url(/common/img/ico_link_list.png) left center no-repeat;
	padding-left: 17px;
}

.c-box {
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	overflow: hidden;
	padding: 25px;
	padding-top: 0;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.c-box-title {
	background: linear-gradient(135deg, #c2b3a8 0%, #c2b3a8 50%, #baa89b 50%, #baa89b 100%);
	font-weight: bold;
	color: white;
	text-align: center;
	font-size: 1.8rem;
	padding: 0.6em;
	line-height: 1;
	border: 1px solid white;
	border-radius: 10px 10px 0 0;
	margin-bottom: 15px;
	margin-left: -25px;
	margin-right: -25px;
}
.c-box__intro {
	text-align: center;
	margin-bottom: 20px;
}

.c-steps {
	text-align: center;
	padding: 20px;
	background: white;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 30px;
}

/*------------------------------
slider
------------------------------*/

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before {
	display: table;
	content: "";
}
.slick-track:after {
	display: table;
	content: "";
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	z-index: 9999;
	font-size: 0;
	line-height: 0;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent url(/common/img/ico_slide_prev.png) no-repeat;
}

.slick-next {
	left: auto;
	right: 10px;
	background-image: url(/common/img/ico_slide_next.png);
}

/*------------------------------
エラーページ
------------------------------*/

.errorConts .sec01 {
    width: 640px;
    margin: 60px auto 0 auto;
}
.errorConts .sec01 .block01 {
    margin-bottom: 60px;
}
.errorConts .sec01 .block01 .box01 {
    display: table;
    width: 100%;
}
.errorConts .sec01 .block01 .boxInner {
    display: table-row;
}
.errorConts .sec01 .block01 .boxL {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 80px;
}
.errorConts .sec01 .block01 .boxR {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.errorConts .sec01 .block01 .box01 .boxR .tpl_error_strong {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 20px;
}
.errorConts .sec01 .block01 .box01 .boxR .tpl_error {
    font-size: 1.6rem;
    line-height: 1.2;
}
.errorConts .sec01 .block02 .box01 {
    text-align: center;
}
.errorConts .sec01 .block02 .box01 .btn01 {
    display: inline-block;
}
.errorConts .sec01 .block02 .box01 .btn01 a {
    display: block;
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 40px;
    text-decoration: none;
    height: 40px;
    padding: 0 40px;
    background: #BA0028;
    border-radius: 5px;
}
.errorConts .sec01 .block02 .box01 .btn01 a:hover {
    opacity: 0.7;
}

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

/*------------------------------
OOCSS
------------------------------*/
.dn {display: none !important;}
.di {display: inline !important;}
.dib {display: inline-block !important;}
.db {display: block !important;}
.fwn {font-weight: normal !important;}
.fwb {font-weight: bold !important;}
.tal {text-align: left !important;}
.tac {text-align: center !important;}
.tar {text-align: right !important;}
.tdn {text-decoration: none !important;}
.tdu {text-decoration: underline !important;}
.vat {vertical-align: top !important;}
.vam {vertical-align: middle !important;}
.vab {vertical-align: bottom !important;}
.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt90 {margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}
.mr0 {margin-right: 0 !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}
.mr60 {margin-right: 60px !important;}
.mr70 {margin-right: 70px !important;}
.mr80 {margin-right: 80px !important;}
.mr90 {margin-right: 90px !important;}
.mr100 {margin-right: 100px !important;}
.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}
.ml0 {margin-left: 0 !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
.ml60 {margin-left: 60px !important;}
.ml70 {margin-left: 70px !important;}
.ml80 {margin-left: 80px !important;}
.ml90 {margin-left: 90px !important;}
.ml100 {margin-left: 100px !important;}
.bdn {border: none !important;}
.bdtn {border-top: none !important;}
.bdrn {border-right: none !important;}
.curp {cursor: pointer !important;}
.red {color: #ba0028}
.fz16 {font-size: 1.6rem !important}
.fz07 {font-size: 0.7rem !important}
.fz05 {font-size: 0.5rem !important}

/* 20170502 */

.so_policy_box {
    margin-top: 20px;
    background: #f6f1ed;
    padding: 3%;
    text-align: left;
}
.so_policy_box p{
	margin-bottom: 15px;
}
.so_policy_box .bold {
    font-weight: bold;
}

.so_policy_box ol {
    margin-bottom: 15px;
    list-style: decimal;
    padding-left: 20px;
}

.member-form.logined td{
	vertical-align: middle;
}

.member-form.logined .member-form__head--must{
	padding-left: 0;
	padding-right: 40px;
}

/* 20170510 */
.tab-title__item--button{
	text-decoration: none;
}

/* 20170510 */
.btn_red{
	background: #ba0028;
	line-height: normal !important;
  padding: 6px;
}


.loginCaution {
	border: 1px solid #cccccc;
	border-radius: 9px;
	padding:  16px 8px 8px;
	position: relative;
}
.loginCaution .loginCautionTitle {
	color: #ba0028;
	position: absolute;
	top: -0.6em;
	left: 1em;
	background-color: #fff;
	padding: 2px 5px;
	font-size: 110%;
	font-weight: bold;
	line-height: 1em;
}
.loginCautionTitle  img {
	vertical-align: middle;
}

#pref{
background: url(/common/img/arrow_icon_both.png) no-repeat right 8px center;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

/* 20180528 */
.ellipsAttention {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #efefef;
    padding: 15px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: red;
}
.ellipsAttention + .item-block {
    float: left;
}
.ellipsAttention + .item-block + .item-block {
    float: right;
}
.loaderBox{
	position:fixed;
	background-color: rgba(255,255,255,0.5);
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:9999;
}
.loaderBox .rap{
	position:relative;
	top:30%;
}
.loaderBox p{
	text-align:center;
	font-size: 20px;
}
.loaderBox .loader {
  margin: 70px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ba0028, 1.8em -1.8em 0 0em rgba(186,0,40, 0.2), 2.5em 0em 0 0em rgba(186,0,40, 0.2), 1.75em 1.75em 0 0em rgba(186,0,40, 0.2), 0em 2.5em 0 0em rgba(186,0,40, 0.2), -1.8em 1.8em 0 0em rgba(186,0,40, 0.2), -2.6em 0em 0 0em rgba(186,0,40, 0.5), -1.8em -1.8em 0 0em rgba(186,0,40, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(186,0,40, 0.7), 1.8em -1.8em 0 0em #ba0028, 2.5em 0em 0 0em rgba(186,0,40, 0.2), 1.75em 1.75em 0 0em rgba(186,0,40, 0.2), 0em 2.5em 0 0em rgba(186,0,40, 0.2), -1.8em 1.8em 0 0em rgba(186,0,40, 0.2), -2.6em 0em 0 0em rgba(186,0,40, 0.2), -1.8em -1.8em 0 0em rgba(186,0,40, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(186,0,40, 0.5), 1.8em -1.8em 0 0em rgba(186,0,40, 0.7), 2.5em 0em 0 0em #ba0028, 1.75em 1.75em 0 0em rgba(186,0,40, 0.2), 0em 2.5em 0 0em rgba(186,0,40, 0.2), -1.8em 1.8em 0 0em rgba(186,0,40, 0.2), -2.6em 0em 0 0em rgba(186,0,40, 0.2), -1.8em -1.8em 0 0em rgba(186,0,40, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(186,0,40, 0.2), 1.8em -1.8em 0 0em rgba(186,0,40, 0.5), 2.5em 0em 0 0em rgba(186,0,40, 0.7), 1.75em 1.75em 0 0em #ba0028, 0em 2.5em 0 0em rgba(186,0,40, 0.2), -1.8em 1.8em 0 0em rgba(186,0,40, 0.2), -2.6em 0em 0 0em rgba(186,0,40, 0.2), -1.8em -1.8em 0 0em rgba(186,0,40, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(186,0,40, 0.2), 1.8em -1.8em 0 0em rgba(186,0,40, 0.2), 2.5em 0em 0 0em rgba(186,0,40, 0.5), 1.75em 1.75em 0 0em rgba(186,0,40, 0.7), 0em 2.5em 0 0em #ba0028, -1.8em 1.8em 0 0em rgba(186,0,40, 0.2), -2.6em 0em 0 0em rgba(186,0,40, 0.2), -1.8em -1.8em 0 0em rgba(186,0,40, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(186,0,40, 0.2), 1.8em -1.8em 0 0em rgba(186,0,40, 0.2), 2.5em 0em 0 0em rgba(186,0,40, 0.2), 1.75em 1.75em 0 0em rgba(186,0,40, 0.5), 0em 2.5em 0 0em rgba(186,0,40, 0.7), -1.8em 1.8em 0 0em #ba0028, -2.6em 0em 0 0em rgba(186,0,40, 0.2), -1.8em -1.8em 0 0em rgba(186,0,40, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(186,0,40, 0.2), 1.8em -1.8em 0 0em rgba(186,0,40, 0.2), 2.5em 0em 0 0em rgba(186,0,40, 0.2), 1.75em 1.75em 0 0em rgba(186,0,40, 0.2), 0em 2.5em 0 0em rgba(186,0,40, 0.5), -1.8em 1.8em 0 0em rgba(186,0,40, 0.7), -2.6em 0em 0 0em #ba0028, -1.8em -1.8em 0 0em rgba(186,0,40, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(186,0,40, 0.2), 1.8em -1.8em 0 0em rgba(186,0,40, 0.2), 2.5em 0em 0 0em rgba(186,0,40, 0.2), 1.75em 1.75em 0 0em rgba(186,0,40, 0.2), 0em 2.5em 0 0em rgba(186,0,40, 0.2), -1.8em 1.8em 0 0em rgba(186,0,40, 0.5), -2.6em 0em 0 0em rgba(186,0,40, 0.7), -1.8em -1.8em 0 0em #ba0028;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ba0028, 1.8em -1.8em 0 0em rgba(186,0,40, 0.2), 2.5em 0em 0 0em rgba(186,0,40, 0.2), 1.75em 1.75em 0 0em rgba(186,0,40, 0.2), 0em 2.5em 0 0em rgba(186,0,40, 0.2), -1.8em 1.8em 0 0em rgba(186,0,40, 0.2), -2.6em 0em 0 0em rgba(186,0,40, 0.5), -1.8em -1.8em 0 0em rgba(186,0,40, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(186,0,40, 0.7), 1.8em -1.8em 0 0em #ba0028, 2.5em 0em 0 0em rgba(186,0,40, 0.2), 1.75em 1.75em 0 0em rgba(186,0,40, 0.2), 0em 2.5em 0 0em rgba(186,0,40, 0.2), -1.8em 1.8em 0 0em rgba(186,0,40, 0.2), -2.6em 0em 0 0em rgba(186,0,40, 0.2), -1.8em -1.8em 0 0em rgba(186,0,40, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(186,0,40, 0.5), 1.8em -1.8em 0 0em rgba(186,0,40, 0.7), 2.5em 0em 0 0em #ba0028, 1.75em 1.75em 0 0em rgba(186,0,40, 0.2), 0em 2.5em 0 0em rgba(186,0,40, 0.2), -1.8em 1.8em 0 0em rgba(186,0,40, 0.2), -2.6em 0em 0 0em rgba(186,0,40, 0.2), -1.8em -1.8em 0 0em rgba(186,0,40, 0.2);
  }
  37.5% {

    box-shadow: 0em -2.6em 0em 0em rgba(186,0,40, 0.2), 1.8em -1.8em 0 0em rgba(186,0,40, 0.5), 2.5em 0em 0 0em rgba(186,0,40, 0.7), 1.75em 1.75em 0 0em #ba0028, 0em 2.5em 0 0em rgba(186,0,40, 0.2), -1.8em 1.8em 0 0em rgba(186,0,40, 0.2), -2.6em 0em 0 0em rgba(186,0,40, 0.2), -1.8em -1.8em 0 0em rgba(186,0,40, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(186,0,40, 0.2), 1.8em -1.8em 0 0em rgba(186,0,40, 0.2), 2.5em 0em 0 0em rgba(186,0,40, 0.5), 1.75em 1.75em 0 0em rgba(186,0,40, 0.7), 0em 2.5em 0 0em #ba0028, -1.8em 1.8em 0 0em rgba(186,0,40, 0.2), -2.6em 0em 0 0em rgba(186,0,40, 0.2), -1.8em -1.8em 0 0em rgba(186,0,40, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(186,0,40, 0.2), 1.8em -1.8em 0 0em rgba(186,0,40, 0.2), 2.5em 0em 0 0em rgba(186,0,40, 0.2), 1.75em 1.75em 0 0em rgba(186,0,40, 0.5), 0em 2.5em 0 0em rgba(186,0,40, 0.7), -1.8em 1.8em 0 0em #ba0028, -2.6em 0em 0 0em rgba(186,0,40, 0.2), -1.8em -1.8em 0 0em rgba(186,0,40, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(186,0,40, 0.2), 1.8em -1.8em 0 0em rgba(186,0,40, 0.2), 2.5em 0em 0 0em rgba(186,0,40, 0.2), 1.75em 1.75em 0 0em rgba(186,0,40, 0.2), 0em 2.5em 0 0em rgba(186,0,40, 0.5), -1.8em 1.8em 0 0em rgba(186,0,40, 0.7), -2.6em 0em 0 0em #ba0028, -1.8em -1.8em 0 0em rgba(186,0,40, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(186,0,40, 0.2), 1.8em -1.8em 0 0em rgba(186,0,40, 0.2), 2.5em 0em 0 0em rgba(186,0,40, 0.2), 1.75em 1.75em 0 0em rgba(186,0,40, 0.2), 0em 2.5em 0 0em rgba(186,0,40, 0.2), -1.8em 1.8em 0 0em rgba(186,0,40, 0.5), -2.6em 0em 0 0em rgba(186,0,40, 0.7), -1.8em -1.8em 0 0em #ba0028;
  }
}