﻿@media screen and (min-width: 769px) {
  .c-section {
    margin-left: auto;
    margin-right: auto;
  }
  .c_rn-b_cv-btn--item{
    width: 350px;
    margin: auto;
  }
  .section-h2 {
    margin-bottom: 60px;
  }
}
@media print, screen and (max-width: 768px) {
  .section-h2 {
    margin-bottom: 16vw;
  }
}
html{
  scroll-behavior: smooth;
}
.m-main{
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;
  color: #464646;
}
.clm-article__pointWrap li.--01::before {
  content: "1.";
}
.clm-article__pointWrap li.--02::before {
  content: "2.";
}
.clm-article__pointWrap li.--03::before {
  content: "3.";
}
.clm-article__pointWrap li.--04::before {
  content: "4.";
}
.clm-article__pointWrap li.--05::before {
  content: "5.";
}
.clm-article__pointWrap li.--06::before {
  content: "6.";
}
.clm-article__pointWrap li.--07::before {
  content: "7.";
}
.clm-article__pointWrap li.--08::before {
  content: "8.";
}
.clm-article__pointWrap li.--09::before {
  content: "9.";
}
.clm-article__pointWrap li.--10::before {
  content: "10.";
}
.clm-article__pointWrap li.--A::before {
  content: "A.";
}
.clm-article__pointWrap li.--B::before {
  content: "B.";
}
.clm-article__pointWrap li.--C::before {
  content: "C.";
}
.clm-article__pointWrap li.--none{
  padding-left: 0;
}
.clm-article__pointWrap li.--none::before {
  content: "";
}

