.cln-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 12rem;
  margin-bottom: 2.4rem; }

.cln-subtitle {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 6.4rem;
  margin-bottom: 2.4rem; }

@media screen and (min-width: 799px) {
  .cln_pc {
    display: block; }

  .cln_sp {
    display: none; } }
@media screen and (max-width: 798px) {
  .cln_pc {
    display: none; }

  .cln_sp {
    display: block; } }
figure img {
  width: 100%; }

.cln-title_type1 {
  font-size: 1.8rem;
  width: 100%;
  padding: 1.2rem 1.6rem;
  border: solid 1px #ccc;
  background-color: #f2f2f2;
  margin-bottom: 30px; }
  @media screen and (max-width: 798px) {
    .cln-title_type1 {
      font-size: 1.6rem; } }

.cln-title_type2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px; }
  @media screen and (max-width: 798px) {
    .cln-title_type2 {
      font-size: 1.4rem; } }

.cln-title_type3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #F18228; }
  @media screen and (max-width: 798px) {
    .cln-title_type3 {
      font-size: 1.4rem; } }

.cln-title_type4 {
  margin: 0 0 20px;
  padding: 8px 10px;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #F18228;
  border-radius: 8px; }
  @media screen and (max-width: 798px) {
    .cln-title_type4 {
      font-size: 1.6rem; } }

