@charset "utf-8";


.contents {
	overflow: hidden;
	margin: auto;
	font-family: '游ゴシック','YuGothic','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.08em;
	text-align: left;
}
.contents .box {
	margin: auto;
	padding: 0 5%;;
}
.contents p {
	margin: 0;
}
.pageTitle {
	padding: 4.266vw 0 2.666vw;
	border-bottom: solid 1px #ccc;
	font-size: 4.8vw;
	font-weight: bold;
	line-height: 140%;
}
.visual {
	margin-top: 6.666vw;
	margin-bottom: 7.2vw;
	text-align: center;
}
.visual img {
	width: 100%;
	height: auto;
}
.period {
	margin-bottom: 9.6vw;
	text-align: center;
}
.period img {
	width: 100%;
	height: auto;
}

/* tokucho */
.tokucho {
	height: 100%;
	margin: auto;
}
.tokucho .title {
	padding-bottom: 4.8vw;
	color: #008bd5;
	font-size: 5.333vw;
	text-align: center;
	line-height: 140%;
}
.tokuchoBlock {
	margin-bottom: 6.666vw;
}
.tokuchoTitle {
	margin-bottom: 4vw;
	padding: 3.733vw 0;
	border-radius: 1.6vw;
	background-color: #008bd5;
	color: #fff;
	font-size: 4.533vw;
	font-weight: bold;
	line-height: 140%;
	text-align: center;
}
.tokuchoContent {}
.tokuchoContent p {
	margin: 0;
	color: #008bd5;
	font-size: 3.466vw;
	line-height: 180%;
}
.tokuchoContent p strong {
	display: block;
	color: #e46b00;
	font-size: 4.266vw;
	font-weight: bold;
	text-align: left;
}
.tokuchoContent p.comment {
	font-size: 3.2vw;
}


/* obo */
.obo {
	margin: 0 auto 10.666vw;
	text-align: left;
}
.oboBlock {
	border-bottom: solid 2px #008bd5;
}
.oboBlock:first-child {
	border-top: solid 2px #008bd5;
}
.oboTitle {
	padding: 4.8vw 0;
	background: url(../img/ic_arrow_bottom.gif) no-repeat right center;
	background-size: 4.8vw 4.8vw;
	color: #008bd5;
	font-size: 4vw;
	font-weight: bold;
	line-height: 140%;
	cursor: pointer;
}
.open.oboTitle {
	background-image: url(../img/ic_arrow_top.gif);
}
.oboContent {
	display: none;
	padding: 6.4vw 0 1.6vw;
	border-top: solid 2px #008bd5;
}
.oboContent h4 {
	padding-bottom: 1.6vw;
	color: #008bd5;
	font-size: 3.466vw;
	font-weight: bold;
	line-height: 140%;
}
.oboContent p {
	margin-bottom: 5.333vw;
	color: #008bd5;
	font-size: 3.466vw;
	line-height: 200%;
}
.oboContent ul {
	margin-top: 0.8vw;
	margin-bottom: 6.4vw;
}
.oboContent ul li {
	margin-bottom: 1.6vw;
	padding-left: 1.2em;
	text-indent: -0.8em;
	color: #008bd5;
	font-size: 3.466vw;
	line-height: 180%;
	word-break: break-word;
}
.oboContent ul li:before {
	content: "• ";
	color: #008bd5;
}
.oboContent ul li a {
	color: #e46b00;
}

/* merumaga */
.merumaga {
	margin: 0 auto 10.666vw;
	padding: 3.6vw 4vw;
	border: solid 2px #008bd5;
	border-radius: 1.6vw;
}
.merumaga p {
	color: #008bd5;
	font-size: 3.466vw;
	font-weight: bold;
	line-height: 180%;
}
.merumaga p small {
	display: block;
	padding-top: 1.2vw;
	font-size: 3.2vw;
	font-weight: bold;
}

.oboButton {
	margin-bottom: 14.666vw;
	text-align: center;
}

.oboButton label {
	display: block;
	margin-bottom: 5.333vw;
	cursor: pointer;
	font-size: 3.733vw;
}
.oboButton input {
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	margin-right: 1.2vw;
	border: 1px solid #999;
	border-radius: 0;
	background-color: #fff;
	vertical-align: middle;
	cursor: pointer;
}
.oboButton input:checked:after {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 10px;
	height: 10px;
	background-color: #008ad9;
	content: "";
}
.oboButton input:focus {
	outline: none;
}

.oboButton a {
	display: inline-block;
	width: 100%;
	padding: 7.2vw 0;
	background: #e46b00 url(../img/arrow_right.png) no-repeat 95% center;
	background-size: 3.2vw 3.2vw;
	border-radius: 1.6vw;
	color: #fff;
	font-size: 4.533vw;
	font-weight: bold;
	line-height: 140%;
	text-decoration: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.oboButton a:hover {
	opacity: .7;
}
.oboButton a.disable {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: default;
	opacity: 0.2 !important;
}

/* キャンペーン終了時 */
.oboButton span {
	display: inline-block;
	width: 100%;
	padding: 7.2vw 0;
	background: #aaa;
	border-radius: 1.6vw;
	color: #fff;
	font-size: 4.533vw;
	font-weight: bold;
	line-height: 140%;
}
