@charset "utf-8";
/*------------------------------------------------------------
	corona
------------------------------------------------------------*/
.mainBox {
	padding-top: 40px;
}
.sec01 {
	margin-bottom: 26px;
}
.bgBox {
	background-color: #FFE7D1;
	padding: 16px;
	box-sizing: border-box;
}
.sec01 .bgBox .img {
	margin-bottom: 20px;
}
.bgBox .whiteBox {
	background-color: #fff;
	color: #EE7300;
	font-weight: bold;
	border-radius: 4px;
	padding: 6px 10px 10px;
	box-sizing: border-box;
	line-height: 1.8;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}
.bgBox .imgUl {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.bgBox .imgUl li {
	width: 80px;
	margin: 0 4px;
}
.hTtl {
	text-align: center;
	font-size: 2.2rem;
	color: #EE7300;
	font-weight: normal;
	margin-bottom: 26px;
	line-height: 1.3;
}
.hTtl span {
	display: inline-block;
	padding: 0 50px;
	background: url("../../../../assets/img/event/corona/icon01.png") no-repeat center left, url("../../../../assets/img/event/corona/icon01.png") no-repeat center right;
	background-size: 40px auto;
}
.sec02 .bgBox {
	background-color: #D9F2FF;
	padding-bottom: 35px;
}
.sec02 .ttl {
	text-align: center;
	font-size: 1.8rem;
	color: #EE7300;
	font-weight: normal;
	margin-bottom: 16px;
}
.sec02 .ttl .img {
	display: block;
	margin-bottom: -12px;
}
.imgBox {
	background-color: #fff;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	position: relative;
	margin-bottom: 37px;
}
.sec02 .imgBox:last-of-type {
	margin-bottom: 0;
}
.sec02 .imgBox::before, .sec02 .imgBox::after {
	position: absolute;
	content: '';
	background: url("../../../img/event/corona/icon07.png") no-repeat;
	background-size: 40px auto;
	width: 40px;
	height: 40px;
	top: -20px;
	left: 0;
}
.sec02 .imgBox::after {
	top: auto;
	left: auto;
	bottom: -31px;
	right: 0;
}
.sec02 .imgBox .img {
	width: 160px;
	margin-left: 15px;
}
.sec02 .imgBox .txtBox {
	flex: 1;
}
.sec02 .imgBox .txtBox p {
	line-height: 1.38;
	color: #4D3A2E;
    font-size: 1.4rem;
	letter-spacing: 0.07em;
}
.sec02 .imgBox .txtBox p {
	margin-bottom: 17px;
    line-height: 1.71;
}
.sec02 .video {
	margin: 0 2px;
}
.sec02 .imgBox .txtBox p:last-of-type {
	margin-bottom: 0;
}
.box02 {
	display: block;
}
.sec02 .box02 .imgUl {
	margin-top: 30px;
}
.sec02 .box02 .imgUl li {
	width: 160px;
	margin: 0 7px;
}
.sec02 {
	margin-bottom: 21px;
}
.sec03 .bgBox {
	background-color: #C3E6AC;
	padding: 30px 16px;
}
.sec03 .hTtl {
	margin-bottom: 18px;
}
.sec03 .bgBox h3 {
	color: #EE7300;
	font-size: 1.6rem;
	text-align: center;
	font-weight: normal;
	margin-bottom: 7px;
}
.sec03 .bgBox .box02 {
	padding: 12px 13px;
	margin-bottom: 0;
}
.sec03 .bgBox .box02 p {
	font-size: 1.2rem;
	margin-bottom: 9px;
	color: #4D3A2E;
}
.imgBox .serviceBox {
    padding: 10px 0 0;
    margin-top: 15px;
    border-top: 1px solid #DDD9D1;
}
.imgBox .serviceBox p {
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #4D3A2E;
    line-height: 1.5;
}
.imgBox .serviceBox .title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #E95B00;
    margin-bottom: 10px;
}
.imgBox .serviceBox .banner a:hover img {
    opacity: 0.7;
}
.imgBox .videoBox {
    height: 397px;
}
.imgBox .img a:hover img {
    opacity: 0.7;
}
@media all and (max-width: 897px) {
    #conts {
        position: relative;
    }
    #conts::after {
        position: absolute;
        content: '';
        background: url("../../../img/event/corona/bg.png") no-repeat center top;
        background-size: 100% auto;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .sec01 .bgBox .img, .bgBox .whiteBox, .bgBox .imgUl, .imgBox {
        position: relative;
        z-index: 3;
    }
    .mainBox {
        padding-top: 0;
    }
    .comBox {
        margin: 0;
    }
    .bgBox .whiteBox {
        font-size: 1.4rem;
        letter-spacing: 0;
        line-height: 1.7;
        margin-bottom: 13px;
    }
    .sec01 .bgBox .img {
        margin-bottom: 15px;
    }
    .bgBox .imgUl {
        margin: -6px -1px 0 0;
        justify-content: flex-start;
    }
    .bgBox .imgUl li {
        margin: 6px 8px 0 0;
        width: calc((100% - 24px) / 4);
    }
    .bgBox .imgUl li img {
        width: 100%;
    }
    .bgBox .imgUl li:nth-of-type(4n) {
        margin-right: 0;
    }
    .bgBox {
        padding: 16px 16px 12px;
    }
    .sec01 {
        margin-bottom: 20px;
    }
    .hTtl {
        margin-bottom: 18px;
    }
    .sec02 .bgBox {
        padding: 22px 16px;
    }
    .sec02 .ttl {
        margin-bottom: 5px;
    }
    .imgBox {
        display: block;
        padding: 14px;
        margin-bottom: 22px;
    }
    .sec02 .imgBox .img, .sec02 .imgBox .txtBox {
        width: auto;
    }
    .sec02 .imgBox .img {
        margin: 0 77px 9px;
    }
    .sec02 .imgBox .img img {
        width: 100%;
    }
    .sec02 .imgBox .txtBox p {
        font-size: 1.4rem;
    }
    .sec02 .imgBox::after {
        bottom: -21px;
        right: -1px;
    }
    .sec02 .imgBox .txtBox p {
        margin-bottom: 18px;
    }
    .sec02 .box02 .imgUl {
        margin: 0 0 10px 0;
    }
    .sec02 .box02 .imgUl li {
        width: 50%;
        margin: 0;
    }
    .sec02 .box03 {
        margin: 0 -2px 30px;
    }
    .sec02 .bgBox {
        padding-bottom: 15px;
    }
    .sec02 {
        margin-bottom: 16px;
    }
    .sec03 .hTtl {
        margin-bottom: 14px;
    }
    .sec03 .bgBox .box02 {
        padding: 10px 13px 12px;
    }
    .sec03 .bgBox {
        padding: 14px 17px 30px;
    }
    .video::after {
        display: none;
    }
    .imgBox .serviceBox .banner {
        margin: 0 auto;
        width: 61.3vw;
    }
    .imgBox .serviceBox .banner img {
        width: 100%;
    }
    .imgBox .videoBox {
        height: 47.2vw;
    }
    .sec03 .bgBox .img {
        margin: 0 auto;
        width: 56vw;
    }
    .sec03 .bgBox .img img {
        width: 100%;
    }
}

@media all and (max-width: 374px) {
    .sec03 .bgBox h3 {
        font-size: 1.4rem;
    }
}
@media all and (min-width: 897px) {
	.bgBox .imgUl li a:hover {
		opacity: 0.7;
	}
}
