@charset "utf-8";
/* CSS Document */

input, select{
    padding: 0 10px;
}
textarea{
    width: 100%;
    height: 140px;
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 10px;
}

/*テキスト*/
input[type=text]{
    height: 35px;
    border: 1px solid #949494;
    box-sizing: border-box;
    background-color: #fff;
}
input.full{
    width: 100%;
}
input.half{
    width: 100%;
}

/*セレクトボックス*/
form .question .select{
    position: relative;
}
form .question .select::before{
    content: "";
    display: block;
    background-image: url("../image/contact/icon_circlesp.png");
    background-position: center;
    background-size: 14px 13px;
    pointer-events: none;
    width: 14px;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}
form .question .select select{
    width: 100%;
    height: 35px;
    border: 1px solid #000;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

/*ラジオ（だけどチェックボックス）*/
form .question .checkbox{
    display: flex;
    align-items: center;
    width: 100%;
    height: 47px;
    background-color: #F2F2F2;
}
input[type=checkbox] {
    display: none; /* 標準スタイル */
}
.sample_label {
    position: relative; /* ボックスの位置を指定する */
    padding: 0 0 0 10px; /* ボックス内側の余白を指定する */
}
.sample_label:after, .sample_label:before {
    position: absolute; /* ボックスの位置を指定する */
    content: ""; /* ボックスのコンテンツ */
    display: block; /* ブロックレベル要素化する */
    top: 0;
    bottom: 0;
    margin: auto;
}
.sample_label:after {
    /*margin-top: 0; /* チェック枠の位置 */
    width: 18px;
    height: 18px;
    border: 1px solid #000; /* ボックスの境界線を実線で指定する */
    border-radius: 50%; /* ボックスの角丸を指定する */
    background-color: #fff;
}
.sample_label:before {
    /*margin-top: -9px; /* チェックマークの位置 */
    top: 0;
    bottom: 0;
    left: 14px;
    margin: auto;
    width: 12px;
    height: 12px;
    background: #0071B7;/* ボックスの背景色を指定する */
    border-radius: 50%; /* ボックスの角丸を指定する */
    z-index: 2;
    opacity: 0; /* 要素を透過指定する */
}
input[type=checkbox]:checked + .sample_label:before {
    opacity: 1; /* 要素を表示する */
}
.sample_label:hover:after {
    border-color: #0171bd; /* ボックスの境界線を実線で指定する */
}
form .question .checkbox a{
    margin-left: 28px;
    text-decoration: underline;
}

/*-----------------------------------------------------------*/

/*お問い合わせ先のご案内*/
section#a01{
    width: 100%;
    margin: 50px auto 0;
}
section#a01 .txt{
    color: #353535;
    letter-spacing: 0.05em;
}

section#a01 .info{
    margin: 21px auto 0;
}

section#a01 .info dl{
    width: 100%;
    height: 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px 0;
    border: 1px solid #155193;
    letter-spacing: 0.05em;
}
section#a01 .info dl dt{
}
section#a01 .info dl dd{
    font-size: 22px;
}
section#a01 .info dl dd a{
    font-size: 22px;
    color: #000;
}

/*-----------------------------------------------------------*/
/*お問い合わせ用メールフォーム*/

section#a02{
    width: 100%;
    margin: 0 auto;
    /*background-color: #F9F9F9;*/
}
section#a02 .inner{
    padding: 50px 0 75px;
}

/*説明文*/
section#a02 .txt{
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0.05em;
}

/*ステップ*/
section#a02 .steplists{
    width: 100%;
    margin: 35px auto 0;
    padding-bottom: 25px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #AEAEAE;
}
section#a02 .steplists ul{
    display: flex;
    justify-content: center;
}
section#a02 .steplists ul li{
    width: 88px;/*103*/
    background-color: #E6E6E6;
    padding: 11px;
}
section#a02 .steplists ul li.now{
    background-color: #333333;
    color: #fff;
}
section#a02 .steplists ul li:not(:last-child){
    margin-right: 8px;
}

