@charset "utf-8";
/*============================================================
  Author and Copyright
    Author    :  prosysta Inc, (http://prosysta.co.jp/)
    Created   :  2016.02
    Modified  :  2015.02
============================================================*/
/* this CSS is ResponsiveWebDesign for mobile first */


/* display switch
==========================================================*/

.pc {
  display: block;
}
.pc img {
  display: inline-block;
}
.box_down_banner .pc {
  display: block;
}
.box_down_banner .sp {
  display: none;
}

@media (max-width:767px) { /* forSP */
  .spHid {
    display: none;
  }
  .box_down_banner .pc {
    display: none;
  }
  .box_down_banner .sp {
    display: block;
  }
  ._sp {
    display: block;
  }
  ._pc {
    display: none;
  }
}

@media (min-width:768px) { /* forPC */
  .spHid {
    display: block ;
  }
  ._sp {
    display: none;
  }
  ._pc {
    display: block;
  }
}

/*  common
==========================================================*/
body {
  font-family: メイリオ, Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
header a, footer a {
  color: #0f9adf;
  text-decoration: none;
}

/* clearfix */
/* New clearfix fot modern browsers */
.cf:after {
  content: " ";
  display: block;
  clear: both;
}

/* For modern browsers */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* wrapper */
.wrapper {
  padding-top: 79px;
}

/*  ヘッダ
==========================================================*/
header {
  position: fixed;
  top: 0;
  background: #FFF;
  width: 100%;
  min-height: 79px;
  padding: 9px 0 2px;
  z-index: 1000;
  -moz-transition: height 0.4s;
  -o-transition: height 0.4s;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
  box-shadow: 0 1px 0 rgba(0,0,0,0.08);
}
header .container {
  padding-left: 13px;
  padding-right: 13px;
}
header .hNav {
  float: right;
  width: 106px;
  margin: 5px -5px 0 0;
  padding: 0;
  list-style: none;
}
header .hNav li {
  float: left;
}
header .hNav li a {
  display: inline-block;
  padding: 0 5px;
  height: 51px;
  overflow: hidden;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* hMenu */
.hMenu {
  clear: both;
  position: relative;
  display: none;
  background-color: #ebf1f2;
  margin-top: 6px;
}

/*  フッタ
==========================================================*/
footer {
  background: #FFF;
}

/* breadcrumb */
footer .breadcrumb {
  background: #f3f3f3;
  border-top: #DDD solid 1px;
  border-bottom: #DDD solid 1px;
  padding: 10px;
  margin-bottom: 0;
}
.breadcrumb li {
  float: left;
  padding: 2px 2px 2px 2px;
  max-width: 9.4em;
  font-size: 12px;
  line-height: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #0f9adf;
  color: #888;
}
.breadcrumb li:last-child {
  max-width: 20em;
  padding-right: 0;
}
.breadcrumb .home a {
  background: url(../images/sp/global/icon_home.png) no-repeat left top;
  background-size: 15px 13px;
  padding-left: 18px;
}

/* footerNav */
.footerNav {
  background-color: #32639a;
  padding: 4rem 0;
  color: #fff;
}
.footerNav * a {
  text-decoration: none;
  color: #fff;
}
.footerNav * a:hover {
  color: #fff;
}
.footerNav .container {
  display: block;
  padding: 0 2rem;
}
footer .copy {
  clear: both;
  background-color: #1b426d;
  padding: 10px 0;
  text-align: center;
  color: #FFF;
  font-family: 'verdana', Arial, sans-serif;
  font-size: 11px;
}
footer .ft-logo {
  width: 170px;
  padding-bottom: 1rem;
}
/* footer .flex-table {
  background: url(../images/global/pmark.jpg) no-repeat 100% 100%;
  background-size: 65px auto;
} */
.footerNav .flex-table {
  display: flex;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  line-height: 1.8;
}

/*  toOrder
==========================================================*/
.toOrder {
  text-align: center;
}
.toOrder .action {
  margin-bottom: 29px;
  line-height: 1;
  display: none;
}

/*  screen size 367px over
==========================================================*/
@media (min-width:367px) {
  .breadcrumb li {
    padding: 3px 1px 3px 1px;
    font-size: 14px;
  }
  .breadcrumb .home {
    padding-left: 3px;
  }
  .breadcrumb .home a {
    background-size: 16px 14px;
    padding-left: 19px;
  }
  .toOrder .action a img {
    width: 302px;
  }
  .toOrder .tag img {
    width: 287px;
  }
  .toOrder .tel img {
    width: 298px;
  }
}

@media (max-width:767px) {
  .footerNav .flex-table {
    margin: auto;
    width: 90%;
    flex-wrap: wrap;
  }
  .flex-table ul {
    margin-top: 2rem;
  }
}

/*  screen size 768px over
==========================================================*/
@media (min-width:768px) {
  .wrapper {
    padding-top: 0;
  }
  section {
    padding: 60px 0 60px;
  }
  header {
    position: static;
    padding: 13px 0 9px;
  }
  header .container,
  footer .container {
    max-width: 1000px;
  }
  header .hNav {
    width: 145px;
    position: relative;
    padding-top: 17px;
  }
  .megaM {
    position: absolute;
    background-color: #EBF1F2;
    width: 100%;
    margin-top: 6px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.08);
    display: none;
  }
  .megaM .row,  .megaM .toOrder {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .megaM .toOrder {
    border-top: #DDD solid 1px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .megaM .megaMl {
    float: left;
    width: 80%;
    margin-left: -13px;
  }
  .megaM .primaryBlc {
    height: 170px;
    margin: 0 -15px 25px;
    border-bottom: #DDD solid 1px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .megaM .megaMl .primaryBlc {
    width: 200px;
    text-align: center;
  }
  .megaM .megaMr .primaryBlc {
    margin: 0 -20px 25px;
  }
  .megaM .megaMl .primaryBlc figure {
    background-color: #CBD0D1;
    height: 90px;
    margin-bottom: 15px;
  }
  .megaM .megaMl .primaryBlc p {
    color: #585858;
    font-size: 12px;
  }
  .megaM .megaMl .primaryBlc a:hover {
    color: #0f9adf;
    text-decoration: none;
  }
  .megaM .megaMl .primaryBlc p strong {
    display: block;
    padding-top: 3px;
    color: #0F9ADF;
    font-size: 18px;
  }
  .megaM .txtNav {
    margin-bottom: 15px;
  }
  .megaM .txtNav li {
    padding: 0 0 15px 20px;
    font-size: 13px;
  }
  .megaM .megaMr {
    float: right;
    width: 18%;
    margin-right: 1%;
  }
  .megaM .megaMr .account {
    background-color: #ffd000;
    padding: 15px 15px 7px;
    border-radius: 5px;
    max-height: 150px;
  }
  .megaM .megaMr .account a {
    float: right;
    display: inline-block;
    padding: 3px 0 6px;
    font-size: 15px;
    white-space: nowrap;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: .01%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .megaM .megaMr .account .toMy {
    clear: both;
    text-align: center;
  }
  .megaM .megaMr .account .toMy a {
    float: none;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 2px 18px 0px 0;
  }
  .megaM .megaMr .account .toMy a:hover {
    color: #0f9adf;
    text-decoration: none;
  }
  .megaM .megaMr .account .toMy a::after {
    position: absolute;
    top: 8px;
    right: 0;
    content: "";
    background: url(../images/sp/global/arwR02.png) no-repeat right center;
    background-size: 10px 15px;
    width: 9px;
    height: 13px;
  }
  .megaM .toOrder {
    background-color: transparent;
  }
  .toOrder p {
    margin-bottom: 0;
  }
  .toOrder .action {
    float: right;
    display: none;
  }
  .toOrder .action a img {
    width: 182px;
  }
  .toOrder .tag {
    float: left;
    padding-top: 10px;
  }
  .toOrder .tag img {
    width: 200px;
  }
  .toOrder .tel img {
    width: 380px;
  }
  header .breadcrumb {
    background: transparent;
    padding: 23px 30px 0;
  }
  .breadcrumb .home a {
    background-position: left 2px;
    background-size: 14px auto;
  }
  footer {
    font-size: 15px;
  }
  footer .breadcrumb {
    border-top: none;
    border-bottom: none;
    margin: 0 auto;
  }
  footer .breadcrumbWrap {
    background: #f3f3f3;
    border-top: #DDD solid 1px;
  }

  .footerNav .container {
    /*display: flex;*/
    padding: 0;
  }
  /* footer .ft-info {
    background: url(../images/global/pmark.jpg) no-repeat 0% 85%;
    background-size: 65px auto;
  } */
  .footerNav {
    border: none;
  }
  footer .ft-logo {
    width: 220px;
    padding-bottom: 2rem;
  }
}

/*  screen size 992px over
==========================================================*/
@media (min-width:992px) {
  footer .breadcrumb {
    width: 960px;
  }
  .breadcrumb .home a {
    background-size: 15px 13px;
  }
}

/*  modal
==========================================================*/
.modal-dialog {
  color: #3F3F3F;
}
div.modal-content {
  width: auto !important;
  overflow: hidden;
}
.modal-header {
  background: #FFF;
  border-bottom: none;
  padding: 40px 15px 0;
  color: #3F3F3F;
}
.modal-header button.close {
  display: inline-block;
  margin-bottom: 0px;
  margin-top: -25px;
}
.modal-body .row > div {
  float: left;
  width: 33.33%;
}
.modal-body .row > div a {
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 80px 45px;
  padding: 55px 0 0;
  font-size: 17px;
  text-decoration: none;
}
.modal-body .row > div:nth-child(1) a {
  background-image: url(../images/global/hNavPic01.jpg);
}
.modal-body .row > div:nth-child(2) a {
  background-image: url(../images/global/hNavPic02.jpg);
}
.modal-body .row > div:nth-child(3) a {
  background-image: url(../images/global/hNavPic03.jpg);
}
.modal-footer {
  text-align: center;
  background-color: #F3F3F3;
}

/*  screen size 992px over */
@media (min-width:992px) {
  .modal-dialog {
    width: 600px;
  }
  .modal-body .row > div a {
    background-size: 160px 90px;
    padding-top: 105px;
  }
}


/*  jquery.mobile 対策 for マイページ系
==========================================================*/
body, input, button {
  line-height: 1.42857143 !important;
}
/*  ページができるまで導線を切る
==========================================================*/
/*  ページ毎の表示・非表示の切り替え
==========================================================*/
/* priceバナー　*/

/* add 180814 */
.modal-dialog {
  z-index: 1050;
}

/*  リニューアル調整
==========================================================*/
/* モーダル
--------------------------------------------- */

@media (max-width:767px) { /* forSP */
  .modal-body .row > div {
    text-align: center;
  }
  .modal-body .row > div a,
  .footerNav p {
    font-size: 14px
  }
  .footerNav {
    padding: 1rem 0 2.5rem;
    font-size: 14px
  }

/* forSP -----------------------*/ }


@media (max-width:320px) { /* foriPhone5 */


 /* foriPhone5 -----------------------*/ }


/* add ssk 20190304 ナビゲーション料金導線削除 */

/* add  20190528 フッター単品衣類ボタン天地修正 */
.bold {
  font-weight: bold;
}

/* add  20190716 ヘッダー・フッター法人ボタン追加 */

/* 20191204マイページモーダル修正 */
@media (min-width:768px) {/*forPC*/
  .sp {display: none;}
}

/* ----------------------------------- */
/* 20201202 ナビゲーション変更 */
/* ----------------------------------- */
.wrapper header .container {
  max-width: 100% !important;
  padding: 0;
  width: 100%;
}
header {
  padding: 30px 0 0 0;
}
.area_head {
  height: 80px;
  display: flex;
}
.head_border {
  border: solid #ebebeb 1px;
}
.area_head .group_logo {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.area_head .group_logo img {
  width: 160px;
}
.area_head .group_tel {
  margin: auto 0 auto auto;
  padding: 0 30px;
}
.area_head .group_tel .tel_icon {
  display: flex;
  justify-content: flex-end;
}
.area_head .group_tel .tel_icon img {
  width: 100%;
}
.area_head .group_tel .tel_icon_pic {
  width: 30px;
  margin: auto 10px auto 0;
}
.area_head .group_tel .tel_icon a {
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 0%;
  color: #000;
}
.group_btns {
  display: flex;
}
.group_btns [class^="btn_"] > a::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #3d3d3d;
  border-right: 2px solid #3d3d3d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  top: 45%;
  right: 15%;
}
.group_btns .btn_login a {
  background: #eeeeee;
  height: 80px;
  position: relative;
  display: flex;
  width: 130px;
}
.group_btns .btn_login span {
  color: #333333;
  display: flex;
  align-items: center;
  margin: auto;
}
.group_btns .btn_try a {
  background: #fa5793;
  height: 80px;
  display: flex;
  position: relative;
  width: 180px;
  font-size: 16px;
  font-weight: bold;
}
.group_btns .btn_try a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.group_btns .btn_try span {
  color: #fff;
  align-items: center;
  display: flex;
  margin: auto;
}
.gnavi{
  width: 100%;
}
.gnavi .gnavi_inner .menu {
  display: flex;
  height: 60px;
  justify-content: center;
  position: relative;
  min-width: 1260px;
}
.gnavi .gnavi_inner {
  margin: auto;
}
.gnavi .gnavi_inner .menu .menu_list {
  padding: 20px 25px;
}
.gnavi .gnavi_inner .menu .menu_list_btn {
  padding: 20px 25px;
}
.gnavi .gnavi_inner .menu .menu_list_btn a::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  top: 40%;
  right: 7%;
}
.gnavi li a {
  color: #333333;
  font-size: 15px;
  text-decoration: none;
}
.gnavi li a .ttl {
  font-weight: bold;
  padding: 20px 0;
  color: #333;
  background: none;
}
.gnavi li a .ttl:hover {
  color: #fff !important;
}
.gnavi .gnavi_inner .menu li .biz_btn {
  background: #33649b;
  border-radius: 50px;
  padding: 10px 30px;
  color: #fff;
  position: relative;
}
.menu .menu_list:hover {
  background: #7dc2e5;
  color: #fff !important;
}
.menu .menu_list > a:hover {
  color: #fff;
}
.menu_contents {
  background: linear-gradient(transparent 0%, rgba(178, 215, 234, 0.9) 0%);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  transition: all .2s ease-in;
  z-index: 999;
}
.menu_contents li {
  width: 100%;
}
.menu_contents li a {
  color: #fff;
}
.menu > li:hover .menu_contents {
  max-height: 9999px;
  opacity: 1;
  padding: 30px 0;
}
.menu_list .menu_contents ul {
  display: flex;
  justify-content: center;
}
.menu_list .menu_contents .navibox_white {
  width: 210px;
  height: 170px;
  background: #fff;
  border-radius: 5px;
  margin: auto 20px;
  padding: 10px;
  box-shadow: 0 1px 6px rgba(0,0,0,.2);
}
.menu_list .menu_contents .navibox_white._first {
  padding-top: 20px;
}
.menu_list .menu_contents .navibox_white._first .navi_icon_pic {
  margin: 5px auto 10px;
}
.menu_contents .navibox_white .navi_icon_pic {
  width: 90px;
  margin: 5px auto;
}
.menu_contents .navibox_white .navi_icon_pic img {
  width: 100%;
}
.menu_contents .navibox_white .under_line span {
  font-size: 15px;
  color: #fff;
  background: linear-gradient(transparent 0%, #59add8 0%);
  padding: 2px;
  display: inline;
}
.menu_contents .navibox_white .under_line {
  text-align: center;
  margin-bottom: 0;
}
.menu_contents .navibox_white .navi_plan {
  font-size: 15px;
  text-align: center;
  color: #333333;
  font-weight: bold;
  padding-bottom: 7px;
  background-image:linear-gradient(-45deg,#59add8 13px, transparent 0);
  line-height: 20px;
}
.wrapper {
  padding-top: 0 !important;
}
.menu_btn_side .navi_round_white {
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  margin: 10px auto;
  padding: 5px;
  box-shadow: 0 1px 6px rgba(0,0,0,.3);
}
.menu_btn_side .navi_round_white a {
  text-decoration: none;
}
.menu_btn_side .round_icon_pic {
  width: 40px;
  margin: auto;
}
.menu_btn_side .round_icon_pic img {
  width: 100%;
}
.menu_btn_side .navi_round_white p {
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
.menu_btn_side .navi_round_white:hover {
  opacity: 0.7;
  transition: 1.0s;
}
.menu_btn_side {
  position: fixed;
  right: 5px;
  bottom: 60px;
  z-index: 10000;
}
.menu_btn_side .label_side {
  height: 80px;
  width: 80px;
  background: #59add8 !important;
  text-align: center;
  padding: 9px 0 0 0;
  display: block;
  cursor: pointer;
  line-height: 16px;
  position: relative;
  font-size: 13px;
  font-weight: normal !important;
  color: #fff !important;
  margin: 0;
  border-radius: 0;
  border: none;
  text-shadow:none !important;
}
.menu_btn_side .label_side a {
  color: #fff !important;
  text-decoration: none;
}
/* START side_bizは削除予定（220629） */
.menu_btn_side .label_side._biz {
  background: #33649b !important;
}
.menu_btn_side .label_side img {
  width: 25px;
  margin-bottom: 5px;
}
/* ここまで旧↑ */
  /* 下部に追記 */
/* END */
.menu_btn_side input[type=checkbox] {
  display: none !important;
}
.btn_acces .hover_menu {
  background: linear-gradient(transparent 0%, rgba(178, 215, 234, 0.9) 0%);
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn_acces .hover_menu.open {
  display: block;
  opacity: 1;
  height: 250px;
}

.menu_btn_side ul {
  list-style: none;
  width: 80px;
}
.menu_btn_side .group_navi_round {
  margin: auto;
}

/* 今すぐ試す　モーダル */
.try_modal_area .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.try_modal_area .group_plan::after {
  display: none;
}
.group_btns .modal_btn::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.try_modal_area a {
  text-decoration: none;
}
.try_modal_area a.login {
  text-decoration: underline !important;
}
.try_modal_area .modal__bg {
  background: rgba(0,0,0,0.4);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.try_modal_area .modal__content {
  background: #fff;
  left: 50%;
  padding-top: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
  border-radius: 10px;
  height: 95%;
  margin-top: 10px;
}
.try_modal_area .plan_modal_flex {
  display: flex;
  justify-content: center;
}
.try_modal_area .ttl_box .text {
  font-size: 16px;
  margin: 30px auto 20px;
  width: 80%;
  line-height: unset;
}
.try_modal_area h2 {
  font-weight: bold;
  font-size: 22px;
  position: relative;
  text-align: center;
  margin: 0;
}
.try_modal_area h2::before {
  content: '';
  position: absolute;
  bottom: -13px;
  display: inline-block;
  width: 60px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #32639a;
  border-radius: 2px;
}
.try_modal_area .box_tsumeho,.try_modal_area .box_tanpin {
  margin-right: 20px;
}
/*
.try_modal_area .box_tsumeho:hover {
  background-color: #fceded;
  transition:0.5s;
}
.try_modal_area .box_tanpin:hover {
  background-color: #edfbfc;
  transition:0.5s;
}
.try_modal_area .box_huton:hover {
  background-color: #def0fc;
  transition:0.5s;
}
*/
.try_modal_area .plan_title_box {
  width: 280px;
  height: 85px;
  padding-top: 13px;
}
.try_modal_area .plan_title_box._tsumeho {
  background: #f8968d;
}
.try_modal_area .plan_title_box._tanpin {
  background: #72b6c2;
}
.try_modal_area .plan_title_box._huton {
  background: #74a0c2;
}
.try_modal_area .plan_title_box .marker span {
  background: linear-gradient(transparent 0%, #fff 0%);
  font-size: 16px;
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 5px;
}
.try_modal_area .plan_detail_box .box_price {
  margin: auto;
  width: 70%;
  line-height: 25px;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
.try_modal_area .plan_title_box .marker {
  text-align: center;
  font-weight: bold;
}
.try_modal_area .plan_title_box._tsumeho .marker span {
  color: #f8968d ;
}
.try_modal_area .plan_title_box._tanpin .marker span {
  color: #72b6c2 ;
}
.try_modal_area .plan_title_box._huton .marker span {
  color: #74a0c2;
}
.try_modal_area .plan_title_box .ttl {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: none;
  margin-bottom: 0;
  padding: 0;
}
.try_modal_area .plan_title_box .small {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  border-bottom: none;
}
.try_modal_area .plan_detail_box {
  width: 280px;
  height: 450px;
  position: relative;
  margin-top: -2px;
}
.try_modal_area .plan_detail_box._tsumeho {
  border: solid #f8968d 1px;
}
.try_modal_area .plan_detail_box._tanpin {
  border: solid #72b6c2 1px;
}
.try_modal_area .plan_detail_box._huton {
  border: solid#74a0c2 1px;
}
.try_modal_area .icon_modal_pic {
  width: 120px;
  margin: 10px auto;
}
.try_modal_area .icon_modal_pic img {
  width: 100%;
}
.try_modal_area .plan_detail_box .text {
  padding: 0 20px;
  color: #333;
  margin: 20px auto;
  font-size: 14px;
  line-height: unset;
}
.try_modal_area .plan_detail_box .price_big {
  font-size: 37px;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  color: #333;
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  margin-bottom: 0;
  line-height: unset;
}
.try_modal_area .plan_detail_box .price_big span {
  font-size: 20px;
  font-weight: normal;
}
.try_modal_area .plan_detail_box .price_big .tax {
  font-size: 15px;
  font-weight: normal;
}
.try_modal_area .plan_detail_box .wear {
  font-size: 14px;
  color: #333;
}
.try_modal_area .plan_detail_box .price_normal span {
  font-size: 17px;
}
.try_modal_area .plan_detail_box .price_normal span.tax {
  font-size: 14px;
}
.try_modal_area .plan_detail_box .price_normal {
  font-size: 30px;
  color: #333;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 0;
  line-height: unset;
}
.try_modal_area .plan_detail_box .modal_btn {
  border-radius: 50px;
  width: 230px;
  height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: auto auto 0;
  color: #fff;
  font-size: 15px;
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
}
.try_modal_area .plan_detail_box._tsumeho .modal_btn {
  background: #c47577;
}
.try_modal_area .plan_detail_box._tanpin .modal_btn {
  background: #599096;
}
.try_modal_area .plan_detail_box._huton .modal_btn {
  background: #6289a3;
}
.try_modal_area .js-modal-close._btn {
  width: 30px;
  height: 30px;
  background: #e6e6e6;
  font-size: 22px;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #b3b3b3;
  text-align: center;
  line-height: 25px;
}
.try_modal_area .js-modal-close._btn::after {
  display: none;
}

/* ----------------------------------- */
/* 20201207 フッター変更 */
/* ----------------------------------- */
.footerNav {
  background: #fff;
  color: #000 !important;
  padding: 90px 0 20px;
  max-width: 1000px;
  margin: auto;
}
.footerNav a {
  color: #333;
}
.footerNav .tel_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerNav .tel_icon a {
  color: #333;
  font-size: 30px;
}
.footerNav .tel_icon_pic {
  width: 35px;
  margin-right: 7px;
}
.footerNav .tel_icon img {
  width: 100%;
  display: block;
}
.footerNav .tel_icon p {
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  color: #333;
  margin: 0;
}
.footerNav .footer_box_logo {
  width: 260px;
  text-align: center;
}

.footerNav .footer_box_logo li a img {
  width: 160px;
}
.footerNav .footer_box_logo .border {
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  padding: 5px 0;
  text-align: center;
  color: #333333;
  width: auto;
}
.footerNav .footer_box_logo .tel {
  font-size: 11px;
  text-align: center;
}
.footerNav ul .sub_ttl {
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
.footerNav .guide_list a {
  position: relative;
  padding-left: 15px;
  color: #333 !important;
  font-weight: normal !important;
}
.footerNav .guide_list a::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #89bcd6;
  border-right: 2px solid #89bcd6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  top: 20%;
  left: 0;
}
.footerNav .link_bottom a {
  padding: 0 20px;
  color: #a0a0a0 !important;
}
.footerNav .link_bottom{
  margin-top: 20px;
  display: flex;
  align-items: baseline;
}
.footerNav .link_bottom .group_link{
  margin: auto auto 0 0;
}
.footerNav .link_bottom a:first-child {
  padding-left: 0;
}
.footerNav .link_bottom .border {
  border-left: solid 1px ;
  height: 20px;
  border-top: 0;
}
.footerNav .link_bottom .box_pmark{
  display: flex;
  margin: auto 0 0 auto;
  align-items: baseline;
}
.footerNav .link_bottom .box_pmark a {
  margin: auto auto 0;
  padding: 0;
}
.footerNav .link_bottom .box_pmark img {
  width: 70px;
  margin: auto auto 0;
}
footer .copy{
  background-color: #89bcd6;
}
.footerNav * a:hover {
  color: #333333;
}
.footerNav .box_accses_flex .box_accses._mail._sp {
  display: none;
}

/* 20201204_インフォエリア更新 */
.info_area_new img {
  width: 100%;
}
.info_biz_new img {
  width: 100%;
}
.info_area_new {
  background: #e2edf3;
  width: 100% ;
  padding-top: 90px;
  padding-bottom: 100px;
}
.info_area_new a {
  text-decoration: none;
}
.info_area_new .info_plan_box {
  width: 310px;
  height: 350px;
  padding-top: 20px;
  margin: auto;
}
.info_area_new .info_plan_box .icon_pic {
  width: 150px;
  margin: auto;
}
.info_area_new .info_plan_box._tsumeho {
  background: #f8968d;
}
.info_area_new .info_plan_box._tanpin {
  background: #72b6c2;
}
.info_area_new .info_plan_box._huton {
  background: #74a0c2;
}
.info_area_new .plan_block_flex {
  display: flex;
  justify-content: center;
  width: 940px;
  margin: 55px auto 0 auto;
}
.info_area_new .plan_block_flex p {
  margin-bottom: 0;
}
.info_area_new .info_plan_box .plan_name {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.info_area_new .info_plan_box .price_big {
  font-size: 43px;
  font-weight: bold;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-bottom: 10px;
  height: 65px;
}
.info_area_new .info_plan_box .price_big span {
  font-size: 27px;
  font-weight: normal;
  color: #fff;
}
.info_area_new .info_plan_box .price_big .tax {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}
.info_area_new .info_plan_box .wear_box_flex {
  display: flex;
  color: #fff;
  justify-content: center;
  margin-bottom: 10px;
  height: 65px;
}
.info_area_new .info_plan_box .wear_box_flex span {
  font-size: 15px;
}
.info_area_new .info_plan_box .wear_box_flex .price_normal {
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
}
.info_area_new .info_plan_box .wear_box_flex .wear {
  font-size: 18px;
}
.info_area_new .info_plan_box .wear_box_flex .border {
  border-left: dotted 1px;
  margin: 0 10px;
  width: auto;
}
.info_area_new .info_plan_box .info_btn_white {
  width: 210px;
  height: 40px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #333;
  position: relative;
  font-weight: 500;
  text-decoration: none;
}
.info_area_new .info_plan_box .info_btn_white::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #3d3d3d;
  border-right: 2px solid #3d3d3d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  top: 40%;
  right: 12%;
}
.box_info_tel {
  width: 940px;
  margin: auto;
  height: 180px;
  background: #fff;
  margin: 35px auto;
  box-shadow: 0 1px 6px rgba(0,0,0,.4);
  border-radius: 5px;
  display: flex;
}
.box_info_tel:hover,.info_area_new .info_plan_box:hover,.box_accses:hover,.info_biz_new .box_biz:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: all 0.3s ease-in-out;
}
.box_info_tel .pic img {
  border-radius: 5px;
}
.box_info_tel .box_right {
  width: 530px;
  margin: auto 0 auto 20px;
}
.box_info_tel .box_right a {
  color: #000;
  text-decoration: none;
}
.box_info_tel .kantan {
  font-size: 19px;
  font-weight: 500;
}
.box_info_tel .tel_icon {
  display: flex;
  align-items: center;
}
.box_info_tel .tel_icon .tel_icon_pic img {
  width: 60px;
  margin-right: 10px;
}
.box_info_tel .tel_icon p {
  font-size: 50px;
  font-family: 'Noto Serif JP', serif;
}
.box_info_tel p {
  font-size: 18px;
  margin-bottom: 0;
}
.box_accses_flex {
  width: 940px;
  display: flex;
  margin: auto;
}
.box_accses_flex .box_accses {
  background: #fff;
  width: 450px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 1px 6px rgba(0,0,0,.4);
}
.box_accses_flex .box_accses._mail {
  margin: auto auto auto 0;
}
.box_accses_flex .box_accses._leaf{
  margin: auto 0 auto auto;
}
.box_accses_flex .box_accses img {
  width: 40px;
  margin-right: 15px;
}
.box_accses_flex .box_accses span {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.box_accses_flex .box_accses a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  padding-top: 37px;
}
.info_biz_new {
  background: #3e658d;
  padding: 100px 0 ;
  text-align: center;
}
.info_biz_new p {
 margin-bottom: 0;
}
.info_biz_new .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #bad9e8;
  padding-bottom: 10px;
}
.info_area_new h2 {
  font-size: 35px;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding-bottom: 1rem;
}
.info_area_new h2::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #32639a;
  border-radius: 2px;
}
.info_biz_new h2 {
  padding-bottom: 1rem;
 font-weight: bold;
 font-size: 35px;
 position: relative;
 text-align: center;
 color: #fff;
 margin: 0;
}
.info_biz_new h2::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #bad9e8;
  border-radius: 2px;
}
.info_biz_new .box_biz_flex {
  display: flex;
  justify-content: center;
  width: 940px;
  margin: 80px auto auto auto;
}
.info_biz_new .box_biz_flex .box_margin {
  margin: auto;
  text-decoration: none;
}
.info_biz_new .box_biz {
  width: 460px;
}
.info_biz_new .box_biz._01 {
  margin: auto auto auto 0;
}
.info_biz_new .box_biz._02{
  margin: auto 0 auto auto;
}
.info_biz_new .box_biz .pic {
  width: 460px;
  height: 210px;
}
.info_biz_new .box_biz .pic img {
  border-radius: 5px 5px 0 0;
}
.info_biz_new .box_biz .box_white {
  height: 170px;
  background: #fff;
  border-radius: 5px;
  border-radius: 0 0 5px 5px;
}
.info_biz_new .box_biz .box_white p {
  font-size: 20px;
  text-align: center;
  padding: 30px 0 15px;
  color: #333;
}
.info_biz_new .box_biz .info_btn_blue {
  width: 200px;
  height: 40px;
  border-radius: 50px;
  border: solid  #33649b 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 14px;
  color: #33649b;
  position: relative;
  font-weight: 500;
}
.info_biz_new .box_biz .info_btn_blue::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #33649b;
  border-right: 2px solid #33649b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  top: 43%;
  right: 12%;
}

/* 20210319 高級ダウンバナー追加 */
.box_down_banner {
  width: 940px;
  margin: 30px auto;
  box-shadow: 0 1px 6px rgb(0 0 0 / 40%);
}
.box_down_banner:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  transition: all 0.3s ease-in-out;
}


/* ------------------------ */
/* 20201209ナビゲーション改修 SP */
/* ------------------------ */

@media (max-width:767px) { /* forSP */
  body {
    padding-top: 60px;
  }
  /* ヘッダー変更SP */
  .area_head .group_logo {
    width: 120px;
  }
  .wrapper header .container {
    margin-top: 0 !important;
  }
  .area_head {
    height: 60px;
  }
  .hMenu {
    margin-top: 0;
    z-index: 10000;
  }
  h1.sc2019{
    margin: 10px auto auto !important;
  }
  header .hNav {
    width: auto;
    margin-right: 10px;
  }
  .group_logo img, .navi_icon_pic img {
    width: 100% !important;
  }
  .accordion-container .accordion-title {
    position: relative;
    margin: 0;
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    height: 55px;
    border-bottom: solid 1px #cccccc;
    padding-left: 20px;
    display: flex;
    align-items: center;
    color:#333;
  }
  .accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 9px;
    height: 9px;
    border-top: solid 2px #59add8;
    border-left: solid 2px #59add8;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .accordion-content {
    padding: 6px 8px;
    background: #b2d7ea;
  }

  /* CSS for CodePen */
  .accordion-container {
    margin: 0 auto;
  }
  .box_menu_list .menu_list_sp a {
    height: 55px;
    background: #fff;
    border-bottom: solid 1px #cccccc;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333 !important;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    opacity: unset;
  }
  .box_menu_list .menu_list_sp a::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 9px;
    height: 9px;
    border-top: solid 2px #59add8;
    border-left: solid 2px #59add8;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .box_menu_list .menu_list_sp._small a {
    font-size: 15px;
  }
  .box_menu_list .accordion-content .detail_box_white {
    background: #fff;
    width: 100%;
    margin: auto;
    border-bottom: solid #59add8 1px;
  }
  .box_menu_list .accordion-content .detail_box_white .box_white_flex {
    display: flex;
    padding: 2px 0;
    align-items: center;
  }
  .box_menu_list .accordion-content .detail_box_white:last-child {
    border-bottom: none;
  }
  .box_menu_list .accordion-content .detail_box_white a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .box_menu_list .detail_box_white .navi_icon_pic {
    width: 50px;
    margin-left: 30px;
    display: flex;
    align-items: center;
  }
  .box_menu_list .detail_box_white .under_line span {
    font-size: 13px;
    color: #fff;
    background: linear-gradient(transparent 0%, #59add8 0%);
    padding: 2px;
    display: inline;
  }
  .box_menu_list .detail_box_white .under_line {
    margin-bottom: 5px;
  }
  .box_menu_list .detail_box_white .navi_plan {
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
  }
  .box_menu_list .detail_box_white .sankaku {
    border-top: 20px solid transparent;
    border-right: 20px solid #59add8;
    margin: 35px 20px 5px auto;
  }
  .box_menu_list .detail_box_white._first .box_text {
    display: flex;
  }
  .box_menu_list .detail_box_white .box_text {
    margin: 10px 10px 10px 25px;
  }
  .box_menu_list .menu_list_accses_sp {
    background: #fff;
    padding: 40px 30px 90px;
  }
  .box_menu_list .menu_acces_tel .border p {
    font-size: 16px;
    text-align: center;
    margin: auto;
  }
  .box_menu_list .menu_acces_tel .border {
    border-top: solid 1px #333333;
    border-bottom: solid 1px #333333;
    padding: 5px 0;
    text-align: center;
    color: #333333;
  }
  .box_menu_list .menu_acces_tel .tel_icon {
    display: flex;
    justify-content: center;
  }
  .box_menu_list .menu_acces_tel .tel_icon .tel_icon_pic {
    width: 13%;
    margin: auto 10px auto 0;
  }
  .box_menu_list .menu_acces_tel .tel_icon .tel_icon_pic img {
    width: 100%;
  }
  .box_menu_list .menu_acces_tel .tel_icon p {
    margin: 0 !important;
  }
  .box_menu_list .menu_acces_tel .tel_icon a {
    font-size: 38px;
    width: 100%;
    color: #333333;
    font-family: 'Noto Serif JP', serif;
  }
  .box_menu_list .menu_acces_tel .tel {
    font-size: 12px;
    text-align: center;
  }
  .box_menu_list .box_accses_mail {
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 1px 6px rgba(0,0,0,.3);
    margin: 20px auto 25px;
  }
  .box_menu_list .box_accses_mail a {
    font-size: 15px;
    color: #333333 !important;
  }
  .box_menu_list .box_accses_mail img {
    width: 30px;
    margin-right: 10px;
  }
  .box_menu_list .btn_close {
    width: 60%;
    height: 50px;
    background: #7dc2e5;
    margin: 10px auto 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box_menu_list .btn_close a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*　ハンバーガーボタン　*/
  .hamburger {
    display : block;
    position: fixed;
    z-index : 3;
    right : 0;
    top   : 30px;
    width : 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    background: #7dc2e5;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 15px;
    background : #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 20px;
  }
  .hamburger span:nth-child(2) {
    top: 30px;
  }
  .hamburger span:nth-child(3) {
    top: 40px;
  }

  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 27px;
    left: 14px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 27px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .btn_bottom_flex._sp {
    z-index: 10000;
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .btn_bottom_flex .btn_login {
    background: #eeeeee;
    padding: 15px 0;
    width: 100%;
  }
  .btn_bottom_flex .btn_login a {
    font-size: 15px;
    display: flex;
    justify-content: center;
    color: #000 !important;
    position: relative;
  }
  .btn_bottom_flex .btn_try {
    background: #fa5793;
    padding: 15px 0;
    width: 100%;
  }
  .btn_bottom_flex .btn_try a {
    font-size: 15px;
    display: flex;
    justify-content: center;
    color: #fff !important;
    position: relative;
  }
  .btn_bottom_flex .btn_try a::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    top: 30%;
    right: 20%;
  }
  .btn_bottom_flex .btn_login a::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #3d3d3d;
    border-right: 2px solid #3d3d3d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    top: 30%;
    right: 25%;
  }
  .box_menu_list .overflow {
    overflow-y: scroll;
    height: 100%;
    width:100%;
    -webkit-overflow-scrolling: touch;
    position: fixed;
  }

  /* 今すぐ試す　モーダル(SP) */
  .btn_bottom_flex._sp .try_modal_area {
    width: 100%;
  }
  .try_modal_area .modal__content {
    width: 95%;
  }
  .try_modal_area .plan_modal_flex {
    display: block;
  }
  .try_modal_area .modal__content {
    overflow-y: scroll;
    padding: 20px 0 40px;
    top: 51%;
  }
  .try_modal_area .plan_title_box {
    width: 93%;
    height: 45px;
    display: flex;
    margin: auto;
    padding-top: 2px;
    justify-content: center;
  }
  .try_modal_area .plan_detail_box {
    width: 93%;
    height: auto;
    margin: auto auto 15px;
    display: flex;
    padding: 10px 10px 15px;
    border: solid 2px;
  }
  .try_modal_area .box_tsumeho, .try_modal_area .box_tanpin {
    margin: 0;
  }
  .try_modal_area .plan_title_box .marker {
    margin: auto;
  }
  .try_modal_area .plan_title_box .marker span {
    font-size: 13px;
    font-weight: bold;
    padding: 3px 5px;
  }
  .try_modal_area .plan_title_box._huton .marker span {
    font-size: 13px;
    padding: 3px;
  }
  .try_modal_area .plan_title_box .ttl {
    font-size: 21px;
    margin: auto auto auto 0;
  }
  .try_modal_area .plan_title_box .small {
    font-size: 14px;
    vertical-align: baseline;
    padding-left: 3px;
  }
  .try_modal_area .plan_title_box._huton .marker span {
    font-size: 11px;
  }
  .try_modal_area .plan_title_box._huton .ttl {
    font-size: 20px;
    margin: auto auto auto 0;
  }
  .try_modal_area .plan_title_box._huton .small {
    font-size: 11px;
  }
  .try_modal_area .plan_detail_box .price_big {
    position: unset;
  }
  .try_modal_area .plan_detail_box .modal_btn {
    position: unset;
  }
  .try_modal_area .plan_detail_box .text {
    margin: 10px 0 10px 0;
    padding: 0;
  }
  .try_modal_area .plan_detail_box .modal_btn {
    width: 95%;
    height: 35px;
    font-weight: bold;
  }
  .try_modal_area .plan_detail_box .modal_btn::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    bottom: 27px;
    right: 10%;
  }
  .try_modal_area .plan_detail_box .price_big {
    font-size: 33px;
  }
  .try_modal_area .icon_modal_pic {
    width: 100px;
    margin: 10px 10px 10px 0;
  }
  .try_modal_area .icon_modal_pic img {
    margin: inherit;
  }
  .try_modal_area .plan_detail_box .price_big .tax {
    font-size: 13px;
  }
  .try_modal_area .plan_detail_box._tanpin .wear_box_flex {
    display: flex;
    margin: 20px auto 5px;
    justify-content: center;
  }
  .try_modal_area .plan_detail_box .price_normal {
    font-size: 25px;
  }
  .try_modal_area .plan_detail_box .wear_box_flex .border {
    border-left: dotted 1px #333;
    margin: 0 5px;
    width: auto;
  }
  .try_modal_area .plan_detail_box .price_normal span {
    font-size: 12px;
  }
  .try_modal_area .plan_detail_box .wear {
    margin-bottom: 0;
    font-size: 13px;
  }
  .try_modal_area .plan_detail_box._tsumeho {
    border: solid #f8968d 2px;
    margin-top: -3px;
  }
  .try_modal_area .plan_detail_box._tanpin {
    border: solid #72b6c2 2px;
    margin-top: -3px;
  }
  .try_modal_area .plan_detail_box._huton {
    border: solid#74a0c2 2px;
    margin-top: -3px;
  }
  .try_modal_area .ttl_box .text {
    width: 90%;
    margin: 40px auto 20px;
  }
  .try_modal_area .plan_detail_box._tsumeho:hover {
    background-color: #fceded;
    transition:0.3s;
  }
  .try_modal_area .plan_detail_box._tanpin:hover {
    background-color: #edfbfc;
    transition:0.3s;
  }
  .try_modal_area .plan_detail_box._huton:hover {
    background-color: #def0fc;
    transition:0.3s;
  }
  .try_modal_area .box_tsumeho:hover,.try_modal_area .box_tanpin:hover,.try_modal_area .box_huton:hover {
    background: unset;
  }

  /* フッター変更SP */
  .footerNav {
    padding: 50px 20px 20px;
  }
  .footerNav .footer_box_logo li a img {
    width: 80%;
    margin-bottom: 10px;
  }
  .footerNav .flex-table {
    width: 100%;
  }
  .footerNav .container {
    padding: 0;
  }
  .footerNav .footer_box_logo {
    width: 90%;
    margin: auto;
  }
  .footerNav .footer_box_logo .border {
    font-size: 16px;
  }
  .footerNav .tel_icon p {
    font-size: 38px;
    width: 100%;
    color: #000;
    margin: 0;
  }
  .footerNav .tel_icon a {
    color: #000;
    white-space: nowrap;
    font-size: 38px;
  }
  .footerNav .tel_icon .tel_icon_pic {
    width: 15%;
    margin: auto 5px auto auto;
  }
  .footerNav .tel_icon img {
    width: 100%;
  }
  .footerNav .footer_box_logo .tel {
    font-size: 13px;
  }
  .footerNav .box_accses_flex {
    width: 100%;
  }
  .footerNav .box_accses_flex .box_accses._mail {
    margin: 25px auto;
  }
  footer .copy{
    margin-bottom: 45px;
  }
  .footerNav .link_bottom .group_link{
    margin: auto;
  }
  .footerNav .link_bottom a {
    font-size: 12px;
    padding: 0 5px;
  }
  .menu_btn_side .label_side {
    width: 70px;
    height: 60px;
    font-size: 10px;
    line-height: 13px;
    padding-top: 6px;
  }
  .menu_btn_side .label_side a {
    font-size: 10px;
  }
  .menu_btn_side .label_side img {
    width: 30%;
    margin-bottom: 3px;
  }
  .menu_btn_side ul {
    width: 60px;
  }
  .menu_btn_side .navi_round_white p {
    font-size: 10px;
  }
  .menu_btn_side .round_icon_pic {
    width: 65%;
  }
  .btn_acces .hover_menu.open {
    height: 190px;
  }
  .menu_btn_side .navi_round_white {
    width: 50px;
    height: 50px;
  }
  .menu_btn_side {
    bottom: 150px;
    right: 0;
  }
  .footerNav .box_accses_flex .box_accses._mail._sp {
    display: flex;
    background: #fff;
  }
  .box_accses_flex .box_accses {
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 1px 6px rgba(0,0,0,.4);
  }
  .box_accses_flex .box_accses img {
    width: 30px;
    margin-right: 10px;
  }
  .box_accses_flex .box_accses a {
    font-size: 15px;
  }
  .footerNav .link_bottom .box_pmark._pc {
    display: none;
  }

  /*---------------------------------------------
   20201208_ナビゲーション改修　フッター前インフォエリア
  --------------------------------------------- */
  .info_area_new {
    padding: 50px 15px;
  }
  .info_area_new .plan_block_flex {
    display: block;
    width: 100%;
  }
  .info_area_new .plan_block_flex .sp_flex {
    display: flex;
  }
  .info_area_new .plan_block_flex .sp_flex .box_text {
    margin: auto;
    width: 70%;
  }
  .info_area_new .info_text_tanpin {
    width: 65%;
    margin: auto 0 auto auto;
  }
  .info_area_new .info_plan_box {
    width: 100%;
    margin: auto auto 10px;
    padding: 20px;
    height: auto;
  }
  .info_area_new .info_plan_box .icon_pic {
    width: 30%;
  }
  .info_area_new .info_plan_box .plan_name {
    font-size: 19px;
  }
  .info_area_new .info_plan_box .info_btn_white {
    width: 70%;
    margin: 10px auto auto;
    font-size: 14px;
  }
  .info_area_new .info_plan_box .price_big {
    font-size: 35px;
    height: auto;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .info_area_new .info_plan_box .price_big .tax {
    font-size: 11px;
  }
  .info_area_new .info_plan_box .price_big span {
    font-size: 21px;
  }
  .info_area_new .info_plan_box .price_big .tax {
    font-size: 10px;
  }
  .info_area_new .info_plan_box .price_big .small {
    font-size: 15px;
    vertical-align: middle;
    padding-right: 5px;
  }
  .info_area_new .info_plan_box .wear_box_flex .wear {
    font-size: 13px;
  }
  .info_area_new .info_plan_box .wear_box_flex .price_normal {
    font-size: 26px;
    white-space: nowrap;
  }
  .info_area_new .info_plan_box .wear_box_flex span {
    font-size: 10px;
  }
  .info_area_new .info_plan_box .wear_box_flex {
    height: auto;
    margin: 10px auto auto auto;
    width: 85%;
  }
  .box_info_tel {
    width: auto;
    display: block;
    height: auto;
    margin: 20px auto 20px;
  }
  .box_info_tel .tel_icon {
    justify-content: center;
  }
  .box_info_tel .tel_icon p {
    font-size: 33px;
    white-space: nowrap;
  }
  .box_info_tel .tel_icon .tel_icon_pic img {
    width: 40px;
    margin-right: 5px;
  }
  .box_info_tel .box_right {
    width: auto;
    margin: -35px auto auto;
    padding: 20px;
    position: relative;
  }
  .box_info_tel .kantan {
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
  }
  .box_accses_flex {
    display: block;
    width: auto;
  }
  .box_accses_flex .box_accses {
    width: 100%;
    height: 60px;
  }
  .box_info_tel p {
    font-size: 12px;
    text-align: center;
  }
  .box_info_tel .pic img {
    opacity: 0.5 ;
    width: 100%;
  }
  .box_info_tel .pic::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 15px 8px #fff;
    border-radius: 5px;
  }
  .box_info_tel .pic {
    position: relative;
  }
  .box_accses_flex .box_accses a {
    padding-top: 20px;
  }
  .box_accses_flex .box_accses span {
    font-size: 15px;
  }
  .box_accses_flex .box_accses img {
    width: 30px;
    margin-right: 10px;
  }
  .box_accses_flex .box_accses._mail {
    margin-bottom: 20px;
  }
  .info_biz_new {
    padding: 60px 20px 50px;
  }
  .info_area_new h2 {
    font-size: 28px;
  }
  .info_biz_new h2 {
    font-size: 28px;
    color: #fff;
    margin: 0;
  }
  .info_area_new h2::before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #32639a;
    border-radius: 2px;
  }
  .info_biz_new h2::before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #bad9e8;
    border-radius: 2px;
  }
  .info_biz_new .ttl {
    font-size: 14px;
    margin-bottom: 5px;
    padding: 0;
  }
  .info_biz_new .box_biz_flex {
    display: block;
    width: auto;
    margin-top: 50px;
  }
  .info_biz_new .box_biz {
    width: 100%;
  }
  .info_biz_new .box_biz._01 {
    margin: auto auto 20px auto;
  }
  .info_biz_new .box_biz .pic {
    width: auto;
    height: auto;
  }
  .info_biz_new .box_biz .box_white p {
    padding: 0 0 15px;
    font-size: 18px;
  }
  .info_biz_new .box_biz .box_white {
    height: auto;
    padding: 20px 0;
  }
  .footerNav .box_accses_flex .box_accses._mail._sp a {
    width: auto;
    padding-top: 16px;
  }

  /* 20210319 高級ダウンバナー追加 */
  .box_down_banner {
   width: auto;
   margin: 20px auto 10px;
  }

} /* forSP */

