@charset "utf-8";

/* ======================================================
 * door_alarm_light.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
====================================================== */

  /* ------------------------------------------------------
   *  Utility Style
  ------------------------------------------------------ */
  .kakiko-mt-10 {
    margin-top: 10px;
  }

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * override
  ------------------------------------------------------ */
  .youtube-layout-v3.type-kakiko {
    width: 890px;
    margin-top: 25px;
  }
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- kakiko-hero-layout ----- */
  .kakiko-hero-layout > .hero_visual .slick-dots {
    margin-top: 5px;
    width: 100%;
    text-align: center;
  }
  .kakiko-hero-layout > .hero_visual .slick-dots > li {
    width: 10px;
    height: 10px;
    display: inline-block;
  }
  .kakiko-hero-layout > .hero_visual .slick-dots > li + li {
    margin-left: 18px;
  }
  .kakiko-hero-layout > .hero_visual .slick-dots > li > button {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    background-color: #ddd;
    border: none;
    border-radius: 50%;
    text-indent: -9999em;
    font-size: 0;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    outline: none;
  }
  .kakiko-hero-layout > .hero_visual .slick-dots > li > button:hover {
    cursor: pointer;
  }
  .kakiko-hero-layout > .hero_visual .slick-dots > li.slick-active > button {
    background-color: #333;
  }
  
  /* -----kakiko-release-text----- */
  .kakiko-release-text {
    text-align: center;
    margin-top: 42px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #02344b;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .kakiko-release-date {
    display: inline;
    background: linear-gradient(180deg, transparent 0%, transparent 65%, rgba(255,241,0,1) 65%, rgba(255,241,0,1) 93%, transparent 93%, transparent 100%);
  }
  
  /* -----kakiko-text_lead----- */
  .kakiko-text_lead {
    margin-top: 60px;
    padding-top: 20px;
    text-align: center;
    font-size: 3.6rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .kakiko-text_lead.kakiko-lead_icon {
    padding-left: 40px;
  }
  .kakiko-text_lead.kakiko-lead_icon [class*="kakiko-icon_wrap"].is-new::after {
    position: absolute;
    top: -63px;
    left: -95px;
    content: "";
    width: 48px;
    height: 16px;
    background-image: url("/sp/kakiko/img/kakiko_new_ic01.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
  }
  .kakiko-text_lead-v2 {
    margin-top: 65px;
    text-align: center;
    font-size: 3.6rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .kakiko-icon_wrap {
    position: relative;
  }
  .kakiko-icon_wrap {
    position: relative;
  }
  .kakiko-icon_wrap::before {
    position: absolute;
    top: 50%;
    left: -130px;
    content: "";
    width: 116px;
    height: 116px;
    margin-top: -66px;
    background-image: url("/sp/kakiko/img/kakiko_im16.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
  }
  .kakiko-icon_wrap-v2 {
    position: relative;
  }
  .kakiko-icon_wrap-v2 {
    position: relative;
  }
  .kakiko-icon_wrap-v2::before {
    position: absolute;
    top: 50%;
    left: -130px;
    content: "";
    width: 116px;
    height: 116px;
    margin-top: -66px;
    background-image: url("/sp/kakiko/img/kakiko_im24.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
  }
  
  /* -----kakiko-text_large----- */
  .kakiko-text_large {
    margin-top: 1.0rem;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* -----kakiko-note----- */
  .kakiko-note {
    position: relative;
    padding-left: 1.4rem;
    font-size: 1.4rem;
  }
  .kakiko-note span {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* -----kakkiko-text_dotted----- */
  .kakkiko-text_dotted {
    position: relative;
  }
  .kakkiko-text_dotted::before {
    position: absolute;
    top: -3px;
    left: 50%;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: -5px;
    background-color: #185981;
    border-radius: 50%;
  }
  
  /* -----kakiko-text_icon----- */
  .kakiko-text_icon {
    position: relative;
    display: inline-block;
    background-color: #1ca3bb;
    border-radius: 100px;
    padding: 1px 20px 2px;
    text-align: center;
    z-index: 2;
  }
  #tab-holder .kakiko-text_icon {
    margin-bottom: 40px;
  }
  #tab-file .kakiko-text_icon {
    margin-bottom: 30px;
  }
  .kakiko-text_icon > span {
    color: #fff;
    font-size: 2.0rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  /* -----kakiko-tab-layout----- */
  .kakiko-tab-layout .kakiko-tab_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 77px 0 0;
  }
  .kakiko-tab-layout .kakiko-tab_list > li {
    width: calc((100% - 20px)/3);
  }
  .kakiko-tab-layout .kakiko-tab_list > li + li {
    margin-left: 10px;
  }
  .kakiko-tab-layout .kakiko-tab_list > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    min-height: 100px;
    padding: 15px 30px;
    background-color: #ccc;
    border-radius: 14px 14px 0 0;
    color: #fff;
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .kakiko-tab-layout .kakiko-tab_list > li > a::after {
    position: absolute;
    bottom: 20px;
    left: 50%;
    content: "";
    width: 12px;
    height: 12px;
    margin-left: -6px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .kakiko-tab-layout .kakiko-tab_list > li > a > span.tab_new {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: min(calc((30/1280)*100vw), 30px);
    transform: translateY(-50%);
    width: min(calc((70/1280)*100vw), 70px);
    height: min(calc((70/1280)*100vw), 70px);
    border-radius: 50%;
    background-color: #eb6e9f;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
  }
  .kakiko-tab-layout .kakiko-tab_list > li > a > span.tab_label {
    padding-bottom: .5em;
  }
  .kakiko-tab-layout .kakiko-tab_list > .tab-type01 > a {
    background-color: #84b4d1;
  }
  .kakiko-tab-layout .kakiko-tab_list > .tab-type02 > a {
    background-color: #9da5ae;
  }
  .kakiko-tab-layout .kakiko-tab_list > .tab-type03 > a {
    background-color: #94c6c4;
  }
  .kakiko-tab-layout .kakiko-tab_list > .tab-type01.is-current > a {
    background-color: #185981;
  }
  .kakiko-tab-layout .kakiko-tab_list > .tab-type02.is-current > a {
    background-color: #63696f;
  }
  .kakiko-tab-layout .kakiko-tab_list > .tab-type03.is-current > a {
    background-color: #00a29a;
  }
  .kakiko-tab-layout #tab-holder {
    background-color: #d7edfb;
  }
  .kakiko-tab-layout #tab-file {
    background-color: #e5ebf1;
  }
  .kakiko-tab-layout #tab-jabara {
    background-color: #d7eeed;
  }
  /* -----kakiko-tab_content----- */
  .kakiko-tab_content {
    padding: 60px 35px 80px;
  }
  .kakiko-tab_content > *:first-child {
    margin-top: 0;
  }
  /* -----kakiko-tab_content-v2----- */
  .kakiko-tab_content-v2 {
    padding: 80px 35px;
    border-top: 2px solid #185981;
  }
  .kakiko-tab_content-v2 > *:first-child {
    margin-top: 0;
  }
  
  /* -----kakiko-column-layout----- */
  .kakiko-column-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 40px;
  }
  .kakiko-column-layout[data-row-pc="1"] {
    justify-content: center;
  }
  .kakiko-column-layout[data-row-pc="1"] > *:first-child {
    margin-top: 0;
  }
  .kakiko-column-layout[data-row-pc="2"] .kakiko-column_item {
    width: calc((100% - 20px) / 2);
    margin-left: 20px;
  }
  #tab-jabara .kakiko-column-layout[data-row-pc="2"] .kakiko-column_item {
    width: calc((100% - 34px) / 2);
    margin-left: 34px;
  }
  #tab-file .kakiko-column-layout.kakiko-file-image .kakiko-column_item .kakiko-image-set {
    padding: 0 4.5%;
  }
  #tab-file .kakiko-column-layout.kakiko-file-image .kakiko-column_item .kakiko-image-set.kakiko-image-pd0 {
    padding: 0;
  }
  .kakiko-column-layout .kakiko-column_item {
    text-align: center;
  }
  .kakiko-column-layout .kakiko-column_item > p {
    text-align: left;
  }
  .kakiko-column-layout.kakiko-column_irregular1 > .kakiko-column_item:nth-child(1) {
    width: 60%;
    margin-left: 0;
  }
  .kakiko-column-layout.kakiko-column_irregular1 > .kakiko-column_item:nth-child(2) {
    position: relative;
    width: 40%;
    margin-left: 0;
    padding-left: 5%;
    text-align: left;
  }
  .kakiko-column-layout.kakiko-column_irregular1 > .kakiko-column_item:nth-child(2)::after {
    position: absolute;
    top: 0;
    right: -10px;
    content: "";
    width: 100px;
    height: 100px;
    background-image: url("/sp/kakiko/img/kakiko_im08.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    z-index: 1;
  }
  .kakiko-column-layout.kakiko-column_irregular1 > .kakiko-column_item:nth-child(2) .kakiko-image_inner {
    position: relative;
    text-align: right;
    z-index: 2;
  }
  .kakiko-column-layout.kakiko-column_irregular2 > .kakiko-column_item:nth-child(1) {
    width: 39.8%;
    margin-left: 0;
  }
  .kakiko-column-layout.kakiko-column_irregular2 > .kakiko-column_item:nth-child(1) .kakiko-image_inner {
    padding: 0 15%;
  }
  .kakiko-column-layout.kakiko-column_irregular2 > .kakiko-column_item:nth-child(2) {
    width: 60.2%;
    margin-left: 0;
    padding-left: 0;
  }
  .kakiko-column-layout[data-row-pc="3"] .kakiko-column_item {
    width: calc((100% - 70px) / 3);
    margin-left: 34.5px;
  }
  .kakiko-column-layout[data-row-pc="3"] .kakiko-column_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .kakiko-column-layout[data-row-pc="3"] .kakiko-column_item:nth-child(n+3) {
    margin-top: 20px;
  }
  
  /* -----kakiko-image-set----- */
  .kakiko-image-set {
    position: relative;
    overflow: hidden;
  }
  .kakiko-image-set .kakiko-icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  .kakiko-image-set .kakiko-icon .kakiko-icon_inner {
    position: relative;
    padding: 15px 10px;
    text-align: center;
    color: #02344b;
    font-size: 1.4rem;
    line-height: 1;
  }
  .kakiko-image-set .kakiko-icon .kakiko-icon_inner::after {
    position: absolute;
    bottom: -35px;
    left: 0;
    content: "";
    width: 80px;
    height: 180px;
    background-color: #fff100;
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
    z-index: 1;
  }
  .kakiko-image-set .kakiko-icon .kakiko-icon_inner span {
    position: relative;
    font-weight: 700;
    z-index: 2;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .kakiko-image-set .kakiko-icon .kakiko-icon_inner .kakiko-icon_number {
    display: block;
    font-size: 2.6rem;
  }
  
  /* -----kakiko-detail----- */
  .kakiko-detail {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-top: 8px;
  }
  .kakiko-detail .kakiko-detail_data {
    flex-shrink: 0;
    width: 110px;
    margin-right: 20px;
  }
  .kakiko-detail .kakiko-detail_data .kakiko-detail_size {
    color: #00a199;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 4.5rem;
    line-height: 1;
    text-align: center;
  }
  .kakiko-detail .kakiko-detail_data .kakiko-detail_name {
    margin-top: 5px;
    padding: 8px 5px 4px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }
  .kakiko-detail .kakiko_detail-description .kakiko_detail-text {
    margin-top: 0;
    text-align: left;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.45;
  }
  
  /* -----kakiko-heading-new----- */
  .kakiko-heading-new {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #eb6e9f;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
  }
  
  /* -----kakiko-special-color-icon----- */
  .kakiko-special-color-icon > li {
    position: relative;
    padding-left: 34px;
  }
  .kakiko-special-color-icon > li + li {
    margin-top: 5px;
  }
  .kakiko-special-color-icon > li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    content: "";
  }
  .kakiko-special-color-icon > li.icon-black::before {
    background-color: #231815;
  }
  .kakiko-special-color-icon > li.icon-white::before {
    border: 1px solid #dedede;
    background-color: #fff;
  }
  .kakiko-special-color-icon > li.icon-lavender::before {
    background-color: #c9c1e2;
  }
  .kakiko-special-color-icon > li.icon-mintgreen::before {
    background-color: #7ed9c8;
  }
  .kakiko-special-color-icon > li.icon-pink::before {
    background-color: #e8c0d1;
  }
  .kakiko-special-color-icon > li.icon-navy::before {
    background-color: #1d2d4e;
  }
  .kakiko-special-color-icon > li.icon-lightblue::before {
    background-color: #1ca3bb;
  }
  .kakiko-special-color-icon > li.icon-red::before {
    background-color: #df032e;
  }
  
  /* ----- kakiko-new-product ----- */
  .kakiko-new-product {
    margin: 40px 0 0;
  }
  .kakiko-new-product__title {
    text-align: center;
  }
  .kakiko-new-product-column {
    margin: 25px 0 0;
    display: flex;
  }
  .kakiko-new-product-column__link {
    position: relative;
    width: calc(((100% - 10px) / 2) - .1px);
    margin-left: 10px;
  }
  .kakiko-new-product-column__link:hover {
    opacity: .7;
  }
  .kakiko-new-product-column__link:first-child {
    margin-left: 0!important;
  }
  .kakiko-new-product-column > .kakiko-new-product-column__link > [class^="kakiko-new-product-column__item"] {
    width: 100%;
    padding: 25px 17px 15px;
  }
  .kakiko-new-product-column__item--green {
    background-color: #d7eeed;
  }
  .kakiko-new-product-column__item--blue {
    background-color: #d7edfb;
  }
  .kakiko-new-product-column__item--green >.kakiko-new-product-column__title {
    position: absolute;
    top: 5px;
    left: 9px;
    padding: 12px 10px;
    background-color: #d7eeed;
    min-width: 335px;
  }
  .kakiko-new-product-column__item--blue >.kakiko-new-product-column__title {
    position: absolute;
    top: 5px;
    left: 9px;
    padding: 12px 10px;
    background-color: #d7edfb;
    min-width: 295px;
  }
  .kakiko-new-product-column__title__inner {
    position: relative;
    display: inline-block;
    padding-right: 38px;
  }
  .kakiko-new-product-column__title > [class^="kakiko-new-product-column__title__inner"]::after {
    position: absolute;
    content: "";
    transform: rotate(135deg);
    top: .25em;
    right: 12px;
    width: 12px;
    height: 12px;
    border-top: 4px solid;
    border-right: 4px solid;
    margin-top: 0;
    vertical-align: middle;
  }
  .kakiko-new-product-column__item--green >.kakiko-new-product-column__title > .kakiko-new-product-column__title__inner::after {
    border-color: #00a29a;
  }
  .kakiko-new-product-column__item--blue >.kakiko-new-product-column__title > .kakiko-new-product-column__title__inner::after {
    border-color: #185981;
  }
    /* -----kakiko-column-v2----- */
  .kakiko-column-v2--wrap > [class^="kakiko-column-v2--"] {
    display: flex;
    width: 100%;
    padding: 60px 35px;
  }
  .kakiko-column-v2--jabara {
    background-color: #00a29a;
  }
  .kakiko-column-v2--holder {
    background-color: #185981;
  }
  .kakiko-column-v2__link {
    width: calc(((100% - 34px) / 2) - .1px);
    margin-left: 34px;
    padding: 30px;
    background-color: #fff;
  }
  .kakiko-column-v2__link:nth-of-type(2n+1) {
    margin-left: 0!important;
  }
  .kakiko-column-v2__link:link {
    color: #333;
  }
  .kakiko-column-v2__link:visited {
    color: #333;
  }
  .kakiko-column-v2--jabara .kakiko-column-v2__link:hover {
    color: #00a29a;
  }
  .kakiko-column-v2--holder .kakiko-column-v2__link:hover {
    color: #185981;
  }
  .kakiko-column-v2__item--detail {
    position: relative;
  }
  .kakiko-column-v2__item--detail::after {
    position: absolute;
    content: "";
    transform: rotate(135deg);
    top: 38%;
    right: 2px;
    width: 12px;
    height: 12px;
    border-top: 4px solid #333;
    border-right: 4px solid #333;
    margin-top: 0;
    vertical-align: middle;
  }
  .kakiko-column-v2--jabara .kakiko-column-v2__link:hover .kakiko-column-v2__item--detail::after {
    border-top: 4px solid #00a29a;
    border-right: 4px solid #00a29a;
  }
  .kakiko-column-v2--holder .kakiko-column-v2__link:hover .kakiko-column-v2__item--detail::after {
    border-top: 4px solid #185981;
    border-right: 4px solid #185981;
  }
  .kakiko-column-v2__icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: min(calc((70 / 1280)* 100vw), 70px);
    height: min(calc((70 / 1280)* 100vw), 70px);
    border-radius: 50%;
    background-color: #eb6e9f;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .kakiko-column-v2__title {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .kakiko-column-v2__title--large {
    display: block;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .kakiko-column-v2__image {
    margin-top: 30px;
  }
/* ----- kakiko-text_right ----- */
  .kakiko-text_right {
    margin-top: 63px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: right;
  }
  /* ----- kakiko-box ----- */
  .kakiko-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding-block: 25px;
    margin-top: 70px;
  }
  .kakiko-box__title {
    font-size: 3.6rem;
    line-height: 1.2;
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .kakiko-box__body {
    margin-top: 20px;
  }
  .kakiko-box-text {
    font-size: 1.8rem;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */

@media only screen and (min-width: 1081px) and (max-width: 1240px) {
  #main .kakiko-text_icon {
    margin-bottom: 30px;
  }
  .kakiko-column_irregular1 .kakiko-text_icon,
  .kakiko-column_irregular2 .kakiko-text_icon {
    margin-bottom: 30px;
  }
  .kakiko-text_icon > span {
    font-size: 1.8rem;
  }
  .kakiko-column-layout.kakiko-column_irregular1 > .kakiko-column_item:nth-child(2)::after {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1080px) {
  #main .kakiko-text_icon {
    margin-bottom: 25px;
  }
  .kakiko-column_irregular1 .kakiko-text_icon,
  .kakiko-column_irregular2 .kakiko-text_icon {
    margin-bottom: 30px;
  }
  .kakiko-column_irregular1 .kakiko-text_icon > span,
  .kakiko-column_irregular2 .kakiko-text_icon > span {
    font-size: 1.6rem;
  }
  .kakiko-column-layout.kakiko-column_irregular1 > .kakiko-column_item:nth-child(2)::after {
    width: 70px;
    height: 70px;
  }
  .kakiko-icon_wrap::before {
    left: -95px;
    width: 80px;
    height: 80px;
    margin-top: -46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  #main .kakiko-text_icon {
    margin-bottom: 20px;
  }
  .kakiko-column_irregular1 .kakiko-text_icon,
  .kakiko-column_irregular2 .kakiko-text_icon {
    margin-bottom: 25px;
  }
  .kakiko-column_irregular1 .kakiko-text_icon > span,
  .kakiko-column_irregular2 .kakiko-text_icon > span {
    font-size: 1.4rem;
  }
  .kakiko-column-layout.kakiko-column_irregular1 > .kakiko-column_item:nth-child(2)::after {
    width: 60px;
    height: 60px;
  }
  .kakiko-icon_wrap::before {
    left: -95px;
    width: 80px;
    height: 80px;
    margin-top: -46px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  .kakiko-column-v2--wrap > [class^="kakiko-column-v2--"] {
    padding: 40px 20px;
  }
  .kakiko-column-v2__link {
    width: calc(((100% - 20px) / 2) - .1px);
    margin-left: 20px;
    padding: 20px;
    background-color: #fff;
  }
  .kakiko-column-v2__title {
    font-size: 1.4rem;
  }
  .kakiko-column-v2__title--large {
    font-size: 2.2rem;
  }
  .kakiko-column-v2__image {
    margin-top: 15px;
  }
}

/***
@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) {
  /* ------------------------------------------------------
   * override
  ------------------------------------------------------ */
  .youtube-layout-v3.type-kakiko {
    margin-top: 15px;
  }
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- kakiko-hero-layout ----- */
  .kakiko-hero-layout > .hero_visual {
    margin: 0 -15px;
  }
  .kakiko-hero-layout > .hero_visual > .slick-list {
    width: 100vw;
    height: 70vw;
    overflow: hidden;
  }
  .kakiko-hero-layout > .hero_visual .hero_visual_item > img {
    width: 100%;
  }
  .kakiko-hero-layout > .hero_visual .slick-dots {
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  .kakiko-hero-layout > .hero_visual .slick-dots > li {
    width: 10px;
    height: 10px;
    display: inline-block;
  }
  .kakiko-hero-layout > .hero_visual .slick-dots > li + li {
    margin-left: 18px;
  }
  .kakiko-hero-layout > .hero_visual .slick-dots > li > button {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    background-color: #ddd;
    border: none;
    border-radius: 50%;
    text-indent: -9999em;
    font-size: 0;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    outline: none;
  }
  .kakiko-hero-layout > .hero_visual .slick-dots > li.slick-active > button {
    background-color: #333;
  }
  
  /* -----kakiko-release-text----- */
  .kakiko-release-text {
    text-align: center;
    margin-top: 19px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #02344b;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .kakiko-release-date {
    display: inline;
    background: linear-gradient(180deg, transparent 0%, transparent 65%, rgba(255,241,0,1) 65%, rgba(255,241,0,1) 93%, transparent 93%, transparent 100%);
  }
  /* -----kakiko-text_lead----- */
  .kakiko-text_lead {
    margin-top: 60px;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .kakiko-text_lead.kakiko-lead_icon [class*="kakiko-icon_wrap"].is-new::after {
    position: absolute;
    top: -18px;
    left: 7px;
    content: "";
    width: 31px;
    height: 10px;
    background-image: url("/sp/kakiko/img/kakiko_new_ic01.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
  }
  .kakiko-text_lead +* {
    margin-top: 20px!important;
  }
  .kakiko-text_lead-v2 {
    margin-top: 16px;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .kakiko-icon_wrap {
    position: relative;
    display: inline-block;
    padding-left: 70px;
  }
  .kakiko-icon_wrap::before {
    position: absolute;
    top: 50%;
    left: -17px;
    content: "";
    width: 76px;
    height: 76px;
    margin-top: -36px;
    background-image: url("/sp/kakiko/img/kakiko_im16.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
  }
  .kakiko-icon_wrap-v2 {
    position: relative;
    display: inline-block;
    padding-left: 70px;
  }
  .kakiko-icon_wrap-v2::before {
    position: absolute;
    top: 50%;
    left: -17px;
    content: "";
    width: 76px;
    height: 76px;
    margin-top: -36px;
    background-image: url("/sp/kakiko/img/kakiko_im24.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
  }
  
  /* -----kakiko-text_large----- */
  .kakiko-text_large {
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 1.7rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* -----kakiko-note----- */
  .kakiko-note {
    position: relative;
    padding-left: 1.3rem;
    font-size: 1.3rem;
  }
  .kakiko-note span {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* -----kakkiko-text_dotted----- */
  .kakkiko-text_dotted {
    position: relative;
  }
  .kakkiko-text_dotted::before {
    position: absolute;
    top: -2px;
    left: 50%;
    content: "";
    width: 8px;
    height: 8px;
    margin-left: -4px;
    background-color: #185981;
    border-radius: 50%;
  }
  
  /* -----kakiko-text_icon----- */
  .kakiko-text_icon {
    position: relative;
    display: inline-block;
    background-color: #1ca3bb;
    border-radius: 100px;
    margin-bottom: 20px;
    padding: 1px 12px 2px;
    text-align: center;
    z-index: 2;
  }
  .kakiko-text_icon > span {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  /* -----kakiko-tab-layout----- */
  .kakiko-tab-layout .kakiko-tab_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 55px 0 0;
  }
  .kakiko-tab-layout .kakiko-tab_list > li {
    width: calc((100% - 10px)/3);
  }
  .kakiko-tab-layout .kakiko-tab_list > li + li {
    margin-left: 5px;
  }
  .kakiko-tab-layout .kakiko-tab_list > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    min-height: 75px;
    padding: 15px 0;
    background-color: #ccc;
    border-radius: 14px 14px 0 0;
    color: #fff;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .kakiko-tab-layout .kakiko-tab_list > li > a::after {
    position: absolute;
    bottom: 15px;
    left: 50%;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: -5px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .kakiko-tab-layout .kakiko-tab_list > li > a > span.tab_new {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #eb6e9f;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .kakiko-tab-layout .kakiko-tab_list > .tab-type01 > a {
    background-color: #84b4d1;
  }
  .kakiko-tab-layout .kakiko-tab_list > .tab-type02 > a {
    background-color: #9da5ae;
  }
  .kakiko-tab-layout .kakiko-tab_list > .tab-type03 > a {
    background-color: #94c6c4;
  }
  .kakiko-tab-layout .kakiko-tab_list > .tab-type01.is-current > a {
    background-color: #185981;
  }
  .kakiko-tab-layout .kakiko-tab_list > .tab-type02.is-current > a {
    background-color: #63696f;
  }
  .kakiko-tab-layout .kakiko-tab_list > .tab-type03.is-current > a {
    background-color: #00a29a;
  }
  .kakiko-tab-layout #tab-holder,
  .kakiko-tab-layout .kakiko-tab_detail#tab-holder > .kakiko-tab_content,
  .kakiko-tab-layout .kakiko-tab_detail#tab-holder > .kakiko-tab_content-v2 {
    background-color: #d7edfb;
  }
  .kakiko-tab-layout #tab-file,
  .kakiko-tab-layout .kakiko-tab_detail#tab-file > .kakiko-tab_content,
  .kakiko-tab-layout .kakiko-tab_detail#tab-file > .kakiko-tab_content-v2{
    background-color: #e5ebf1;
  }
  .kakiko-tab-layout #tab-jabara,
  .kakiko-tab-layout .kakiko-tab_detail#tab-jabara > .kakiko-tab_content,
  .kakiko-tab-layout .kakiko-tab_detail#tab-jabara > .kakiko-tab_content-v2{
    background-color: #d7eeed;
  }
  /* -----kakiko-tab_content----- */
    .kakiko-tab_content {
    margin: 0 -15px;
    padding: 30px 15px;
  }
  .kakiko-tab_content > *:first-child {
    margin-top: 0 !important;
  }
  /* -----kakiko-tab_content-v2----- */
  .kakiko-tab_content-v2 {
    margin: 0 -15px;
    padding: 20px 15px;
    position: relative;
  }
  .kakiko-tab_content-v2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    height: 2px;
    background-color: #185981;
  }
  .kakiko-tab_content-v2 > *:first-child {
    margin-top: 0 !important;
  }
  
  /* -----kakiko-column-layout----- */
  .kakiko-column-layout {
    margin-top: 20px;
  }
  #tab-jabara .kakiko-column-layout {
    margin-top: 25px;
  }
  .kakiko-column-layout .kakiko-column_item {
    text-align: center;
  }
  .kakiko-column-layout .kakiko-column_item > p {
    text-align: left;
  }
  .kakiko-column-layout[data-row-sp="1"] .kakiko-column_item {
    width: 100%;
    margin-top: 25px;
  }
  .kakiko-column-layout.type-blueprint .kakiko-column_item .kakiko-image-set {
    width: calc((100% - 60px) / 2);
  }
  .kakiko-column-layout.kakiko-column_irregular1 > .kakiko-column_item {
    position: relative;
    width: 100%;
    margin-left: 0;
  }
  .kakiko-column-layout.kakiko-column_irregular1 > .kakiko-column_item:nth-child(2) {
    margin-top: 50px;
    padding: 0 8px;
    text-align: left;
  }
  .kakiko-column-layout.kakiko-column_irregular1 > .kakiko-column_item:nth-child(2)::after {
    position: absolute;
    top: -10px;
    right: 0;
    content: "";
    width: 25%;
    max-width: 80px;
    padding-bottom: 25%;
    background-image: url("/sp/kakiko/img/kakiko_im08.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
    z-index: 1;
  }
  .kakiko-column-layout.kakiko-column_irregular1 > .kakiko-column_item:nth-child(2) .kakiko-text_icon {
    max-width: 70%;
  }
  .kakiko-column-layout.kakiko-column_irregular1 > .kakiko-column_item:nth-child(2) .kakiko-image_inner {
    position: relative;
    text-align: center;
    z-index: 2;
  }
  .kakiko-column-layout.kakiko-column_irregular2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .kakiko-column-layout.kakiko-column_irregular2 > .kakiko-column_item {
    text-align: center;
    margin-top: 0;
  }
  .kakiko-column-layout.kakiko-column_irregular2 > .kakiko-column_item:nth-child(1) {
    width: 40%;
    margin-left: 0;
  }
  .kakiko-column-layout.kakiko-column_irregular2 > .kakiko-column_item:nth-child(1) .kakiko-image_inner {
    padding: 0 15.5%;
  }
  .kakiko-column-layout.kakiko-column_irregular2 > .kakiko-column_item:nth-child(2) {
    width: 60%;
    margin-left: 0;
    padding-left: 0;
  }
  .kakiko-column-layout.kakiko-file-image > .kakiko-column_item .kakiko-image_inner {
    padding: 0 5%;
  }
  .kakiko-column-layout.kakiko-file-image > .kakiko-column_item .kakiko-image-pd0 .kakiko-image_inner {
    padding: 0;
  }
  
  /* -----kakiko-image-set----- */
  .kakiko-image-set {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
  }
  .kakiko-image-set .kakiko-icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  .kakiko-image-set .kakiko-icon .kakiko-icon_inner {
    position: relative;
    padding: 12px 10px;
    text-align: center;
    color: #02344b;
    font-size: 1.3rem;
    line-height: 1;
  }
  .kakiko-image-set .kakiko-icon .kakiko-icon_inner::after {
    position: absolute;
    bottom: -35px;
    left: 0;
    content: "";
    width: 80px;
    height: 180px;
    background-color: #fff100;
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
    z-index: 1;
  }
  .kakiko-image-set .kakiko-icon .kakiko-icon_inner span {
    position: relative;
    font-weight: 700;
    z-index: 2;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .kakiko-image-set .kakiko-icon .kakiko-icon_inner .kakiko-icon_number {
    display: block;
    font-size: 2.5rem;
  }
  
  /* -----kakiko-detail----- */
  .kakiko-detail {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-top: 13px;
  }
  .kakiko-detail .kakiko-detail_data {
    flex-shrink: 0;
    width: 65px;
    margin-right: 10px;
  }
  .kakiko-detail .kakiko-detail_data .kakiko-detail_size {
    color: #00a199;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
  }
  .kakiko-detail .kakiko-detail_data .kakiko-detail_name {
    margin-top: 5px;
    padding: 4px 2px 2px;
    border-radius: 3px;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
  }
  .kakiko-detail .kakiko_detail-description .kakiko_detail-text {
    margin-top: 0;
    text-align: left;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.45;
  }
  
  /* -----kakiko-heading-new----- */
  .kakiko-heading-new {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #eb6e9f;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
  }
  
  /* -----kakiko-special-color-icon----- */
  .kakiko-special-color-icon > li {
    position: relative;
    padding-left: 26px;
  }
  .kakiko-special-color-icon > li + li {
    margin-top: 3px;
  }
  .kakiko-special-color-icon > li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    content: "";
  }
  .kakiko-special-color-icon > li.icon-black::before {
    background-color: #231815;
  }
  .kakiko-special-color-icon > li.icon-white::before {
    border: 1px solid #dedede;
    background-color: #fff;
  }
  .kakiko-special-color-icon > li.icon-lavender::before {
    background-color: #c9c1e2;
  }
  .kakiko-special-color-icon > li.icon-mintgreen::before {
    background-color: #7ed9c8;
  }
  .kakiko-special-color-icon > li.icon-pink::before {
    background-color: #e8c0d1;
  }
  .kakiko-special-color-icon > li.icon-navy::before {
    background-color: #1d2d4e;
  }
  .kakiko-special-color-icon > li.icon-lightblue::before {
    background-color: #1ca3bb;
  }
  .kakiko-special-color-icon > li.icon-red::before {
    background-color: #df032e;
  }
  
  /* ----- kakiko-new-product ----- */
  .kakiko-new-product {
    margin: 15px 0 0;
  }
  .kakiko-new-product__title {
    text-align: center;
  }
  .kakiko-new-product-column {
    margin: 10px 0 48px;
  }
  .kakiko-new-product-column__link {
    position: relative;
    display: block;
  }
  .kakiko-new-product-column__link + .kakiko-new-product-column__link {
    margin-top: 10px;
  }
  .kakiko-new-product-column > .kakiko-new-product-column__link > [class^="kakiko-new-product-column__item"] {
    width: 100%;
    padding: 13px 10px 10px;
  }
  .kakiko-new-product-column__item--green {
    background-color: #d7eeed;
  }
  .kakiko-new-product-column__item--blue {
    background-color: #d7edfb;
  }
  .kakiko-new-product-column__item--green >.kakiko-new-product-column__title {
    position: absolute;
    top: 5px;
    left: 9px;
    padding: 4px 10px 2px 4px;
    background-color: #d7eeed;
    max-width: 197px;
  }
  .kakiko-new-product-column__item--blue >.kakiko-new-product-column__title {
    position: absolute;
    top: 5px;
    left: 9px;
    padding: 4px 10px 2px 4px;
    background-color: #d7edfb;
    max-width: 176px;
  }
  .kakiko-new-product-column__item--blue >.kakiko-new-product-column__title > .kakiko-new-product-column__title__inner {
    padding-right: 28px;
  }
  .kakiko-new-product-column__title__inner {
    position: relative;
    display: inline-block;
    padding-right: 22px;
  }
  .kakiko-new-product-column__title > [class^="kakiko-new-product-column__title__inner"]::after {
    position: absolute;
    content: "";
    transform: rotate(135deg);
    top: .0;
    right: 2px;
    width: 10px;
    height: 10px;
    border-top: 3px solid;
    border-right: 3px solid;
    margin-top: 0;
    vertical-align: middle;
  }
  .kakiko-new-product-column__item--blue > .kakiko-new-product-column__title > .kakiko-new-product-column__title__inner::after {
    right: 6px;
  }
  .kakiko-new-product-column__item--green >.kakiko-new-product-column__title > .kakiko-new-product-column__title__inner::after {
    border-color: #00a29a;
  }
  .kakiko-new-product-column__item--blue >.kakiko-new-product-column__title > .kakiko-new-product-column__title__inner::after {
    border-color: #185981;
  }
/* -----kakiko-column-v2----- */
  .kakiko-tab_detail#tab-jabara > .kakiko-column-v2--wrap {
    background-color: #00a29a;
  }
  .kakiko-tab_detail#tab-holder > .kakiko-column-v2--wrap {
    background-color: #185981;
  }
  .kakiko-column-v2--wrap {
    margin: 0 -15px;
    padding: 30px 15px;
  }
  .kakiko-column-v2--wrap > [class^="kakiko-column-v2--"] {
    width: 100%;
  }
  .kakiko-column-v2--jabara {
    background-color: #00a29a;
  }
  .kakiko-column-v2__link {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 14px 10px 10px;
  }
  .kakiko-column-v2__link:link {
    color: #333;
  }
  .kakiko-column-v2__link:visited {
    color: #333;
  }
  .kakiko-column-v2__link + .kakiko-column-v2__link {
    margin-top: 14px;
  }
  .kakiko-column-v2__item--detail {
    position: relative;
    padding-left: 50px;
  }
  .kakiko-column-v2__item--detail::after {
    position: absolute;
    content: "";
    transform: rotate(135deg);
    top: 38%;
    right: 2px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    margin-top: 0;
    vertical-align: middle;
  }
  .kakiko-column-v2__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 7px;
    left: 20px;
    transform: translateX(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #eb6e9f;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .kakiko-column-v2__title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-left: -45px;
  }
  .kakiko-column-v2__title--large {
    display: block;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .kakiko-column-v2__image {
    margin-top: 10px;
  }
/* ----- kakiko-text_right ----- */
  .kakiko-text_right {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: right;
  }
  /* ----- kakiko-box ----- */
  .kakiko-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding-block: 15px;
    margin-top: 35px;
  }
  .kakiko-box__title {
    font-size: 2.3rem;
    line-height: 1.1;
    font-weight: bold;
    text-align: center;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .kakiko-box__body {
    margin-top: 3px;
  }
  .kakiko-box-text {
    font-size: 1.5rem;
  }
  
  
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (min-width: 361px) and (max-width: 400px) {
  .kakiko-text_icon > span {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 341px) and (max-width: 360px) {
  .kakiko-text_icon > span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 340px) {
  .kakiko-text_icon > span {
    font-size: 1.3rem;
  }
}
/***
@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: 375px) {
}
@media only screen and (max-width: 320px) {
}
***/



/* ======================================================
 * Print
====================================================== */
@media print {
}