@charset "UTF-8";
/* contact */
/* ----------------フォームフレーム-------------- */
.catch {
    margin-bottom: .5em;
    font-weight: bold;
}
.page .contentsBlock h3 {
    color: #009C74;
    padding: 8px 0;
    font-size: 18px;
    font-weight: bold;
    margin-top: 32px;
}
@media (min-width: 768px) { /*---タブレット以上----*/
    .page .contentsBlock {}
    #inquiry .page .contentsBlock {
    margin: 32px auto 64px;
    max-width: 760px;
 }
}
@media screen and (min-width: 960px) { /*---PC----*/
    #inquiry .page .contentsBlock {
        width: 760px;
    }
}
.form_table {}
@media (max-width: 767px) { /*---スマホ----*/
    .page .contentsBlock h3 {
        border-bottom: 2px solid #009C74;
    }
    .form_table table {
        width: 100%;
    }
    .form_table th, .form_table td {
        display: block;
        width: 100%;
    }
    .form_table th {
        padding: 16px 0 0;
        text-align: left;
        white-space: nowrap;
        font-weight: bold;
        line-height: 2;
    }
    .form_table td {
        padding: 8px 0 32px;
        position: relative;
    }
    input[type="text"], input[type="tel"], input[type="email"], input[type="number"], textarea, select {
        border: 2px solid #0062CC !important;
    }
}
@media (min-width: 768px) { /*---タブレット以上----*/
    .form_table {}
    .form_table table {
        border: 2px solid #009C74;
        border-bottom: none;
        width: 100%;
        border-collapse: collapse;
    }
    .form_table th, .form_table td {
        border-bottom: 2px solid #009C74;
        vertical-align: top;
        overflow-wrap: break-word;
    }
    .form_table th {
        background: #E9F4E3;
        padding: 16px;
        text-align: left;
        white-space: nowrap;
        line-height: 2;
    }
    .form_table td {
        padding: 16px;
        position: relative;
    }
}
@media screen and (min-width: 960px) { /*---PC----*/
}
@media screen and (min-width: 1024px) {}

/* ----------------クレジット名義人対応-------------- */