@media screen and (max-width:320px) {
  .try_modal_area .plan_title_box .ttl {
    font-size: 19px;
  }
  .try_modal_area .plan_title_box .marker span {
    font-size: 10px;
  }
  .try_modal_area .plan_detail_box .price_big {
    font-size: 26px;
  }
  .try_modal_area .plan_detail_box .price_big .tax {
    font-size: 10px;
  }
  .try_modal_area .plan_detail_box .price_big span {
    font-size: 15px;
  }
  .try_modal_area .plan_title_box._huton .ttl {
    font-size: 17px;
  }
}


/* add 220608 今すぐ試すモーダルの最小幅指定 */

@media (min-width:768px) { /* forPC */
  .try_modal_area .modal__content {
    min-width: 900px;
    height: 92%;
    margin-top: 8px;
    padding: 25px 25px 35px;
    overflow-y: auto;
  }
}

/* add 220617 - SP表示の画面下部固定メニューとる（ログインメニューはヘッダー表示） */

@media (max-width: 767px) {
  .area_head .group_btns {
    margin-left: auto;
    margin-right: 40px;
  }
  .btn_login._pc {
    display: block;
  }
  .group_btns .btn_login a {
    width: 88px;
    height: 60px;
    align-items: center;
    padding-right: 11px;
    transition: opacity 0.3s ease-in-out;
  }
  .group_btns [class^="btn_"] > a::after {
    top: 44%;
    right: 11%;
  }
  .btn_bottom_flex._sp {
    display: none;
  }
  .menu_btn_side {
    bottom: 80px;
  }
}

