@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 {
    transform: translate(2px, 2px);
    transition: 0s;
}
/* 基本設定
------------------------------------- */
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;
    min-width: 1200px; /* PC幅の最小値を設定（スマホはSP側でoverride） */
}
.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;
}

section{
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

/* ヘッダ
------------------------------------- */
#header {
    width: 100%;
    height: 58px;
    background: #00183b;
    margin: 0 auto;
    position: fixed;
    top: 0;
    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;
}

/* メインビジュアル
------------------------------------- */
section#mv{
    background: url("../img/bgPc01wrap.png") repeat-x;
    background-position: center;
    background-size: 3300px 756px;
    margin-top: 58px;
}

section#mv .mv{
    width: 1200px;
    height: 756px;
    background: url("../img/bgPc01.png") no-repeat;
    background-size: contain;
    margin: 0 auto;
    position: relative;
}

section#mv .mv a.btnTrial1{
    width: 346px;
    height: 82px;
    background: url("../img/btnTrialPC1.png");
    background-size: contain;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    position: absolute;
    bottom: 90px;
    right: 150px;
}

section#mv .mv p{
    position: absolute;
    font-size: 25px;
    line-height: 2.0;
    color: #fff;
    top: 378px;
    left: 70px;
}

section#mv .mv p .txtYellow{
    color: #fff77d;
}

/* 「判例秘書＆4誌解説＋判例タイムズ」電子復刻版とは？
------------------------------------- */
section#about{
    background: url("../img/bgPc02wrap.png") repeat-x;
    background-position: center;
    background-size: 3300px 796px;
}

section#about .about{
    width: 1200px;
    height: 796px;
    background: url("../img/bgPc02.png") no-repeat;
    background-size: contain;
    margin: 0 auto;
    position: relative;
}
section#about .about h1{
    position: relative;
    font-size: 30px;
    font-weight: 700;
    top: 100px;
    text-align: center;
}
section#about .about p{
    position: relative;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.71;
    width: 580px;
    margin: 0 auto;
    top: 160px;
}

/* 主な特長
------------------------------------- */
section#features{
    background: #84b2e3;
}

section#features div.features{
    width: 1200px;
    height: 1600px;
    background: url("../img/bgPc03.png") no-repeat;
    background-size: contain;
    margin: 0 auto;
    position: relative;
}
section#features div.features h2{
    position: absolute;
    top: 86px;
    left: 50%;
    transform: translateX(-50%);
    color: #004190;
    font-size: 38px;
    font-weight: 700;
    white-space: nowrap;
}
section#features div.features h3{
    position: absolute;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
section#features div.features h3:nth-of-type(1) {
    top: 238px;
    left: 300px;
}

section#features div.features h3:nth-of-type(2) {
    top: 696px;
    left: 276px;
}

section#features div.features h3:nth-of-type(3) {
    top: 1154px;
    left: 255px;
}

section#features div.features h3 .txtYellow {
    color: #ffee94;
}

section#features div.features h3 .txtLight {
    font-weight: 300;
}

section#features div.features h3 .txtToTheLeft {
    margin-left: -18px;
}

section#features div.features h3 .txtSmall1 {
    font-size: 30px;
}

section#features div.features h3 .txtSmall2 {
    font-size: 28px;
}

section#features div.features h3 .txtSmall3 {
    font-size: 22px;
}

section#features div.features p{
    position: absolute;
    font-size: 20px;
    line-height: 1.9;
    color: #000;
    width: 290px;
    font-weight: 300;
    left: 120px;
}
section#features div.features p:nth-of-type(1) {
    top: 350px;
}

section#features div.features p:nth-of-type(2) {
    top: 814px;
}

section#features div.features p:nth-of-type(3) {
    top: 1272px;
}

/* サービス構成
------------------------------------- */
section#service{
    background: #fff;
}

