@charset "UTF-8";
.redText {
  color: #ff0000;
}
.more {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
@media screen and (min-width: 770px) {
  /*=========================
▼▼共通▼▼
===========================*/
  div.menoshita_contents h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 0.2em;
  }
  #single_contents .mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: bold;
  }
  #single_contents .pc_none {
    display: none;
  }
  #single_contents .auto {
    width: 1000px;
    margin: 0 auto;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #single_contents {
    width: 100%;
    clear: both;
    float: left;
    background-size: 100%;
    font-size: 16px;
    line-height: 2;
    color: #333;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
      Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    min-width: 1000px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    border-top: 1px solid #ccc;
  }
  #single_contents #conts_01 {
    width: 100%;
    clear: both;
  }
  #single_contents #conts_01 h1 {
    text-align: center;
    width: 100%;
    margin: auto;
    line-height: 1.4;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  #single_contents #conts_01 h1 img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  #single_contents #conts_01 .h1Bg {
    height: auto;
    width: 100%;
    overflow: hidden;
  }
  #single_contents #conts_01 .single_ope_title_img {
    width: 100%;
    height: 32vw;
    min-height: 364px;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
  }

  /* 年末年始のお知らせ */
  .holiday_conts {
    margin-top: 60px;
  }
  #single_contents #conts_02 {
    background: #d9eeee;
    width: 100%;
  }
  #single_contents .hutaeh2 {
    font-size: 34px;
    text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
      "Hiragino Mincho Pro", "serif";
    letter-spacing: 0.1em;
    padding: 60px 0 20px;
    display: block;
    line-height: 1.4;
  }
  #single_contents p.w900 {
    width: 900px;
    margin: 0 auto 40px;
  }
  #single_contents #conts_02 .pick {
    background: #fff;
    padding: 40px 40px 20px;
    margin: 40px auto;
  }
  #single_contents #conts_02 .pick h3 {
    color: #50b1bf;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  #single_contents #conts_02 .pick ul {
    display: table;
    width: 100%;
    margin-top: 30px;
  }
  #single_contents #conts_02 .pick ul li {
    width: 48%;
    height: 70px;
    margin-right: 4%;
    margin-bottom: 20px;
    background: #ededed;
    padding: 20px 10px 15px 55px;
    position: relative;
    float: left;
    font-weight: bold;
  }
  #single_contents #conts_02 .pick ul li:nth-child(2n) {
    margin-right: 0;
  }
  #single_contents #conts_02 .pick ul li:before {
    content: "";
    position: absolute;
    background-image: url(../images/hutae/check.jpg);
    background-repeat: no-repeat;
    left: 15px;
    top: 50%;
    margin-top: -13px;
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
  #single_contents .hutaeMenu {
    width: 100%;
    margin: 40px 0;
  }
  #single_contents .hutaeMenu a {
    color: #178d9c;
  }
  #single_contents .hutaeMenu a:hover {
    color: #333;
  }
  #single_contents .hutaeMenu {
    display: flex;
    width: 1000px;
    margin: 40px auto;
    border-left: 1px solid #333;
  }
  #single_contents .hutaeMenu a {
    text-align: center;
    border-right: 1px solid #333;
    padding: 3px 64px;
    cursor: pointer;
  }
  #single_contents .reserve {
    width: 600px;
    margin: auto;
    text-align: center;
    display: block;
    background: #50b1bf;
    padding: 25px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    position: relative;
  }
  #single_contents .reserve:before {
    content: "";
    position: absolute;
    background-image: url(../images/hutae/reserve_ico.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 3%;
    top: 50%;
    margin-top: -20px;
    background-size: contain;
  }
  #single_contents .reserve:after {
    content: "";
    position: absolute;
    background-image: url(../images/hutae/reserve_arrow.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 30px;
    right: 3%;
    top: 50%;
    margin-top: -10px;
    background-size: contain;
  }
  .content {
    width: 1000px;
    margin: 70px auto;
  }
  .content_h3 {
    font-size: 22px;
    margin: 20px 0 15px;
  }
  .content h3 {
    font-size: 26px;
    margin: 30px 0;
    display: table;
  }
  .content h2 {
    font-size: 30px;
    margin: 30px 0;
    display: table;
  }
  .content .w100 {
    width: 96%;
    margin: 40px auto;
    display: table;
  }
  #conts_06 {
    padding: 60px 0;
  }
  #conts_06 .formation {
    width: 1000px;
    height: 390px;
    margin: 0 auto 40px;
    position: relative;
    background-image: url(../images/single/single01.png);
    background-size: contain;
  }
  #conts_07 {
    padding: 60px 0;
    background: #d9eeee;
  }
  #conts_07 .hutaeDl {
    border-left: 8px solid #8bcfd6;
  }
  #conts_07 .hutaeDl dl {
    display: table;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
  }
  #conts_07 .hutaeDl dl:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    left: -67px;
  }
  #conts_07 .hutaeDl dl:nth-child(1):before {
    background-image: url(../images/hutae/step01.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #conts_07 .hutaeDl dl:nth-child(2):before {
    background-image: url(../images/hutae/step02.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #conts_07 .hutaeDl dl:nth-child(3):before {
    background-image: url(../images/hutae/step03.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #conts_07 .hutaeDl dl:last-child:before {
    background-image: url(../images/bikora/step04.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
  }
  #conts_07 .hutaeDl dt {
    float: left;
    width: 53%;
    padding-left: 8%;
  }
  #conts_07 .hutaeDl dd {
    float: right;
    width: 42%;
  }
  #conts_08 {
    padding: 20px 0 40px;
    display: table;
    margin: auto;
  }
  #conts_08 table {
    /*width: 800px;*/
    width: 100%;
    margin: 40px auto;
  }
  #conts_08 table th {
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: left;
    padding: 3% 3% 3% 5%;
    width: 54%;
  }
  #conts_08 table.standard th {
    background: #fffed3;
  }
  #conts_08 table td {
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: right;
    padding: 3% 3% 3% 3%;
    width: 46%;
  }
  #conts_08 table td span.red {
    color: #e3424d;
    font-size: 26px;
    font-weight: bold;
  }
  #conts_09 .faq {
    margin: 30px 0 70px;
  }
  #conts_09 .faq dl {
    border-top: 3px solid #50b1bf;
  }
  #conts_09 .faq dl:last-child {
    border-bottom: 3px solid #50b1bf;
  }
  #conts_09 .faq dl dt {
    padding: 20px 0 20px 70px;
    position: relative;
    cursor: pointer;
  }
  #conts_09 .faq dl dt:before {
    content: "";
    position: absolute;
    background-image: url(../images/hutae/que.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 15px;
    top: 50%;
    margin-top: -20px;
    background-size: contain;
  }
  #conts_09 .faq dl dd {
    padding: 20px 0 20px 70px;
    background: #f3f3f3;
    position: relative;
    margin-bottom: 20px;
    display: none;
  }
  #conts_09 .faq dl dd:before {
    content: "";
    position: absolute;
    background-image: url(../images/hutae/ans.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 15px;
    margin-top: -4px;
    background-size: contain;
  }
  #conts_09 .faq dl dd .ansLink {
    display: table;
    padding: 5px 40px 4px 15px;
    margin-top: 8px;
    background: #40b1bf;
    color: #fff;
    position: relative;
  }
  #conts_09 .faq dl dd .ansLink:after {
    content: "";
    position: absolute;
    background-image: url(../images/hutae/reserve_arrow.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    background-size: contain;
  }
  .shosai {
    /*width: 700px;*/
    width: 1000px;
    margin: 40px auto;
  }
  .shosai th {
    padding: 15px;
    text-align: center;
    width: 30%;
    /*font-size: 14px;*/
    border: 1px solid #ccc;
    vertical-align: middle;
    line-height: 1.5;
    background: #f5f5f5;
  }
  .shosai td {
    padding: 15px 25px;
    text-align: left;
    width: 70%;
    /*font-size: 14px;*/
    border: 1px solid #ccc;
    vertical-align: middle;
    line-height: 1.5;
  }
  .more_read {
    width: 450px;
    text-align: center;
    margin: 20px auto;
    padding: 15px 0;
    font-size: 16px;
    position: relative;
    display: block;
    text-align: center;
    background: #333;
    color: #fff;
  }
  .more_read:hover {
    background: #50b1c0;
    color: #fff;
  }
  .more_read span {
    right: 15px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    font-size: 18px;
  }
  #conts_pickup {
    padding: 100px 0 0;
    margin: 100px auto 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
  }
  #conts_pickup h2 {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
  }
  #conts_pickup #pickup2 {
    padding: 40px 0;
    width: 800px;
    margin: auto;
  }
  #conts_pickup #pickup2 li {
    margin-bottom: 30px;
    background: #eeeeee;
    padding: 40px;
    width: 100%;
    display: table;
  }
  #conts_pickup #pickup2 li .pickupLeft {
    width: 30%;
    float: left;
  }
  #conts_pickup #pickup2 li .pickupLeft img {
    width: 100%;
  }
  #conts_pickup #pickup2 li .pickupRight {
    width: 70%;
    float: right;
    text-align: left;
    padding-left: 5%;
  }
  #conts_pickup #pickup2 li .pickupRight h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #conts_pickup #pickup2 li .pickupRight h4 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
  }
  .single_youtube {
    width: 100%;
    height: auto;
    padding: 20px 0 40px;
  }
  .single table {
    margin: 30px 0;
  }
  .single table th {
    border: 1px solid #ccc;
    padding: 15px;
  }
  .single table td {
    border: 1px solid #ccc;
    padding: 15px;
  }
  .single .nmn_img {
    width: 75%;
    margin: 40px auto;
    text-align: center;
  }
  .single .nmn_img02 {
    width: 80%;
    margin: 60px auto;
    text-align: center;
  }
  .a-factor thead th {
    background: #000;
    color: #fff;
    text-align: center;
    width: 17%;
    font-weight: bold;
    border: 1px solid #fff;
  }
  .a-factor thead th:last-child {
    width: 66%;
  }
  .a-factor tbody th {
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    border: 1px solid #fff;
    font-weight: bold;
  }
  .a-factor tbody th.t_blue {
    background: #c9d9f7;
  }
  .a-factor tbody th.t_lightorange {
    background: #ffe6b7;
  }
  .a-factor tbody th.t_yellow {
    background: #f9ef97;
  }
  .a-factor tbody th.t_green {
    background: #a2eba7;
  }
  .a-factor tbody th.t_lightblue {
    background: #bde5ff;
  }
  .a-factor tbody th.t_orange {
    background: #ffc78a;
  }
  .a-factor tbody th.t_purple {
    background: #efd9f7;
  }
  .a-factor tbody td {
    background: #f1f1f1;
    border: 1px solid #fff;
    vertical-align: middle;
  }
  .center {
    text-align: center;
  }
  .price_under {
    width: 600px;
    margin: auto;
  }
  .case_single_box {
    padding: 70px 0;
    margin: auto;
  }
  .case_single_box .case_single_box_p {
    text-align: center;
    margin: 40px auto;
    font-size: 36px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
      "Hiragino Mincho Pro", "serif";
    letter-spacing: 0.1em;
  }
  .case_single_box ul {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
  }
  .case_single_box ul li {
    width: 48%;
    margin-right: 4%;
  }
  .case_single_box ul li:last-child {
    margin-right: 0;
  }
  .case_single_box ul li p {
    text-align: center;
    font-size: 24px;
  }
  .case_single_box ul li img {
    width: 100%;
  }
  .shorei_link {
    display: block;
    width: 600px;
    margin: auto;
    padding: 15px 0;
    text-align: center;
    background: #333;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
  }
  .shorei_link:hover {
    background: #83c2ca;
    color: #fff;
  }
  #conts_price .tab_whole {
    flex-wrap: wrap;
    display: flex;
  }
  #conts_price .tab_class {
    display: flex;
    width: 50%;
    height: 88px;
    background-color: #a9a9a9;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    border-radius: 14px 14px 0 0;
    order: -1;
    color: #fff;
    padding: 8px 3%;
    margin-bottom: 100px;
    justify-content: center;
    align-items: center;
    position: relative;
    line-height: 1.4;
  }
  #conts_price input:checked + .tab_class::after {
    content: "";
    display: none;
    width: 200%;
    height: 8px;
    position: absolute;
    bottom: -7px;
    right: 0;
  }
  #conts_price input:checked + .tab_class.tab_shijuku::after {
    left: 0;
  }
  #conts_price input:checked + .tab_class::after {
    display: block;
    background-color: #aa4f6f;
  }
  #conts_price input:nth-of-type(2n):checked + .tab_class::after {
    background-color: #5244a7;
  }
  #conts_price input[name="tab_name_01"] {
    display: none;
  }
  #conts_price input[name="tab_name_02"] {
    display: none;
  }
  #conts_price input[name="tab_name_03"] {
    display: none;
  }
  #conts_price input:checked + .tab_class {
    background-color: #5244a7;
    color: #fff;
  }
  #conts_price input:checked + .tab_class:nth-child(2) {
    background-color: #aa4f6f;
    color: #fff;
  }
  #conts_price input:checked + .tab_class.tab_sendai {
    background-color: #e43c83;
  }
  #conts_price .tab_area {
