@charset "utf-8";
/* リセット
------------------------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
* html table {
    border-collapse: collapse;
}
*:first-child + html table {
    border-collapse: collapse;
}
caption, th {
    text-align: left;
    font-weight: normal;
}
table, th, td, img {
    border: 0;
}
img, input {
    vertical-align: middle;
    outline: none;
}
q:before, q:after {
    content: '';
}
ul, li {
    list-style: none;
}
hr, legend, caption {
    display: none;
}
img {
    border: 0;
    vertical-align: bottom;
}
a:focus {
    outline: none;
}
/* aタグ設定
------------------------------------- */
a {
    color: #0052bd;
    text-decoration: none;
}
a.tp {
    color: #0052bd;
    text-decoration: none;
    transition: 0.4s;
}
a.tp:hover {
    opacity: 0.65;
    transition: 0.4s;
}
a.tp:active {
    position: relative;
    top: 2px;
    left: 2px;
}
/* 基本設定
------------------------------------- */
body {
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.59;
}
.sp {
    display: none;
}
#wrapMv, #wrapForm, #wrapFooter {
    width: 100%;
    margin: 0;
    position: relative;
}
#boxForm, #boxFooter {
    width: 990px;
    margin: 0 auto;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
/* ヘッダ
------------------------------------- */
#header {
    width: 100%;
    height: 58px;
    background: #05428C;
    margin: 0 auto;
    position: fixed;
    z-index: 100;
    /*border-bottom: solid 2px #fff;*/
}
#header .logoLic a {
    position: absolute;
    top: 14px;
    right: 277px;
    width: 198px;
    height: 28px;
    background: url("../img/logoLicWhite.png") no-repeat;
    background-size: contain;
    display: block;
    text-indent: -9999px;
}
#header .logoEoc a {
    position: absolute;
    top: 14px;
    right: 42px;
    width: 198px;
    height: 29px;
    background: url("../img/logoEocWhite.png") no-repeat;
    display: block;
    background-size: contain;
    text-indent: -9999px;
}
/* メインビジュアル
------------------------------------- */
#wrapMv{
    width: 100%;
    position: relative;
    padding-top: 124px;
}

#wrapMv p.logo{
    display: block;
    width: 525px;
    height: 87px;
    background: url("../img/logoThi.svg") no-repeat;
    background-size: 100%;
    margin: 0 auto 66px;
}

#wrapMv p.badge{
    position: absolute;
    top: 70px;
    left: calc(50% + 380px);
    display: block;
    width: 246px;
    height: 100px;
    background: url("../img/budgePc.svg") no-repeat;
    background-size: 100%;
    margin: 0 auto 66px;
}

#wrapMv #boxMv{
    position: relative;
    width: 1142px;
    height: 2001px;
    background: url("../img/mvBgPc.png") no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

#wrapMv #boxMv p.txt1,
#wrapMv #boxMv p.txt2{
    position: absolute;
    font-size: 21px;
    line-height: 1.57;
    text-align: center;
    font-weight: 600;
}

#wrapMv #boxMv p.txt1{
    top: 613px;
    left: 289px;
}

#wrapMv #boxMv p.txt2{
    top: 592px;
    left: 667px;
}

#wrapMv #boxMv p.txtMain{
    position: absolute;
    font-size: 24px;
    line-height: 2.083;
    text-align: center;
    font-weight: 400;
    top: 780px;
    left: 124px;
}

#wrapMv #boxMv p.txtMain .txtBold{
    font-size: 26px;
    font-weight: 900;
}

#wrapMv #boxMv p.txtMain .txtRed{
    font-size: 26px;
    font-weight: 900;
    color: #ff0000;
}

#wrapMv #boxMv p.txtMain .uline{
    border-bottom: solid 2px #f00;
}

#wrapMv #boxMv p.ttl{
    position: absolute;
    font-size: 42px;
    font-weight: 900;
    color: #fff9ab;
    top: 1064px;
    left: 200px;
}

