@charset "UTF-8";

.systemMessageWrap {
    margin: 10px auto 20px;
}
.info {
    color: blue;
}
.warn {
    color: red;
}
.error {
    font-size: 1.2rem;
    text-indent: 0;
    margin-top: 12px;
    letter-spacing: -0.01em;
    color: red;
}

.contactContent {
    width: 100%;
    padding: 7.5vw 16px 15.6vw;
    margin: 54px 0 0;
    background: #fff;
}
.contactContent p{
    font-size: 1.4rem;
    line-height: 2;
    text-indent: 1em;
}
.buleBox{
    margin: 3vw auto 13.5vw;
    width: 130px;
    height: 130px;
}
/* ↓share.css内では左寄せline-heght:1.75 */
.lead{
    text-align: center;
    line-height: 2;
    margin-bottom: 4vw;
}
/* ↓share.css内では13.5vw */
.bottom {
    margin-bottom: 15vw;
}

.progress{
    margin-bottom: 16px;
}
.contactItem{
    margin-bottom: 30px;
}
.contactItem dl {
    font-size: 1.4rem;
}
.contactItem dt{
    padding: 17px 0 17px 15px;
    border: 1px solid #707070;
    background: #DBEDF6;
    position: relative;
}
.contactItem dt span{
    position: absolute;
    color: #FF0000;
    border: 1px solid #FF0000;
    background: #fff;
    display: inline-block;
    padding:5px 7px;
    border-radius: 8px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
    font-size: 1.3rem;
}
.contactItem dd {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    padding: 15px 11px 18px;
}
.contactItem dd.bottomChange {
    padding: 12px 12px 12px;
}
.contactItem dd .flex {
    display: flex;
    flex-direction: column;
}
.contactItem dd .flex input[type=radio] {
    vertical-align: -1px;
}
.contactItem dd .flex label:last-child {
    margin-bottom: 0;
}
.contactItem dd.text {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    padding: 14px 12px 10px;
}
.contactItem dd p{
    font-size: 1.4rem;
    text-indent: 1em;
    margin-top: 15px;
    letter-spacing: -0.01em;
}
.contactItem dd .comment{
    font-size: 1.2rem;
    text-indent: 0;
    margin-top: 12px;
    display: inline-block;
}
.contactItem dd.addressComment{
    font-size: 1.2rem;
    text-indent: 0;
    margin-bottom:4px;
    letter-spacing: -0.01em;
    display: inline-block;
}
.lastItem{
    border-bottom: 1px solid #707070;
    padding-bottom: 12px !important;
}
.contactItem dd.confirm,
.contactItem dd.textConfirm  {
    /* height: 68px; */
    padding: 23px 22px 22px 22px;
}

.contactItem dd.agree ul {
    margin: 0 5px 20px 20px;
}
.contactItem dd.agree ul li {
    list-style: disc;
}

button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.selectWrap{
    position: relative;
}
.selectWrap .icon{
    position: absolute;
    top: 25%;
    right: 1rem;
    font-size: 1.6rem;
    color: #0062B0;
    pointer-events: none;
}
.contactItem select::-ms-expand {
    display: none;
}
.contactItem select {
    box-shadow: none;
    width: 100%;
    font-size:1.4rem;
    border: 1px solid #707070;
    border-radius: 4px;
    background: #fff;
    padding:6px 10px 5px;;
    display: block;
}
:focus{
    outline: -webkit-focus-ring-color 0px;
}
label{
    letter-spacing: 0;
    margin-bottom: 6px;
}

input{
    margin-right: 3px;
}
.textareaWrap textarea{
    position: relative;
    width: 100%;
    min-height: 150px;
    margin: 0 auto 2px;
    padding:10px;
    border: 1px solid #707070;
    border-radius: 4px;
    background: #fff;
    font-size: 1.4rem;
    overflow: scroll;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
}
/* textarea{
	width: 100%;
	margin: 0 auto 2px;
	background: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	position: relative;
    font-family: "Noto Sans JP","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
    border: none;
} */

