@charset "UTF-8";
/* -----------------------------------------------------------------------
## Base ##################################################################
----------------------------------------------------------------------- */
.info-text {
  width: 1010px;
  margin: 30px auto;
  padding: 30px;
  border: solid 4px #b60081;
  background: #fff;
}
.info-text p{
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
.info-text p span{
  font-size: 21px;
}
div#convBtns { 
  display: none;
}

.only-pcbr {
  display: inline;
}

.only-spbr {
  display: none;
}

.only-tac-pc {
  text-align: center !important;
}

.only-tac-pc {
  text-align: left !important;
}

.only-tac-pc {
  text-align: right !important;
}

.only-tac-pc {
  text-align: inherit !important;
}

.only-tac-pc {
  text-align: inherit !important;
}

.only-tac-pc {
  text-align: inherit !important;
}

.no-mr-pc {
  margin-right: 0;
}

.only-pcImg {
  display: inline-block;
}

.only-spImg {
  display: none;
}

.deco-marker {
  background: url(../images/bg_marker.png) repeat-x left bottom;
}

.windows .deco-marker {
  background: url(../images/bg_marker.png) repeat-x left 40px;
}

/* -----------------------------------------------------------------------
## mainvisual ############################################################
----------------------------------------------------------------------- */
.sec-mainVisual .ttl-page {
  margin-bottom: 63px;
  text-align: center;
  background: url(../images/bg_member_01.png) repeat;
}

.sec-mainVisual .txt-lede {
  margin-bottom: 53px;
  font-size: 2rem;
  line-height: 1.667;
  text-align: center;
}

.sec-mainVisual .txt-lede strong {
  font-weight: bold;
}

.sec-reason {
  padding-bottom: 35px;
}

.sec-reason .ttl-reason {
  margin-bottom: 86px;
  font-size: 2rem;
  text-align: center;
}

.sec-reason .deco-dot {
  position: relative;
  font-weight: bold;
}

.sec-reason .deco-dot:before {
  position: absolute;
  top: -1em;
  left: 0;
  display: inline-block;
  width: 100%;
  content: "・";
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
}

.sec-reason .list-reason {
  width: 782px;
  margin: 0 auto;
}

.sec-reason .list-reasonItem {
  margin: 0 0 65px;
}

.sec-reason .img-reason {
  float: left;
  width: 167px;
}

.sec-reason .txt-reason {
  float: right;
  width: 577px;
  padding-top: 32px;
  font-size: 1.7rem;
  line-height: 1.625;
}

.sec-reason .ttl-reasonListItem {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.19;
}

.sec-reason .list-plan {
  margin-top: 10px;
}

.sec-reason .list-planItem {
  display: inline-block;
  font-size: .938rem;
  line-height: 1;
  margin: 10px 6px 0 0;
  padding: 7px 10px;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
}

.sec-reason .list-planItem.btn-heat {
  background: #f22146;
}
.sec-reason .list-planItem.btn-life {
  background: #f27921;
}

.sec-reason .list-planItem.btn-cycle {
  background: #f5ad19;
}

.sec-reason .list-planItem.btn-injury {
  background: #192367;
}

.sec-reason .list-planItem.btn-golf {
  background: #33962b;
}

.sec-reason .list-planItem.btn-carrying {
  background: #f4577d;
}

.sec-reason .list-planItem.btn-cancel {
  background: #b94199;
}

/* -----------------------------------------------------------------------
## 商品一覧 ###############################################################
----------------------------------------------------------------------- */
.sec-products {
  margin: 0 0 50px;
  background: #e7e7e7;
}

.sec-products .ttl-products {
  position: relative;
  top: -25px;
  margin: 0 0 30px;
  text-align: center;
}

