@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
caption,
address,
th {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}

img,
iframe {
    vertical-align: middle;
    border: 0;
}

img {
    line-height: 0;
    font-size: 0;
    -webkit-backface-visibility: hidden;
}

table {
    border-collapse: collapse;
}

th {
    font-weight: normal;
    text-align: left;
}

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

select {
    padding: 2px;
}

select::-ms-expand {
    display: none;
}

input,
select {
    font-size: 100%;
    vertical-align: middle;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

textarea {
    font-size: 100%;
}

input {
    vertical-align: middle;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: none;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: none;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 0;
    box-sizing: border-box;
    transition: opacity .3s ease-out, all .3s ease-out;
}

input[type="radio"],
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked+label,
input[type="radio"]:checked+label {
    background: transparent;
}

select::-ms-expand {
    display: none;
}

::-webkit-input-placeholder {
    color: #BBB;
}

::-webkit-input-placeholder {
    color: #BBB;
}

:placeholder-shown {
    color: #BBB;
}

::-webkit-input-placeholder {
    color: #BBB;
}

:-moz-placeholder {
    color: #BBB;
    opacity: 1;
}

::-moz-placeholder {
    color: #BBB;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #BBB
}

label {
    padding: 0;
}

hr {
    display: none;
}

a {
    transition: opacity .2s ease-out, all .2s ease-out;
}

a,
a:link {
    text-decoration: none;
    word-break: break-all;
}

*:focus {
    outline: none;
}

.c_fix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: .01em;
    height: 0;
    overflow: hidden;
}

.c_fix {
    min-height: 1px;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto Regular"),
        url("../font/Roboto-Regular.woff") format("woff"),
        url("../font/Roboto-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"),
        url("../font/Roboto-Medium.woff") format("woff"),
        url("../font/Roboto-Medium.otf") format("opentype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    src: local("Roboto Bold"),
        url("../font/Roboto-Bold.woff") format("woff"),
        url("../font/Roboto-Bold.otf") format("opentype");
}

html {
    height: 100%;
}

body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #000;
    line-height: 1.6;
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    /* min-width: 1260px; */
    min-height: 100%;
    height: auto !important;
    position: relative;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    background: #EFF4F7;
    padding: 90px 0 0;
}

.f-roboto {
    font-family: "Roboto", sans-serif;
}

.c-pc {
    display: block;
}

.c-pc-in {
    display: inline;
}

.c-sp {
    display: none;
}

.c-sp-in {
    display: none;
}

.is-bold {
    font-weight: bold;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    transition: opacity .2s ease-out, all .2s ease-out;
}

header.is-on {
    background: #EFF4F7;
}

.header {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 66px 0 25px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
}

.head-logo {
    display: inline-block;
}

.head-btn {
    width: 238px;
    height: 60px;
}

.head-btn a {
    background: #00C69F;
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    border-radius: 6px;
}

.c-ttl {
    font-weight: bold;
    text-align: center;
}

.c-ttl.white {
    color: #fff;
}

.c-txt {
    text-align: center;
    line-height: 1.6;
}

.form_wrap {
    background: #fff;
    max-width: 1260px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 85px 0 95px;
}

.form_box {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    box-sizing: border-box;
}

.form_in {
    margin: 0 0 30px;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #ECF2F7;
}

.form-ttl {
    width: 350px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    text-align: left;
    padding-top: 18px;
    box-sizing: border-box;
}

.form-ttl span {
    display: block;
}

.form-ttl .c-flx {
    display: flex;
}

.form-ttl .is-his,
.form-ttl .is-nini {
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    height: 21px;
    font-size: 12px;
    box-sizing: border-box;
    margin: 2px 7px 0 0;
    width: 48px;
}

.is-l-formTtl {
    width: calc(100% - 48px);
}

.form-ttl .is-his {
    background: #DA2159;
}

.form-ttl .is-nini {
    background: #333333;
}

.form_det {
    padding: 18px 0;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    text-align: left;
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
    box-sizing: border-box;
}

.form_det textarea,
.form_det select,
.form_det input[type="text"],
.form_det input[type="tel"],
.form_det input[type="email"] {
    display: inline-block;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #BBBBBB;
    border-radius: 10px;
    box-sizing: border-box;
    height: 50px;
    padding: 0 1em;
}

