@charset "utf-8";
/* CSS Document */
/* index-renewal　ID:20685 */
/* =================================================
 * reset
 * ================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
html {
  /*iOSとWindows phoneの横向き時のテキストサイズ変更を統一する（変更させない）*/
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1;
}
main {
  /*IEバグ対策*/
  display: block;
  background: var(--gray-bg-100);
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
/* フォントサイズが小さくなってしまうので、統一*/
code,
kbd,
samp {
  font-size: 1em;
}
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 見出しを左寄せ */
caption,
th {
  text-align: left;
}
dd {
  word-break: break-all;
}

/* =================================================
  * common 
  * ================================================*/
body {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  line-height: 150%;
  color: #434343;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
header {
  position: fixed;
  z-index: 1000;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
p{
  font-size: var(--fz-s);
  line-height: 1.8;
  margin: 0 0 15px;
  word-break: break-all;
}
strong{
  font-weight: bold;
}
.column-text-area a {
  color: #074d82;
  text-decoration: underline;
}
.column-text-area a.common_cta-button {
  color: #fff;
  text-decoration: none;
}
.ly_cta-btn.ly_cta-btn--center a {
    margin-inline: auto;
}
.m_cta-section {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 540px) auto;
  background-color: #fff;
  border-radius: 10px;
}
.m_cta-section.m_cta-section--column {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 400px) auto;
  background-color: #fff;
  border-radius: 0;
  border: 5px solid #3650D6;
}
.m_cta-section__image {
  max-width: 540px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#column .m_cta-section.m_cta-section--column figure.m_cta-section__image{
  max-width: 400px;
  margin: 0;
}
#column .m_cta-section.m_cta-section--column figure.m_cta-section__image.m_cta-section__image--blue{
  display: grid;
  place-items: center;
  margin: 0;
  background:#3650D6;
}
.m_cta-section__image + .ly_cta-btn{
  margin-top: 15px;
}
.m_cta-section.m_cta-section--column .m_cta-section__content{
  padding: 12px 24px;
}
.column-text-area a.el_cta-btn__link {
  position: relative;
  max-width: max-content;
  min-width: min(100%, 320px);
  width: 100%;
  height: 52px;
  padding: 0 35px;
  background-color: var(--main-900);
  color: #fff;
  font-size: var(--fz-s);
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--main-900);
  border-radius: 50px;
}
.column-text-area a.el_cta-btn__link::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 13px;
  height: 15px;
  mask: url(/asset/new_image/image/icon_cta-arrow-white.svg) no-repeat center / contain;
  -webkit-mask: url(/asset/new_image/image/icon_cta-arrow-white.svg) no-repeat center / contain;
  background-color: #fff;
}
@media (hover: hover) {
  .column-text-area a.el_cta-btn__link:hover {
    background-color: #fff;
    color: var(--main-900);
  }
  .column-text-area a.el_cta-btn__link:hover::after {
    background-color: var(--main-900);
    transform: translateY(-50%) translateX(5px);
  }
}
/* コラム記事内でCTAボタンを使用、文言が多い場合に使用するスタイル */
.column-cta-width-long {
  max-width: 520px;
}


/* =================================================
* NEWstyle汎用
* ================================================*/
main{
  padding-bottom: 30px;
}
.main-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 30px auto;
}
.area-contents img{
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
}
.area-contents{
  font-size: var(--fz-s);
}
.area-contents h2 {
  padding: 30px;
  background-color: var(--gray-bg-100);
  border-left: 10px solid var(--primary-700);
  color: var(--gray-font-700);
  text-align: left;
  font-size: var(--fz-m);
  font-weight: 700;
}
.area-contents h2:not(:first-child) {
  margin-top: 70px;
}
.area-contents h3:not(.m_toc-heading) {
  font-weight: 700;
  font-size: var(--fz-ms);
  color: var(--gray-font-700);
  text-align-last: left;
  padding: 15px 15px 20px 15px;
  border-bottom: 2px dashed var(--sub-500);
}
.area-contents h3:not(:first-child) {
  margin: 30px 0;
}