.sec-products .list-products {
  width: 1100px;
  margin: 0 auto;
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.sec-products .list-productsItem {
  /*position: relative;*/
  /*float: left;*/
  width: 330px;
  height: 418px;
  margin: 0 20px 50px 20px;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgba(4, 0, 0, 0.1);
}
.sec-products .list-productsItem-heat {
    /*position: relative;*/
    /*float: left;*/
    width: 330px;
    height: 418px;
    margin: 0 0 50px 0;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 0 0 rgb(4 0 0 / 10%);
}
.sec-products .list-productsItem:hover {
  top: 1px;
  left: 1px;
  cursor: pointer;
  opacity: .8;
  box-shadow: 1px 1px 0 0 rgba(4, 0, 0, 0.1);
}

.sec-products .list-productsItem-heat:hover {
  top: 1px;
  left: 1px;
  cursor: pointer;
  opacity: .8;
  box-shadow: 1px 1px 0 0 rgba(4, 0, 0, 0.1);
}

.sec-products .ttl-planName {
  position: absolute;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25;
}

.sec-products .txt-planDetail {
  position: absolute;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
}

.sec-products .ico-plan {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.sec-products .txt-planPrice {
  display: inline-block;
  margin: 0 0 20px;
  font-size: 2.125rem;
  line-height: 1;
}

.sec-products .txt-planPrice em {
  font-weight: bold;
}

.sec-products .btn-lookDetail,.sec-products .btn-lookDetail-heat {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 70px;
  font-size: 1.525rem;
  line-height: 70px;
  text-decoration: none;
  color: #fff;
  border-radius: 0 0 10px 10px;
}

.sec-products .btn-lookDetail:after {
  position: absolute;
  top: 23px;
  right: 23px;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: url(../images/icon_plus.png) no-repeat left top;
}

.list-products-heat{
display:flex;
justify-content: center; 
}

.txt-planDetail{
	font-size: 1.425rem !important;
}

.sec-products .plan-heat .ttl-planName {
  top: 30px;
}

.sec-products .plan-heat .ico-plan {
  top: 93px;
}

.sec-products .plan-heat .txt-planDetail {
  top: 228px;
}
.sec-products .plan-heat .btn-lookDetail-heat {
  background: #f22146;
}

.sec-products .plan-bycicle .ttl-planName {
  top: 30px;
}

.sec-products .plan-bycicle .ico-plan {
  top: 93px;
}

.sec-products .plan-bycicle .txt-planDetail {
  top: 228px;
}

.sec-products .plan-bycicle .btn-lookDetail {
  background: #ff9c00;
}

.sec-products .plan-life .ttl-planName {
  top: 30px;
}

.sec-products .plan-life .ico-plan {
  top: 95px;
}

.sec-products .plan-life .txt-planDetail {
  top: 228px;
}

.sec-products .plan-life .btn-lookDetail {
  background: #fe6306;
}

.sec-products .plan-injury {
  margin-right: 0;
}

.sec-products .plan-injury .ttl-planName {
  top: 30px;
}

.sec-products .plan-injury .ico-plan {
  top: 83px;
}

.sec-products .plan-injury .txt-planDetail {
  top: 228px;
}

.sec-products .plan-injury .btn-lookDetail {
  background: #002367;
}

.sec-products .plan-carrying .ttl-planName {
  top: 36px;
}

.sec-products .plan-carrying .ico-plan {
  top: 85px;
}

.sec-products .plan-carrying .txt-planDetail {
  top: 225px;
}

.sec-products .plan-carrying .btn-lookDetail {
  background: #ff5a7b;
}

.sec-products .plan-golf .ttl-planName {
  top: 36px;
}

.sec-products .plan-golf .ico-plan {
  top: 98px;
}

.sec-products .plan-golf .txt-planDetail {
  top: 225px;
}

.sec-products .plan-golf .btn-lookDetail {
  background: #12952b;
}

.sec-products .plan-cancel {
  margin-right: 0;
}

/*.sec-products .plan-cancel .ttl-planName {
  top: 21px;
}

.sec-products .plan-cancel .ico-plan {
  top: 92px;
}

.sec-products .plan-cancel .txt-planDetail {
  top: 225px;
}*/

.sec-products .plan-cancel .btn-lookDetail {
  background: #b94199;
}


/* -----------------------------------------------------------------------
## FAQエリア ##############################################################
----------------------------------------------------------------------- */
.sec-faq {
  width: 574px;
  margin: 0 auto 40px;
}

.sec-faq .ttl-faq {
  margin: 0 0 60px;
  font-size: 2.25rem;
  line-height: 1;
  text-align: center;
}

.sec-faq .ttl-faqList {
  margin: 50px 0 20px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #ff6000;
}

.sec-faq .ttl-faqList:first-child {
  margin-top: 0;
}

.sec-faq .txt-faqList {
  padding-left: 1.125rem;
  font-size: 1.4rem;
  line-height: 1.625;
  text-indent: -1.125em;
}

.sec-faq .txt-faqList + .txt-faqList {
  padding-left: 1.125em;
  text-indent: 0;
}

.sec-faq .txt-answer {
  font-weight: bold;
}

.sec-faq .btn-faq {
  position: relative;
  display: block;
  width: 438px;
  margin: 100px auto 0;
  padding: 30px 0;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #ff6000;
  border: 1px solid #ff6000;
  border-radius: 100px;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}
/*.sec-faq .btn-faq:after {
  position: absolute;
  top: 30px;
  right: 55px;
  display: inline-block;
  width: 18px;
  height: 36px;
  line-height: 1;
  content: "V";
  font-family: "dripicons-v2";
  font-size: 36px;
}*/

.sec-faq .btn-faq:after {
    position: absolute;
    display: inline-block;
    content: "";
    color: #333;
    line-height: 1;
    right: 50px;
    top: 32px;
    width: 0.4em;
    height: 0.4em;
    border: 3px solid #ff6000;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(-135deg);
}

.sec-faq .btn-faq:hover {
  background-color: #ff6000;
  color: #fff;
}

.sec-faq .btn-faq:hover:after {
    position: absolute;
    display: inline-block;
    content: "";
    color: #333;
    line-height: 1;
    right: 50px;
    top: calc(50% - 0.3em);
    width: 0.4em;
    height: 0.4em;
    border: 3px solid #ffffff;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(-135deg);
}

.sec-apply {
  position: relative;
}

.sec-apply-in {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: 706px;
  margin: 0 0 80px;
  padding-top: 156px;
  text-align: center;
  background: #aeebff url(../images/bg_apply_01.png) no-repeat center 77px;
}

.sec-apply-in:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 258px;
  height: 308px;
  content: "";
  background: url(../images/bg_apply_02.png) no-repeat left -58px;
}

.sec-apply-in:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 260px;
  height: 308px;
  content: "";
  background: url(../images/bg_apply_03.png) no-repeat right -58px;
}

