@charset "UTF-8";
section {
  padding: 60px 0; }

.zeikomi {
  text-align: right;
  margin: 1rem 0;
  font-size: 1.2rem; }

.categoly {
  background: url(../../common/images/png/common_categoly_bg.png) center center;
  height: 88px; }
  .categoly__inner {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center; }
    .categoly__inner .ttl {
      color: #ffffff;
      font-size: 2rem;
      letter-spacing: .5rem;
      font-weight: bold;
      line-height: 1; }
      .categoly__inner .ttl span {
        display: inline-block;
        font-size: 1.6rem;
        position: relative;
        margin-left: 3rem;
        line-height: 1;
        transform: translateY(-2.5px); }
        .categoly__inner .ttl span::before, .categoly__inner .ttl span::after {
          content: "";
          width: 14px;
          height: 2px;
          background: #ffffff;
          display: inline-block;
          position: absolute;
          top: 50%;
          transform: translate(0, -50%); }
        .categoly__inner .ttl span::before {
          left: -20px; }
    .categoly__inner .simulation {
      line-height: 0; }
      .categoly__inner .simulation a {
        height: 60px;
        width: 300px;
        text-align: center;
        color: #ffffff;
        font-weight: bold;
        background: #ffffff;
        border-radius: 4px;
        position: relative;
        overflow: hidden;
        display: inline-block; }
        .categoly__inner .simulation a::before {
          content: "ドコモ光セット割";
          position: absolute;
          z-index: 10;
          top: 50%;
          left: 50%;
          width: 100%;
          color: #CF0F31;
          transform: translate(-50%, -50%); }
        .categoly__inner .simulation a::after {
          content: "";
          position: absolute;
          z-index: 9;
          display: inline-block;
          background: #F5B918;
          transition: left 1s;
          width: 100%;
          height: 100%;
          top: 0;
          left: -100%; }
        .categoly__inner .simulation a:hover::after {
          left: 0%; }

.main {
  background: url(../images/png/main_bg.png) center center;
  height: 280px; }
  .main__inner {
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%; }