.cln-title_type5 {
  margin: 0 0 20px;
  padding: 8px 0;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FEAD32;
  border-bottom: solid 1px #ccc; }
  @media screen and (max-width: 798px) {
    .cln-title_type5 {
      font-size: 1.6rem; } }

.cln-title_type6 {
  margin: 0 0 10px;
  padding: 8px 0;
  line-height: 1.4;
  font-size: 1.6rem;
  border-bottom: solid 1px #ccc; }
  @media screen and (max-width: 798px) {
    .cln-title_type6 {
      font-size: 1.4rem; } }

.cln-title_type7 {
  margin: 0 0 10px;
  line-height: 1.4;
  font-weight: 700;
  color: #CC0899;
  font-size: 1.6rem; }
  @media screen and (max-width: 798px) {
    .cln-title_type7 {
      font-size: 1.4rem; } }

.cln-title_type8 {
  margin: 0 0 20px;
  padding: 8px 10px;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #3B1E87; }
  @media screen and (max-width: 798px) {
    .cln-title_type8 {
      font-size: 1.6rem; } }

.cln-text_type1 {
  font-size: 1.6rem; }
  .cln-text_type1:nth-of-type(n+2) {
    margin-top: 10px; }
  @media screen and (max-width: 798px) {
    .cln-text_type1 {
      font-size: 1.4rem; } }

.cln-text_type2 {
  font-size: 1.6rem;
  color: #CA700C;
  margin-top: 10px; }
  @media screen and (max-width: 798px) {
    .cln-text_type2 {
      font-size: 1.4rem; } }

.cln-text_type3 {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 10px; }
  @media screen and (max-width: 798px) {
    .cln-text_type3 {
      font-size: 1.4rem; } }

.cln-text_type4 {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 10px; }

.cln-image80 {
  display: block;
  width: 80%;
  margin: 30px auto 0; }
  @media screen and (max-width: 798px) {
    .cln-image80 {
      width: 100%; } }

.image_link:hover {
  opacity: .8; }

.cln-image60 {
  display: block;
  width: 60%;
  margin: 30px auto 0; }
  @media screen and (max-width: 798px) {
    .cln-image60 {
      width: 100%; } }

.cln-flex .cln-image80 {
  display: block;
  width: 40%;
  margin: 0 auto; }
  @media screen and (max-width: 798px) {
    .cln-flex .cln-image80 {
      width: 48%; } }

.cln-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .cln-flex_image {
    width: 35%; }
    @media screen and (max-width: 798px) {
      .cln-flex_image {
        width: 100%; } }
  .cln-flex_box {
    width: 60%; }
    @media screen and (max-width: 798px) {
      .cln-flex_box {
        width: 100%; } }
    .cln-flex_box_text:nth-of-type(n+2) {
      margin-top: 1em; }
    @media screen and (max-width: 798px) {
      .cln-flex_box_text {
        font-size: 1.3rem; } }
  @media screen and (max-width: 798px) {
    .cln-flex .order1 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
    .cln-flex .order2 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      margin-top: 1em; } }
  .cln-flex_box2 {
    width: 48%; }
    @media screen and (max-width: 798px) {
      .cln-flex_box2 {
        width: 100%; } }

.cln-minflex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .cln-minflex_image {
    width: 21%; }
    @media screen and (max-width: 798px) {
      .cln-minflex_image {
        width: 100%; } }
  .cln-minflex_box {
    width: 75%; }
    @media screen and (max-width: 798px) {
      .cln-minflex_box {
        width: 100%; } }
    .cln-minflex_box_text:nth-of-type(n+2) {
      margin-top: 1em; }
    @media screen and (max-width: 798px) {
      .cln-minflex_box_text {
        font-size: 1.3rem; } }
    .cln-minflex_box_area:nth-of-type(n+2) {
      margin-top: 1.5rem;
      padding-top: 1.5rem;
      border-top: solid 1px #ccc; }
    .cln-minflex_box_area:last-of-type {
      padding-bottom: 1.5rem;
      border-bottom: solid 1px #ccc; }
  @media screen and (max-width: 798px) {
    .cln-minflex .order1 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
    .cln-minflex .order2 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      margin-top: 1em; } }

.cln-info_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .cln-info_box:nth-of-type(n+2) {
    padding-top: 30px;
    margin-top: 30px;
    border-top: solid 1px #ccc; }
  .cln-info_box_image {
    width: 40%; }
    @media screen and (max-width: 798px) {
      .cln-info_box_image {
        width: 80%;
        margin: auto; } }
    .cln-info_box_image img {
      width: 100%; }
  .cln-info_box_right {
    width: 60%; }
    @media screen and (max-width: 798px) {
      .cln-info_box_right {
        width: 100%; } }
    .cln-info_box_right_image {
      width: 100%; }
      @media screen and (max-width: 798px) {
        .cln-info_box_right_image {
          width: 80%;
          margin: 20px auto 0; } }
      .cln-info_box_right_image img {
        width: 100%; }
    .cln-info_box_right_title {
      color: rgb(22, 135, 196);
      font-size: 1.8rem;
      font-weight: 700;
      margin-top: 15px; }
      @media screen and (max-width: 798px) {
        .cln-info_box_right_title {
          font-size: 1.6rem; } }
    .cln-info_box_right_text {
      font-size: 1.6rem;
      margin-top: 5px; }
      @media screen and (max-width: 798px) {
        .cln-info_box_right_text {
          font-size: 1.4rem; } }
    .cln-info_box_right_title, .cln-info_box_right_text {
      padding-left: 5%; }
      @media screen and (max-width: 798px) {
        .cln-info_box_right_title, .cln-info_box_right_text {
          padding-left: 0; } }
    .cln-info_box_right_button {
      position: relative;
      display: block;
      width: 225px;
      padding: 20px 0;
      line-height: 1.2em;
      font-size: 1.5rem;
      font-weight: bold;
      background: rgb(22, 135, 196);
      text-decoration: none;
      color: #fff;
      text-align: center;
      margin: 20px auto 0;
      border-radius: 4px; }
      .cln-info_box_right_button:after {
        position: absolute;
        top: calc(50% - 0.6em);
        right: 15px;
        content: ">"; }
      .cln-info_box_right_button:hover {
        color: #fff;
        background: #ff3f4e;
        text-decoration: none; }

.cln-info2 {
  border: solid 1px #ccc;
  padding: 20px; }
  .cln-info2_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .cln-info2_box:nth-of-type(n+2) {
      padding-top: 30px;
      margin-top: 30px;
      border-top: solid 1px #ccc; }
    .cln-info2_box_left {
      width: 45%;
      margin-right: 5%; }
      @media screen and (max-width: 798px) {
        .cln-info2_box_left {
          width: 100%;
          margin-right: 0; } }
      .cln-info2_box_left_text {
        font-size: 1.4rem;
        margin-top: 1.6rem; }
        .cln-info2_box_left_text .bold {
          font-weight: 700; }
    .cln-info2_box_right {
      width: 50%; }
      @media screen and (max-width: 798px) {
        .cln-info2_box_right {
          width: 100%;
          margin-top: 30px; } }
      .cln-info2_box_right_image {
        width: 60%;
        margin-top: 20px; }
        @media screen and (max-width: 798px) {
          .cln-info2_box_right_image {
            width: 80%; } }
        .cln-info2_box_right_image img {
          width: 100%; }
      .cln-info2_box_right_title {
        color: rgb(22, 135, 196);
        font-size: 1.8rem;
        font-weight: 700;
        margin-top: 15px; }
        @media screen and (max-width: 798px) {
          .cln-info2_box_right_title {
            font-size: 1.6rem; } }
      .cln-info2_box_right_text {
        font-size: 1.4rem; }
      .cln-info2_box_right_button {
        position: relative;
        display: block;
        width: 225px;
        padding: 20px 0;
        line-height: 1.2em;
        font-size: 1.5rem;
        font-weight: bold;
        background: rgb(22, 135, 196);
        text-decoration: none;
        color: #fff;
        text-align: center;
        margin: 20px auto 0;
        border-radius: 4px; }
        .cln-info2_box_right_button:after {
          position: absolute;
          top: calc(50% - 0.6em);
          right: 15px;
          content: ">"; }
        .cln-info2_box_right_button:hover {
          color: #fff;
          background: #ff3f4e;
          text-decoration: none; }

.cln-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  .cln-list_item {
    position: relative;
    text-align: center;
    width: 48%;
    padding: 30px 20px 108px;
    border: 8px solid #f2f2f2;
    background: #fff;
    border-radius: 10px;
    margin-right: 4%; }
    @media screen and (min-width: 799px) {
      .cln-list_item:nth-of-type(2n) {
        margin-right: 0; }
      .cln-list_item:nth-of-type(n+3) {
        margin-top: 30px; } }
    @media screen and (max-width: 798px) {
      .cln-list_item {
        width: 100%;
        margin-right: 0; }
        .cln-list_item:nth-of-type(n+2) {
          margin-top: 30px; } }
    .cln-list_item_title {
      position: relative;
      margin: 0 0 25px;
      padding: 0 0 5px;
      font-weight: bold;
      font-size: 2rem;
      text-align: center;
      color: rgb(22, 135, 196); }
      .cln-list_item_title:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: inline-block;
        background-color: rgb(22, 135, 196);
        width: 40px;
        height: 2px;
        margin: auto; }
    .cln-list_item_button {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 30px;
      display: inline-block;
      width: 195px;
      padding: 20px 60px;
      line-height: 1.2em;
      font-size: 1.5rem;
      font-weight: bold;
      background: rgb(22, 135, 196);
      text-decoration: none;
      color: #fff;
      text-align: center;
      margin: auto;
      border-radius: 4px; }
      .cln-list_item_button:after {
        position: absolute;
        top: calc(50% - 0.6em);
        right: 15px;
        content: ">"; }
      .cln-list_item_button:hover {
        color: #fff;
        background: #ff3f4e;
        text-decoration: none; }

.cln-list1_item {
  border: solid 1px #ccc;
  padding: 20px; }
  .cln-list1_item_button {
    position: relative;
    left: 0;
    right: 0;
    bottom: 10px;
    display: block;
    width: 195px;
    padding: 14px 0;
    line-height: 1.2em;
    font-size: 1.4rem;
    font-weight: bold;
    background: rgb(22, 135, 196);
    text-decoration: none;
    color: #fff;
    text-align: center;
    margin: 2.4rem auto 0;
    border-radius: 4px; }
    @media screen and (max-width: 798px) {
      .cln-list1_item_button {
        font-size: 1.2rem; } }
    .cln-list1_item_button:after {
      position: absolute;
      top: calc(50% - 0.6em);
      right: 10px;
      content: ">"; }
    .cln-list1_item_button:hover {
      color: #fff;
      background: #ff3f4e;
      text-decoration: none; }

.cln-list2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  .cln-list2_item {
    position: relative;
    text-align: center;
    width: 49%;
    padding: 10px 10px 66px;
    border: 1px solid #f2f2f2;
    background: #fff;
    margin-right: 2%; }
    .cln-list2_item:nth-of-type(2n) {
      margin-right: 0; }
    .cln-list2_item:nth-of-type(n+3) {
      margin-top: 30px; }
    .cln-list2_item_text {
      margin-top: 10px; }
    .cln-list2_item_image {
      width: 80%;
      margin: auto; }
    .cln-list2_item_button {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 10px;
      display: inline-block;
      width: 80%;
      padding: 14px 0;
      line-height: 1.2em;
      font-size: 1.4rem;
      font-weight: bold;
      background: rgb(22, 135, 196);
      text-decoration: none;
      color: #fff;
      text-align: center;
      margin: auto;
      border-radius: 4px; }
      @media screen and (max-width: 798px) {
        .cln-list2_item_button {
          font-size: 1.2rem; } }
      .cln-list2_item_button:after {
        position: absolute;
        top: calc(50% - 0.6em);
        right: 10px;
        content: ">"; }
      .cln-list2_item_button:hover {
        color: #fff;
        background: #ff3f4e;
        text-decoration: none; }
  .cln-list2 .red {
    border: solid 1px rgb(22, 135, 196); }
    .cln-list2 .red .cln-list4_item_image {
      width: 80%;
      margin: auto; }

.cln-listbox2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  .cln-listbox2_item {
    position: relative;
    width: 49%;
    padding: 10px 10px 66px;
    border: 1px solid #f2f2f2;
    background: #fff;
    margin-right: 2%; }
    @media screen and (min-width: 799px) {
      .cln-listbox2_item:nth-of-type(2n) {
        margin-right: 0; }
      .cln-listbox2_item:nth-of-type(n+3) {
        margin-top: 30px; } }
    @media screen and (max-width: 798px) {
      .cln-listbox2_item {
        width: 100%; }
        .cln-listbox2_item:nth-of-type(n+2) {
          margin-top: 30px; } }
    .cln-listbox2_item_image {
      margin-bottom: 10px; }
    .cln-listbox2_item_text {
      font-size: 1.4rem;
      margin-bottom: 10px; }
    .cln-listbox2_item_title {
      font-weight: 700;
      font-size: 1.4rem; }
    .cln-listbox2_item_button {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 10px;
      display: inline-block;
      width: 195px;
      padding: 14px 0;
      line-height: 1.2em;
      font-size: 1.4rem;
      font-weight: bold;
      background: rgb(22, 135, 196);
      text-decoration: none;
      color: #fff;
      text-align: center;
      margin: auto;
      border-radius: 4px; }
      @media screen and (max-width: 798px) {
        .cln-listbox2_item_button {
          font-size: 1.2rem; } }
      .cln-listbox2_item_button:after {
        position: absolute;
        top: calc(50% - 0.6em);
        right: 10px;
        content: ">"; }
      .cln-listbox2_item_button:hover {
        color: #fff;
        background: #ff3f4e;
        text-decoration: none; }
  .cln-listbox2 .red {
    border: solid 1px rgb(22, 135, 196); }
    .cln-listbox2 .red .cln-list4_item_image {
      width: 80%;
      margin: auto; }

.cln-list4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  .cln-list4_item {
    position: relative;
    text-align: center;
    width: 24%;
    padding: 10px 10px 66px;
    border: 1px solid #f2f2f2;
    background: #fff;
    margin-right: 1.3333333%; }
    @media screen and (min-width: 799px) {
      .cln-list4_item:nth-of-type(4n) {
        margin-right: 0; }
      .cln-list4_item:nth-of-type(n+5) {
        margin-top: 30px; } }
    @media screen and (max-width: 798px) {
      .cln-list4_item {
        width: 49%;
        margin-right: 2%; }
        .cln-list4_item:nth-of-type(2n) {
          margin-right: 0; }
        .cln-list4_item:nth-of-type(n+3) {
          margin-top: 20px; } }
    .cln-list4_item_text {
      margin-top: 10px; }
    .cln-list4_item_button {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 10px;
      display: inline-block;
      width: 92%;
      width: calc(100% - 20px);
      width: -webkit-calc(100% - 20px);
      padding: 14px 0;
      line-height: 1.2em;
      font-size: 1.4rem;
      font-weight: bold;
      background: rgb(22, 135, 196);
      text-decoration: none;
      color: #fff;
      text-align: center;
      margin: auto;
      border-radius: 4px; }
      @media screen and (max-width: 798px) {
        .cln-list4_item_button {
          font-size: 1.2rem; } }
      .cln-list4_item_button:after {
        position: absolute;
        top: calc(50% - 0.6em);
        right: 10px;
        content: ">"; }
      .cln-list4_item_button:hover {
        color: #fff;
        text-decoration: none; }
  .cln-list4 .red {
    border: solid 1px rgb(22, 135, 196); }
    .cln-list4 .red .cln-list4_item_image {
      width: 80%;
      margin: auto; }

.cln-listbox4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  .cln-listbox4_item {
    position: relative;
    text-align: center;
    width: 24%;
    padding: 10px 10px 162px;
    border: 1px solid #f2f2f2;
    background: #fff;
    margin-right: 1.3333333%; }
    @media screen and (min-width: 799px) {
      .cln-listbox4_item:nth-of-type(4n) {
        margin-right: 0; }
      .cln-listbox4_item:nth-of-type(n+5) {
        margin-top: 30px; } }
    @media screen and (max-width: 798px) {
      .cln-listbox4_item {
        width: 49%;
        margin-right: 2%; }
        .cln-listbox4_item:nth-of-type(2n) {
          margin-right: 0; }
        .cln-listbox4_item:nth-of-type(n+3) {
          margin-top: 20px; } }
    .cln-listbox4_item_text {
      margin-top: 10px; }
    .cln-listbox4_item_button {
      position: absolute;
      left: 0;
      right: 0;
      display: inline-block;
      width: 92%;
      width: calc(100% - 20px);
      width: -webkit-calc(100% - 20px);
      padding: 14px 0;
      line-height: 1.2em;
      font-size: 1.4rem;
      font-weight: bold;
      background: rgb(22, 135, 196);
      text-decoration: none;
      color: #fff;
      text-align: center;
      margin: auto;
      border-radius: 4px; }
      @media screen and (max-width: 798px) {
        .cln-listbox4_item_button {
          font-size: 1.0rem; } }
      .cln-listbox4_item_button:after {
        position: absolute;
        top: calc(50% - 0.6em);
        right: 10px;
        content: ">"; }
      .cln-listbox4_item_button:hover {
        color: #fff;
        background: #ff3f4e;
        text-decoration: none; }
      .cln-listbox4_item_button:nth-of-type(1) {
        bottom: 108px; }
      .cln-listbox4_item_button:nth-of-type(2) {
        bottom: 59px; }
      .cln-listbox4_item_button:nth-of-type(3) {
        bottom: 10px; }
    .cln-listbox4_item .anothertab:after {
      position: absolute;
      top: 15px;
      right: 10px;
      content: "";
      display: inline-block;
      width: 15px;
      height: 15px;
      background: url(../img/icon_blank.png) no-repeat;
      background-size: contain; }
      @media screen and (max-width: 798px) {
        .cln-listbox4_item .anothertab:after {
          right: 5px;
          width: 10px;
          height: 10px; } }
  .cln-listbox4 .red {
    border: solid 1px rgb(22, 135, 196); }
    .cln-listbox4 .red .cln-list4_item_image {
      width: 80%;
      margin: auto; }

.cln-voice {
  margin-top: 30px; }
  .cln-voice_head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF8EA;
    padding: .4rem .8rem; }
    @media screen and (max-width: 798px) {
      .cln-voice_head {
        flex-wrap: wrap;
        padding: .8rem; } }
    .cln-voice_head_name {
      font-weight: 700;
      color: #70350C; }
      @media screen and (max-width: 798px) {
        .cln-voice_head_name {
          width: 100%; } }
      .cln-voice_head_name .icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        padding: .2rem;
        border-radius: 4px;
        margin-right: .8rem;
        vertical-align: sub; }
        .cln-voice_head_name .icon img {
          width: 100%;
          height: 100%; }
      .cln-voice_head_name .woman {
        background-color: #FF9ACC; }
      .cln-voice_head_name .men {
        background-color: #9AD4FF; }
    .cln-voice_head_info {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      font-size: 1.4rem; }
      @media screen and (max-width: 798px) {
        .cln-voice_head_info {
          width: 100%;
          justify-content: flex-end;
          margin-top: .8rem; } }
      .cln-voice_head_info .product {
        color: #E5011B; }
      .cln-voice_head_info .image {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-left: .8rem; }
        .cln-voice_head_info .image img {
          width: 100%;
          height: 100%; }
  .cln-voice_text {
    margin-top: .8rem; }

.cln-footer {
  padding: 7.5% 0 5%;
  background: #f2f2f2; }
  .cln-footer_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1200px) {
      .cln-footer_inner {
        width: calc(100% - 40px); } }
  .cln-footer_link {
    width: 100%; }
  .cln-footer_flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px; }
    .cln-footer_flex_button {
      position: relative;
      display: inline-block;
      width: 49%;
      padding: 20px 0;
      line-height: 1.2em;
      font-size: 1.5rem;
      font-weight: bold;
      background: rgb(22, 135, 196);
      text-decoration: none;
      color: #fff;
      text-align: center;
      border-radius: 4px; }
      @media screen and (max-width: 798px) {
        .cln-footer_flex_button {
          width: 100%; }
          .cln-footer_flex_button:nth-of-type(n+2) {
            margin-top: 10px; } }
      .cln-footer_flex_button:after {
        position: absolute;
        top: 20px;
        right: 15px;
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url(../img/icon_blank.png) no-repeat;
        background-size: contain; }
    .cln-footer_flex_link {
      width: 24%; }
      @media screen and (max-width: 798px) {
        .cln-footer_flex_link {
          width: 49%; }
          .cln-footer_flex_link:nth-of-type(n+3) {
            margin-top: 20px; } }
  .cln-footer_logo {
    display: block;
    width: 32%;
    margin: 5% auto 0; }
    @media screen and (max-width: 798px) {
      .cln-footer_logo {
        width: 78%;
        margin: 20% auto 0; } }
  .cln-footer_text {
    text-align: center;
    margin: 2.5% 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #6e6e6e; }
    @media screen and (max-width: 798px) {
      .cln-footer_text {
        font-size: 1.4rem; } }
  .cln-footer a:hover {
    opacity: 0.7;
    text-decoration: none; }
  .cln-footer_menu {
    margin-top: 30px; }
    .cln-footer_menu_flex {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .cln-footer_menu_flex li {
        margin-right: 4%; }
        @media screen and (max-width: 798px) {
          .cln-footer_menu_flex li {
            display: block;
            width: 100%;
            border-bottom: 1px solid rgba(10, 2, 4, 0.1);
            margin-right: 0; }
            .cln-footer_menu_flex li:first-of-type {
              border-top: 1px solid rgba(10, 2, 4, 0.1); } }
        .cln-footer_menu_flex li a {
          position: relative;
          text-align: center;
          font-size: 1.3rem;
          text-decoration: none;
          font-weight: bold;
          color: #6e6e6e; }
          @media screen and (max-width: 798px) {
            .cln-footer_menu_flex li a {
              display: block;
              text-align: left;
              padding-top: 1.6rem;
              padding-bottom: 1.4rem; } }
          .cln-footer_menu_flex li a:after {
            position: absolute;
            right: -2rem;
            text-align: center;
            display: inline-block; }
            @media screen and (max-width: 798px) {
              .cln-footer_menu_flex li a:after {
                right: 1.6rem; } }
      /*
      .cln-footer_menu_flex li:nth-of-type(-n+3) a:after {
        content: "";
        width: 1.5rem;
        height: 1.5rem;
        background: url(../img/icon_blank_02.png) no-repeat;
        background-size: contain; }
      @media screen and (max-width: 798px) {
        .cln-footer_menu_flex li:nth-of-type(n+3) a:after {
          width: 1.5rem;
          height: 1.5rem;
          content: ">"; } }
      */

.cln-copy {
  background-color: rgb(22, 135, 196);
  text-align: center;
  padding: 30px 0 130px 0; }
  @media screen and (max-width: 798px) {
    .cln-copy {
      padding: 30px 0 20%; } }
  .cln-copy_small {
    font-size: 1.2rem;
    color: #fff; }

.cln-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 7px 0;
  background: rgba(35, 31, 32, 0.9);
  z-index: 999; }
  .cln-bottom_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1200px) {
      .cln-bottom_inner {
        width: calc(100% - 40px); } }
  .cln-bottom_logo {
    width: 8%; }
  .cln-bottom_text {
    width: 42%; }
  .cln-bottom_button {
    width: 23%; }
    @media screen and (max-width: 798px) {
      .cln-bottom_button {
        width: 48%; } }

.cln-side {
  margin: 0 0 20px;
  text-align: center;
  border: 1px solid rgb(22, 135, 196);
  border-radius: 10px;
  overflow: hidden; }
  .cln-side_text {
    background: rgb(22, 135, 196); }
    .cln-side_text a {
      display: block;
      font-size: 2rem;
      padding: 20px 0;
      color: #fff; }
      .cln-side_text a:hover {
        text-decoration: none; }
  .cln-side_list li {
    display: table;
    width: 100%;
    height: 6rem; }
    .cln-side_list li a {
      position: relative;
      display: table-cell;
      padding: 0 30px;
      font-size: 1.6rem;
      border-top: 1px solid rgb(22, 135, 196);
      text-align: left;
      text-decoration: none;
      color: rgb(22, 135, 196);
      line-height: 1.5;
      vertical-align: middle; }
      .cln-side_list li a:after {
        position: absolute;
        right: 15px;
        content: ">";
        top: calc(50% - 0.8em); }
      .cln-side_list li a:hover {
        background: #f2f2f2; }

.cln-details {
  padding: 30px;
  border: 1px solid #f2f2f2; }
  @media screen and (max-width: 798px) {
    .cln-details {
      padding: 15px; } }
  .cln-details_title {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    color: rgb(22, 135, 196); }
    @media screen and (max-width: 798px) {
      .cln-details_title {
        font-size: 1.6rem; } }
  .cln-details_text {
    padding-top: 15px; }

.cln-access {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px; }
  .cln-access_list {
    margin-top: .8rem;
    border-right: solid 1px #ccc;
    padding: 0 10px; }
    .cln-access_list:last-of-type {
      border-right: none; }
    .cln-access_list a {
      font-size: 1.4rem;
      color: #E6021B; }
  .cln-access .disabled a {
    pointer-events: none;
    color: #777; }

.cln-accessbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px; }
  .cln-accessbox .ttl_s {
    width: 100%; }
  .cln-accessbox_info {
    position: relative;
    width: 49%;
    padding: 10px 10px 66px;
    border: 1px solid #f2f2f2;
    background: #fff; }
    @media screen and (min-width: 799px) {
      .cln-accessbox_info:nth-of-type(2n) {
        margin-left: 2%; }
      .cln-accessbox_info:nth-of-type(n+3) {
        margin-top: 30px; } }
    @media screen and (max-width: 798px) {
      .cln-accessbox_info {
        width: 100%; }
        .cln-accessbox_info:nth-of-type(n+2) {
          margin-top: 30px; } }
    .cln-accessbox_info_flex {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      margin-bottom: 15px; }
      .cln-accessbox_info_flex_image {
        width: 30%; }
      .cln-accessbox_info_flex_right {
        width: 65%; }
        .cln-accessbox_info_flex_right_title {
          color: rgb(22, 135, 196);
          font-size: 1.4rem; }
        .cln-accessbox_info_flex_right_text {
          font-size: 1.4rem;
          margin-top: 10px;
          border-bottom: solid 1px #f2f2f2;
          padding-bottom: 10px;
          margin-bottom: 10px; }
        .cln-accessbox_info_flex_right_tel {
          margin-top: 10px;
          font-size: 1.6rem;
          font-weight: 700;
          text-decoration: underline;
          color: rgb(22, 135, 196); }
    .cln-accessbox_info_area {
      background-color: #f2f2f2;
      padding: 10px;
      margin-bottom: 20px; }
      .cln-accessbox_info_area_text {
        font-size: 1.2rem; }
      .cln-accessbox_info_area p:nth-of-type(n+2) {
        margin-top: .4rem; }
      .cln-accessbox_info_area .bold {
        font-weight: 700;
        margin-top: .8rem; }
    .cln-accessbox_info_button {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 10px;
      display: block;
      width: 195px;
      padding: 20px 0;
      line-height: 1.2em;
      font-size: 1.5rem;
      font-weight: bold;
      background: rgb(22, 135, 196);
      text-decoration: none;
      color: #fff;
      text-align: center;
      border-radius: 4px;
      margin: auto; }
      .cln-accessbox_info_button:hover {
        color: #fff;
        background: #ff3f4e;
        text-decoration: none; }
      .cln-accessbox_info_button:after {
        position: absolute;
        top: calc(50% - 0.6em);
        right: 10px;
        content: ">"; }

.anchorlink {
  padding-top: 104px;
  margin-top: -104px; }
  @media screen and (max-width: 798px) {
    .anchorlink {
      padding-top: 70px;
      margin-top: -70px; } }

.page_kv_souzoku {
    display: table;
    width: 100%;
    height: 260px;
    background: url(../img/page_kv_souzoku.jpg) no-repeat right top;
    background-size: cover;
    border-bottom: 1px solid #f2f2f2;
}
 {

 }
@media screen and (max-width: 798px){
      .page_kv_souzoku{
       height: 170px;
      }
      .page_kv_souzoku .ttl_l{
        font-size: 2.2rem;
		margin-left:1rem;
      }
    }
    @media screen and (max-width: 480px){
      .page_kv_souzoku{
        height: 100px;
      }

      .page_kv_souzoku .ttl_l{
        font-size: 1.4rem;
      }
    }
.page_kv_souzoku .kv_txt_inner {
    display: table-cell;
    vertical-align: middle;
}
.page_kv_souzoku .ttl_l .sub_txt {
    margin: 0.5rem 0 0 0;
    display: block;
    font-size: 2rem;
    font-weight: normal;
    color: #6e6e6e;
}


.page_kv_fudousan {
    display: table;
    width: 100%;
    height: 260px;
    background: url(../img/page_kv_fudousan.jpg) no-repeat right top;
    background-size: cover;
    border-bottom: 1px solid #f2f2f2;
}
 {

 }
@media screen and (max-width: 798px){
      .page_kv_fudousan{
       height: 170px;
      }
      .page_kv_fudousan .ttl_l{
        font-size: 2.2rem;
		margin-left:1rem;
      }
    }
    @media screen and (max-width: 480px){
      .page_kv_fudousan{
        height: 100px;
      }

      .page_kv_fudousan .ttl_l{
        font-size: 1.4rem;
      }
    }
.page_kv_fudousan .kv_txt_inner {
    display: table-cell;
    vertical-align: middle;
}
.page_kv_fudousan .ttl_l .sub_txt {
    margin: 0.5rem 0 0 0;
    display: block;
    font-size: 2rem;
    font-weight: normal;
    color: #6e6e6e;
}


.page_kv_seizen {
    display: table;
    width: 100%;
    height: 260px;
    background: url(../img/page_kv_seizen.jpg) no-repeat right top;
    background-size: cover;
    border-bottom: 1px solid #f2f2f2;
}
 {

 }
@media screen and (max-width: 798px){
      .page_kv_seizen{
       height: 170px;
      }
      .page_kv_seizen .ttl_l{
        font-size: 2.2rem;
		margin-left:1rem;
      }
    }
    @media screen and (max-width: 480px){
      .page_kv_seizen{
        height: 100px;
      }

      .page_kv_seizen .ttl_l{
        font-size: 1.4rem;
      }
    }
.page_kv_seizen .kv_txt_inner {
    display: table-cell;
    vertical-align: middle;
}
.page_kv_seizen .ttl_l .sub_txt {
    margin: 0.5rem 0 0 0;
    display: block;
    font-size: 2rem;
    font-weight: normal;
    color: #6e6e6e;
}


.page_kv_sougihiyou {
    display: table;
    width: 100%;
    height: 260px;
    background: url(../img/page_kv_sougihiyou.jpg) no-repeat right top;
    background-size: cover;
    border-bottom: 1px solid #f2f2f2;
}
 {

 }
@media screen and (max-width: 798px){
      .page_kv_sougihiyou{
       height: 170px;
      }
      .page_kv_sougihiyou .ttl_l{
        font-size: 2.2rem;
		margin-left:1rem;
      }
    }
    @media screen and (max-width: 480px){
      .page_kv_sougihiyou{
        height: 100px;
      }

      .page_kv_sougihiyou .ttl_l{
        font-size: 1.4rem;
      }
    }
.page_kv_sougihiyou .kv_txt_inner {
    display: table-cell;
    vertical-align: middle;
}
.page_kv_sougihiyou .ttl_l .sub_txt {
    margin: 0.5rem 0 0 0;
    display: block;
    font-size: 2rem;
    font-weight: normal;
    color: #6e6e6e;
}


.page_kv_hakajimai {
    display: table;
    width: 100%;
    height: 260px;
    background: url(../img/page_kv_hakajimai.jpg) no-repeat right top;
    background-size: cover;
    border-bottom: 1px solid #f2f2f2;
}
 {

 }
@media screen and (max-width: 798px){
      .page_kv_hakajimai{
       height: 170px;
      }
      .page_kv_hakajimai .ttl_l{
        font-size: 2.2rem;
		margin-left:1rem;
      }
    }
    @media screen and (max-width: 480px){
      .page_kv_hakajimai{
        height: 100px;
      }

      .page_kv_hakajimai .ttl_l{
        font-size: 1.4rem;
      }
    }
.page_kv_hakajimai .kv_txt_inner {
    display: table-cell;
    vertical-align: middle;
}
.page_kv_hakajimai .ttl_l .sub_txt {
    margin: 0.5rem 0 0 0;
    display: block;
    font-size: 2rem;
    font-weight: normal;
    color: #6e6e6e;
}

.page_kv_butsudan {
    display: table;
    width: 100%;
    height: 260px;
    background: url(../img/page_kv_butsudan.jpg) no-repeat right top;
    background-size: cover;
    border-bottom: 1px solid #f2f2f2;
}
 {

 }
@media screen and (max-width: 798px){
      .page_kv_butsudan{
       height: 170px;
      }
      .page_kv_butsudan .ttl_l{
        font-size: 2.2rem;
		margin-left:1rem;
      }
    }
    @media screen and (max-width: 480px){
      .page_kv_butsudan{
        height: 100px;
      }

      .page_kv_butsudan .ttl_l{
        font-size: 1.4rem;
      }
    }
.page_kv_butsudan .kv_txt_inner {
    display: table-cell;
    vertical-align: middle;
}
.page_kv_butsudan .ttl_l .sub_txt {
    margin: 0.5rem 0 0 0;
    display: block;
    font-size: 2rem;
    font-weight: normal;
    color: #6e6e6e;
}

.page_kv_iryo {
    display: table;
    width: 100%;
    height: 260px;
    background: url(../img/page_kv_iryo.jpg) no-repeat right top;
    background-size: cover;
    border-bottom: 1px solid #f2f2f2;
}
 {

 }
@media screen and (max-width: 798px){
      .page_kv_iryo{
       height: 170px;
      }
      .page_kv_iryo .ttl_l{
        font-size: 2.2rem;
		margin-left:1rem;
      }
    }
    @media screen and (max-width: 480px){
      .page_kv_iryo{
        height: 100px;
      }

      .page_kv_iryo .ttl_l{
        font-size: 1.4rem;
      }
    }
.page_kv_iryo .kv_txt_inner {
    display: table-cell;
    vertical-align: middle;
}
.page_kv_iryo .ttl_l .sub_txt {
    margin: 0.5rem 0 0 0;
    display: block;
    font-size: 2rem;
    font-weight: normal;
    color: #6e6e6e;
}

.page_kv_faq {
    display: table;
    width: 100%;
    height: 260px;
    background: url(../img/page_kv_faq.jpg) no-repeat right top;
    background-size: cover;
    border-bottom: 1px solid #f2f2f2;
}
 {

 }
@media screen and (max-width: 798px){
      .page_kv_faq{
       height: 170px;
      }
      .page_kv_faq .ttl_l{
        font-size: 2.2rem;
		margin-left:1rem;
      }
    }
    @media screen and (max-width: 480px){
      .page_kv_faq{
        height: 100px;
      }

      .page_kv_faq .ttl_l{
        font-size: 1.4rem;
      }
    }
.page_kv_faq .kv_txt_inner {
    display: table-cell;
    vertical-align: middle;
}
.page_kv_faq .ttl_l .sub_txt {
    margin: 0.5rem 0 0 0;
    display: block;
    font-size: 2rem;
    font-weight: normal;
    color: #6e6e6e;
}



.ttl_l {
  font-size: 3.2rem;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    color: rgb(22, 135, 196);
    font-weight: bold;
    text-shadow: #fff 2px 1px 14px, #fff -2px 1px 14px, #fff 2px -1px 14px, #fff -2px -1px 14px, #fff 1px 1px 14px, #fff -1px 1px 14px, #fff 1px -1px 14px, #fff -1px -1px 2px;
}




/* 11/20追加分 */
a,a:hover{
  text-decoration: none;
}
.cln-list4_item_text p{
  color: #222222 !important;
}
.cln-list4_item{
  text-decoration: none!important;
}
.cln-list4_item:hover{
opacity: .7;
}