#wrapMv #boxMv p.txt3{
    position: absolute;
    font-size: 27px;
    font-weight: 700;
    color: #4eb577;
    top: 1202px;
    left: 396px;
}

#wrapMv #boxMv p.txt4{
    position: absolute;
    font-size: 29px;
    line-height: 1.55;
    top: 1290px;
    left: 204px;
    text-align: center;
}

#wrapMv #boxMv p.txt4 span{
    font-size: 24px;
}

#wrapMv #boxMv p.txt5{
    position: absolute;
    font-size: 29px;
    line-height: 1.15;
    top: 1284px;
    left: 666px;
    text-align: center; 
}

#wrapMv #boxMv p.txt5 span.txtColor{
    font-size: 24px;
    font-weight: 500;
    color: #c44800;
    margin-bottom: -1.2em;
    display: block;
}

#wrapMv #boxMv p.txt5 span.txtPrice{
    font-size: 32px;
}

#wrapMv #boxMv p.txt5 span.txtSml{
    font-size: 22px;
    font-weight: 300;
}

#wrapMv #boxMv p.txt6{
    position: absolute;
    font-size: 34px;
    font-weight: 500;
    top: 1598px;
    left: 419px;
    letter-spacing: 1.0px;
}

#wrapMv p.btnApply{
    display: block;
    width: 426px;
    height: 82px;
    background: url("../img/btnApplyPc.svg") no-repeat;
    background-size: 100%;
    margin: 88px auto 98px;
    text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.15));
    transition: all 0.2s ease;
    cursor: pointer;
}


/* ロールオーバー時に少し明るく */
#wrapMv p.btnApply:hover {
  filter: brightness(1.1); /* 少し明るくする */
  /*opacity: 0.9;*/            /* または少し透明にするならここを調整 */
}

/* クリック時に右下にずれる */
#wrapMv p.btnApply:active {
  transform: translate(2px, 2px);
}

/* 機能紹介
------------------------------------- */
#wrapFunction{
    width: 100%;
    position: relative;
    background: #bce7eb;
    padding-top: 108px;
    padding-bottom: 84px;
}

#wrapFunction h1{
    position: absolute;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    top: 14px;
    left: 57px;
}

#wrapFunction p.title1,
#wrapFunction p.title2,
#wrapFunction p.title3{
    position: absolute;
    color: #0037a6;
    font-size: 29px;
    font-weight: 700;
    left: 80px;
    width: 330px;
}

#wrapFunction p.txt1,
#wrapFunction p.txt2,
#wrapFunction p.txt3{
    position: absolute;
    color: #231815;
    font-size: 20px;
    font-weight: 300;
    left: 80px;
    width: 330px;
}

#wrapFunction p.txt1 span{
    font-weight: 700;
}

#wrapFunction #box1{
    position: relative;
    width: 1100px;
    height: 1693px;
    background: url("../img/funcBg1Pc.png") no-repeat;
    background-size: 100%;
    margin: 0 auto 0;
}

#wrapFunction #box1 p.title1{ top: 165px; }
#wrapFunction #box1 p.txt1{ top: 215px; }
#wrapFunction #box1 p.title2{ top: 685px; }
#wrapFunction #box1 p.txt2{ top: 735px; }
#wrapFunction #box1 p.title3{ top: 1205px; }
#wrapFunction #box1 p.txt3{ top: 1255px; }

#wrapFunction #box2{
    position: relative;
    width: 1100px;
    height: 1177px;
    background: url("../img/funcBg2Pc.png") no-repeat;
    background-size: 100%;
    margin: 60px auto 0;
}

#wrapFunction #box2 p.title1{ top: 165px; }
#wrapFunction #box2 p.txt1{ top: 215px; }
#wrapFunction #box2 p.title2{ top: 685px; }
#wrapFunction #box2 p.txt2{ top: 735px; }

