.web_font1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400; }

.web_font2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em; }

.web_font3 {
  font-family: 'Roboto', sans-serif; }

.border {
  border-bottom: 1px dashed #cdcdd2; }

.border2 {
  border-bottom: 1px dashed #03071f; }

.border3 {
  border-bottom: 1px solid #cdcdd2; }

.border4 {
  border-bottom: 1px solid #03071f; }

.border5 {
  border-bottom: 2px solid #03071f; }

.bg_dot, #Contents_area.furisode {
  background: url("../common/images/bg_dot.png") left top repeat;
  background-size: 10px 10px; }

@media screen and (min-width: 1px) {
  .bg_dot, #Contents_area.furisode {
    background: url("../common/images/bg_dot.png") left top repeat;
    background-size: 5px 5px; } }
/*------------------------------------------------------------
Under_ttl_area_img
------------------------------------------------------------*/
#Under_ttl_area_img {
  margin-bottom: 40px; }

@media screen and (min-width: 1px) {
  #Under_ttl_area_img {
    margin-bottom: 20px; } }
/*------------------------------------------------------------
Top_area
------------------------------------------------------------*/
#Top_area {
  margin-bottom: 110px; }
  #Top_area .wrap {
    display: flex;
    align-items: flex-end; }
    #Top_area .wrap .ttl_area {
      width: 50%;
      text-align: center; }
      #Top_area .wrap .ttl_area img {
        width: 273px;
        height: auto; }
    #Top_area .wrap .txt_area {
      width: 50%;
      margin-top: 15px; }
      #Top_area .wrap .txt_area h4 {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 25px; }
      #Top_area .wrap .txt_area .txt {
        font-size: 1.6rem;
        line-height: 2.25; }

@media screen and (min-width: 1px) {
  #Top_area {
    margin-bottom: 45px; }
    #Top_area .wrap {
      display: block; }
      #Top_area .wrap .ttl_area {
        width: 100%;
        text-align: center; }
        #Top_area .wrap .ttl_area img {
          width: 142px;
          height: auto;
          margin-right: 30px; }
      #Top_area .wrap .txt_area {
        width: 100%;
        margin-top: 25px; }
        #Top_area .wrap .txt_area h2 {
          font-size: 1.5rem;
          margin-bottom: 10px;
          text-align: center; }
        #Top_area .wrap .txt_area .txt {
          font-size: 1.4rem;
          line-height: 1.7;
          text-align: center; } }
/*------------------------------------------------------------
page_in_link_nav_style2
------------------------------------------------------------*/
.page_in_link_nav_style2 {
  width: 100%;
  background: #03071f; }
  .page_in_link_nav_style2 .wrap {
    width: 1000px;
    display: flex;
    margin: 0 auto; }
    .page_in_link_nav_style2 .wrap > li {
      width: 25%;
      color: #FFF; }
      .page_in_link_nav_style2 .wrap > li:first-child dl:before {
        display: none; }
      .page_in_link_nav_style2 .wrap > li a {
        color: #FFF;
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 10;
        padding: 15px 0; }
      .page_in_link_nav_style2 .wrap > li dl {
        display: flex;
        align-items: center;
        position: relative;
        padding: 5px 0 5px 30px; }
        .page_in_link_nav_style2 .wrap > li dl:before {
          display: block;
          content: '';
          width: 3px;
          height: 100%;
          background: url("../common/images/dot_line_tate_w.png") top repeat-y;
          background-size: 3px 218px;
          position: absolute;
          top: 0;
          left: 0; }
        .page_in_link_nav_style2 .wrap > li dl:after {
          display: block;
          content: '';
          width: 10px;
          height: 6px;
          background: url("../common/images/icon_arrow_down_w.png") top repeat-y;
          background-size: 10px 6px;
          position: absolute;
          top: 50%;
          right: 20px;
          margin-top: -3px; }
        .page_in_link_nav_style2 .wrap > li dl dt {
          width: 34px;
          margin-right: 20px; }
          .page_in_link_nav_style2 .wrap > li dl dt img {
            width: 100%;
            height: auto; }
        .page_in_link_nav_style2 .wrap > li dl dd {
          line-height: 1.3;
          font-size: 1.5; }

@media screen and (min-width: 1px) {
  .page_in_link_nav_style2 {
    padding: 0 15px;
    box-sizing: border-box; }
    .page_in_link_nav_style2 .wrap {
      width: 100%;
      padding: 0;
      justify-content: space-between;
      position: relative;
      flex-wrap: wrap; }
      .page_in_link_nav_style2 .wrap:before {
        display: block;
        content: '';
        width: 3px;
        height: calc(100% - 20px);
        background: url("../common/images/dot_line_tate_w.png") top repeat-y;
        background-size: 3px 218px;
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -2px;
        opacity: .6; }
      .page_in_link_nav_style2 .wrap:after {
        display: block;
        content: '';
        width: 100%;
        height: 3px;
        background: url("../common/images/dot_line_yoko_w.png") top repeat-x;
        background-size: 216px 3px;
        position: absolute;
        top: 50%;
        left: 0;
        opacity: .6; }
      .page_in_link_nav_style2 .wrap > li {
        width: 46%; }
        .page_in_link_nav_style2 .wrap > li a {
          padding: 5px 0; }
        .page_in_link_nav_style2 .wrap > li dl {
          padding: 10px 0 10px 0; }
          .page_in_link_nav_style2 .wrap > li dl:before {
            display: none; }
          .page_in_link_nav_style2 .wrap > li dl:after {
            right: 0px; }
          .page_in_link_nav_style2 .wrap > li dl dt {
            width: 30px;
            margin-right: 10px; }
          .page_in_link_nav_style2 .wrap > li dl dd {
            line-height: 1.3;
            font-size: 1.5; } }
/*------------------------------------------------------------
Contents_area
------------------------------------------------------------*/
#Contents_area section {
  margin-bottom: 70px; }
  #Contents_area section:last-child {
    margin-bottom: 0; }
  #Contents_area section .box_nanameline_style {
    padding: 70px 70px 0; }
  #Contents_area section .top_area {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
    align-items: center; }
    #Contents_area section .top_area > dt {
      width: 300px;
      position: relative; }
      #Contents_area section .top_area > dt img {
        width: 100%;
        height: auto; }
      #Contents_area section .top_area > dt .bubble {
        width: 90px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10; }
    #Contents_area section .top_area > dd {
      width: calc(100% - 350px); }
      #Contents_area section .top_area > dd .ttl {
        text-align: left;
        margin-bottom: 60px; }
        #Contents_area section .top_area > dd .ttl:before {
          left: 0;
          margin-left: 0; }
      #Contents_area section .top_area > dd .sub_ttl {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 15px; }
        #Contents_area section .top_area > dd .sub_ttl.tume {
          letter-spacing: -0.01em; }
  #Contents_area section .acc_wrap {
    margin-bottom: 40px; }
    #Contents_area section .acc_wrap .acc_btn {
      border-top: 2px solid #03071f;
      border-bottom: 2px solid #03071f;
      text-align: center;
      padding: 18px 0; }
    #Contents_area section .acc_wrap .acc_box {
      margin-top: 30px; }
