@charset "utf-8";

/* ======================================================
 * ktmt.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- ktmt-hero-layout ----- */
  .ktmt-hero-layout {
    position: relative;
    width: 100%;
  }
  .ktmt-hero-layout .hero_title {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: absolute;
    top: 8.8%;
    left: 7%;
    line-height: 1.1;
    font-size: 3.8rem;
    font-weight: 700;
    color: #002a4e;
  }
  .ktmt-hero-layout .hero_title_sub {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: absolute;
    top: 10.8%;
    left: 56.6%; 
    line-height: 1.1;
    font-size: 2.6rem;
    font-weight: 700;
    color: #002a4e;
  }
  .ktmt-hero-layout .hero_guide-box {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: absolute;
    bottom: 6.6%;
    right: 2.5%;
    padding: 10px 30px 10px 20px;
    background-color: #d1e9bd;
    border-radius: 10px;
  }
  .ktmt-hero-layout .hero_guide-box .hero_guide-lead {
    font-size: 2.0rem;
    font-weight: 700;
    color: #002a4e;
  }
  .ktmt-hero-layout .hero_guide-box .hero_guide-list {
    font-size: 1.6rem;
    font-weight: 700;
    color: #002a4e;
  }
  .ktmt-hero-layout .hero_guide-box .hero_guide-list > li {
    position: relative;
    padding-left: 11px;
  }
  .ktmt-hero-layout .hero_guide-box .hero_guide-list > li > span {
    position: absolute;
    top: 1.2em;
    left: 0;
    transform: translateY(-50%);
    font-size: 1rem;
  }
  
  /* ----- ktmt-intro-layout_v1 ----- */
  .ktmt-intro-layout_v1 {
    background: #f4f5ec;
    padding: 25px 8.333% 45px;
  }
  .ktmt-intro-layout_v1 .ktmt-release-date {
    margin: 0 -7% 10px 0;
    text-align: right;
  }
  .ktmt-intro-layout_v1 .ktmt-heading_lv2 {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    position: relative;
    background: url("/sp/ktmt/img/ktmt_bg01.png") no-repeat center bottom;
  }
  .ktmt-intro-layout_v1 .ktmt-heading_lv2 span {
    display: inline-block;
    padding-left: 1.5em;
    font-size: 3.8rem;
    font-weight: 700;
    color: #002a4e;
  }
  .ktmt-intro-layout_v1 .ktmt-heading_lv2 .ktmt-heading_icon {
    position: absolute;
    top: 12%;
    left: 5%;
    width: 64px;
  }
  .ktmt-intro-layout_v1 .intro-read {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-left: 1.8em;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    color: #002a4e;
  }
  .ktmt-intro-layout_v1 .intro-read .font-large {
    font-size: 3.8rem;
  }
  .ktmt-intro-layout_v1 .intro-img_col {
    display: -webkit-flex;
    display: flex;
    margin-top: 40px;
  }
  .ktmt-intro-layout_v1 .intro-img_col .intro-img_item {
    position: relative;
  }
  .ktmt-intro-layout_v1 .intro-img_col .intro-img_item:nth-child(1) { 
    width: 12.6%;
    margin-right: 5.8%;
  }
  .ktmt-intro-layout_v1 .intro-img_col .intro-img_item:nth-child(2) {
    width: 25.3%;
    margin-right: 5.8%;
  }
  .ktmt-intro-layout_v1 .intro-img_col .intro-img_item:nth-child(3) {
    width: 50.5%;
  }
  .ktmt-intro-layout_v1 .intro-img_col .intro-img_item:not(:last-child)::after {
    position: absolute;
    display: block;
    top: 34%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.5px 0 13.5px 28px;
    border-color: transparent transparent transparent #002a4e;
  }
  .ktmt-intro-layout_v1 .intro-img_col .intro-img_item:nth-child(1)::after { 
    right: -35.4%;
  }
  .ktmt-intro-layout_v1 .intro-img_col .intro-img_item:nth-child(2)::after { 
    right: -17.7%;
  }
  .ktmt-intro-layout_v1 .intro-img_col .intro-img_item figure > figcaption {
    margin: 10px -20px 0;
    text-align: center;
  }
  
  /* ----- ktmt-intro-layout_v2 ----- */
  .ktmt-intro-layout_v2 {
    margin-top: 55px;
  }
  .ktmt-intro-layout_v2 .ktmt-heading_lv2 {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    position: relative;
    background: url("/sp/ktmt/img/ktmt_bg01.png") no-repeat center bottom;
  }
  .ktmt-intro-layout_v2 .ktmt-heading_lv2 span {
    display: inline-block;
    font-size: 3.8rem;
    font-weight: 700;
    color: #002a4e;
  }
  .ktmt-intro-layout_v2 .intro-column-media {
    margin-top: 24px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_detail {
    width: 40%;
    margin-left: 8.333%;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_detail .detail-inner_column {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_detail .detail-inner_column .detail-inner_item:not(:last-child) {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 27%;
    padding: 25px 0;
    background-color: #a89b92;
    border-radius: 999px;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_detail .detail-inner_column .detail-inner_item:last-child {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 35.4%;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_detail .detail-inner_column .detail-inner_item .detail-inner_list >li {
    position: relative;
    padding-left: 0.75em;
    font-size: 2.6rem;
    font-weight: 700;
    color: #002a4e;
    line-height: 1.6;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_detail .detail-inner_column .detail-inner_item .detail-inner_list > li > span {
    position: absolute;
    display: inline-block;
    top: 0.4em;
    left: 0;
    font-size: 1.8rem;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_detail .detail_strong {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    margin-top: 60px;
    padding: 4px;
    background-color: #ed6e00;
    text-align: center;
    font-size: 4.2rem;
    font-weight: 700;
    color: #fff;
    border-radius: 12px;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_media {
    width: 48.333%;
    padding: 0 15px;
  }
  
  /* ----- column-media ----- */
  .column-media .image-wrap + .image-wrap {
    margin-top: 20px;
  }
  .column-media .image-wrap .image_lead {
    font-weight: 700;
  }
  .column-media .image-wrap .image-set {
    padding: 0 15px;
  }
  .column-media .image-wrap .image_lead + * {
    margin-top: 10px;
  }
  /* ----- box-layout ----- */
  /* type-ktmt */
  .box-layout-v5.type-ktmt {
    margin-top: 80px;
  }
  .box-layout-v5.type-ktmt > .box_title {
    border-bottom: 2px solid #ddd;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .box-layout-v5.type-ktmt > .box_title::before {
    top: .75em;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .ktmt-hero-layout .hero_title {
    font-size: 3.5rem;
  }
  .ktmt-hero-layout .hero_title_sub {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .ktmt-hero-layout .hero_title {
    font-size: 3.2rem;
  }
  .ktmt-hero-layout .hero_title_sub {
    font-size: 2.2rem;
  }
  .ktmt-intro-layout_v1 .ktmt-heading_lv2 .ktmt-heading_icon {
    top: 8%;
    left: 0;
  }
  .ktmt-intro-layout_v1 .intro-img_col .intro-img_item:not(:last-child)::after {
    top: 30%;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_detail .detail-inner_column .detail-inner_item:not(:last-child) {
    font-size: 2.2rem;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_detail .detail-inner_column .detail-inner_item .detail-inner_list > li {
    font-size: 2.2rem;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_detail .detail-inner_column .detail-inner_item .detail-inner_list > li > span {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .ktmt-hero-layout .hero_title {
    font-size: 2.8rem;
  }
  .ktmt-hero-layout .hero_title_sub {
    font-size: 2rem;
  }
  .ktmt-intro-layout_v1 .ktmt-heading_lv2 span {
    font-size: 3.4rem;
  }
  .ktmt-intro-layout_v1 .ktmt-heading_lv2 .ktmt-heading_icon {
    top: 8%;
    left: 0;
    width: 50px;
  }
  .ktmt-intro-layout_v1 .intro-img_col .intro-img_item:not(:last-child)::after {
    top: 27%;
  }
  .ktmt-intro-layout_v1 .intro-img_col .intro-img_item:nth-child(1)::after {
    right: -40%;
  }
  .ktmt-intro-layout_v1 .intro-img_col .intro-img_item:nth-child(2)::after {
    right: -20%;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_detail .detail-inner_column .detail-inner_item:not(:last-child) {
    padding: 16px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 840px) {
}
/* **
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
** */

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- ktmt-hero-layout ----- */
  .ktmt-hero-layout {
    position: relative;
    margin: 0 -15px;
  }
  .ktmt-hero-layout .hero_title {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: absolute;
    top: 3.5%;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    font-size: 2.8rem;
    font-weight: 700;
    color: #002a4e;
  }
  .ktmt-hero-layout .hero_title_sub {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: absolute;
    top: 21.4%;
    width: 100%;
    text-align: center;
    line-height: 1.1;
    font-size: 1.8rem;
    font-weight: 700;
    color: #002a4e;
  }
  .ktmt-hero-layout .hero_guide-box {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 15px 15px 0;
    padding: 10px 30px 10px 20px;
    background-color: #d1e9bd;
    border-radius: 10px;
  }
  .ktmt-hero-layout .hero_guide-box .hero_guide-lead {
    font-size: 1.8rem;
    font-weight: 700;
    color: #002a4e;
  }
  .ktmt-hero-layout .hero_guide-box .hero_guide-list {
    font-size: 1.4rem;
    font-weight: 700;
    color: #002a4e;
  }
  .ktmt-hero-layout .hero_guide-box .hero_guide-list > li {
    position: relative;
    padding-left: 11px;
  }
  .ktmt-hero-layout .hero_guide-box .hero_guide-list > li > span {
    position: absolute;
    top: 1em;
    left: 0;
    transform: translateY(-50%);
    font-size: 1rem;
  }
  /* ----- ktmt-intro-layout_v1 ----- */
  .ktmt-intro-layout_v1 {
    background: #f4f5ec;
    margin: 15px -15px 0;
    padding: 15px 15px 12px;
  }
  .ktmt-intro-layout_v1 .ktmt-release-date {
    margin-bottom: 12px;
    text-align: right;
  }
  .ktmt-intro-layout_v1 .ktmt-heading_lv2 {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    position: relative;
    background: url("/sp/ktmt/img/ktmt_bg01-r2x.png") no-repeat center bottom/contain;
  }
  .ktmt-intro-layout_v1 .ktmt-heading_lv2 span {
    display: inline-block;
    padding: 0 0 2px 1.7em;
    font-size: 2.5rem;
    font-weight: 700;
    color: #002a4e;
  }
  .ktmt-intro-layout_v1 .ktmt-heading_lv2 .ktmt-heading_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 11.16%;
    max-width: 39px;
  }
  .ktmt-intro-layout_v1 .intro-read {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
    color: #002a4e;
  }
  .ktmt-intro-layout_v1 .intro-read .font-large {
    font-size: 2.5rem;
  }
  .ktmt-intro-layout_v1 .intro-img_col {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 15px;
  }
  .ktmt-intro-layout_v1 .intro-img_col .intro-img_item {
    position: relative;
    width: 100%;
  }
  .ktmt-intro-layout_v1 .intro-img_col .intro-img_item:not(:first-child) {
    margin-top: 45px;
  }
  .ktmt-intro-layout_v1 .intro-img_col .intro-img_item figure {
    margin: auto;
    text-align: center;
  }
  .ktmt-intro-layout_v1 .intro-img_col .intro-img_item:nth-child(1) figure { 
    width: 32%;
  }
  .ktmt-intro-layout_v1 .intro-img_col .intro-img_item:nth-child(2) figure {
    width: 64%;
  }
  .ktmt-intro-layout_v1 .intro-img_col .intro-img_item:nth-child(3) figure {
    width: 100%;
  }
  .ktmt-intro-layout_v1 .intro-img_col .intro-img_item:not(:last-child)::after {
    position: absolute;
    display: block;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 12px 0 12px;
    border-color: #002a4e transparent transparent transparent;
  }
  .ktmt-intro-layout_v1 .intro-img_col .intro-img_item figure > figcaption {
    margin: 10px -40px 0;
    text-align: center;
  }
  
  /* ----- ktmt-intro-layout_v2 ----- */
  .ktmt-intro-layout_v2 {
    margin-top: 15px;
  }
  .ktmt-intro-layout_v2 .ktmt-heading_lv2 {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    position: relative;
    background: url("/sp/ktmt/img/ktmt_bg01-r2x.png") no-repeat center bottom/contain;
  }
  .ktmt-intro-layout_v2 .ktmt-heading_lv2 span {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #002a4e;
  }
  .ktmt-intro-layout_v2 .intro-column-media {
    margin-top: 20px;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_detail {
    width: 100%;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_detail .detail-inner_column {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_detail .detail-inner_column .detail-inner_item:not(:last-child) {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 27%;
    max-width: 94px;
    padding: 19px 0;
    background-color: #a89b92;
    border-radius: 999px;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_detail .detail-inner_column .detail-inner_item:last-child {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 35.4%;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_detail .detail-inner_column .detail-inner_item .detail-inner_list > li {
    position: relative;
    padding-left: 0.75em;
    font-size: 1.9rem;
    font-weight: 700;
    color: #002a4e;
    line-height: 1.6;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_detail .detail-inner_column .detail-inner_item .detail-inner_list > li > span {
    position: absolute;
    display: inline-block;
    top: 0.3em;
    left: 0;
    font-size: 1.4rem;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_detail .detail_strong {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    margin-top: 44px;
    padding: 6px;
    background-color: #ed6e00;
    text-align: center;
    font-size: 3.0rem;
    font-weight: 700;
    color: #fff;
    border-radius: 12px;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_media {
    width: 100%;
    margin-top: 20px;
  }
  
  /* ----- column-media ----- */
  .column-media .image-wrap + .image-wrap {
    margin-top: 15px;
  }
  .column-media .image-wrap .image_lead {
    font-weight: 700;
  }
  .column-media .image-wrap .image_lead + * {
    margin-top: 5px;
  }
  
  /* ----- box-layout ----- */
  /* type-ktmt */
  .box-layout-v5.type-ktmt {
    margin-top: 40px;
  }
  .box-layout-v5.type-ktmt > .box_title {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .box-layout-v5.type-ktmt > .box_title::before {
    top: .75em;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 374px) {
  .ktmt-intro-layout_v1 .ktmt-heading_lv2 span,
  .ktmt-intro-layout_v2 .ktmt-heading_lv2 span {
    font-size: 2.1rem;
  }
  .ktmt-intro-layout_v1 .ktmt-heading_lv2 .ktmt-heading_icon {
    left: 3%;
    width: 10%;
  }
}
@media only screen and (max-width: 360px) {
  .ktmt-intro-layout_v2 .intro-column-media .col_detail .detail-inner_column .detail-inner_item:not(:last-child) {
    padding: 16px 0;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_detail .detail-inner_column .detail-inner_item .detail-inner_list > li {
    font-size: 1.6rem;
  }
  .ktmt-intro-layout_v2 .intro-column-media .col_detail .detail-inner_column .detail-inner_item .detail-inner_list > li > span {
    top: 0.3em;
    font-size: 1.0rem;
  }
}
@media only screen and (min-width: 440px) and (max-width: 767px) {
  .ktmt-hero-layout .hero_title {
    font-size: 3.2rem;
  }
  .ktmt-hero-layout .hero_title_sub {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 667px) and (max-width: 767px) {
  .ktmt-hero-layout .hero_title {
    font-size: 5.2rem;
  }
  .ktmt-hero-layout .hero_title_sub {
    top: 27.4%;
    font-size: 3.0rem;
  }
}
/* **
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
** */

/* ======================================================
 * Print
====================================================== */
@media print {
}