@charset "utf-8";

/* ======================================================
 * amp.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
  ------------------------------------------------------ */
  /* ----- amp-hero-layout ----- */
  .amp-hero-layout {
    position: relative;
  }
  .amp-hero-layout .hero_image {
    width: 100%;
  }
  .amp-hero-layout .hero_detail {
    position: absolute;
    top: 0;
    right: 0;
  }
  .amp-hero-layout .hero_detail > .hero_detail_inner {
  }
  .amp-hero-layout .hero_title {
    position: relative;
    width: 566px;
    margin: 56px 59px 0 0;
    z-index: 1;
  }
  .amp-hero-layout .hero_head {
    width: 439px;
    margin: -41px 29px 0 auto;
    padding: 41px 24px 18px 33px;
    background-color: #f0f0f0;
    transform: rotate(1deg);
  }
  .amp-hero-layout .hero_lead {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .amp-hero-layout .hero_column {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin: 49px 0 0 0;
  }
  .amp-hero-layout .hero_column_image {
    position: relative;
    width: 170px;
    z-index: 1;
  }
  .amp-hero-layout .hero_text_main {
    position: relative;
    margin-right: 20px;
    padding: 14px 0 16px 14px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.8rem;
    font-weight: 900;
    color: #ed6c00;
    line-height: 1.25;
  }
  .amp-hero-layout .hero_text_main::before {
    position: absolute;
    width: calc(100% + 4px);
    height: 4px;
    bottom: 0;
    left: -4px;
    background-color: #ed6c00;
    content: "";
  }
  .amp-hero-layout .hero_text_main .hero_text_strong01 {
    display: inline-block;
    padding-right: 6px;
  }
  .amp-hero-layout .hero_text_main .hero_text_strong02 {
    display: inline-block;
    padding-left: 4px;
  }
  .amp-hero-layout .hero_text_main .hero_text_dotted {
    position: relative;
    display: inline-block;
    padding-top: 7px;
  }
  .amp-hero-layout .hero_text_main .hero_text_dotted::before {
    position: absolute;
    width: 6px;
    height: 6px;
    left: 50%;
    top: 0;
    margin-left: -3px;
    border-radius: 6px;
    background-color: #ed6c00;
    content: "";
  }
  .amp-hero-layout .hero_text_sub {
    margin: 5px 15px 0 18px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2rem;
    font-weight: 500;
  }
  .amp-hero-layout .hero_caption {
    text-align: right;
    margin-top: 16px;
    font-weight: 700;
  }
  
  /* ----- amp-features-layout ----- */
  .amp-features-layout {
    position: relative;
    left: 50%;
    margin-top: 108px;
    margin-bottom: 68px;
    margin-left: -50vw;
    width: 100vw;
  }
  .amp-features-layout::before {
    position: absolute;
    width: 100%;
    height: calc(100% - 70px);
    top: 0;
    left: 0;
    background-color: #f0f0f0;
    content: "";
  }
  .amp-features-layout_inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
  }
  /* ----- amp-heading-lv2 ----- */
  .amp-heading-lv2 {
    position: relative;
    top: -43px;
    text-align: center;
    width: 100%;
    padding: 16px 0 21px;
    background-color: #59bae5;
  }
  .amp-heading-lv2::after {
    position: absolute;
    right: -5px;
    bottom: -6px;
    width: 100%;
    height: 100%;
    background-color: rgba(89,186,229,.35);
    content: "";
  }
  .amp-heading-lv2 .heading_title {
    position: relative;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 4.2rem;
    font-weight: 900;
    color: #fff;
    z-index: 1;
  }
  .amp-heading-lv2 .heading_title .heading_title_small {
    font-size: 3.2rem;
  }
  /* ----- amp-column ----- */
  .amp-column {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    margin-top: -3px;
  }
  .amp-column .column_item {
    width: calc((100% - (36px * 2))/3 - .1px);
    margin-left: 36px;
  }
  .amp-column .column_item:first-child {
    margin-left: 0;
  }
  /* ----- amp-lead ----- */
  .amp-lead {
    text-align: center;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .amp-lead .lead_sub {
    font-size: 2.4rem;
  }
  /* ----- amp-arrow ----- */
  .amp-arrow {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 56px;
  }
  .amp-arrow::after {
    position: absolute;
    bottom: 23px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 16px 0 16px;
    border-color: #ed6b00 transparent transparent transparent;
    content: "";
    transform: translateX(-50%);
  }
  /* ----- amp-box ----- */
  .amp-box {
    border: 4px solid #59bae5;
    background-color: #fff;
  }
  .amp-box .box_heading {
    position: relative;
    text-align: center;
    min-width: 206px;
    height: 60px;
    top: -22px;
    left: -15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    background-color: #ffe100;
    transform: rotate(-3deg);
  }
  .amp-box .box_heading::after {
    position: absolute;
    right: -5px;
    bottom: -6px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,225,0,.35);
    content: "";
  }
  .amp-box .box_heading .box_title {
    position: relative;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    z-index: 1;
    line-height: 1;
  }
  .amp-box .box_heading .box_title .box_title_small {
    font-size: 2.4rem;
  }
  .amp-box .box_heading .box_title .box_title_label {
    font-size: 1.8rem;
    padding-right: 12px;
    margin-left: -11px;
  }
  .amp-box .box_heading .box_title .box_title_yaku {
    font-size: 2rem;
  }
  .amp-box .box_heading .box_title .box_title_number {
    font-size: 4rem;
  }
  .amp-box .box_heading .box_title .box_title_unit {
    font-size: 2.8rem;
  }
  .amp-box .box_body {
    margin: 6px 5px 26px;
  }
  .amp-box .box_text {
    text-align: center;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .amp-box .box_text .box_text_sub {
    font-size: 2rem;
  }
  /* ----- amp-use-column ----- */
  .amp-use-column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .amp-use-column .column_item {
    width: calc((100% - 40px)/2);
    margin-top: 40px;
    margin-left: 40px;
  }
  .amp-use-column .column_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .amp-use-column .column_item:nth-child(-n+2) {
    margin-top: 0;
  }
  /* ----- amp-use-box ----- */
  .amp-use-box {
    position: relative;
    padding-top: 29px;
    padding-left: 30px;
  }
  .amp-use-box .box_balloon {
    position: absolute;
    top: 1px;
    left: 0;
    padding: 7px 31px 2px 29px;
    background-color: #59bae5;
    transform: rotate(-3deg);
  }
  .amp-use-box .box_balloon::before {
    position: absolute;
    bottom: -14px;
    right: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 24px 16px 0;
    border-color: transparent #59bbe5 transparent transparent;
    content: "";
  }
  .amp-use-box .box_balloon .balloon_number {
    position: relative;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    z-index: 1;
  }
  .amp-use-box .box_inner {
    padding: 19px 30px 30px;
    background-color: #f0f0f0;
  }
  .amp-use-box .box_title {
    text-align: center;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
  }
  .amp-use-box .box_image {
    position: relative;
    margin-top: 24px;
  }
  .amp-use-box .image_caption {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 7px 9px 11px 20px;
    background-color: #ffe100;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
  }
  .amp-use-box .image_caption .image_caption_number {
    font-size: 2.8rem;
  }
  .amp-use-box .box_text {
    margin-top: 19px;
  }
  /* ----- amp-use-box02 ----- */
  .amp-use-box02 {
    position: relative;
    padding-top: 29px;
    padding-left: 30px;
  }
  .amp-use-box02 .box_balloon {
    text-align: center;
    position: absolute;
    top: 1px;
    left: 0;
    min-width: 180px;
    padding: 12px 10px 6px;
    background-color: #59bae5;
    transform: rotate(-3deg);
  }
  .amp-use-box02 .box_balloon::before {
    position: absolute;
    bottom: -14px;
    right: 16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 24px 16px 0;
    border-color: transparent #59bbe5 transparent transparent;
    content: "";
  }
  .amp-use-box02 .box_balloon .balloon_text {
    position: relative;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    z-index: 1;
  }
  .amp-use-box02 .box_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 48px 40px 23px;
    border: 1px solid #59bae5;
  }
  .amp-use-box02 .box_image {
    margin: 0 auto;
    width: 368px;
  }
  .amp-use-box02 .box_text {
    line-height: 1.65;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* ----- amp-hero-layout ----- */
  .amp-hero-layout .hero_title {
    width: 44.21875vw;
    margin: 4.375vw 4.609375vw 0 0;
  }
  .amp-hero-layout .hero_head {
    width: 34.296875vw;
    margin: -3.203125vw 2.265625vw 0 auto;
    padding: 3.203125vw 1.75vw 1.40625vw 2.578125vw;
  }
  .amp-hero-layout .hero_lead {
    font-size: 1.875vw;
  }
  .amp-hero-layout .hero_column {
    margin: 3.828125vw 0 0 0;
  }
  .amp-hero-layout .hero_column_image {
    width: 13.28125vw;
  }
  .amp-hero-layout .hero_text_main {
    margin-right: 1.5625vw;
    padding: 1.09375vw 0 1.25vw 1.09375vw;
    font-size: 2.1875vw;
  }
  .amp-hero-layout .hero_text_sub {
    margin: 0.390625vw 1.171875vw 0 1.40625vw;
    font-size: 1.5625vw;
  }
  /* ----- amp-features-layout ----- */
  .amp-features-layout {
    width: auto;
    left: 0;
    margin-right: -40px;
    margin-left: -40px;
  }
  .amp-features-layout_inner {
    max-width: none;
    margin: 0;
    padding: 0 40px;
  }
}
/* **
@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
  ------------------------------------------------------ */
  /* ----- amp-hero-layout ----- */
  .amp-hero-layout {
    position: relative;
  }
  .amp-hero-layout .hero_image {
    margin-right: -15px;
    margin-left: -15px;
  }
  .amp-hero-layout .hero_detail {
    margin-top: -62px;
  }
  .amp-hero-layout .hero_detail > .hero_detail_inner {
  }
  .amp-hero-layout .hero_title {
    position: relative;
    margin: 0 13px 0 0;
    z-index: 1;
  }
  .amp-hero-layout .hero_head {
    width: 79%;
    margin: -25px 0 0 auto;
    padding: 27px 20px 11px 28px;
    background-color: #f0f0f0;
    transform: rotate(1deg);
  }
  .amp-hero-layout .hero_lead {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.73vw;
    font-weight: 700;
    line-height: 1.5;
  }
  .amp-hero-layout .hero_column {
    display: -webkit-flex;
    display: flex;
    margin: 16px 0 0 0;
  }
  .amp-hero-layout .hero_column_image {
    position: relative;
    width: 35%;
    z-index: 1;
  }
  .amp-hero-layout .hero_column_text {
    width: 65%;
  }
  .amp-hero-layout .hero_text_main {
    position: relative;
    padding: 9px 0 15px 17px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 5.6vw;
    font-weight: 900;
    color: #ed6c00;
    line-height: 1.25;
  }
  .amp-hero-layout .hero_text_main::before {
    position: absolute;
    width: calc(100% + 4px);
    height: 4px;
    bottom: 0;
    left: -4px;
    background-color: #ed6c00;
    content: "";
  }
  .amp-hero-layout .hero_text_main .hero_text_strong01 {
    display: inline-block;
    padding-right: 4px;
  }
  .amp-hero-layout .hero_text_main .hero_text_strong02 {
    display: inline-block;
    padding-left: 1px;
  }
  .amp-hero-layout .hero_text_main .hero_text_small {
    font-size: 4.8vw;
  }
  .amp-hero-layout .hero_text_main .hero_text_dotted {
    position: relative;
    display: inline-block;
    padding-top: 7px;
  }
  .amp-hero-layout .hero_text_main .hero_text_dotted::before {
    position: absolute;
    width: 6px;
    height: 6px;
    left: 50%;
    top: 0;
    margin-left: -3px;
    border-radius: 6px;
    background-color: #ed6c00;
    content: "";
  }
  .amp-hero-layout .hero_text_sub {
    text-align: right;
    margin-top: 9px;
    padding-right: 8px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.73vw;
    font-weight: 500;
  }
  .amp-hero-layout .hero_caption {
    text-align: right;
    margin-top: 18px;
    font-weight: 700;
  }
  /* ----- amp-features-layout ----- */
  .amp-features-layout {
    position: relative;
    margin: 75px -15px 0;
  }
  .amp-features-layout::before {
    position: absolute;
    width: 100%;
    height: calc(100% - 70px);
    top: 0;
    left: 0;
    background-color: #f0f0f0;
    content: "";
  }
  .amp-features-layout_inner {
    position: relative;
    padding: 0 15px;
    z-index: 1;
  }
  /* ----- amp-heading-lv2 ----- */
  .amp-heading-lv2 {
    position: relative;
    top: -36px;
    text-align: center;
    width: 100%;
    padding: 8px 0 9px;
    background-color: #59bae5;
  }
  .amp-heading-lv2::after {
    position: absolute;
    right: -5px;
    bottom: -6px;
    width: 100%;
    height: 100%;
    background-color: rgba(89,186,229,.35);
    content: "";
  }
  .amp-heading-lv2 .heading_title {
    position: relative;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
    color: #fff;
    z-index: 1;
  }
  .amp-heading-lv2 .heading_title .heading_title_small {
    font-size: 2rem;
  }
  /* ----- amp-column ----- */
  .amp-column {
    margin-top: -10px;
  }
  .amp-column .column_item {
    margin-top: 26px;
  }
  .amp-column .column_item:first-child {
    margin-top: 0;
  }
  /* ----- amp-lead ----- */
  .amp-lead {
    text-align: center;
    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.25;
  }
  .amp-lead .lead_sub {
    font-size: 1.6rem;
  }
  /* ----- amp-arrow ----- */
  .amp-arrow {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 42px;
  }
  .amp-arrow::after {
    position: absolute;
    bottom: 14px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 12px 0 12px;
    border-color: #ed6b00 transparent transparent transparent;
    content: "";
    transform: translateX(-50%);
  }
  /* ----- amp-box ----- */
  .amp-box {
    border: 3px solid #59bae5;
    background-color: #fff;
    margin-left: 15px;
  }
  .amp-box .box_heading {
    position: relative;
    text-align: center;
    min-width: 153px;
    height: 44px;
    top: -16px;
    left: -16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    background-color: #ffe100;
    transform: rotate(-3deg);
  }
  .amp-box .box_heading::after {
    position: absolute;
    right: -5px;
    bottom: -6px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,225,0,.35);
    content: "";
  }
  .amp-box .box_heading .box_title {
    position: relative;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.1rem;
    font-weight: 700;
    z-index: 1;
    line-height: 1;
  }
  .amp-box .box_heading .box_title .box_title_small {
    font-size: 1.8rem;
  }
  .amp-box .box_heading .box_title .box_title_label {
    display: inline-block;
    margin-left: -8px;
    padding-right: 9px;
    padding-bottom: 9px;
    font-size: 1.4rem;
  }
  .amp-box .box_heading .box_title .box_title_yaku {
    font-size: 1.5rem;
  }
  .amp-box .box_heading .box_title .box_title_number {
    font-size: 3rem;
  }
  .amp-box .box_heading .box_title .box_title_unit {
    font-size: 2.1rem;
  }
  .amp-box .box_body {
    margin: 0 5px 22px;
  }
  .amp-box .box_text {
    text-align: center;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .amp-box .box_text .box_text_sub {
    font-size: 1.5rem;
  }
  /* ----- amp-use-column ----- */
  .amp-use-column {
    margin-top: 25px !important;
  }
  .amp-use-column .column_item {
    margin-top: 21px;
  }
  .amp-use-column .column_item:first-child {
    margin-top: 0;
  }
  /* ----- amp-use-box ----- */
  .amp-use-box {
    position: relative;
    padding-top: 21px;
    padding-left: 15px;
  }
  .amp-use-box .box_balloon {
    position: absolute;
    top: 1px;
    left: 0;
    padding: 4px 24px 2px 23px;
    background-color: #59bae5;
    transform: rotate(-3deg);
  }
  .amp-use-box .box_balloon::before {
    position: absolute;
    bottom: -11px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 22px 16px 0;
    border-color: transparent #59bbe5 transparent transparent;
    content: "";
  }
  .amp-use-box .box_balloon .balloon_number {
    position: relative;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    z-index: 1;
  }
  .amp-use-box .box_inner {
    padding: 20px 15px;
    background-color: #f0f0f0;
  }
  .amp-use-box .box_title {
    text-align: center;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .amp-use-box .box_image {
    position: relative;
    margin-top: 13px;
  }
  .amp-use-box .image_caption {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 7px 7px 7px 13px;
    background-color: #ffe100;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
  }
  .amp-use-box .image_caption .image_caption_number {
    font-size: 1.5rem;
  }
  .amp-use-box .box_text {
    margin-top: 11px;
  }
  /* ----- amp-use-box02 ----- */
  .amp-use-box02 {
    position: relative;
    padding-top: 22px;
    padding-left: 16px;
  }
  .amp-use-box02 .box_balloon {
    text-align: center;
    position: absolute;
    top: 1px;
    left: 0;
    min-width: 136px;
    padding: 8px 10px 6px;
    background-color: #59bae5;
    transform: rotate(-3deg);
  }
  .amp-use-box02 .box_balloon::before {
    position: absolute;
    bottom: -10px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 24px 16px 0;
    border-color: transparent #59bbe5 transparent transparent;
    content: "";
  }
  .amp-use-box02 .box_balloon .balloon_text {
    position: relative;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    z-index: 1;
  }
  .amp-use-box02 .box_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 38px 13px 26px;
    border: 1px solid #59bae5;
  }
  .amp-use-box02 .box_image {
    margin: 0 auto;
  }
  .amp-use-box02 .box_text {
    line-height: 1.5;
  }
  
  
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 375px) {
  .gs-products-layout[data-image-num]:not([data-image-num="1"]) {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
/* **
@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 {
}