@charset "utf-8";

body, *{margin:0; padding:0; }
.e_popup {width:99%; padding: 15px 0.5%; font-size:11px; line-height:1.3em;word-break: keep-all;}
.e_popup img{width:100%;}

.e_popup table{width:100%; margin:10px 0;}
.e_popup table ,
.e_popup table th,
.e_popup table td{border-collapse: collapse; border-spacing: 0;}
.e_popup th{border: 1px solid #eff3f4; padding:5px; background:#4dbcea; height:40px; color:#fff; font-weight: normal;}
.e_popup td{border: 1px solid #eff3f4; padding:5px; text-align:center; height:40px; color:#565656;vertical-align: middle;}
.e_popup th.Contr{border-color:#eff3f4; background-color: #fff; color: #565656;}
.e_popup td.Contr{border-color:#eff3f4; background:#4dbcea; color:#fff;}
.e_popup td.bd_none{border-color:#fff;}
.e_popup th.inner_th{border-color:#eff3f4; background-color: #f8f7f6; color: #333;height: 40px;vertical-align: middle;}

.e_popup table.vertical th,
.e_popup table.vertical td{color:#565656; background-color: #fff;}
.e_popup table.vertical th:first-child,
.e_popup table.vertical td:first-child{border-color:#eff3f4; background:#4dbcea;color: #fff;}
.e_popup table.vertical td:first-child.bg_white{background:#fff;color:#565656; }

.e_popup table.vertical th.Contr:first-child,
.e_popup table.vertical td.Contr:first-child{border-color:#eff3f4; background-color: #fff; color: #565656;}

.e_popup table td.point{background-color: #eff3f4; color: #565656;}

.e_popup .imp{color:#ff5933;}

.e_popup p.subtitS{font-size: 12px;color: #494a54; font-weight: 700; margin: 8px 8px 5px 10px;}
.e_popup p.subtitM{font-size: 15px;color: #494a54; font-weight: 700; margin: 8px}
.e_popup p.subtitL{display: inline-block; border-radius: 5px; margin-left: 3px; font-size: 16px;color: #222;background: #d5edf7; font-weight: 700; padding: 8px 16px;}
.e_popup p.subtxt{text-indent: 9px; font-size: 12px;text-align:left;background:#f8f8f8;color: #555;  padding: 10px;margin: 0 2px;}
.e_popup .txt_red{color:#ea1b43}
.e_popup p.txt_blue{color:#4dbcea}

.e_popup h1{margin:10px 0; color:#3c3c3c; font-weight: 900; font-size: 16px;  margin-bottom: 13px; text-align: center; position: relative;}
/* .e_popup h1:before{content: '';position: absolute; top: 6px; left: 99px; width:5px; height: 5px; border-radius: 50%; background: #4dbcea;} */
.e_popup p{margin:0 0 5px; color:#565656;}
.e_popup p.subtitS{font-size: 12px;color: #494a54; font-weight: 700; margin: 8px 8px 5px 10px;}
.e_popup p.subtitM{font-size: 13px;color: #494a54; font-weight: 700; margin: 8px}
.e_popup p.subtitL{display: inline-block; border-radius: 5px; margin-left: 3px; font-size: 14px;color: #222;background: #d5edf7; font-weight: 700; padding: 8px 16px;}
.e_popup p.subtxt{text-indent: 9px; font-size: 10px;text-align:left;background:#f8f8f8;color: #555;  padding: 10px;margin: 0 2px;}
.e_popup .textAL{text-align:left;}
.e_popup .textAC{text-align:center;}

.e_popup>ul{list-style: none;}
.e_popup>ul>li{ position: relative; margin:0 0 5px; color:#565656; padding-left:14px;}
/* .e_popup>ul>li:before{content: "ㆍ"; position: absolute; left: 0; width:13px;} */

.e_popup>ul.warn>li:before{content: "※";}
.e_popup>ul.bar>li:before{content: "-";}

.e_popup>ul.numtype>li:before{position: absolute; left: 0;}
.e_popup>ul.numtype>li:nth-child(1):before{content: "①";}
.e_popup>ul.numtype>li:nth-child(2):before{content: "②";}
.e_popup>ul.numtype>li:nth-child(3):before{content: "③";}
.e_popup>ul.numtype>li:nth-child(4):before{content: "④";}
.e_popup>ul.numtype>li:nth-child(5):before{content: "⑤";}
.e_popup>ul.numtype>li:nth-child(6):before{content: "⑥";}
.e_popup>ul.numtype>li:nth-child(7):before{content: "⑦";}
.e_popup>ul.numtype>li:nth-child(8):before{content: "⑧";}
.e_popup>ul.numtype>li:nth-child(9):before{content: "⑨";}
.e_popup>ul.numtype>li:nth-child(10):before{content: "⑩";}
.e_popup>ul.numtype>li:nth-child(11):before{content: "⑪";}
.e_popup>ul.numtype>li:nth-child(12):before{content: "⑫";}
.e_popup>ul.numtype>li:nth-child(13):before{content: "⑬";}
.e_popup>ul.numtype>li:nth-child(14):before{content: "⑭";}
.e_popup>ul.numtype>li:nth-child(15):before{content: "⑮";}

@media (max-width: 321px) { 
    body, *{font-size:12px;}
    .e_popup th,.e_popup td{padding:4px;}
}
/* 
.e_popup{max-height: 500px;overflow-y: scroll;}
.e_popup h1{margin: 0;padding: 35px 0 25px;width: 100%;position: fixed;top: 0;left:0;background: #fff;}
.e_popup .mt_hd{margin-top: 62px !important;}
.e_popup table:nth-of-type(1){width: 100%;table-layout: fixed;}
.e_popup table thead.fixed_top{width: 93%;margin: -1px 0 0 0px;display: table;table-layout: fixed;position: absolute;background: white;}
.e_popup table thead.fixed_top+tbody tr:first-child td{padding-top: 65px;}
.e_popup table.vertical td:first-child.bg_white{background:#fff;color:#565656; }
 */
.e_popup .sticky {
	background: #4dbcea !important;
	position: -webkit-sticky;
	position: sticky;
	top: -12px;
	color: #fff !important;
}
.e_popup .mg-5{margin: -5px 0;}
.e_popup .arr_half{display: inline-block;width: 49%;text-align: center;}
.e_popup .arr_down01{height: 25px;padding: 0;color:#ef759f}
.e_popup .arr_down02{height: 25px;padding: 0;color:#ae6eb9}
.e_popup .arr_down03{height: 25px;padding: 0;color:#8869bd}
.e_popup .bg_df01{background: #ef759f;}
.e_popup .bg_df02{background: #ae6eb9;}
.e_popup .bg_df03{background: #8869bd;}
.e_popup .alignLC{text-align: left;padding-left: 32%;}
.e_popup a[href^="tel"]{color: #357bf4;text-decoration: underline;}
