@charset "UTF-8";
/* css Course [cart] */

@import url("../content.css");
@import url("main.css");
@import url("step-navi.css");
@import url("form_cart.css");

/*---------------------------------------------------- */
/* Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.listMain {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.listMain article {
	padding: 0;
	margin: 0 auto;
	height: auto;
	background-color: #fff;
	border-right: 1px solid #cdcfd1;
	border-left: 1px solid #cdcfd1;
	border-bottom: 1px solid #cdcfd1;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-moz-box-shadow: 0 3px rgba(0, 0, 0, .08);
	box-shadow: 0 3px rgba(0, 0, 0, .08);
}

/*== h2 ==*/
.listMain #pagetitle {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
	background-color: #0567b3;
	border: solid 1px #056cb4;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.listMain #pagetitle h2 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: "Open Sans", "Noto Sans JP", sans-serif;
	font-weight: 800;
	text-align: center;
	line-height: 1.0;
}

/*---------------------------------------------------- */
/* Cart */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_cart {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== P ==*/
.waku_cart .moji_cart {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_cart .moji_cart p {
	padding: 0;
	margin: 0;
	font-weight: 500;
	color: #3d3e3f;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}
.waku_cart .moji_cart p a {
	font-weight: 600;
	text-decoration: underline;
}
.waku_cart .moji_cart p a:hover {
	text-decoration: underline;
}

/*== Table ==*/
.haco_cart {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.haco_cart table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
	background-color: #fff;
	border-top: solid 1px #dcdcdc;
}
.haco_cart table th {
	margin: 0;
	height: auto;
	vertical-align: top;
	border-bottom: solid 1px #dcdcdc;
	background-color: #f9fbfc;
}
.haco_cart table td {
	margin: 0;
	height: auto;
	vertical-align: top;
	border-bottom: solid 1px #dcdcdc;
}

.haco_cart table th h4 {
	padding: 0;
	font-weight: 600;
	color: #3d3e3f;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
	word-break: break-all;
}

.haco_cart table th h4:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #1d9ad1;
	display: inline-block;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	margin-right: .5em;
}

/*== Required ==*/
.haco_cart table th h4 .icon-mark {
	padding: 0;
	margin: 0;
	height: auto;
}
.haco_cart table th h4 .icon-mark .icon-required {
	margin: 0;
	height: auto;
	background-color: #fff;
	border: solid 2px #e42631;
	border-radius: 2px;
	color: #e42631;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.haco_cart table td h5 {
	padding: 0;
	font-weight: 600;
	color: #3d3e3f;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
	word-break: break-all;
}
.haco_cart table td p {
	padding: 0;
	font-weight: 500;
	color: #3d3e3f;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
	word-break: break-all;
}

.haco_cart table td p em {
	padding: 0;
	margin: 0;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.haco_cart table td p a {
	font-weight: 600;
	text-decoration: underline;
}
.haco_cart table td p a:hover {
	text-decoration: underline;
}

/*== Pay ==*/
.haco_cart table td p .fa-credit-card, 
.haco_cart table td p .fa-wallet {
	padding: 0;
	margin: 0 4px 0 2px;
	color: #34c3ad;
	font-weight: 900;
	font-style: normal;
}

/*== Tag ==*/
.haco_cart table td .tag {
	padding: 0;
	height: auto;
	overflow: hidden;
}

.haco_cart table td .tag ul {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	list-style-type: none;
}
.haco_cart table td .tag ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
	float: right;
	vertical-align: top;
	font-weight: 600;
	text-align: center;
	list-style-type: none;
}

/*== Pay ==*/
.haco_cart table td .tag ul li.pay {/* 現地払い・クレジット決済 */
	border: solid 2px #34c3ad;
	background-color: #fff;
	color: #34c3ad;
}
.haco_cart table td .tag ul li.pay .fa-credit-card, 
.haco_cart table td .tag ul li.pay .fa-wallet {
	padding: 0;
	margin: 0;
	font-weight: 900;
	font-style: normal;
}

/*== Money ==*/
.haco_cart table td .tag ul li.money {
	padding: 0;
	margin: 0;
	color: #1d1e1f;
	font-weight: 700;
	text-align: right;
	line-height: 1.0;
}
.haco_cart table td .tag ul li.money em {
	padding: 0;
	margin: 0;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
}

/*---------------------------------------------------- */
/* Important [Red] */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_important {
	padding: 0;
	margin: 0 auto;
	height: auto;
	background-color: #fcf0f1;
	border: solid 1px #ffa2a5;
	border-radius: 4px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_important .important_box {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== h3 ==*/
.waku_important .important_box h3 {
	padding: 0;
	margin: 0;
	font-weight: 800;
	color: #e42631;
	text-decoration: none;
	text-align: center;
	line-height: 1.0;
}

/*== P ==*/
.waku_important .important_box p {
	padding: 0;
	margin: 0;
	font-weight: 500;
	color: #3d3e3f;
	text-decoration: none;
	text-align: center;
	line-height: 1.3;
}

/*---------------------------------------------------- */
/* Important [Mossgreen] */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_important2 {
	padding: 0;
	margin: 0 auto;
	height: auto;
	background-color: #e1faf6;
	border: solid 1px #34c3ad;
	border-radius: 4px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_important2 .important_box {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== h3 ==*/
.waku_important2 .important_box h3 {
	padding: 0;
	margin: 0;
	font-weight: 800;
	color: #07aa91;
	text-decoration: none;
	text-align: center;
	line-height: 1.0;
}

/*== P ==*/
.waku_important2 .important_box p {
	padding: 0;
	margin: 0;
	font-weight: 500;
	color: #3d3e3f;
	text-decoration: none;
	text-align: center;
	line-height: 1.0;
}

/*== Button ==*/
.waku_important2 .important_box .waku_btn {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
}
.waku_important2 .important_box .waku_btn .btn_phone {
	padding: 0;
	margin: 0;
	background-color: #fff;
	display: inline-block;
}
.waku_important2 .important_box .waku_btn .btn_phone a {
	padding: 0;
	margin: 0;
	background-color: #07aa91;
	display: inline-block;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.waku_important2 .important_box .waku_btn .btn_phone a .fa-phone-volume {
	padding: 0;
	margin: 0;
	font-weight: 900;
	font-style: normal;
	color: #fff;
	text-decoration: none;
}
.waku_important2 .important_box .waku_btn .btn_phone a:hover {
	color: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	text-decoration: none;
}

/*---------------------------------------------------- */
/* Important [Yellow] */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_important3 {
	padding: 0;
	margin: 0 auto;
	height: auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_important3 .important_box {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== h3 ==*/
.waku_important3 .important_box h3 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-weight: 800;
	text-decoration: none;
	text-align: left;
	line-height: 1.0;
}
.waku_important3 .important_box h3 .fa-exclamation-triangle {
	padding: 0;
	margin: 0;
	color: #f7c103;
	font-weight: 900;
	font-style: normal;
}

/*== P ==*/
.waku_important3 .important_box p {
	padding: 0;
	margin: 0 auto;
	height: auto;
	list-style-type: none;
	font-weight: 500;
	color: #7d7e7f;
	text-decoration: none;
	text-align: left;
	line-height: 1.4;
}
.waku_important3 .important_box p em {
	font-weight: 500;
	font-style: normal;
	color: #3d3e3f;
}
.waku_important3 .important_box p em:before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 1px;
	color: #f7c103;
	margin-right: 5px;
}

/*---------------------------------------------------- */
/* Warn */
/*---------------------------------------------------- */
/*== Table ==*/
.haco_warn {
	padding: 0;
	margin: 0 auto;
	height: auto;
	background-color: #f9fbfc;
	border: solid 1px #dcdcdc;
	border-radius: 4px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.haco_warn table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
}
.haco_warn table th {
	padding: 0;
	margin: 0 auto;
	height: auto;
	vertical-align: top;
}
.haco_warn table td {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.haco_warn table th h4 {
	padding: 0;
	margin: 0;
	font-weight: 600;
	color: #3d3e3f;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
	word-break: break-all;
}
.haco_warn table th h4 .fa-exclamation-triangle {
	padding: 0;
	margin: 0;
	color: #f7c103;
	font-weight: 900;
	font-style: normal;
}

.haco_warn table td p {
	padding: 0;
	margin: 0;
	font-weight: 500;
	color: #3d3e3f;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
	word-break: break-all;
}
.haco_warn table td p a {
	font-weight: 600;
	text-decoration: underline;
}
.haco_warn table td p a:hover {
	text-decoration: underline;
}
.haco_warn table td p em {
	font-weight: 500;
	font-style: normal;
	color: #2d2e2f;
}
.haco_warn table td p em:before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 1px;
	color: #f7c103;
	margin-right: 5px;
}

/*---------------------------------------------------- */
/* Privacy */
/*---------------------------------------------------- */
/*== Waku ==*/
.privacyArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_privacy {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
}
.waku_privacy .privacybox {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*== P ==*/
.privacyArea .moji_privacy {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.privacyArea .moji_privacy p {
	padding: 0;
	margin: 0;
	font-weight: 500;
	color: #3d3e3f;
	text-decoration: none;
	text-align: center;
	line-height: 1.6;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.listMain {
	width: 98%;
	max-width: 1080px;
}
.listMain article {
	padding: 25px 0;
	width: 98%;
}

/*== h2 ==*/
.listMain #pagetitle {
	padding: 20px 0;
	width: 98%;
}
.listMain #pagetitle h2 {
	font-size: 1.625em;/* 26px */
}

/*---------------------------------------------------- */
/* Cart */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_cart {
	padding: 15px 0;
	width: 92%;
}

/*== P ==*/
.waku_cart .moji_cart {
	padding-bottom: 20px;
	width: 96%;
}
.waku_cart .moji_cart p {
	font-size: 18px;
}

/*== Table ==*/
.haco_cart {
	width: 98%;
}
.haco_cart table th {
	padding: 12px 0;
	width: 100%;
	display: block;
}
.haco_cart table td {
	padding: 12px 0;
	width: 100%;
	display: block;
}

.haco_cart table th h4 {
	margin: 0 16px 0 16px;
	font-size: 17px;
	position: relative;
}
/*== Required ==*/
.haco_cart table th h4 .icon-mark {
	top: -1px;
	margin-left: 10px;
	display: inline-block;
	position: absolute;
}
.haco_cart table th h4 .icon-mark .icon-required {
	padding: 2px 10px;
	font-size: 11px;
}

.haco_cart table td h5 {
	margin: 0 16px 0 16px;
	font-size: 20px;
}
.haco_cart table td p {
	margin: 0 16px 0 0;
	font-size: 18px;
}
.haco_cart table td p em {
	margin-right: 4px;
	font-size: 130%;
}

/*== Tag ==*/
.haco_cart table td .tag {
	margin: 10px 16px 0 0;
}

/*== Pay ==*/
.haco_cart table td .tag ul li.pay {/* 現地払い・クレジット決済 */
	padding: 0 21px;
	margin-right: 15px;
	height: 26px;
	color: #34c3ad;
	font-size: 0.8125em;/* 13px */
	line-height: 26px;
	background-color: #fff;
	border: solid 2px #34c3ad;
	border-radius: 26px;
}
.haco_cart table td .tag ul li.pay .fa-credit-card, 
.haco_cart table td .tag ul li.pay .fa-wallet {
	margin-right: 6px;
}

/*== Money ==*/
.haco_cart table td .tag ul li.money {
	margin-top: 2px;
	font-size: 1em;/* 16px */
}
.haco_cart table td .tag ul li.money em {
	margin-right: 4px;
	font-size: 180%;
}

/*---------------------------------------------------- */
/* Important [Red] */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_important {
	padding: 20px 0;
	margin-bottom: 20px;
	width: 98%;
}
.waku_important .important_box {
	width: 90%;
}

/*== h3 ==*/
.waku_important .important_box h3 {
	margin-bottom: 5px;
	font-size: 24px;
}

/*== P ==*/
.waku_important .important_box p {
	font-size: 16px;
}

/*---------------------------------------------------- */
/* Important [Mossgreen] */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_important2 {
	padding: 20px 0;
	margin-bottom: 20px;
	width: 98%;
}
.waku_important2 .important_box {
	width: 90%;
}

/*== h3 ==*/
.waku_important2 .important_box h3 {
	margin-bottom: 5px;
	font-size: 24px;
}

/*== P ==*/
.waku_important2 .important_box p {
	font-size: 16px;
}

/*== Button ==*/
.waku_important2 .important_box .waku_btn {
	padding-top: 20px;
	width: 100%;
}
.waku_important2 .important_box .waku_btn .btn_phone {
	width: 36%;
	height: 46px;
	border-radius: 46px;
}
.waku_important2 .important_box .waku_btn .btn_phone a {
	width: 100%;
	height: 46px;
	border-radius: 46px;
	font-size: 18px;
	line-height: 46px;
}
.waku_important2 .important_box .waku_btn .btn_phone a .fa-phone-volume {
	margin-right: 6px;
	font-size: 18px;
}

/*---------------------------------------------------- */
/* Important [Yellow] */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_important3 {
	padding: 20px 0;
	width: 98%;
}
.waku_important3 .important_box {
	width: 94%;
}

/*== h3 ==*/
.waku_important3 .important_box h3 {
	margin-bottom: 14px;
	font-size: 20px;
}
.waku_important3 .important_box h3 .fa-exclamation-triangle {
	margin-right: 6px;
	font-size: 21px;
}

/*== P ==*/
.waku_important3 .important_box p {
	width: 96%;
	font-size: 15px;
}
.waku_important3 .important_box p em {
	font-size: 17px;
}
.waku_important3 .important_box p em:before {
	font-size: 17px;
	top: 1px;
}

/*---------------------------------------------------- */
/* Warn */
/*---------------------------------------------------- */
/*== Table ==*/
.haco_warn {
	padding: 20px 0;
	width: 98%;
}
.haco_warn table th {
	padding-top: 12px;
	width: 90%;
	display: block;
}
.haco_warn table td {
	padding-bottom: 12px;
	width: 90%;
	display: block;
}

/*== h4 ==*/
.haco_warn table th h4 {
	font-size: 18px;
	position: relative;
}
.haco_warn table th h4 .fa-exclamation-triangle {
	margin-right: 8px;
}

/*== P ==*/
.haco_warn table td p {
	font-size: 16px;
}
.haco_warn table td p em {
	font-size: 16px;
}
.haco_warn table td p em:before {
	font-size: 16px;
	top: 1px;
}

/*---------------------------------------------------- */
/* Privacy */
/*---------------------------------------------------- */
/*== Waku ==*/
.privacyArea {
	width: 98%;
}
.waku_privacy {
	width: 98%;
}

/*== P ==*/
.privacyArea .moji_privacy {
	width: 98%;
}
.privacyArea .moji_privacy p {
	font-size: 16px;
}



}


/* Tablet */
@media only screen and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.listMain {
	width: 97%;
}
.listMain article {
	padding: 20px 0;
	width: 97%;
}

/*== h2 ==*/
.listMain #pagetitle {
	padding: 15px 0;
	width: 97%;
}
.listMain #pagetitle h2 {
	font-size: 1.4375em;/* 23px */
}

/*---------------------------------------------------- */
/* Cart */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_cart {
	padding: 10px 0;
	width: 92%;
}

/*== P ==*/
.waku_cart .moji_cart {
	padding-bottom: 15px;
	width: 95%;
}
.waku_cart .moji_cart p {
	font-size: 16px;
}

/*== Table ==*/
.haco_cart {
	width: 98%;
}
.haco_cart table th {
	padding: 10px 0;
	width: 100%;
	display: block;
}
.haco_cart table td {
	padding: 10px 0;
	width: 100%;
	display: block;
}

.haco_cart table th h4 {
	margin: 0 14px 0 14px;
	font-size: 15px;
	position: relative;
}
/*== Required ==*/
.haco_cart table th h4 .icon-mark {
	top: -1px;
	margin-left: 8px;
	display: inline-block;
	position: absolute;
}
.haco_cart table th h4 .icon-mark .icon-required {
	padding: 2px 10px;
	font-size: 10px;
}

.haco_cart table td h5 {
	margin: 0 14px 0 0;
	font-size: 18px;
}
.haco_cart table td p {
	margin: 0 14px 0 14px;
	font-size: 16px;
}
.haco_cart table td p em {
	margin-right: 4px;
	font-size: 130%;
}

/*== Tag ==*/
.haco_cart table td .tag {
	margin: 8px 14px 0 0;
}

/*== Pay ==*/
.haco_cart table td .tag ul li.pay {/* 現地払い・クレジット決済 */
	padding: 0 18px;
	margin-right: 12px;
	margin-top: 2px;
	height: 22px;
	color: #34c3ad;
	font-size: 0.75em;/* 12px */
	line-height: 22px;
	background-color: #fff;
	border: solid 2px #34c3ad;
	border-radius: 22px;
}
.haco_cart table td .tag ul li.pay .fa-credit-card, 
.haco_cart table td .tag ul li.pay .fa-wallet {
	margin-right: 4px;
}

/*== Money ==*/
.haco_cart table td .tag ul li.money {
	margin-top: 2px;
	font-size: 0.9375em;/* 15px */
}
.haco_cart table td .tag ul li.money em {
	margin-right: 4px;
	font-size: 180%;
}

/*---------------------------------------------------- */
/* Important [Red] */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_important {
	padding: 18px 0;
	margin-bottom: 16px;
	width: 98%;
}
.waku_important .important_box {
	width: 90%;
}

/*== h3 ==*/
.waku_important .important_box h3 {
	margin-bottom: 4px;
	font-size: 20px;
}

/*== P ==*/
.waku_important .important_box p {
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Important [Mossgreen] */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_important2 {
	padding: 18px 0;
	margin-bottom: 16px;
	width: 98%;
}
.waku_important2 .important_box {
	width: 90%;
}

/*== h3 ==*/
.waku_important2 .important_box h3 {
	margin-bottom: 4px;
	font-size: 20px;
}

/*== P ==*/
.waku_important2 .important_box p {
	font-size: 15px;
}

/*== Button ==*/
.waku_important2 .important_box .waku_btn {
	padding-top: 16px;
	width: 100%;
}
.waku_important2 .important_box .waku_btn .btn_phone {
	width: 50%;
	height: 42px;
	border-radius: 42px;
}
.waku_important2 .important_box .waku_btn .btn_phone a {
	width: 100%;
	height: 42px;
	border-radius: 42px;
	font-size: 17px;
	line-height: 42px;
}
.waku_important2 .important_box .waku_btn .btn_phone a .fa-phone-volume {
	margin-right: 5px;
	font-size: 17px;
}

/*---------------------------------------------------- */
/* Important [Yellow] */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_important3 {
	padding: 18px 0;
	width: 98%;
}
.waku_important3 .important_box {
	width: 94%;
}

/*== h3 ==*/
.waku_important3 .important_box h3 {
	margin-bottom: 12px;
	font-size: 18px;
}
.waku_important3 .important_box h3 .fa-exclamation-triangle {
	margin-right: 5px;
	font-size: 19px;
}

/*== P ==*/
.waku_important3 .important_box p {
	width: 96%;
	font-size: 14px;
}
.waku_important3 .important_box p em {
	font-size: 16px;
}
.waku_important3 .important_box p em:before {
	font-size: 16px;
	top: 1px;
}

/*---------------------------------------------------- */
/* Warn */
/*---------------------------------------------------- */
/*== Table ==*/
.haco_warn {
	padding: 18px 0;
	width: 98%;
}
.haco_warn table th {
	padding-top: 10px;
	width: 90%;
	display: block;
}
.haco_warn table td {
	padding-bottom: 10px;
	width: 90%;
	display: block;
}

/*== h4 ==*/
.haco_warn table th h4 {
	font-size: 16px;
	position: relative;
}
.haco_warn table th h4 .fa-exclamation-triangle {
	margin-right: 6px;
}
	
/*== P ==*/
.haco_warn table td p {
	font-size: 14px;
}
.haco_warn table td p em {
	font-size: 15px;
}
.haco_warn table td p em:before {
	font-size: 15px;
	top: 1px;
}

/*---------------------------------------------------- */
/* Privacy */
/*---------------------------------------------------- */
/*== Waku ==*/
.privacyArea {
	width: 97%;
}
.waku_privacy {
	width: 98%;
}

/*== P ==*/
.privacyArea .moji_privacy {
	width: 98%;
}
.privacyArea .moji_privacy p {
	font-size: 14px;
	text-align: left;
}


}


/* SP */
@media only screen and (max-width: 599px)  {
/*---------------------------------------------------- */
/* Area */
/*---------------------------------------------------- */
/*== Waku ==*/
.listMain {
	width: 96%;
}
.listMain article {
	padding: 10px 0;
	width: 98%;
}

/*== h2 ==*/
.listMain #pagetitle {
	padding: 12px 0;
	width: 98%;
}
.listMain #pagetitle h2 {
	font-size: 1.25em;/* 20px */
}

/*---------------------------------------------------- */
/* Cart */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_cart {
	padding: 10px 0;
	width: 92%;
}

/*== P ==*/
.waku_cart .moji_cart {
	padding-bottom: 10px;
	width: 95%;
}
.waku_cart .moji_cart p {
	font-size: 14px;
}

/*== Table ==*/
.haco_cart {
	width: 98%;
}
.haco_cart table th {
	padding: 8px 0;
	width: 100%;
	display: block;
}
.haco_cart table td {
	padding: 8px 0;
	width: 100%;
	display: block;
}

.haco_cart table th h4 {
	margin: 0 10px 0 10px;
	font-size: 14px;
	position: relative;
}
/*== Required ==*/
.haco_cart table th h4 .icon-mark {
	top: -1px;
	margin-left: 8px;
	display: inline-block;
	position: absolute;
}
.haco_cart table th h4 .icon-mark .icon-required {
	padding: 2px 8px;
	font-size: 10px;
}

.haco_cart table td h5 {
	margin: 0 10px 0 0;
	font-size: 16px;
}

.haco_cart table td p {
	margin: 0 10px 0 10px;
	font-size: 14px;
}
.haco_cart table td p em {
	margin-right: 4px;
	font-size: 130%;
}

/*== Tag ==*/
.haco_cart table td .tag {
	margin: 6px 12px 0 0;
}

/*== Pay ==*/
.haco_cart table td .tag ul li.pay {/* 現地払い・クレジット決済 */
	padding: 0 16px;
	margin-top: 1px;
	margin-right: 10px;
	height: 19px;
	color: #34c3ad;
	font-size: 0.6875em;/* 11px */
	line-height: 19px;
	background-color: #fff;
	border: solid 2px #34c3ad;
	border-radius: 19px;
}
.haco_cart table td .tag ul li.pay .fa-credit-card, 
.haco_cart table td .tag ul li.pay .fa-wallet {
	margin-right: 3px;
}

/*== Money ==*/
.haco_cart table td .tag ul li.money {
	margin-top: 0;
	font-size: 0.875em;/* 14px */
}
.haco_cart table td .tag ul li.money em {
	margin-right: 2px;
	font-size: 180%;
}

/*---------------------------------------------------- */
/* Important [Red] */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_important {
	padding: 15px 0;
	margin-bottom: 12px;
	width: 98%;
}
.waku_important .important_box {
	width: 90%;
}

/*== h3 ==*/
.waku_important .important_box h3 {
	margin-bottom: 3px;
	font-size: 17px;
}

/*== P ==*/
.waku_important .important_box p {
	font-size: 13px;
}

/*---------------------------------------------------- */
/* Important [Mossgreen] */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_important2 {
	padding: 15px 0;
	margin-bottom: 12px;
	width: 98%;
}
.waku_important2 .important_box {
	width: 90%;
}

/*== h3 ==*/
.waku_important2 .important_box h3 {
	margin-bottom: 3px;
	font-size: 17px;
}

/*== P ==*/
.waku_important2 .important_box p {
	font-size: 13px;
}

/*== Button ==*/
.waku_important2 .important_box .waku_btn {
	padding-top: 12px;
	width: 100%;
}
.waku_important2 .important_box .waku_btn .btn_phone {
	width: 65%;
	height: 38px;
	border-radius: 38px;
}
.waku_important2 .important_box .waku_btn .btn_phone a {
	width: 100%;
	height: 38px;
	border-radius: 38px;
	font-size: 15px;
	line-height: 38px;
}
.waku_important2 .important_box .waku_btn .btn_phone a .fa-phone-volume {
	margin-right: 4px;
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Important [Yellow] */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_important3 {
	padding: 15px 0;
	width: 98%;
}
.waku_important3 .important_box {
	width: 94%;
}

/*== h3 ==*/
.waku_important3 .important_box h3 {
	margin-bottom: 10px;
	font-size: 17px;
}
.waku_important3 .important_box h3 .fa-exclamation-triangle {
	margin-right: 4px;
	font-size: 18px;
}

/*== P ==*/
.waku_important3 .important_box p {
	width: 96%;
	font-size: 13px;
}
.waku_important3 .important_box p em {
	font-size: 15px;
}
.waku_important3 .important_box p em:before {
	font-size: 15px;
	top: 1px;
}

/*---------------------------------------------------- */
/* Warn */
/*---------------------------------------------------- */
/*== Table ==*/
.haco_warn {
	padding: 15px 0;
	width: 98%;
}

.haco_warn table th {
	padding-top: 8px;
	width: 90%;
	display: block;
}

.haco_warn table td {
	padding-bottom: 8px;
	width: 90%;
	display: block;
}

/*== h4 ==*/
.haco_warn table th h4 {
	font-size: 15px;
	position: relative;
}
.haco_warn table th h4 .fa-exclamation-triangle {
	margin-right: 4px;
}

/*== P ==*/
.haco_warn table td p {
	font-size: 13px;
}
.haco_warn table td p em {
	font-size: 13px;
	font-weight: 600;
}
.haco_warn table td p em:before {
	font-size: 13px;
	top: 1px;
}

/*---------------------------------------------------- */
/* Privacy */
/*---------------------------------------------------- */
/*== Waku ==*/
.privacyArea {
	width: 96%;
}

.waku_privacy {
	width: 98%;
}

/*== P ==*/
.privacyArea .moji_privacy {
	width: 98%;
}
.privacyArea .moji_privacy p {
	font-size: 13px;
	text-align: left;
}




}