@charset "UTF-8";
/* base override */
/*===== module&colors =====*/
/*====================*/
body {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    margin: 0;
    padding: 0;
}

dl {
    margin: 0;
    padding: 0;
}

dt {
    margin: 0;
    padding: 0;
}

dd {
    margin: 0;
    padding: 0;
}

/*---------- ヘルパークラス ----------*/
/* hover */
.hover {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    -ms-filter: "alpha( opacity=100 )";
    filter: alpha(opacity=100);
    zoom: 1;
}

.hover:hover {
    opacity: 0.8;
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha(opacity=80);
}

/* IE8対策 */
.hover * {
    filter: alpha(opacity=100) \9;
    /* IE10以下 */
}

.hover:hover * {
    filter: alpha(opacity=80) \9;
}

.hover:hover *:not(:target) {
    filter: alpha(opacity=100) \9;
    /* IE9, 10 */
}

/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*---------- #body override ----------*/
#body {
    min-height: 0 !important;
    padding: 15px 0 10px !important;
}

#body .group {
    padding-bottom: 0;
}

.footer_script {
    height: 0 !important;
    overflow: hidden;
}

/*---------- main ----------*/
.main {
    margin: 0;
    padding: 0 0 0 0;
    color: #000;
}

.main .inner {
    width: 960px;
    margin: auto;
}

/*---------- footer_parts ----------*/
.footer_parts {
    padding: 80px 0;
    background-color: #fff;
}

.footer_parts .inner {
    width: 628px;
}

.footer_parts_postage {
    margin: 0 0 60px;
    text-align: center;
}

.footer_parts_coupon {
    margin: 0 0 20px;
}

.footer_parts_coupon h3 {
    padding: 0 0 15px;
    text-align: left;
}

.footer_parts_coupon ul {
    font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 14px;
    text-indent: -1.5em;
    padding-left: 1.5em;
    color: #fffcdb;
    margin: 0 0 10px;
    text-align: left;
}

.footer_parts_coupon li {
    margin: 0 0 10px;
}

.footer_parts_notes {
    margin: 0 0 60px;
    font-size: 12px;
    /*color: #fffcdb;*/
    color: #311301;
    text-align: left;
}

/*---------- footer_parts > .relation_btns ----------*/
.relation_btns {
    position: relative;
    margin-top: 60px;
    text-align: center;
}

.relation_btns li {
    display: inline-block;
    display: inline;
    zoom: 1;
    vertical-align: middle;
    margin: 0 10px;
}

/* ========== header02 ========== */
#header02 #body h1 {
    display: inline-block;
    padding-left: 1em;
    margin-bottom: 0;
    text-indent: -1em;
    font-size: 16px;
}

/* ========== wrapper ========== */
.l-wrapper {
    width: 960px;
    margin: auto;
    box-sizing: border-box;
}

/* ========== kv ========== */
.kv {
    width: 960px;
    margin: 0 auto;
}

.kv img {
    width: 100%;
    height: auto;
}

/* ========== feature ========== */
.feature {
    background-color: #f7e9ed;
    text-align: center;
    padding: 60px 100px 60px;
}

.feature__overview {
    width: 760px;
    padding-bottom: 60px;
    margin: 0 auto;
    position: relative;
}

.feature__overview:after {
    display: block;
    position: absolute;
    content: '';
    width: auto;
    height: 4px;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    background-image: url(../img/bdr.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: left top;
}

.feature__term {
    width: 660px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}

.feature__term dt {
    font-size: 24px;
    width: 170px;
    background-color: #c93133;
    color: #fff;
    border-radius: 5px 0 0 5px;
    padding: 5px 0;
}

.feature__term dd {
    width: 488px;
    font-size: 28px;
    border-radius: 0 5px 5px 0;
    background-color: #fff;
    letter-spacing: 1.5px;
}

.feature__term dd span {
    font-size: 20px;
}

.feature__lead {
    color: #c93133;
    font-weight: bold;
    font-size: 34px;
    margin-top: 55px;
}

.feature__txt {
    font-size: 18px;
    margin-top: 20px;
}

.feature__detail {
    width: 760px;
    padding: 50px 0 0;
    margin: 0 auto;
}

.feature__title {
    font-size: 34px;
    color: #c93133;
    font-weight: 600;
    font-feature-settings: "palt";
    letter-spacing: 3px;
    line-height: 1.5;
}

.feature__product {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 24px auto 0 -60px;
}

.feature__product li:first-child {
    margin: 70px 16px 0 0;
    width: 160px;
    height: auto;
}

.feature__product li:nth-child(2) {
    width: 225px;
    height: auto;
}

.feature__name {
    font-size: 18px;
    color: #c93133;
    margin-top: 30px;
    font-feature-settings: "palt";
    letter-spacing: 1.8px;
}

.feature__annotation {
    font-size: 12px;
    line-height: 1;
    margin-top: 14px;
    font-feature-settings: "palt";
    letter-spacing: 1.1px;
}

.feature__annotation li {
    position: relative;
}

.feature__annotation li:before {
    content: '※';
    display: inline;
}

.feature__annotation li + li {
    margin-top: 6px;
}

/* ========== feature cp ========== */
.feature__cp {
    margin-top: 55px;
    background-color: #fff;
    padding-bottom: 25px;
}

.feature__cpTitle {
    font-size: 24px;
    background-color: #c93133;
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 6px 0;
    position: relative;
}

.feature__cpTitle span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px 0 0 0;
    padding: 6px 50px 6px 46px;
    letter-spacing: 8px;
    background-color: #d5747d;
}

.feature__cpTitle span:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 135px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 25px;
    border-color: transparent transparent #c93133 transparent;
}

.feature__cpDetail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 29px;
    border-radius: 0 0 5px 5px;
}

