<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#main{
    padding-left: 64px;
    position: relative;
    min-height: 750px;
}
#main::after{
    position: absolute;
    content: "";
    width: 64px;
    height: 100%;
    background: #802a2a;
    left: 0;
    top: 0;
    z-index: 100;
}
@media only screen and (max-width:767px){
    #main{
        padding-left: 0;
        min-height: 0;
    }
    #main::after{
        display: none;
    }
    .internalTop{
        display: flex;
        flex-flow: column-reverse;
    }
}

.secCmnTit{
	background: url(../img/contact/bgMaintit.jpg) center top no-repeat;
}
@media only screen and (max-width:767px){
	.secCmnTit{
		background: url(../img/contact/bgMaintit_sp.jpg) center top / cover no-repeat;
	}
}

/*-----------------------------------------------
	form
-----------------------------------------------*/
/* secForm */
.secForm{
    padding-bottom: 100px;
    margin-bottom: 0;
}
.secForm .boxTop{
    text-align: center;
    margin: 0 auto 60px;
}
.secForm .boxTop .titTop{
    font-size: 26px;
    letter-spacing: 3px;
    margin-top: 30px;
    font-weight: 700;
}
.secForm .titNameForm{
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 1.6;
    background: #f5f5f5;
    padding: 31px 30px;
    text-align: center;
    font-weight: bold;
    width: 1050px;
    margin: 0 auto 50px;
}
.secForm.secCo{
    margin-top: 40px;
}
@media only screen and (max-width:767px){
    .secForm .boxTop{
        margin: 0 auto 60px;
    }
    .secForm .boxTop .iconBox{
        width: 50px;
        margin: 0 auto;
    }
    .secForm .boxTop .titTop{
        font-size: 16px;
        letter-spacing: 1px;
        margin-top: 15px;
    }
    .secForm.secCo{
        margin-top: 20px;
        padding-bottom: 60px;
    }
    .secForm .titNameForm{
        font-size: 17px;
        letter-spacing: 1px;
        line-height: 1.5;
        padding: 24px 25px;
        width: 93%;
        margin: 0 auto 30px;
    }
    .secForm .txtForm{
        margin-bottom: 0;
    }
    .secForm .txtUnder{
        margin-top: 0;
    }
    .secCo .titOk{
        margin-top: 30px;
    }
}

.bgListForm dl.checkBox label{
    margin-right: 20px;
  }
  .bgListForm dl.checkBox input {
    height: 20px;
    width: 20px;
    margin: 0 8px 0 0;
  }
  .bgListForm input[type="checkbox"]:not(#agree),
  .bgListForm input[type="radio"] {
    visibility: hidden;
    position: absolute;
  }
  .bgListForm input[type="checkbox"]:not(#agree) + .inner::before,
  .bgListForm input[type="radio"] + .inner::before{
    content: '';
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    background: #FFF;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .bgListForm input[type="checkbox"]:not(#agree):checked + .inner::before,
  .bgListForm input[type="radio"]:checked + .inner::before{
    background: url(../img/contact/imgCheckbox.png) center center / 15px auto no-repeat #FFF;
  }
  .bgListForm dl.checkBox .inner {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    padding-top: 2px;
    font-size: 15px;
  }
  .bgListForm .hopeDate02,
  .bgListForm .hopeDate03{
    display: none;
  }
  @media only screen and (max-width:767px){
    .secForm .dlBox:first-child .ddBox{
        display: flex;
        flex-direction: column;
    }
    .bgListForm dl.checkBox label {
        margin-right:0 ;
        margin-bottom: 10px;
    }
    .bgListForm dl.checkBox .inner {
        font-size: 12px;
        line-height: 1.5;
    }

  }

.fRed {
    color: #802a2a;
}

.secCmnDetailsBtn{
	margin: 60px auto 0;
}
.secCmnDetailsBtn .btnCmnInner{
    background: #802A2A;
    color: #fff;
}
@media only screen and (max-width:767px){
    .secCmnDetailsBtn{
        margin: 30px auto 0;
	}
}

/*-----------------------------------------------
	secCmnFormNextLoad
-----------------------------------------------*/
.secCmnFormNextLoad{
	width: 340px;
	margin: 0 auto;
    background: #FFF;
}
.secCmnFormNextLoad .btnMore{
	display: block;
	height: 65px;
	padding: 0 5px 0 0;
	line-height: 50px;
	color:#000;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.5px;
	position: relative;
	border:#000 solid 2px;
	font-weight:bold;
  z-index: 3;
  left: 0;
  top: 0;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
    text-decoration: none;
}
.secCmnFormNextLoad .btnMore::before{
    content: "";
    width: 340px;
    height: 65px;
    border: #000 solid 2px;
    position: absolute;
    left: -7px;
    top: -8px;
    z-index: -2;
    background: #FFF;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.secCmnFormNextLoad .btnMore:hover{
    padding: 0;
    line-height: 61px;
    color: #FFF;
    filter:alpha(opacity=100);
    opacity:1;
}
.secCmnFormNextLoad .btnMore:hover::before{
    left: -2px;
    top: -2px;
    background: #000;
}
.secCmnFormNextLoad .icoLoader{
	display: none;
	width: 32px;
	height: 65px;
	margin: 0 auto;
	padding: 19px 0;
}
.secCmnFormNextLoad.pb100{
    padding-bottom: 100px;
}
@media only screen and (max-width:767px){
    .secCmnFormNextLoad{
		width: 70%;
	}
    .secCmnFormNextLoad .btnMore{
		height:53px;
		line-height:49px;
		font-size:13px;
	}
    .secCmnFormNextLoad .btnMore::before{
        display: none;
    }
    .secCmnFormNextLoad .btnMore:hover{
        line-height: 49px;
        color: #000;
        padding: 0 5px 0 0;
        filter:alpha(opacity=80);
        opacity:0.8;
    }
    .secCmnFormNextLoad .icoLoader{
		width: 24px;
		height:50px;
		padding:18px 0 0;
	}
    .secCmnFormNextLoad.pb100{
        padding-bottom: 50px;
    }
}</pre></body></html>