/* フォーム部分
------------------------------------- */
#forms{
    width: 100%;
    background: #eee;
    padding-top: 65px;
    padding-bottom: 80px;
    text-align: center;
}

#forms.confirm #boxForm{
    margin: 60px auto 0px;
}

#forms.result{
    background: #eee;
    padding-bottom: 70px;
}

#forms.result #boxForm{
    margin: 60px auto 0px;
}

#forms.result #boxForm .boxResultMsg{
    background: #FFFDF5;
    border: solid 1px #DEC985;
    padding: 55px 0 55px;
    margin-top: 20px;
}

#forms.result #boxForm .boxResultMsg p:nth-child(1){
    font-size: 29px;
    font-weight: 700;
    color: #FF0000;
}

#forms.result #boxForm .boxResultMsg p:nth-child(2){
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 1.7;
    margin-top: 30px;
}

#forms #boxForm{
    width: 990px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 45px 80px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

#forms #boxForm #txtTitle1 {
    color: #f00;
    font-size: 42px;
    font-weight: 900;
    font-style: normal;
    letter-spacing: -0.05em;
}
#forms #boxForm #txtTitle1 .small {
    font-size: 34px;
    margin-right: 0.05em;
    margin-left: 0.1em;
}

#forms #boxForm #txtTitle2 {
    color: #002080;
    font-size: 23px;
    font-weight: 500;
    font-style: normal;
    margin: 15px auto 55px;
}
#forms #boxForm #formTitle {
    color: #fff;
    background-color: #527acc;
    height: 40px;
    font-weight: 700;
    font-size: 20px;
    line-height: 180%;
    margin: 0 auto 12px;
}

#forms #boxForm h1{
    display: inline-block;
    margin: 0 auto 40px;
    color: #717071;
    font-size: 34px;
    font-weight: 700;
    border-bottom: solid 3px #D25D5D;    
}

#forms #boxForm p.txtLead{
    margin: 0 auto 40px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
}

#forms #boxForm p.txtLead span.txtRed{
    display: block;
    color: #E50012;
    margin-top: 20px;
}

#forms table.tableMain{
    width: 904px;
    margin: 0 auto 0;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    border: solid 1px #cccccc;
    background-clip: padding-box;/*FireFox用対策*/
}

#forms table.tableMain th{
    position: relative;
    width: 259px;
    background: #FAF3DE;
    line-height: 1.375;
    padding: 20px;
    border-bottom: solid 1px #cccccc;
    background-clip: padding-box;/*FireFox用対策*/
}

#forms table.tableMain td{
    position: relative;
    width: 645px;
    background: #fff;
    line-height: 1.375;
    padding: 10px 20px;
    border-bottom: solid 1px #cccccc;
    background-clip: padding-box;/*FireFox用対策*/
}

#forms table.tableMain.confirm th{
    padding: 15px 20px;
}

#forms table.tableMain td#boxService ul li{
    margin-top: 4px;
    margin-bottom: 4px;
}

#forms table.tableMain td#boxService ul li input{
    margin-right: 5px;
}

#forms table.tableMain td#boxService p{
    text-align: left;
    font-size: 15.5px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 10px;
}

#forms table.tableMain td#boxDate ul li{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

#forms table.tableMain td#boxDate ul li span:nth-child(1){
    margin-right: 15px;
}

#forms table.tableMain td#boxDate ul li span:nth-child(3){
    margin-left: 5px;
    margin-right: 10px;
}

#forms table.tableMain td#boxDate ul li span:nth-child(5){
    margin-left: 5px;
    margin-right: 20px;
}

#forms table.tableMain td#boxDate ul li span:nth-child(7){
    margin-left: 7px;
    margin-right: 7px;
}

#forms table.tableMain td#boxDate ul li span:nth-child(9){
    margin-left: 7px;
}