.feature__cpDetail li:first-child {
    width: 154px;
    margin: 0 40px 0 132px;
}

.feature__cpDetail li:nth-child(2) {
    text-align: left;
}

.feature__cpTxt {
    display: inline-block;
    color: #c93133;
    font-size: 18px;
    font-weight: bold;
    background-color: #ffc321;
    padding: 0 5px;
}

.feature__cpName {
    font-size: 16px;
    margin-top: 14px;
}

.feature__cpLead {
    font-size: 18px;
    margin-top: 20px;
    color: #c93133;
    font-weight: 600;
}

.feature__cpLead span {
    font-size: 12px;
    color: #000;
    font-weight: normal;
}

/* ========== howto ========== */
.howto {
    padding-top: 80px;
}

.howto__title {
    font-size: 24px;
    font-feature-settings: "palt";
    letter-spacing: 2.5px;
    line-height: 1;
    font-weight: normal;
}

.howto__list {
    margin: 60px auto 0;
}

.howto__list li + li {
    margin-top: 50px;
}

.howto__list li:nth-child(2) .howto__txt::before {
    background-image: url(../img/icon_02.png);
}

.howto__list li:nth-child(3) .howto__txt::before {
    background-image: url(../img/icon_03.png);
}

.howto__txt {
    width: 760px;
    margin: 0 auto;
    padding-left: 90px;
    line-height: 1.7;
    text-align: left;
    font-size: 16px;
    font-feature-settings: "palt";
    letter-spacing: 2px;
    box-sizing: border-box;
    position: relative;
}

.howto__txt::before {
    position: absolute;
    display: block;
    content: '';
    width: 70px;
    height: 70px;
    top: -10px;
    left: 0;
    background-image: url(../img/icon_01.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}

.howto__txt span {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    padding-left: 1em;
    text-indent: -1em;
}

.howto__txt span::before {
    display: inline;
    content: '※';
}

.howto__img {
    margin-top: 28px;
}

/* ========== description ========== */
.description {
    width: 880px;
    margin: 0 auto;
    padding: 76px 0 0;
    background-color: #fff;
    border-radius: 8px;
}

/* ========== accordion ========== */
.accordion {
    margin-bottom: 50px;
}

.accordion dl {
    padding: 20px 60px 60px;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

.accordion dt {
    margin-bottom: 5px;
    font-weight: bold;
}

.accordion dd {
    margin-bottom: 30px;
}

.accordion dd:last-child {
    margin-bottom: 0;
}

.accordion li {
    padding-left: 1em;
    margin-bottom: 10px;
    text-indent: -1em;
}

.accordion li span {
    text-decoration: underline;
}

.accordion li.note {
    /* padding-left: 3em; */
    margin-top: -10px;
    margin-bottom: 5px;
    /* font-size: 12px; */
    text-indent: -1em;
}

.accordion .freedial {
    margin-right: 10px;
}

.accordion a:link,
.accordion a:hover,
.accordion a:visited {
    color: #000;
}

.accordion a:hover {
    text-decoration: none;
}

.accordion__trigger {
    position: relative;
    padding: 30px 0;
    color: #000;
    font-size: 24px;
    font-weight: normal;
    cursor: pointer;
}

.accordion__trigger:after {
    content: "";
    display: block;
    position: absolute;
    right: 50px;
    top: 45px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}

.accordion__trigger.active:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.accordion__inner {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #000;
}

/*  .accordion h2:hover{	opacity: 0.7;	} */
/*  .accordion h2::after:hover{	opacity: 0.7;	} */
.accordion__content {
    display: none;
}

/* ========== guideline ========== */
/* ========== rule ========== */
/* ========== apply ========== */
.apply__wrap {
    text-align: center;
}

.apply__inner {
    width: 760px;
    margin: 0 auto;
}

.apply__inner ul {
    margin-bottom: 55px;
}

.apply__inner li {
    padding-left: 1em;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    text-align: left;
    text-indent: -1em;
}

.apply__inner li + li {
    margin-top: 20px;
}

.agree {
    margin-bottom: 80px;
}

.agree img,
.apply img {
    margin: 0 auto;
}

.apply.active {
    position: relative;
}

.apply.active:after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: -23px;
    width: 100%;
    height: 23px;
    background-image: url(../img/apply_shadow.png);
    background-position: center top;
    background-size: 404px auto;
    background-repeat: no-repeat;
}

.agree .normal {
    display: block;
}

.agree .checked {
    display: none;
}

.agree.active .normal {
    display: none;
}

.agree.active .checked {
    display: block;
}

.apply.active .normal {
    display: block;
}

.apply.active .disable {
    display: none;
}

.apply .normal {
    display: none;
}

.apply .disable {
    display: block;
}

/*  .apply .agree .normal:hover,
.apply .agree .checked:hover,
.apply .apply .normal:hover
{	opacity: 0.7;	} */
/* ========== sec_foot ========== */
.sec_foot {
    margin-top: 80px;
    padding-bottom: 0px;
    margin-bottom: 95px;
}

.sec_foot .inner {
    width: 600px;
}

.sec_foot .visual {
    margin-bottom: 80px;
}

.sec_foot .visual p {
    padding: 15px 0;
    background-color: black;
    font-size: 24px;
}

.sec_foot .visual a:link,
.sec_foot .visual a:hover,
.sec_foot .visual a:visited {
    color: white;
    text-decoration: none;
}

.sec_foot .list {
    margin-bottom: 40px;
}

.sec_foot .top {
    margin-bottom: 60px;
}

.sec_foot .txt01 {
    margin-bottom: 30px;
}

/* ========== contactArea ========== */
.contactArea {
    margin-bottom: 90px;
}

.contactArea p:first-child {
    margin-bottom: 40px;
}