.form_det textarea {
    height: 150px;
}

.form_det select {
    background: url(../svg/arrow_down_fill.svg) no-repeat center right 1em;
    background-size: 12px auto;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

input[type="radio"],
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked+label,
input[type="radio"]:checked+label {
    background: transparent;
}

.form_det input[type="radio"],
.form_det input[type="checkbox"] {
    opacity: 0;
    width: 200px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

input[type=radio]+label,
input[type=checkbox]+label {
    padding: 0 0 0 21px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

input[type=radio]+label:before,
input[type=checkbox]+label:before,
input[type=radio]+label:after,
input[type=checkbox]+label:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
}

input[type=radio]+label:before,
input[type=checkbox]+label:before {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    top: 5px;
    left: 0;
    border: 1px solid #BBB;
}

input[type=radio]+label:after,
input[type=checkbox]+label:after {
    border-bottom: 3px solid #4A7AC2;
    border-left: 3px solid #4A7AC2;
    height: 9px;
    width: 16px;
    top: 6px;
    left: 2px;
    transform: rotate(-45deg);
    opacity: 0;
}

.form_det .lst li input[type=radio]+label:before,
.form_det .lst li input[type=checkbox]+label:before {
    top: 6px;
}

.form_det .lst li input[type=radio]+label:after,
.form_det .lst li input[type=checkbox]+label:after {
    top: 6px;
}

input[type=radio]:checked+label:after,
input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.form_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: -15px 0 0 0;
}

.form_flx.is-relation_wrap {
    margin: -30px 0 0 0;
}

.formTtl {
    line-height: 1;
    font-weight: bold;
    text-align: center;
    font-size: 48px;
}

.formTtl_wrap {
    margin-bottom: 35px;
}

.formTtl .is-add {
    display: block;
    font-size: 18px;
    color: #BBBBBB;
    padding-top: 25px;
}

.formFoot-txt {
    font-size: 14px;
}

.form_flx li {
    margin: 15px 20px 0 0;
}

.form_det .is-wid01 {
    width: 245px;
}

.form_det .is-wid02 {
    width: 100%;
}

.form_det .is-wid03 {
    width: 100px;
}

.form_det .is-wid04 {
    width: 150px;
}

.form_det_in {
    margin: 0 0 20px 0;
}

.form_det_in:last-child {
    margin: 0;
}

.form-txt {
    font-size: 15px;
    margin: 10px 0 0 0;
}

.is-form-add {
    margin-top: 8px;
    font-size: 14px;
    padding-left: 14px;
    position: relative;
}

.is-form-add span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.is-date {
    margin-bottom: 5px;
}

.form_det .date_wrap {
    margin-top: 15px;
}

.form_det .date_wrap:nth-child(1) {
    margin-top: 0;
}

.is-formTtl-add {
    padding-left: 16px;
    position: relative;
}

.is-formTtl-add span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.is-err {
    color: #DA2159;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.js-detail {
    margin: 30px 0 0;
}

.formbtn_wrap {
    margin: 42px 0 0;
}

.form-btn {
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
}

body.end .form-btn {
    max-width: 300px;
}

.end-txt {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}

.form-btn a {
    width: 100%;
    height: 80px;
    background: #A40B5D;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 60px;
}

.formFoot_wrap {
    background: #ECF2F7;
    padding: 45px 55px 60px;
}

.formFoot-txt a {
    color: #2E5898;
    text-decoration: underline;
}

.foot_in {
    background: #333333;
    padding: 0 60px;
    height: 120px;
}

.foot-logo a {
    display: inline-block;
}

.foot-txt {
    color: #fff;
    font-weight: 200;
    font-size: 15px;
    line-height: 1;
    text-align: right;
}

.foot_lnk ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 0 20px;
}

.foot_lnk ul li {
    margin: 0 0 0 20px;
    color: #fff;
}

.foot_lnk ul li a {
    color: #fff;
    font-size: 14px;
}

.c-wrap {
    padding: 0 20px 100px 20px;
}

.c-mv_wrap {
    padding: 90px 0;
}

.c-mv-ttl {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}