#forms table.tableMain td#boxDate p{
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 10px;
}

#forms table.tableMain td.confirmDate{
    line-height: 1.8;
}

#forms table.tableMain td#boxDaihyou ul li{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

#forms table.tableMain td#boxDaihyou ul li p{
    width: 100px;
    font-weight: 400;
}

#forms table.tableMain td#boxDaihyou ul li div.boxName{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

#forms table.tableMain td#boxDaihyou ul li div.boxName p{
    width: 21px;
    font-weight: 300;
}
#forms table.tableMain td#boxDaihyou ul li div.boxName p:nth-child(3){
    margin-left: 20px;
}

#forms table.tableMain td#boxDaihyou ul li:nth-child(1){
    padding-top: 7px;
    padding-bottom: 7px;
    /*padding-bottom: 15px;*/
    /*border-bottom: dashed 1px #cccccc;*/
    border:none;
}

#forms table.tableMain td#boxDaihyou ul li:nth-child(2){
    padding-top: 15px;
    padding-bottom: 7px;
}


#forms table.tableMain td#boxDaihyou ul.confirmDaihyou li{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

#forms table.tableMain td#boxDaihyou ul.confirmDaihyou li p:nth-child(1){
    width: 75px;
}
#forms table.tableMain td#boxDaihyou ul.confirmDaihyou li p:nth-child(2){
    width: 21px;
}
#forms table.tableMain td#boxDaihyou ul.confirmDaihyou li p:nth-child(3){
    margin-left: 5px;
    width: auto;
}


#forms table.tableMain td .txtAnnotation{
    display: block;
    font-size: 15.5px;
    font-weight: 300;
    margin-top: 5px;
    margin-left: 2px;
}

#forms table.tableMain th.required{
    background: #FAF3DE url("../img/iconRequired.svg") no-repeat;
    background-size: 32px 22px;
    background-position: right 14px center;
    border-bottom: solid 1px #cccccc;
    background-clip: padding-box;/*FireFox用対策*/
}

#forms table.tableMain th.any{
    background: #FAF3DE url("../img/iconAny.svg") no-repeat;
    background-size: 32px 22px;
    background-position: right 14px center;
    border-bottom: solid 1px #cccccc;
    background-clip: padding-box;/*FireFox用対策*/
}

#forms table.tableMain input::placeholder {
    color: #808080;
}

#forms table.tableMain input[type="text"],
#forms table.tableMain input[type="tel"],
#forms table.tableMain input[type="email"]{
    height: 40px;
    border: solid 1px #999999;
    border-radius: 6px;
    font-size: 0.95em;
    padding-left: 14px;
}

#forms table.tableMain select{
    width: 52px;
}

#forms table.tableMain input[type="text"]#inputCheck_Org{
    width: 505px;
}

#forms table.tableMain input[type="text"]#inputCheck_Name1,
#forms table.tableMain input[type="text"]#inputCheck_Name2{
    width: 197px;
}

#forms table.tableMain input[type="text"]#inputCheck_Tantou{
    width: 395px;
}

#forms table.tableMain input[type="tel"]#inputCheck_Tel{
    width: 170px;
}

#forms table.tableMain input[type="email"]#inputCheck_Mail{
    width: 445px;
}

#forms .boxPrivacy{
    width: 904px;
    background: #F2F2F2;
    border: solid 1px #CCCCCC;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.538;
    text-align: left;
    padding: 12px 20px;
    margin-top: 50px;
    margin-bottom: 80px;
}

#forms .boxPrivacy .txtBold{
    font-weight: 500;
}

#forms .boxPrivacy.bottomNarrow{
    margin-bottom: 16px !important;
}

#forms .boxTrial{
    width: 904px;
    background: #F2F2F2;
    border: solid 1px #CCCCCC;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.538;
    text-align: left;
    padding: 12px 20px;
    margin-bottom: 22px;
}

