@charset "shift_jis";
.cbox * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: 0;
}
.cbox img {
	max-width: 100%;
}
.cbox > img {
	margin-bottom: 15px;
}
.cbox > img.sales {
	margin-bottom: 0;
}
.cbox .linkbox {
	display: flex;
	justify-content: center;
	margin: 0;
}
.cbox .linkbox li {
	margin: 0 10px;
	list-style-type: none;	
}
.cbox .cbox_contents {
	width: 90%;
	margin: 0 auto;
}
.cbox .cbox_catch {
	text-align: left;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.2;
	margin: 0 0 15px 1.5em;
}
.cbox .cbox_catch::before {
	content: '◎';
	display: inline-block;
	width: 1.5em;
	text-align: left;
	margin-left: -1.5em;
}
.cbox .cbox_title {
	font-size: 140%;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	padding: .3em 1em;
	background-color: #ff3300;
	color: #FFF;
	border-bottom: 2px solid #ff9900;
}
.cbox dl {
	text-align: left;
	margin: 0 0 30px;
	padding: 0;
}
.cbox dl dt {
	line-height: 1;
	font-weight: bold;
	padding: .2em 1em;
	background-color: #ffcc99;
}
.cbox dl dd {
	line-height: 1.2;
	margin: 0;
	padding: 1em 1em 1em 2em;
	border-top: 1px dotted #999;
}
.cbox dl dt + dd {
	border: none;
}
.cbox dl dd:last-child {
	border-bottom: 1px dotted #999;
}
.cbox .salesbox {
	background-color: #ffffcc;
	border: 1px dotted #ffcc66;
	padding: 15px 0;
	margin: 0 auto 30px;
}

/* インラインyoutube用レスポンシブ設定 */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 1em;
	clear: both;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
table.tktn {
	margin-left: 1em;
}
.tktn th {
	vertical-align: top;
	font-weight: normal;
}
.tktn td {
	vertical-align: top;
	padding-left: 1em;
}
.tktn span {
	display: inline-block;
}
.attentionbox {
	border: 4px solid red;
	padding: 15px;
	background-color: #FFF;
	border-radius: 10px;
	margin-bottom: 30px;
	line-height: 1.2;
}
.attentionbox .title {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 10px;
}