section#service div.service{
    width: 1200px;
    height: 1198px;
    background: url("../img/bgPc04.png") no-repeat;
    background-size: contain;
    margin: 0 auto;
    position: relative;
}
section#service div.service h2{
    position: absolute;
    top: 87px;
    left: 50%;
    transform: translateX(-50%);
    color: #004190;
    font-size: 38px;
    font-weight: 600;
    white-space: nowrap;
}
section#service div.service p{
    position: absolute;
    font-size: 25px;
    font-weight: 800;
    color: #355698;
}
section#service div.service p:nth-of-type(1) {
    top: 253px;
    left: 261px;
}

section#service div.service p:nth-of-type(2) {
    top: 253px;
    left: 717px;
}

section#service div.service p:nth-of-type(3) {
    top: 700px;
    left: 420px;
    font-size: 32px;
    color: #a72c29;
}

section#service div.service p:nth-of-type(4) {
    bottom: 354px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 23px;
    line-height: 1.57;
    font-weight: 400;
    color: #000;
    width: 434px;
    text-align: center;
}

section#service div.service p:nth-of-type(4) span {
    font-weight: 600;
}

section#service div.service a.btnTrial2{
    width: 524px;
    height: 90px;
    background: url("../img/btnTrailPC2.png");
    background-size: contain;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    position: absolute;
    top: 990px;
    left: 50%;
    transform: translateX(-50%);
}

/* 4つの特長
------------------------------------- */
section#fourFeatures{
    background: #eaf5df;

}

section#fourFeatures div.fourFeaturesTitle{
    width: 1200px;
    height: 230px;
    background: url("../img/bgPc05_0.png") no-repeat;
    background-size: contain;
    margin: 0 auto;
    position: relative;
}

section#fourFeatures div.fourFeaturesTitle h2{
    position: absolute;
    top: 89px;
    left: 244px;
    text-indent: 100%;
    overflow: hidden;
    white-space:nowrap;
}

section#fourFeatures h3 {
    position: absolute;
    color: #000;
    font-size: 38px;
    font-weight: 700;
    top: 10px;
    left: 150px;
    -webkit-text-stroke: 2px #fff;
    paint-order: stroke fill;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
}

section#fourFeatures h3 span{
    font-size: 28px;
    font-weight: 500;
}

section#fourFeatures p.note{
    position: absolute;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.64;
    left: 56px;
    top: 115px;
}

section#fourFeatures p.note .txtRed{
    color: #ff0000;
    font-weight: 500;
}

section#fourFeatures div.fourFeatures1{
    width: 1200px;
    height: 850px;
    background: url("../img/bgPc05_1.png") no-repeat;
    background-size: contain;
    margin: 0 auto;
    position: relative;
}

section#fourFeatures div.fourFeatures1 p.balloon{
    position: absolute;
    font-size: 21px;
    line-height: 1.62;
    bottom: 150px;
    right: 74px;
    width: 290px;
}

section#fourFeatures div.fourFeatures2{
    width: 1200px;
    height: 922px;
    background: url("../img/bgPc05_2.png") no-repeat;
    background-size: contain;
    margin: 0 auto;
    position: relative;
}

section#fourFeatures div.fourFeatures3{
    width: 1200px;
    height: 808px;
    background: url("../img/bgPc05_3.png") no-repeat;
    background-size: contain;
    margin: 0 auto;
    position: relative;
}

section#fourFeatures div.fourFeatures3 ul{
    position: absolute;
    top: 361px;
    left: 343px;
    list-style: none;
}
section#fourFeatures div.fourFeatures3 li{
    position: relative;
    margin-bottom: 53px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
}

section#fourFeatures div.fourFeatures3 li:nth-child(4) span.lineH{
    display: block;
    margin-bottom: 0px;
}

section#fourFeatures div.fourFeatures3 li span.txtStrong{
    position: relative;
    top: 1px;
    font-weight: 700;
    font-size: 30px;
    border-bottom: 3px solid #f7931e;
}

section#fourFeatures div.fourFeatures4{
    width: 1200px;
    height: 848px;
    background: url("../img/bgPc05_4.png") no-repeat;
    background-size: contain;
    margin: 0 auto;
    position: relative;
}

section#fourFeatures div.fourFeatures4 ul{
    position: absolute;
    top: 256px;
    left: 365px;
    list-style: none;
    font-size: 25.5px;
    font-weight: 600;
}