.c-summerBtn_wrap {
    width: 100%;
    max-width: 720px;
    height: 160px;
    margin: 0 auto;
}

.c-summerBtn_wrap a {
    background: #00C69F;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    position: relative;
    padding-right: 125px;
    font-weight: bold;
    box-sizing: border-box;
    overflow: hidden;
}

.c-summerBtn_wrap a::before {
    background: url(../img/summer-bg04.png) no-repeat center bottom 0;
    content: "";
    z-index: 9;
    bottom: -34px;
    left: 50%;
    margin-left: -510px;
    width: 1053px;
    height: 95px;
    position: absolute;
}

.c-summerBtn_wrap a::after {
    background: url(../img/arrow-r.png) no-repeat center / 100% auto;
    content: "";
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    width: 53px;
    height: 53px;
    position: absolute;
}

.c-summerBtn_wrap a span {
    padding-left: 110px;
    position: relative;
}

.c-summerBtn_wrap a span:before {
    background: url(../img/summer-img09.png) no-repeat center / 100% auto;
    content: "";
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 89px;
    height: 92px;
    position: absolute;
}

.is-mt01 {
    margin-top: 20px;
}

.header-inquiry_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerNum_wrap {
    margin-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headAddress {
    font-size: 10px;
    line-height: 1.5;
}

@media (min-width: 896px) {
    .form_box {
        padding: 0 20px;
    }

    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }

    a:hover,
    a:active {
        text-decoration: none;
    }

    .c-btn a:hover {
        opacity: 0.7;
    }

    .c-ttl {
        line-height: 1;
        font-size: 40px;
    }

    .c-txt {
        font-size: 24px;
    }

    .form_in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .form-btn a:hover {
        opacity: 0.7;
    }

    .formFoot-txt a:hover {
        text-decoration: none;
    }

    .foot_in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .foot_lnk ul li a:hover {
        text-decoration: underline;
    }

    .is-pr01 {
        margin-right: 20px;
    }

    .c-summerBtn_wrap a:hover {
        opacity: .7;
    }
}

