@charset "utf-8";
body {
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
}


/*-------------------------------------------------------------------------
RESET
-------------------------------------------------------------------------*/

#contents_outer {
    background: #fff!important;
}

#contents {
    padding: 0;
    width: auto;
}

.base * {
    font-family: 'Noto Sans JP', 'Noto Sans Japanese', sans-serif;
    color: #333;
    box-sizing: border-box;
}

#path,
.h1_section {
    display: none;
}

a:hover img {
    opacity: .8;
}

img {
    vertical-align: top;
}

:root {
    --green: #3fa693;
    --orange: #f39803;
}

.emphasis,
.denominator,
.numerator {
    color: #fff;
}

.title {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
}

.btn-item {
    margin: auto;
    width: 360px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #1e1e1e;
    font-size: 16px;
    color: #fff;
    display: block;
    border: none;
    border-radius: 8px;
}

.btn-item.-arw {
    background-image: url("../images/img_arw_down.png");
    background-repeat: no-repeat;
    background-position: right 30px center;
}

.btn-item:hover {
    color: #fff;
    text-decoration: none;
    opacity: .8;
}

.contactPhone_box {
    width: 430px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 3px 3px 15px #838383;
    margin: 0 auto 45px;
    padding: 18px 30px;
}

.contactPhone_text {
    font-size: 12px;
    float: left;
    margin-right: 10px;
    padding-top: 5px;
}

.contactPhone_number {
    float: left;
}

.contactPhone_numberTitle {
    font-size: 12px;
    color: #5e7ef4;
}

.contactPhone_numberData {
    font-size: 21px;
    font-weight: bold;
    color: #5e7ef4;
}

.contactFlow_headline {
    margin-bottom: 30px;
    text-align: center;
}


/*-------------------------------------------------------------------------
FORM
-------------------------------------------------------------------------*/

#remain,
#fixed {
    background-color: #555555;
    border-radius: 5px;
    height: 90px;
    opacity: 0.9;
    position: absolute;
    right: 136px;
    text-align: center;
    width: 100px;
}

#fixed {
    position: fixed;
    top: 70px;
}

#remain p,
#fixed p {
    color: #fff;
}

#remain p.submit_ok,
#fixed p.submit_ok {
    display: none;
    height: 90px;
    vertical-align: middle;
    width: 100px;
}

#remain .emphasis,
#fixed .emphasis {
    font-size: 40px;
    font-weight: bold;
}

.form {
    background-color: #eef1ef;
    padding: 42px 0 96px;
}

.form__step {
    margin-bottom: 10px;
}

.form__ttl {
    margin: 0 0 27px;
}

.form__head {
    text-align: center;
    font-size: 30px;
    letter-spacing: .025em;
    margin: 0 0 49px;
}

.form__contents {
    width: 679px;
    margin: auto;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    overflow: hidden;
}

.form-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #bfbfbf;
}

.form-list:last-child {
    border-bottom: none;
}

.form-list__ttl {
    width: 259px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #fafbed;
    padding: 0 20px 0 0;
    font-size: 13px;
}

[class*="form-list__type--"] {
    display: block;
    width: 54px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 0 21px;
}

.form-list__type--required {
    background-color: #fb8882;
}

.form-list__type--required:before {
    content: '必須';
}

.form-list__type--any {
    background-color: #999;
}

.form-list__type--any:before {
    content: '任意';
}

.form-list__type--ok {
    background-color: rgb(86, 175, 109);
}

.form-list__type--ok:before {
    content: 'OK';
}

.form-list__contents {
    width: calc(100% - 259px);
    padding: 10px 20px;
}

.form-list__text {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px;
}

.form-list__block {
    margin: 0 0 12px;
}

.form__confirm {
    text-align: center;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: .025em;
    margin: 20px 0 40px;
}

.form__confirm a {
    text-decoration: underline;
}

.form__btn {
    cursor: pointer;
}


/* FORM
--------------------------- */

.input-check {
    width: 20px;
    height: 20px;
    vertical-align: -2px;
}

.label-item {
    font-size: 20px;
    margin: 0 9px 0 0;
    cursor: pointer;
}

.label-item:last-child {
    margin: 0;
}

.input-text {
    width: 100%;
    height: 34px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    padding: 0 0 0 5px;
    font-size: 15px;
}

.input-text.-required {
    background-color: #fde7e0;
}

::-webkit-input-placeholder {
    color: #a7a0a0;
}

:-ms-input-placeholder {
    color: #a7a0a0;
}

::placeholder {
    color: #a7a0a0
}

.textarea {
    width: 100%;
    height: 306px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
}

#lastNameKanji {
    width: 48.5%;
    margin-right: 1.5%;
}

#firstNameKanji {
    width: 49%;
}

#contact_addressCode1,
#contact_addressStr2,
#contact_addressStr3 {
    margin-bottom: 10px;
}

.select-item {
    width: 100%;
    height: 34px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    padding: 0 0 0 5px;
    font-size: 15px;
}

#addressCode1 {
    width: 24.8%;
    margin-right: 9px;
}

#addressStr {
    width: 72%;
}

.form-list__contents label {
    margin-right: 13px;
    font-size: 13px;
    display: inline-block;
}

#consulType-5,
#consulType-6,
#consulType-7,
#consulType-8,
#consulType-9 {
    vertical-align: bottom;
}


/*confirm*/

.form__text {
    font-size: 26px;
}

.thankyou__ttl {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.thankyou__text {
    margin-bottom: 50px;
    font-size: 20px;
    text-align: center;
}

.form__btn a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.return__bt a {
    color: #5e7ff3;
}