section#fourFeatures div.fourFeatures4 li{
    position: relative;
    margin-bottom: 15px;
}

/* 動画でご紹介
------------------------------------- */
section#moviebox{
    background: #8abaed;
}

section#moviebox div.moviebox{
    width: 1200px;
    height: 922px;
    background: url("../img/bgPc06.png") no-repeat;
    background-size: contain;
    margin: 0 auto;
    position: relative;    
}

section#moviebox div.moviebox div.myVideoBox{
      position: absolute;
      display: block;
      width: 752px;
      height: 424px;
      top: 300px;
      margin-left: calc((1200px - 752px) / 2);
      margin-right: calc((1200px - 752px) / 2);
      text-align: center;
}

section#moviebox div.moviebox div.myVideoBox video{
        box-sizing: content-box;
        width: 752px;
        height: 424px;
}
section#moviebox div.moviebox div.myVideoBox .video1{
        border: solid 2px #333333;
}

section#moviebox div.moviebox p{
    position: absolute;
    color: #231815;
    font-size: 15.5px;
    font-weight: 400;
    top: 752px;
    right: 210px;
    text-align: right;
}

/* キャンペーン実施中！
------------------------------------- */
section#campaign{
    background: url("../img/bgPc07wrap.png") repeat-x;
    background-position: center;
    background-size: 3300px 1212px;
}

section#campaign .campaign{
    width: 1200px;
    height: 1212px;
    background: url("../img/bgPc07.png") no-repeat;
    background-size: contain;
    margin: 0 auto;
    position: relative;
}
section#campaign .campaign h2{
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    white-space: nowrap;
    -webkit-text-stroke: 6px #9d531a;
    paint-order: stroke fill;
}
section#campaign .campaign p{
    position: absolute;
    color: #000;
}
section#campaign .campaign p:nth-of-type(1){
    top: 217px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    font-weight: 700;
    color: #9d531a;
    letter-spacing: 0.07em;
    white-space: nowrap; 
    -webkit-text-stroke: 5px #fff;
    paint-order: stroke fill;
}
section#campaign .campaign p:nth-of-type(2) {
    top: 320px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
}

section#campaign .campaign p:nth-of-type(2) span {
    font-size: 40px;
    font-weight: 800;
}

section#campaign .campaign p:nth-of-type(3) {
    position: absolute;
    top: 973px;
    left: 195px;
    font-size: 23px;
    line-height: 1.3;
    width: 850px;
}

section#campaign .campaign p:nth-of-type(3)::before {
    position: absolute;
    content: "※";
    left: -1.2em;
}

section#campaign .campaign p:nth-of-type(3) span {
    font-weight: 900;
    font-size: 34px;
    color: #f00;
}

/* フォーム部分
------------------------------------- */
#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 43px 100px;
    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 .noticeBox {
    position: relative;
    border: 1.5px solid #e50012;
    padding: 25px 24px 21px;
    display: block;
    width: 858px;
    text-align: center;
    margin: -13px auto 37px;
}

#forms #boxForm .noticeBox p{
    position: absolute;
    display: inline-block;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 17px;
    line-height: 1;
    color: #fff;
    background: #e50012;
    padding: 4px 7px 6px;
}

#forms #boxForm .noticeBox ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #e50012;
    font-size: 16px;
    line-height: 1.41;
    text-align: left;
}

#forms #boxForm .noticeBox ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 6px;
}

#forms #boxForm .noticeBox ul li:last-child {
    margin-bottom: 0;
}

#forms #boxForm .noticeBox ul li::before {
    content: "・";
}

#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 #box_pdselect {
    background-color: #ffe6e7;
}

#forms #box_pdselect table#pdselect {
    font-size: 15px;
}

#forms #box_pdselect table#pdselect td{
    border: none;
    background-color: transparent;
}

#forms #box_pdselect table#pdselect td.pdselect1 {
    width: 25px;
    padding: 10px 5px 10px 8px;
    line-height: 140%;
    vertical-align: top;
}
#forms #box_pdselect table#pdselect td.pdselect2 {
    padding: 10px 0px;
    width: 160px;
    line-height: 140%;
    vertical-align: top;
}