/*====================
  toc
====================*/
/*===== PC =====*/
@media screen and (min-width: 769px) {
  .clm-article .clm-article__ex-toc {
    border-radius: 10px;
    background-color: #f6f6f6;
    margin-top: 60px;
    padding: 24px 20px;
  }
  .clm-article__h1{
    font-weight: 600;
  }
  .clm-article__h4{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .clm-article__ex-toc__ttl {
    border-bottom: none;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
  }
  .clm-article__ex-toc__ttl::before {
    content: none;
  }
  .clm-article .clm-article__ex-toc__list-unit {
    font-size: 18px;
    font-weight: bold;
  }
  .clm-article .clm-article__ex-toc__list-unit:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .clm-article__link.clm-article__ex-toc__list-unit-link {
    color: #464646;
  }
  .clm-article__ex-toc__list-unit-link{
    color: #464646;
    text-decoration: underline;
  }
  .clm-article__ex-toc__list-unit-link:hover{
    opacity: 0.7;
  }
  .clm-article li.clm-article__ex-toc__list-unit-group-item {
    font-weight: normal;
    margin-left: 1.5em;
  }
  .clm-article ol.clm-article__ex-toc__list-unit-group li.clm-article__ex-toc__list-unit-group-item {
    list-style-type: decimal
  }
  .clm-article ul.clm-article__ex-toc__list-unit-group li.clm-article__ex-toc__list-unit-group-item {
    list-style-type: disc
  }
  .clm-article__link.clm-article__ex-toc__list-unit-group-item-link {
    color: #464646;
  }
}
/*===== SP =====*/
@media screen and (max-width: 768px) {
  .clm-article .clm-article__ex-toc {
    border-radius: 2.66666666vw;
    background-color: #f6f6f6;
    margin-top: 16vw;
    padding: 8vw 5.33333333vw;
  }
  .clm-article__h1{
    font-weight: 600;
  }
  .clm-article__h4{
    font-size: 4.267vw;
    font-weight: 600;
    margin-bottom: 2.667vw;
  }
  .clm-article__ex-toc__ttl {
    border-bottom: none;
    font-size: 5.86666666vw;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0;
    padding: 0;
    position: relative;
    margin-bottom: 5.33333333vw;
  }
  .clm-article__ex-toc__ttl::before {
    content: none;
  }
  .clm-article .clm-article__ex-toc__list-unit {
    font-size: 4.8vw;
    font-weight: bold;
  }
  .clm-article .clm-article__ex-toc__list-unit:not(:last-of-type) {
    margin-bottom: 2.66666666vw;
  }
  .clm-article__link.clm-article__ex-toc__list-unit-link {
    color: #464646;
    display: block;
  }
  .clm-article__ex-toc__list-unit-link{
    color: #464646;
    text-decoration: underline;
  }
  .clm-article li.clm-article__ex-toc__list-unit-group-item {
    font-weight: normal;
    margin-left: 1.5em;
  }
  .clm-article ol.clm-article__ex-toc__list-unit-group li.clm-article__ex-toc__list-unit-group-item {
    list-style-type: decimal
  }
  .clm-article ul.clm-article__ex-toc__list-unit-group li.clm-article__ex-toc__list-unit-group-item {
    list-style-type: disc
  }
  .clm-article__link.clm-article__ex-toc__list-unit-group-item-link {
    color: #464646;
    display: block;
  }
}


/*====================
  topics
====================*/
/*===== PC =====*/
@media screen and (min-width: 769px) {
  .topics {
    background-color: #ffffff;
  }
  .topics__wrap {
    max-width: 1000px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .topics__header {
    margin-bottom: 50px;
  }
  .topics__header-title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 10px;
    position: relative;
  }
  .topics__header-title::after {
    content: "";
    background-color: #464646;
    width: 80px;
    height: 3px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .clm-article__timeline__card.is-hidden {
    display: none;
  }
  .clm-article__timeline__card + .clm-article__timeline__card {
    border-top: solid 2px #f0f0f0;
    margin-top: 30px;
    padding-top: 30px;
  }
  .clm-article__timeline__link {
    display: flex;
    text-decoration: none;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .clm-article__timeline__link:hover {
    opacity: 0.7;
  }
  .clm-article__timeline__eyecatch {
    width: 262px;
  }
  .clm-article__timeline__eyecatch-img {
    width: 100%;
  }
  .clm-article__timeline__body {
    width: 698px;
    padding-top: 15px;
    padding-left: 20px;
  }
  .clm-article__timeline__title {
    font-size: 20px;
    font-weight: 600;
    color: #464646;
    line-height: 1.3;
    margin-bottom: 15px;
  }
   .clm-article__timeline__description {
    font-size: 14px;
    font-weight: normal;
    color: #464646;
    line-height: 1.5;
  }
  .clm-article__timeline__meta {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  .clm-article__timeline__date {
    font-size: 14px;
    font-weight: normal;
    color: #464646;
    line-height: 1.5;
  }
  .clm-article__timeline__date + .clm-article__timeline__type {
    margin-left: 15px;
  }
  .clm-article__timeline__type {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .clm-article__timeline__category-item{
    font-weight: 700;
    color: #464646;
    font-size: 17px;
  }
  .clm-article__timeline__sab-category{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .clm-article__timeline__sab-category-item {
    display: inline-block;
    color: #0860A8;
    border: 1px solid #0860A8;
    font-weight: 600;
    text-align: center;
    padding: 3px 10px;
  }
  .clm-article__timeline__tags{
    flex: 1;
    display: flex;
    gap: 5px 10px;
    flex-wrap: wrap;
    align-items: center;
  }
  .clm-article__timeline__tags-item::before{
    content: "#";
  }
  .clm-article__timeline__tags-item{
    color: #464646;
  }
  .clm-article__timeline__more, .newtopics__more {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    border: solid 2px #0860a8;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    color: #0860a8;
    text-align: center;
    line-height: 1.0;
    width: 250px;
    height: 50px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    cursor: pointer;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .clm-article__timeline__more::after, .newtopics__more::after {
    content: "";
    background-image: url(/column/250730_60144_clm-article__timeline_more_icon_01.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 14px;
    height: 9px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
  }
  .clm-article__timeline__more:hover, .newtopics__more:hover {
    opacity: 0.7;
  }
  .clm-article__timeline__more.is-btn-hidden, .newtopics__more.is-btn-hidden{
    display: none;
  }
  .clm-article__pointWrap{
    padding:20px;
    background-color: #E6EEF7;
  }
  .clm-article__pointWrap + .clm-article__pointWrap{
    margin-top: 40px;
  }
  .clm-article__pointWrap.--type02{
    background-color: #FFFAEE;
  }
  .clm-article__pointWrap.--type03{
    border: 3px solid #E6EEF7;
    background-color: #ffffff;
  }
  .clm-article__offer{
    color: #888888;
    margin-top: 10px;
    text-align: left;
    padding-left: 1.5em;
    position: relative;
  }
  .clm-article__offer::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0
  }
  .clm-article__pointWrap ul{
    margin-top: 10px;
  }
  .clm-article__pointWrap li {
    text-align: left;
    padding-left: 1.5em;
    font-weight: 600;
    position: relative;
  }
  .clm-article__pointWrap li:not(:first-child){
    margin-top: 6px;
  }
  .clm-article__pointWrap li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0
  }
}
/*===== SP =====*/
@media screen and (max-width: 768px) {
  .topics {
    background-color: #ffffff;
  }
  .topics__wrap {
    padding: 16vw 8vw 32vw;
  }
  .topics__header {
    margin-bottom: 12vw;
  }
  .topics__header-title {
    font-size: 7.46666666vw;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 1.33333333vw;
    position: relative;
  }
  .topics__header-title::after {
    content: "";
    background-color: #464646;
    width: 21.33333333vw;
    height: 0.8vw;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .clm-article__timeline__card.is-hidden {
    display: none;
  }
  .clm-article__timeline__card + .clm-article__timeline__card {
    border-top: solid 2px #f0f0f0;
    margin-top: 6.66666666vw;
    padding-top: 8vw;
  }
  .clm-article__timeline__link {
    text-decoration: none;
  }
  .clm-article__timeline__eyecatch-img {
    width: 100%;
  }
  .clm-article__timeline__body {
    padding-top: 2.66666666vw;
  }
  .clm-article__timeline__title {
    font-size: 5.33333333vw;
    font-weight: 600;
    color: #464646;
    line-height: 1.3;
    margin-bottom: 15px;
  }
   .clm-article__timeline__description {
    font-size: 4.26666666vw;
    font-weight: normal;
    color: #464646;
    line-height: 1.5;
  }
  .clm-article__timeline__date {
    color: #464646;
    margin-top: 5.33333333vw;
  }
  .clm-article__timeline__date  + .clm-article__timeline__type{
    margin-top: 2.66666666vw;
  }
  .clm-article__timeline__type {
    display: flex;
    flex-wrap: wrap;
    gap: 2.66666666vw;
    align-items: center;
  }
  .clm-article__timeline__category-item{
    font-weight: 700;
    color: #464646;
    font-size: 4.533vw;
  }
  .clm-article__timeline__sab-category{
    display: flex;
    gap: 2.667vw;
    flex-wrap: wrap;
  }
  .clm-article__timeline__sab-category-item {
    display: inline-block;
    color: #0860A8;
    border: 1px solid #0860A8;
    font-weight: 600;
    text-align: center;
    padding: 0.8vw 2.66666666vw;
  }
  .clm-article__timeline__tags{
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.533vw 2.66666666vw;
    flex-wrap: wrap;
  }
  .clm-article__timeline__tags-item::before{
    content: "#";
  }
  .clm-article__timeline__tags-item{
    color: #464646;
    font-size: 3.2vw;
  }
  .clm-article__timeline__more, .newtopics__more {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6.66666666vw;
    border: solid 2px #0860a8;
    background-color: #ffffff;
    font-size: 4.26666666vw;
    font-weight: 600;
    color: #0860a8;
    text-align: center;
    line-height: 1.0;
    width: 100%;
    height: 13.33333333vw;
    margin-top: 16vw;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    cursor: pointer;
  }
  .clm-article__timeline__more::after, .newtopics__more::after {
    content: "";
    background-image: url(/column/250730_60144_clm-article__timeline_more_icon_01.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 3.73333333vw;
    height: 2.4vw;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5.86666666vw;
  }
  .clm-article__timeline__more.is-btn-hidden, .newtopics__more.is-btn-hidden{
    display: none;
  }
  .clm-article__pointWrap{
    padding:5.333vw;
    background-color: #E6EEF7;
  }
  .clm-article__pointWrap + .clm-article__pointWrap{
    margin-top: 10.667vw;
  }
  .clm-article__pointWrap.--type02{
    background-color: #FFFAEE;
  }
  .clm-article__pointWrap.--type03{
    border: 3px solid #E6EEF7;
    background-color: #ffffff;
  }
  .clm-article__offer{
    color: #888888;
    margin-top: 2.667vw;
    text-align: left;
    padding-left: 1.5em;
    position: relative;
  }
  .clm-article__offer::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0
  }
  .clm-article__pointWrap ul{
    margin-top: 2.667vw;
  }
  .clm-article__pointWrap li {
    text-align: left;
    padding-left: 1.5em;
    font-weight: 600;
    position: relative;
  }
  .clm-article__pointWrap li:not(:first-child){
    margin-top: 1.6vw;
  }
  .clm-article__pointWrap li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0
  }
}

/*====================
  column-cv
====================*/
/*===== PC =====*/
@media screen and (min-width: 769px) {
  .column-cv { margin-top: 60px; }
}
/*===== SP =====*/
@media screen and (max-width: 768px) {
  .column-cv { margin-top: 16vw; }
}

/*====================
  article
====================*/
/*===== PC =====*/
@media screen and (min-width: 769px) {
  .clm-article {
    background-color: #ffffff;
  }
  .clm-article__wrap {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .clm-article__content {
    width: 626px;
    margin-right: auto;
    margin-left: auto;
  }
  .clm-article__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .clm-article__date {
    font-size: 16px;
    color: #888888;
  }
  .clm-article__sns {
    display: flex;
  }
  .clm-article__sns-item {
    width: 100px;
  }
  .clm-article__sns-item + .clm-article__sns-item {
    margin-left: 10px;
  }
  .clm-article__sns-link {
    display: block;
  }
  .clm-article__sns-link:hover {
    opacity: 0.7;
  }
  .clm-article__sns-img {
    width: 100%;
  }
  .clm-article__category {
    font-size: 22px;
    font-weight: 600;
    color: #0860a8;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 10px;
    position: relative;
  }
  .clm-article__category::after {
    content: "";
    background-color: #0860a8;
    width: 80px;
    height: 3px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .clm-article__category-sub {
    font-size: 14px;
    font-weight: normal;
  }
  .clm-article__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    border: solid 2px #0860a8;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    color: #0860a8;
    text-align: center;
    text-decoration: none;
    line-height: 1.0;
    width: 250px;
    height: 50px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    position: relative;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .clm-article__btn::after {
    content: "";
    background-image: url(/column/_share26/rwd/img/260331_63098_article_btn_icon_01.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 9px;
    height: 15px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 22px;
  }
  .clm-article__btn:hover {
    opacity: 0.7;
  }
  .clm-article__h1 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .clm-article__sec{
    padding-top: 60px;
  }
  .clm-article__h2 {
    border-bottom: solid 2px #f0f0f0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-top: 2px;
    padding-bottom: 12px;
    padding-left: 15px;
    position: relative;
  }
  .clm-article__h2::before {
    content: "";
    border-radius: 10px;
    background-color: #0860a8;
    width: 5px;
    height: 82%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .clm-article__h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 2.0;
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .clm-article__txt {
    font-size: 18px;
    line-height: 2.0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .clm-article small {
    font-size: 14px;
  }
  .clm-article figure {
    margin-top: 70px;
    margin-bottom: 35px;
  }
  .clm-article__txt b {
    font-weight: bold;
  }
  .clm-article em {
    background: linear-gradient(transparent 60%, #ffe296 60%);
  }
  .clm-article__link {
    color: #0860a8;
    text-decoration: underline;
    word-break: break-all;
    overflow-wrap: break-word;
  }
  .clm-article__link:hover {
    text-decoration: none;
  }
  .clm-article__banner {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .clm-article__banner-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .clm-article__banner-btn {
    display: block;
    border: solid 1px #dddddd;
    border-radius: 6px;
  }
  .clm-article__banner-btn:hover {
    opacity: 0.7;
  }
}
/*===== SP =====*/
@media screen and (max-width: 768px) {
  .clm-article {
    background-color: #ffffff;
  }
  .clm-article__wrap {
    padding: 8vw;
  }
  .clm-article__meta {
    margin-bottom: 16vw;
  }
  .clm-article__date {
    font-size: 4.26666666vw;
    color: #888888;
  }
  .clm-article__sns {
    display: flex;
    width: 80%;
    margin-top: 4vw;
    margin-left: auto;
  }
  .clm-article__sns-item {
    width: 23%;
  }
  .clm-article__sns-item + .clm-article__sns-item {
    margin-left: 2%;
  }
  .clm-article__sns-link {
    display: block;
  }
  .clm-article__sns-link:hover {
    opacity: 0.7;
  }
  .clm-article__sns-img {
    width: 100%;
  }
  .clm-article__eyecatch-img {
    width: 100%;
  }
  .clm-article__category {
    font-size: 4.8vw;
    font-weight: 600;
    color: #0860a8;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 4vw;
    position: relative;
  }
  .clm-article__category::after {
    content: "";
    background-color: #0860a8;
    width: 21.33333333vw;
    height: 0.8vw;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .clm-article__category-sub {
    font-size: 3.73333333vw;
    font-weight: normal;
  }
  .clm-article__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6.667vw;
    border: solid 2px #0860a8;
    background-color: #ffffff;
    font-size: 4.267vw;
    font-weight: 600;
    color: #0860a8;
    text-align: center;
    text-decoration: none;
    line-height: 1.0;
    width: 67.2vw;
    height: 13.33333333vw;
    margin-top: 16vw;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .clm-article__btn::after {
    content: "";
    background-image: url(/column/_share26/rwd/img/260331_63098_article_btn_icon_01.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 2.4vw;
    height: 4vw;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5.86666666vw;
  }
  .clm-article__h1 {
    font-size: 8.53333333vw;
    margin-top: 6.66666666vw;
    margin-bottom: 8vw;
  }
  .clm-article__sec{
    padding-top: 16vw;
  }
  .clm-article__h2 {
    border-bottom: solid 2px #f0f0f0;
    font-size: 5.86666666vw;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5.33333333vw;
    padding-top: 0.53333333vw;
    padding-bottom: 3.2vw;
    padding-left: 4vw;
    position: relative;
  }
  .clm-article__h2::before {
    content: "";
    border-radius: 2.667vw;
    background-color: #0860a8;
    width: 1.33333333vw;
    height: 82%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .clm-article__h3 {
    font-size: 4.8vw;
    font-weight: 600;
    line-height: 2.0;
    margin-top: 10.66666666vw;
    margin-bottom: 4vw;
  }
  .clm-article__txt {
    font-size: 4.8vw;
    line-height: 2.0;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .clm-article small {
    font-size: 4.26666666vw;
  }
  .clm-article figure {
    margin-top: 16vw;
    margin-bottom: 8vw;
  }
  .clm-article figure img {
    width: 100%;
  }
  .clm-article__txt b {
    font-weight: bold;
  }
  .clm-article em {
    background: linear-gradient(transparent 60%, #ffe296 60%);
  }
  .clm-article__link {
    color: #0860a8;
    text-decoration: underline;
    word-break: break-all;
    overflow-wrap: break-word;
  }
  .clm-article__link:hover {
    text-decoration: none;
  }
  .clm-article__banner {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .clm-article__banner-btn {
    display: block;
    border: solid 1px #dddddd;
    border-radius: 1.333vw;
  }
}
.clm-article__youtube{
  width: 100%;
  aspect-ratio: 16 / 9;
}
.clm-article__youtube iframe {
  width: 100%;
  height: 100%;
}
.clm-article__video{
  width: 100%;
}

/*====================
  table
====================*/
@media screen and (min-width: 769px) {
  .clm-article__table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    margin-top: 10px;
  }
  .clm-article__table th, .clm-article__table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
    vertical-align: top;
    line-height: 1.5;
  }
  .clm-article__table th{
    background-color: #f6f6f6;
    font-weight: bold;
    width: 30%;
    text-align: center;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .clm-article__table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    margin-top: 2.667vw;
  }
  .clm-article__table th, .clm-article__table td {
    border: 1px solid #ccc;
    padding: 2.133vw;
    text-align: left;
    vertical-align: top;
    line-height: 1.5;
  }
  .clm-article__table th{
    background-color: #f6f6f6;
    font-weight: bold;
    width: 30%;
    text-align: center;
    vertical-align: middle;
  }
}

/*====================
  cta
====================*/
/*===== PC =====*/
@media screen and (min-width: 769px) {
  .clm-article__bnr-cv-area{
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .c_rn-trial__inner {
    max-width: 970px;
    margin: 0 auto;
  }

  .c_rn-trial__inner a {
    text-decoration: none;
  }

  .c_rn-trial__box {
    background-color: #2d88d7;
    border-radius: 24px;
    position: relative;
    box-shadow: 0 1vw 3vw rgba(0, 29, 108, 0.20);
    padding: 13px 46px;
    display: flex;
    align-items: center;
  }

  .c_rn-trial__box:hover{
    opacity: 0.7;
  }

  .c_rn-trial__box-description {
    margin-left: 20px;
  }

  .c_rn-trial__box-text {
    margin-bottom: 15px;
  }

  .c_rn-trial__box-title {
    color: #ffffff;
    font-size: 18px;
  }

  .c_rn-trial__box :last-child {
    margin-bottom: 0;
  }

  .c_rn-trial__box-title span {
    font-size: 28px;
    line-height: 1.3;
    display: block;
  }

  .c_rn-trial__box-image {
    width: 298px;
  }

  .c_rn-trial__btn {
    width: 298px;
  }

  .c_rn-trial__btn span {
    background-color: #ffffff;
    border-radius: 25px;
    color: #2886D9;
    font-size: 18px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.5;
    padding: 12px;
    box-shadow: 0 1vw 3vw rgba(0, 29, 108, 0.20);
    position: relative;
  }

  .c_rn-trial__btn .c_rn-trial__btn--cv {
    margin: 0 auto 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6.667vw;
    background-color: #fff039;
    font-size: 4.8vw;
    font-weight: bold;
    color: #585858;
    text-decoration: none;
    line-height: 6.4vw;
    width: 76vw;
    padding: 3.267vw 0 3.667vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 3px 20px rgba(0, 29, 108, 0.15);
    box-shadow: 0 3px 20px rgba(0, 29, 108, 0.15);
    position: relative;
    border-color: #fff039;
  }

  .c_rn-trial__btn span::after {
    content: '';
    display: block;
    background-image: url(/_share/221114_42498_common_rn_btn_icon_arrow_blue.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 19px;
  }

  .c_rn-trial__btn .c_rn-trial__btn--cv::after {
    content: '';
    display: block;
    background-image: url(/_share/221114_42498_common_rn_btn_icon_arrow_black.svg);
    background-repeat: no-repeat;
    width: 2.933vw;
    height: 2.933vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4vw;
  }

  .c-special__thumb-cap{
    width: 100%;
  }

  .clm-article__cta{
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-bottom: 60px;
  }
}

/*===== SP =====*/
@media screen and (max-width: 768px) {
  .clm-article__bnr-cv-area{
    display: flex;
    flex-direction: column;
    gap: 8vw;
  }
  .c_rn-trial__inner a {
    text-decoration: none;
  }

  .c_rn-trial__box {
    background-color: #2d88d7;
    border-radius: 5.33vw;
    position: relative;
    box-shadow: 0 1vw 3vw rgba(0, 29, 108, 0.20);
    padding-top: calc((30/375) * 100vw);
    padding-bottom: calc((30/375) * 100vw);
    padding-right: calc((15/375) * 100vw);
    padding-left: calc((15/375) * 100vw);
  }

  .c_rn-trial__box-text {
    margin-bottom: calc((12/375) * 100vw);
  }

  .c_rn-trial__box-title {
    color: #ffffff;
    font-size: 4.8vw;
  }

  .c_rn-trial__box :last-child {
    margin-bottom: 0;
  }

  .c_rn-trial__box-title span {
    font-size: 7.466vw;
    line-height: 1.55;
  }

  .c_rn-trial__box-image {
    text-align: center;
    margin-bottom: calc((20/375) * 100vw);
  }

  .c_rn-trial__btn span {
    background-color: #ffffff;
    border-radius: 30vw;
    border: 0.5vw solid #005bac;
    color: #2886D9;
    font-size: 4.8vw;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.5;
    padding: 3vw 8vw;
    box-shadow: 0 1vw 3vw rgba(0, 29, 108, 0.20);
    position: relative;
  }

  .c_rn-trial__btn .c_rn-trial__btn--cv {
    margin: 0 auto 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6.667vw;
    background-color: #fff039;
    font-size: 4.8vw;
    font-weight: bold;
    color: #585858;
    text-decoration: none;
    line-height: 6.4vw;
    width: 76vw;
    padding: 3.267vw 0 3.667vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 3px 20px rgba(0, 29, 108, 0.15);
    box-shadow: 0 3px 20px rgba(0, 29, 108, 0.15);
    position: relative;
    border-color: #fff039;
  }

  .c_rn-trial__btn span::after {
    content: '';
    display: block;
    background-image: url(/_share/221114_42498_common_rn_btn_icon_arrow_blue.svg);
    background-repeat: no-repeat;
    width: 2.933vw;
    height: 2.933vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4vw;
  }

  .c_rn-trial__btn .c_rn-trial__btn--cv::after {
    content: '';
    display: block;
    background-image: url(/_share/221114_42498_common_rn_btn_icon_arrow_black.svg);
    background-repeat: no-repeat;
    width: 2.933vw;
    height: 2.933vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4vw;
  }

  .clm-article__cta{
    display: flex;
    flex-direction: column;
    gap: 16vw;
    margin-bottom: 16vw;
  }

  .clm-article__cta .c-special{
    padding: 0 8vw;
  }
}

/*====================
  よくあるご質問
====================*/
@media screen and (min-width: 769px) {
  .clm-article__faq{
    margin-top: 60px;
  }
  .clm-article__faq_ttl{
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .c_rn-acc {}

  .c_rn-acc__item {
    border-top: solid 1px #D0D0D0;
  }

  .c_rn-acc__item:last-child {
    border-bottom: solid 1px #D0D0D0;
  }

  .c_rn-acc__head {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 45px;
    position: relative;
    cursor: pointer;
  }

  .c_rn-acc__head:hover {
    opacity: .7;
  }

  .c_rn-acc__head::after {
    content: "";
    display: block;
    background-image: url(/_share/acc_icon_plus.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
  }

  .c_rn-acc__head.js-c_rn-acc-open::after {
    background-image: url(/_share/acc_icon_minus.svg);
  }

  .c_rn-acc__item--faq .c_rn-acc__head {
    padding-left: 27px;
  }

  .c_rn-acc__item--faq .c_rn-acc__head::before {
    content: "";
    display: block;
    background-image: url(/_share/faq_icon_question.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 0;
  }

  .c_rn-acc__push-box {
    background-color: #D53A35;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 11px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 15px;
  }

  .c_rn-acc__body {
    display: none;
    background-color: #F6F7FA;
    padding: 40px 46px;
  }

  .c_rn-acc__body--white {
    background-color: #fff;
    padding: 0;
  }

  .c_rn-acc__body-cost-list {
    display: inline-block;
    margin-bottom: 15px;
  }

  .c_rn-acc__body-cost-list--white {
    background-color: #fff;
  }

  .c_rn-acc__body-cost-list--gray {
    background-color: #F9F9F9;
  }

  .c_rn-acc__body-cost-list dl {
    display: flex;
    padding: 0 10px;
  }

  .c_rn-acc__body-cost-list dt {
    width: 290px;
    padding: 15px 20px;
    font-weight: bold;
  }

  .c_rn-acc__body-cost-list dt small {
    display: block;
    color: #D53A35;
    font-size: 10px;
  }

  .c_rn-acc__body-cost-list dd {
    padding: 15px 60px 15px 30px;
    width: 580px;
  }

  .c_rn-acc__body-cost-list dd small {
    display: block;
    color: #444444;
    font-size: 10px;
  }

  .c_rn-list__common-item .c_rn-list__common li {
    margin-bottom: 15px;
  }

  .c_rn-acc__body-image {
    margin-bottom: 20px;
  }

  .c_rn-acc__body-image img {
    width: 315px;
  }

  .c_rn-acc__body-image figcaption {
    color: #707070;
    font-size: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .clm-article__faq{
    margin-top: 16vw;
    padding-right: 8vw;
    padding-left: 8vw;
  }
  .clm-article__faq_ttl{
    text-align: center;
    font-weight: 600;
    font-size: 5.867vw;
    margin-bottom: 5.333vw;
  }
  .c_rn-acc {}

  .c_rn-acc__item {
    border-top: solid 1px #D0D0D0;
  }

  .c_rn-acc__item:last-child {
    border-bottom: solid 1px #D0D0D0;
  }

  .c_rn-acc__head {
    font-size: calc((16/375) * 100vw);
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
    padding-top: calc((20/375) * 100vw);
    padding-bottom: calc((20/375) * 100vw);
    padding-right: calc((60/375) * 100vw);
    position: relative;
  }

  .c_rn-acc__head::after {
    content: "";
    display: block;
    background-image: url(/_share/acc_icon_plus.svg);
    background-repeat: no-repeat;
    width: calc((25/375) * 100vw);
    height: calc((25/375) * 100vw);
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: calc((20/375) * 100vw);
    right: calc((15/375) * 100vw);
  }

  .c_rn-acc__head.js-c_rn-acc-open::after {
    background-image: url(/_share/acc_icon_minus.svg);
  }

  .c_rn-acc__item--faq .c_rn-acc__head {
    padding-left: calc((27/375) * 100vw);
  }

  .c_rn-acc__item--faq .c_rn-acc__head::before {
    content: "";
    display: block;
    background-image: url(/_share/faq_icon_question.svg);
    background-repeat: no-repeat;
    width: calc((17/375) * 100vw);
    height: calc((20/375) * 100vw);
    position: absolute;
    top: calc((21/375) * 100vw);
    left: 0;
  }

  .c_rn-acc__push-box {
    background-color: #D53A35;
    color: #ffffff;
    font-weight: bold;
    font-size: 3.2vw;
    padding: 0.6vw 2.966666vw;
    text-align: center;
    border-radius: 1.366667vw;
    display: inline-block;
    margin-bottom: 3.8vw;
  }

  .c_rn-acc__body {
    display: none;
    background-color: #F6F7FA;
    padding-top: calc((30/375) * 100vw);
    padding-bottom: calc((30/375) * 100vw);
    padding-right: calc((15/375) * 100vw);
    padding-left: calc((15/375) * 100vw);
  }

  .c_rn-acc__body--white {
    background-color: #fff;
    padding: 0;
  }

  .c_rn-acc__body-cost-list {
    margin-bottom: calc((20/375) * 100vw);
  }

  .c_rn-acc__body-cost-list--white {
    background-color: #fff;
  }

  .c_rn-acc__body-cost-list--gray {
    background-color: #F9F9F9;
  }

  .c_rn-acc__body-cost-list dl {
    display: flex;
    padding: calc((15/375) * 100vw);
  }

  .c_rn-acc__body-cost-list dt {
    width: calc((105/375) * 100vw);
    margin-right: calc((15/375) * 100vw);
    font-weight: bold;
  }

  .c_rn-acc__body-cost-list dt small {
    display: block;
    color: #D53A35;
    font-size: calc((10/375) * 100vw);
  }

  .c_rn-acc__body-cost-list dd {
    flex-shrink: 100;
  }

  .c_rn-acc__body-cost-list dd small {
    display: block;
    color: #444444;
    font-size: calc((10/375) * 100vw);
  }

  .c_rn-acc__body-image {
    margin-bottom: calc((15/375) * 100vw);
  }

  .c_rn-acc__body-image figcaption {
    color: #707070;
    font-size: calc((10/375) * 100vw);
    margin-top: calc((10/375) * 100vw);
  }
}


/*====================
  上書き
====================*/
/*===== PC =====*/
@media screen and (min-width: 769px) {
  .qat-cv-btn__link{
    max-width: 350px;
  }
  .c-cv__btn-body{
    display: block!important;
  }
  .c-cv__body {
    border-radius: 5px;
    background-color: #f6f6f6;
    padding: 20px;
  }
  .c-trial__btn-link{
    align-items: center;
    border-radius: 5px;
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    color: #005BAC;
    border: 2px solid #005BAC;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    width: 100%;
    padding: 40px;
    position: relative;
    padding: 22px;
    display: block;
  }
  .c-cv__aside{
    margin-top: 30px;
  }
  .c-trial__btn-link:hover{
    opacity: 0.7;
  }
}

/*===== SP =====*/
@media screen and (max-width: 768px) {
  .c-trial__btn-link{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.333vw;
    background-color: #ffffff;
    font-size: 5.333vw;
    font-weight: 700;
    color: #005BAC;
    border: 2px solid #005BAC;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    width: 100%;
    position: relative;
    padding: 5.867vw;
  }
  .c-trial__btn-link::after {
    content: "";
    display: block;
    background-image: url(/column/_share26/rwd/img/btn_icon_arrow_black.svg);
    background-repeat: no-repeat;
    width: 2.66666666vw;
    height: 2.66666666vw;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.13333333vw;
  }
  .c-cv__btn{
    margin-top: 0!important;
  }
}

