﻿@charset "utf-8";

/*----------------------------
parts
----------------------------*/
.mtAuto {
	margin-top: auto;
}
.box01 {
	padding: 15px 5px;
	border: 2px solid #d9d9d9;
}
.arrow {
	padding-right: 1.1em;
	padding-left: 0;
}
.arrow:before {
	right: 4px;
	left: inherit;
}

/*----------------------------
tokutenCnt
----------------------------*/
.tokutenCnt [class*="tokutenBlk"] {
	position: relative;
	border: 2px solid #0e66a0;
}
.tokutenCnt [class*="tokutenBlk"] .ribbon {
	position: absolute;
	top: -16px;
	left: -2px;
	width: 112px;
}
.tokutenCnt [class*="tokutenBlk"] .border01 {
	width: 79%;
	margin: 0 auto;
	padding: 0;
	border: 2px solid #7dcdf9;
}
.tokutenCnt [class*="tokutenBlk"] dl dt {
	display: inline-block;
	width: 159px;
	padding: 3px 0;
	background: #caebfe;
	color: #0e66a0;
	text-align: center;
	font-weight: bold;
	border-radius: 50px;
}
.tokutenCnt [class*="tokutenBlk"] dl dd {
	margin-top: 9px;
}
.tokutenCnt .tokutenBlk01,
.tokutenCnt .tokutenBlk02 {
	width: 100%;
}
.tokutenCnt .tokutenBlk01 .img01 {
	width: 43%;
	margin: 0 auto;
}
.tokutenCnt .tokutenBlk02 .img01 {
	width: 61%;
	margin: 0 auto;
}
.tokutenCnt .tokutenBlk03 {
	padding: 0 15px 16px;
}
.tokutenCnt .tokutenBlk03 .img02 {
	margin: 0 -15px;
}
.tokutenCnt .tokutenBlk03 .cpBlk .img {
	width: 23%;
}
.tokutenCnt .tokutenBlk03 .cpBlk p:nth-child(2) {
	width: 76%;
}
.tokutenCnt .tokutenBlk04 {
	padding: 0 15px 18px;
}
.tokutenCnt .tokutenBlk04 .img02 {
	margin: 0 -15px;
}
.tokutenCnt .tokutenBlk04 dl dd {
	margin-top: 15px;
}

/*----------------------------
charm
----------------------------*/
.charm {
	margin: 26px 8px 0;
}
.charm dl dt {
	display: inline-block;
	position: relative;
	height: 25px;
	background: #fffb8a;
	padding: 3px 10px;
	text-align: center;
	font-weight: bold;
}
.charm dl dt:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -10px;
	width: 0;
	height: 0;
	border-bottom: 25px solid #fffb8a;
	border-right: 10px solid transparent;
}