#forms #BoxConsent{
    margin: 0 auto 100px;
    width: 242px;
    height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    background: #ff0;
}

#forms #BoxConsent p{
    padding-left: 5px;
}

#forms #BoxConsent.required{
    background: #fff url("../img/iconRequired.svg") no-repeat;
    background-size: 32px 22px;
    background-position: right 14px center;
}

#forms #boxFormBtn{
    width: 904px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#forms #boxFormBtn .btnSubmit{
    width: 252px;
    height: 82px;
    margin: 0 65px;
    background: #E10001 url("../img/btnSubmit.svg") no-repeat;
    background-size: 252px 82px;
    border-radius: 14px;
    border: none;
    transition: 0.4s;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.10);
    opacity: 1.0;
}

#forms #boxFormBtn .btnCancel{
    width: 252px;
    height: 82px;
    margin: 0 65px;
    background: #9E9E9F url("../img/btnCancel.svg") no-repeat;
    background-size: 252px 82px;
    border-radius: 14px;
    border: none;
    transition: 0.4s;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.10);
    opacity: 1.0;
}

#forms #boxFormBtn .btnSend{
    width: 252px;
    height: 82px;
    margin: 0 65px;
    background: #9E9E9F url("../img/btnSend.svg") no-repeat;
    background-size: 252px 82px;
    border-radius: 14px;
    border: none;
    transition: 0.4s;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.10);
    opacity: 1.0;
}

#forms #boxFormBtn .btnBack{
    width: 252px;
    height: 82px;
    margin: 0 65px;
    background: #9E9E9F url("../img/btnBack.svg") no-repeat;
    background-size: 252px 82px;
    border-radius: 14px;
    border: none;
    transition: 0.4s;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.10);
    opacity: 1.0;
}

#forms #boxFormBtn .btnSubmit:hover,
#forms #boxFormBtn .btnCancel:hover,
#forms #boxFormBtn .btnSend:hover,
#forms #boxFormBtn .btnBack:hover{
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: 0.4s;
    opacity: 0.65;
}

/* フッタ
------------------------------------- */
#wrapFooter {
    background: #1562BD;
}
#boxFooter {
    position: relative;
    margin-top: 0;
    text-align: center;
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
}
#boxFooter .txtMsg {
    text-align: center;
    padding-top: 24px;
    margin-bottom: 17px;
    font-size: 17px;
    font-weight: 500;
}
#boxFooter .txtToi {
    display: block;
    width: 138px;
    height: 22px;
    background: #002E66;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 11px;
}
#boxFooter .txtLic {
    position: absolute;
    top: 119px;
    left: 183px;
    font-size: 16px;
    font-weight: 700;
}
#boxFooter .txtEoc {
    position: absolute;
    top: 119px;
    right: 378px;
    font-size: 16px;
    font-weight: 700;
}
#boxFooter .txtLic::before, #boxFooter .txtEoc::before {
    content: '';
    width: 11px;
    height: 11px;
    display: inline-block;
    background: #54beeb;
    position: absolute;
    top: 7px;
    left: -16px;
}
#boxFooter .logoLic a {
    position: absolute;
    top: 118px;
    left: 293px;
    width: 187px;
    height: 27px;
    background: url("../img/logoLicWhite.png") no-repeat;
    background-size: contain;
    display: block;
    text-indent: -9999px;
}
#boxFooter .logoEoc a {
    position: absolute;
    top: 118px;
    right: 166px;
    width: 186px;
    height: 27px;
    background: url("../img/logoEocWhite.png") no-repeat;
    background-size: contain;
    display: block;
    text-indent: -9999px;
}
#boxFooter .txtTel {
    margin-top: 90px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
}
#boxFooter .txtEmail {
    margin-top: 7px;
    font-size: 22px;
    font-weight: 700;
}
#boxFooter .txtCopyright {
    margin-top: 24px;
    font-size: 14px;
    padding-bottom: 32px;
}