/* 更新日・カテゴリ */
.m_meta-head{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c8c8c8;
}
.m_meta-head__date{
  position: relative;
  margin: 0;
  padding-left: 15px;
  font-size: 13px;
  color: var(--gray-font-line-500);
  line-height: 1;
}
.m_meta-head__date-modified, .m_meta-head__date-published{
  padding-left: 5px;
}
.m_meta-head__date-modified::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background-image: url(/asset/images/column/icon_update.svg);
}
.m_meta-head__date-published::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  background-image: url(/asset/images/column/icon_publish.svg);
}
.column .area-contents ul.m_meta-head__category{
  height: 18px;
  padding: 0;
}
.column .area-contents ul.m_meta-head__category li {
  margin: 0;
  line-height: 1;
  list-style: none;
}
.m_meta-head__category a {
  padding: 1px 5px 2px 5px;
  font-size: 11px;
  color: var(--sub-500);
  text-decoration: none;
  border: 1px solid var(--sub-500);
  border-radius: 2px;
}
@media (hover: hover) {
  .m_meta-head__category a:hover{
    color: #fff;
    background-color: var(--sub-500);
  }
}

/* この記事でわかること */
.m_summary{
  margin: 40px 0;
}
.m_summary-heading{
  margin: 0;
  padding: 25px 20px;
  font-size: 18px;
  font-weight: 700;
  border-top: 2px solid var(--main-400);
  border-bottom: 2px solid var(--main-400);
}
.column .area-contents ul.m_summary__list{
  margin: 0;
  padding: 20px 20px 20px 50px;
  border-bottom: 2px solid var(--main-300);
}
.column .area-contents ul li.m_summary__item{
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
}
.column .area-contents ul li.m_summary__item:not(:first-of-type){
  margin: 10px 0 0;
}
.m_summary__item::before{
  content: "";
  position: absolute;
  top: 5px;
  left: -30px;
  width: 21px;
  height: 21px;
  border: 2px solid var(--gray-font-line-500);
  border-radius: 50px;
}
.m_summary__item::after{
  content: "";
  position: absolute;
  top: 10px;
  left: -25px;
  width: 11px;
  height: 7px;
  border-left: 2px solid var(--primary-700);
  border-bottom: 2px solid var(--primary-700);
  transform: rotate(-50deg);
}

