@charset "UTF-8";
/*--------------------------------------------------------------【サンプルコメント】*/
/* サンプルコメント（example）
----------------------------------------------- */
/* ================================================================================ */
/*                                                                                  */
/*      レイアウト                                                                  */
/*                                                                                  */
/* ================================================================================ */
.l-container {
  overflow: hidden;
}

/* ================================================================================ */
/*                                                                                  */
/*      モジュール                                                                  */
/*                                                                                  */
/* ================================================================================ */
/*--------------------------------------------------------------home-hero*/
.home-hero {
  background-image: url("../img/default/top_main02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 700px;
  position: relative;
}

/* .home-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
} */
.home-hero__ {
  width: 1000px;
  margin: 0 auto;
}

.home-hero__info {
  text-align: center;
  margin: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home-hero__info__description {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5), 0px 0px 10px rgba(255, 255, 255, 0.5), 0px 0px 10px rgba(255, 255, 255, 0.5), 0px 0px 10px rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  padding: 0 0 10px 0;
  line-height: 1.2;
}

.home-linkBtn {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), black);
  text-decoration: none;
  padding: 15px 100px 12px;
  line-height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset -1px -1px rgba(255, 255, 255, 0.1), inset 1px 1px rgba(255, 255, 255, 0.1);
          box-shadow: inset -1px -1px rgba(255, 255, 255, 0.1), inset 1px 1px rgba(255, 255, 255, 0.1);
}

.home-linkBtn:hover {
  opacity: 0.8;
}

.home-linkBtn__name {
  color: #fff;
  font-size: 18px;
}