.sec-apply .ttl-apply {
  position: relative;
  z-index: 2;
  margin-bottom: -88px;
  text-align: center;
}

.sec-apply .btn-apply {
  position: relative;
  top: -2px;
  display: block;
  width: 640px;
  margin: 0 auto;
  padding: 25px 0;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.385;
  text-align: center;
  text-decoration: none;
  color: #0f0f0f;
  border-bottom: 5px solid #cdad00;
  border-radius: 100px;
  background: #ffd800;
}

.sec-apply .btn-apply:hover {
  top: 0;
  border-bottom-width: 3px;
}

/*.sec-apply .btn-apply:after {
  position: absolute;
  top: 25px;
  right: 50px;
  display: block;
  width: 15px;
  height: 24px;
  line-height: 1;
  content: "V";
  font-family: "dripicons-v2";
  font-size: 36px;
  color: #ff6000;
}*/
.sec-apply .btn-apply:after {
position: absolute;
    display: inline-block;
    content: "";
    color: #333;
    line-height: 1;
    right: 50px;
    top: calc(50% - 0.4em);
    width: 0.6em;
    height: 0.6em;
    border: 4px solid #ff6000;
    border-top: 0;
    border-right: 0;
    box-sizing: border-box;
    transform: rotate(-135deg);
}

.sec-apply .btn-apply-wrap:before {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 217px;
  content: "";
  background: url(../images/img_apply_01.png) no-repeat center top;
}

