@charset "utf-8";

/*-----------------------------------------------------------------------------
content
-----------------------------------------------------------------------------*/
#content {
	padding: 40px 0 40px;
	background: url(../img/common/content_bg.png) 0 0;
}
#content .wrap {
	width: 100%;
	width: 1240px;
	margin: 0 auto;
	overflow: hidden;
}



/*-----------------------------------------------------------------------------
sub
-----------------------------------------------------------------------------*/
#content #sub {
	float: left;
	width: 240px;
	margin: 0 0 0 20px;
}


/* menu
-------------------------------------*/
#content #sub .menu {
	margin: 0 0 20px;
	background: #fff;
	border-radius: 20px;
}
#content #sub .menu > li {
	padding: 10px 6px 0;
}
#content #sub .menu > li:after {
	box-sizing: border-box;
	content: "";
	display: block;
	width: 206px;
	height: 2px;
	margin: 10px auto 0;
	border-bottom: 2px dashed #afafaf;
}
#content #sub .menu > li:last-child:after {
	border-bottom: none;
}
#content #sub .menu > li > a {
	position: relative;
	display: block;
	padding: 10px 0 10px 24px;
	font-size: 14px;
	line-height: 1.2;
	color: #333;
	border-radius: 14px;
}
#content #sub .menu > li.on > a,
#content #sub .menu > li > a:hover {
	background: #f0f0f0;
	opacity: 1;
}
#content #sub .menu > li > a:after{
	content: '';
	width: 9px;
	height: 9px;
	border: 0px;
	border-top: solid 2.5px #32b1b4;
	border-right: solid 2.5px #32b1b4;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -5px;
}

#content #sub .menu li dl {
	padding: 10px 10px 10px 24px;
	color: #333;
}
#content #sub .menu li dl dt {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.2;
}
#content #sub .menu li dl ul li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 14px;
	font-size: 13px;
	line-height: 1.2;
}
#content #sub .menu li dl ul li:after {
	position: absolute;
	content: "\30FB";
	display: block;
	color: #777;
	top: 0;
	left: -2px;
	font-weight: bold;
}
#content #sub .menu li dl ul li a {
	color: #777;
}
#content #sub .menu li dl ul li.on a,
#content #sub .menu li dl ul li.on a:hover {
	color: #333;
}


/* link
-------------------------------------*/
#content #sub .link {
	background: #fff;
	padding: 17px 17px 10px;
	border-radius: 20px;
}
#content #sub .link li {
	position: relative;
	margin: 0 0 10px;
	line-height: 1;
}
#content #sub .link li a {
	padding: 0 0 0 14px;
	font-size: 14px;
	color: #333;
}
#content #sub .link li:before {
	position: absolute;
	content: "";
	display: block;
	top: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #e84c59;
}



/*-----------------------------------------------------------------------------
main
-----------------------------------------------------------------------------*/
#content #main {
	box-sizing: border-box;
	float: right;
	width: 920px;
	margin: 0 20px 0 0;
	padding: 20px;
	color: #333;
	background: #fff;
	border-radius: 20px;
}

#content.single #main {
	float: none;
	margin: 0 auto;
}

#content #main h2 {
	margin: 0 0 20px;
	padding: 0 0 20px;
	font-size: 22px;
	line-height: 1;
	border-bottom: 2px solid #d2d2d2;
}

#content #main a {
	color: #3c7df3;
	text-decoration: underline;
}

#content #main p.tit {
	margin: 0 0 20px;
	font-weight: bold;
	color: #e95587;
}
#content #main p.tit + p.txt {
	margin-top: -10px;
}

#content #main p.txt {
	margin: 0 0 20px;
	line-height: 1.8;
}



/* table
-------------------------------------*/
#content #main table.table {
	width: 100%;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	margin: 0 0 20px;
}
#content #main table.table th {
	width: 200px;
	padding: 12px 0 12px 16px;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	background: #f9f9f9;
	border-bottom: 1px solid #eaeaea;
}
#content #main table.table td {
	padding: 12px 16px;
	font-size: 14px;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}

#content #main table.table td .np {
	font-family:"mplus-1m-regular";
	font-size: 24px;
}

#content #main table.table td a.btn {
	display: inline-block;
	padding: 0 14px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	background: #e95587;
	border-radius: 8px;
	border-bottom: 2px solid #b11c4f;
	text-align: center;
	text-decoration: none;
}
#content #main table.table td a.rank {
	font-size: 12px;
}

#content #main table.table td input[type="checkbox"] {
	position: relative;
	top: 1px;
}


/* ship
-------------------------------------*/
#content #main table.ship {
	width: 100%;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}
#content #main table.ship tr:hover {
	background: #f9f9f9;
}
#content #main table.ship th {
	box-sizing: border-box;
	padding: 12px 0 12px 12px;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
	background: #f9f9f9;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

#content #main table.ship td {
	box-sizing: border-box;
	padding: 12px 12px;
	font-size: 14px;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
#content #main table.ship td img {
	width: 120px;
}
#content #main table.ship th:nth-child(2) {
	width: 125px;
}
#content #main table.ship td:nth-child(3) {
	white-space: nowrap;
}
#content #main table.ship td:nth-child(4) {
	white-space: nowrap;
}