@media only screen and (max-width: 896px) {
    body {
        min-width: 320px;
        width: 100%;
        min-height: -webkit-fill-available;
        line-height: 1.6;
        font-size: 14px;
        min-width: none;
        min-height: 100%;
        padding: 50px 0 0;
    }

    .c-pc {
        display: none;
    }

    .c-pc-in {
        display: none;
    }

    .c-sp {
        display: block;
    }

    .c-sp-in {
        display: inline;
    }

    .header {
        padding: 0 6px 0 13px;
        height: 44px;
    }

    .headerNum_wrap {
        width: calc((100% - 10px) / 2);
        height: 50px;
        margin-right: 10px;
        border: 1px solid #333333;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .headBtn_wrap {
        width: calc((100% - 10px) / 2);
        height: 50px;
    }

    .head-btn {
        width: 100%;
        height: 100%;
    }

    .head-btn a {
        font-size: 13px;
        letter-spacing: -0.05em;
    }

    .header-inquiry_wrap {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        width: 100%;
        max-width: 364px;
        border-radius: 20px 20px 0 0;
        height: 74px;
        padding: 0 13px;
        box-shadow: 0px 1px 6px 3px rgba(0, 0, 0, 0.16);
        box-sizing: border-box;
    }

    .c-summerBtn_wrap {
        box-sizing: border-box;
        padding: 0 13px;
        height: 100px;
    }

    .c-summerBtn_wrap a span:before {
        background: url(../img/sp/summer-img09.png) no-repeat center / 100% auto;
        width: 50px;
        height: 51px;
    }

    .c-summerBtn_wrap a {
        font-size: 18px;
        padding-right: 35px;
    }

    .c-summerBtn_wrap a span {
        padding-left: 58px;
    }

    .c-summerBtn_wrap a::after {
        background: url(../img/sp/arrow-r.png) no-repeat center / 100% auto;
        right: 20px;
        width: 32px;
        height: 32px;
    }

    .c-summerBtn_wrap a::before {
        background: url(../img/sp/summer-bg04.png) no-repeat center bottom 0 / 100% auto;
        bottom: -13px;
        left: 50%;
        margin-left: -234px;
        width: 468px;
        height: 43px;
    }

    .formTtl_wrap {
        margin-bottom: 50px;
    }

    .formTtl {
        font-size: 24px;
    }

    .formTtl .is-add {
        font-size: 16px;
        padding-top: 15px;
    }

    .form_wrap {
        margin: 0 13px;
        padding: 50px 13px 30px;
        box-sizing: border-box;
    }

    .form_in {
        margin: 0 0 20px;
        padding: 0 0 20px 0;
    }

    .form-ttl {
        width: auto;
        font-size: 16px;
        line-height: 1.6;
        padding-top: 0;
    }

    .form-ttl span {
        display: block;
    }

    .form-ttl .is-his,
    .form-ttl .is-nini {
        border-radius: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        font-weight: bold;
        line-height: 1;
        height: 18px;
        font-size: 10px;
        box-sizing: border-box;
        margin: 3px 6px 0 0;
        width: 44px;
    }

    .is-l-formTtl {
        width: calc(100% - 44px);
    }

    .form-ttl .is-his {
        background: #DA2159;
    }

    .form-ttl .is-nini {
        background: #333333;
    }

    .form_det {
        padding: 18px 0 0;
        font-size: 16px;
        line-height: 1.6;
        font-weight: 500;
        text-align: left;
        width: 100%;
        box-sizing: border-box;
    }

    .form_det textarea,
    .form_det select,
    .form_det input[type="text"],
    .form_det input[type="tel"],
    .form_det input[type="email"] {
        display: inline-block;
        font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
        font-size: 16px;
        font-weight: 400;
        background: #fff;
        border: 1px solid #BBBBBB;
        border-radius: 4px;
        box-sizing: border-box;
        height: 40px;
        padding: 0 1em;
    }

    input[type=radio]+label:before,
    input[type=checkbox]+label:before {
        top: 5px;
        border: 2px solid #BBB;
    }

    .form_det textarea {
        height: 150px;
    }

    .form_det select {
        background: url(../svg/arrow_down_fill.svg) no-repeat center right 1em;
        background-size: 12px auto;
    }

    .form_det .is-wid01 {
        width: 48%;
    }

    .js-detail input.is-wid01,
    .form_det select.is-wid01 {
        width: 100%;
    }

    .form_det .is-wid02 {
        width: 100%;
    }

    .form_det .is-wid03 {
        width: 28%;
    }

    .form_det .is-wid04 {
        width: 100px;
    }

    .form_det_in {
        margin: 0 0 15px 0;
    }

    .form-txt {
        font-size: 14px;
        margin: 10px 0 0 0;
    }

    .is-err {
        font-size: 14px;
    }

    .js-detail {
        margin: 30px 0 0;
    }

    .formbtn_wrap {
        margin: 30px 0 0;
    }

    .form-btn {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }

    .form-btn a {
        width: 100%;
        height: 80px;
        background: #00C69F;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        box-sizing: border-box;
    }

    .formFoot_wrap {
        padding: 34px 26px 48px;
    }

    .end-txt {
        text-align: left;
        font-size: 16px;
        line-height: 2;
    }

    .foot_in {
        padding: 42px 5px 36px;
        height: auto;
    }

    .foot_in.top {
        padding: 42px 5px 85px;
    }

    .foot-logo {
        text-align: center;
        margin: 0 0 36px;
    }

    .foot-txt {
        text-align: center;
        font-size: 14px;
    }

    .foot_lnk ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 40px;
    }

    .foot_lnk ul li {
        margin: 0 5px;
    }

    .foot_lnk ul li a {
        font-size: 12px;
    }

    .c-mv_wrap {
        padding: 26px 0;
    }

    .c-mv-ttl {
        font-size: 24px;
        line-height: 1.6;
    }

    .c-wrap {
        padding: 0 13px 50px 13px;
    }

    .is-pr01 {
        margin-right: 6px;
    }
}

@media only screen and (max-width: 374px) {
    .head-btn a {
        font-size: 10px;
    }

    .head-logo a picture source,
    .head-logo a picture img {
        width: 160px;
        height: auto;
    }

    .header {
        padding: 0 6px 0 6px;
    }

    .c-summerBtn_wrap a {
        font-size: 14px;
        padding-right: 43px;
    }
}