::placeholder{
    font-size: 1.4rem;
}
.other input,.mail input{
    height: 50px;
    width: 100%;
    border: 1px solid #707070;
    border-radius: 4px;
    background: #fff;
    padding:10px;
}
.postalCode01 input{
    height: 50px;
    width: 20vw;
    border: 1px solid #707070;
    border-radius: 4px;
    background: #fff;
    margin:0 2.2vw;
    padding:10px;
}
.postalCode02 input{
    height: 50px;
    width: 20vw;
    border: 1px solid #707070;
    border-radius: 4px;
    background: #fff;
    margin:0 2.2vw 0 1.6vw;
    padding:10px;
}
.contactItem button{
    border-radius: 4px;
    width: 22.5vw;
    height: 50px;
    text-align: center;
    border: 2px solid #0062B0;
    color: #0062B0;
    font-size: 13px;
    background: #fff;
    font-family: "Noto Sans JP","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
    vertical-align:bottom;
}
.address textarea{
    width: 100%;
    height: 94px;
    margin: 0 auto;
    padding:10px;
    border: 1px solid #707070;
    border-radius: 4px;
    background: #fff;
    font-size: 1.4rem;
}
.phone input{
    height: 50px;
    width: 21.25vw;
    border: 1px solid #707070;
    border-radius: 4px;
    background: #fff;
    margin:0 1.4vw;
    padding:10px;
    vertical-align: baseline;
}
.red{
    color: #FF0000;
    line-height: 1.8;
    font-size: 12px;
    margin-top: 15px;
    display: inline-block;
    letter-spacing: -0.01em;
}
.consent {
    display: inline-block;
    vertical-align: top;
    line-height: 2;
}
.consent a {
    text-decoration: underline;
}
.submit {
    border: 3px solid #0062B0;
    padding: 18px 0 20px;
    font-size: 16px;
    background: #fff;
    border-radius: 8px;
    color: #0062B0;
    font-weight: bold;
    display: block;
    cursor: pointer;
    width: 100%;
}

.btn {
    position: relative;
    width: 232px;
    height: 64px;
    text-align: center;
    margin: 0 auto;
}
.submit::after {
    content: "\f061";
    font-family: "fontAwesome";
    font-weight: 400;
}

.buttonWrap {
    width: 100%;
}

.buttonConfirm{
    display: block;
    position:relative;
    border: 3px solid #0062B0;
    font-size: 16px;
    background: #fff;
    border-radius: 8px;
    color: #0062B0;
    cursor: pointer;
    width: 232px;
    height: 64px;
    margin: 0 auto;
    font-weight: bold;
}
.buttonReturn{
    display: inline-block;
    position:relative;
    border: 2px solid #0062B0;
    padding: 0 0 0 0;
    font-size: 16px;
    background: #fff;
    border-radius: 8px;
    color: #0062B0;
    cursor: pointer;
    width: 168px;
    height: 44px;
    margin: 0 auto 51px;
    letter-spacing: 0.1em;
}
.buttonReturn span {
    display: inline-block;
    margin-left: 10px;
}
.buttonReturn i,
.buttonConfirm i{
    position:absolute;
    top:50%;
    left:0;
    margin-top:-0.5em;
    color:#0070be;
}
.buttonSubmit{
    display: block;
    position:relative;
    border: 3px solid #0062B0;
    font-size: 16px;
    background: #fff;
    border-radius: 8px;
    color: #0062B0;
    cursor: pointer;
    width: 232px;
    height: 64px;
    margin: 0 auto;
    font-weight: bold;
}
.buttonSubmit i{
    position:absolute;
    top:0%;
    left:0;
    margin-top:-0.5em;
    color:#0070be;
}
.button{
    display: inline-block;
    position:relative;
    border: 3px solid #0062B0;
    padding: 18px 0 20px;
    font-size: 16px;
    background: #fff;
    border-radius: 8px;
    color: #0062B0;
    font-weight: bold;
    cursor: pointer;
    width: 40vw;
    height: 64px;
    margin: 0 auto;
    letter-spacing: 0.1em;
}
.button i{
    position:absolute;
    top:50%;
    left:0;
    margin-top:-0.5em;
    color:#0070be;
}
.contactText {
    font-size: 1.6rem;
    color: #0062B0;
    margin:5px auto 40px;
    text-align: center;
    line-height: 2;
}
.bottomLong{
    margin-bottom: 7rem;
}
.buttonTop{
    display: block;
    position:relative;
    border: 3px solid #0062B0;
    font-size: 16px;
    background: #fff;
    border-radius: 8px;
    color: #0062B0;
    cursor: pointer;
    width: 232px;
    height: 64px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    padding-top:15px;
}
.buttonTop i{
    position:absolute;
    top:50%;
    left:0;
    margin-top:-0.5em;
    color:#0070be;
}
.checkCircle {
    display: block;
    margin: 0 auto 5rem;
    font-size: 80px;
    width: 80px;
    line-height: 0;
}

