@charset "UTF-8";
/* CSS Document */

.frame section + section,
.frame div + section,
.frame section + div,
.frame div + h2 {
  margin-top: 60px !important;
}

.link-arrow {
  color: #0d64f2;
  line-height: 1.5;
}

.link-blank {
  color: #5294f7;
  line-height: 1.5;
}

.link-arrow:hover,
.link-arrow:visited,
.link-blank:hover,
.link-blank:visited {
  color: #0056a8;
}

.link-arrow::before {
  content: "＞";
  display: inline-block;
  transform: scale(0.6, 1);
  padding-right: 0.3em;
}

.link-blank::after {
  font-family: "FontAwesome";
  content: "\f24d";
  padding-left: 0.3em;
}

.link-pdf::after {
  font-family: "FontAwesome";
  content: "\f1c1";
  padding-left: 0.3em;
}

.link-down:before {
  content: "＞";
  display: inline-block;
  transform: scale(1, 0.6) rotate(90deg);
  padding-left: 0.3em;
}

.column img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.area {
  background: #f1f1f1;
  padding: 35px 60px 30px;
  margin-bottom: 70px;
  display: flex;
  justify-content: flex-start;
}

.area .header-area {
  width: 13%;
  padding: 0;
  margin: 0;
}

.area .header-area .heading-area {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1em;
}

.area .panel,
.area .inner-panel {
  padding: 0;
  margin: 0;
}

.area .inner-area {
  width: 87%;
  padding: 0;
  margin: 0;
}

.area .inner-area p {
  font-size: 16px;
  line-height: 1.4;
  padding-left: 18px;
}

.area .inner-area p::before {
  content: "-";
  color: #595656;
  width: 18px;
  display: inline-block;
  margin-left: -18px;
}

.area .inner-area p + p {
  margin-top: 20px;
}

.area .inner-area p a {
  color: #252525;
}

.heading-lv2 {
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 32px;
  line-height: 1.4;
  /*margin-top: 95px;*/
  padding: 23px 23px 18px;
  background: #f1f1f1;
  border-left: 12px solid #0d64f2;
}

.heading-lv3 {
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 23px;
  line-height: 1.4;
  color: #fff;
  padding: 15px 15px 10px;
  background: #858a95;
}

.heading-lv4 {
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  border-left: 10px solid #444d53;
  padding-left: 10px;
}

.heading-lv5 {
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  padding-bottom: 3px;
  border-bottom: 3px solid #444d53;
}

.inner-block,
.inner-group {
  padding-top: 35px;
}

.column p,
.column ul {
  font-size: 17px;
  line-height: 1.8;
}

.column h3 + p,
.column h3 + div,
.column h3 + ul,
.column h4 + p,
.column h4 + div,
.column h4 + ul,
.column h4 + h3,
.column h3 + h4 {
  margin-top: 15px !important;
}

.column p + h3,
.column div + h3,
.column ul + h3,
.column p + h4,
.column div + h4,
.column ul + h4 {
  margin-top: 45px !important;
}

.column p + p,
.column p + div,
.column div + p,
.column div + div,
.column ul + p,
.column p + ul,
.column figure + p,
.column p + figure,
.column figure + ul,
.column ul + figure {
  margin-top: 25px;
}

.column dt,
.column dd,
.column table {
  line-height: 1.5;
}

.inner-block div.row + div.inner-block,
.inner-block div.inner-block + div.row,
.inner-block div.row + div.row {
  margin-top: 45px;
}

.inner-block + .inner-block {
  margin-top: 10px;
}