/*コラム目次エリア*/
.m_toc {
  width: 100%;
  margin: 40px auto;
  background-color: #fafafa;
}
.m_toc a {
  color: var(--gray-font-700);
  text-decoration: underline;
}
.subpage h3.m_toc-heading {
  background: var(--gray-bg-100);
  padding: 25px;
  text-align: left;
  font-weight: 700;
  font-size: var(--fz-ms);
  color: var(--gray-font-700);
  border-top: 3px solid var(--gray-line-300);
  border-bottom: none;
}
.column .area-contents ol, .column .area-contents ul.m_toc__list{
  padding: 30px;
}
.column .area-contents .m_toc ol li {
  position: relative;
  font-size: var(--fz-xs);
  padding-left: 20px;
  list-style: none;
}
.column .area-contents .m_toc ol li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--gray-font-700);
  border-bottom: 1px solid var(--gray-font-700);
  transform: rotate(-45deg);
}
.column .area-contents .m_toc ol li + li {
  margin: 15px 0 0;
}
.column .area-contents .m_toc .m_toc__list-h3{
  margin-bottom: 20px;
  padding: 0;
}
.column .area-contents .m_toc .m_toc__list-h3 li + li{
  margin: 0;
}
.column .area-contents .m_toc .m_toc__list-h3 li:first-of-type{
  margin: 5px 0 0;
}
.column .area-contents .m_toc .m_toc__list-h3 li::before{
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background-color: var(--gray-font-400);
}
.column .area-contents .m_toc .m_toc__list-h3 a{
  position: relative;
  font-size: var(--fz-Xxs);
}
.m_toc-toggle {
  position: relative;
  width: 100%;
  padding: 0 5px 5px;
  background-color: #fafafa;
}
.m_toc-toggle__button {
  width: 100%;
  padding: 10px 0 20px;
  color: var(--gray-font-line-500);
  font-size: var(--fz-xxs);
  font-weight: 700;
  background-color: #fff;
  border: none;
}
.m_toc-toggle__button[aria-expanded="false"]::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translate(-50%);
  width: 32px;
  height: 24px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 12px solid var(--gray-line-300);
}
.m_toc-toggle .m_toc-toggle__button[aria-expanded="true"]::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  width: 32px;
  height: 24px;
  transform: translate(-50%) rotate(180deg);
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 12px solid var(--gray-line-300);
}
.column-list{
  background-color: #fff;
}
.column-list .head1{
  display: grid;
  place-items: center;
  height: 44px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--primary-700);
  background-color: var(--emphases-200);
}
.column-list.pop .head1{
  color: #fff;
  background-color: var(--sub-500);
}
.column-list a{
  color: var(--gray-font-700);
  font-size: 13px;
  text-decoration: underline;
  transition: .3s;
}
.column-list .dl-horizontal dt img{
  max-width: 84px;
  height: auto;
}
.column-list .dl-horizontal{
  display: flex;
  gap: 10px;
  padding: 10px;
  transition: .3s;
}
@media (hover: hover) {
  .column-list .dl-horizontal:hover {
    background-color: var(--main-100);
  }
  .column-list .dl-horizontal:hover a {
    text-decoration: none;
  }
}
.column-list .dl-horizontal:not(:last-of-type){
  border-bottom: 1px solid var(--gray-line-300);
}
.column-list .dl-horizontal dt {
  width: 84px;
  flex-shrink: 0;
}
.column-list .dl-horizontal dd {
  width: 100%;
  margin: 0;
}
.column-list .date {
  display: block;
  margin: 5px 0 0;
  font-weight: normal;
  font-size: 13px;
}
.column-list-tab__list {
  display: flex;
  justify-content: center;
}
.column-list-tab__item {
  margin: 0 2px;
  background: #edf3f4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.column-list-tab__link {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 14px 20px;
  font-size: 115%;
  font-weight: bold;
}
.column-list-tab__link::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 46%;
  width: 9px;
  height: 9px;
  border-left: #074d82 2px solid;
  border-bottom: #074d82 2px solid;
  transform: rotate(-45deg);
}
.column-list-content__heading-l::after {
  width: 100%;
}
.column-list-content__list {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.column-list-content__figure {
  overflow: hidden;
}
.column-list-content__item {
  position: relative;
  width: 31.5%;
  min-height: 348px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 3px 0 rgba(141, 141, 141, 0.12), 0 2px 4px 0 rgba(108, 108, 108, 0.22);
  transition: 0.2s ease-in-out;
}
.column-list-content__item:hover {
  cursor: pointer;
}
.column-list-content__link {
  display: block;
  height: 100%;
}
.column-list-content__image {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.column-list-content__item:hover {
  transform: translateY(-7px);
}
.column-list-content__title {
  padding: 15px;
  font-size: 115%;
  font-weight: bold;
}
.column-list-content__day {
  position: absolute;
  bottom: 8px;
  display: block;
  margin-left: 15px;
  padding: 15px 15px 15px 30px;
  font-size: 120%;
}
.column-list-content__day::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/asset/images/column/icon_clock.svg) 0 0 no-repeat;
  background-size: cover;
}
.column-list-content-more {
  padding-bottom: 60px;
}
.column-list-content-more__link {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 31.5%;
  padding: 15px;
  text-align: center;
  font-size: 115%;
  font-weight: bold;
  color: #074d82;
  background: #fff;
  border: 2px solid #074d82;
  transition: 0.2s;
}
.column-list-content-more__text {
  position: relative;
  z-index: 1;
}
.column-list-content-more__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #074d82;
  z-index: 0;
  transition: all 0.2s ease-out;
}
.column-list-content-more__link::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 5%;
  width: 9px;
  height: 9px;
  border-left: #074d82 2px solid;
  border-bottom: #074d82 2px solid;
  transform: rotate(-135deg);
}
.column-list-content-more__link:hover {
  color: #fff;
}
.column-list-content-more__link:hover::before {
  width: 100%;
}
.column-list-content-more__link:hover::after {
  border-left: #fff 2px solid;
  border-bottom: #fff 2px solid;
}
.column-main {
  position: relative;
}
.column-main__box {
  width: 56%;
  margin: 10px 30px 10px 0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(141, 141, 141, 0.12), 0 0 4px 0 rgba(108, 108, 108, 0.22);
}
.column-main__link {
  display: flex;
}
.column-main__left {
  min-width: 400px;
  max-width: 400px;
}
.column-main__right {
  padding: 30px 25px 0 25px;
}
.column-main__category {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px;
  color: #074d82;
  font-size: 110%;
  font-weight: bold;
  border-radius: 15px;
  border: 2px solid #074d82;
}
.column-main__title {
  margin-bottom: 20px;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.4;
}
.column-main__day {
  position: relative;
  padding-left: 30px;
  font-size: 125%;
}
.column-main__day::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/asset/images/column/icon_clock.svg) 0 0 no-repeat;
  background-size: cover;
}
.column-list-tab__title {
  display: none;
}
.column-category {
  width: 100%;
}
.column-category__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 30px 0 60px;
}
.column-category__item {
  position: relative;
  min-height: 348px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 3px 0 rgba(141, 141, 141, 0.12), 0 2px 4px 0 rgba(108, 108, 108, 0.22);
  transition: 0.2s ease-in-out;
}
.column-category__item:hover {
  transform: translateY(-7px);
}
.column-category__link {
  display: block;
  height: 100%;
}
.column-category__image {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.column-category__title {
  padding: 15px;
  font-size: 115%;
  font-weight: bold;
}
.column-category__day {
  position: absolute;
  bottom: 8px;
  display: block;
  margin-left: 15px;
  padding: 15px 15px 15px 30px;
  font-size: 120%;
}
.column-category__day::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/asset/images/column/icon_clock.svg) 0 0 no-repeat;
  background-size: cover;
}
/* flickity */
.flickity-prev-next-button.previous {
  left: 20%;
}
.flickity-prev-next-button.next {
  right: 20%;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 20%;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 20%;
}
.flickity-button {
  background: none;
}
.flickity-button-icon {
  fill: #074d82;
}
/* flickity end */