@media print, screen and (min-width: 768px) {
    .systemMessageWrap {
        margin: 30px auto 50px;
    }
    .error {
        font-size: 14px;
        margin-top: 11px;
        letter-spacing: 0.05em;
    }

    .contactContent {
        width: 960px;
        padding: 96px 0 133px;
        margin: 116px auto 0;
    }
    .buleBox{
        margin: 0 auto 77px;
        width: 200px;
        height: 200px;
    }
    .progress{
        margin-bottom: 50px;
    }
    .lead{
        margin: 0 auto 8px;
    }
    .contactContent p{
        font-size: 2rem;
        line-height: 2;
        text-align: center;
        text-indent: 0;
    }
    /* ↓share.css内では13.5vw */
    .bottom {
        margin-bottom: 74px;
    }
    .contactItem{
        margin-bottom: 80px;
        width: 960px;
    }
    .contactItem dl {
        display: flex;
    }
    .contactItem dt {
        width: 310px;
        border-top: 1px solid #707070;
        border-left: 1px solid #707070;
        border-right:0;
        border-bottom:0;
        padding:28px 24px 31px;
        font-size: 2rem;
        line-height: 1.7;
    }
    .contactItem dt span{
        position: static;
        color: #FF0000;
        border: 1px solid #FF0000;
        background: #fff;
        padding:5px 7px 5px;
        border-radius: 8px;
        margin: 10px 0 0;
        display: block;
        text-align: center;
        width: 105px;
        font-size: 1.4rem;
        transform: none;
        -webkit- transform: none;
    }
    .contactItem dd {
        width: 688px;
        border-top: 1px solid #707070;
        border-right: 1px solid #707070;
        border-left:0;
        border-bottom:0;
        padding: 25px 0 24px 24px;
        font-size: 16px;
    }
    .contactItem select {
        box-shadow: none;
        width: 600px;
        font-size:16px;
        padding:9px 24px 8px 24px;
        display: block;
        border-radius: 8px;
    }
    .contactItem dd .flex {
        flex-direction: row;
    }
    .contactItem dd.text {
        border-left: none;
        border-right: 1px solid #707070;
        padding: 24px 24px 12px;
    }
    .contactItem dd.mail{
        padding: 25px 0 11px 24px;
    }
    .contactItem dd.prefectures{
        padding: 25px 0 11px 24px;
    }
    .contactItem dd.phoneWrap{
        padding:25px 0 15px 24px;
    }
    .contactItem dd .flex input[type=radio] {
        vertical-align: -14px;
    }
    .contactItem dd label{
        letter-spacing: 0.05em;
        margin-right: 27px;
        font-size:16px;
    }
    .contactItem dd.confirm,
    .contactItem dd.textConfirm  {
        /* height: 68px; */
        padding: 23px 22px 22px 22px;
        display: flex;
        align-items: center;
    }

    label{
        letter-spacing: 0.05em;
        margin-bottom: 0;
    }
    input{
        margin-right: 6px;
        border-radius: 8px;
        height:44px;
        vertical-align: 0;
    }

    .contentOfInquiry textarea{
        width: 640px;
        height: 160px;
        margin: 0 auto 2px;
        padding: 17px 0 0 24px;
        border: 1px solid #707070;
        border-radius: 8px;
        background: #fff;
        font-size: 14px;
        overflow: scroll;
    }
    .other input,.mail input{
        border: 1px solid #707070;
        background: #fff;
        width: 610px;
        border-radius: 8px;
        vertical-align:-5px;
        height: 44px;
    }
    .contactItem dd .comment{
        font-size: 14px;
        text-indent: 0;
        margin-top: 11px;
        margin-right: 20px;
        letter-spacing: 0.05em;
    }
    .postalCode01 input{
        height: 44px;
        width: 140px;
        border: 1px solid #707070;
        background: #fff;
        margin:0 17px 0 10px;
        padding:10px;
        border-radius: 8px;
    }
    .postalCode02 input{
        height: 44px;
        width: 150px;
        border: 1px solid #707070;
        background: #fff;
        margin:0 50px 0 17px;
        padding:10px;
        border-radius: 8px;
    }
    .contactItem button{
        border-radius: 8px;
        width: 148px;
        height: 44px;
        font-size: 16px;
    }
    .address textarea{
        width: 600px;
        height: 88px;
        margin: 0 auto;
        padding:10px;
        border: 1px solid #707070;
        border-radius: 8px;
        background: #fff;
        font-size: 16px;
    }
    .phone input{
        height: 44px;
        width: 150px;
        border: 1px solid #707070;
        background: #fff;
        margin:0;
        padding:10px 0 10px 24px;
        vertical-align: baseline;
        border-radius: 8px;
    }
    .contactItem dd .addressComment{
        font-size: 14px;
        margin-top: 2px;
        letter-spacing:0.05em;
        display: block;
    }
    .contactItem dd .hyphen{
        margin: 0 16px;
    }
    .red{
        font-size: 14px;
        letter-spacing: 0.05em;
        margin-top: 10px;
    }
    .lastItem{
        border-bottom: 1px solid #707070 !important;
        padding-bottom: 28px !important;
    }
    .contactItem dd.agree ul li {
        font-size: 2rem;
    }

    .selectWrap .icon {
        right: 40px;
        top: 30%;
    }

    .contactItem dd.agree ul {
        margin: 0 20px 20px 20px;
    }

    .consent {
        display: inline-block;
        width: 500px;
        vertical-align: 15px;
        line-height: 2;
    }
    .button{
        padding: 20px 0 19px;
        font-size: 20px;
        background: #fff;
        border-radius: 8px;
        width: 320px;
        height: 64px;
        margin: 0 auto;
        letter-spacing: 0.1em;
        line-height: 0;
    }
    .button i{
        position:absolute;
        top:50%;
        left:0;
        margin-top:-0.5em;
        color:#0070be;
        width: 24px;
        height: 24px;
    }
    .contactText {
        font-size: 20px;
        color: #0062B0;
        margin:0 auto 70px;
        text-align: center;
    }
    .buttonReturn{
        font-size: 20px;
        margin-bottom: 3px;
    }
    .buttonReturn span {
        display: inline-block;
        margin-left: 10px;
        font-size: 16px;
        vertical-align: bottom;
    }
    .buttonReturn i,
    .buttonSubmit i{
        position:absolute;
        top:50%;
        left:0;
        margin-top:-0.5em;
        color:#0070be;
    }
    .buttonSubmit{
        font-size: 24px;
        background: #fff;
        width: 320px;
    }
    .buttonSubmit span {
        font-size: 20px;
        vertical-align: bottom;
        letter-spacing: 0.1em;
    }
    .buttonConfirm{
        font-size: 20px;
        background: #fff;
        width: 320px;
        letter-spacing: 0.1em;
    }
    .fa-arrow-right {
        font-size: 24px;
        position:absolute;
        top:50%;
        right:18px;
        margin-top:-0.5em;
    }

    .buttonSubmit span {
        font-size: 20px;
        vertical-align: bottom;
        letter-spacing: 0.1em;
    }
    .buttonTop{
        width: 320px;
        letter-spacing: 0.1em;
        font-size: 20px;
        padding-top:10px;
    }
    .buttonTop a:hover{
        text-decoration: none;
    }
    .textareaWrap{
        height: 160px;
        border-radius: 8px;
        font-size: 16px;
    }
    /* textarea{
        font-size: 16px;
    } */
    .checkCircle {
        margin: 0 auto 48PX;
    }

}




/* 上書きしたいもの */