@media screen and (max-width: 767px) { 
    .form_table th br.tblt{display: none;}
}
@media screen and (min-width: 960px) {
    .form_table th br.tblt{display: none;}
}
/* ----------------郵便番号・市町村字-------------- */
@media (max-width: 767px) { /*---スマホ----*/
    .form_table .kotei th {
        padding-bottom: 6px;
    }
    .form_table .kotei td {
        background: #E9F4E3;
        font-size: 18px;
        font-weight: bold;
        padding: 16px 24px;
        border-radius: 5px;
    }
}
@media (min-width: 768px) { /*---タブレット以上----*/
    .form_table .kotei th, .form_table .kotei td {
        vertical-align: middle;
        font-weight: bold;
    }
}
/*--------------個人情報フレーム--------------*/
.form_table2 {}
@media (max-width: 767px) { /*---スマホ----*/
    .form_table2 table {
        width: 100%;
    }
    .form_table2 th, .form_table2 td {
        display: block;
        width: 100%;
    }
    .form_table2 th {
        padding: 16px 0 0;
        text-align: left;
        white-space: nowrap;
        font-weight: bold;
        line-height: 2;
    }
    .form_table2 td {
        padding: 8px 0 32px;
        position: relative;
    }
}
@media (min-width: 768px) { /*---タブレット以上----*/
    .form_table2 {
        margin-top: 32px;
    }
    .form_table2 table {
        width: auto;
        margin: auto;
    }
    .form_table2 th, .form_table2 td {
        vertical-align: top;
        overflow-wrap: break-word;
    }
    .form_table2 th {
        padding: 16px;
        text-align: right;
        white-space: nowrap;
    }
    .form_table2 td {
        padding: 16px;
        position: relative;
    }
}
/*--------------フォーム設定--------------*/
input, button, textarea, tel, radio {
    font-size: 1em;
    color: #000000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
input[type="text"][disabled], input[type="email"][disabled], input[type="tel"][disabled], input[type="radio"][disabled], select[disabled], option[disabled] {
    color: #000000 !important;
    cursor: not-allowed; /* 禁止カーソル */
    opacity: 1;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="number"], textarea, select {
    color: #000000 !important;
    line-height: 1;
}
textarea {
    height: 7em;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="number"], textarea, select {
    margin: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #0062CC;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding: 10px 10px !important;
    width: 100%;
    border-radius: 3px;
}
select.border-1 {
    border: 1px solid #0062CC;
}
input.w100 { /*幅100*/
    width: 100px;
}
@media (min-width: 768px) { /*---タブレット以上----*/
    input.w200 { /*幅200*/
    width: 200px;
 }
}
input[type="text"]:disabled, input[type="tel"]:disabled, input[type="radio"]:disabled, select:disabled, option:disabled {
    opacity: 1;
}
input[type="email"], .alphameric {
    letter-spacing: 0.05em;
}
.hissu:after {
    content: "必須";
    display: inline-block;
    background: #E60012;
    font-weight: normal;
    font-size: .7em;
    line-height: 1;
    color: #fff;
    padding: 4px 7px;
    margin-left: 1em;
    position: relative;
    transform: translateY(-.2em);
    z-index: 0;
    letter-spacing: .1em;
    -webkit-font-smoothing: subpixel-antialiased;
    border-radius: 1.4em;
}
.hissu2:after {
    content: "どちらか必須";
    display: inline-block;
    background: #E60012;
    font-weight: normal;
    font-size: .7em;
    line-height: 1;
    color: #fff;
    padding: 4px 7px;
    margin-left: 1em;
    position: relative;
    transform: translateY(-.2em);
    z-index: 0;
    letter-spacing: .1em;
    -webkit-font-smoothing: subpixel-antialiased;
    border-radius: 1.4em;
}
input.k_other_text {
    margin-top: 8px;
}
/*--------------きっかけセレクト--------------*/
.select {
    overflow: visible;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #ffffff;
}
.select select {
    width: 100%;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 10px 2.5em 10px 8px;
    color: #000000;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.select select::-ms-expand {
    display: none;
}
.select::after {
    position: absolute;
    top: 50%;
    right: 0.7em;
    pointer-events: none;
    transform: translateY(-50%);
    font-family: 'icomoon' !important;
    font-size: 20px;
    content: "\e908";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 598px) {
    .select {
        display: block;
    }
}
/*--------------同意チェック--------------*/
@media (max-width: 767px) { /*---スマホ----*/
    .checkbox {
        margin-top: 16px;
    }
}
.checkbox input[type=checkbox].checkbox__item {
    display: none;
}
.checkbox label {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.2em;
}
/* spanの左側にボタンを配置するスペースを作る */
.checkbox .checkbox__item + span {
    padding-left: 3.5em;
    display: inline-block;
    position: relative;
}
/* 各パーツを作成 */
.checkbox .checkbox__item + span::after, .checkbox .checkbox__item + span::before {
    content: '';
    display: block;
    position: absolute;
    border: 5px solid #E60012;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
}
/* after上書き */
.checkbox .checkbox__item + span::after {
    opacity: 0;
    width: 30px;
    height: 53px;
    transform: rotate(45deg);
    left: 15px;
    border: none;
    border-right: 15px solid #DF0011;
    border-bottom: 15px solid #DF0011;
}
/*
    checked状態
    文字のcolorとボタンのopacityを変更
*/
.checkbox .checkbox__item:checked + span {
    color: #000;
}
.checkbox .checkbox__item:checked + span::after {
    opacity: 1;
}
.pplink {
 font-size: .9em;
 margin-top: 10px;
}
.pplink a {
    color: #E60012;
    border-bottom: 1px solid #E60012;
}
/*--------------フォームボタン--------------*/
.formbtn button, .formbtn input[type="submit"], .formbtn input[type="button"], .formbtn input[type="reset"] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 1em 0;
    width: 100%;
    /* width: 100%;*/
    cursor: pointer;
}
.formbtn input[type="submit"], .formbtn input[type="button"], .formbtn input[type="reset"] {
    font-size: 1em;
    font-weight: bold;
    /*letter-spacing: .1em;*/
    line-height: 1;
    color: #ffffff;
    padding: 16px 16px 20px;
    background: #009C74;
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 30px;
    -moz-box-shadow: 0px 3px 9px rgba(000, 000, 000, 0.2);
    -webkit-box-shadow: 0px 3px 9px rgba(000, 000, 000, 0.2);
    box-shadow: 0px 3px 5px rgba(000, 000, 000, 0.2);
}
.formbtn button:hover, .formbtn input[type="submit"]:hover, .formbtn input[type="button"]:hover, .formbtn input[type="reset"]:hover {
    transform: translate3d(0, 2px, 0);
}
.formbtn input[type="reset"], .formbtn input[type="button"] {
    background: #aaa;
    letter-spacing: .03em;
}
@media (min-width: 768px) {
    .formbtn {
    padding: 16px 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
}
.formbtn button, .formbtn input[type="submit"], .formbtn input[type="button"], .formbtn input[type="reset"] {
    width: 48%;
    margin: 2%;
 }
}
@media (max-width: 767px) { /*---スマホ----*/
    .formbtn {
        max-width: 480px;
        margin: 2em auto;
    }
}
@media (max-width: 598px) {}
/*-----エラー画面-------*/
.error {
    display: block;
    margin-top: 10px;
    color: #E60012;
}
.error:before {
    font-family: 'icomoon' !important;
    font-size: 16px;
    content: "\e903";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.checkbox .checkbox__item.checkerror + span::before {
    border: 2px solid #E60012;
}
input[type="text"].inputerror, input[type="tel"].inputerror, input[type="email"].inputerror, input[type="number"].inputerror, select.inputerror {
    border: 2px solid #E60012 !important;
}
.radio .radio__item.radioerror + span::before {
    border: 2px solid #E60012;
}
.select.selecterror select {
    border: 2px solid #E60012;
}
/* ----------------お申し込み-------------- */
.kanaframe {
    display: flex;
}
.kanaframe .kh {
    font-size: 13px;
    white-space: nowrap !important;
    padding-right: 6px;
    line-height: 47px;
}
.kanaframe .kf {}
.juyojikou {
    border: 2px solid #DCDDDD;
    background: #F7F8F8;
    padding: 16px;
    height: 300px;
    overflow-y: scroll;
}
.juyojikou h4 {
    line-height: 2;
    margin-top: 13px;
}
.juyojikou p {
    font-size: 13px;
}
.juyojikou ul.kakko {
    margin-left: 1.5em;
    font-size: 13px;
}
.juyojikou ul.kakko li {
    text-indent: -1.5em;
    line-height: 2;
}
.juyojikou ul.disc {
    margin-left: 1.5em;
    list-style: disc;
    font-size: 13px;
}
.juyojikou ul.disc li {
    text-indent: 0;
}
dl.chuijikou {
    background: #F7F8F8;
    margin-top: 16px;
    padding: 16px;
    font-size: 13px;
}
a.rulink {
    color: #E60012;
    border-bottom: 1px solid #E60012;
}
.juyojikou .kakushuframe {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 16px 0;
    padding: 16px;
}
.juyojikou .kakushuframe h5 {
    text-align: center;
}
.juyojikou .kakushuframe ul {
    margin-left: 1.1em;
    margin-right: 0;
}
.juyojikou .kakushuframe ul li {
    position: relative;
}
.juyojikou .kakushuframe ul li:before {
    content: "◆";
    position: absolute;
    left: -1.1em;
}
/* -------料金テーブル------- */
.ryokin_table {
    overflow-x: auto;
    padding-bottom: 10px;
    margin-bottom: 32px;
}
.ryokin_table table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    border: 1px solid #000;
}
.ryokin_table th {
    font-size: 14px;
    border: 1px solid #000;
    background: #ededed;
    padding: 8px 3px;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1.75;
}
.ryokin_table th span {
    font-size: 12px;
    font-weight: normal;
}
.ryokin_table td {
    text-align: center;
    border: 1px solid #000;
    font-size: 14px;
    padding: 8px 3px;
    vertical-align: middle;
    line-height: 1.75;
}
@media (max-width: 767px) { /*---タブレット未満----*/
    .ryokin_table table {
        width: 767px;
    }
}
/* ----------------電話番号-------------- */
.tel-field {
    display: flex;
    align-items: center;
    max-width: 500px;
    margin-top: 6px;
}
.tel-field span {
    margin: 10px;
    text-align: center;
}
@media (min-width: 768px) { /*---タブレット以上----*/
    .tel-field {}
}
/* ----------------ラジオボタン-------------- */
.radio {
    margin: 3px 0 10px;
}
.radio input[type=radio].radio__item {
    display: none;
}
.radio label {
    display: inline-block;
    cursor: pointer;
}
/* spanの左側にボタンを配置するスペースを作る */
.radio .radio__item + span {
    padding-left: 1.5em;
    display: inline-block;
    position: relative;
}
/* 各パーツを作成 */
.radio .radio__item + span::before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    width: 20px;
    height: 20px;
    top: -2px;
    left: 0;
    border-radius: 50%;
}
.radio .radio__item + span::after {
    content: '';
    display: block;
    position: absolute;
    opacity: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #DF0011;
    top: 3px;
    left: 5px;
    /*border: none; */
}
/*
  checked状態
  文字のcolorとボタンのopacityを変更

.radio .radio__item:checked + span {
    color: #000;
}*/
.radio .radio__item:checked + span::after {
    opacity: 1;
}
/*-----確認画面-------*/
.apply_check {}
@media (max-width: 767px) { /*---スマホ----*/
    .form_table.apply_check th {
        padding: 16px 0 8px;
        text-align: left;
        white-space: nowrap;
        font-weight: bold;
    }
    .form_table.apply_check td {
        border: 2px solid #ddd !important;
        border-radius: 3px;
        padding: 16px;
        line-height: 2;
    }
}
@media (min-width: 768px) { /*---タブレット以上----*/
    .form_table.apply_check th {}
    .form_table.apply_check td {
        line-height: 2;
        font-size: 16px;
    }
    .form_table.apply_check th{width:310px;}
}
/*-----完了画面-------*/
.apply_thanks {
    max-width: 600px;
    margin: 0 auto 64px;
}
.apply_thanks p {
    margin-bottom: 1em;
    font-weight: bold;
}
.okidenbanner {
    margin: 32px 0;
    text-aling: center;
}
.okidenbanner img{max-width:100%;}
@media (max-width: 767px) { /*---スマホ----*/
    .pcbanner {
        display: none;
    }
    .spbanner {
        max-width: 400px;
        margin: 0 auto;
        display: block;
    }
}
@media (min-width: 768px) { /*---タブレット以上----*/
    .spbanner {
        display: none;
    }
    .pcbanner {
        max-width: 640px;
        margin: 0 auto;
        display: block;
    }
}
/* ----------------20121201クレジットカードについての説明追加-------------- */
.about_cc {}
.about_cc .frame_rules {
    margin: 32px 0;
}
.about_cc .frame_cards {
    margin: 32px 0;
    background: #efefef;
}
.about_cc .frame_rules h4 {
    background: #E60012;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    padding: 6px 12px;
    margin: 0 0 8px;
}
.about_cc .frame_cards h4 {
    background: #009C74;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    padding: 6px 12px;
    margin: 0 0 8px;
}
.about_cc .frame_rules .credit_rule {
    border: 2px solid #E60012;
    background: #fff;
    padding: 16px;
    height: 300px;
    overflow-y: scroll;
}
.about_cc .frame_rules .credit_rule ul {
/*font-size: 14px;*/
}
.about_cc .frame_rules .credit_rule ul li {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}
.about_cc .frame_rules .credit_rule ul li h5 {
    line-height: 2;
    color: #E60012;
    font-weight: bold;
}
.about_cc .frame_rules .credit_rule ul li p {
    font-size: 14px;
}
.about_cc .frame_cards dl.c1 {
    border: 2px solid #5aa86a;
    margin: 0 8px 16px;
}
.about_cc .frame_cards dl.c1 dt {
    background: #d4edda;
    color: #385c34;
    font-weight: bold;
    padding: 4px 8px;
}
.about_cc .frame_cards dl.c1 dd {
    padding: 4px 8px;
    background: #fff;
}
.about_cc .frame_cards dl.c2 {
    border: 2px solid #4780bc;
    margin: 0 8px 4px;
}
.about_cc .frame_cards dl.c2 dt {
    background: #c9e5fe;
    color: #20436f;
    font-weight: bold;
    padding: 4px 8px;
}
.about_cc .frame_cards dl.c2 dd {
    padding: 4px 8px;
    background: #fff;
}
.about_cc .frame_cards .dc {
    font-size: 12px;
    color: #E60012;
    padding: 0 8px 12px;
}
.about_cc .frame_cards .cardface {
    margin: 16px auto 8px;
    text-align: center;
    max-width: 500px;
}
@media (min-width: 768px) { /*---タブレット以上----*/
    .about_cc .frame_rules h4 {
        padding: 10px;
        text-align: center;
    }
    .about_cc .frame_cards h4 {
        padding: 10px;
        margin-bottom: 24px;
        text-align: center;
    }
    .about_cc .frame_cards dl.c1 {
         margin: 0 24px 24px;
     }
    .about_cc .frame_cards dl.c2 {
        margin: 0 24px 8px;
    }
    .about_cc .frame_cards .dc {
        padding: 0 24px 24px;
    }
    .about_cc .frame_cards dl.c1 dt, .about_cc .frame_cards dl.c2 dt, .about_cc .frame_cards dl.c1 dd, .about_cc .frame_cards dl.c2 dd {
        padding: 8px 16px;
    }
}
/* ----------------20121202ステップ追加-------------- */
.stepbar{margin-bottom:48px;}
.stepbar ul {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;z-index:-1;
}
.stepbar ul li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 25%;
    color: #999999;
    font-weight: bold;
    counter-increment: steps;
}
.stepbar ul li:before {
    display: block;
    width: 26px;
    height: 26px;
    margin: 4px auto 20px auto;
    content: '';
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: #F5F5F5;
    content: counter(steps);
}
.stepbar ul li:after {
    position: absolute;
    z-index: -1;
    top: 15px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #F5F5F5;
}
.stepbar ul li:first-child:after {
    content: none;
}
.stepbar ul li.active,
.stepbar ul li.complete {
    color: #E60012;
}
.stepbar ul li.active:before,
.stepbar ul li.complete:before {
    background-color: #E60012;
    color: #FFF;
}
.stepbar ul li.active:after,
.stepbar ul li.complete:after {
    background-color: #E60012;
}
@media (max-width: 767px) { /*---スマホ----*/
    .stepbar ul li {font-size:12px;}
    .stepbar ul li .pct{display: none;}
}
@media (min-width: 768px) { /*---タブレット以上----*/
    .stepbar ul li .spt{display: none;}
}

.pc_hidden {
    display: none;
}
@media screen and (max-width: 767px) {
    .pc_hidden {
        display: inline;
    }
}

.portable_hidden {
    display: inline;
}

@media screen and (max-width: 767px) {
    .portable_hidden {
        display: none;
    }
}
.img_width {
    width: 22px;
}
@media screen and (max-width: 767px) {
    .img_width {
        width: 70px;
    }
}
.font_size {
    font-size: 44px;
}
@media screen and (max-width: 767px) {
    .font_size {
        font-size: 30px;
    }
}
