@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: #1562bd;
    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%;
	background: #c2e8f3;
	padding-top: 58px;
	padding-bottom: 58px;
}

#wrapMv .mv{
	position: relative;
	height: 799px;
	background: url("../img/mvPcBg.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}

#wrapMv .mv p{
	position: relative;
	width: 990px;
	height: 799px;
	background: url("../img/mvPc.png?20250711") no-repeat;
	background-size: 921px 740px;
	background-position: 35px 50px;
	margin: 0 auto;
}

#wrapMv .txtMain{
	width: 990px;
    font-size: 24px;
	font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    display: block;
    margin: 3px auto 0;
	padding: 0 80px;
}

#wrapMv .txtMain span{
	display: block;
	font-size: 17px;
	line-height: 1.53;
	font-weight: 300;
	margin-top: 15px;
}

#wrapMv #movieBox{
    position: relative;
    width: 990px;
    height: 1194px;
    background-color: #90d0f0;
    margin: 45px auto 50px;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

#wrapMv #movieBox p:nth-child(1){
	background: #005bb5;
	color: #fff;
	font-size: 27px;
	font-weight: 700;
	width: 437px;
	height: 57px;
	text-align: center;
	border-radius: 27px;
	padding-top: 6px;
	padding-left: 15px;
	margin-bottom: 30px;
}

#wrapMv #movieBox p:nth-child(3){
	color: #005bb5;
	font-size: 34px;
	font-weight: 500;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 16px;
}

#wrapMv #movieBox video{
	box-sizing: content-box;
    width: 754px;
    height: 424px;	
	margin-bottom: 10px;
}

#wrapMv #movieBox .video1{
	border: solid 4px #fff;
}

#wrapMv #campaign{
    position: relative;
    width: 990px;
	height: 668px;
    background: #fff9e6;
	border: solid 3px #f15a24;
	margin: 0 auto;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
    
#wrapMv #campaign .title{
	display: block;
	width: 494px;
	height: 89px;
	background: url("../img/titleCampaignPc.svg") no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#wrapMv #campaign .imgCampaign{
	display: block;
	width: 624px;
	height: 120px;
	background: url("../img/imgCampaignPc.svg") no-repeat;
	margin: 65px auto 30px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#wrapMv #campaign .msg{
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.8;
	color: #000;
}

#wrapMv #campaign .msg .underL{
	border-bottom: solid 2px #f55d58;
	padding-bottom: 7px;
}

#wrapMv #campaign .msg .txt1{
	font-size: 37px;
}

#wrapMv #campaign .msg .txt2{
	font-size: 70px;
	color: #e50012;
	font-weight: 900;
}

#wrapMv #campaign .msg .txt3{
	font-size: 40px;
	color: #e50012;
	font-weight: 900;
}

#wrapMv #campaign .msg .txt4{
	font-size: 30px;
	font-weight: 400;
}

/* フォーム部分
------------------------------------- */
#forms{
    width: 100%;
    background: #eee;
    padding-top: 85px;
    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 #titleLib {
    width: 610px;
	height: 71px;
	background: url("../img/titleForm.svg") no-repeat;
	background-size: contain;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin: 20px auto 15px;
}

#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: 20px 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 #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 #box_pdselect table#pdselect td.pdselect3.use_service p{
    margin-bottom: 10px;   
}

#forms #box_pdselect table#pdselect td.pdselect3.use_service p:nth-child(3){
    font-size: 14px;
    line-height: 1.214;
    margin-bottom: 5px;
    color: #666666;
}

#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;
	width: 100%;
}

#forms table.tableMain td#boxDaihyou ul.confirmDaihyou li p{
	width: 100%;
}

#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_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,
#forms table.tableMain input[type="text"]#inputCheck_RegiNum
{
    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: 100px;
}

#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;
	width: 100%;
}
#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;
}