@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
a {
    text-decoration: none;
    color: inherit;
}
#a-site_contents {
    max-width: 1064px;
    padding-inline: 20px;
    margin: 0 auto;
}
/* .a-billboard .site_frame {
    padding-inline: 20px;
} */

/* SP固定ボタン */
.sticky-wrap {
   position: fixed;
   right: 0;
   bottom: 50%;
   width: 200px;
   display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    z-index: 1000;
}
.red-button {
   display: flex;
   justify-content: center;
   align-items: center;
    background-color: #de3333;
    font-size: 12px;
    padding: 15px 0;
    text-align: center;
    height: 48px;
}
.red-button a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
.blue-button {
    display: flex;
   justify-content: center;
   align-items: center;
    background-color: #1c4587;
    font-size: 12px;
    padding: 15px 0;
    height: 48px;
}
.blue-button a {
     display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
.red-button,
.blue-button {
    transition: 0.3s;
}

.red-button:hover,
.blue-button:hover {
    opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .sticky-wrap {
    position: fixed;
    right: auto;
    left: 0;
    bottom: 3%;
    right: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
}

.video-wrap iframe {
    max-width: 700px;
    margin: 0 auto;
    aspect-ratio: 800 / 452;
}
@media screen and (max-width: 768px) {
    .video-wrap iframe {
         max-width: 300px;
    }
}
.video-wrap p {
    font-size: 17px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .video-wrap p {
        font-size: 14px;
    }
}

.cssskin-_block_main {
    margin-top: 100px;
    margin-bottom: 80px;
}
.cssskin-_block_main {
    margin-top: 80px!important;
    margin-bottom: 80px!important;
}
.grid-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #2ca6b0;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #F1F7FD;
}

.grid-menu li {
  border-right: 1px solid #2ca6b0;
  border-bottom: 1px solid #2ca6b0;
}

.grid-menu li:nth-child(4n) {
  border-right: none;
}

.grid-menu li:nth-last-child(-n + 4) {
  border-bottom: none;
}

.grid-menu a {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  height: 80px;
  text-decoration: none;
  color: #2ca6b0;
  padding: 10px;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.grid-menu a span {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%; /* 16px */
    letter-spacing: 0.64px;
}

.grid-menu a span::before {
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: currentColor;
  mask: url("img_202602/arrow.svg") no-repeat center / contain;
  -webkit-mask: url("img_202602/arrow.svg") no-repeat center / contain;
  /* background: url("img_202602/arrow.svg") no-repeat center / contain; */
}

.grid-menu .column {
    display: flex;
    flex-direction: column;

}

.grid-menu a:hover {
  color: #fff;
  background: #2ca6b0;
  opacity: 1;
}

.grid-menu .small {
  font-size: 10px;
  /* margin-top: 4px; */
}

/* hover */
.grid-menu a:hover {
  background: #2ca6b0;
  color: #fff;
}

.-dress_fluoroblue .c-title {
    background-color: #3E8ECA;
    color: #fff;
    font-size: 32px;
    padding: 18px 10px;
    border-radius: 0;
    font-weight: 700;
    line-height: normal;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 24px auto;
    box-shadow: none;
    border: none;
}
@media screen and (max-width: 768px) {
    .-dress_fluoroblue .c-title {
        font-size: 16px;
    }
}

.-dress_fluoroblue .c-note {
    color: #3E8ECA;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: 0.64px;
}
@media screen and (max-width: 768px) {
    .-dress_fluoroblue .c-note {
        font-size: 14px;
    }
}

/* page-index */
.column_wrap-1 {
    position: relative;
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
    .column_wrap-1 {
        margin-top: 40px;
    }
}

.page-index {
    position: relative;
    padding-left: 60px;
    padding: 40px;
    margin: 0 auto 80px;
    background-color: #DEF0FF;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .page-index {
        padding: 40px 10px 40px 30px;
        margin: 0 auto;
    }
}
.page-index::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: calc(50vw - 50%);
    background-color: #DEF0FF;
}
.page-index::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: calc(50vw - 50%);
    background-color: #DEF0FF;
}

.page-index_title {
    position: absolute;
    left: 80px;
    top: 0;
    height: 201px;
}
@media screen and (max-width: 900px) {
    .page-index_title {
        left: 0px;
    }
}
@media screen and (max-width: 768px) {
    .page-index_title {
        left: 0;
    }
}
.page-index_title img {
    display: block;
    height: 100%;
}

.page-index_list {
    max-width: 688px;
    margin: 0 auto;
    background-color: #fff;
    padding: 24px 40px;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    .page-index_list {
        padding: 24px 20px;
    }
}

.page-index_item {
    border-bottom: dashed 1px #DFDFDF;

}

.page-index_item:last-child {
  border-bottom: none;
}