/* ついでにSPで横するロールが発生する件の対応 */
.slider-blk {
  overflow: hidden;
}

/* ついでにPCヘッダーのh1が画面幅によって要素が重なる現象回避 */
@media (min-width: 768px) {
  .wrapper > h1.sc2019,
  h1.spHid {
    display: flex;
    align-items: center;
    left: 180px;
    right: 660px;
    width: auto;
    min-width: 10em;
    height: 80px;
    margin: 0;
    /*margin-top: 30px;*/
    padding: 0 15px;
  }
}
@media screen and (min-width: 481px) and (max-width:991px) {
  h1.sc2019 {
    display: none !important;
  }
}

/* add 220620 ヘッダー上のコロナお知らせ帯を取る */

header {
  min-height: 60px;
  padding-top: 0;
}
header .hNav {
  margin-top: 0;
}
.hamburger {
  top: 0;
}

/* add 220629 サイドのフローティングナビ改修 - タップでモーダルオープン */

.try_modal_area .modal {
  z-index: 10001; /* .menu_btn_side が 10000 */
}
.btn_acces .hover_menu.open {
  opacity: 0;
  height: 0;
}
.try_modal_area .js-modal-close._btn {
  line-height: 30px;
}
.modal-end-close {
  margin-top: 30px;
  margin-bottom: -10px;
  text-align: center;
}
.modal-end-close .js-modal-close {
  background: #e6e6e6;
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: .25em .5em;
  color: #666;
  line-height: 30px;
  text-align: center;
}
.modal-end-close .js-modal-close::before {
  content: "×";
  display: inline-block;
  margin-right: .25em;
  color: #aaa;
  font-size: 22px;
  transform: translateY(1px);
}
.try_modal_area .ttl_box .text {
  width: 85%;
}
.box_biz {
  width: 20em;
  min-width: 50%;
  max-width: 880px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.box_biz .link {
  display: block;
  background: #33649b;
  padding: 1.2rem;
  font-size: 17px;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  border-radius: 5em;
}
.box_biz .icon-bldg {
  width: 40px;
  margin-bottom: 7px;
}
.menu_btn_side .label_side._biz {
  display: none;
}
._page-biz .menu_btn_side {
  display: none;
}

@media (max-width:767px) { /* forSP */
  .menu_btn_side .label_side {
    height: 77px;
    padding-top: 8px;
    font-size: 11px;
    line-height: 14px;
    background: #fa5793 !important;
  }
  .menu_btn_side .label_side img {
    width: 35%;
    margin-bottom: 6px;
  }
  .try_modal_area .modal__content {
    height: 92%;
    margin-top: 0;
  }
  .try_modal_area .icon_modal_pic {
    flex-shrink: 0;
  }
  .try_modal_area .plan_detail_box .box_price {
    display: flex;
    position: static;
    width: auto;
  }
  .try_modal_area .box_price .price_normal {
    line-height: 20px;
  }
  .try_modal_area .price_normal .wear {
    display: inline-block;
    padding-bottom: 8px;
    line-height: 18px;
    font-family: メイリオ, Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .try_modal_area .plan_detail_box .price_normal span.tax {
      font-size: 12px;
  }
}

/* - add display switch */
@media (max-width:767px) { /* forSP */
  .only-lg {
    display: none;
  }
}
@media (min-width:768px) { /* forPC */
  .only-sm {
    display: none;
  }
}

/* add 240816 ヘッダー固定 */
@media (min-width:768px) { /* forPC */
  #to-top.wrapper {
    position: sticky;
    top: 0;
    z-index: 10000;
  }
	header {
		position: sticky;
	}
}

/* add 251111 ヘッダー・フッターSNSアイコン */
@media (min-width:768px) { /* forPC */
  .area_head .group_sns {
    display: flex;
    gap: 15px;
    margin: auto 20px auto 0;
  }
  .area_head .group_sns a {
    display: block;
    width: 100%;
  }
  .area_head .group_sns img {
    width: 35px;
    height: auto;
  }
}
@media (min-width:768px) { /* forPC */
  .flex-table .group_sns {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 10px auto 20px;
  }
  .flex-table .group_sns a {
    display: block;
  }
  .flex-table .group_sns img {
    width: 35px !important;
    height: auto;
  }
}
@media (max-width:767px) { /* forSP */
  .menu_acces_tel .group_sns {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px auto;
  }
  .menu_acces_tel .group_sns a {
    display: block;
    width: 60px;
  }
    .menu_acces_tel .group_sns img {
    width: 60px;
    height: auto;
  }
}
@media (max-width:767px) { /* forSP */
  .flex-table .group_sns {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px auto;
  }
  .flex-table .group_sns a {
    display: block;
    width: 60px;
  }
    .flex-table .group_sns img {
    width: 60px !important;
    height: auto;
  }
}