/*フォーム*/
.formwrap{
    width: 95%;
    margin: 20px auto 0;
}

/*1問*/
form .question{
    margin-bottom: 18px;
}
form .question.nomodel{
}

/*ラベル*/
form .question .label{
    width: 100%;
}
form .question .label dl{
    display: flex;
    align-items: center;
}
/*必須・任意*/
form .question .label dl dt{
    width: 39px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EC2028;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    margin-right: 12px;
}
form .question .label dl dt.gray{
    background-color: #AEAEAE;
}

/*入力フィールド*/
form .question .field{
    width: 100%;
    margin-top: 12px;
}
form .question .field dl{
    width: 100%;
}
form .question.nomodel .field dl{
}
form .question .field dl dd{
    font-size: 13px;
    color: #575757;
    margin-top: 5px;
}

/*※郵便番号*/
form .question .postcodesp{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
form .question .postcodesp .subtxt{
    font-size: 11px;
}

/*送信ボタン*/
.sendbtns{
    width: 100%;
    margin: 54px auto 0;
}

.sendbtns .next, .sendbtns .back{
    position: relative;
    width: 177px;
    margin: 0 auto;
}
.sendbtns div:not(:first-child){
    margin: 10px auto 0;
}
.sendbtns .next::before{
    content: '';
    display: block;
    background-image: url("../image/common/arrow_whitesp.png");
    background-repeat: no-repeat;
    background-size: 20px 8px;
    width: 20px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1.69rem;/*25*/
    transition: all .3s;
}
.sendbtns .back::before{
    content: '';
    display: block;
    background-image: url("../image/common/arrow_black.png");
    background-repeat: no-repeat;
    background-size: 1.69rem 0.74rem;/*25,11*/
    width: 1.69rem;
    height: 0.74rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 1.69rem;/*25*/
    transition: all .3s;
}

.sendbtns input{
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
}
.sendbtns .next input{
    background-color: #155193;
    border: 1px solid #155193;
    box-sizing: border-box;
    color: #fff;
}
.sendbtns .back input{
    background-color: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    color: #000;
}

/*-----------------------------------------------------------*/
/*確認画面*/

.steplists.margin{
    margin: 0 auto 0;    
}

#form-tbl{
    width: 100%;
    margin: 0 auto;
}

#form-tbl table{
    width: 100%;
}
#form-tbl table tr{
    display: block;
    padding: 15px 0;
}
#form-tbl table tr:first-of-type{
    padding: 0 0 15px 0;
}
#form-tbl table tr th{
    display: block;
    width: 100%;
    text-align: left;
}
#form-tbl table tr td{
    display: block;
    width: 100%;
}

/*-----------------------------------------------------------*/
/*プライバシーポリシー*/

section#a03{
}

section#a03 .inner{
    width: 90.28%;/*650*/
}

section#a03 .title {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    padding: 8px 0;
    transition: all .5s ease;
    border-bottom: 1px solid #353535;
}
section#a03 .title span{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #353535;
    z-index: -1;
}

section#a03 .title::before,
section#a03 .title::after{
    position: absolute;
    content:'';
    width: 19px;
    height: 2px;
    background-color: #fff;
}
section#a03 .title::before{
    top: 48%;
    right: 5px;
    transform: rotate(0deg);
    
}
section#a03 .title::after{    
    top: 48%;
    right: 5px;
    transform: rotate(90deg);

}
section#a03 .title.close::before{
  transform: rotate(45deg);
}
section#a03 .title.close::after{
  transform: rotate(-45deg);
}

section#a03 .box {
    display: none;
    margin: 25px auto 0;
}

section#a03 .box h3{
    margin: 0 auto 15px;
    color: #333333;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #AEAEAE;
}

section#a03 .box .txtlists ul li:not(:last-child){
    margin-bottom: 20px;
}

section#a03 .box .abouttoul{
    margin: 45px auto 0;
    line-height: 180%;
}




/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/

