@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: #faf0a1;
	padding-top: 58px;
	padding-bottom: 110px;
}

#wrapMv .mv{
	position: relative;
	height: 460px;
	background: url("../img/mvPcBg.png") no-repeat;
	background-position: center;
	background-size: cover;
}

#wrapMv .mv p{
	position: relative;
	width: 990px;
	height: 460px;
	background: url("../img/mvPc.png?20251208") no-repeat;
	background-size: 830px 348px;
	background-position: 5px 40px;
	margin: 0 auto;
}

#wrapMv .txtMain{
	width: 990px;
    font-size: 24px;
	font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.4px;
    display: block;
    margin: 10px auto 0;
}

#wrapMv .txtMain span{
	display: block;
	font-size: 17px;
	line-height: 1.53;
	font-weight: 300;
	margin-top: 35px;
}

#wrapMv #movieBox{
    position: relative;
    width: 990px;
    height: 594px;
    background-color: #e6d681;
    margin: 30px auto 134px;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

#wrapMv #movieBox p{
	background: #cc9f3d;
	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: 20px;
}

#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: 726px;
    background: #d1efff;
	border: solid 3px #70bbf7;
	margin: 0 auto;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

#wrapMv #campaign .badge{
    position: absolute;
    width: 233px;
    height: 123px;
    background: url("../img/badgePc.svg") no-repeat;
    background-size: 100%;
    top: -42px;
    right: -22px;
}
    
#wrapMv #campaign .title{
	display: block;
	width: 486px;
	height: 81px;
	background: url("../img/titleCampaignPc.svg") no-repeat;
}

#wrapMv #campaign .msg{
	position: relative;
	width: 820px;
	text-align: left;
	font-size: 30px;
	font-weight: 400;
	line-height: 2.0;
	color: #231815;
	margin: 55px auto;
}

#wrapMv #campaign .msg::after{
	position: absolute;
	content: "";
	display: block;
	width: 91px;
	height: 125px;
	background: url("../img/iconCampaign.svg") no-repeat;
	background-size: contain;
	top: 30px;
	right: 5px;
}

#wrapMv #campaign .msg span{
	font-weight: 900;
	color: #e50012;
}

#wrapMv #campaign .contact{
	width: 832px;
	height: 200px;
	background: #fff;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

#wrapMv #campaign .contact p:nth-child(1){
	width: 100%;
	height: 35px;
	color: #fff;
	background: #528dcc;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding-top: 2px;
}

#wrapMv #campaign .contact p:nth-child(2){
	color: #000;
	font-size: 36px;
	font-weight: 700;
	margin-top: 26px;
}

#wrapMv #campaign .contact p:nth-child(3){
	color: #000;
	font-size: 22px;
	font-weight: 700;
	margin-top: 16px;
}

/* フォーム部分
------------------------------------- */
#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: 20px auto 55px;
}

#forms #boxForm #txtTitle3 {
    color: #002080;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
	border: solid 2px #6679b3;
	width: 444px;
	height: 71px;
	padding-top: 7px;
    margin: 15px auto 18px;
}

#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;
}

#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/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;
}