@charset "utf-8";
/* CSS Document */

.content figure img {
	width: 100%;
	height: auto;
}

.flex-wrap {
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-box: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex-wrap.col2-wrap,
.flex-wrap.col3-wrap,
.flex-wrap.col4-wrap,
.flex-wrap.col5-wrap,
.flex-wrap.colf-wrap {
	margin: 0 -15px;
}

.flex-wrap.col2-wrap>* {
	padding: 0 15px;
	width: 50%;
}

.flex-wrap.col3-wrap>* {
	padding: 0 15px;
	width: 33.33333%;
}

.flex-wrap.col4-wrap>* {
	padding: 0 15px;
	width: 25%;
}

.flex-wrap.col5-wrap>* {
	padding: 0 15px;
	width: 20%;
}

.flex-wrap.colf-wrap>* {
	padding: 0 15px;
}

.flex-wrap .col2,
.flex-wrap .col2-5,
.flex-wrap .col3,
.flex-wrap .col4,
.flex-wrap .col5,
.flex-wrap .col2-3 {
	padding: 0 15px;
}

.flex-wrap .col2 {
	width: 50%;
}

.flex-wrap .col2-5 {
	width: 37.5%;
}

.flex-wrap .col3 {
	width: 33.33333%;
}

.flex-wrap .col4 {
	width: 25%;
}

.flex-wrap .col5 {
	width: 20%;
}

.flex-wrap .col2-3 {
	width: 66.66666%;
}

dl.data dt {
	margin: 0 0 10px;
	padding: 0 0 5px;
	color: #009FE0;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009FE0;
}

dl.data dd {
	margin: 0 0 40px;
	overflow: hidden;
}

dl.data dd ul {
	width: 335px;
	float: left;
}

dl.data dd ul li span {
	color: #D80000;
	margin-top: 15px;
	display: inline-block;
}

ul.list li {
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left 4px;
	background-image: url(../img/common/arrow001.gif);
	margin-bottom: 10px;
}

.btn {
	margin: 2em 0;
	text-align: center;
	width: 100%;
}

.btn a {
	display: inline-block;
	margin: 0 auto;
	padding: .75em 2.5em .75em 2em;
	background: url(../img/common/arrow_white_right.png) center right 1em no-repeat #000;
	-webkit-background-size: .5em;
	background-size: .5em;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	width: 100%;
}

.btn a:hover {
	opacity: .5;
	transition: 0.2s;
	text-decoration: none;
}

.btn a span {
	font-size: 1.6rem;
}

table .btn {
	margin: 0;
}

table .btn a {
	padding: .5em 1.5em .5em 1em;
	font-size: 1.8rem;
	color: #fff;
	background: url(../img/index/arrow_white_right.png) center right 0.5em no-repeat #FF4000;
	background-size: 8px auto;
}

.mt-ll {
	margin-top: 100px !important;
}

.mt-l {
	margin-top: 80px !important;
}

.mt-m {
	margin-top: 60px !important;
}

.mt-s {
	margin-top: 30px !important;
}

.mt-ss {
	margin-top: 15px !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mb-ll {
	margin-bottom: 100px !important;
}

.mb-l {
	margin-bottom: 80px !important;
}

.mb-m {
	margin-bottom: 60px !important;
}

.mb-s {
	margin-bottom: 30px !important;
}

.mb-ss {
	margin-bottom: 15px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.notice,
.txt-red {
	color: #D80000;
}

.yt-wrap {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.flex-wrap {
		display: block;
	}

	.flex-wrap.col2-wrap,
	.flex-wrap.col3-wrap,
	.flex-wrap.col4-wrap,
	.flex-wrap.col5-wrap,
	.flex-wrap.colf-wrap {
		margin: 0;
	}

	.flex-wrap.col2-wrap>*,
	.flex-wrap.col3-wrap>*,
	.flex-wrap.col4-wrap>*,
	.flex-wrap.col5-wrap>*,
	.flex-wrap.colf-wrap>* {
		padding: 0 0px;
		width: 100%;
	}

	.flex-wrap .col2,
	.flex-wrap .col2-3,
	.flex-wrap .col2-5,
	.flex-wrap .col3,
	.flex-wrap .col4,
	.flex-wrap .col5 {
		padding: 0 0px;
	}

	.flex-wrap .col2 {
		width: 100%;
	}

	.flex-wrap .col2-5 {
		width: 100%;
	}

	.flex-wrap .col2-3 {
		width: 100%;
	}

	.flex-wrap .col3 {
		width: 100%;
	}

	.flex-wrap .col4 {
		width: 100%;
	}

	.flex-wrap .col5 {
		width: 100%;
	}

	.sp-flex-wrap {
		display: flex;
	}

	.sp-flex-wrap.col2-wrap>* {
		padding: 0 8px;
		width: 100%;
	}

	.sp-flex-wrap.col3-wrap>* {
		padding: 0 8px;
		width: 100%;
	}

	.sp-flex-wrap.col4-wrap>* {
		padding: 0 8px;
		width: 50%;
	}

	.sp-flex-wrap.col4-wrap .col2-5 {
		width: 100%;
	}

	.sp-flex-wrap.col5-wrap>* {
		padding: 0 8px;
		width: 50%;
	}

	.sp-flex-wrap.colf-wrap>* {
		padding: 0 8px;
	}

	.sp-flex-wrap.sp-col2-wrap>* {
		width: 50%;
	}

	.sp-flex-wrap.sp-col3-wrap>* {
		width: 33.33333%;
	}

	.sp-flex-wrap.sp-col4-wrap>* {
		width: 25%;
	}

	.sp-flex-wrap.sp-col5-wrap>* {
		width: 20%;
	}

	.sp-flex-wrap .col2,
	.sp-flex-wrap .col3,
	.sp-flex-wrap .col2-3,
	.sp-flex-wrap .col4,
	.sp-flex-wrap .col5,
	.sp-flex-wrap .col6 {
		padding: 0 8px;
	}

	.sp-flex-wrap .col2 {
		width: 50%;
	}

	.sp-flex-wrap .col3 {
		width: 33.33333%;
	}

	.sp-flex-wrap .col4 {
		width: 25%;
	}

	.sp-flex-wrap .col5 {
		width: 20%;
	}

	.mt-l,
	.mt-ll,
	.sp-mt-l {
		margin-top: 40px !important;
	}

	.mt-m,
	.sp-mt-m {
		margin-top: 30px !important;
	}

	.mt-s,
	.mt-s,
	.sp-mt-s {
		margin-top: 15px !important;
	}

	.mb-l,
	.mb-ll,
	.sp-mb-l {
		margin-bottom: 40px !important;
	}

	.mb-m,
	.sp-mb-m {
		margin-bottom: 30px !important;
	}

	.mb-s,
	.mb-ss,
	.sp-mb-s {
		margin-bottom: 15px !important;
	}

	.yt-wrap {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}

	.yt-wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}