#Contents_area.furisode {
  padding: 80px 0; }
  #Contents_area.furisode #tokuten02 .acc_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #Contents_area.furisode #tokuten02 .acc_box ul li {
      background: #fffbc3;
      width: 30%;
      width: 19%;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      font-size: 1.4rem;
      line-height: 1.3;
      margin-bottom: 10px;
      text-align: center; }
  #Contents_area.furisode #tokuten03 .acc_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #Contents_area.furisode #tokuten03 .acc_box ul li {
      background: #ddfbff;
      width: 100%;
      width: 49.2%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
      padding: 20px 35px 20px 35px;
      box-sizing: border-box; }
      #Contents_area.furisode #tokuten03 .acc_box ul li dt {
        text-align: center;
        margin-bottom: 15px; }
        #Contents_area.furisode #tokuten03 .acc_box ul li dt img {
          width: 60px;
          height: auto; }
      #Contents_area.furisode #tokuten03 .acc_box ul li .ttl {
        text-align: center;
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 15px;
        color: #22aac2;
        line-height: 1.4; }
      #Contents_area.furisode #tokuten03 .acc_box ul li .txt {
        line-height: 1.5;
        font-size: 1.4rem; }
      #Contents_area.furisode #tokuten03 .acc_box ul li .mini_mini_txt_style {
        margin-top: 10px; }

  #Contents_area.furisode #tokuten04 .btn {
    margin: 30px auto;
  }
  #Contents_area.furisode #tokuten04 .acc_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap; }
    #Contents_area.furisode #tokuten04 .acc_box ul .colim3_li {
      width: 32.5%; }
    #Contents_area.furisode #tokuten04 .acc_box ul .colim4_li {
      width: 24.1%; }
    #Contents_area.furisode #tokuten04 .acc_box ul li {
      background: #d3c0f3;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      font-size: 1.4rem;
      line-height: 1.3;
      margin-bottom: 10px;
      text-align: center; }
#Contents_area.hakama #tokuten01 {
  margin-bottom: 30px; }
  #Contents_area.hakama #tokuten01 .btn {
    margin: 30px auto;
  }
  #Contents_area.hakama #tokuten01 .acc_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #Contents_area.hakama #tokuten01 .acc_box ul li {
      background: #fdf68e;
      width: 32.5%;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      line-height: 1.3;
      margin-bottom: 10px;
      text-align: center; }