#forms #box_pdselect table#pdselect td.pdselect3 {
    width: 415px;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 1.21;
    vertical-align: top;
}
#forms #box_pdselect table#pdselect td.pdselect3.caption{
    color: #666666;
}
#forms #box_pdselect table#pdselect td.pdselect3.formpulldown {
    line-height: 200%;
    color: #666666;
}
#forms #box_pdselect table#pdselect td.pdselect3.formpulldown .caution {
    line-height: 1.48;
    font-size: 13.5px;
    margin-top: 10px;
    margin-bottom: 0px;
}

#forms table.tableMain td#nameBoxSelect {
    background: #ffe6e7;
    padding: 0 24px;
}

#forms table.tableMain td#nameBoxSelect ul {
    list-style: none;
    margin: 0;
    width: 597px;
}
#forms table.tableMain td#nameBoxSelect ul li {
    position: relative;
    width: 100%;
    height: 60px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

#forms table.tableMain td#nameBoxSelect ul li:nth-child(1){
    font-weight: 400;
    font-size: 15px;
}

#forms table.tableMain td#nameBoxSelect ul li:not(:last-child)::after{
    position: absolute;
    content: "";
    width: 597px;
    height: 1px;
    background: url(../img/formHrPc.png) repeat;
    bottom: 0;
}

#forms table.tableMain td#nameBoxSelect li p{
    width: 130px;
    font-weight: 400;
    font-size: 16px;
}

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

#forms table.tableMain td#nameBoxSelect ul li .boxName p{
    font-weight: 300;
    font-size: 16px;
    width: 10px;
}

#forms table.tableMain td#nameBoxSelect ul li .boxName input {
    margin-left: 10px;
    margin-right: 30px;
}


#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/iconRequiredPc.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: 16px;
    padding-left: 14px;
}

#forms table.tableMain select{
    width: 52px;
}
#forms table.tableMain input[type="checkbox"],
#forms table.tableMain input[type="radio"] {
    width: 13px;
    height: 13px;
    margin-right: 3px;
}
    
#forms table.tableMain input[type="text"]#inputCheck_Org{
    width: 505px;
}

#forms table.tableMain input[type="text"]#inputCheck_Name1_1,
#forms table.tableMain input[type="text"]#inputCheck_Name1_2,
#forms table.tableMain input[type="text"]#inputCheck_Name1_3,
#forms table.tableMain input[type="text"]#inputCheck_Name1_4{
    width: 197px;
}

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

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

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

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

#forms table.tableMain input[type="email"]#inputCheck_Email{
    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: 15px;
}

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

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

#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 input{
    width: 13px;
    height: 13px;
    margin-right: 3px;
}

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

#boxForm #BoxTerms{
    border: solid 1px #ccc;
    height: 88px;
    width: 904px;
    text-align: left;
    margin: 10px auto 20px;
    display: flex;
}

#boxForm #BoxTerms #BoxTermsL{
    box-sizing: border-box;
    margin: 0;
    width: 100px;
    height: 100%;
    text-align: center;
    line-height: 88px;
    font-size: 0.85em;
    background-color: #eee;
}

#boxForm #BoxTerms #BoxTermsR{
    box-sizing: border-box;
    margin: 0;
    width: 804px;
    height: 100%;
    text-align: left;
    font-size: 0.78em;
    overflow-y: scroll;
    padding: 8px 10px 8px 20px;
    line-height: 140%;
}

#boxForm #BoxConsent{
    position: relative;
    box-sizing: border-box;
    height: 30px;
    width: 234px;
    margin: 30px auto 100px;
    background-color: #ffe6e7;
    text-align: left;
    padding-left: 7px;
}

#boxForm #BoxConsent span.requiredBox{
    position: absolute;
    color: #fff;
    background: #f00;
    font-size: 0.75em;
    padding: 0 5px;
    right: 8px;
    height: 23px;
    margin-top: 3.5px;
    line-height: 2.0;
}

#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;
}