.page-index_item a {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

/* 最初と最後の余白調整はそのまま */
.page-index_item:first-child a {
  padding: 0 0 10px 0;
}
.page-index_item:last-child a {
  padding: 10px 0 0 0;
}

/* テキスト */
.page-index_item .index-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 12px; /* ← 矢印と文字の間隔 */
}

/* スマホ */
@media screen and (max-width: 768px) {
  .page-index_item .index-text {
    font-size: 14px;
    gap: 10px;
  }
}

/* 矢印 */
.page-index_item .index-text::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  background-color: #1CAAC0;
  mask: url("img_202602/arrow.svg") no-repeat center / contain;
  -webkit-mask: url("img_202602/arrow.svg") no-repeat center / contain;
  flex-shrink: 0; /* ← 縮まないように */
}

.page-index_item a {
    display: inline-block;
    padding: 10px 0;
}

.page-index_item:first-child a {
    padding: 0 0 10px 0;
}
.page-index_item:last-child a {
    padding: 10px 0 0 0;
}
/* ===========================
 小タイトル
==============================*/
.column-1 {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
@media screen and (max-width: 768px) {
    .column-1 {
        padding: 20px;
    }

}
.column-bk {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.small-headline {

}

.small-headline-inner {
    display: block;
    padding: 4px 0;
    color: #3E8ECA;
    /* border-left: solid 5px #3E8ECA; */
    border-top: 2px solid #3E8ECA;
    border-bottom: 2px solid #3E8ECA;
    position: relative;
}
@media screen and (max-width: 768px) {

}

.small-headline-inner::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 80%;
    background-color: #3E8ECA;
    border-radius: 20px;

}

.small-headline-inner span {
    color: #3E8ECA;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.96px;
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 12px;
}
@media screen and (max-width: 768px) {
    .small-headline-inner span {
        font-size: 16px;
    }
}

.cssskin-hassui_illust {
    border: none;
    border-radius: 10px;
    background: #EFEFEF;
}

.column-bk-btn {
    display: flex;
    max-width: 380px;
    margin: 0 auto;
    height: 68px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 60px;
    border: 4px solid var(--00, #FFF);
    background: var(--02, #1C4587);
    box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.20);
        padding: 0 20px 0 20px;

}
@media screen and (max-width: 768px) {
    .column-bk-btn {
        padding: 0 20px 0 20px;
    }
}
.column-bk-btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    position: relative;
    padding-left: 32px;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .column-bk-btn a {
        font-size: 16px;
        
    }
}

.column-bk-btn a::before {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 16px;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #1CAAC0;
    mask: url("img_202602/arrow.svg") no-repeat center / contain;
    -webkit-mask: url("img_202602/arrow.svg") no-repeat center / contain;
}
@media screen and (max-width: 768px) {
    .column-bk-btn a::before {
        left: 12px;
    }
}
.column-bk-btn {
    transition: 0.3s;
}

.column-bk-btn:hover {
    opacity: 0.8;
}
.column-bk-btn.long-btn {
    max-width: 500px;
}
/* ===========================
 CTA
==============================*/
.bk-cta {
    background-color: #1CAAC0;
    margin-block: 80px;
     position: relative;
      width: 100%;
}

.bk-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% - 1px);
    height: 100%;
    width: calc(50vw - 50%);
    background-color: #1CAAC0;
}
.bk-cta::after {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% - 1px);
    height: 100%;
    width: calc(50vw - 50%);
    background-color: #1CAAC0;
}

.bk-cta-inner {
    padding: 40px 20px 80px;
}
@media screen and (max-width: 768px) {
    .bk-cta-inner {
        padding: 20px 5px 40px;
    }
}


.bk-cta-title {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .bk-cta-title {
        font-size: 19px;
    }
}

.cta-btn-wrap {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .cta-btn-wrap {
        flex-direction: column;
        gap: 20px;
        padding-inline: 20px;
    }
}

