@charset "UTF-8";


/***

POPUP

***/
.modal-open{
display: inline-block;
display: block;
margin: 10px auto 0;
padding: 4px;
border-radius: 5px;
font-size: 12px;
line-height: 101%;
font-size: 20px;
text-align: center;
margin: 40px 0;
}

.modal-open a{
display: inline-block;
padding: 5px;
text-decoration: underline;
line-height: 1.5;
}
.modal{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
}
.modal:not(:target) {
opacity: 0;
visibility: hidden;
transition: opacity 0.5s, visibility 0.5s;
}
.modal:target{
opacity: 1;
visibility: visible;
transition: opacity 0.5s, visibility 0.5s;
}
.modal .overlay{
display: block;
width: 100%;
height: 100%;
position: absolute;
background-color: #fff;
opacity: 0.7;
top: 0;
bottom: 0;
left: 0;
}
.modal-wrapper , .cp_tooltiptext{
width: 100%;
max-width: 440px;
min-width: 300px;
height: auto;
max-height: 500px;
background-color: #fff;
position: absolute;
top:50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 10px;
box-shadow: 0 0 10px #666;

}
@media screen and (min-width: 1001px) {
.modal-wrapper , .cp_tooltiptext{
max-width: 800px;
min-width: 400px;
max-height: 500px;
}
}
.modal-contents{
overflow: auto;
width: calc( 100% - 40px );
width: 100%;
height: 100%;
height: auto;
max-height: 460px;
box-sizing: border-box;
position: relative;
padding: 20px;
margin: 0 auto;
overflow-y: auto;
}
.modal-contents2{
overflow: auto;
/*width: calc( 100% - 40px );*/
width: 100%;
height: 100%;
height: auto;
max-height: 460px;
box-sizing: border-box;
position: relative;
/*padding: 20px;*/
margin: 0 auto;
overflow-y: auto;
}

.modal-close{
width: 30px;
height: 30px;
border-radius: 15px;
background: #000;
position: absolute;
top: -10px;
right: -10px;
text-decoration: none;
z-index: 99999;
text-align: center;
line-height: 230%;
color: #fff;
font-weight: 700;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}




.covid_title1{
	font-size: 20px;
	text-align: center;
	margin: 0 0 20px;
	line-height: 1.5;
}
.covid_title2{
	font-size: 18px;
	text-align: left;
	margin: 0 0 10px;
}

.top_safety_ph1{
	width: 65%;
	height: auto;
	margin: 10px auto 30px;
}
.top_safety_ph2{
	width: 70%;
	height: auto;
	margin: 10px auto 30px;
}
@media print, screen and (min-width: 641px) {
.top_safety_ph1{
	width: 40%;
	height: auto;
	margin: 10px auto 30px;
}
.top_safety_ph2{
	width: 50%;
	height: auto;
	margin: 10px auto 30px;
}
}

