.tit {
    color: #663300;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
    line-height: 1.4em;
    margin-top: 30px;
    margin-bottom: 10px;
}
.tit:before {
    position: absolute;
    content: '';
    background: url(../images/stage/tit.png) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 17px;
    left: 3px;
    top: 8px;
}
.subtit2 {
    color: #de5a02;
    font-size: 20px;
    font-weight: bold;
    position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
}
.subtit2:before {
    position: absolute;
    content: '';
    background: url(../images/stage/subtit.png) no-repeat;
    width: 20px;
    height: 17px;
    left: 4px;
    top: 50%;
	margin-top: -9px;
	text-align: left;
}
.pro_acc {
    margin: 40px 0 20px 0;
    padding: 6px 0 6px 60px;
    color: #663300;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
.tit .line, .pro_acc .line {
    border-top: 3px solid #eeeeee;
    display: inline-block;
    position: absolute;
    top:50%;
    margin-top: -2px;
    margin-left: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.pro_con {
    display: none;
}
.pro_con .item {
    margin-bottom: 15px;
    display: block;
}
.pro_con .item.none {
    margin-bottom: 0;
}
.b_con {
    margin-top: 10px;
}
.item01 {
    margin-bottom: 15px;
    background: #ffffff;
    border: 2px solid #68a5db;
    border-radius: 8px;
}
.item01 img.full {
	border-radius: 8px;
}
.b_tit {
    font-size: 20px;
    color: #266da9;
    font-weight: bold;
    margin: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #aa793a;
	text-align: center;
	background: #fee101;
	box-shadow: 5px 5px #d5dce6;
	border-radius: 20px;
	padding: 10px;
}
.b_sub {
    font-size: 16px;
    color: #5198d4;
    font-weight: bold;
    margin: 0 10px 20px 10px;
    padding-bottom: 6px;
    text-align: center;
}
.desc {
    padding: 10px 10px 0 10px;
    color: #7b1f0d;
    line-height: 1.5;
	margin-bottom: 15px;
}
.desc li {
	overflow: hidden;
}
.desc span {
	float: left;
}
.desc div {
	overflow: hidden;
}
.regular {
    color: #7b1f0d;
    font-weight: bold;
    margin-left: 7px;
    margin-top: 5px;
    display: inline-block;
    text-decoration: underline;
    line-height: 1.5;
}
div.a6 ul.imo {
    color: #000000;
}
div.a6 ul.imo ol {
    margin: 10px 0;
}
div.a6 ul.imo ol li:not(:last-child) {
    margin-bottom: 5px;
}
.video_wrap {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 25px;
}
.video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	max-height: 100%;
	max-width: 100%;
	min-height: 100%;
	min-width: 100%;
	width: 0;
}
.video_wrap a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}