@charset "utf-8";

.appWrap{max-width: 1600px;margin:0 auto;padding-bottom: 75px;}
.appWrap .top-title{text-align: center;margin-bottom: 100px;display:none;}
.appWrap .top-title strong{font-size:40px;font-family: 'Noto Medium';}

.appWrap .intro-box{padding:10px;position:relative;margin-bottom: 60px;}
.appWrap .intro-box:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:url(../images/dash.png) repeat left top;z-index:-1;transform: scaleX(-1);}
.appWrap .intro-box .inner{padding:50px; background-color: #fafafa;display:flex;}
.appWrap .intro-box .left{width:350px;position: relative;padding-top:40px;}
.appWrap .intro-box .left:before{content:'';position:absolute;left:0;top:0;background-color:#014099;width:100%;height:10px;}
.appWrap .intro-box .left strong{font-size:36px;color:#212121;line-height: 1.35;font-family: 'Noto Light';}
.appWrap .intro-box .left strong > span{font-family: 'Noto Medium';}
.appWrap .intro-box .left strong i{display:block;}
.appWrap .intro-box .right{width:calc(100% - 350px);padding-left:160px;padding-top:40px;}
.appWrap .intro-box .right p{font-size:20px;font-family: 'Noto Regular';line-height: 1.4;color:#151515;margin-bottom: 30px;}
.appWrap .intro-box .right p i{display:block;}
.appWrap .intro-box .right strong > span{font-family: 'Noto Bold';position: relative;top: 4px;margin-right: 5px;}
.appWrap .intro-box .right strong{font-size: 20px;color:#fcaf17;padding-bottom: 15px;font-family: 'Noto Medium';display: block;border-bottom: 1px solid #e0e0e0;margin-bottom: 15px;}
.appWrap .intro-box .right > ol {padding-top:5px;}
.appWrap .intro-box .right > ol > li{padding-left: 32px;position:relative;color:#222;font-size: 18px;}
.appWrap .intro-box .right > ol > li + li{margin-top: 10px;}
.appWrap .intro-box .right > ol > li > span{position: absolute;left:0;top: 9.5px;background-color: #999999;color:#fff;width:20px;height: 20px;border-radius: 50%;text-align: center;font-size:14px;line-height: 1.4;font-family: 'Noto Light';}

.appWrap .sub-tit{margin-bottom:20px;}
.appWrap .sub-tit > h3{position:relative;padding-left:42px;}
.appWrap .sub-tit > h3::before{content:'';width:30px;height: 25px;background:url('../images/sub-tit.png') no-repeat center;position:absolute;left:0;top: 15px;}
.appWrap .sub-tit > h3{font-size:26px;font-family: 'Noto Medium';letter-spacing: -0.05em;}

.appWrap .sub-tit.type2 > h3::before{content:'';width:30px;height: 25px;background:url('../images/sub-tit2.png') no-repeat center;position:absolute;left:0;top: 9px;}

.appWrap .agreement{border-top:1px solid #a0a0a0;border-bottom:1px solid #a0a0a0;padding:45px 30px;margin-bottom: 45px;}
.appWrap .agreement p.top-p{font-size:20px;font-family: 'Noto Light';color:#151515;margin-bottom:15px;}
.appWrap .agreement strong{display:block;font-size: 20px;font-family: 'Noto Regular';color:#151515;margin-bottom: 7px;}
.appWrap .agreement strong span{color:#014099;}
.appWrap .agreement p{font-size: 20px;font-family: 'Noto Light';color:#666;margin-bottom: 15px;}
.appWrap .agreement ul{margin-bottom:15px;}
.appWrap .agreement ul li{font-size: 20px;font-family: 'Noto Light';color:#666;margin-bottom: 7px;position: relative;padding-left: 15px;}
.appWrap .agreement ul li:before{content:'';width:8px;height: 1px;background-color: #666;position: absolute;left:0;top: 16px;}

.appWrap .in-ag label{font-size: 20px;color:#151515;font-family: 'Noto Light';display: inline-block;vertical-align: middle;margin-left: 7px;}
.appWrap .in-ag input[type="checkbox"]{appearance: none;border:1px solid #014099;width:20px;height: 20px;border:2px solid #014099;border-radius: 50%;position:relative;display: inline-block;vertical-align: middle;cursor: pointer;top: 1px;}
.appWrap .in-ag input[type="checkbox"]::after{content:'';width:9px;height: 9px;border-radius: 50%; background:#014099;position: absolute;left:50%;top:50%;transform: translate(-50%, -50%);display:none;}
.appWrap .in-ag input[type="checkbox"]:checked::after{display:block;}

.appWrap .in-ag label{font-size: 20px;color:#151515;font-family: 'Noto Light';display: inline-block;vertical-align: middle;margin-left: 7px;}
.appWrap .in-ag input[type="radio"]{appearance: none;border:1px solid #014099;width:20px;height: 20px;border:2px solid #014099;border-radius: 50%;position:relative;display: inline-block;vertical-align: middle;top: -2px;cursor: pointer;}
.appWrap .in-ag input[type="radio"]::after{content:'';width:9px;height: 9px;border-radius: 50%; background:#014099;position: absolute;left:50%;top:50%;transform: translate(-50%, -50%);display:none;}
.appWrap .in-ag input[type="radio"]:checked::after{display:block;}


.appWrap .appBtn {text-align: center;padding-top: 50px;}
.appWrap .appBtn .blue00{font-size:20px;color:#fff;background:#b5b5b5;border:2px solid #b5b5b5; padding:12px 15px;font-family: 'Noto Regular';width:180px;cursor: pointer;margin:5px 2.5px;transition: all ease .5s;}
.appWrap .appBtn .blue00:hover{background:#fff;color:#b5b5b5;}
.appWrap .appBtn .blue01{font-size:20px;color:#fff;background:#014099;border:2px solid #014099;padding:12px 15px;font-family: 'Noto Regular';width:180px;cursor: pointer;margin:5px 2.5px;transition: all ease .5s;}
.appWrap .appBtn .blue01:hover{background:#fff;color:#014099;}

.app-table > ul{border-top:1px solid #a0a0a0;border-bottom:1px solid #a0a0a0;}
.app-table > ul > li{display: table;width: 100%;border-bottom:1px solid #e5e5e5;}
.app-table > ul > li:nth-last-child(1){border-bottom:0;}
.app-table > ul > li .tb-title{width:370px;background:#fafafa;font-size: 18px;color:#151515;font-family: 'Noto Regular';padding: 20px 15px 20px 20px;height: 100%;display: table-cell;vertical-align: middle;letter-spacing: -1px;line-height: 1.6;}
.app-table > ul > li .tb-conts{width:calc(100% - 370px);padding: 12px 15px 12px 30px;background-color: #fff;display: table-cell;vertical-align: middle;}
.app-table > ul > li .tb-conts input[type="text"]{height:42px;line-height: 42px;border:1px solid #dae1e8;font-size:16px;font-family: 'Noto Light';color:#777;padding-left:10px;width: 240px;}
.app-table > ul > li .tb-conts input[type="text"].inpt-date{width:100px;}
.app-table > ul > li .tb-conts input[type="text"].inpt-full{width:95%;}
.app-table > ul > li .tb-conts input[type="text"].inpt-mail{width:180px;}
.app-table > ul > li .tb-conts select{height:42px;line-height: 42px;border:1px solid #dae1e8;font-size:16px;font-family: 'Noto Light';color:#777;padding-left:10px;width: 100px;}
.app-table > ul > li .tb-conts .ad_btn{font-size:16px;color:#fff;background:#005bac;padding: 9px 10px;font-family: 'Noto Regular';width:130px;cursor: pointer;margin-left: 5px;display: inline-block;}

.app-table > ul > li .tb-conts > span{font-size:18px;color:#444;font-family: 'Noto Regular';display: inline-block;margin-right: 12px;margin-left:5px;}
.app-table > ul > li .tb-conts.in-ag label{font-size:18px;top: 0px;position: relative;}
.app-table > ul > li .tb-ul{display:flex;align-items: center;}
.app-table > ul > li .tb-ul li{width:auto;margin-right:15px;}
.app-table > ul > li .tb-ul.width-auto li{width:auto;margin-right:20px;}
.app-table > ul > li .tb-ul.long{}
.app-table > ul > li .tb-ul.long > li{width:auto;}
.app-table > ul > li .tb-ul.long > li + li{margin-left:47px;}

.appWrap .ads-ul li{font-family:'Noto Regular';font-size:18px;color:#444;}
.appWrap .ads-ul li + li{margin-top:5px;}
.appWrap .ads-ul li:nth-last-child(1){}

.dash-box{padding:10px;position:relative;margin-top:60px;margin-bottom: 60px;}
.dash-box:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:url(../images/dash.png) repeat left top;z-index:-1;transform: scaleX(-1);}
.dash-box .inner{background: #fff;padding:30px;font-family: 'Noto Light';}
.dash-box .inner > ul > li > strong{font-size:20px;font-family: 'Noto Regular';color:#151515;display:block;margin-bottom:20px;position:relative;padding-left:20px;}
.dash-box .inner > ul > li > strong:before{content:'';position:absolute;top: 9px;left:0;margin-right:10px;background:url(../images/blue-star.png) no-repeat center;width:10px;height:11px;display: inline-block;vertical-align: top;}
.dash-box .inner > ul > li > strong i{display:block;}
.dash-box .inner > ul > li + li{margin-top:40px;}

.dash-box.type2 .inner > ul > li > strong{font-family: 'Noto Light';}
.dash-box.type2 .inner > ul > li > strong span{font-family: 'Noto Medium';}
.dash-box.type2 .inner > ul > li > strong span.color-red{color:#e60012;}
.dash-box.type2 .inner > ul > li > strong span.color-blue{color:#008bd0;}

.con-table table{border-top:1px solid #a0a0a0;border-bottom:1px solid #a0a0a0;margin-bottom: 80px;}
.con-table table thead th{font-size: 20px;color:#000;font-family: 'Noto Regular';background-color: #f9f9f9;padding:15px 10px;font-weight: normal;}
.con-table table tbody th{font-family: 'Noto Regular';color:#014099;font-size:18px;padding:12px 10px;font-weight: normal;border-top:1px solid #e5e5e5;}
.con-table table tbody td{padding:12px 10px;color:#333;font-family: 'Noto Regular';font-size:15px;border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5;}
.con-table table tbody td i{display:block;}

.f-slan{display:block;font-family:'Noto Regular';color:#151515;font-size:20px;margin-bottom: 10px;}

.app-list{margin-top:50px;margin-bottom:100px;}
.app-list .list-box{margin-bottom:45px;border-bottom:1px solid #a0a0a0;}
.app-list .list-title{position: relative;font-size:22px;font-family: 'Noto Regular';color:#111;background-color: #f8f8f8;padding: 30px 15px 30px 125px;border-top: 1px solid #a0a0a0;}
.app-list .list-title > span{font-size:20px;font-family: 'Noto Regular';color:#fff;background:#014099;padding:3px 15px;border-radius: 25px;width:65px;text-align:center;display: block;position: absolute;left: 35px;}
.app-list .list-con{padding:20px 30px;}
.app-list .b-s-star{font-size:18px;position: relative;color:#444;font-family: 'Noto Light';display: block;margin-bottom: 12px;padding-left:20px;}
.app-list .b-s-star:before{content:'';position:absolute;top: 9px;left:0;margin-right:10px;background:url(../images/blue-star.png) no-repeat center;width:10px;height:11px;display: inline-block;vertical-align: top;}
.app-list .list-con textarea{border:1px solid #dae1e8;width:100%;height:100%;border-radius: 3px;padding:25px;color:#777;font-family: 'Noto Light';font-size:16px;min-height: 250px;}
.app-list .list-con.line-bottom{border-bottom:1px solid #e5e5e5;}
.app-list .list-con .inner-title{font-size:20px;color:#000;font-family: 'Noto Medium';display:block;margin-bottom:5px;padding: 5px 0;}
.app-list .list-con ul.flex-ul{display:flex;flex-wrap:wrap;}
.app-list .list-con ul.flex-ul > li{width:calc(100% / 2);padding-right: 50px;margin-bottom:10px;}
.app-list .list-con ul.flex-ul > li + li{margin-top:0;}
.app-list .list-con ul.flex-ul > li:nth-last-child(1),
.app-list .list-con ul.flex-ul > li:nth-last-child(2){margin-bottom:0;}

.checkbox-ul > li input[type="checkbox"]{appearance: none;border:1px solid #014099;width:27px;height: 27px;border:1px solid #ccc;position:relative;display: inline-block;vertical-align: middle;cursor: pointer;top: -2px;}
.checkbox-ul > li input[type="checkbox"]::after{content:'';width:26px;height: 26px;background:url(../images/check.png) no-repeat center;position: absolute;left:50%;top:50%;transform: translate(-50%, -50%);display:none;}
.checkbox-ul > li input[type="checkbox"]:checked::after{display:block;}
.checkbox-ul > li label{font-size:18px;font-family: 'Noto DemiLight';color:#222;margin-left:12px;}
.checkbox-ul > li input[type="text"]{height:42px;line-height: 42px;border:1px solid #dae1e8;font-size:16px;font-family: 'Noto Light';color:#777;padding-left:10px;width: 240px;margin-left:10px;}
.checkbox-ul > li + li{margin-top:10px;}

.radio-ul > li input[type="radio"]{appearance: none;border:1px solid #014099;width:20px;height: 20px;border:2px solid #014099;border-radius: 50%;position:relative;display: inline-block;vertical-align: middle;top: -3px;cursor: pointer;}
.radio-ul > li input[type="radio"]::after{content:'';width:9px;height: 9px;border-radius: 50%; background:#014099;position: absolute;left:50%;top:50%;transform: translate(-50%, -50%);display:none;}
.radio-ul > li input[type="radio"]:checked::after{display:block;}
.radio-ul > li label{font-size:18px;font-family: 'Noto DemiLight';color:#222;margin-left: 5px;}
.radio-ul > li input[type="text"]{height:42px;line-height: 42px;border:1px solid #dae1e8;font-size:16px;font-family: 'Noto Light';color:#777;padding-left:10px;width: 240px;margin-left:10px;}
.radio-ul > li + li{margin-top:10px;}


.blue-box{background:url('../images/acc-bg1.png') no-repeat left top;background-size: cover;text-align:center;padding:10px;margin-bottom:100px;}
.blue-box .inner{padding-top:50px;padding-bottom: 35px;border:1px solid #fff;}
.blue-box strong{font-size:30px;font-family:'Noto Medium';color:#fff;display:block;padding-bottom:25px;margin-bottom:20px;position:relative;}
.blue-box strong:after{content:'';width:40px;height:1px;background:rgba(255,255,255,0.7);position:absolute;left:50%;bottom:0;margin-left:-20px;}
.blue-box p{font-size:19px;color:#fff;font-family: 'Noto Light';}
.blue-box p i{display:block;}

.ending{padding:80px 0 60px;}
.ending .top-txt{text-align: center;padding-bottom:80px;}
.ending .top-txt p{font-size:30px;font-family: 'Noto Medium';color:#151515;text-align: center;line-height: 1.6;}
.ending .top-txt p span{color:#014099;}
.ending .bottom-box{background:#eff2f5;padding:35px;}
.ending .bottom-box > ul > li{color:#151515;font-size:19px;font-family: 'Noto Regular';position:relative;padding-left:50px;}
.ending .bottom-box > ul > li > span{font-size:25px;color:#0068b7;font-family: 'Noto Medium';position:absolute;left:0;top: -5px;}
.ending .bottom-box > ul > li + li{margin-top:25px;}

.app-list .list-con > select,
.app-list .list-con > input[type="text"]{height:42px;line-height: 42px;border:1px solid #dae1e8;font-size:16px;font-family: 'Noto Light';color:#777;padding-left:10px;width: 140px;margin-left:10px;}


.app-list .list-con table{position: relative;}
.app-list .list-con table{/*width:100%;border-collapse: collapse;border-spacing: 0;table-layout: fixed;text-align: center;*/width: 100%;max-width: 1200px;table-layout: fixed;border: 0;}
.app-list .list-con table thead th{background: #f8f8f8;font-size: 16px;font-weight: normal;padding: 12px 0;border-bottom: 1px solid #878787;border-top: 2px solid #353e4d;color: #333;line-height: 1;}
.app-list .list-con table tbody td{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;font-size: 14px;padding: 12px;color: #666;border-bottom: 1px solid #e2e2e2;box-sizing: border-box;}
.app-list .list-con table tbody td input[type="text"]{box-sizing:border-box;width: 100%;text-align: center;font-size: 15px;}
.app-list .list-con table:after{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #8b9099;}
.t-btn02{color:#fff;background:#aaa;padding: 5px 10px;border-radius:3px;border:0;}
.plus-btn{color: #fff !important;background: #1c4b9b;padding: 5px 15px;border-radius:3px;border:0;display:inline-block;margin-top: 7px;font-size: 14px;}

.app-table > ul > li .tb-title .must{background:url(../images/b-check-icon.png) no-repeat center;width: 21px;height:20px;display:inline-block;background-size: 18px;text-indent: -9999px;margin-right: 5px;vertical-align: middle;position: relative;top: -1.5px;}
.check-caption{font-size:17px;font-family:'Noto Regular';text-align:right;margin-bottom:5px;}
.check-caption:before{content:'';background:url(../images/b-check-icon.png) no-repeat center;width: 21px;height:20px;display:inline-block;background-size: 18px;text-indent: -9999px;margin-right: 3px;vertical-align: middle;position: relative;top: -1.5px;}