/*    display: none;*/
    width: 100%;
  }
  #conts_price input:checked + .tab_class + .tab_area {
    display: block;
  }
}
@media screen and (max-width: 770px) {
  /*=========================
▼▼共通▼▼
===========================*/
  div.menoshita_contents .section-content .case-list .caseLi {
    min-height: auto;
  }
  div.menoshita_contents .section-content .case-list .case-wrap {
    min-height: auto;
  }
  div.menoshita_contents .case-list .txt {
    margin: 0 auto;
    width: 95%;
  }
  div.menoshita_contents .case-list .txt p {
    margin-bottom: 2%;
    letter-spacing: 0.15rem;
    line-height: 2;
  }
  #single_contents .mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: bold;
  }
  #single_contents .auto {
    width: 100%;
    margin: 0 auto;
  }
  #single_contents .pink {
    color: #fa4e8f;
  }
  #single_contents .title::after {
    background: none;
  }
  #single_contents h3.ribbon_text {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.3;
    padding-top: 26px;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 160px;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #single_contents {
    width: 100%;
    clear: both;
    float: left;
    background-size: 100%;
    font-size: 3vw;
    line-height: 30px;
    color: #000000;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
      Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    min-width: 100%;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    border-top: 1px solid #ccc;
  }
  #single_contents #conts_01 {
    width: 100%;
    clear: both;
  }
  #single_contents #conts_01 h1 {
    font-size: 5.5vw;
    text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
      "Hiragino Mincho Pro", "serif";
    letter-spacing: 0.1em;
    width: 100%;
    margin: auto;
    line-height: 1.6;
    border-bottom: 1px solid #ccc;
  }
  #single_contents #conts_01 .single_ope_title_img {
    width: 100%;
    height: 100vw;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
  }
  /* 年末年始のお知らせ */
  .holiday_conts {
    margin-top: 40px;
  }
  #single_contents #conts_02 {
    background: #d9eeee;
    padding: 60px 5% 60px;
  }
  #single_contents #conts_02 .ope_inner {
    width: 100%;
    padding: 0;
  }
  #single_contents .hutaeh2 {
    font-size: 5vw;
    text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
      "Hiragino Mincho Pro", "serif";
    letter-spacing: 0.1em;
    padding: 5vw 0;
    display: block;
    line-height: 1.6;
  }
  #single_contents p.w900 {
    width: 100%;
    margin: 0 auto 3vw;
  }
  #single_contents #conts_02 .pick {
    background: #fff;
    padding: 5%;
    margin: 4vw auto;
  }
  #single_contents #conts_02 .pick h3 {
    color: #50b1bf;
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
  }
  #single_contents #conts_02 .pick ul {
    display: table;
    width: 100%;
    margin-top: 3vw;
  }
  #single_contents #conts_02 .pick ul li {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #ededed;
    padding: 2% 3% 2% 12%;
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 3vw;
  }
  #single_contents #conts_02 .pick ul li:nth-child(3n) {
    margin-right: 0;
  }
  #single_contents #conts_02 .pick ul li:before {
    content: "";
    position: absolute;
    background-image: url(../images/hutae/check.jpg);
    background-repeat: no-repeat;
    left: 10px;
    top: 50%;
    margin-top: -12px;
    width: 25px;
    height: 25px;
    background-size: 100%;
  }
  #single_contents .hutaeMenu {
    width: 100%;
    margin: 0;
    display: inline-block;
  }
  #single_contents .hutaeMenu a {
    text-align: left;
    height: 60px;
    padding: 3%;
    float: left;
    width: 50%;
    border: 1px solid #50b1bf;
    position: relative;
    margin-top: -1px;
  }
  #single_contents .hutaeMenu a:nth-child(even) {
    border-left: none;
  }
  #single_contents .hutaeMenu a:first-child {
    line-height: 1.2;
  }
  #single_contents .hutaeMenu a:after {
    content: "";
    position: absolute;
    background-image: url(../images/hutae/under_arrow.png);
    background-repeat: no-repeat;
    right: 3vw;
    top: 50%;
    margin-top: -1vw;
    width: 3vw;
    height: 3vw;
    background-size: 100%;
  }
  #single_contents .reserve {
    width: 90%;
    margin: auto;
    text-align: center;
    display: block;
    background: #50b1bf;
    padding: 3%;
    font-size: 4vw;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    position: relative;
  }
  #single_contents .reserve:before {
    content: "";
    position: absolute;
    background-image: url(../images/hutae/reserve_ico.png);
    background-repeat: no-repeat;
    width: 5.5vw;
    height: 6vw;
    left: 4%;
    top: 50%;
    margin-top: -3vw;
    background-size: contain;
  }
  #single_contents .reserve:after {
    content: "";
    position: absolute;
    background-image: url(../images/hutae/reserve_arrow.png);
    background-repeat: no-repeat;
    width: 3vw;
    height: 4vw;
    right: 3%;
    top: 50%;
    margin-top: -2vw;
    background-size: contain;
  }
  #conts_06 {
    padding: 0 0 6vw;
  }
  #conts_06 .formation {
    width: 100vw;
    height: 42vw;
    margin: 0 auto 30px;
    position: relative;
    background-image: url(../images/single/single01.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  #single_contents #conts_06 p.w900 {
    width: 90%;
    margin: 0 auto 20px;
  }
  #conts_06 .hutaeImg100 {
    width: 90%;
    margin: auto;
  }
  #conts_07 {
    padding: 20px 0;
    background: #d9eeee;
  }
  #conts_07 .hutaeDl dl {
    display: table;
    width: 100%;
    position: relative;
  }
  #conts_07 .hutaeDl dl:before {
    content: "";
    position: absolute;
    width: 18vw;
    height: 18vw;
    left: 3%;
  }
  #conts_07 .hutaeDl dl:nth-child(1):before {
    background-image: url(../images/hutae/step01.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #conts_07 .hutaeDl dl:nth-child(2):before {
    background-image: url(../images/hutae/step02.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #conts_07 .hutaeDl dl:nth-child(3):before {
    background-image: url(../images/hutae/step03.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #conts_07 .hutaeDl dl:last-child:before {
    background-image: url(../images/hutae/step04.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
  }
  #conts_07 .hutaeDl dt {
    float: none;
    width: 75%;
    margin-left: 22%;
    padding: 0 0 0 3%;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  #conts_07 .hutaeDl dl:nth-child(3) dt {
    margin: 3% 0 4% 22%;
  }
  #conts_07 .hutaeDl dd {
    float: none;
    width: 100%;
    margin: 3% 0;
  }
  #conts_08 {
    padding: 20px 0 6vw;
  }
  #single_contents #conts_08 .reserve {
    margin: 6vw auto 0;
  }
  #conts_08 table {
    /*width: 100%;*/
    width: 90%;
    margin: 2vw auto;
  }
  #conts_08 table th {
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: left;
    padding: 2% 2% 2% 3%;
    width: 30%;
    line-height: 1.5;
  }
  #conts_08 table.standard th {
    background: #fffed3;
  }
  #conts_08 table td {
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: right;
    padding: 2% 2%;
    width: 35%;
  }
  #conts_08 table td span.red {
    color: #e3424d;
    font-size: 4vw;
    font-weight: bold;
  }
  #conts_09 .faq {
    margin: 4vw 0 5vw;
  }
  #conts_09 .faq dl {
    border-top: 3px solid #50b1bf;
  }
  #conts_09 .faq dl:last-child {
    border-bottom: 3px solid #50b1bf;
  }
  #conts_09 .faq dl dt {
    padding: 5% 4% 5% 16vw;
    position: relative;
    cursor: pointer;
    line-height: 1.4;
  }
  #conts_09 .faq dl dt:before {
    content: "";
    position: absolute;
    background-image: url(../images/hutae/que.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 15px;
    top: 50%;
    margin-top: -20px;
    background-size: contain;
  }
  #conts_09 .faq dl dd {
    padding: 3% 4% 3% 16vw;
    background: #f3f3f3;
    position: relative;
    display: none;
  }
  #conts_09 .faq dl dd:before {
    content: "";
    position: absolute;
    background-image: url(../images/hutae/ans.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 15px;
    margin-top: -4px;
    background-size: contain;
  }
  #conts_09 .faq dl dd .ansLink {
    display: table;
    padding: 5px 40px 4px 15px;
    margin-top: 8px;
    background: #40b1bf;
    color: #fff;
    position: relative;
  }
  #conts_09 .faq dl dd .ansLink:after {
    content: "";
    position: absolute;
    background-image: url(../images/hutae/reserve_arrow.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    background-size: contain;
  }
  .shosai table {
    /*width: 100%;*/
    width: 90%;
    margin: 0 auto 4vw !important;
  }
  .shosai th {
    padding: 2%;
    text-align: center;
    width: 30%;
    font-size: 2.6vw;
    border: 1px solid #ccc;
    vertical-align: middle;
    line-height: 1.5;
    background: #f5f5f5;
  }
  .shosai td {
    padding: 2% 5%;
    text-align: left;
    width: 70%;
    font-size: 2.6vw;
    border: 1px solid #ccc;
    vertical-align: middle;
    line-height: 1.5;
  }
  .content {
    margin: 60px 0 60px;
  }
  #conts_pickup {
    padding: 8vw 0 0;
    margin: 8vw auto 0;
    border-top: 1px solid #000;
    text-align: center;
  }
  #conts_pickup h2 {
    font-size: 4vw;
    font-weight: bold;
    display: block;
    margin-bottom: 2vw;
  }
  #conts_pickup #pickup2 {
    padding: 4vw 0;
    width: 90%;
    margin: auto;
  }
  #conts_pickup #pickup2 li {
    margin-bottom: 3vw;
    background: #eeeeee;
    padding: 4vw;
    width: 100%;
    display: table;
  }
  #conts_pickup #pickup2 li .pickupLeft {
    width: 30%;
    float: left;
  }
  #conts_pickup #pickup2 li .pickupLeft img {
    width: 100%;
  }
  #conts_pickup #pickup2 li .pickupRight {
    width: 70%;
    float: right;
    text-align: left;
    padding-left: 5%;
  }
  #conts_pickup #pickup2 li .pickupRight h3 {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 2vw;
  }
  #conts_pickup #pickup2 li .pickupRight h4 {
    font-size: 3vw;
    font-weight: bold;
    margin-top: 2vw;
  }
  .more_read {
    width: 90%;
    text-align: center;
    margin: 2vw auto;
    padding: 2vw 0;
    font-size: 3vw;
    position: relative;
    display: block;
    text-align: center;
    background: #333;
    color: #fff;
  }
  .more_read span {
    right: 3vw;
    position: absolute;
    top: 50%;
    margin-top: -1.5vw;
    font-size: 3vw;
  }
  .single_youtube {
    width: 100%;
    height: auto;
    padding: 4vw 0;
  }
  .content h2 {
    font-size: 22px;
    line-height: 1.5;
    margin: 0 auto;
    display: table;
  }
  .single table {
    margin: 4vw 0;
  }
  .single table th {
    border: 1px solid #ccc;
    padding: 2vw;
  }
  .single table td {
    border: 1px solid #ccc;
    padding: 2vw;
  }
  .single .nmn_img {
    width: 90%;
    margin: 4vw auto;
    text-align: center;
  }
  .single .nmn_img02 {
    width: 90%;
    margin: 4vw auto;
    text-align: center;
  }
  .a-factor thead th {
    background: #000;
    color: #fff;
    text-align: center;
    width: 20%;
    font-weight: bold;
    border: 1px solid #fff;
  }
  .a-factor thead th:last-child {
    width: 60%;
  }
  .a-factor tbody th {
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    border: 1px solid #fff;
    font-weight: bold;
  }
  .a-factor tbody th.t_blue {
    background: #c9d9f7;
  }
  .a-factor tbody th.t_lightorange {
    background: #ffe6b7;
  }
  .a-factor tbody th.t_yellow {
    background: #f9ef97;
  }
  .a-factor tbody th.t_green {
    background: #a2eba7;
  }
  .a-factor tbody th.t_lightblue {
    background: #bde5ff;
  }
  .a-factor tbody th.t_orange {
    background: #ffc78a;
  }
  .a-factor tbody th.t_purple {
    background: #efd9f7;
  }
  .a-factor tbody td {
    background: #f1f1f1;
    border: 1px solid #fff;
    vertical-align: middle;
  }
  .center {
    text-align: center;
  }
  .content .w100 {
    width: 96%;
    margin: 4vw auto;
    display: table;
  }
  .price_under {
    width: 90%;
    margin: auto;
  }
  .case_single_box {
    padding: 2vw 0;
    margin: auto;
  }
  .case_single_box .case_single_box_p {
    text-align: center;
    margin: 3vw auto;
    font-size: 6vw;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
      "Hiragino Mincho Pro", "serif";
    letter-spacing: 0.1em;
  }
  .case_single_box ul {
    display: flex;
    width: 100%;
  }
  .case_single_box ul li {
    width: 48%;
    margin-right: 4%;
  }
  .case_single_box ul li:last-child {
    margin-right: 0;
  }
  .case_single_box ul li p {
    text-align: center;
    font-size: 3.4vw;
  }
  .case_single_box ul li img {
    width: 100%;
  }
  .shorei_link {
    display: block;
    width: 600px;
    margin: auto;
    padding: 15px 0;
    text-align: center;
    background: #333;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
  }
  .shorei_link:hover {
    background: #83c2ca;
    color: #fff;
  }
  #conts_price .tab_whole {
    flex-wrap: wrap;
    display: flex;
  }
  #conts_price .tab_class {
    display: flex;
    width: 50%;
    height: 88px;
    background-color: #a9a9a9;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 14px 14px 0 0;
    order: -1;
    color: #fff;
    padding: 8px 7%;
    margin-bottom: 36px;
    justify-content: center;
    align-items: center;
    position: relative;
    line-height: 1.3;
  }
  #anker_price input:checked + .tab_class::after {
    content: "";
    display: none;
    width: 200%;
    height: 8px;
    position: absolute;
    bottom: -7px;
    right: 0;
  }
  #conts_price input:checked + .tab_class.tab_shijuku::after {
    left: 0;
  }
  #conts_price input:checked + .tab_class::after {
    display: block;
    background-color: #aa4f6f;
  }
  #conts_price input[name="tab_name_01"] {
    display: none;
  }
  #conts_price input[name="tab_name_02"] {
    display: none;
  }
  #conts_price input[name="tab_name_03"] {
    display: none;
  }
  #conts_price input:checked + .tab_class {
    background-color: #5244a7;
    color: #fff;
  }
  #conts_price input:checked + .tab_class:nth-child(2) {
    background-color: #aa4f6f;
    color: #fff;
  }
  #conts_price input:checked + .tab_class.tab_sendai {
    background-color: #e43c83;
  }
  #conts_price .tab_area {