/*****************************/
/*            MD             */
/*****************************/
/* column-md-card start */
.column-md-card__link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  width: 100%;
  color: #434343;
  border-top: 5px solid #f39800;
  border-radius: 0 0 10px 10px;
  box-shadow: 1px 1px 1px #d5e0df;
  background-color: #fef5e5;
  text-decoration: none;
  transition: .3s;
}
.column-text-area a.column-md-card__link{
  text-decoration: none;
  color: #434343;
}
@media (hover: hover) {
  .column-md-card__link:hover {
    opacity: 0.8;
  }
}
.column-md-card__logo{
  max-width: 24%;
  width: 100%;
}
.column-md-card__title{
  margin-bottom: 20px;
  font-size: 130%;
  font-weight: bold;
}
.column-md-card__arrow{
  position: relative;
  margin-bottom: 0;
  padding-right: 15px;
  text-align: right;
  font-size: 100%;
}
.column-md-card__arrow::after{
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #f39800;
  border-right: solid 2px #f39800;
  transform: rotate(45deg);
}
/* column-md-card end */

/* column-md-banner start */
.column-md-banner__link{
  transition: 0.3s;
}
@media (hover: hover) {
  .column-md-banner__link:hover{
    opacity: 0.8;
  }
}
/* column-md-banner end */

