@charset "UTF-8";
@import url(default.css);
@import url(fontawesome-all.min.css);
html { font-size: 62.5%; }

@font-face { font-family: YuGothicM; src: local("Yu Gothic Medium"); }
body { padding: 0; text-align: center; color: #141414; font-size: 1.6rem; font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace; /*	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;*/ overflow-x: hidden; min-width: 320px; font-weight: 500; -webkit-text-size-adjust: 100%; background-color: #f0f0f0; }
body.count { background-color: transparent; }

body, html { height: 100%; }

p, li, dt, dd, table, th, td { line-height: 1.8; }

img { margin: 0; padding: 0; border: none; vertical-align: bottom; }

a { color: #0c89bd; text-decoration: none; }

a.noborder { text-decoration: none; }

a:visited { color: #0c89bd; }

a:hover { color: #ff6102; text-decoration: underline; }

a:hover, input[type="submit"]:hover, input[type="reset"]:hover { opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)"; -moz-opacity: 0.7; -khtml-opacity: 0.7; zoom: 1; }

a.nohover:hover { opacity: 1.0; filter: alpha(opacity=100); -ms-filter: "alpha(opacity=100)"; -moz-opacity: 1.0; -khtml-opacity: 1.0; }

input[type="submit"], input[type="button"], input[type="reset"] { border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, input[type="reset"]::-webkit-search-decoration { display: none; }

input[type="submit"]::focus, input[type="button"]::focus, input[type="reset"]::focus { outline-offset: -2px; }

/* ====================================================================== */
/* HEADER */
/* ====================================================================== */
/* ====================================================================== */
/* CONTENT */
/* ====================================================================== */
article { text-align: left; background-color: #FFF; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

.ct { width: 75%; }

/* --------------------------------------------------- */
/* 見出し */
/* --------------------------------------------------- */
.lb { margin-top: 50px; font-size: 3rem; font-family: "HGP創英角ｺﾞｼｯｸUB"; font-weight: bold; line-height: 1.3; }

.sublb { margin-top: 50px; padding-left: 45px; font-size: 2rem; font-family: "HGP創英角ｺﾞｼｯｸUB"; font-weight: bold; line-height: 1.3; position: relative; }
.sublb .num { position: absolute; top: 0; left: 0; }

.sublb_t { padding: 5px; padding-left: 90px; background-color: #e5e5e5; }
.sublb_t .num { top: 5px; left: 5px; }

/* --------------------------------------------------- */
/* パラグラフ */
/* --------------------------------------------------- */
p { margin-top: 40px; /*	text-indent:1.6rem;*/ }

/* --------------------------------------------------- */
/* Table */
/* --------------------------------------------------- */
table { margin-top: 40px; }
table th, table td { padding: 8px; border: 1px solid rgba(0, 0, 0, 0.3); }
table th { background-color: rgba(0, 0, 0, 0.06); }

/* --------------------------------------------------- */
/* UL OL */
/* --------------------------------------------------- */
ul, ol { margin-top: 40px; }

ul.list_disc li { margin-left: 20px; margin-bottom: 5px; list-style-type: disc; }

article ul.checklist li { position: relative; margin-bottom: 10px; padding-left: 30px; }

article ul.checklist li .mark { position: absolute; top: 7px; left: 0; }

article ol.list_num li { margin-left: 30px; margin-bottom: 5px; list-style-type: decimal; }

/* --------------------------------------------------- */
/* DL */
/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* Bgbox */
/* --------------------------------------------------- */
.bgbox01 { width: 85%; margin: 50px auto 0; background: url(../img/line01.png); background-color: rgba(0, 0, 0, 0.15); overflow: hidden; }
.bgbox01 .inner { background-color: white; margin: 10px; padding: 30px; }
.bgbox01 .inner .imgbox { margin-right: 50px; float: left; }

/* ====================================================================== */
/* Footer */
/* ====================================================================== */
footer { margin-top: 100px; padding-bottom: 20px; }

footer .f_ct { align-items: flex-start; }
footer .f_ct ul { margin-top: 0; letter-spacing: -.4em; }
footer .f_ct ul li { display: inline-block; margin-right: 15px; letter-spacing: normal; font-size: 1.4rem; }

footer .copyright { font-size: 1.2rem; }

/* ================================================================== */
/* TOP */
/* ================================================================== */
.maincopy { display: block; margin: 50px auto 0; }

.support { margin-top: 50px; padding-bottom: 30px; align-items: flex-start; border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
.support p { margin-top: 20px; }
.support p:nth-of-type(1) { margin-top: 0; font-weight: bold; }

.btnarea { margin-top: 100px; }
.btnarea .btn { display: block; width: 45%; padding: 30px 0; background-color: #ff5f18; text-align: center; color: white; position: relative; }
.btnarea .btn:nth-of-type(2) { background-color: #bd0f0f; }
.btnarea .btn:hover { text-decoration: none; }
.btnarea .btn::after { position: absolute; top: 50%; right: 15px; content: "\f105"; font-family: "Font Awesome 5 Pro"; font-size: 3rem; font-weight: 300; transform: translateY(-50%); }

.f_info { width: 100%; }
.f_info dt { width: 15%; }
.f_info dd { padding-left: 20px; position: relative; }
.f_info dd::before { content: "："; position: absolute; top: 0; left: 0; }

.formarea table { width: 100%; margin-top: 10px; font-size: 1.5rem; }
.formarea table th, .formarea table td { padding: 12px; }
.formarea input, .formarea select { padding: 5px; }
.formarea .form_btn { margin-top: 50px; }
.formarea .form_btn input { display: inline-block; margin-left: 20px; margin-right: 20px; padding: 15px 40px; border: none; background-color: #0a9517; color: white; font-size: 1.8rem; }
.formarea .form_btn input.reset_btn { background-color: rgba(0, 0, 0, 0.25); }

#countdown { height: 90px; overflow: hidden; }

.countframe { width: 100%; height: 90px; margin: 20px 0 0; }

.counttxt { font-size: 2.4rem; font-family: "HGP創英角ｺﾞｼｯｸUB"; font-weight: bold; line-height: 1.3; }
.counttxt .txtlarge { font-size: 4.8rem; }

/* ================================================================== */
/* General */
/* ================================================================== */
.cnt { width: 800px; }

.flex_cnt, footer .f_ct, .support, .btnarea { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap; align-content: flex-start; /*	align-items:center;*/ justify-content: space-between; }

.hor { letter-spacing: -.4em; }

.hor li, .hor dt, .hor dd, .hor div { display: inline-block; letter-spacing: normal; }

.hor_tb, .f_info { display: table; }

.hor_tb dt, .f_info dt, .hor_tb dd, .f_info dd, .hor_tb div, .f_info div { display: table-cell; }

/* ========================================================= */
/* フォントサイズ */
/* ========================================================= */
.fs10 { font-size: 1.0rem; }

.fs11 { font-size: 1.1rem; }

.fs12 { font-size: 1.2rem; }

.fs13 { font-size: 1.3rem; }

.fs14 { font-size: 1.4rem; }

.fs15 { font-size: 1.5rem; }

.fs16 { font-size: 1.6rem; }

.fs17 { font-size: 1.7rem; }

.fs18 { font-size: 1.8rem; }

.fs19 { font-size: 1.9rem; }

.fs20 { font-size: 2.0rem; }

.fs21 { font-size: 2.1rem; }

.fs22 { font-size: 2.2rem; }

.fs23 { font-size: 2.3rem; }

.fs24 { font-size: 2.4rem; }

.fs25 { font-size: 2.5rem; }

.fs26 { font-size: 2.6rem; }

.fs27 { font-size: 2.7rem; }

.fs28 { font-size: 2.8rem; }

.fs29 { font-size: 2.9rem; }

.fs30 { font-size: 3.0rem; }

/* ========================================================= */
/* フォントタイプ */
/* ========================================================= */
.f_g1, footer .copyright, .support p:nth-of-type(1), .btnarea .btn, .formarea .form_btn input, .bold, table th { font-family: メイリオ,Meiryo; }

.f_g2 { font-family: "HGP創英角ｺﾞｼｯｸUB"; }

.f_m1 { font-family: "HGP明朝E", "細明朝体", "ヒラギノ明朝 Pro W3"; }

/* ========================================================= */
/* 装飾 */
/* ========================================================= */
.bold, table th { font-weight: bold; }

.normal { font-weight: normal; }

.imgborder { border: 1px solid #CCC; }

.imgborder_dash { border: 1px dashed #999; }

.imgshadow { box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); }

.imgradius { border-radius: 50%; }

.photoframe { margin: 2px; border: 10px solid #FFF; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6); }

.underborder { border-bottom: 1px solid #CCC; }

.underborder_red { border-bottom: 2px solid #F00; }

.under_border_da { border-bottom: 1px dashed #CCC; }

.noborder, article .norborder { border: none; }

.line_through { text-decoration: line-through; }

.marker { background-color: #ffff00; }

.ind_n { text-indent: 0; }

.mail_ico::before { margin-right: 5px; content: "\f0e0"; font-family: "Font Awesome 5 Pro"; font-weight: 400; }

.back_ico::before { margin-right: 10px; content: "\f0a8"; font-family: "Font Awesome 5 Pro"; font-weight: bold; }

/* ========================================================= */
/* 表示 */
/* ========================================================= */
.nodisp { text-indent: -9999px; }

.disp_none { display: none; }

.txt1 { padding-left: 1em; text-indent: -1em; }

.txt1_ib { display: inline-block; padding-left: 1em; text-indent: -1em; }

.lh10 { line-height: 1; }

.lh13 { line-height: 1.3; }

.lh15 { line-height: 1.5; }

.lh18 { line-height: 1.8; }

.lh20 { line-height: 2; }

.br-pc { display: block; }

.br-sp { display: none; }

/* ========================================================= */
/* レイアウト調整 */
/* ========================================================= */
.al_right { text-align: right; }

.al_left { text-align: left; }

.al_center { text-align: center; }

.f_left { float: left; }

.f_right { float: right; }

.valign-t { vertical-align: top; }

.valign-b { vertical-align: bottom; }

.valign-m { vertical-align: middle; }

.mauto, article .mauto { margin-left: auto; margin-right: auto; }

.mg, article .mg { margin: 0; }

.mg5, article .mg5 { margin: 5px; }

.mg10, article .mg10 { margin: 10px; }

.mg20, article .mg20 { margin: 20px; }

.mg30, article .mg30 { margin: 30px; }

.mg40, article .mg40 { margin: 40px; }

.mg50, article .mg50 { margin: 50px; }

.mg60, article .mg60 { margin: 60px; }

.mg70, article .mg70 { margin: 70px; }

.mg80, article .mg80 { margin: 80px; }

.mg90, article .mg90 { margin: 90px; }

.mg100, article .mg100 { margin: 100px; }

.mtop, article .mtop { margin-top: 0; }

.mtop5, article .mtop5 { margin-top: 5px; }

.mtop10, article .mtop10 { margin-top: 10px; }

.mtop20, article .mtop20 { margin-top: 20px; }

.mtop30, article .mtop30 { margin-top: 30px; }

.mtop40, article .mtop40 { margin-top: 40px; }

.mtop50, article .mtop50 { margin-top: 50px; }

.mtop60, article .mtop60 { margin-top: 60px; }

.mtop70, article .mtop70 { margin-top: 70px; }

.mtop80, article .mtop80 { margin-top: 80px; }

.mtop90, article .mtop90 { margin-top: 90px; }

.mtop100, article .mtop100 { margin-top: 100px; }

.mbottom, article .mbottom { margin-bottom: 0; }

.mbottom5, article .mbottom5 { margin-bottom: 5px; }

.mbottom10, article .mbottom10 { margin-bottom: 10px; }

.mbottom20, article .mbottom20 { margin-bottom: 20px; }

.mbottom30, article .mbottom30 { margin-bottom: 30px; }

.mbottom40, article .mbottom40 { margin-bottom: 40px; }

.mbottom50, article .mbottom50 { margin-bottom: 50px; }

.mbottom60, article .mbottom60 { margin-bottom: 60px; }

.mbottom70, article .mbottom70 { margin-bottom: 70px; }

.mbottom80, article .mbottom80 { margin-bottom: 80px; }

.mbottom90, article .mbottom90 { margin-bottom: 90px; }

.mbottom100, article .mbottom100 { margin-bottom: 100px; }

.mleft, article .mleft { margin-left: 0; }

.mleft5, article .mleft5 { margin-left: 5px; }

.mleft10, article .mleft10 { margin-left: 10px; }

.mleft20, article .mleft20 { margin-left: 20px; }

.mleft30, article .mleft30 { margin-left: 30px; }

.mleft40, article .mleft40 { margin-left: 40px; }

.mleft50, article .mleft50 { margin-left: 50px; }

.mleft60, article .mleft60 { margin-left: 60px; }

.mleft70, article .mleft70 { margin-left: 70px; }

.mleft80, article .mleft80 { margin-left: 80px; }

.mleft90, article .mleft90 { margin-left: 90px; }

.mleft100, article .mleft100 { margin-left: 100px; }

.mright, article .mright { margin-right: 0; }

.mright5, article .mright5 { margin-right: 5px; }

.mright10, article .mright10 { margin-right: 10px; }

.mright20, article .mright20 { margin-right: 20px; }

.mright30, article .mright30 { margin-right: 30px; }

.mright40, article .mright40 { margin-right: 40px; }

.mright50, article .mright50 { margin-right: 50px; }

.mright60, article .mright60 { margin-right: 60px; }

.mright70, article .mright70 { margin-right: 70px; }

.mright80, article .mright80 { margin-right: 80px; }

.mright90, article .mright90 { margin-right: 90px; }

.mright100, article .mright100 { margin-right: 100px; }

.pd, article .pd { padding: 0; }

.pd5, article .pd5 { padding: 5px; }

.pd10, article .pd10 { padding: 10px; }

.pd20, article .pd20 { padding: 20px; }

.pd30, article .pd30 { padding: 30px; }

.pd40, article .pd40 { padding: 40px; }

.pd50, article .pd50 { padding: 50px; }

.pd60, article .pd60 { padding: 60px; }

.pd70, article .pd70 { padding: 70px; }

.pd80, article .pd80 { padding: 80px; }

.pd90, article .pd90 { padding: 90px; }

.pd100, article .pd100 { padding: 100px; }

.pdtop, article .pdtop { padding-top: 0; }

.pdtop5, article .pdtop5 { padding-top: 5px; }

.pdtop10, article .pdtop10 { padding-top: 10px; }

.pdtop20, article .pdtop20 { padding-top: 20px; }

.pdtop30, article .pdtop30 { padding-top: 30px; }

.pdtop40, article .pdtop40 { padding-top: 40px; }

.pdtop50, article .pdtop50 { padding-top: 50px; }

.pdtop60, article .pdtop60 { padding-top: 60px; }

.pdtop70, article .pdtop70 { padding-top: 70px; }

.pdtop80, article .pdtop80 { padding-top: 80px; }

.pdtop90, article .pdtop90 { padding-top: 90px; }

.pdtop100, article .pdtop100 { padding-top: 100px; }

.pdbottom, article .pdbottom { padding-bottom: 0; }

.pdbottom5, article .pdbottom5 { padding-bottom: 5px; }

.pdbottom10, article .pdbottom10 { padding-bottom: 10px; }

.pdbottom20, article .pdbottom20 { padding-bottom: 20px; }

.pdbottom30, article .pdbottom30 { padding-bottom: 30px; }

.pdbottom40, article .pdbottom40 { padding-bottom: 40px; }

.pdbottom50, article .pdbottom50 { padding-bottom: 50px; }

.pdbottom60, article .pdbottom60 { padding-bottom: 60px; }

.pdbottom70, article .pdbottom70 { padding-bottom: 70px; }

.pdbottom80, article .pdbottom80 { padding-bottom: 80px; }

.pdbottom90, article .pdbottom90 { padding-bottom: 90px; }

.pdbottom100, article .pdbottom100 { padding-bottom: 100px; }

.pdleft, article .pdleft { padding-left: 0; }

.pdleft5, article .pdleft5 { padding-left: 5px; }

.pdleft10, article .pdleft10 { padding-left: 10px; }

.pdleft20, article .pdleft20 { padding-left: 20px; }

.pdleft30, article .pdleft30 { padding-left: 30px; }

.pdleft40, article .pdleft40 { padding-left: 40px; }

.pdleft50, article .pdleft50 { padding-left: 50px; }

.pdleft60, article .pdleft60 { padding-left: 60px; }

.pdleft70, article .pdleft70 { padding-left: 70px; }

.pdleft80, article .pdleft80 { padding-left: 80px; }

.pdleft90, article .pdleft90 { padding-left: 90px; }

.pdleft100, article .pdleft100 { padding-left: 100px; }

.pdright, article .pdright { padding-right: 0; }

.pdright5, article .pdright5 { padding-right: 5px; }

.pdright10, article .pdright10 { padding-right: 10px; }

.pdright20, article .pdright20 { padding-right: 20px; }

.pdright30, article .pdright30 { padding-right: 30px; }

.pdright40, article .pdright40 { padding-right: 40px; }

.pdright50, article .pdright50 { padding-right: 50px; }

.pdright60, article .pdright60 { padding-right: 60px; }

.pdright70, article .pdright70 { padding-right: 70px; }

.pdright80, article .pdright80 { padding-right: 80px; }

.pdright90, article .pdright90 { padding-right: 90px; }

.pdright100, article .pdright100 { padding-right: 100px; }

.dis-b { display: block; }

.dis-ib { display: inline-block; }

.pos-rl { position: relative; }

.pos-fix { position: fixed; z-index: 500; }

.of { overflow: hidden; }

.clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ }

.clearfix:after { clear: both; }

.clearfix { *zoom: 1; }

/* ========================================================= */
/* Width調整 */
/* ========================================================= */
.w5 { width: 5%; }

.w6 { width: 6%; }

.w8 { width: 8%; }

.w10 { width: 10%; }

.w12 { width: 12%; }

.w15 { width: 15%; }

.w18 { width: 18%; }

.w20 { width: 20%; }

.w25 { width: 25%; }

.w30 { width: 30%; }

.w33 { width: 33.3%; }

.w35 { width: 35%; }

.w40 { width: 40%; }

.w45 { width: 45%; }

.w48 { width: 48%; }

.w50 { width: 50%; }

.w55 { width: 55%; }

.w60 { width: 60%; }

.w65 { width: 65%; }

.w70 { width: 70%; }

.w75 { width: 75%; }

.w80 { width: 80%; }

.w85 { width: 85%; }

.w90 { width: 90%; }

.w92 { width: 92%; }

.w93 { width: 93%; }

.w94 { width: 94%; }

.w95 { width: 95%; }

.w96 { width: 96%; }

.w97 { width: 97%; }

.w98 { width: 98%; }

.w99 { width: 99%; }

.w100 { width: 100%; }

/* ========================================================= */
/* カラー調整 */
/* ========================================================= */
.gray { color: #828282; }

.black { color: #000000; }

.red { color: #fe0000; }

.red_d { color: #B00909; }

.pink { color: #fe6090; }

.blue { color: #227efc; }

.blue_l { color: #9ce8df; }

.blue_d { color: #1b528e; }

.yellow { color: #fffa7b; }

.orange { color: #ff7800; }

.green { color: #139b34; }

.white { color: #FFFFFF; }

.brown { color: #9f5a1d; }

.scrollbox { poisition: relative; width: 100%; overflow: auto; scrollbar-base-color: #FFF; scrollbar-3dlight-color: #ffffff; scrollbar-arrow-color: #ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-face-color: #f1f1f1; scrollbar-highlight-color: #f1f1f1; scrollbar-shadow-color: #f1f1f1; scrollbar-track-color: #ffffff; }

/*スクロールバー全体*/
.scrollbox::-webkit-scrollbar { width: 10px; }

/*横スクロールバー全体*/
.scrollbox::-webkit-scrollbar:horizontal { height: 10px; }

/*スクロールバー上下左右末端のボタン*/
.scrollbox::-webkit-scrollbar-button { width: 10px; height: 10px; }

/*ドラッグするツマミ部分*/
.scrollbox::-webkit-scrollbar-thumb { background: #f1f1f1; }

/*右下角部分*/
.scrollbox::-webkit-scrollbar-corner { background-color: transparent; }

/*# sourceMappingURL=style.css.map */