/*    display: none;*/
    width: 100%;
  }
  #conts_price input:checked + .tab_class + .tab_area {
    display: block;
  }
}
#conts_08 table.standard th.haku {
  background: #fff;
}
/* ========================================
ここからope.css
======================================== */
.font-42 {
  font-size: 42px;
  font-size: 4.2rem;
}
/* ========================================
    column
======================================== */
.ope_title {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  letter-spacing: 0.02em;
  text-align: center;
  width: 100%;
}
.ope_title2 {
  letter-spacing: 0.02em;
  text-align: center;
  width: 100%;
}
.ope_title.line {
  border: #d9eeee 1px solid;
  border-left: none;
  border-right: none;
  padding: 20px 0;
}
.ope_title_h1 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝",
    "MS PMincho", "serif";
  font-size: 50px;
  padding: 50px 0;
  border: #6fafbd 2px solid;
  border-left: none;
  border-right: none;
}
body.single .ope_box2 {
  width: 1000px;
  margin: 40px auto 60px;
}
body.single .ope_box2 h2 {
  font-size: 36px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝",
    "MS PMincho", "serif";
  text-align: center;
  display: block;
  padding: 40px 0 0;
}
.ope_img {
  margin: 60px auto;
}
.ope_img img {
  width: 100%;
}
.content {
  padding: 0;
}
.ope_navi {
  width: 1000px;
  margin: 40px auto;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #ccc;
}
.ope_navi a {
  width: 33%;
  text-align: center;
  border-right: 1px solid #ccc;
  font-size: 18px;
  line-height: 1.2;
}
@media only screen and (max-width: 761px) {
  .ope_title_h1 {
    font-size: 7vw;
    padding: 6vw 0;
  }
  body.single .ope_box2 {
    width: 100%;
    margin: 4vw auto 6vw;
  }
  body.single .ope_box2 h2 {
    font-size: 5vw;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝",
      "MS PMincho", "serif";
    text-align: center;
    display: block;
    padding: 4vw 0 0;
  }
  .ope_img {
    margin: 6vw auto;
  }
  .ope_p {
    width: 90%;
    margin: auto;
  }
  .ope_img img {
    width: 100%;
  }
  .content {
    padding: 0;
  }
  .ope_navi {
    width: 100%;
    margin: 4vw auto;
    padding: 1vw 0;
    margin-bottom: 10vw;
    display: table;
    margin-top: -2.2vw;
  }
  .ope_navi a {
    text-align: left;
    height: 14vw;
    padding: 3%;
    float: left;
    width: 50%;
    border: 1px solid #50b1bf;
    position: relative;
    margin-top: -1px;
    line-height: 2.2;
    font-size: 3vw;
  }
}
.ope_title_mv {
  border-left: none;
  border-right: none;
}
.ope_title_mv img {
  vertical-align: bottom;
}
.ope_recommend {
  margin-bottom: 0;
  padding: 90px 0 100px;
  background: #d9eeee;
}
@media only screen and (max-width: 761px) {
  .ope_recommend {
    padding: 6vw 0;
  }
}
.ope_recommend_title {
  font-size: 40px;
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 761px) {
  .ope_recommend_title {
    font-size: 6vw;
    margin-bottom: 6vw !important;
  }
}
.ope_recommend_txt {
  width: 900px;
  font-size: 17px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 761px) {
  .ope_recommend_txt {
    margin-bottom: 6vw;
  }
  .ope_recommend_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 761px) {
  .ope_recommend_txt p {
    margin-bottom: 6vw;
  }
}
.ope_recommend_txt p:last-child {
  margin-bottom: 0;
}
.ope_pick {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  padding: 50px;
}
@media only screen and (max-width: 761px) {
  .ope_pick {
    padding: 6vw;
  }
}
.ope_pick_title {
  font-size: 24px;
  color: #6fafbd;
  text-align: center;
}
@media only screen and (max-width: 761px) {
  .ope_pick_title {
    font-size: 5vw;
  }
}
.ope_pick_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16px;
}
@media only screen and (max-width: 761px) {
  .ope_pick_list {
    display: block;
  }
}
.ope_pick_list_item {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  flex-basis: 48%;
  margin-top: 20px;
  padding: 20px 20px 20px 60px;
  background: url(../img/check.jpg) no-repeat 20px center #ededed;
  background-size: 30px auto;
}
@media only screen and (max-width: 761px) {
  .ope_pick_list_item {
    margin-top: 3vw;
    padding: 3.2vw 3vw 3vw 10vw;
    background-position: 10px center;
    background-size: 20px auto;
  }
}
.ope_flow {
  margin-bottom: 90px;
  padding: 50px 0 90px;
  background: #d9eeee;
  position: relative;
}
.ope_flow::before {
  content: "";
  display: block;
  width: 100vw;
  min-width: 1200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #d9eeee;
  z-index: -1;
}
@media only screen and (max-width: 761px) {
  .ope_flow {
    margin-bottom: 60px;
    padding: 54px 0 60px;
  }
}
.ope_flow_title {
  font-size: 40px;
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 761px) {
  .ope_flow_title {
    font-size: 6vw;
    margin-bottom: 6vw !important;
  }
}
.ope_flow_inner {
  border-left: 8px solid #8bcfd6;
  margin-left: 57px;
}
@media only screen and (max-width: 761px) {
  .ope_flow_inner {
    border-left: none;
    margin-left: 0;
  }
}
.ope_flow_list {
  margin-bottom: 50px;
}
@media only screen and (max-width: 761px) {
  .ope_flow_list:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.ope_flow_list:last-child {
  margin-bottom: 0;
}
.ope_flow_list:last-child .ope_flow_contents_title {
  background: #d9eeee;
}
.ope_flow_contents {
  display: flex;
  justify-content: space-between;
  margin-left: -65px;
}
@media only screen and (max-width: 761px) {
  .ope_flow_contents {
    flex-wrap: wrap;
    margin-left: 0;
  }
  .ope_flow_list:last-child .ope_flow_contents_title img {
    position: absolute;
    width: 18vw;
  }
}
.ope_flow_contents_title {
  flex-basis: 12%;
}
@media only screen and (max-width: 761px) {
  .ope_flow_contents_title {
    flex-basis: 20%;
  }
}
.ope_flow_contents_txt {
  flex-basis: 40%;
}
@media only screen and (max-width: 761px) {
  .ope_flow_contents_txt {
    flex-basis: 76%;
    line-height: 1.7;
  }
}
.ope_flow_contents_photo {
  flex-basis: 40%;
}
@media only screen and (max-width: 761px) {
  .ope_flow_contents_photo {
    flex-basis: 100%;
    margin-top: 18px;
  }
}
.ope_price {
  padding: 50px 0;
  background: #d9eeee;
}
@media only screen and (max-width: 761px) {
  .ope_price {
    padding: 6vw 0;
  }
}
.ope_price_title {
  font-size: 40px;
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 761px) {
  .ope_price_title {
    font-size: 6vw;
    line-height: 1.2;
    margin-bottom: 6vw !important;
  }
}
.ope_price_table {
  width: 100%;
  margin: 0 auto 50px;
  border: #ccc 1px solid;
  border-bottom: none;
}
#conts_price .banner_box {
  width: 680px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 761px) {
  #conts_price .banner_box {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.ope_price_table tbody th,
.ope_price_table tbody td {
  padding: 30px;
  border-bottom: #ccc 1px solid !important;
  vertical-align: middle;
}
@media only screen and (max-width: 761px) {
  .ope_price_table tbody th,
  .ope_price_table tbody td {
    padding: 3vw;
  }
}
.ope_price_table tbody th {
  width: 60%;
  text-align: left;
  background: #f4f3e5;
}
.ope_price_table tbody .value th {
  background: #ffe9e9;
}
@media only screen and (max-width: 761px) {
  .ope_price_table tbody th {
    font-size: 3vw;
  }
}
.ope_price_table tbody td {
  width: 40%;
  text-align: right;
}
.ope_price_table tbody td .red {
  color: #e3424d;
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 761px) {
  .ope_price_table tbody td .red {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 761px) {
  .ope_price_table tbody td .tax {
    font-size: 3vw;
  }
}
.ope_shosai_table {
  width: 100%;
  margin: 0 auto 80px;
  border: #ccc 1px solid;
  border-bottom: none;
}
.ope_shosai_table tbody th,
.ope_shosai_table tbody td {
  padding: 30px;
  border-bottom: #ccc 1px solid !important;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (max-width: 761px) {
  .ope_shosai_table tbody th,
  .ope_shosai_table tbody td {
    padding: 3vw;
    font-size: 3vw;
  }
}
.ope_shosai_table tbody th {
  width: 40%;
  background: #f5f5f5;
}
.ope_shosai_table tbody td {
  width: 60%;
}
.ope_faq {
  border-top: #6fafbd 1px solid;
}
.ope_faq_inner {
  border-bottom: #6fafbd 1px solid;
}
.ope_faq_title,
.ope_faq_txt {
  padding: 50px;
}
@media only screen and (max-width: 761px) {
  .ope_faq_title,
  .ope_faq_txt {
    padding: 6vw;
  }
}
.ope_faq_title {
  background: url(../img/que.png) no-repeat left center;
  background-size: 40px auto;
  padding-left: 50px;
}
.ope_faq_txt {
  display: none;
  background: #d9eeee;
}
.ope_osusume {
  width: 1000px;
  margin: 0 auto 90px;
  padding: 50px 50px;
  border: #6fafbd 1px solid;
}
.ope_osusume .ope_inner {
  width: 100%;
}
@media only screen and (max-width: 761px) {
  .ope_osusume {
    width: 90%;
    margin-bottom: 60px;
    padding: 6vw 5%;
  }
}
.ope_osusume_title {
  display: block !important;
  font-size: 30px;
  line-height: 1.4;
  color: #6fafbd;
  text-align: center;
  margin: 0 auto 25px !important;
}
@media only screen and (max-width: 761px) {
  .ope_osusume_title {
    font-size: 6vw;
    margin-bottom: 3vw !important;
  }
}
.ope_osusume_title_txt {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 761px) {
  .ope_osusume_title_txt {
    margin-bottom: 6vw;
    text-align: left;
  }
}
.ope_osusume_list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 761px) {
  .ope_osusume_list {
    justify-content: space-between;
  }
}
.ope_osusume_item {
  flex-basis: 48%;
  text-align: center;
}
@media only screen and (max-width: 761px) {
  .ope_osusume_item {
    flex-basis: 48%;
  }
}
.ope_osusume_item_txt {
  margin-top: 16px;
}
@media only screen and (max-width: 761px) {
  .ope_osusume_item_txt {
    margin-top: 3vw;
    font-size: 3vw;
  }
}
.ope_anker {
  margin-bottom: 50px;
}
@media only screen and (max-width: 761px) {
  .ope_anker {
    margin-bottom: 12vw;
  }
}
.ope_anker_list {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: flex;
  align-items: center;
  border: #6fafbd 1px solid;
  border-left: none;
  border-right: none;
}
@media only screen and (max-width: 761px) {
  .ope_anker_list {
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: #6fafbd 1px solid;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}
.ope_anker_list_item {
  flex-basis: 25%;
  border-right: #6fafbd 1px solid;
  text-align: center;
}
@media only screen and (max-width: 761px) {
  .ope_anker_list_item {
    flex-basis: 50%;
    border-bottom: #6fafbd 1px solid;
  }
}
.ope_anker_list_item:last-child {
  border-right: none;
}
@media only screen and (max-width: 761px) {
  .ope_anker_list_item:nth-child(even) {
    border-right: none;
  }
}
.ope_anker_list_item a {
  display: block;
  padding: 20px 0;
}
.ope_anker_list_item a i {
  color: #6fafbd;
}
.ope_contents_title {
  font-size: 40px;
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 761px) {
  .ope_contents_title {
    font-size: 6vw;
    margin-bottom: 40px !important;
  }
}
.ope_contents_title_h3 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 761px) {
  .ope_contents_title_h3 {
    font-size: 5vw;
    margin-bottom: 16px !important;
  }
}
.ope_contents_title.black {
  color: #000;
}
.ope_contents_txt {
  text-align: center;
  font-size: 17px;
  line-height: 1.8;
}
@media only screen and (max-width: 761px) {
  .ope_contents_txt {
    text-align: left;
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.ope_contents_risk {
  font-size: 14px;
  background: #f8f8f8;
  padding: 28px 36px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 761px) {
  .ope_contents_risk {
    font-size: 13px;
    padding: 5vw 5%;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
.ope_contents_img {
  text-align: center;
}
.ope_contents_img img {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 761px) {
  .ope_contents_img img {
    width: 100%;
  }
}
.ope_contents_case {
  display: flex;
  max-width: 1000px;
  margin: 60px auto 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ope_contents_case_photo {
  flex-basis: 50%;
}
.ope_contents_case img {
  width: calc(50% - 20px);
  flex-basis: auto;
  margin-bottom: 30px;
  display: block;
}
@media only screen and (max-width: 761px) {
  .ope_contents_case {
    display: block;
    width: 100%;
    margin: 50px 0 30px;
  }
  .ope_contents_case img {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
  }
}
.ope_contents_table {
  width: 100%;
  border: #ccc 1px solid;
  border-bottom: none;
  margin-bottom: 90px;
}
.ope_contents_table th,
.ope_contents_table td {
  padding: 16px;
  border: #ccc 1px solid !important;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 761px) {
  .ope_contents_table th {
    padding: 3vw;
    font-size: 3vw;
    border-right: transparent 1px solid !important;
  }
  .ope_contents_table td {
    padding: 3vw;
    font-size: 3vw;
  }
}
.ope_contents_table th.left,
.ope_contents_table td.left {
  text-align: left;
}
.ope_contents_table thead th {
  background: #d9eeee;
}
.ope_contents_table tbody th {
  background: #f5f5f5;
}
.ope_contents_table th {
  white-space: nowrap;
}
.ope_contents_table.w2 th,
.ope_contents_table.w2 td {
  width: 50%;
}
.ope_contents_table.w3 th,
.ope_contents_table.w3 td {
  width: 33%;
}
.ope_contents_table.w3 td img {
  width: auto;
  height: 240px;
  margin: 0 auto;
}
@media only screen and (max-width: 761px) {
  .ope_contents_table.w3 td img {
    height: auto;
  }
}
.ope_contents_table.w4 th,
.ope_contents_table.w4 td {
  width: 25%;
}
@media only screen and (max-width: 761px) {
  .ope_contents_table {
    margin-bottom: 60px;
  }
  .ope_contents_table.w3 {
    display: flex;
  }
  .ope_contents_table.w3 tbody,
  .ope_contents_table.w3 tr,
  .ope_contents_table.w3 th,
  .ope_contents_table.w3 td {
    display: block;
  }
  .ope_contents_table.w3 thead {
    width: 34%;
  }
  .ope_contents_table.w3 tbody {
    width: 66%;
  }
  .ope_contents_table.w3 tr {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .ope_contents_table.w3 th {
    display: flex;
    width: 100%;
    height: 162px;
    justify-content: center;
    align-items: center;
    border: none !important;
    border-bottom: #ccc 1px solid !important;
  }
  .ope_contents_table.w3 td {
    width: 100%;
    padding: 11px 3% 10px;
    display: flex;
    flex-direction: column;
    border: none !important;
    border-bottom: #ccc 1px solid !important;
  }
  .ope_contents_table.w3 td img {
    display: block;
    height: 140px;
  }
}
.ope_contents_flex {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 761px) {
  .ope_contents_flex {
    display: block;
  }
}
.ope_contents_flex_list {
  flex-basis: 40%;
}
@media only screen and (max-width: 761px) {
  .ope_contents_flex_list {
    margin-bottom: 6vw;
  }
}
.ope_contents_flex_item dt {
  margin-bottom: 20px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  background: #ededed;
}
@media only screen and (max-width: 761px) {
  .ope_contents_flex_item dt {
    margin-bottom: 4vw;
    padding: 2vw;
  }
}
.ope_contents_flex_item.meritto dt {
  background: #d9eeee;
  color: #6fafbd;
}
.ope_contents_flex_item.meritto dd:before {
  content: "○";
  color: #6fafbd;
}
.ope_contents_flex_item.demeritto dd:before {
  content: "×";
}
.ope_contents {
  padding-bottom: 50px;
}
.ope_inner {
  width: 1000px;
  margin: 0 auto;
  font-size: 16px;
}
@media only screen and (max-width: 761px) {
  .ope_inner {
    width: 90%;
  }
  .ope_contents {
    padding-bottom: 10px;
  }
}
.aboutLink {
  display: inline-block;
  padding: 10px 40px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  background: #000;
  position: relative;
}
@media only screen and (max-width: 761px) {
  .aboutLink {
    font-size: 3vw;
  }
}
.aboutLink:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  right: 3px;
  top: 50%;
  margin-top: -16px;
  width: 30px;
  height: 30px;
  background-size: 100%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 60px;
}
@media only screen and (max-width: 761px) {
  .youtube {
    margin: 30px 0 0;
  }
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.link_bnr {
  width: 800px;
  height: auto;
  margin: 20px auto 40px;
}
@media only screen and (max-width: 761px) {
  .link_bnr {
    width: 100%;
  }
}
.feature_block {
  margin-bottom: 12px;
}
.feature_block .ope_contents_table {
  margin-top: 12px;
}
.feature_block .ope_contents_txt {
  text-align: left;
  margin-bottom: 30px;
}
.feature_block .ope_contents_table {
  margin-bottom: 50px;
}