/* -----------------------------------------------------------------------
## Modal #################################################################
----------------------------------------------------------------------- */
.ins-itemcon{
	width:900px;
	margin:20px auto;
}
.bg-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-contents {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 900px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.modal-contents.narrow {
  position: relative;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-contents .offer {
  margin-bottom: 0;
}

.modal-box {
  padding: 48px 50px 30px;
  border-radius: 8px;
  background: #fff;
}

.ttl-modal {
  position: relative;
  left: 50%;
  display: inline-block;
  margin: 0 0 15px 0;
  line-height: 1.25;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.ttl-modal .modal-planName {
  padding-left: .3em;
}

.ttl-modal .modal-planIcon {
  float: left;
}

.modal-price {
  display: inline-block;
  line-height: 0.72;
  margin-top: 10px;
  font-size: 3.125rem;
  font-weight: normal;
}

.modal-price strong {
  font-weight: bold;
}

/*.modal-bycicle {
  display: none;
}*/

.modal-bycicle .ttl-modal-in {
  display: block;
  padding: 20px 0 36px 138px;
  background: url(../images/icon-modal_bycicle_01.png) no-repeat left top;
}

.modal-bycicle .modal-price {
  color: #ff9c00;
}

/*.modal-life {
  display: none;
}*/

.modal-life .ttl-modal-in {
  display: block;
  padding: 17px 0 36px 140px;
  background: url(../images/icon-modal_life_01.png) no-repeat left top;
}

.modal-life .modal-price {
  color: #fe6306;
}

/*.modal-injury {
  display: none;
}*/

.modal-injury .ttl-modal-in {
  display: block;
  padding: 14px 0 36px 122px;
  background: url(../images/icon-modal_injury_01.png) no-repeat left top;
}

.modal-injury .modal-price {
  color: #002367;
}

/*.modal-carrying {
  display: none;
}*/

.modal-carrying .ttl-modal-in {
  display: block;
  padding: 30px 0 36px 136px;
  background: url(../images/icon-modal_carrying_01.png) no-repeat left top;
}

.modal-carrying .modal-price {
  color: #ff5a7b;
}

/*.modal-golf {
  display: none;
}*/

.modal-golf .ttl-modal-in {
  display: block;
  padding: 12px 0 36px 128px;
  background: url(../images/icon-modal_golf_01.png) no-repeat left top;
}

.modal-golf .modal-price {
  color: #12952b;
}

/*.modal-cancel {
  display: none;
}*/

.modal-cancel .ttl-modal-in {
  display: block;
  padding: 22px 0 36px 127px;
  background: url(../images/icon-modal_cancel_01.png) no-repeat left top;
}

.modal-cancel .modal-price {
  color: #b94199;
}

.lede-modal {
  line-height: 1.25;
  margin-bottom: 25px;
  padding: 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}

.box-feature {
  float: left;
  width: 400px;
  margin-bottom: 40px;
}

.box-feature dt {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: bold;
}

.box-feature dd {
  font-size: 1.475rem;
  line-height: 1.714;
}

.box-feature .list-feature {
  margin-bottom: 0;
}

.box-feature .list-feature li {
  margin-bottom: 1em;
  text-indent: -1em;
  padding-left: 1em;
}

.box-recommend {
  float: right;
  width: 400px;
  margin-bottom: 40px;
}

.box-recommend dt {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: bold;
}

.box-recommend dd {
  font-size: 1.475rem;
  line-height: 1.714;
}

.info-jump {
  line-height: 1.667;
  padding: 0 0 20px 8px;
  background: url(../images/bg-sonpojapan.png) no-repeat center center;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
}

.info-jump img {
  position: relative;
  top: 9px;
}

.btn-modal {
  position: relative;
  top: -2px;
  display: block;
  width: 380px;
  float: left;
  margin: 0 auto 38px;
  font-size: 1.775rem;
  line-height: 0.909;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #0f0f0f;
  border-bottom: 3px solid #cdad00;
  border-radius: 100px;
  background: #ffd800;
}

.btn-modal a {
  display: block;
  padding: 30px 0;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

.btn-modal:nth-child(even) {
  float: right;
}

.btn-modal:hover {
  top: 0;
  border-bottom-width: 1px;
}

.btn-modal:after {
  position: absolute;
  top: 22px;
  right: 33px;
  display: block;
  width: 15px;
  height: 24px;
  line-height: 1;
  content: "V";
  font-family: "dripicons-v2";
  font-size: 36px;
  color: #ff6000;
}

.btn-close_modal {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.offer {
  text-align: right;
}
#area-main .notes {
  margin: 0 auto 50px;
  width: 1100px;
  text-align: right;
  font-size: 1rem;
}

/* -----------------------------------------------------------------------
## SmartPhone ############################################################
----------------------------------------------------------------------- */
/* main: ../style.scss*/
@media screen and (max-width: 740px) {
  /* -----------------------------------------------------------------------
  ## Base ##################################################################
  ----------------------------------------------------------------------- */
  .info-text {
    width: 85%;
    margin: 3% auto;
    padding: 5%;
    border: solid 4px #b60081;
    background: #fff;
  }
  .info-text p {
    text-align: left;
    font-size: .75rem;
    line-height: 1.417;
  }
  .info-text p span{
    font-size: 1.3em;
  }
  .only-pcbr {
    display: none;
  }
  .only-spbr {
    display: inline;
  }
  .no-mr-pc {
    margin-right: inherit !important;
  }
  .no-mr-sp {
    margin-right: 0 !important;
  }
  .only-tac-sp {
    text-align: center !important;
  }
  .only-tal-sp {
    text-align: left !important;
  }
  .only-tar-sp {
    text-align: right !important;
  }
  .only-pcImg {
    display: none;
  }
  .only-spImg {
    display: inline-block;
  }
  .deco-marker {
    background: url(../images/sp/bg_marker.png) repeat-x left bottom;
    background-size: 1px 10px;
  }
  .windows .deco-marker {
    background: url(../images/sp/bg_marker.png) repeat-x left 23px;
    background-size: 1px 10px;
  }
  /* -----------------------------------------------------------------------
  ## Mainvisual ############################################################
  ----------------------------------------------------------------------- */
  .sec-mainVisual .only-hero-pc {
    display: none;
  }
  .sec-mainVisual .hero-img {
    width: 100%;
  }
  .sec-mainVisual .ttl-page {
    margin-bottom: 30px;
  }
  .sec-mainVisual .txt-lede {
    margin-bottom: 36px;
    font-size: 1.6rem;
    line-height: 1.667;
  }
  /* -----------------------------------------------------------------------
  ## Reason ################################################################
  ----------------------------------------------------------------------- */
  .sec-reason .ttl-reason {
    margin-bottom: 43px;
    font-size: 1.2rem;
    line-height: 1.198;
  }
  .sec-reason .ttl-reason img {
    display: block;
    width: 74.67%;
    margin: 10px auto 0;
  }
  .sec-reason .deco-dot:before {
    top: -.8em;
    font-size: 1.2rem;
  }
  .sec-reason .list-reason {
    width: auto;
    margin-bottom: 10.4%;
  }
  .sec-reason .list-reasonItem {
    margin-bottom: 40px;
  }
  .sec-reason .img-reason {
    float: none;
    width: 100%;
    text-align: center;
  }
  .sec-reason .img-reason img {
    width: 31.2%;
  }
  .sec-reason .txt-reason {
    float: none;
    width: auto;
    padding-top: 20px;
    text-align: center;
  }
  .sec-reason .ttl-reasonListItem {
    margin-bottom: 28px;
    font-size: 1.687rem;
    line-height: 1.148;
  }
  .sec-reason .txt-reasonListItem {
    line-height: 1.6;
    padding: 0 15px;
    margin-bottom: 0;
    font-size: 1.5rem;
    text-align: left;
  }
  .sec-reason .list-plan {
    margin-top: 6px;
  }
  .sec-reason .list-planItem {
    font-size: .469rem;
    line-height: 1.733;
    margin-top: 5px;
    margin-right: 0;
    padding: 3px 5px;
  }
  
  /* -----------------------------------------------------------------------
  ## Products ##############################################################
  ----------------------------------------------------------------------- */
  .sec-products {
    margin-bottom: 48px;
  }
  .sec-products .ttl-products {
    margin: -24px 0 0;
  }
  .sec-products .ttl-products .only-pc-ttlImg {
    display: none;
  }
  .sec-products .ttl-products img {
    width: 81.87%;
    margin: 0 auto;
  }
  .sec-products .list-products {
    width: auto;
    padding: 0 10px 8%;
  }
  .sec-products .list-productsItem {
    width: 48.455%;
    height: auto;
   margin: 0 5px 10px 0;
    padding-top: 0;
  }
  .sec-products .list-productsItem-heat {
    width: 48.455%;
   height: auto;
     margin: 0 5px 10px 0;
    padding-top: 0;
  }
  .sec-products .list-productsItem:nth-child(2n) {
    margin-left: 0;
  }
  .sec-products .ttl-planName {
    font-size: 1.512rem;
  }
  .sec-products .ttl-planDetail img {
    width: 31%;
  }
  .sec-products .txt-planDetail {
    font-size: 1rem;
  }
  .sec-products .txt-planPrice {
    font-size: 1.75rem;
    margin: 0 0 12%;
  }
  .sec-products .btn-lookDetail {
    height: 40px;
    line-height: 40px;
    font-size: .887rem;
    letter-spacing: -.06em;
  }
  .sec-products .btn-lookDetail-heat {
    height: 40px;
    line-height: 40px;
    font-size: .887rem;
    letter-spacing: -.06em;
  }
  .sec-products .btn-lookDetail:after {
    top: 13px;
    right: 7px;
    width: 12px;
    height: 12px;
    background-size: contain;
  }
  .sec-products .plan-heat .ttl-planName {
    top: 7%;
  }
  .sec-products .plan-bycicle .ttl-planName {
    top: 7%;
  }
  .sec-products .plan-heat .ico-plan {
    top: 20.43%;
  }
  .sec-products .plan-bycicle .ico-plan {
    top: 20.43%;
  }
  .sec-products .plan-heat .txt-planDetail {
    top: 47.35%;
  }
  .sec-products .plan-bycicle .txt-planDetail {
    top: 47.35%;
  }
  .sec-products .plan-bycicle .btn-lookDetail {
    background: #ff9c00;
  }
  .sec-products .plan-life {
    margin-right: 0;
  }
  .sec-products .plan-life .ttl-planName {
    top: 7%;
  }
  .sec-products .plan-life .ico-plan {
    top: 20.43%;
  }
  .sec-products .plan-life .txt-planDetail {
    top: 47.35%;
  }
  .sec-products .plan-life .btn-lookDetail {
    background: #fe6306;
  }
  .sec-products .plan-injury .ttl-planName {
    top: 7%;
  }
  .sec-products .plan-injury .ico-plan {
    top: 17.025%;
  }
  .sec-products .plan-injury .txt-planDetail {
    top: 47.35%;
  }
  .sec-products .plan-injury .btn-lookDetail {
    background: #002367;
  }
  .sec-products .plan-carrying {
    margin-right: 0;
  }
  .sec-products .plan-carrying .ttl-planName {
    top: 7%;
  }
  .sec-products .plan-carrying .ico-plan {
    top: 20%;
  }
  .sec-products .plan-carrying .ttl-planDetail img {
    width: 32.7%;
  }
  .sec-products .plan-carrying .txt-planDetail {
    top: 47.35%;
  }
  .sec-products .plan-carrying .btn-lookDetail {
    background: #ff5a7b;
  }
  .sec-products .plan-golf .ttl-planName {
    top: 7%;
  }
  .sec-products .plan-golf .ico-plan {
    top: 23.1%;
  }
  .sec-products .plan-golf .ttl-planDetail img {
    width: 26%;
  }
  .sec-products .plan-golf .txt-planDetail {
    top: 47.35%;
  }
  .sec-products .plan-golf .btn-lookDetail {
    background: #12952b;
  }
  .sec-products .plan-cancel {
    margin-right: 0;
  }
  .sec-products .plan-cancel .ttl-planName {
    top: 5%;
  }
  .sec-products .plan-cancel .ico-plan {
    top: 20.7%;
  }
  .sec-products .plan-cancel .ttl-planDetail img {
    width: 25.35%;
  }
  .sec-products .plan-cancel .txt-planDetail {
    top: 47.35%;
    letter-spacing: -.08em;
  }
  .sec-products .plan-cancel .btn-lookDetail {
    background: #b94199;
  }
  /* -----------------------------------------------------------------------
  ## Faq ###################################################################
  ----------------------------------------------------------------------- */
  .sec-faq {
    width: auto;
    margin-bottom: 30px;
  }
  .sec-faq .ttl-faq {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.15;
  }
  .sec-faq .list-faq {
    padding: 0 10px;
  }
  .sec-faq .ttl-faqList {
    margin: 30px 0 10px;
    font-size: 1.4rem;
    line-height: 0.929;
  }
  .sec-faq .txt-faqList {
    margin-left: 1.125em;
    font-size: 1.2rem;
    line-height: 1.667;
  }
  .sec-faq .txt-faqList br {
    display: none;
  }
  .sec-faq .txt-faqList + .txt-faqList {
    margin: 1em 0 1em 1.5em;
  }
  .sec-faq .btn-faq {
    position: relative;
    width: 68.8%;
    margin-top: 46px;
    padding: 18px 0;
    font-size: 1.2rem;
  }
  .sec-faq .btn-faq:after {
    position: absolute;
    top: 20px;
    left: auto;
    right: 20px;
    background-size: 11px 19px;
    font-size: 30px;
  }
    .sec-faq .btn-faq:hover:after {
    position: absolute;
    top: 20px;
    left: auto;
    right: 20px;
    background-size: 11px 19px;
    font-size: 30px;
  }
#area-main .notes {
  margin: 0 auto 30px;
  width: 90%;
  font-size: .75rem;
}
  /* -----------------------------------------------------------------------
  ## Apply #################################################################
  ----------------------------------------------------------------------- */
  .sec-apply .ttl-apply {
    margin-bottom: -12.412%;
  }
  .sec-apply .ttl-apply img {
    width: 62.934%;
  }
  .sec-apply-in {
    height: auto;
    padding-top: 20%;
    margin-bottom: 0;
    background: #aeebff url(../images/sp/bg_apply_sp_01.png) no-repeat center 33%;
    background-size: 90.3%;
  }
  .sec-apply-in:before {
    width: 67px;
    height: 80px;
    background: url(../images/sp/bg_apply_sp_02.png) no-repeat left -32px;
    background-size: 67px 154px;
  }
  .sec-apply-in:after {
    width: 67px;
    height: 80px;
    background: url(../images/sp/bg_apply_sp_03.png) no-repeat right -32px;
    background-size: 67px 154px;
  }
  .sec-apply .sec-applyTxtImg {
    width: 60.27%;
  }
  .sec-apply .sec-applyCard {
    width: 42.7%;
    margin-top: 4.534%;
  }
  .sec-apply .btn-apply-wrap:before {
    height: auto;
    padding-top: 38.935%;
    background-size: contain;
  }
  .sec-apply .btn-apply {
    top: -40px;
    width: 85.334%;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0;
  }
  .sec-apply .btn-apply:hover {
    top: -38px;
    margin-bottom: 2px;
  }
  .sec-apply .btn-apply:after {
    top: 21px;
    right: 25px;
    font-size: 30px;
  }
  /* -----------------------------------------------------------------------
  ## Modal #################################################################
  ----------------------------------------------------------------------- */
  .ins-itemcon{
	width:100%;
	}
  .bg-modal {
    z-index: 20000;
    padding: 10px;
    box-sizing: border-box;
  }
  .modal-contents {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
  }
  .modal-box {
    padding: 20px 15px 15px;
  }
  .ttl-modal {
    margin-bottom: 11px;
    line-height: 1.25;
    font-size: .75rem;
  }
  .modal-price {
    margin-top: 5px;
    line-height: 0.72;
    font-size: 1.562rem;
  }
  .modal-bycicle .ttl-modal-in {
    padding: 10px 0 12px 69px;
    background: url(../images/icon-modal_bycicle_01.png) no-repeat left top;
    background-size: 60px 50px;
  }
  .modal-life .ttl-modal-in {
    padding: 10px 0 12px 70px;
    background: url(../images/icon-modal_life_01.png) no-repeat left top;
    background-size: 60px 49px;
  }
  .modal-injury .ttl-modal-in {
    padding: 10px 0 12px 52px;
    background: url(../images/icon-modal_injury_01.png) no-repeat left top;
    background-size: 50px 57px;
  }
  .modal-carrying .ttl-modal-in {
    padding: 10px 0 12px 67px;
    background: url(../images/icon-modal_carrying_01.png) no-repeat left top;
    background-size: 63px 61px;
  }
  .modal-golf .ttl-modal-in {
    padding: 10px 0 12px 63px;
    background: url(../images/icon-modal_golf_01.png) no-repeat left top;
    background-size: 50px 48px;
  }
  .modal-cancel .ttl-modal-in {
    padding: 10px 0 12px 56px;
    background: url(../images/icon-modal_cancel_01.png) no-repeat left top;
    background-size: 49px 54px;
  }
  .lede-modal {
    padding: 12px 0;
    font-size: 1.25rem;
    line-height: 1.25;
  }
  .box-feature {
    float: none;
    width: auto;
    margin-bottom: 25px;
  }
  .box-feature dt {
    line-height: 1.071;
    margin-bottom: 7px;
    font-size: .875rem;
  }
  .box-feature .list-feature {
    font-size: .75rem;
  }
  .box-recommend {
    float: none;
    width: auto;
    margin-bottom: 26px;
  }
  .box-recommend dt {
    line-height: 1.071;
    margin-bottom: 7px;
    font-size: .875rem;
  }
  .box-recommend dd {
    font-size: .75rem;
  }
  .box-recommend .only-spNotes {
    display: inline-block;
    margin-top: 8px;
    font-size: .625rem;
  }
  .info-jump {
    background: url(../images/sp/bg-sonpojapan.png) no-repeat center center;
    background-size: 324px auto;
    font-size: .742rem;
    line-height: 1.263;
  }
  .info-jump .only-spJump {
    position: relative;
    bottom: -14px;
    z-index: 2;
  }
  .info-jump img {
    position: relative;
    top: 9px;
    width: 164px;
  }
  .btn-modal {
    width: 87.695%;
    float: none;
    margin-bottom: 15px;
  }
  .btn-modal a {
    display: block;
    width: 100%;
    padding: 25px 0;
    color: rgba(0, 0, 0, 0.75);
    font-size: .937rem;
    line-height: 0.667;
  }
  .btn-modal:nth-child(even) {
    float: none;
    margin-bottom: 20px;
  }
  .btn-modal:after {
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 12px;
    height: 19px;
    line-height: 1;
    content: "V";
    font-family: "dripicons-v2";
    font-size: 30px;
    color: #ff6000;
  }
  .offer {
    font-size: .6rem;
    line-height: 1.146;
  }
  .btn-close_modal {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    width: 18px;
    height: 18px;
  }
  footer nav#footNav div.footNavToggle p, footer nav#footNav div#footNavSagasu p.footNavTtl01, footer nav#footNav p.fnPTopLink, div.footerToggleSagasu p.fnUlToggle, div#footNavSagasu p.fnPLink, footer nav#footNav p.footNavTtlShikumi, nav#footNav p.footNavTtlJugyoin, nav#footNav p.footNavTtlCam, footer nav#footNav p.footNavTtlSoudan, footer nav#footNav div.footerToggleShikumi ul, footer nav#footNav div.footerToggleJugyoin ul, footer nav#footNav div.footerToggleCam ul, nav#footNav div.footerToggleSoudan ul {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .sec-products .ttl-planName {
    font-size: 1.312rem;
  }
  .sec-products .txt-planDetail {
    font-size: .887rem;
  }
  .sec-products .txt-planPrice {
    font-size: 1.75rem;
  }
  .sec-products .btn-lookDetail {
    font-size: .887rem;
  }
}

@media screen and (max-width: 480px) {
  .sec-products .ttl-planName {
    font-size: .812rem;
  }
  .sec-products .txt-planDetail {
    font-size: .6rem !important;
  }
  .sec-products .txt-planPrice {
    font-size: 1.25rem;
  }
  .sec-products .btn-lookDetail {
    font-size: .687rem;
  }
  .sec-products .btn-lookDetail-heat {
    font-size: .687rem;
  }
}

/* -----------------------------------------------------------------------
## 既契約エリア ##############################################################
----------------------------------------------------------------------- */
  .sec-kikei img {       
    width: 100%;
    height: auto;
   
  }
  .sec-kikei a {
    position: relative;
    display: block;
    max-width: 430px;    
    margin: 0 auto 50px;
  }
@media screen and (max-width: 480px) {
  .sec-kikei a .sec-kikei img { 
    max-width: 100%;
    

}
}

