@charset "utf-8";
/* ======================================================
 * flatote.css
 * ------------------------------------------------------
 * Common
 * @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
====================================================== */
/* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
/* ----- font ----- */
/* Noto Sans */
.evc-hero-layout, .evc-main-layout, .evc-spec-layout, .evc-banner-layout {
  font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ----- 購入ボタン ----- */
  /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 100px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 88px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-button_link {
    display: inline-block;
    padding: 5px 26px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde !important;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .ec-button_link:hover {
    background-color: #daebfc;
  }
  .table-ec-button {
    display: inline-block;
    margin-left: 10px;
    max-width: 250px;
    min-width: 88px;
  }
  .table-ec-button_link {
    display: inline-block;
    padding: 5px 25px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .table-ec-button_link:hover {
    opacity: 1;
    background-color: #daebfc;
  }
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /*---evc-hero_visual_text---*/
  .evc-hero_visual_text {
    margin-top: 10px;
    text-align: right;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ ProN W6"
  }
  /*---evc-heading-lv2---*/
  .evc-heading-lv2 {
    text-align: center;
  }
  /*---evc-heading_title---*/
  .evc-heading_title {
    display: inline-block;
    position: relative;
    border-bottom: solid 4px #78715d;
    color: #78715d;
    font-size: 3.0rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP";
  }
  .evc-heading_title::before {
    content: "";
    width: 16px;
    height: 16px;
    left: 50%;
    bottom: -11px;
    margin-left: -13px;
    position: absolute;
    background: #fff;
    border-right: solid 4px #78715d;
    border-bottom: solid 4px #78715d;
    transform: rotate(45deg);
  }
  /*---evc-strong---*/
  .evc-strong {
    font-size: 4.8rem;
  }
  /*---evc-box-colmn---*/
  .evc-box-colmn {
    display: flex;
    margin-top: 36px;
    max-width: 100%;
  }
  .evc-box-column_item {
    width: calc((100% - 6%) / 3);
    margin-left: 3%;    max-width: 100%;
    text-align: center;
  }
  .evc-box-column_item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .evc-box-column_head {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 4px solid #e17927;
  }
  .evc-box-column_number {
    position: relative;
    padding: 0 7px;
    margin-right: 10px;
    background-color: #e17927;
    border-radius: 50%;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP";
  }
  .evc-box-column_number::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 30px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #e17927 transparent transparent transparent;
    border-width: 14px 7px 0 7px;
    transform: rotate(70deg);
    z-index: -1;
  }
  .evc-box-column_title {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: bold;
  }
  .evc-box-column_body {
    margin-top: 20px;
  }
  /* ----- youtube-layout ----- */
  [class*="youtube-layout"] .youtube_inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  [class*="youtube-layout"] .youtube_inner > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .youtube-layout {
    width: 580px;
    max-width: 100%;
    margin: 54px auto 0;
  }
  /*---evc-box---*/
  .evc-box {
    display: flex;
    margin-top: 56px;
    background-color: #efefef;
  }
  .evc-box_image {
    width: 20%;
  }
  .evc-box_body {
    width: 80%;
    padding: 30px;
  }
  .evc-box_body_title {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .evc-box_body_bottom {
    display: flex;
    padding-top: 20px;
  }
  .evc-box_body_bottom_title {
    background-color: #2ea7cb;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
  }
  .evc-box_body_bottom_image {
    margin-top: 14px;
  }
  .evc-box_body_bottom_media {
    width: 60%;
    margin-right: 60px;
    position: relative;
    flex-shrink: 0;
  }
  .evc-box_body_bottom_media::before {
    content: "";
    position: absolute;
    top: 44%;
    right: -58px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #2ea7cb;
  }
  .evc-box_text-area {
    width: 40%;
    margin-left: 20px;
    position: relative;
  }
  .evc-box_text {
    position: absolute;
    bottom: 10px;
    font-weight: bold;
    line-height: 1.4;
  }
  /*---list-note-right---*/
  .list-note-right {
    margin-top: 14px;
    text-align: right;
    font-size: 1.4rem;
    font-family: "メイリオ";
  }
  /*---evc-column-layout---*/
  .evc-column-layout {
    margin-top: 60px;
  }
  .evc-column_head {
    background-color: #f7d1a4;
    text-align: center;
  }
  .evc-column_title {
    font-size: 2.6rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP"
  }
  .evc-column_body {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .evc-column_item-v2 {
    width: calc((100% - 40px ) / 2);
  }
  .evc-column_item-v2:nth-child(n+3) {
    margin-top: 48px;
  }
  .column_text {
    margin-top: 20px;
  }
  /*---evc-right_area---*/
  .evc-right_area {
    margin-top: 50px;
  }
  .evc-right_area > .evc-image {
    width: 47%;
    margin: 0 auto;
  }
  /*---evc-list-box---*/
  .evc-list-box {
    background-color: #fce4df;
    padding: 26px 20px 26px 20px;
    margin-top: 50px;
  }
  .cvc-list-note-v3 > li {
    padding-left: 16px;
    position: relative;
    font-size: 1.6rem;
    color: #555;
  }
  .cvc-list-note-v3 > li + li {
    margin-top: 0;
  }
  .cvc-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .evc-list-text > li {
    position: relative;
    padding-left: 14px;
  }
  .evc-list-text > li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #333;
    content: "";
  }
  .evc-list-text > li:nth-child(n+2) {
    margin-top: 10px;
  }
  /*---evc-main-layout---*/
  .evc-main-layout {
  }
  /*---evc-banner-layout---*/
  .evc-banner-layout { 
    margin-top: 44px;
  }
  .evc-banner_inner:hover {
    opacity: .7;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}
/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .evc-hero_lead {
    font-size: calc( 28 * 100vw / 1280);
  }
  .evc-hero_title {
    font-size: calc( 60 * 100vw / 1280);
  }
}
/***
@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) {
  /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 80px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 70px;
    right: 0;
    top: 16px;
  }
  .ec-button {
    margin-top: 17px;
    text-align: center;
  }
  .ec-button_link {
    display: inline-block;
    padding: 2px 19px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 5px;
    color: #418fde !important;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .table-ec-button {
    display: inline-block;
    max-width: 120px;
    min-width: 65px;
    margin-top: 5px;
    margin-left: 10px;
    padding: 0;
  }
  .table-ec-button_link {
    display: inline-block;
    border: 2px solid #418fde;
    border-radius: 5px;
    padding: 3px 15px;
    color: #418fde;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .evc-hero-layout {
    margin: 0 -15px;
  }
  /*---evc-hero_visual_text---*/
  .evc-hero_visual_text {
    margin-top: 10px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ ProN W6"
  }
  /*---evc-heading-lv2---*/
  .evc-heading-lv2 {
    text-align: center;
  }
  /*---evc-heading_title---*/
  .evc-heading_title {
    display: inline-block;
    position: relative;
    border-bottom: solid 3px #78715d;
    color: #78715d;
    font-size: 2.1rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP";
    padding-bottom: 8px;
  }
  .evc-heading_title::before {
    content: "";
    width: 12px;
    height: 12px;
    left: 50%;
    bottom: -9px;
    margin-left: -9px;
    position: absolute;
    background: #fff;
    border-right: solid 3px #78715d;
    border-bottom: solid 3px #78715d;
    transform: rotate(45deg);
  }
  /*---evc-strong---*/
  .evc-strong {
    font-size: 3.1rem;
  }
  /*---evc-box-colmn---*/
  .evc-box-colmn {
    margin-top: 33px;
  }
  .evc-box-column_item:nth-child(n+2) {
    margin-top: 36px;
  }
  .evc-box-column_item {
    text-align: center;
  }
  .evc-box-column_head {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 4px solid #e17927;
  }
  .evc-box-column_number {
    position: relative;
    padding: 4px 6px;
    margin-right: 8px;
    background-color: #e17927;
    border-radius: 50%;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP";
  }
  .evc-box-column_number::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #e17927 transparent transparent transparent;
    border-width: 15px 10px 0 10px;
    transform: rotate(70deg);
    z-index: -1;
  }
  .evc-box-column_title {
    font-size: 2.1rem;
    line-height: 1.4;
    font-weight: bold;
  }
  .evc-box-column_body {
    margin-top: 14px;
  }
  .evc-box-column_image {
    width: 80%;
    margin: 0 auto;
  }
  /* ----- youtube-layout ----- */
  [class*="youtube-layout"] .youtube_inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  [class*="youtube-layout"] .youtube_inner > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .youtube-layout {
    width: 580px;
    max-width: 100%;
    margin: 2em auto 0;
  }
  /*---evc-box---*/
  .evc-box {
    margin-top: 34px;
    background-color: #efefef;
    position: relative;
  }
  .evc-box_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 41%;
    display: block;
    height: 0;
    padding-bottom: 52%;
  }
  .evc-box_body {
    padding: 15px;
  }
  .evc-box_body_title {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4;
    padding-left: calc(40vw - 15px);
    min-height: 46vw;
  }
  .evc-box_body_bottom {
    margin-top: 14px;
  }
  .evc-box_body_bottom_title {
    padding: 3px 0;
    background-color: #2ea7cb;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
  }
  .evc-box_body_bottom_image {
    margin-top: 14px;
  }
  .evc-box_body_bottom_media {
    position: relative;
  }
  .evc-box_body_bottom_media::before {
    content: "";
    position: absolute;
    bottom: -52%;
    right: 43%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 20px;
    border-color: transparent transparent transparent #2ea7cb;
    transform: rotate(90deg);
  }
  .evc-box_text-area {
    margin-top: 90px;
  }
  .evc-box_text {
    position: absolute;
    bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    padding-right: 20px;
  }
  /*---list-note-right---*/
  .list-note-right {
    margin-top: 14px;
    font-size: 1.1rem;
    font-family: "ヒラギノ角ゴ ProN W3";
  }
  /*---evc-column-layout---*/
  .evc-column-layout {
    margin-top: 35px;
  }
  .evc-column_head {
    background-color: #f7d1a4;
    text-align: center;
    padding: 3px 0;
  }
  .evc-column_title {
    font-size: 1.7rem;
    font-weight: bold;
    font-family: "Noto Sans CJK JP"
  }
  .evc-column_body {
    margin-top: 16px;
  }
  .evc-column_item-v2 {
    width: 85%;
    margin: 0 auto;
  }
  .evc-column_item-v2:nth-child(n+2) {
    margin-top: 35px;
  }
  .column_text {
    margin-top: 15px;
  }
  .cvc-list-note-v3 > li {
    padding-left: 16px;
    position: relative;
    font-size: 1.4rem;
    color: #555;
  }
  .cvc-list-note-v3 > li + li {
    margin-top: 0;
  }
  .cvc-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /*---evc-right_area---*/
  .evc-right_area {
    width: 86%;
    margin: 0 auto;
    padding-top: 32px;
  }
  /*---list-box---*/
  .evc-list-box {
    background-color: #fce4df;
    padding: 15px 10px;
    margin-top: 30px;
  }
  .evc-list-text {
    
  }
  .evc-list-text > li {
    position: relative;
    padding-left: 14px;
  }
  .evc-list-text > li::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #333;
    content: "";
  }
  .evc-list-text > li:nth-child(n+2) {
    margin-top: 10px;
  }
  /*---evc-main-layout---*/
  .evc-main-layout {
    margin: 24px 0 0;
  }
  /*---evc-banner-layout---*/
  .evc-banner-layout { 
    margin-top: 26px;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}
/* ======================================================
 * SP Media Queries
====================================================== */
/***
@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 (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 374px) {}
@media only screen and (max-width: 370px) {}
/***
@media only screen and (max-width: 320px) {
}



/* ======================================================
 * Print
====================================================== */
@media print {}