/* btn
-------------------------------------*/
#content #main p.btn {
	margin: 30px 0;
	text-align: center;
}
#content #main p.btn input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}
#content #main p.btn a,
#content #main p.btn input {
	box-sizing: border-box;
	display: inline-block;
	width: 320px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
	background: #e95587;
	border-radius: 8px;
	border-bottom: 4px solid #b11c4f;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

#content #main p.btn .back {
	background: #a5a5a5;
	border-bottom: 4px solid #5d5d5d;
}
#content #main p.btn a:hover,
#content #main p.btn input:hover {
	opacity: 0.65;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}



/* caution
-------------------------------------*/
#content #main dl.caution {
	box-sizing: border-box;
	display: table;
	width: 100%;
	margin: 0 0 20px;
	border: 4px solid #e60012;
}
#content #main dl.caution dt {
	display: table-cell;
	width: 245px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#content #main dl.caution dd {
	display: table-cell;
	padding: 20px 10px 20px 0;
	font-size: 14px;
	line-height: 1.8;
}



/*tab
-------------------------------------*/
#content #main .tabBtn {
	height: 39px;
	margin: 0 0 30px;
	border-bottom: 1px solid #d2d2d2;
}
#content #main .tabBtn:after {
	content: "";
	display: block;
	clear: both;
}

#content #main .tabBtn li {
	box-sizing: border-box;
	float: left;
	width: 192px;
	height: 39px;
	margin-right: 8px;
	font-size: ;
	line-height: 38px;
	text-align: center;
	background: #e1e1e1;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
}
#content #main .tabBtn li.on {
	height: 40px;
	background: #fff;
	border-top: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}

#content #main .tabBox .tab {
	display: none;
}
#content #main .tabBox .tab.on {
	display: block;
}



/*qa
-------------------------------------*/
#content #main dl.qa {
	margin: 0 0 20px;
	border: 1px solid #d2d2d2;
	border-radius: 10px;
	overflow: hidden;
}
#content #main dl.qa dt {
	position: relative;
	padding: 10px 12px 10px 40px;
	font-size: 18px;
	background: #ffe9f0;
	cursor: pointer;
}
#content #main dl.qa dt .ico {
	position: absolute;
	top: 10px;
	left: 16px;
}
#content #main dl.qa dt:after {
	position: absolute;
	top: 11px;
	right: 9px;
	box-sizing: border-box;
	content: '+';
	display: block;
	width: 25px;
	height: 25px;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	color: #eca7be;
	background: #fff;
	border: 1px solid #f9cddc;
	border-radius: 5px;
}
#content #main dl.qa dt.on:after {
	padding-top: 4px;
	font-size: 16px;
	content: '\FF0D';
}

#content #main dl.qa dd {
	position: relative;
	padding: 14px 12px 14px 40px;
	font-size: 14px;
	line-height: 2;
	background: #fff;
	border-top: 1px solid #d2d2d2;
	display: none;
}
#content #main dl.qa dd.on {
	display: block;
}
#content #main dl.qa dd em {
	color: #e95587;
}

#content #main dl.qa dd .ico {
	position: absolute;
	top: 0;
	left: 16px;
	padding: 10px 0 0;
	font-size: 18px;
}




/*-----------------------------------------------------------------------------
contact
-----------------------------------------------------------------------------*/
#content #main .contact table td input,
#content #main .contact table td textarea {
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
}
#content #main .contact table td select {
	font-size: 14px;
}
#content #main .contact input[type="submit"] {
	box-sizing: border-box;
	display: block;
	width: 200px;
	height: 48px;
	margin: 14px auto 0;
	font-size: 16px;
	line-height: 45px;
	color: #fff;
	background: #32b1b4;
	border: none;
	border-bottom: 3px solid #117779;
	border-radius: 4px;
	cursor: pointer;
}
#content #main .contact input[type="submit"]:hover {
	opacity: 0.8;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}



/*-----------------------------------------------------------------------------
terms
-----------------------------------------------------------------------------*/
#content #main p.head {
	margin: 40px 0 20px;
	padding: 0 0 10px;
	font-weight: bold;
	border-bottom: 1px solid #d2d2d2;
}


#content #main p.main {
	margin: 0 0 20px;
	line-height: 1.8;
}
#content #main ul.disc {
	margin: 10px 0 20px 20px;
}
#content #main ul.disc > li {
	margin-bottom: 10px;
	list-style-type: disc;
	line-height: 1.8;
}
#content #main ol.decimal {
	margin: 10px 0 20px 20px;
}
#content #main ol.decimal > li {
	margin-bottom: 10px;
	list-style-type: decimal;
	line-height: 1.8;
}
#content #main ul.note {
	margin: 10px 0 20px 20px;
}
#content #main ul.note li {
	margin-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.8;
}



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

#content #main .slider {
	width: 608px;
	height: 343px;
	margin: 40px auto;
}
#content #main .slick-prev,
#content #main .slick-next{
	width: 52px;
	height: 52px;
	z-index: 100;
}
#content #main .slick-prev {
	left: -32px;
	background: url(../img/top/slider_prev.png) 0 0;
}
#content #main .slick-next {
	right: -32px;
	background: url(../img/top/slider_next.png) 0 0;
}

#content #main .slick-prev:hover:before,
#content #main .slick-prev:focus:before,
#content #main .slick-next:hover:before,
#content #main .slick-next:focus:before {
	display: none;
}
#content #main .slick-prev:before,
#content #main .slick-next:before {
	display: none;
}