@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;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          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;
}

.main .min {
  font-family: "A+mfCv-TP明朝 ミドルコントラスト R StdN";
}

/*---------- 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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ========== kv ========== */
.kv {
  width: 960px;
  margin: 0 auto;
}
.kv img {
  width: 100%;
  height: auto;
}

/* ========== feature ========== */
.feature {
  background-color: #f6f6f6;
  text-align: center;
  padding: 70px 100px 106px;
}

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

.feature__term {
  width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 55px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
}
.feature__term dt {
  font-size: 21px;
  line-height: 40px;
  width: 270px;
  background-color: #de2528;
  color: #fff;
  padding: 5px 15px;
}
.feature__term dd {
  width: 630px;
  font-size: 21px;
  font-weight: bold;
  border-top: 2px solid #de2528;
  border-right: 2px solid #de2528;
  border-bottom: 2px solid #de2528;
  background-color: #fff;
  line-height: 44px;
  letter-spacing: 1.5px;
}
.feature__term dd span {
  font-size: 16px;
}

.feature__txt {
  font-size: 20px;
}

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

.feature__detail__content {
  margin: 0;
}
.feature__detail__content img {
  position: relative;
  left: -50px;
  margin-bottom: 26px;
}
.feature__detail__content figcaption {
  font-size: 16px;
  line-height: 28px;
}

.feature__title {
  font-size: 34px;
  color: #de2528;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1.5px;
  line-height: 1.5;
  margin-bottom: 48px;
}
.feature__title span {
  font-size: 22px;
}
.feature__title span .lg {
  font-size: 32px;
}

.feature__lead {
  width: 760px;
  padding-top: 72px;
}
.feature__lead h3 {
  font-size: 32px;
  line-height: 28px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  margin-bottom: 64px;
}
.feature__lead ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.feature__lead li {
  width: 240px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  padding: 56px 0 32px 32px;
  background-color: #fff;
}
.feature__lead li:nth-child(3) {
  padding: 48px 0 40px 32px;
}
.feature__lead li .feature__lead__img {
  position: absolute;
  top: -18px;
  left: 32px;
  padding-bottom: 8px;
  border-bottom: 1px solid #de2528;
}
.feature__lead li .feature__lead__text {
  font-size: 16px;
  line-height: 24px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

.howto__title {
  font-size: 24px;
  -webkit-font-feature-settings: "palt";
          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;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 2px;
  -webkit-box-sizing: border-box;
          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);
  -webkit-background-size: 100% auto;
          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;
  padding: 0 40px 20px;
  background-color: #f6f6f6;
  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%;
  -webkit-box-sizing: border-box;
          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;
  -webkit-background-size: 404px auto;
          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;
}