@media screen and (min-width: 1px) {
  #Contents_area section {
    margin-bottom: 50px; }
    #Contents_area section .box_nanameline_style {
      padding: 50px 20px 0; }
    #Contents_area section .top_area {
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 40px;
      text-align: center; }
      #Contents_area section .top_area > dt {
        width: 185px;
        margin-bottom: 25px; }
        #Contents_area section .top_area > dt .bubble {
          width: 75px;
          top: -15px;
          left: -20px; }
      #Contents_area section .top_area > dd {
        width: 100%; }
        #Contents_area section .top_area > dd .ttl {
          text-align: left;
          margin-bottom: 45px;
          display: flex;
          justify-content: center; }
          #Contents_area section .top_area > dd .ttl:before {
            left: 50%;
            margin-left: -10px; }
        #Contents_area section .top_area > dd .sub_ttl {
          font-size: 1.5rem;
          margin-bottom: 15px;
          line-height: 1.6;
          text-align: left;
          letter-spacing: 0.03em; }
          #Contents_area section .top_area > dd .sub_ttl.tume {
            letter-spacing: 0.03em; }
        #Contents_area section .top_area > dd .txt {
          font-size: 1.4rem;
          line-height: 1.7;
          text-align: left; }
          #Contents_area section .top_area > dd .txt.tume {
            letter-spacing: -0.02em; }
    #Contents_area section .acc_wrap {
      margin-bottom: 30px; }
      #Contents_area section .acc_wrap .acc_btn {
        padding: 14px 0; }
      #Contents_area section .acc_wrap .acc_box {
        margin-top: 15px; }
  #Contents_area.furisode {
    padding: 50px 0; }
    #Contents_area.furisode #tokuten02 .acc_box ul li {
      width: 31.5%;
      height: 45px;
      font-size: 1.2rem;
      line-height: 1.3;
      margin-bottom: 10px; }
    #Contents_area.furisode #tokuten03 .acc_box ul {
      display: block; }
      #Contents_area.furisode #tokuten03 .acc_box ul li {
        width: 100%;
        margin-bottom: 15px;
        padding: 20px 18px 20px 18px;
        box-sizing: border-box; }
        #Contents_area.furisode #tokuten03 .acc_box ul li dt img {
          width: 58px;
          height: auto; }
        #Contents_area.furisode #tokuten03 .acc_box ul li .ttl {
          font-size: 1.5rem;
          margin-bottom: 15px;
          line-height: 1.5; }
        #Contents_area.furisode #tokuten03 .acc_box ul li .txt {
          line-height: 1.5;
          font-size: 1.3rem;
          letter-spacing: 0; }
        #Contents_area.furisode #tokuten03 .acc_box ul li .mini_mini_txt_style {
          margin-top: 10px; }
    #Contents_area.furisode #tokuten04 .acc_box ul .colim3_li {
      width: 48.7%; }
      #Contents_area.furisode #tokuten04 .acc_box ul .colim3_li.last {
        width: 100%; }
    #Contents_area.furisode #tokuten04 .acc_box ul .colim4_li {
      width: 48.7%; }
    #Contents_area.furisode #tokuten04 .acc_box ul li {
      height: 45px;
      font-size: 1.2rem;
      line-height: 1.3;
      margin-bottom: 8px; }
  #Contents_area.hakama #tokuten01 {
    margin-bottom: 30px; }
    #Contents_area.hakama #tokuten01 .txt {
      letter-spacing: 0; }
    #Contents_area.hakama #tokuten01 .acc_box ul {
      display: block; }
      #Contents_area.hakama #tokuten01 .acc_box ul li {
        width: 100%;
        height: 45px;
        font-size: 1.2rem; } }
/* レンタルセットアイコン */
.ec-rentalSetRole__content-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.ec-rentalSetRole__content-list.acc_box {
    margin-top: 20px;
}
.ec-rentalSetRole__content-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100%/3) - 3px);
    height: 50px;
    margin-bottom: 5px;
    background-color: #fffbc3;
}
.ec-rentalSetRole__content-item.icon {
    flex-direction: column;
    height: 70px;
}
.ec-rentalSetRole__content-item:nth-of-type(3n) {
    margin-right: 0;
}
.ec-rentalSetRole__content-item.large {
    width: 100%;
}
.ec-rentalSetRole__content-item img {
    height: 45px;
    width: auto;
}
.ec-rentalSetRole__content-item p {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.002em;
}
/*------------------------------------------------------------
Bottom_bnr_area
------------------------------------------------------------*/
#Bottom_bnr_area {
  padding: 80px 0; }
  #Bottom_bnr_area ul {
    display: flex;
    align-items: center;
    justify-content: center; }
    #Bottom_bnr_area ul li {
      margin: 0 20px; }

@media screen and (min-width: 1px) {
  #Bottom_bnr_area {
    padding: 50px 0; }
    #Bottom_bnr_area ul {
      display: block;
      align-items: center;
      justify-content: center; }
      #Bottom_bnr_area ul li {
        margin: 0; }
        #Bottom_bnr_area ul li:not(:last-child) {
          margin-bottom: 30px;
      }
    }