.c-btn {
    display: flex;
    max-width: 380px;
    width: 100%;
    /* margin: 0 auto; */
    height: 68px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 60px;
    border: 4px solid var(--00, #FFF);
    background: var(--02, #1C4587);
    box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.20);

}
@media screen and (max-width: 768px) {
    .c-btn {
        padding: 0 20px 0 20px;
        width: 100%;
    }
}
.c-btn a {
     display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;

    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    padding-left: 32px;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .c-btn a {
        font-size: 16px;
        
    }
}

.c-btn a::before {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 16px;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #1CAAC0;
    mask: url("img_202602/arrow.svg") no-repeat center / contain;
    -webkit-mask: url("img_202602/arrow.svg") no-repeat center / contain;
}
.c-btn.-rd {
    background-color: #DE3333;
}

.c-btn.-rd a::before {
    background-color: #fff;
}
.c-btn {
    transition: 0.3s;
}

.c-btn:hover {
    opacity: 0.8;
}

/* ===========================
 application
==============================*/

.cssskin-blue_border_midashi3_fix03 {
    border: none;
    box-shadow: none;
}

.application-description-table {
    border-collapse: collapse;
    max-width: 750px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    border: 2px dotted #dddddd;
}

/* .-dress_pp013a .c-title {
    background-color: #3E8ECA;
    color: #fff;
    font-size: 32px;
    padding: 18px 10px;
    border-radius: 0;
    font-weight: 700;
    line-height: normal;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 24px auto;
    box-shadow: none;
    border: none;
} */

.application-btn-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-block: 40px;
    max-width: 800px;
    margin-inline: auto;
}
@media screen and (max-width: 768px) {
    .application-btn-wrap {
        grid-template-columns: 1fr;
        gap: 20px;
        justify-items: center;
    }
}

.section-title {
     background-color: #3E8ECA;
    color: #fff;
    font-size: 32px;
    padding: 18px 10px;
    border-radius: 0;
    font-weight: 700;
    line-height: normal;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 24px auto;
    box-shadow: none;
    border: none;
}
@media screen and (max-width: 768px) {
    .section-title {
        font-size: 16px;
    }
}

/* ===========================
 lineup
==============================*/
.lineup-list {
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    padding: 16px 40px 16px 40px;
    max-width: 795px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .lineup-list {
        padding: 16px 20px 16px 20px;
    }
}

.lineup-item {
    position: relative;
    padding: 24px 0 24px 20px;
    border-bottom: dashed 1px #DFDFDF;
}
.lineup-item:last-child {
    border-bottom: none;

}

.lineup-item a {
    /* padding-left: 20px; */
}

/* .lineup-item::before {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #1CAAC0;
    mask: url("img_202602/arrow.svg") no-repeat center / contain;
    -webkit-mask: url("img_202602/arrow.svg") no-repeat center / contain;
} */
/* .lineup-item:first-child {
    padding: 0 0 24px 0;
}
.lineup-item:last-child {
    padding: 24px 0 0 0;
    border-bottom: none;
} */
 @media screen and (max-width: 768px) {
.lineup-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;

}
 }
.lineup-type {
    color: #1C4587;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    position: relative;
    padding-left: 20px;
}
 @media screen and (max-width: 768px) {
    .lineup-type {
        font-size: 16px;
    }
 }

.lineup-type::before {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #1CAAC0;
    mask: url("img_202602/arrow.svg") no-repeat center / contain;
    -webkit-mask: url("img_202602/arrow.svg") no-repeat center / contain;
}

.lineup-note {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    padding-left: 16px;

}
@media screen and (max-width: 768px) {
    .lineup-note {
        font-size: 14px;
        line-height: normal;
    }
}

.cssskin-hatuyu_kirikae_sw {
    margin-bottom: 80px;
    padding-inline: 30px;
}
@media screen and (max-width: 768px) {
    .cssskin-hatuyu_kirikae_sw {
        padding-inline: 10px;
        box-shadow: none;
    }
}

/* ===========================
 不燃性
==============================*/
.cssskin-graphic_banner {
    border: none;
    margin-bottom: 80px;
}
.small-headline.-bg_blue {

}
.small-headline-inner.-bg_blue {
    display: block;
    padding: 4px 0;
    color: #1C4587;
    /* border-left: solid 5px #3E8ECA; */
    border-top: 2px solid #1C4587;
    border-bottom: 2px solid #1C4587;
    position: relative;
}

.small-headline-inner.-bg_blue::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 80%;
    background-color: #1C4587;
    border-radius: 20px;

}

.small-headline-inner.-bg_blue span {
    color: #1C4587;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.96px;
    display: block;
    background-color: #DEF0FF;
    text-align: center;
    padding: 12px;
}
@media screen and (max-width: 768px) {
    .small-headline-inner.-bg_blue span {
        font-size: 16px;
        line-height: normal;
    }
}
.cssskin-graphic_banner .c-body {
    margin-bottom: 40px;
}

.kakomi-lineup-wrap {
    border-radius: 10px;
    background: #EFEFEF;
    padding: 40px 20px;
}
@media screen and (max-width: 768px) {
    .kakomi-lineup-wrap {
        padding: 20px 0;
    }
}