/* smartphone横(landscape) */
@media only screen and (max-width: 640px) {
  .home-hero {
    background-image: url("../img/default/top_main.jpg");
    min-height: 300px;
  }
  .home-hero__ {
    width: 100%;
  }
  .home-hero__info {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .home-hero__info__description {
    font-size: 20px;
    padding: 0 0 5px 0;
    line-height: 30px;
  }
  .home-linkBtn {
    padding: 7px 60px 8px;
    line-height: 55px;
  }
  .home-linkBtn__name {
    font-size: 11px;
  }
}

/*--------------------------------------------------------------home-loginRegistSp*/
/* smartphone横(landscape) */
@media only screen and (min-width: 640px) {
  .home-loginRegistSp {
    display: none;
  }
}

/* smartphone横(landscape) */
@media only screen and (max-width: 640px) {
  .home-loginRegistSp {
    display: block;
    padding: 10px 0;
  }
}

/*--------------------------------------------------------------home-message*/
.home-message {
  background: url("../img/default/home_message.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}

.home-message::before,
.home-message::after {
  content: '';
  display: block;
  height: 5px;
  margin-left: -16px;
  background: #d6af31;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 51%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.5) 100%);
}

.home-message__ {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 310px;
  position: relative;
}

.home-message__area {
  width: 1000px;
  margin: 0 auto;
  padding: 0px 10px 0;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
}

.home-message__area__title {
  color: #FFF;
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 20px;
}

.home-message__area__text {
  color: #fff;
  line-height: 28px;
  font-size: 16px;
}

/* smartphone横(landscape) */
@media only screen and (max-width: 640px) {
  .home-message {
    height: 200px;
  }
  .home-message::before,
  .home-message::after {
    height: 3px;
  }
  .home-message__ {
    height: 200px;
  }
  .home-message__area {
    width: 100%;
    padding: 0 20px 0;
  }
  .home-message__area__title {
    font-size: 23px;
  }
  .font-family {
    font-size: 10px;
    line-height: 15px;
  }
}

/*--------------------------------------------------------------Home-reading*/
.home-reading {
  padding: 80px 0 0;
}

.home-reading__title {
  font-size: 38px;
  text-align: center;
  color: #333;
  margin: 0 0 20px;
}

.home-reading__desc {
  font-size: 16px;
  text-align: center;
  margin: 0 0 40px;
  line-height: 1.6em;
}

.home-reading__desc > br {
  display: none;
}

/* smartphone横(landscape) */
@media only screen and (max-width: 640px) {
  .home-reading {
    padding: 40px 0 0;
  }
  .home-reading__title {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .home-reading__desc {
    font-size: 11px;
    margin: 0 0 20px;
  }
  .home-reading__desc > br {
    display: block;
  }
}

/*--------------------------------------------------------------Home-stepLists*/
.home-stepLists {
  width: 1000px;
  margin: 0 auto;
}

.home-stepLists__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 -30px;
  padding: 0 0 80px 0;
  list-style: none;
}

.home-stepLists__part {
  width: 33.3333%;
  padding: 0 30px;
  position: relative;
}

.home-stepLists__part:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #666;
}

.home-stepCard {
  background: #FFF;
  padding: 5px;
  border: 1px solid #DDD;
  -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.home-stepCard__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.home-stepCard__c {
  position: relative;
  top: -35px;
  margin: 0 0 -35px;
}

.home-stepCard__c__head {
  position: relative;
}

.home-stepCard__c__head__num {
  display: block;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
  background: linear-gradient(to bottom, #333, #000);
  color: #FFF;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 3px solid #FFF;
  margin: 0 auto;
  position: relative;
}

.home-stepCard__c__head__num__ {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home-stepCard__c__head__num__txt {
  display: block;
  font-size: 12px;
}

.home-stepCard__c__head__num__no {
  display: block;
  font-size: 20px;
  margin: 2px 0 0;
}

.home-stepCard__c__head__title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  margin: 10px 0;
  color: #333;
}

.home-stepCard__c__head__title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #333;
}

.home-stepCard__c__body {
  padding: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

/* smartphone横(landscape) */
@media only screen and (max-width: 640px) {
  .home-stepLists {
    width: 100%;
  }
  .home-stepLists__ {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0 0 10px 0;
  }
  .home-stepLists__part {
    width: 100%;
    padding: 0 10px 30px;
  }
  .home-stepLists__part:not(:last-child)::after {
    right: 50%;
    top: 100%;
    -webkit-transform: translate(50%, -100%);
        -ms-transform: translate(50%, -100%);
            transform: translate(50%, -100%);
    width: 0;
    height: 0;
    border-top: 10px solid #666;
    border-right: 20px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid transparent;
  }
  .home-stepCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  }
  .home-stepCard__thumb img {
    width: 140px;
  }
  .home-stepCard__c {
    top: 0;
    margin: 0;
    padding: 5px;
  }
  .home-stepCard__c__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 5px;
  }
  .home-stepCard__c__head__num {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin: 0 5px;
    border: none;
    -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  }
  .home-stepCard__c__head__num__txt {
    font-size: 10px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .home-stepCard__c__head__num__no {
    font-size: 12px;
  }
  .home-stepCard__c__head__title {
    font-size: 12px;
    text-align: left;
    line-height: 1.4em;
    letter-spacing: 0;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .home-stepCard__c__head__title::after {
    display: none;
  }
  .home-stepCard__c__body {
    font-size: 10px;
    padding: 5px 0 0 5px;
  }
}

/*--------------------------------------------------------------home-step*/
.home-step {
  width: 100%;
  position: relative;
  padding: 0 0 70px;
}

.home-step__ {
  width: 1000px;
  margin: 0 auto;
}

.home-step__flowDes {
  text-align: center;
  padding: 80px 0 40px;
}

.home-step__flowDes__title {
  background: #c29f04;
  background: -webkit-linear-gradient(top, #8E8164 0%, #9e8952 50%, #796737 70%, #796737 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 20px;
  letter-spacing: -2px;
}

.home-step__flowDes__text {
  font-size: 16px;
}

.home-step__flowDes__text br {
  display: none;
}

.home-step__flowChart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.home-flowChart {
  width: 100%;
  background: #fff;
  position: relative;
  border: 1px solid #ddd;
}

.home-flowChart--step1 {
  margin: 0px 20px 0 0;
}

.home-flowChart--step1:after {
  position: absolute;
  content: '';
  bottom: 0%;
  top: 190px;
  left: 323px;
  border: 15px solid transparent;
  border-left: 15px solid #C72F57;
  width: 0;
  height: 0;
}

.home-flowChart--step2 {
  margin: 0 20px 0 18px;
}

.home-flowChart--step2:after {
  position: absolute;
  content: '';
  bottom: 0%;
  top: 190px;
  left: 323px;
  border: 15px solid transparent;
  border-left: 15px solid #C72F57;
  width: 0;
  height: 0;
}

.home-flowChart--step3 {
  margin: 0 0px 0 18px;
}

.home-flowChart__img {
  padding: 5px 5px 0px 5px;
}

.home-flowChart__img img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.home-flowDes {
  position: relative;
  padding: 15px 10px 0px;
}

.home-flowDes__num {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  border-radius: 100%;
  border: 2px solid #fff;
  background: -webkit-linear-gradient(top, #8E8164 0%, #8E8164 30%, #796737 70%, #796737 100%);
  font-size: 10px;
  color: #fff;
}

.home-flowDes__num__txt {
  font-size: 12px;
  padding: 10px 0 0;
}

.home-flowDes__num__figure {
  font-size: 18px;
  line-height: 20px;
}

.home-flowDes__title {
  padding: 30px 0 0;
}

.home-flowDes__title__txt {
  color: #796737;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.home-flowDes__title__txt:before {
  content: '';
  position: absolute;
  bottom: -13px;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #796737;
  border-radius: 2px;
}

.home-flowDes__text {
  padding: 30px 10px;
}

.home-flowDes__text__des {
  line-height: 22px;
  font-size: 16px;
}

/* smartphone横(landscape) */
@media only screen and (max-width: 640px) {
  .home-step {
    padding: 0 0 40px;
  }
  .home-step__ {
    width: 100%;
  }
  .home-step__flowDes {
    padding: 40px 10px 20px;
  }
  .home-step__flowDes__title {
    font-size: 18px;
    margin: 0 0 10px;
    letter-spacing: 0px;
  }
  .home-step__flowDes__text {
    font-size: 10px;
    line-height: 18px;
  }
  .home-step__flowDes__text br {
    display: block;
  }
  .home-step__flowChart {
    display: block;
    padding: 0 10px;
  }
  .home-flowChart {
    width: 100%;
    padding: 0px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-flowChart--step1:after,
  .home-flowChart--step2:after {
    border-top: 15px solid #C72F57;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    margin: 13px auto;
    text-align: center;
    bottom: 0px;
    top: 100%;
    left: 0px;
    right: 0px;
  }
  .home-flowChart--step2,
  .home-flowChart--step3 {
    margin: 40px 0px 0 0px;
  }
  .home-flowChart:after {
    content: '';
    display: block;
    clear: both;
  }
  .home-flowChart__img {
    padding: 5px 2px 5px 5px;
  }
  .home-flowChart__img img {
    width: 140px;
    display: block;
  }
  .home-flowDes {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0px;
  }
  .home-flowDes__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0 0;
  }
  .home-flowDes__num {
    font-size: 10px;
    position: static;
    margin: 3px 5px 3px 10px;
    width: 45px;
    height: 45px;
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  .home-flowDes__num__txt {
    font-size: 10px;
    padding: 6px 0 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .home-flowDes__num__figure {
    font-size: 12px;
    line-height: 15px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
        transform: scale(0.8);
  }
  .home-flowDes__title {
    vertical-align: super;
    padding: 20px 0 0;
    margin: 0px;
  }
  .home-flowDes__title__txt {
    font-size: 11px;
    letter-spacing: -0.2px;
    text-align: left;
    line-height: 13px;
    padding: 0px 5px 0 0;
  }
  .home-flowDes__title__txt:before {
    content: none;
  }
  .home-flowDes__text {
    text-align: left;
    padding: 3px 10px 0px;
  }
  .home-flowDes__text__des {
    line-height: 13px;
    font-size: 10px;
  }
}

/*--------------------------------------------------------------home-support*/
.home-support {
  background: #222;
  width: 100%;
  color: #fff;
}

.home-support__ {
  width: 1000px;
  margin: 0 auto;
}

.home-support__des {
  text-align: center;
  padding: 80px 0 40px;
}

.home-support__des__title {
  color: #FFF;
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 20px;
}

.home-support__des__text {
  padding: 0px 20px;
  font-size: 16px;
}

.home-support__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-security {
  text-align: center;
  margin: 0 45px;
  width: 33.333333%;
}

.home-relaxed__title {
  padding: 20px 0 30px;
}

.home-relaxed__title__txt {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.home-relaxed__title__txt::after {
  content: '';
  position: absolute;
  bottom: -13px;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}

.home-relaxed__des {
  text-align: left;
  padding: 0 0 50px;
}

.home-relaxed__des__txt {
  line-height: 22px;
  font-size: 15px;
}

.home-registArea {
  text-align: center;
}

.home-registArea__registBtn {
  margin: 0 10px;
  padding: 1em 8em;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 17px;
  text-decoration: none;
  background: #333;
  border-radius: 3px;
  letter-spacing: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), black);
  border: 1px solid rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}

.home-registArea__registBtn:hover {
  opacity: 0.8;
}

.home-registArea__registBtn__text {
  color: #FFF;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.home-registArea__attention {
  padding: 30px 0 70px;
}

/* smartphone横(landscape) */
@media only screen and (max-width: 640px) {
  .home-support__ {
    width: 100%;
  }
  .home-support__des {
    padding: 40px 10px 20px;
  }
  .home-support__des__title {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .home-support__des__text {
    font-size: 10px;
    line-height: 18px;
    padding: 0px;
  }
  .home-support__image {
    display: block;
    margin: 0 0 20px;
    padding: 10px;
  }
  .home-security {
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .home-security__image {
    margin: 0 15px 0 0;
  }
  .home-security__image img {
    width: 80px;
  }
  .home-relaxed {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .home-relaxed__title {
    text-align: left;
    padding: 0 0 14px;
  }
  .home-relaxed__title__txt {
    font-size: 13px;
  }
  .home-relaxed__title__txt::after {
    position: absolute;
    left: 0%;
    bottom: -7px;
    margin: 0 0 0 20px;
    width: 40px;
    height: 1px;
  }
  .home-relaxed__des {
    padding: 0;
  }
  .home-relaxed__des__txt {
    line-height: 16px;
    font-size: 10px;
  }
  .home-registArea__registBtn {
    padding: 0.8em 4em;
  }
  .home-registArea__registBtn__text {
    font-size: 13px;
  }
  .home-registArea__attention {
    font-size: 10px;
    padding: 20px 0 40px;
  }
}

/*--------------------------------------------------------------home-reason*/
.home-reason {
  width: 100%;
  position: relative;
}

.home-reason__ {
  width: 1000px;
  margin: 0 auto;
}

.home-reason__des {
  text-align: center;
  padding: 80px 0px 40px;
}

.home-reason__des__title {
  color: #333;
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 20px;
}

.home-reason__des__text {
  font-size: 16px;
}

.home-reason__des__text br {
  display: none;
}

.home-reason__info {
  padding: 0px 0 10px;
}

.home-elected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  position: relative;
}

.home-elected--no2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.home-elected__image {
  margin: 0 30px 0 0;
}

.home-elected__image img {
  padding: 5px;
  background: #fff;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}

.home-elected__image--no2 {
  margin: 0 0 0 30px;
}

.home-elected__des {
  padding: 50px 0px 60px 30px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.home-elected__des--no2 {
  padding: 50px 30px 60px 0px;
}

.home-elected__des__title {
  color: #333;
  font-size: 30px;
  line-height: 40px;
  padding: 0 0 20px;
  font-weight: bold;
}

.home-elected__des__imgSp {
  display: none;
}

.home-elected__des__letter {
  padding: 5px 0;
}

.home-elected__des__letter--no1 {
  background: url(../img/default/1.png) no-repeat;
  background-position: right bottom;
  background-size: 25%;
  height: 150px;
}

.home-elected__des__letter--no2 {
  background: url(../img/default/2.png) no-repeat;
  background-position: right bottom;
  background-size: 25%;
  height: 150px;
}

.home-elected__des__letter--no3 {
  background: url(../img/default/3.png) no-repeat;
  background-position: right bottom;
  background-size: 25%;
  height: 150px;
}

.home-elected__des__letter__text {
  line-height: 30px;
  font-size: 16px;
}

/* smartphone横(landscape) */
@media only screen and (max-width: 640px) {
  .home-reason__ {
    width: 100%;
  }
  .home-reason__des {
    padding: 40px 10px 15px;
  }
  .home-reason__des__title {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .home-reason__des__text {
    font-size: 10px;
    line-height: 18px;
  }
  .home-reason__des__text br {
    display: block;
  }
  .home-reason__info {
    padding: 0px;
  }
  .home-electedTitleSp:before {
    text-align: left;
    color: #50506F;
    font-size: 13px;
    padding: 10px 0 10px 10px;
    font-weight: bold;
    letter-spacing: -0.5px;
  }
  .home-elected {
    padding: 0px;
    margin: 0 0 20px 0;
  }
  .home-elected__image {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .home-elected__image--no1,
  .home-elected__image--no2,
  .home-elected__image--no3 {
    margin: 0 10px;
    display: none;
  }
  .home-elected__image img {
    width: 150px;
    padding: 3px;
  }
  .home-elected__des {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0px;
    border-collapse: separate;
    border-spacing: 10px 0;
  }
  .home-elected__des:after {
    content: '';
    display: block;
    clear: both;
  }
  .home-elected__des__title {
    font-size: 13px;
    letter-spacing: -0.5px;
    padding: 0 10px 0px;
  }
  .home-elected__des__title--no2 {
    padding: 0px 10px 5px;
  }
  .home-elected__des__title br {
    display: none;
  }
  .home-elected__des__imgSp {
    display: table-cell;
    margin: 0 10px;
    float: left;
  }
  .home-elected__des__imgSp--no2 {
    float: right;
  }
  .home-elected__des__imgSp img {
    background: #fff;
    -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
    padding: 3px;
    max-width: 150px;
    height: auto;
  }
  .home-elected__des__letter--no1 {
    background: url(../img/default/1.png) no-repeat;
  }
  .home-elected__des__letter--no2 {
    background: url(../img/default/2.png) no-repeat;
  }
  .home-elected__des__letter--no3 {
    background: url(../img/default/3.png) no-repeat;
  }
  .home-elected__des__letter--no1,
  .home-elected__des__letter--no2,
  .home-elected__des__letter--no3 {
    background-position: right bottom;
    background-size: 25%;
    height: 120px;
    display: table-cell;
    vertical-align: top;
  }
  .home-elected__des__letter__text {
    font-size: 10px;
    line-height: 15px;
  }
}

/*--------------------------------------------------------------home-hero2*/
.home-hero2 {
  background-image: url("../img/default/top_main.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 490px;
  position: relative;
}

.home-hero2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.home-hero2__ {
  width: 1000px;
  margin: 0 auto;
}

.home-hero2__info {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.home-hero2__info__description {
  font-weight: bold;
  margin: 0 0 0px;
  font-size: 36px;
  line-height: 52px;
  color: #FFF;
  text-shadow: 0px 0px 10px #fff;
  white-space: nowrap;
}

.home-registArea--hero2 {
  margin: 25px 0 0 0;
}

.home-registArea__attention--hero2 {
  padding: 30px 0 0px;
  color: #FFF;
}

/* smartphone横(landscape) */
@media only screen and (max-width: 640px) {
  .home-hero2 {
    background-image: url("../img/default/top_main.jpg");
    min-height: 300px;
  }
  .home-hero2__ {
    width: 100%;
  }
  .home-hero2__info {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .home-hero2__info__description {
    font-size: 20px;
    line-height: 26px;
  }
  .home-registArea__attention--hero2 {
    padding: 20px 0 0;
    color: #FFF;
  }
}

/*--------------------------------------------------------------home-pageTop*/
/* smartphone横(landscape) */
@media only screen and (min-width: 640px) {
  .home-pageTop {
    display: none;
  }
}

/* smartphone横(landscape) */
@media only screen and (max-width: 640px) {
  .home-pageTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .home-pageTop__link {
    padding: 20px 0;
    background: #7C6A3A;
    text-decoration: none;
    width: 100%;
  }
  .home-pageTop__link:hover {
    opacity: 0.8;
  }
  .home-pageTop__link__text {
    color: #fff;
  }
}

/* ================================================================================ */
/*                                                                                  */
/*      レスポンシブ対応(PCファースト)                                              */
/*                                                                                  */
/* ================================================================================ */
/* iPad縦(portrait) */
/* smartphone横(landscape) */
/* iPhone横(landscape) */
/* smartphone縦(portrait) */
/* iPhone縦(portrait) */
/* viewportの仕様上、指定可能な最小幅 */
/* ================================================================================ */
/*                                                                                  */
/*      デザインテーマ                                                               */
/*                                                                                  */
/* ================================================================================ */
.main_imgBox {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}

.main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 800px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 32s 0s infinite;
  animation: anime 32s 0s infinite;
}

.main_img:nth-of-type(2) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.main_img:nth-of-type(3) {
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}

.main_img:nth-of-type(4) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  38% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  38% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

/* ================================================================================ */
/*                                                                                  */
/*       TOP style  2020/12/5                                                       */
/*                                                                                  */
/* ================================================================================ */
/** TOP共通 **/
.topWrapper {
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  background-color: white;
}

.homeContainer {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

.homeSectionTitileBox {
  position: relative;
  width: 100%;
  margin: 40px 0 60px;
}

.homeSectionTitileBox__title {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #D1A46B;
}

.homeSectionTitileBox__img {
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 300px;
}

.homeSectionExplainText {
  color: #727171;
  line-height: 27px;
  margin-bottom: 50px;
}

.homeBannerBox {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.homeBannerBox__img {
  width: 100%;
}

.tbOn, .spOn {
  display: none;
}

/** 各セクションスタイル **/
/* メインビジュアル */
.home-hero {
  position: relative;
  width: 100%;
}

.main_heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  text-align: center;
}

.main_heading--img {
  width: 75%;
  min-width: 20px;
  margin-bottom: 25px;
}

.main_heading--text {
  font-size: 16px;
  line-height: 30px;
  color: white;
  font-weight: "Noto Serif JP", serif;
}

.main_heading--red, .main_heading--green, .main_heading--yellow, .main_heading--blue {
  font-size: 18px;
  font-weight: 600;
}

.main_heading--red {
  color: #D70051;
}

.main_heading--green {
  color: #D1A46B;
}

.main_heading--yellow {
  color: #8FC31F;
}

.main_heading--blue {
  color: #036EB8;
}

/* 大人の婚活サイト */
.homeMessage {
  position: relative;
  background-image: url("../img/背景01.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 380px;
}

.homeMessage__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 600px;
}

.homeMessage__heading {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 20px;
  color: #727171;
}

.homeMessage__contents {
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 40px 0;
}

.homeMessage__contents--text {
  line-height: 30px;
  color: #727171;
}

/* 簡単な3ステップ */
.homeStep {
  width: 100%;
}

.homeStep__flexContents {
  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;
  width: 100%;
  margin: 140px 0;
}

.homeStep__card {
  position: relative;
  width: calc((100% / 3) - 30px);
  min-width: 220px;
  height: 300px;
}

.homeStep__card--text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  line-height: 23px;
  letter-spacing: 2px;
  font-size: 19px;
  color: #727171;
}

.homeStep__card--img {
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.homeStep__arrow {
  width: 32px;
  height: 55px;
}

/* ご登録後の簡単操作 */
.homeRegister {
  width: 100%;
}

.homeRegister__flexColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 200px;
}

.homeRegister__flexColumn--box {
  position: relative;
  width: 100%;
}

.homeRegister__flexColumn--box--img {
  width: 100%;
}

.homeRegister__flexColumn--box--heading {
  position: absolute;
  top: 29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  color: #D1A46B;
  font-size: 35px;
}

.homeRegister__flexColumn--box--heading--red {
  color: #D70051;
}

.homeRegister__flexColumn--textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 96px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70%;
}

.homeRegister__flexColumn--textBox--img {
  width: 100px;
  min-width: 30px;
  margin-right: 28px;
}

.homeRegister__flexColumn--textBox--text {
  width: auto;
  min-width: 300px;
  line-height: 25px;
  text-align: left;
  color: white;
}

.homeRegister__flexColumn--arrow {
  width: 100px;
  margin: 30px 0;
}

/* 独自システムによる安心セキュリティ */
.homeSecurity {
  width: 100%;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(66%, #dee7f0));
  background: linear-gradient(90deg, white 0%, #dee7f0 66%);
  padding-bottom: 50px;
}

.homeSecurity__flexContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
}

.homeSecurity__flexContents--box {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100%/3) - 40px);
  padding: 20px 5px;
}

.homeSecurity__flexContents--box--img {
  width: 77%;
}

.homeSecurity__flexContents--box--heading {
  position: relative;
  margin: 25px 0;
  font-size: 22px;
  color: #485B6F;
}

.homeSecurity__flexContents--box--heading:before {
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  background-color: #D1A46B;
  width: 50%;
  height: 1.5px;
}

.homeSecurity__flexContents--box--text {
  line-height: 30px;
}

/* ================================================================================ */
/*      レスポンシブ対応(PCファースト)                                              */
/* ================================================================================ */
/* iPad縦(portrait) */
@media only screen and (max-width: 1024px) {
  .homeContainer {
    padding: 40px 20px;
  }
  .homeStep__flexContents {
    margin: 100px 0;
  }
  .homeStep__card--text {
    top: 34%;
    font-size: 17px;
  }
  .homeStep__arrow {
    width: 23px;
    height: 43px;
    margin-bottom: 75px;
  }
  .homeRegister {
    width: 100%;
  }
  .homeRegister__flexColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 110px;
  }
  .homeRegister__flexColumn--box--heading {
    top: 19px;
    left: 50%;
    font-size: 29px;
  }
  .homeRegister__flexColumn--textBox {
    top: 70px;
  }
  .homeRegister__flexColumn--textBox--text {
    width: 100%;
    min-width: 300px;
    line-height: 25px;
  }
  .homeRegister__flexColumn--arrow {
    width: 100px;
    margin: 30px 0;
  }
  .cmn-linkList__item {
    margin: 0 0 20px;
    font-size: 12px;
    width: calc(100%/3);
  }
}

/* smartphone横(landscape) */
@media only screen and (max-width: 768px) {
  .tbOn {
    display: block;
  }
  .topWrapper {
    font-size: 12px;
  }
  .main_heading {
    width: 95%;
  }
  .main_heading--img {
    width: 95%;
  }
  .main_imgBox {
    height: 100%;
  }
  .main_img {
    height: 100%;
  }
  .homeSectionTitileBox {
    position: relative;
    width: 100%;
    margin: 30px 0 50px;
  }
  .homeSectionTitileBox__title {
    font-size: 24px;
  }
  .homeSectionTitileBox__img {
    width: 200px;
  }
  .homeBannerBox {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .homeBannerBox__img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home-hero {
    position: relative;
    width: 100%;
    height: 90vh;
  }
  .homeMessage {
    position: relative;
    background-image: url("../img/背景01.png");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 380px;
  }
  .homeMessage__img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    min-width: 320px;
  }
  .homeMessage__heading {
    position: absolute;
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 20px;
  }
  .homeMessage__contents {
    position: absolute;
    top: 120px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 40px 0;
  }
  .homeMessage__contents--text {
    line-height: 30px;
    color: #727171;
  }
  .homeStep__flexContents {
    margin: 90px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homeStep__card {
    width: 50%;
    min-width: 350px;
  }
  .homeStep__card--text {
    top: 57%;
    font-size: 17px;
  }
  .homeStep__arrow {
    margin: 70px 0 90px 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .homeRegister {
    width: 100%;
  }
  .homeRegister__flexColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 110px;
  }
  .homeRegister__flexColumn--box--heading {
    top: 18px;
    left: 50%;
    font-size: 20px;
    text-align: left;
    width: 300px;
    line-height: 26px;
  }
  .homeRegister__flexColumn--box--img {
    height: 200px;
  }
  .homeRegister__flexColumn--textBox {
    top: 77px;
  }
  .homeRegister__flexColumn--textBox--img {
    min-width: 30px;
    height: 50px;
    margin-right: 15px;
  }
  .homeRegister__flexColumn--textBox--text {
    width: 100%;
    min-width: 300px;
    line-height: 25px;
  }
  .homeRegister__flexColumn--arrow {
    width: 50px;
    margin: 15px 0;
  }
  .homeSecurity {
    width: 100%;
    background: white;
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(66%, #dee7f0));
    background: linear-gradient(90deg, white 0%, #dee7f0 66%);
    padding-bottom: 50px;
  }
  .homeSecurity__flexContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 100px;
  }
  .homeSecurity__flexContents--box {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
    padding: 20px 5px;
  }
  .homeSecurity__flexContents--box--img {
    width: 30%;
  }
  .homeSecurity__flexContents--box--heading {
    position: relative;
    margin: 25px 0;
    font-size: 22px;
    color: #485B6F;
  }
  .homeSecurity__flexContents--box--heading:before {
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: '';
    background-color: #D1A46B;
    width: 50%;
    height: 1.5px;
  }
  .homeSecurity__flexContents--box--text {
    line-height: 30px;
  }
}

/* iPhone横(landscape) */
@media only screen and (max-width: 480px) {
  .spOff {
    display: none;
  }
  .spOn {
    display: block;
  }
  .topWrapper {
    font-size: 10px;
  }
  .homeContainer {
    padding: 40px 10px;
  }
  .main_heading--text {
    font-size: 13px;
    line-height: 20px;
  }
  .main_heading--red, .main_heading--green, .main_heading--yellow, .main_heading--blue {
    font-size: 14px;
  }
  .homeMessage__img {
    height: 95%;
    min-width: 270px;
  }
  .homeMessage__contents {
    width: 80%;
  }
  .homeMessage__contents--text {
    line-height: 30px;
    color: #727171;
  }
  .homeStep__flexContents {
    margin: 90px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homeStep__card {
    width: 50%;
    min-width: 300px;
  }
  .homeStep__arrow {
    margin: 20px 0 60px;
  }
  .homeRegister {
    width: 100%;
  }
  .homeRegister__flexColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 110px;
  }
  .homeRegister__flexColumn--box--heading {
    top: 15px;
    left: 52%;
    font-size: 18px;
    text-align: center;
    width: 300px;
    line-height: 26px;
  }
  .homeRegister__flexColumn--box--img {
    height: 200px;
  }
  .homeRegister__flexColumn--textBox {
    top: 77px;
    width: 90%;
  }
  .homeRegister__flexColumn--textBox--img {
    width: 17px;
    height: 30px;
    margin-right: 15px;
  }
  .homeRegister__flexColumn--textBox--text {
    width: 90%;
    min-width: 200px;
    line-height: 25px;
  }
  .homeRegister__flexColumn--arrow {
    width: 50px;
    margin: 15px 0;
  }
}

/**** 下層ページ *****/
.l-contents {
  max-width: 1000px;
  min-height: 50vh;
}

.cmn-path {
  background-color: rgba(212, 212, 212, 0.603);
  -webkit-box-shadow: 1px 1px 13px 0.1px #f0f0f0;
          box-shadow: 1px 1px 13px 0.1px #f0f0f0;
}

.cmslPanel {
  width: 100%;
  margin: 0 auto;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cmslPanel__body {
  max-width: 1000px;
  margin: 10px auto;
  padding: 30px;
  border-bottom: none;
  -webkit-box-shadow: 1px 1px 13px 0.1px #f0f0f0;
          box-shadow: 1px 1px 13px 0.1px #f0f0f0;
}

.mainArticle {
  width: 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  border-radius: 5px;
  margin: auto;
  padding: 30px;
}

.mainArticle__title--lv2 {
  display: inline-block;
  position: relative;
  margin: 0 auto 20px auto;
  padding-left: 7px;
  border-bottom: #d1a56b9a solid 0.2px;
  text-align: center;
  font-size: 30px;
  color: #D1A46B;
}

.mainArticle__title--lv2::before, .mainArticle__title--lv2::after {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 5px;
  height: 5px;
  background-color: #D1A46B;
}

.mainArticle__title--lv2::before {
  left: -20px;
}

.mainArticle__title--lv2::after {
  right: -20px;
}

.textBox {
  -webkit-box-shadow: 1px 1px 2px 0px #4b4b4b70;
          box-shadow: 1px 1px 2px 0px #4b4b4b70;
  border-radius: 2px;
  background-color: white;
  width: 80%;
  max-width: 600px;
  min-width: 280px;
  height: auto;
  margin: 0 auto 0;
  padding: 25px 50px;
}

.textBox p {
  text-align: left;
  line-height: 29px;
  letter-spacing: 2.5px;
}

.mainArticle__rule .mainArticle__title--lv3,
.mainArticle__rule p {
  text-align: left;
}

.mainArticle__rule li {
  font-size: 0.9em;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}

.mainArticle__policy .mainArticle__title--lv3,
.mainArticle__policy p {
  text-align: left;
}

.mainArticle__policy li {
  font-size: 0.9em;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}

.pricingWrapper {
  min-height: 40vh;
  margin: 50px auto 50px;
  text-align: center;
}

.pricingInner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.pricingButton {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  max-width: 300px;
  min-width: 190px;
  height: 65px;
  margin: 80px auto;
  border-radius: 10px;
  border: 1px solid #5600e0b4;
  background-color: white;
  color: #5600e0b4;
  font-size: 15px;
  font-weight: 500;
  line-height: 65px;
  text-decoration: none;
}

.pricingButton:hover {
  background-color: #5600e0b4;
  color: white;
}

.pricingTable {
  position: relative;
  width: calc(100% / 3);
  max-width: 400px;
  min-width: 240px;
  height: 450px;
  border-collapse: collapse;
  -webkit-box-shadow: 0px 0px 9px #83838348;
          box-shadow: 0px 0px 9px #83838348;
  border-radius: 5px;
  overflow: hidden;
}

.pricingTable th,
.pricingTable td {
  vertical-align: middle;
}

.pricingTable th {
  padding: 45px 0;
  font-size: 29px;
  letter-spacing: 2px;
  color: white;
}

.pricingTable td {
  position: relative;
  padding: 10px;
}

.pricingTable:nth-child(1) th {
  background-color: #668df0;
}

.pricingTable:nth-child(2) th {
  background-color: #f3b7d4;
}

.pricingMoney {
  position: relative;
  font-weight: 600;
  font-size: 40px;
}

.pricingMoney::before {
  position: absolute;
  bottom: 1px;
  left: 12%;
  content: "";
  width: 90%;
  height: 1px;
  background-color: #e7e6e6;
  background-origin: 3px;
}

.pricing30days {
  position: absolute;
  top: 30px;
  left: 30px;
}

.pricingMonth {
  color: #504646;
}

/* iPad縦(portrait) */
@media only screen and (max-width: 1024px) {
  .mainArticle__title--lv2 {
    font-size: 27px;
  }
  .mainArticle__title--lv2::before, .mainArticle__title--lv2::after {
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    content: "";
    width: 4px;
    height: 4px;
    background-color: #D1A46B;
  }
  .mainArticle__title--lv2::before {
    left: -20px;
  }
  .mainArticle__title--lv2::after {
    right: -20px;
  }
}

/* smartphone横(landscape) */
@media only screen and (max-width: 768px) {
  .cmslPanel {
    width: 95%;
  }
  .cmslPanel__body {
    padding: 0;
  }
  .mainArticle {
    padding: 10px 0;
  }
  .mainArticle__title--lv2 {
    font-size: 20px;
  }
  .mainArticle__title--lv2::before, .mainArticle__title--lv2::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    content: "";
    width: 3px;
    height: 3px;
    background-color: #D1A46B;
  }
  .mainArticle__title--lv2::before {
    left: -10px;
  }
  .mainArticle__title--lv2::after {
    right: -10px;
  }
  .textBox {
    -webkit-box-shadow: 1px 1px 2px 0px #4b4b4b70;
            box-shadow: 1px 1px 2px 0px #4b4b4b70;
    border-radius: 2px;
    background-color: white;
    width: 95%;
    max-width: 600px;
    min-width: 280px;
    height: auto;
    margin: 0 auto 0;
    padding: 25px 10px;
  }
  .textBox p {
    text-align: left;
    line-height: 20px;
    letter-spacing: 2.5px;
  }
  .pricingTable {
    height: 450px;
  }
  .pricingTable th {
    padding: 20px 0;
    font-size: 20px;
  }
  .pricingTable td {
    padding: 5px;
  }
}

/* iPhone横(landscape) */
@media only screen and (max-width: 480px) {
  .pricingWrapper {
    margin: 30px auto 20px;
    text-align: center;
  }
  .pricingInner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pricingTable {
    width: 90%;
    margin: 0 auto 30px;
  }
}
/*# sourceMappingURL=style_page.css.map */