/* column-md-cta start */
.column-md-cta__link{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  border-top: 3px solid #f39800;
  transition: .3s;
}
.column-text-area a.column-md-cta__link{
  text-decoration: none;
}
.column-md-cta__left{
  width: 30%;
  height: 100%;
}
.column-md-cta__image{
  width: 80%;
  margin: 0 auto;
}
.column-md-cta__right{
  width: 70%;
  padding: 20px;
  background: #fff5e2;
  border-right: 3px solid #fff0d6;
  border-bottom: 3px solid #fff0d6;
}
.column-md-cta__lead{
  color: #f39800;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.6;
}
.column-md-cta__button{
  margin: 20px auto 0;
  max-width: 450px;
  width: 70%;
  padding: 10px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 2px 4px #cccccc;
  background: -moz-linear-gradient(right, #19af93, #148880);
  background: -webkit-linear-gradient(right, #19af93, #148880);
  background: linear-gradient(to right, #19af93, #148880);
  border-radius: 52px;
}
@media (hover: hover) {
  .column-md-cta__link:hover .column-md-cta__button{
    background: -moz-linear-gradient(right, #d88000, #c74f2d);
    background: -webkit-linear-gradient(right, #d88000, #c74f2d);
    background: linear-gradient(to right, #d88000, #c74f2d);
  }
}
/* column-md-cta end */
@media screen and (max-width: 1024px) {
  .m_cta-section.m_cta-section--column {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  #column .m_cta-section.m_cta-section--column figure.m_cta-section__image.m_cta-section__image--blue {
    width: 100%;
    max-width: 100%; /* 念のため */
    justify-self: stretch; /* Grid環境でも横幅いっぱいに広げる */
  }
  .ly_section-inner-700.column_section-inner-sp-400{
    max-width: 400px;
  }
  .m_cta-section__image .hl_display-pc{
    display: none;
  }
  .m_cta-section__image .hl_display-sp{
    display: block;
  }
}
@media screen and (max-width: 820px) {
  main{
    background: none;
  }
  .main-inner.col-2 {
    padding: 10px 50px;
  }
  .area-contents{
    width: 100%;
    padding: 0;
  }
  .area-sidebar {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .area-contents h2 {
    margin-bottom: 20px;
    padding: 20px 24px;
    font-size: var(--fz-ms);
  }
  .area-contents h2:not(:first-child) {
    margin-top: 15px;
  }
  .column-list.pop{
    margin-bottom: 30px;
  }
  .column-list .dl-horizontal:last-of-type {
    border-bottom: 1px solid var(--gray-line-300);
  }
  .column-md-card__link{
    flex-direction: column;
    gap: 10px;
  }
  .column-md-card__logo{
    max-width: 50%;
  }
  .column-md-card__title{
    margin-bottom: 12px;
    text-align: center;
    font-size: 120%;
    line-height: 1.4;
  }
  .column-md-cta__left{
    display: none;
  }
  .column-md-cta__right{
    width: 100%;
  }
  .column-md-cta__lead{
    font-size: 95%;
  }
  .column-md-cta__button{
    font-size: 95%;
  }
}
/*****************************/
/*           MD end          */
/*****************************/

@media screen and (max-width: 2000px) {
  .column-main__title {
    font-size: 140%;
  }
  .column-main__box {
    width: 66%;
  }
  .flickity-prev-next-button.previous {
    left: 15%;
  }
  .flickity-prev-next-button.next {
    right: 15%;
  }
  /* right to left */
  .flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 15%;
  }
  .flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 15%;
  }
}
@media screen and (max-width: 1280px) {
  .column-main__box {
    width: 70%;
  }
  .flickity-prev-next-button.previous {
    left: 12%;
  }
  .flickity-prev-next-button.next {
    right: 12%;
  }
  /* right to left */
  .flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 12%;
  }
  .flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 12%;
  }
  .column-main__title {
    font-size: 120%;
  }
  .column-main__right {
    padding: 20px;
  }
  .column-list-tab__link {
    padding: 10px 10px 20px;
    font-size: 90%;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .flickity-prev-next-button.previous {
    left: 11%;
  }
  .flickity-prev-next-button.next {
    right: 11%;
  }
  /* right to left */
  .flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 11%;
  }
  .flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 11%;
  }
  .column-main__category {
    font-size: 100%;
  }
  .column-main__title {
    font-size: 115%;
  }
  .column-main__left {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
  }
  .column-main__link {
    flex-direction: column;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
  }
  .column-main__image {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .column-list-tab__title {
    display: block;
    padding-bottom: 20px;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: #074d82;
  }
  .column-list-tab__list {
    flex-wrap: wrap;
    margin: 0 10px 30px;
  }
  .column-list-tab__item {
    width: 160px;
    margin: 0 2px 5px;
    border-radius: 5px;
  }
  .column-category__item {
    width: 100%;
    margin-bottom: 5px;
    min-height: inherit;
  }
  .column-category__link {
    display: flex;
  }
  .column-category__figure {
    width: 35%;
    display: grid;
    place-content: center;
  }
  .column-category__image {
    border-radius: 0;
  }
  .column-category__text {
    width: 65%;
  }
  .column-category__title {
    padding: 10px;
    font-size: 95%;
  }
  .column-category__day {
    position: relative;
    margin-left: 15px;
    padding: 0 15px 10px 20px;
    font-size: 95%;
    bottom: inherit;
  }
  .column-category__day::before {
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
  }
  .column-category__list {
    padding-top: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
@media screen and (max-width: 820px) {
  .main-inner{
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .column-list-content__heading-l {
    margin-bottom: 40px;
    font-size: 140%;
  }
  .common_heading-l::after {
    bottom: -15px;
  }
  .column-list-content__list {
    flex-direction: column;
    padding: 0 0 20px;
  }
  .column-list-content__item {
    width: 100%;
    min-height: inherit;
    margin-bottom: 10px;
  }
  .column-list-content__link {
    display: flex;
  }
  .column-list-content__figure {
    width: 35%;
    display: grid;
    place-content: center;
  }
  .column-list-content__image {
    padding-left: 10%;
    border-radius: 0;
  }
  .column-list-content__text {
    width: 65%;
  }
  .column-list-content__title {
    padding: 10px;
    font-size: 95%;
  }
  .column-list-content__day {
    position: relative;
    bottom: inherit;
    margin-left: 15px;
    padding: 0 15px 10px 20px;
    font-size: 95%;
  }
  .column-list-content__day::before {
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
  }
  .column-list-content-more {
    padding-bottom: 40px;
  }
  .column-list-content-more__link {
    width: 80%;
    padding: 10px 15px;
  }
}
.column-highlight{
  margin: 20px 0;
  padding: 30px;
  text-align: center;
  background: #f5f6fa;
}
.column-highlight__title{
  position: relative;
  display: inline;
  text-align: center;
  font-weight: bold;
  color: #3a48a6;
}
.column-highlight__title::before{
  position: absolute;
  left: -20px;
  top: 0;
  content: '';
  width: 2px;
  height: 100%;
  background-color: #3a48a6;
  border-radius: 3px;
  transform: rotate(-30deg);
}
.column-highlight__title::after{
  position: absolute;
  right: -20px;
  top: 0;
  content: '';
  width: 2px;
  height: 100%;
  background-color: #3a48a6;
  border-radius: 3px;
  transform: rotate(30deg);
}
.column-highlight__text{
  margin: 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  p{
    font-size: var(--fz-m);
  }
  .m_summary-heading{
    padding: 20px;
    font-size: var(--fz-ms);
  }
  .m_summary__item::before{
    top: 4px;
    left: -30px;
    width: 18px;
    height: 18px;
  }
  .m_summary__item::after{
    top: 10px;
    left: -25px;
    width: 9px;
    height: 5px;
  }
  .column .area-contents ul li.m_summary__item{
    font-size: var(--fz-s);
  }
  .column .area-contents ul.m_summary__list {
    padding: 10px 10px 10px 40px;
  }
  .subpage h3.m_toc-heading{
    margin: 0;
  }
  .column .area-contents ol, .column .area-contents ul.m_toc__list{
    padding: 18px;
  }
  .column-highlight__title {
    padding: 0 15px;
    display: block;
    font-size: 95%;
  }
  .column-highlight__title::before{
    left: 0;
  }
  .column-highlight__title::after{
    right: 0;
  }
  .column-highlight__text{
    font-size: 90%;
    text-align: left;
  }
  .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-scroll table {
    min-width: 800px;
    border-collapse: collapse;
    width: 100%;
  }
  .table-scroll td, 
  .table-scroll th {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
@media screen and (max-width: 430px) {
  .main-inner.col-2 {
    padding: 10px 15px;
  }
}