.kakomi-lineup-wrap table {
    max-width: 93%;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .kakomi-lineup-wrap td {
    padding: 8px 10px !important;
    font-size: 14px;
  }
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-scroll table {
  min-width: 600px; /* 好きな幅に調整 */
}
@media screen and (max-width: 768px) {
    .table-scroll table {
        margin-left: 20px;
    }
}


/* .kakomi-title {
    margin-bottom: 40px;
    color: #1C4587;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.88px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
}
.kakomi-title::before,
.kakomi-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #1C4587;
  transform: rotate(-60deg);
}

.kakomi-title::before {
  transform: skewX(-30deg);
}

.kakomi-title::after {
  transform: skewX(30deg);
}
.kakomi-title::before {
  width: 30px;
  height: 2px;
  top: 50%;
  transform: rotate(-60deg);
}

.kakomi-title::after {
  width: 40px;
  height: 2px;
  top: 0;
} */

.kakomi-title {
  margin-bottom: 40px;
  color: #1C4587;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.88px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
    .kakomi-title {
        font-size: 16px;
        line-height: normal;
        text-align: center;
    }
}

.kakomi-title::before,
.kakomi-title::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #1e4fa3;
  position: relative;
}

.kakomi-title span {
  padding: 0 20px;
  position: relative;
}

/* 左の斜線 */
.kakomi-title span::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  width: 22px;
  height: 2px;
  background: #1e4fa3;
  transform: rotate(60deg);
}

/* 右の斜線 */
.kakomi-title span::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  width: 22px;
  height: 2px;
  background: #1e4fa3;
  transform: rotate(-60deg);
}

.c-enclosure {
    border: none;
}

.c-enclosure span {
    padding-left: 40px;
    color: #ff0606;
}
@media screen and (max-width: 768px) {
.c-enclosure span {
    padding-left: 0;
}

}

.kakomi-content-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
@media screen and (max-width: 768px) {
    .kakomi-content-wrap {
        padding-inline: 20px;
        flex-direction: column;
        gap: 20px;
    }
}


.kakomi-fs-6000 {
    margin: 40px auto 94px;
    padding: 40px 0 0;
    border-radius: 10px;
    border: 2px solid #1C4587;
}
.kakomi-lineup-wrap.-scroll {
    padding-right: 0;

}
.kakomi-lineup-wrap.-sekiyu {
    padding-bottom: 80px;
    padding-right: 0;
}


.cssskin-graphic_banner .c-btn {
    margin: -34px auto 0;
}
@media screen and (max-width: 768px) {
    .cssskin-graphic_banner .c-btn {
        margin: -45px auto;
    }
}
@media screen and (max-width: 768px) {
    .c-sp-padding_normal>.column {
        padding: 10px;

}
}





.cssskin-graphic_banner_2 {
    border: none;
}

 .cssskin-graphic_banner_2 p {
    font-size: 17px;
    text-align: left;
    }

@media screen and (max-width: 768px) {
    .cssskin-graphic_banner_2 p {
        font-size: 14px;
        text-align: left;
    }
}


.flex-bk {
    display: flex;
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    .flex-bk {
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 768px) {
.flex-bk .c-body {
    

}
}
.cssskin-graphic_banner_2 {
    margin-bottom: 40px;
}
.cssskin-graphic_banner_2 .c-body {
    padding-right: 0;
}
.add-section-l-wrap {
    border: none;
    padding-top: 80px;
    /* margin-bottom: 80px; */

}
.add-section h2 {
    color: #fff;
    font-size: 25px;
    border-left: none;
    margin: 24px auto;
    padding: 18px 10px;
    line-height: normal;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .add-section h2 {
        font-size: 16px;
    }
}


.add-section h3 {
    font-size: 25px;
    color: #1c1a89;
    border-left: 3px solid #1c1a89;
    border-bottom: none;
    margin: 0 0 25px 0;
    padding: 15px 0 5px 20px;
    line-height: 0.5em;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .add-section h3 {
        font-size: 18px;
        line-height: normal;
        padding: 5px 0 5px 15px;
    }
}

.add-section h4 {
    color: #03aac2;
    border-bottom: 1px dotted #03aac2;
    margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
    .add-section h4 {
        font-size: 16px;
    }
}
.add-section p {
    font-size: 16px;
}
.add-section h5 {
    
}
.cssskin-_block_main {
    margin-bottom: 30px;
    margin-top: 50px;
}
.-dress_pp013a .c-large_headline {
    line-height: 3.0;
}
.cssskin-hot_line {
    box-shadow: none!important;
}
.kakomi-table {
    text-align: center;
}
.bk1894 .c-large_headline,
.bk1878 .c-large_headline {
    line-height: normal;
    font-size: 16px;
}
@media only screen and (max-width: 641px) {
    .cssskin-blue_border_midashi3_fix03,
    .cssskin-hatuyu_kirikae_sw {
        box-shadow: none!important;
    }
}
.cssskin-blue_border_midashi3_fix03,
.cssskin-graphic_banner,
.cssskin-graphic_banner_2 {
    border: none!important;
}