.anker {
  background: #EAEBEC;
  padding: 30px 0;
  position: relative; }
  .anker__inner ul {
    display: flex;
    justify-content: space-between; }
    .anker__inner ul li {
      text-align: center;
      width: calc((100% - 4px) / 3); }
      .anker__inner ul li a {
        display: inline-block;
        position: relative;
        color: #2C3644;
        font-weight: bold;
        width: 100%;
        height: 100%;
        transition: background 1s;
        padding: 8px 0 22px;
        background: #ffffff; }
        .anker__inner ul li a::after {
          position: absolute;
          content: "";
          width: 9px;
          height: 9px;
          border: 0px;
          border-top: solid 1px #2C3644;
          border-right: solid 1px #2C3644;
          bottom: 6px;
          left: 50%;
          transform: translate(-50%, -50%) rotate(135deg); }
  .anker::before {
    content: "";
    background: url(../images/png/anker_top.png) repeat-x;
    width: 100%;
    height: 9px;
    position: absolute;
    top: 0;
    left: 0; }
  .anker::after {
    content: "";
    background: url(../images/png/anker_bottom.png) repeat-x;
    width: 100%;
    height: 9px;
    position: absolute;
    bottom: 0;
    left: 0; }

.menu {
  text-align: center; }
  .menu__ttl {
    font-size: 2.6rem;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 35px;
    border-bottom: 2px solid #CF0F31;
    display: inline-block;
    color: #2C3644; }
  .menu__txt {
    font-size: 1.8rem;
    line-height: 3.3rem;
    color: #2C3644;
    text-align: left;
    margin-bottom: 40px; }
  .menu__cont {
    text-align: left; }
  .menu .mcont {
    counter-increment: subttl-num; }
    .menu .mcont:first-of-type {
      margin-bottom: 40px; }
    .menu .mcont__ttl {
      font-size: 1.7rem;
      font-weight: bold;
      letter-spacing: .1rem;
      border: 1px solid #2C3644;
      padding: 7.5px 11px;
      line-height: 1.6;
      background: #ffffff; }
      .menu .mcont__ttl span {
        background: #CF0F31;
        width: 20px;
        height: 20px;
        display: inline-block;
        position: relative;
        top: 3px;
        margin-right: 9px; }
        .menu .mcont__ttl span::after {
          content: counter(subttl-num);
          position: absolute;
          color: #ffffff;
          transform: translate(-50%, -50%);
          top: 50%;
          left: 55%;
          font-size: 1.4rem;
          display: inline-block; }
    .menu .mcont__txt {
      font-size: 1.6rem;
      line-height: 3rem;
      margin-top: 20px; }
    .menu .mcont__cont {
      margin-top: 40px; }
      .menu .mcont__cont .graph {
        display: flex;
        justify-content: center; }
        .menu .mcont__cont .graph-child {
          width: 400px;
          text-align: center; }
          .menu .mcont__cont .graph-child h3 {
            font-size: 1.65rem;
            padding: 8px 0;
            width: 265px;
            border: 1px solid #2C3644;
            border-radius: 30px;
            text-align: center;
            font-weight: bold;
            margin: 0 auto 30px; }
            .menu .mcont__cont .graph-child h3 img {
              display: inline-block;
              margin-right: 10px;
              position: relative;
              top: -3px; }
            .menu .mcont__cont .graph-child h3 .home-icon {
              width: 17px; }
            .menu .mcont__cont .graph-child h3 .mansion-icon {
              width: 23.5px; }
          .menu .mcont__cont .graph-child .about__cost-cont-img img {
            width: 400px; }
          .menu .mcont__cont .graph-child:first-of-type {
            margin-right: 20px; }
    .menu .mcont__cap {
      margin-top: 35px; }
    .menu .mcont .option-list {
      margin-top: 35px; }
      .menu .mcont .option-list__ttl {
        font-weight: bold;
        font-size: 1.7rem;
        position: relative;
        padding-left: 20px;
        margin-bottom: 14px; }
        .menu .mcont .option-list__ttl::before {
          content: "";
          position: absolute;
          display: inline-block;
          width: 5px;
          height: 18px;
          background: #2C3644;
          transform: translate(0, -50%);
          top: 50%;
          left: 0; }
      .menu .mcont .option-list__lists-child {
        border-top: 1px solid #c0c3c7;
        border-left: 1px solid #c0c3c7;
        border-right: 1px solid #c0c3c7; }
        .menu .mcont .option-list__lists-child:last-of-type {
          border-bottom: 1px solid #c0c3c7; }
        .menu .mcont .option-list__lists-child .service {
          display: flex;
          align-items: center;
          height: 55px;
          padding: 10px;
          /*3ライン*/
          /*2ライン*/ }
          .menu .mcont .option-list__lists-child .service__ttl {
            font-size: 1.6rem;
            font-weight: bold; }
            .menu .mcont .option-list__lists-child .service__ttl-kikan {
              background: #F5B918;
              font-size: 13px;
              color: #ffffff;
              border-radius: 20px;
              display: inline-block;
              padding: 2px 15px; }
          .menu .mcont .option-list__lists-child .service__price {
            font-size: 2.5rem;
            font-weight: bold;
            border-left: 1px solid #c0c3c7;
            text-align: center; }
          .menu .mcont .option-list__lists-child .service__link {
            width: 90px;
            height: 100%; }
            .menu .mcont .option-list__lists-child .service__link a {
              height: 100%;
              width: 100%;
              text-align: center;
              color: #ffffff;
              font-weight: bold;
              background: #2C3644;
              border-radius: 4px;
              position: relative;
              overflow: hidden;
              display: inline-block; }
              .menu .mcont .option-list__lists-child .service__link a::before {
                content: "詳細";
                position: absolute;
                z-index: 10;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%); }
              .menu .mcont .option-list__lists-child .service__link a::after {
                content: "";
                position: absolute;
                z-index: 9;
                display: inline-block;
                background: #636f82;
                transition: left 1s;
                width: 100%;
                height: 100%;
                top: 0;
                left: -100%; }
              .menu .mcont .option-list__lists-child .service__link a:hover::after {
                left: 0%; }
          .menu .mcont .option-list__lists-child .service .threeline-ttl {
            width: calc(100% - 170px - 90px); }
          .menu .mcont .option-list__lists-child .service .threeline-price {
            width: 170px; }
            .menu .mcont .option-list__lists-child .service .threeline-price::before {
              content: "月額";
              font-size: 1.6rem;
              position: relative;
              top: -3px;
              margin-right: 5px; }
          .menu .mcont .option-list__lists-child .service .twoline-ttl {
            width: calc(100% - 260px); }
          .menu .mcont .option-list__lists-child .service .twoline-price {
            width: 260px; }
          .menu .mcont .option-list__lists-child .service .twoline-price-dammy {
            width: 260px; }
            .menu .mcont .option-list__lists-child .service .twoline-price-dammy::before {
              content: "月額";
              font-size: 1.6rem;
              position: relative;
              top: -3px;
              margin-right: 5px; }
      .menu .mcont .option-list__lists .navybg {
        background: #EAEBEC; }
    .menu .mcont.mt-38 {
      margin-top: 38px; }
  .menu .bannerlink {
    margin-bottom: 40px; }
    .menu .bannerlink a {
      display: inline-block; }
  .menu .twocalam {
    display: flex;
    justify-content: space-between; }
    .menu .twocalam > li {
      width: 490px; }
      .menu .twocalam > li img {
        width: 490px; }

.menu01, .menu03 {
  background: #ffffff; }

.menu02 {
  background: #F4F5F6; }

.simulationlink {
  background: #F5B918;
  text-align: center;
  line-height: 0;
  padding: 30px 0; }
  .simulationlink a {
    height: 80px;
    width: 35%;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background: #CF0F31;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    display: inline-block; }
    .simulationlink a::before {
      content: "ドコモ光セット割の詳細はこちら";
      position: absolute;
      z-index: 10;
      top: 50%;
      left: 50%;
      width: 100%;
      transform: translate(-50%, -50%); }
    .simulationlink a::after {
      content: "";
      position: absolute;
      z-index: 9;
      display: inline-block;
      background: #821a2d;
      transition: left 1s;
      width: 100%;
      height: 100%;
      top: 0;
      left: -100%; }
    .simulationlink a:hover::after {
      left: 0%; }

@media screen and (max-width: 768px) {
  section {
    padding: 40px 0; }

  .categoly {
    height: 50px; }
    .categoly__inner .ttl {
      font-size: 1.6rem;
      letter-spacing: .5rem; }
      .categoly__inner .ttl span {
        font-size: 1.4rem;
        margin-left: 2rem; }
        .categoly__inner .ttl span::before, .categoly__inner .ttl span::after {
          width: 7px; }
        .categoly__inner .ttl span::before {
          left: -14px; }

  .main {
    height: 170px; }
    .main__inner img {
      width: 100%; }

  .anker {
    padding: 15px 0; }
    .anker__inner ul {
      flex-direction: column; }
      .anker__inner ul li {
        text-align: left;
        width: 100%; }
        .anker__inner ul li a {
          padding: 15px 0 15px 15px; }
          .anker__inner ul li a::after {
            top: 50%;
            left: 95%;
            transform: translate(-100%, -50%) rotate(135deg); }
        .anker__inner ul li:not(:last-of-type) {
          margin-bottom: 10px; }

  .menu__ttl {
    font-size: 2.2rem;
    margin-bottom: 25px;
    padding-bottom: 6px; }
  .menu__txt {
    font-size: 1.6rem;
    line-height: 2.7rem;
    margin-bottom: 20px; }
  .menu .mcont:first-of-type {
    margin-bottom: 30px; }
  .menu .mcont__ttl {
    font-size: 1.6rem;
    padding: 5.5px 9px; }
  .menu .mcont__txt {
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin-top: 10px; }
  .menu .mcont__cont {
    margin-top: 20px; }
    .menu .mcont__cont .graph {
      flex-direction: column; }
      .menu .mcont__cont .graph-child {
        width: 100%; }
        .menu .mcont__cont .graph-child h3 {
          padding: 2% 0;
          width: 70%;
          margin: 0 auto 15px; }
        .menu .mcont__cont .graph-child .about__cost-cont-img img {
          width: 100%; }
        .menu .mcont__cont .graph-child:first-of-type {
          margin-right: 0;
          margin-bottom: 30px; }
  .menu .mcont__cap {
    margin-top: 25px; }
  .menu .mcont .option-list {
    margin-top: 25px; }
    .menu .mcont .option-list__lists-child {
      border: 1px solid #c0c3c7; }
      .menu .mcont .option-list__lists-child:not(:last-of-type) {
        margin-bottom: 10px; }
      .menu .mcont .option-list__lists-child .service {
        text-align: center;
        height: auto;
        flex-wrap: wrap;
        /*3ライン*/
        /*2ライン*/ }
        .menu .mcont .option-list__lists-child .service__ttl {
          font-size: 1.7rem;
          border-bottom: 1px solid #c0c3c7;
          padding-bottom: 1rem;
          margin-bottom: 1rem; }
        .menu .mcont .option-list__lists-child .service__price {
          font-size: 3rem;
          border-left: none; }
        .menu .mcont .option-list__lists-child .service__link {
          width: 50%;
          height: auto; }
          .menu .mcont .option-list__lists-child .service__link a {
            height: auto;
            padding: 32px 0;
            width: 100%; }
        .menu .mcont .option-list__lists-child .service .threeline-ttl {
          width: 100%; }
        .menu .mcont .option-list__lists-child .service .threeline-price {
          width: 50%; }
        .menu .mcont .option-list__lists-child .service .twoline-ttl {
          width: 100%; }
        .menu .mcont .option-list__lists-child .service .twoline-price {
          width: 100%; }
        .menu .mcont .option-list__lists-child .service .twoline-price-dammy {
          width: 100%; }
  .menu .mcont.mt-38 {
    margin-top: 30px; }
  .menu .bannerlink {
    margin-bottom: 30px; }
    .menu .bannerlink a img {
      width: 100%; }
  .menu .twocalam {
    flex-direction: column; }
    .menu .twocalam > li {
      width: 100%; }
      .menu .twocalam > li img {
        width: 100%; }
      .menu .twocalam > li:last-of-type {
        margin-top: 20px; }
  .menu .setgraph {
    margin-bottom: 20px; }

  .simulationlink {
    padding: 15px 0; }
    .simulationlink a {
      height: 70px;
      width: 95%; } }

/*# sourceMappingURL=docomo_h_charge.css.map */
