@charset "UTF-8";

/* input[type="number"]のスピンボタンを非表示 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

/*
よく使うボタン
*/
.Btn-common {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 3px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.42857;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 16px;
    text-decoration: none;
    color: #fff;
    background-color: #004094;
    border-color: #F7EE55;
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding-top: 0;
    padding-bottom: 0;
}
.Btn-common:hover, .Btn-common:focus {
    transition: all 0.6s ease 0s;
    background-color: #142D50;
    color: #fff;
}
.Btn-sub {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 3px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.42857;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 16px;
    text-decoration: none;
    color: #004094;
    background-color: #fff;
    border-color: #004094;
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding-top: 0;
    padding-bottom: 0;
}
.Btn-sub:hover {
    transition: all 0.6s ease 0s;
    background-color: #00409414;
    color: #004094;
}
/*
フッター
*/
.footerRole {
    border-top: 5px solid #F7EE55;
    margin-top: 30px;
    background: #004094;
    padding-top: 20px;
}
.footerRole .footerRole__inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
}
.footerRole .footerRole__inner:after {
    content: " ";
    display: table;
}
.footerRole .footerRole__inner:after {
    clear: both;
}
.footerRole .footerRole__inner textarea {
    /* for chrome fontsize bug */
    font-family: sans-serif;
}
.footerRole .footerRole__inner img {
    max-width: 100%;
}
.footerRole .footerRole__inner html {
    box-sizing: border-box;
}
.footerRole .footerRole__inner *,
.footerRole .footerRole__inner *::before,
.footerRole .footerRole__inner *::after {
    box-sizing: inherit;
}
.footerRole .footerRole__inner img {
    width: 100%;
}
.footerNavi {
    padding: 0;
    list-style: none;
    text-align: center;
}
.footerNavi .footerNavi__link {
    display: inline-block;
}
.footerNavi .footerNavi__link a {
    display: inline-block;
    border-bottom: none;
    color: white;
    margin: 0 10px;
    padding: 0;
    text-decoration: underline;
}
.footerNavi .footerNavi__link:hover a {
    opacity: .8;
    text-decoration: none;
}
.footerText_form {
    padding: 10px 0 10px;
    color: white;
}
.footerText_box {
    margin: 0 auto;
    text-align: center;
}
.footerText_item {
    font-size: 15px;
    display: inline-block;
    text-align: left;
}
.footerText_form .footerText_logo {
    width: 90px;
    margin: 0 auto;
    text-align: center;
}
.footer_copyright {
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

/*
ヘッダー
*/
.headerArea {
    border-bottom: 5px solid #F7EE55;
    margin: 0 auto;
    max-width: 1130px;
    padding: 0 20px 10px 20px;
    width: 100%;
}
.headerTitle {
    display: inline-block;
}
.headerTitle a {
    color: inherit;
    text-decoration: none;
}
.headerTitle h1 {
    background-image: url('../img/sendai_logo1.svg');
    background-repeat: no-repeat;
    background-size: 120px;
    display: table-cell;
    font-weight: bold;
    height: 120px;
    min-height: 120px;
    padding-left: 120px;
    vertical-align: middle;
}
.headerNavi {
    list-style: none;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}
.headerNavi .headerNavi__link {
    display: block;
}
.headerNavi .headerNavi__link a {
    color: inherit;
    display: inline-block;
    font-size: 19px;
    padding: 0;
    text-decoration: none;
}
.headerNavi .headerNavi__link:hover a {
    opacity: .8;
    text-decoration: none;
}
@media only screen and (min-width: 1070px) {
    .headerTitle h1 {
        font-size: 30px;
    }
    .headerNavi {
        border-color: #F7EE55;
        border-style: solid;
        border-width: 0 0 0 3px;
        display: inline-block;
        list-style: none;
        padding-left: 0;
    }
    .headerNavi .headerNavi__link {
        border-right: 3px solid #F7EE55;
        display: table-cell;
        height: 30px;
        padding-top: 2px;
    }
    .headerNavi .headerNavi__link a {
        margin: 0 10px;
    }
    .headerNavi .headerNavi__link__color {
        border-bottom: 3px solid #004094;
    }
}
@media only screen and (max-width: 1069.98px) {
    .headerTitle h1 {
        font-size: 24px;
    }
    .headerNavi__link {
        border-color: #D0D0D0;
        border-style: solid;
        border-width: 0 1px 1px 0;
        font-weight: bold;
        text-align: center;
        width: 50%;
    }
    .headerNavi {
        border-color: #D0D0D0;
        border-style: solid;
        border-width: 1px 0 0 1px;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        position: inherit;
        right: inherit;
    }
    .headerNavi .headerNavi__link__color__smartphone {
        border-bottom: 3px solid #004094;
    }
    .headerNavi .headerNavi__link a {
        color: inherit;
        display: inline-block;
        font-size: 12px;
        padding: 10px 0;
        text-decoration: none;
        width : 100%;
    }
    .headerNavi .headerNavi__link__color {
        height: 40px;
    }
}
@media only screen and (max-width: 492.99px) {
    .headerTitle h1 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 311.98px) {
     .headerTitle h1 {
        font-size: 14px;
    }
}