.row {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.row.u-f-r {
  flex-direction: row-reverse;
}
.row .col-2 {
  width: 48%;
}

.row div + div {
  margin-top: 0 !important;
}

.row .col-3 {
  width: 31%;
}

.row .col-2l {
  width: 65%;
}

.row .col-2s {
  width: 33%;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 40px 0;
}

table th {
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

table th {
  padding: 13px 20px 12px;
  text-align: left;
  vertical-align: middle;
  color: #171718;
  border: 1px solid #e4e7eb;
  background-color: #f8f8fa;
}

table td {
  padding: 13px 20px 12px;
  border: 1px solid #e4e7eb;
  background-color: #fff;
}

.topic-small .heading-lv3 {
  font-size: 20px;
}

.topic-small dt.heading-lv5 {
  font-size: 14px;
  margin-bottom: 10px;
  min-height: 50px;
}

.inner-split .topic,
.inner-split .topic-small {
  margin-bottom: 0;
}

.topic .title-topic,
.topic-small .title-topic {
  margin-bottom: 10px;
}

.column-sidebar .topic,
.column-sidebar .topic-small {
  margin-bottom: 0;
}

.column-sidebar .topic dd,
.column-sidebar .topic-small ddi {
  font-size: 0.75rem;
}

.topic-small,
.topic-small li {
  font-size: 0.75rem;
}

.topic-small .title-topic {
  font-size: 0.8125rem;
}

.topic,
.topic-small {
  margin-bottom: 30px;
}

.inner-split .topic,
.inner-split .topic-small {
  margin-bottom: 0;
}

.topic .title-topic,
.topic-small .title-topic {
  margin-bottom: 10px;
}

.topic .title-topic a,
.topic-small .title-topic a {
  display: inline-block;
  padding-left: 1em;
}

.topic .title-topic a:before,
.topic-small .title-topic a:before {
  content: "＞";
  display: inline-block;
  transform: scale(0.6, 1);
  margin-left: -1em;
}

.item-thumbnail-top {
  display: block;
}

.item-thumbnail-top .thumbnail {
  margin-bottom: 13px;
}

figure.item-thumbnail-top .thumbnail {
  margin-bottom: 10px;
}

.list-faq {
  margin-bottom: 30px;
}

.list-faq > li {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e4e7eb;
}

.list-faq > li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.list-faq > li > dl > dt,
.list-faq > li > dl > dd {
  padding-left: 32px;
  position: relative;
}

.list-faq > li > dl > dt:before,
.list-faq > li > dl > dd:before {
  font-family: "FrutigerRoma";
  line-height: 24px;
  content: "Q";
  display: inline-block;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #1556a4;
  vertical-align: middle;
}

.list-faq > li > dl > dd:before {
  content: "A";
  background: #a2a4b3;
}

.list-faq > li > dl > dt {
  margin-bottom: 15px;
  font-weight: bold;
}

.panel {
  display: block;
  margin-bottom: 20px;
  color: #353539;
  border-bottom: 1px solid #e4e7eb;
  background-color: #fff;
}

.area .panel {
  border-bottom: none;
  background-color: transparent;
}

.panel > a {
  display: block;
  color: #353539;
}

.panel > a:hover,
.panel > a:visited {
  text-decoration: none;
  color: #353539;
}

.panel > a .thumbnail,
.panel > a .thumbnail-product,
.panel > a .thumbnail-movie {
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.panel > a .thumbnail img,
.panel > a .thumbnail-product img,
.panel > a .thumbnail-movie img {
  -webkit-transition: -webkit-transform 400ms linear 0ms;
  transition: transform 400ms linear 0ms;
}

.panel > a:hover .thumbnail img,
.panel > a:hover .thumbnail-product img,
.panel > a:hover .thumbnail-movie img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.panel:hover,
.panel:visited {
  text-decoration: none;
  color: #353539;
}

a.panel .thumbnail,
a.panel .thumbnail-product,
a.panel .thumbnail-movie {
  overflow: hidden;
}

a.panel .thumbnail img,
a.panel .thumbnail-product img,
a.panel .thumbnail-movie img {
  -webkit-transition: -webkit-transform 400ms linear 0ms;
  transition: transform 400ms linear 0ms;
}

a.panel:hover .thumbnail img,
a.panel:hover .thumbnail-product img,
a.panel:hover .thumbnail-movie img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.panel-foot {
  padding: 20px;
  border-top: 1px solid #e4e7eb;
  background-color: #fff;
}

blockquote {
  margin: 40px 0;
  padding: 30px;
  font-size: 17px;
  line-height: 1.6;
  background: #f1f1f1;
}

.column .author,
.column .repro,
.column .facility_profile {
  margin-top: 90px;
}
.column .author h3,
.column .repro h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}

.column .facility_profile h3 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}

.column .author > div,
.column .facility_profile > div {
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  padding: 60px;
}

.column .author > div > div {
  width: 12%;
}

.column .author.single > div > div {
  width: 100%;
}

.column .author > div > div + div {
  width: 83%;
  margin-top: 0 !important;
}

.column .facility_profile > div > div {
  width: 45%;
}

.column .facility_profile > div > div + div {
  width: 50%;
}

.column .author h4 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.column .author h4 span {
  font-size: 14px;
  padding-left: 0.3em;
}

.column .author p + h4 {
  margin-top: 5px !important;
}

.column .author p {
  font-size: 14px;
  line-height: 1.8;
}

.column .facility_profile p {
  font-size: 16px;
  line-height: 1.8;
}

.column .author p + p,
.column .facility_profile p + p {
  margin-top: 20px;
}

.media-image-left {
  float: left;
  padding-right: 4%;
  margin-bottom: 15px;
  width: 48% !important;
}

.media-image-right {
  float: right;
  padding-left: 4%;
  margin-bottom: 15px;
  width: 48% !important;
}

p.media-image-left + p,
p.media-image-right + p,
figure.media-image-left + p,
figure.media-image-right + p {
  margin-top: 0 !important;
}

.media-image-right2 {
  float: right;
  padding-left: 4%;
  margin-bottom: 30px;
  width: 48% !important;
}

a.button {
  min-width: 250px;
  font-size: 16px;
  line-height: 1;
  color: #252525;
  text-align: center;
  background: #fff;
  padding: 20px 15px;
  border: 1px solid #595656;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

a.button:hover {
  color: #fff;
  opacity: 1;
  border: 1px solid #fff;
}

a.button::after {
  content: "";
  width: 102%;
  height: 102%;
  background: #0d64f2;
  position: absolute;
  top: -1%;
  left: -1%;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

a.button:hover::after {
  transform: scale(1, 1);
}

a.button.bl {
  color: #fff;
  background: #0d64f2;
  padding: 20px 15px;
  border: 1px solid #0d64f2;
}

a.button.bl:hover {
  color: #252525;
  border: 1px solid #595656;
}

a.button.bl::after {
  background: #fff;
}

.caption {
  font-size: 14px !important;
}
span.marker {
  display: inline;
  background-position: left -100% center;
  padding-bottom: 0.6em;
  font-weight: bold;
  background-size: 200% 0.6em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(248, 220, 130) 50%);
}
.list-disc {
  margin-bottom: 30px;
}

.list-disc > li {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 7px;
  padding-left: 1.6em;
  text-indent: -1.7em;
}

.list-disc > li:before {
  content: "・";
  margin-right: 0.7em;
}

.list-decimal {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-left: 1.6em;
  list-style-type: decimal;
}

.list-decimal li {
  margin-bottom: 7px;
}

.graph20-1 {
  width: 65%;
  margin: 0 auto;
}
.graph20-2 {
  width: 80%;
  margin: 0 auto;
}
.graph21-1 {
  width: 50%;
  margin: 0 auto;
}
.graph21-2 {
  width: 70%;
  margin: 0 auto;
}
.graph23-1 {
  width: 60%;
  margin: 0 auto;
}

.img_wd_auto {
  text-align: center;
}

.img_wd_auto img {
  width: auto;
  max-width: 100%;
}

.block .col-ex1s,
.block .col-ex1l {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block .col-ex1s {
  width: 20.3333%;
}
.block .col-ex1l {
  width: 79.6666%;
}

.item-thumbnail-left {
  margin-bottom: 30px;
}

.item-thumbnail-left .thumbnail {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}

.item-thumbnail-left .thumbnail + * {
  overflow: hidden;
}

.item-thumbnail-right {
  margin-bottom: 30px;
}

.item-thumbnail-right .thumbnail {
  float: right;
  margin-bottom: 0;
  margin-left: 20px;
}

.item-thumbnail-right .thumbnail + * {
  overflow: hidden;
}

.a-flex {
  display: flex;
  justify-content: center;
}

.a-flex a + a {
  margin-left: 80px;
}

.g_box {
  padding: 55px;
  background: #f1f1f1;
}

.g_box .wh_box {
  padding: 30px;
  background: #fff;
}

.ranking_list {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #e4e7ea;
}

.ranking_list > div {
  width: 50%;
  box-sizing: border-box;
}

.ranking_list > div + div {
  border-left: 1px solid #e4e7ea;
  margin: 0 !important;
}

.ranking_list .ranking_list_title {
  font-family: "UD Shin Go DemiBold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 19px;
  line-height: 1.4;
  padding: 15px 10px 10px;
  margin: 0 !important;
  text-align: center;
  background: #f8f8fa;
  border-bottom: 1px solid #e4e7ea;
}

.ranking_list ul {
  padding: 15px;
}

.ranking_list h1 + ul,
.ranking_list h2 + ul,
.ranking_list h3 + ul,
.ranking_list h4 + ul {
  margin: 0 !important;
}

.ranking_list ul li {
  font-size: 16px;
  line-height: 1.3;
  padding-left: 1em;
}

.ranking_list ul li::before {
  content: "＞";
  display: inline-block;
  transform: scale(0.6, 1);
  margin-left: -1em;
  color: #0d64f2;
}

.ranking_list ul li + li {
  margin-top: 15px;
}

.ranking_list ul li a {
  color: #000;
}

.ranking_list.single {
  display: block;
}

@media screen and (max-width: 980px) {
  .frame section + section,
  .frame div + section,
  .frame section + div,
  .frame div + h2 {
    margin-top: 15vw !important;
  }

  .area {
    background: #f1f1f1;
    padding: 6vw;
    margin-bottom: 10vw;
    display: block;
  }

  .area .header-area {
    font-size: 4vw;
    line-height: 1;
    width: 100%;
    margin-bottom: 5vw;
  }

  .area .header-area .heading-area {
    font-size: 4vw;
    line-height: 1;
  }

  .area .inner-area {
    width: 100%;
  }

  .area .inner-area p {
    font-size: 3.8vw;
    line-height: 1.4;
    padding-left: 4vw;
  }

  .area .inner-area p::before {
    width: 4vw;
    margin-left: -4vw;
  }

  .area .inner-area p + p {
    margin-top: 5vw;
  }

  .heading-lv2 {
    font-size: 5.5vw;
    line-height: 1.4;
    /*margin-top: 15vw;*/
    padding: 2vw 2vw 2vw 4vw;
    border-left: 3vw solid #0d64f2;
  }

  .heading-lv3 {
    font-size: 4.5vw;
    line-height: 1.4;
    padding: 2.5vw;
  }

  .heading-lv4 {
    font-size: 4vw;
    line-height: 1.4;
    border-left: 2vw solid #444d53;
    padding-left: 3vw;
  }

  .heading-lv5 {
    font-size: 3.8vw;
    line-height: 1.4;
    padding-bottom: 1vw;
    border-bottom: 0.8vw solid #444d53;
  }

  .inner-block,
  .inner-group {
    padding-top: 5vw;
  }

  .column p,
  .column ul {
    font-size: 3.8vw;
    line-height: 1.8;
  }

  .column h3 + p,
  .column h3 + div,
  .column h3 + ul,
  .column h4 + p,
  .column h4 + div,
  .column h4 + ul,
  .column h4 + h3,
  .column h3 + h4 {
    margin-top: 3vw !important;
  }

  .column p + h3,
  .column div + h3,
  .column ul + h3,
  .column p + h4,
  .column div + h4,
  .column ul + h4 {
    margin-top: 15vw !important;
  }

  .column p + p,
  .column p + div,
  .column div + p,
  .column div + div,
  .column ul + p,
  .column p + ul,
  .column figure + p,
  .column p + figure,
  .column figure + ul,
  .column ul + figure {
    margin-top: 5vw;
  }

  .inner-block div.row + div.inner-block,
  .inner-block div.inner-block + div.row,
  .inner-block div.row + div.row {
    margin-top: 10vw;
  }

  .inner-block + .inner-block {
    margin-top: 5vw;
  }

  .row {
    display: block;
  }

  .row .col-2 {
    width: 100%;
  }
  .row div + div {
    margin-top: 8vw !important;
  }

  .row .col-3 {
    width: 100%;
  }

  .row .col-2l {
    width: 100%;
  }

  .row .col-2s {
    width: 100%;
  }

  table {
    font-size: 3.8vw;
    line-height: 1.4;
    margin: 8vw 0;
  }

  table th {
    padding: 1vw 2vw;
  }

  table td {
    padding: 1vw 2vw;
  }

  table.wd {
    width: 200%;
  }

  .topic-small .heading-lv3 {
    font-size: 4vw;
    margin-bottom: 0;
  }

  .topic-small dt.heading-lv5 {
    font-size: 3.5vw;
    margin-bottom: 2vw;
    min-height: 0;
  }

  .inner-split .topic,
  .inner-split .topic-small {
    margin-bottom: 0;
  }

  .topic .title-topic,
  .topic-small .title-topic {
    margin-bottom: 1vw;
  }

  .column-sidebar .topic,
  .column-sidebar .topic-small {
    margin-bottom: 0;
  }

  .column-sidebar .topic dd,
  .column-sidebar .topic-small dd {
    font-size: 3vw;
  }

  .topic-small,
  .topic-small li {
    font-size: 3vw;
  }

  .topic-small .title-topic {
    font-size: 3.3vw;
  }

  .item-thumbnail-top {
    display: block;
  }

  .item-thumbnail-top .thumbnail {
    margin-bottom: 2vw;
  }

  figure.item-thumbnail-top .thumbnail {
    margin-bottom: 1vw;
  }

  .list-faq {
    margin-bottom: 5vw;
  }

  .list-faq > li {
    width: 100%;
    margin-top: 5vw;
    padding-top: 5vw;
  }

  .list-faq > li > dl > dt,
  .list-faq > li > dl > dd {
    font-size: 3.8vw;
    padding-left: 8vw;
    position: relative;
  }

  .list-faq > li > dl > dt:before,
  .list-faq > li > dl > dd:before {
    font-size: 3.8vw;
    line-height: 6vw;
    top: -1px;
    left: 0;
    width: 6vw;
    height: 6vw;
  }

  .list-faq > li > dl > dt {
    margin-bottom: 3vw;
    font-weight: bold;
  }

  .panel {
    margin-bottom: 5vw;
  }

  .panel-foot {
    padding: 5vw;
  }

  blockquote {
    margin: 10vw 0;
    padding: 5vw;
    font-size: 3.8vw;
    line-height: 1.6;
    background: #f1f1f1;
  }

  .column .author,
  .column .repro,
  .column .facility_profile {
    margin-top: 15vw;
  }
  .column .author h3,
  .column .repro h3 {
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 5vw;
  }

  .column .facility_profile h3 {
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 5vw;
  }

  .column .author > div,
  .column .facility_profile > div {
    background: #f1f1f1;
    display: block;
    padding: 10vw 8vw;
  }

  .column .author > div > div {
    width: 100%;
    text-align: center;
  }

  .column .author.single > div > div {
    text-align: left;
  }

  .column .author > div > div img {
    width: 35%;
  }

  .column .facility_profile > div > div {
    width: 100%;
  }

  .column .facility_profile > div > div + div {
    width: 100%;
    margin-top: 8vw;
  }

  .column .author > div > div + div {
    width: 100%;
    margin-top: 5vw !important;
    text-align: left;
  }

  .column .author h4 {
    font-size: 3.3vw;
    line-height: 1.4;
    margin-bottom: 2vw;
  }

  .column .author h4 span {
    font-size: 3vw;
    padding-left: 0.3em;
  }

  .column .author p + h4 {
    margin-top: 1.5vw !important;
  }

  .column .author p {
    font-size: 3vw;
    line-height: 1.8;
  }

  .column .facility_profile p {
    font-size: 3.5vw;
    line-height: 1.6;
  }

  .column .facility_profile p + p .column .author p + p {
    margin-top: 6vw;
  }

  .media-image-left {
    margin-bottom: 3vw;
  }

  .media-image-right {
    margin-bottom: 3vw;
  }

  .media-image-right2 {
    float: none;
    padding-left: 0;
    margin: 0 auto 5vw;
    width: 90% !important;
  }

  .media-image-left.whfull,
  .media-image-right.whfull,
  .media-image-right2.whfull {
    width: 100% !important;
  }

  a.button {
    min-width: 65%;
    font-size: 3.8vw;
    line-height: 1;
    color: #252525;
    background: #fff;
    padding: 4.2vw 4vw;
    border-radius: 10vw;
  }

  .caption {
    font-size: 3vw !important;
  }

  .list-disc {
    margin-bottom: 3vw;
  }

  .list-disc > li {
    font-size: 3.8vw;
    line-height: 1.4;
    margin-bottom: 1.5vw;
  }

  .list-decimal {
    font-size: 3.8vw;
    line-height: 1.4;
    margin-bottom: 5vw;
  }

  .list-decimal li {
    margin-bottom: 1.5vw;
  }

  .graph20-1,
  .graph20-2,
  .graph21-1,
  .graph21-2,
  .graph23-1 {
    width: 100%;
    margin: 0 auto;
  }
  .img_wd_auto img {
    width: 100%;
  }

  .block .col-ex1s {
    width: 100%;
  }
  .block .col-ex1l {
    width: 100%;
  }

  .scroll {
    width: 100%;
    overflow: scroll;
  }

  .item-thumbnail-left .thumbnail {
    max-width: 40%;
  }

  .item-thumbnail-right .thumbnail {
    max-width: 40%;
  }

  .a-flex {
    display: block;
    text-align: center;
  }

  .a-flex a + a {
    margin-left: 0;
    margin-top: 5vw;
  }

  .g_box {
    width: 100%;
    padding: 10vw 6vw;
    box-sizing: border-box;
  }

  .g_box .wh_box {
    padding: 5vw;
    background: #fff;
  }

  .ranking_list {
    display: block;
  }

  .ranking_list > div {
    width: 100%;
    box-sizing: border-box;
  }

  .ranking_list > div + div {
    border-left: none;
    border-top: 1px solid #e4e7ea;
  }

  .ranking_list .ranking_list_title {
    font-size: 4vw;
    line-height: 1.4;
    padding: 2.5vw 1.5vw;
  }

  .ranking_list ul {
    padding: 3vw;
  }

  .ranking_list h1 + ul,
  .ranking_list h2 + ul,
  .ranking_list h3 + ul,
  .ranking_list h4 + ul {
    margin: 0 !important;
  }

  .ranking_list ul li {
    font-size: 3.8vw;
    line-height: 1.3;
  }

  .ranking_list ul li + li {
    margin-top: 2vw;
  }
}

sup {
  font-size: 0.625rem;
  vertical-align: super;
}

sub {
  font-size: 0.625rem;
  vertical-align: sub;
}

/* ==========================================================================
   Helper
============================================================================= */

/* clearfix
------------------------------------------------------------------- */

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* display
------------------------------------------------------------------- */

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

/* position
------------------------------------------------------------------- */

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

/* font-weight
------------------------------------------------------------------- */

.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

/* float
------------------------------------------------------------------- */

.float-none {
  float: none !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

/* text-align
------------------------------------------------------------------- */

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

/* vertical-align
------------------------------------------------------------------- */

.valign-top {
  vertical-align: top !important;
}

.valign-middle {
  vertical-align: middle !important;
}

.valign-bottom {
  vertical-align: bottom !important;
}

.valign-baseline {
  vertical-align: baseline !important;
}

/* margin
------------------------------------------------------------------- */

.mgn {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.ra_block {
  padding-top: 0 !important;
  margin-top: 30px !important;
}

.row .ra_block {
  margin-top: 0 !important;
}

@media screen and (max-width: 980px) {
  .pt10 {
    padding-top: 2vw !important;
  }

  .pt20 {
    padding-top: 3vw !important;
  }

  .pt30 {
    padding-top: 5vw !important;
  }

  .ra_block,
  .row div + div.ra_block {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}

/* border
------------------------------------------------------------------- */

.border-none {
  border: 0 !important;
}

.border-1px {
  border: solid 1px #e4e7eb !important;
}

.border-bottom-1px {
  border-bottom: solid 1px #e4e7eb !important;
}

.border-top-1px {
  border-top: solid 1px #e4e7eb !important;
}

.border-left-1px {
  border-left: solid 1px #e4e7eb !important;
}

.border-right-1px {
  border-right: solid 1px #e4e7eb !important;
}

.area-1px {
  border: solid 1px #e4e7eb;
  padding: 1.5em;
}
.fs10 {
  font-size: 71.42857%;
}
.fs11 {
  font-size: 78.57143%;
}
.fs12 {
  font-size: 85.71429%;
}
.fs13 {
  font-size: 92.85714%;
}
.fs14 {
  font-size: 100%;
}
.fs15 {
  font-size: 107.14286%;
}
.fs16 {
  font-size: 114.28571%;
}
.fs17 {
  font-size: 121.42857%;
}
.fs18 {
  font-size: 128.57143%;
}
.fs19 {
  font-size: 135.71429%;
}
.fs20 {
  font-size: 142.85714%;
}
.fs21 {
  font-size: 150%;
}
.fs22 {
  font-size: 157.14286%;
}
.fs23 {
  font-size: 164.28571%;
}
.color-blue {
  color: #0056a8;
}
.color-skyblue {
  color: #00a6ff;
}
.color-green {
  color: #0ac181;
}
.color-orange {
  color: #ff8900;
}
.case_catch {
  font-size: 178.57143%;
  color: #57575e;
  font-weight: bold;
}
.case_subcatch {
  font-size: 120%;
}
.list-product .info-case > dt,
.list-product-carousel .info-case > dt {
  font-weight: bold;
}
.list-product .panel-case {
  color: #0056a8;
}
.list-product .info-case > dd > p,
.list-product-carousel .info-case > dd > p {
  margin-bottom: 20%;
  font-size: 85.71429%;
}
.text-zirconia-01 {
  margin-left: 125px;
}
.text-zirconia-02 {
  margin-left: 42px;
}
.today-prevention-l {
  width: 70%;
}
.today-prevention-l > p {
  padding-left: 10px;
}
.today-prevention-r {
  width: 25%;
}
.staff-caption {
  padding-left: 20px;
}
.staff-lineup-l {
  width: 65%;
}
.staff-lineup-l > p {
  padding-left: 10px;
}
.staff-lineup-r {
  width: 30%;
}
.staff-box {
  margin: 15px;
}

.block .ex-with-photo__box {
  border: 2px solid #a2a4b4;
}

.block .ex-with-photo__box {
  display: flex;
  padding: 15px;
  margin: 0 0 40px 0;
}
.block .ex-with-photo__box .ex-with-photo__img {
  max-width: 20%;
  margin-right: 15px;
}

.block .ex-with-photo__box .ex-with-photo__txt {
  width: 77%;
}

@media screen and (max-width: 980px) {
  .block .ex-with-photo__box {
    margin: 2px 2px 40px 2px;
  }
  .block .ex-with-photo__box .ex-with-photo__img {
    padding: 2%;
    max-width: 300px;
    margin: 0 auto;
    width: 96%;
  }
  .block .ex-with-photo__box .ex-with-photo__txt {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }
}

.column_head {
  margin: 50px 0 50px;
  border: none;
}

@media screen and (min-width: 981px) {
  .column_head > div {
    width: 100%;
    padding-bottom: 10px;
    margin: 0;
    position: relative;
  }

  .column_head > div:has(> .cap:not(:empty)) {
    padding-bottom: 90px;
  }

  .cap:empty {
    display: none;
  }
}

.hashtag {
  padding: 0;
}

.column_head .h_side > p {
  width: 80%;
  padding-right: 110px;
  padding-top: 5px;
  box-sizing: border-box;
  position: relative;
  padding-right: 166px;
}

.column_head .h_side > div {
  width: 20%;
  margin-top: -5px;
  text-align: right;
}

@media screen and (max-width: 980px) {
  .column_head {
    margin: 0;
    border-bottom: none;
  }

  .column_head > div {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  .column_head .print {
    margin-bottom: 0;
  }

  .column_head .h_side > div {
    right: 0vw;
  }

  .column_head .h_side > p {
    margin-bottom: 0 !important;
    line-height: initial !important;
  }

  .column_head .h_side > p {
    width: 100%;
    padding-right: 20vw;
    padding-top: 1vw;
  }

  .column_head .h_side > div {
    width: 100%;
    margin-top: 0;
    text-align: right;
    position: absolute;
    bottom: 3.2vw;
    right: 4vw;
  }
}
