@charset "utf-8";
/* CSS Document */

/* clearfix */

*{
  box-sizing: border-box;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/* 基本設定 */

body, html {
    zoom: 1;
    overflow: hidden;
    height: auto;
}
html {
    overflow-y: auto;
}
body{
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: calc(28/18);
    -moz-osx-font-smoothing:auto;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.01em;
    color: #191919;
    background: white;
    position: relative;
}

.main-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 145px;
    padding-bottom: 100px;
}
.index .main-wrap {
    padding-top: 0;
    font-size: 16px;
}

.wrap {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 135px;
}
.content-wrap {
    max-width: 1110px;
    margin: 0 auto;
}
.content-part .for-yellow {
    background: rgba(255,192,59,.07);
}
.content-part .for-green {
    background: rgba(28,193,172,.07);
}
.content-part .content-wrap {
    padding-top: 50px;
    padding-bottom: 55px;
}
.center-part {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.info-wrap {
    padding-right: 30px;
    padding-left: 30px;
}
header, section, footer {
    width: 100%;
    position: relative;
    z-index: 2;
}
figure {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto;
}
img {
    display: block;
    width: 100%;
}
ul {
    list-style: none inside none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    -o-padding-start: 0px;
    -moz-padding-start: 0px;
    -ms-padding-start: 0px;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
p {
    margin: 0;
}
form {}
fieldset {
    margin:0;
    padding: 0;
    border: none;
}
label {
    /*display: block;*/
    /*width: 100%;*/
}
button {
    background: none;
    border: none;
    padding: 0;
}
a input,
button input,
.btn input {
    background: none;
    height: auto;
    border: none;
}
select {
    background: url('/assets/img/common/icon-arrow-down.svg') no-repeat, white;
    background-position: center right 15px;
    /* to position the element 10px from the right */
    border: 1px solid #ebebeb;
    border-radius: 0;
    height: 35px;
    width: 200px;
    padding: 2px 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;   /* Removes default arrow from firefox*/
    text-overflow: "";     /*Removes default arrow from firefox*/
}
select::-ms-expand {
    display: none;
}
textarea,
input[type="text"],
input[type="password"],
input[type="radio"],
input[type="checkbox"] {
    width: 100%;
    height: 35px;
    /*line-height: 1;*/
    color: #191919;
    box-shadow: none;
    border: none;
    border: 1px solid #ebebeb;
    padding: 6px 20px;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    height: 35px;
}
textarea {
    height: 120px;
}
input[type="radio"],
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    padding: 0;
    background: white;
    position: relative;
}
input[type="checkbox"]:checked:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 5px;
    width: 14px;
    height: 10px;
    background: url(/assets/img/common/icon-check.svg) center center no-repeat;
}
input[type="radio"] {
    border-radius: 100%;
}
input[type="radio"]:checked:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    background: #1cc1ac;
    border-radius: 100%;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #9b9b9b;
    /*font-size: 18px;*/
    letter-spacing: 0.01em;
    font-weight: 400;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9b9b9b;
    /*font-size: 18px;*/
    letter-spacing: 0.01em;
    font-weight: 400;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9b9b9b;
    /*font-size: 18px;*/
    letter-spacing: 0.01em;
    font-weight: 400;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #9b9b9b;
    /*font-size: 18px;*/
    letter-spacing: 0.01em;
    font-weight: 400;
}
.c {
    display: block;
}
.c-to-m {
    display: block;
}
.p {
    display: none;
}
.m {
    display: none;
}

@media screen and (max-width: 1680px) {
    .wrap {
        padding: 0 100px;
    }
}

@media screen and (max-width: 1440px) {
    .wrap {
        padding: 0 85px;
    }
}

@media screen and (max-width: 1280px) {
    .main-wrap {
        padding-top: 130px;
        padding-bottom: 95px;
    }
    .info-wrap {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 1024px) {
    body{
        font-size: 16px;
        line-height: calc(26/16);
    }
    .main-wrap {
        padding-top: 120px;
        padding-bottom: 70px;
    }
    .wrap {
        padding: 0 35px;
    }
    .content-part .content-wrap {
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .info-wrap {/*
        padding-right: 20px;
        padding-left: 20px;*/
    }
}

@media screen and (max-width: 769px) {
    .main-wrap {
        padding-top: 105px;
        padding-bottom: 50px;
    }
    .wrap {
        padding: 0 25px;
    }
    .content-part .content-wrap {
        padding-top: 30px;
        padding-bottom: 35px;
    }
    .info-wrap {
        padding-right: 15px;
        padding-left: 15px;
    }
    .c {
        display: none;
    }
    .p {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    body{
        font-size: 14px;
        line-height: calc(22/14);
    }
    body.faq {
        overflow-y: auto;
    }
    .main-wrap {
        padding-top: 90px;
    }
    .wrap {
        padding: 0 15px;
    }
    .content-part .content-wrap {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .info-wrap {
        /*padding-right: 15px;
        padding-left: 15px;*/
    }
    .c-to-m {
        display: none;
    }
    .m {
        display: block;
    }
}
