@charset "utf-8";

/* ======================================================
 * app.css
 * ------------------------------------------------------
 * Common
 * - Base
 * - Vars
 * - Override
 * - Util
 * - Layout
 * - Page Component
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Util
 * - Layout
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Override
 * - Util
 * - Layout
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */
/* ======================================================
 * Common
====================================================== */

/* ------------------------------------------------------
 * Base
------------------------------------------------------ */
body, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, table, caption, th, td, form, fieldset, input, textarea, select, pre, address, blockquote, embed, object, address, dfn, article, aside, canvas, figure, figcaption, footer, header, menu, nav, section, main, audio, video {
  margin: 0px;
  padding: 0px;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
}
html {
  overflow-y: scroll;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html * {
  -webkit-overflow-scrolling: touch;
}
* {
  box-sizing: border-box;
}
body {
  color: #333;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  line-height: 1.5;
}
em {
  font-style: normal;
  font-weight: bold;
}
strong {
  font-style: normal;
  font-weight: bold;
}
ul, ol {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
a {
  cursor: pointer;
  text-decoration: none;
}
form {
  font-weight: normal;
}
input, button, textarea, select {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  text-transform: none;
}
select::-ms-expand {
  display: none;
}
input[type="submit"], input[type="button"], button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 5px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 100%;
}

li, dt, dd, th, td {
  line-height: 1.5;
}

ul, ol {
  list-style-type: none;
  list-style-position: outside;
}

sub, sup {
  font-size: 86%;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

/* ------------------------------------------------------
 * Override
------------------------------------------------------ */
main {position: relative; z-index: 1;}
img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: auto;
}

.lp-contents > :first-child,
.lp-contents > section:first-child > :first-child,
.lp-box .box_head > :first-child,
.lp-box .box_head > section:first-child > :first-child,
.lp-box .box_body > :first-child,
.lp-box .box_body > section:first-child > :first-child,
.lp-box-v2 .box_head > :first-child,
.lp-box-v2 .box_head > section:first-child > :first-child,
.lp-box-v2 .box_body > :first-child,
.lp-box-v2 .box_body > section:first-child > :first-child,
.lp-box-v3 .box_head > :first-child,
.lp-box-v3 .box_head > section:first-child > :first-child,
.lp-box-v3 .box_body > :first-child,
.lp-box-v3 .box_body > section:first-child > :first-child,
.lp-caution .caution_head > :first-child,
.lp-caution .caution_head > section:first-child > :first-child,
.lp-caution .caution_body > :first-child,
.lp-caution .caution_body > section:first-child > :first-child {
  margin-top: 0!important;
}

/* ------------------------------------------------------
 * Util
------------------------------------------------------ */
.util-bold {
  font-weight: bold!important;
}
.util-color-red {
  color: var(--main-color)!important;
}
.util-highlight-red {
  color: var(--main-color)!important;
  font-weight: bold!important;
}
.util-sup,
.util-sub {
  font-size: 50%!important;
}

[class*="util-link"] {
  color: var(--text-color);
  text-decoration: underline;
}

.util-link-pdf::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url("/kojin/lp/newin1/img/cmn_ic03.svg") no-repeat center center;
  background-size: contain;
}

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Util
  ------------------------------------------------------ */
  .util-pc-hidden { display: none!important; }
  [data-size-pc] > * { width: 100%; }
  [data-size-pc="1per"]{width:1%!important;}[data-size-pc="2per"]{width:2%!important;}[data-size-pc="3per"]{width:3%!important;}[data-size-pc="4per"]{width:4%!important;}[data-size-pc="5per"]{width:5%!important;}[data-size-pc="6per"]{width:6%!important;}[data-size-pc="7per"]{width:7%!important;}[data-size-pc="8per"]{width:8%!important;}[data-size-pc="9per"]{width:9%!important;}[data-size-pc="10per"]{width:10%!important;}[data-size-pc="11per"]{width:11%!important;}[data-size-pc="12per"]{width:12%!important;}[data-size-pc="13per"]{width:13%!important;}[data-size-pc="14per"]{width:14%!important;}[data-size-pc="15per"]{width:15%!important;}[data-size-pc="16per"]{width:16%!important;}[data-size-pc="17per"]{width:17%!important;}[data-size-pc="18per"]{width:18%!important;}[data-size-pc="19per"]{width:19%!important;}[data-size-pc="20per"]{width:20%!important;}[data-size-pc="21per"]{width:21%!important;}[data-size-pc="22per"]{width:22%!important;}[data-size-pc="23per"]{width:23%!important;}[data-size-pc="24per"]{width:24%!important;}[data-size-pc="25per"]{width:25%!important;}[data-size-pc="26per"]{width:26%!important;}[data-size-pc="27per"]{width:27%!important;}[data-size-pc="28per"]{width:28%!important;}[data-size-pc="29per"]{width:29%!important;}[data-size-pc="30per"]{width:30%!important;}[data-size-pc="31per"]{width:31%!important;}[data-size-pc="32per"]{width:32%!important;}[data-size-pc="33per"]{width:33%!important;}[data-size-pc="34per"]{width:34%!important;}[data-size-pc="35per"]{width:35%!important;}[data-size-pc="36per"]{width:36%!important;}[data-size-pc="37per"]{width:37%!important;}[data-size-pc="38per"]{width:38%!important;}[data-size-pc="39per"]{width:39%!important;}[data-size-pc="40per"]{width:40%!important;}[data-size-pc="41per"]{width:41%!important;}[data-size-pc="42per"]{width:42%!important;}[data-size-pc="43per"]{width:43%!important;}[data-size-pc="44per"]{width:44%!important;}[data-size-pc="45per"]{width:45%!important;}[data-size-pc="46per"]{width:46%!important;}[data-size-pc="47per"]{width:47%!important;}[data-size-pc="48per"]{width:48%!important;}[data-size-pc="49per"]{width:49%!important;}[data-size-pc="50per"]{width:50%!important;}[data-size-pc="51per"]{width:51%!important;}[data-size-pc="52per"]{width:52%!important;}[data-size-pc="53per"]{width:53%!important;}[data-size-pc="54per"]{width:54%!important;}[data-size-pc="55per"]{width:55%!important;}[data-size-pc="56per"]{width:56%!important;}[data-size-pc="57per"]{width:57%!important;}[data-size-pc="58per"]{width:58%!important;}[data-size-pc="59per"]{width:59%!important;}[data-size-pc="60per"]{width:60%!important;}[data-size-pc="61per"]{width:61%!important;}[data-size-pc="62per"]{width:62%!important;}[data-size-pc="63per"]{width:63%!important;}[data-size-pc="64per"]{width:64%!important;}[data-size-pc="65per"]{width:65%!important;}[data-size-pc="66per"]{width:66%!important;}[data-size-pc="67per"]{width:67%!important;}[data-size-pc="68per"]{width:68%!important;}[data-size-pc="69per"]{width:69%!important;}[data-size-pc="70per"]{width:70%!important;}[data-size-pc="71per"]{width:71%!important;}[data-size-pc="72per"]{width:72%!important;}[data-size-pc="73per"]{width:73%!important;}[data-size-pc="74per"]{width:74%!important;}[data-size-pc="75per"]{width:75%!important;}[data-size-pc="76per"]{width:76%!important;}[data-size-pc="77per"]{width:77%!important;}[data-size-pc="78per"]{width:78%!important;}[data-size-pc="79per"]{width:79%!important;}[data-size-pc="80per"]{width:80%!important;}[data-size-pc="81per"]{width:81%!important;}[data-size-pc="82per"]{width:82%!important;}[data-size-pc="83per"]{width:83%!important;}[data-size-pc="84per"]{width:84%!important;}[data-size-pc="85per"]{width:85%!important;}[data-size-pc="86per"]{width:86%!important;}[data-size-pc="87per"]{width:87%!important;}[data-size-pc="88per"]{width:88%!important;}[data-size-pc="89per"]{width:89%!important;}[data-size-pc="90per"]{width:90%!important;}[data-size-pc="91per"]{width:91%!important;}[data-size-pc="92per"]{width:92%!important;}[data-size-pc="93per"]{width:93%!important;}[data-size-pc="94per"]{width:94%!important;}[data-size-pc="95per"]{width:95%!important;}[data-size-pc="96per"]{width:96%!important;}[data-size-pc="97per"]{width:97%!important;}[data-size-pc="98per"]{width:98%!important;}[data-size-pc="99per"]{width:99%!important;}[data-size-pc="100per"]{width:100%!important;}

  /* ----- data-col-pc ----- */
  [data-col-pc]:not([data-col-pc="1"]) {
    display: flex;
    flex-flow: row wrap;
  }
  [data-col-pc]:not([data-col-pc="auto"]) > * {
    margin: 12px 0 0 12px;
  }
  [data-col-pc="1"] > * {width: 100%;}
  [data-col-pc="2"] > * {width: calc((100% - (12px * 1)) / 2);}
  [data-col-pc="3"] > * {width: calc((100% - (12px * 2)) / 3);}
  [data-col-pc="4"] > * {width: calc((100% - (12px * 3)) / 4);}
  [data-col-pc="1"] > *,
  [data-col-pc="2"] > *:nth-child(2n+1),
  [data-col-pc="3"] > *:nth-child(3n+1),
  [data-col-pc="4"] > *:nth-child(4n+1) {
    margin-left: 0!important;
  }
  [data-col-pc="1"] > *:first-child,
  [data-col-pc="2"] > *:nth-child(-n+2),
  [data-col-pc="3"] > *:nth-child(-n+3),
  [data-col-pc="4"] > *:nth-child(-n+4) {
    margin-top: 0!important;
  }
  
  [class*="util-link"]:hover {
    text-decoration: none;
  }

  .util-link-pdf::after {
    top: 2px;
    width: 13px;
    height: 13px;
    margin: 0 9px 0 1px;
  }
  
  .u-mgt10-25 {
    margin-top: 25px !important;
  }

  .u-mgt15-20 {
    margin-top: 20px !important;
  }

  .u-mgt25-50 {
    margin-top: 50px !important;
  }

  /* ------------------------------------------------------
   * Layout
  ------------------------------------------------------ */
  body {
    position: relative;
    font-size: 1.6rem;
  }
  /* ----- header ----- */
  .lp-header {
    width: 100%;
    min-width: 1260px;
    z-index: 2;
    background-color: #fff;
    border-bottom: 3px solid #e60012;
    margin-bottom: 0px;
    padding: 10px 0 ;
  }
  .lp-header .header_logo {
    margin-left: 60px;
    width: 163px;
  }
  .header_flex {
    display: flex;
    justify-content: space-between;
  }
.header_flex_2 {
  display: flex;
  margin: 10px 60px;
}
.bt_seikyuu a {
  color: #fff;
  background-color: #e64620;
  font-size: 2rem;
  padding: 15px 60px;
  border-radius: 8px;
  margin: 10px 0;
}
.bt_seikyuu a:hover {
  background-color: #ff471b;
}
.bt_mitumori a {
  color: #fff;
  background-color: #23adc6;
  font-size: 2rem;
  padding: 15px 60px;
  border-radius: 8px;
  margin-left: 20px;
}
.bt_mitumori a:hover {
  background-color: #28c4e0;
}
  /* ----- main ----- */
  .lp-main {
    min-width: 1260px;
    overflow: hidden;
  }
  .lp-main_inner {
    width: 1260px;
    margin: 0 auto;
  }
  .lp-contents {
    width: 100%;
    padding: 0 30px 60px;
  }
  
  /* ----- footer ----- */
  .lp-footer {
    position: relative;
    width: 100%;
    min-width: 1260px;
    border-top: 1px solid #ddd;
  }
  .lp-footer .footer_inner {
    width: 1260px;
    margin: 0 auto;
    padding: 18px 30px 16px;
  }
  .lp-footer .footer_pagetop {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  .lp-footer .footer_pagetop .pagetop_link {
    position: relative;
    display: flex;
    width: 80px;
    height: 80px;
    background-color: #f0f0f0;
  }
  .lp-footer .footer_pagetop .pagetop_link:hover {
    background-color: #f6f6f6;
  }
  .lp-footer .footer_pagetop .pagetop_link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -3px 0 0 -10px;
    border-top: 2px solid #e60718;
    border-right: 2px solid #e60718;
    -webkit-transform: translate(-45deg);
    transform: rotate(-45deg);
  }
  .lp-footer .footer_pagetop .pagetop_link .pagetop_label {
    text-indent: -9999px;
    overflow: hidden;
  }
  .lp-footer .footer_copyright {
    text-align: center;
  }
  .lp-footer .footer_copyright .copyright_label {
    font-size: 1.4rem;
  }
  .lp-footer .footer_number {
    font-size: 1.4rem;
    text-align: center;
  }
  
  /* ----- aside ----- */
  .lp-aside {
    display: none;
    position: fixed;
    top: 212px;
    right: 0;
    z-index: 100;
    padding: 2px 0px 2px 2px;
    background-color: #d2cabd;
  }
  .lp-aside-navi {
    width: 70px;
  }
  .lp-aside-navi .navi_list > li {
  }
  .lp-aside-navi .navi_list > li + li {
    margin-top: 2px;
  }
  .lp-aside-navi .navi_list > li > .navi_link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 180px;
    padding: 53px 10px 33px;
    background-color: #dc859b;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .lp-aside-navi .navi_list > li > .type01 {
    background-color: #e64620;
  } 
  .lp-aside-navi .navi_list > li > .type01:hover {
    background-color: #ff471b;
  }
  .lp-aside-navi .navi_list > li > .type02 {
    background-color: #23adc6;
  } 
  .lp-aside-navi .navi_list > li > .type02:hover {
    background-color: #28c4e0;
  }
  .lp-aside-navi .navi_list > li > .type03 {
    background-color: #ffffff;
    color: #333;
    font-size: 2rem;
    line-height: 1.08;
    padding: 20px 10px 20px;
  } 
  .lp-aside-navi .navi_list > li > .type03:hover {
    background-color: #faf0f2;
  }
  .lp-aside-navi .navi_list > li > .navi_link::before {
    content: "";
    position: absolute;
    left: 50%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .lp-aside-navi .navi_list > li > .navi_link.type01::before {
    top: 14px;
    width: 24px;
    height: 29px;
    background-image: url("/kojin/lp/newin1/img/01_bg_01.webp");
  }
  .lp-aside-navi .navi_list > li > .navi_link.type02::before {
    top: 23px;
    width: 38px;
    height: 28px;
    background-image: url("/kojin/lp/newin1/img/01_bg_02.webp");
  }
  .lp-aside-navi .navi_list > li > .navi_link::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: inline-block;
    width: 12px;
    height: 16px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .lp-aside-navi .navi_list .navi_label {
    position: relative;
    writing-mode: vertical-rl;
  }
  

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- lp-lead-contents ----- */
  .lp-lead-contents {
    position: relative;
    margin-top: 70px;
  }
  .lp-lead-contents .lead_title {
    position: absolute;
    top: 30px;
    right: 0;
  }
  .lp-lead-contents .lead_media {
    display: flex;
    flex-flow: row nowrap;
  }
  .lp-lead-contents .lead_media .lead_media_head {
    flex-shrink: 0;
    margin-right: 110px;
  }
  .lp-lead-contents .lead_media .lead_media_body {
    width: 100%;
    padding-top: 30px;
  }
  .lp-lead-contents .lead_media .lead_media_body .lead_text02 {
    margin-top: 58px;
  }
  .lp-lead-contents .lead_image-wrap {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: flex-end;
    margin-top: 49px;
    padding-left: 100px;
  }
  .lp-lead-contents .lead_image.image02 {
    margin: 18px 20px 0 0;
  }
  .lp-lead-contents .lead_image .image_caption {
    margin-top: 19px;
  }
  
  /* ----- lp-bg-layout ----- */
  .lp-bg-layout {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: #fcf3f5;
  }
  .lp-bg-layout .lp-bg-layout_inner {
    width: 1260px;
    margin: -128px auto 0;
    padding: 160px 30px 106px;
  }
  /* ----- lp-heading2 ----- */
  .lp-heading2 .heading_subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .lp-heading2 .heading_title {
    text-align: center;
  }
  .lp-heading2 .heading_text {
    margin-top: 20px;
    text-align: center;
  }
  
  /* ----- lp-column ----- */
  .lp-column {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/kojin/lp/newin1/img/01_im01.webp") no-repeat bottom center;
  }
  .lp-column .column_item + .column_item {
    margin-left: 58px;
  }
  .lp-column .column_logo-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .lp-column .column_logo.logo01 {
    width: 210px;
  }
  .lp-column .column_logo.logo02 {
    width: 182px;
  }
  .lp-column .column_logo + .column_logo{
    margin-top: 6px;
  }
  
  /* ----- lp-components ----- */
  .lp-components {
    margin-top: -30px;
  }
  .lp-components .components_head {
    padding-bottom: 15px;
  }
  .lp-components .components_body {
    width: 850px;
    margin: 0 auto;
    padding-top: 12px;
  }
  .lp-components .components_title {
    position: relative;
    padding: 13px 30px;
    background-color: #e60012;
    color: #fff;
    text-align: center;
  }
  .lp-components .components_title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -9px;
    border-top: 15px solid #e60012;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
  }
  .lp-components .components_lead {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  
  /* ----- lp-figure-wrap ----- */
  .lp-figure-wrap {
    display: flex;
    justify-content: center;
  }
  .lp-figure .figure__frame {
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(202, 181, 186, .3);
  }
  
  /* ----- lp-table ----- */
  .lp-table {
    margin-top: 20px;
  }
  .lp-table .table_head {
    display: flex;
    justify-content: center;
    margin-bottom: 37px;
  }
  .lp-table .table_body {
  }
  .lp-table .table_title {
    position: relative;
    padding-bottom: 13px;
  }
  .lp-table .table_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    width: calc(100% + 10px);
    height: 4px;
    border-radius: 2px;
    background-color: #23adc6;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .lp-table .table_matrix {
    width: 100%;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
  }
  .lp-table .table_matrix th,
  .lp-table .table_matrix td {
    padding: 12px;
    border-right: 2px solid #ccc;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
  }
  .lp-table .table_matrix th:last-child,
  .lp-table .table_matrix td:last-child {
    border-right: none;
  }
  .lp-table .table_matrix .table_color-row {
    background-color: #ebebeb;
  }
  .lp-table .table_cell {
    font-size: 2.4rem;
  }
  .lp-table .table_cell--lv1 {
    color: #fff;
    font-size: 2.4rem;
  }
  .lp-table .table_cell--lv1.type01 {
    background-color: #23adc6;
  }
  .lp-table .table_cell--lv1.type02 {
    background-color: #ea5420;
  }
  .lp-table .table_cell--lv2 {
    font-size: 2.0rem;
  }
  
  /* ----- lp-table-v2 ----- */
  .lp-table-v2 {
    margin-top: 30px;
  }
  .lp-table-v2 .table_foot {
    margin-top: 7px;
  }
  .lp-table-v2 .table_matrix {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
  }
  .lp-table-v2 .table_matrix th,
  .lp-table-v2 .table_matrix td {
    padding: 11px;
    border-right: 2px solid #ccc;
    text-align: center;
    vertical-align: middle;
  }
  .lp-table-v2 .table_matrix th:last-child,
  .lp-table-v2 .table_matrix td:last-child {
    border-right: none;
  }
  .lp-table-v2 .table_matrix .table_color-row {
    background-color: #ebebeb;
  }
  .lp-table-v2 .table_cell {
    font-size: 2.0rem;
    font-weight: 700;
  }
  .lp-table-v2 .table_cell--lv1 {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .lp-table-v2 .table_note {
    position: relative;
    padding-left: 13px;
    font-size: 1.4rem;
  }
  .lp-table-v2 .table_note > .note_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ----- lp-list-wrap ----- */
  .lp-list-wrap {
    margin-top: 26px;
  }
  /* ----- lp-list-wrap-v2 ----- */
  .lp-list-wrap-v2 {
    margin-top: 36px;
  }
  /* ----- lp-description-list ----- */
  .lp-description-list > dt {
    position: relative;
    padding-left: 18px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .lp-description-list > dt::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 4px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #585858;
  }
  .lp-description-list > dd {
    margin-top: 10px;
  }
  /* ----- lp-note-list ----- */
  .lp-note-list > li {
    position: relative;
    padding-left: 22px;
    margin-top: 10px;
  }
  .lp-note-list > li:first-child {
    margin-top: 0;
  }
  .lp-note-list > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- lp-note-order-list ----- */
  .lp-note-order-list > li {
    position: relative;
    margin-top: 10px;
    padding-left: 38px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .lp-note-order-list > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- lp-box ----- */
  .lp-box {
    margin-top: 20px;
    padding: 16px 20px;
    background-color: #fcf3f5;
  }
  
  /* ----- lp-box-v2 ----- */
  .lp-box-v2 {
    margin-top: 20px;
    border-radius: 5px;
    background-color: #f0f0f0;
  }
  .lp-box-v2 .box_head {
    padding: 25px 50px 12px;
  }
  .lp-box-v2 .box_body {
    padding: 30px 50px 25px;
  }
  .lp-box-v2 .box_head + .box_body {
    padding-top: 0;
  }
  .lp-box-v2 .box_title {
    font-size: 2.0rem;
    font-weight: 700;
  }
  
  /* ----- lp-box-v3 ----- */
  .lp-box-v3 {
    margin-top: 20px;
    border: 2px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
  }
  .lp-box-v3 .box_head {
    padding: 25px 48px 9px;
  }
  .lp-box-v3 .box_body {
    padding: 25px 48px 20px;
  }
  .lp-box-v3 .box_head + .box_body {
    padding-top: 0;
  }
  .lp-box-v3 .box_title {
    font-size: 2.0rem;
    font-weight: 700;
  }
  
  /* ----- lp-small-text ----- */
  .lp-small-text {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  
  /* ----- lp-button-wrap ----- */
  .lp-button-wrap {
    display: flex;
    margin-top: 18px;
  }
  /* ----- lp-button ----- */
  .lp-button {
    display: flex;
  }
  .lp-button > a {
    position: relative;
    display: flex;
    justify-content: center;
    min-width: 360px;
    padding: 13px 30px;
    border-radius: 25px;
    background-color: #fff;
    color: #333;
  }
  .lp-button > a:hover {
    box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
  }
  .lp-button .button_type::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 23px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #e60012;
    border-right: 2px solid #e60012;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .lp-button .button_type--pdf::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-top: -9px;
    background: url("/kojin/lp/newin1/img/cmn_ic05.svg") no-repeat 0 0;
    background-size: contain;
  }
  
  /* ----- lp-conversion-button-wrap ----- */
  .lp-conversion-button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .lp-conversion-button {
    display: flex;
  }
  .lp-conversion-button .button_type {
    position: relative;
    display: flex;
    justify-content: center;
    min-width: 390px;
    padding: 9px 30px 0;
    border-radius: 40px;
    background-color: #e64620;
    box-shadow: 0 4px 0 rgba(181, 35, 0, 1);
    color: #fff;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  .lp-conversion-button .button_type:hover {
    background-color: #ff471b;
    transform: translateY(1px);
  }
  .lp-conversion-button .button_type .button_label {
    position: relative;
    padding: 0 48px;
  }
  .lp-conversion-button .button_type .button_label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 33px;
    height: 40px;
    margin-top: -22px;
    background: url("/kojin/lp/newin1/img/cmn_ic03.png") no-repeat 0 0;
    background-size: contain;
  }
  .lp-conversion-button .button_type .button_sublabel {
    position: relative;
    display: block;
    font-size: 2.0rem;
    line-height: 1;
  }
  .lp-conversion-button .button_type .button_sublabel::before,
  .lp-conversion-button .button_type .button_sublabel::after {
    content: "";
    position: relative;
    top: 3px;
    display: inline-block;
    width: 2px;
    height: 20px;
    background-color: #fff;
  }
  .lp-conversion-button .button_type .button_sublabel::before {
    margin-right: 6px;
    -webkit-transform: rotate(-26deg);
    transform: rotate(-26deg);
  }
  .lp-conversion-button .button_type .button_sublabel::after {
    margin-left: 6px;
    -webkit-transform: rotate(26deg);
    transform: rotate(26deg);
  }
  
  /* ----- lp-video-wrap ----- */
  .lp-video-wrap {
    margin-top: 65px;
  }
  .lp-video-wrap .iframe-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .lp-video-wrap .iframe-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  /* ----- lp-caution ----- */
  .lp-caution {
    margin-top: 70px;
  }
  .lp-caution .caution_head {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0 0 13px;
    border-bottom: 2px solid #ccc;
    color: #333;
    font-size: 2.0rem;
    font-weight: 700;
  }
  .lp-caution .caution_body {
    padding-top: 18px;
  }
  .lp-caution .caution_title {
    position: relative;
    width: 100%;
    padding: 0 48px;
    text-align: left;
  }
  .lp-caution .caution_title::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 10px;
    width: 24px;
    height: 24px;
    background: url("/kojin/lp/newin1/img/cmn_ic04.png") no-repeat 0 0;
    background-size: contain;
  }
  .lp-caution .caution_title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #e60012;
    border-right: 2px solid #e60012;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .lp-caution .caution_head.is-active .caution_title::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .lp-bg-layout {
    width: 100%;
    min-width: 1260px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
/***
@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) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Util
  ------------------------------------------------------ */
  .util-sp-hidden { display: none!important; }
  [data-size-sp] > * { width: 100%; }
  [data-size-sp="1per"]{width:1%!important;}[data-size-sp="2per"]{width:2%!important;}[data-size-sp="3per"]{width:3%!important;}[data-size-sp="4per"]{width:4%!important;}[data-size-sp="5per"]{width:5%!important;}[data-size-sp="6per"]{width:6%!important;}[data-size-sp="7per"]{width:7%!important;}[data-size-sp="8per"]{width:8%!important;}[data-size-sp="9per"]{width:9%!important;}[data-size-sp="10per"]{width:10%!important;}[data-size-sp="11per"]{width:11%!important;}[data-size-sp="12per"]{width:12%!important;}[data-size-sp="13per"]{width:13%!important;}[data-size-sp="14per"]{width:14%!important;}[data-size-sp="15per"]{width:15%!important;}[data-size-sp="16per"]{width:16%!important;}[data-size-sp="17per"]{width:17%!important;}[data-size-sp="18per"]{width:18%!important;}[data-size-sp="19per"]{width:19%!important;}[data-size-sp="20per"]{width:20%!important;}[data-size-sp="21per"]{width:21%!important;}[data-size-sp="22per"]{width:22%!important;}[data-size-sp="23per"]{width:23%!important;}[data-size-sp="24per"]{width:24%!important;}[data-size-sp="25per"]{width:25%!important;}[data-size-sp="26per"]{width:26%!important;}[data-size-sp="27per"]{width:27%!important;}[data-size-sp="28per"]{width:28%!important;}[data-size-sp="29per"]{width:29%!important;}[data-size-sp="30per"]{width:30%!important;}[data-size-sp="31per"]{width:31%!important;}[data-size-sp="32per"]{width:32%!important;}[data-size-sp="33per"]{width:33%!important;}[data-size-sp="34per"]{width:34%!important;}[data-size-sp="35per"]{width:35%!important;}[data-size-sp="36per"]{width:36%!important;}[data-size-sp="37per"]{width:37%!important;}[data-size-sp="38per"]{width:38%!important;}[data-size-sp="39per"]{width:39%!important;}[data-size-sp="40per"]{width:40%!important;}[data-size-sp="41per"]{width:41%!important;}[data-size-sp="42per"]{width:42%!important;}[data-size-sp="43per"]{width:43%!important;}[data-size-sp="44per"]{width:44%!important;}[data-size-sp="45per"]{width:45%!important;}[data-size-sp="46per"]{width:46%!important;}[data-size-sp="47per"]{width:47%!important;}[data-size-sp="48per"]{width:48%!important;}[data-size-sp="49per"]{width:49%!important;}[data-size-sp="50per"]{width:50%!important;}[data-size-sp="51per"]{width:51%!important;}[data-size-sp="52per"]{width:52%!important;}[data-size-sp="53per"]{width:53%!important;}[data-size-sp="54per"]{width:54%!important;}[data-size-sp="55per"]{width:55%!important;}[data-size-sp="56per"]{width:56%!important;}[data-size-sp="57per"]{width:57%!important;}[data-size-sp="58per"]{width:58%!important;}[data-size-sp="59per"]{width:59%!important;}[data-size-sp="60per"]{width:60%!important;}[data-size-sp="61per"]{width:61%!important;}[data-size-sp="62per"]{width:62%!important;}[data-size-sp="63per"]{width:63%!important;}[data-size-sp="64per"]{width:64%!important;}[data-size-sp="65per"]{width:65%!important;}[data-size-sp="66per"]{width:66%!important;}[data-size-sp="67per"]{width:67%!important;}[data-size-sp="68per"]{width:68%!important;}[data-size-sp="69per"]{width:69%!important;}[data-size-sp="70per"]{width:70%!important;}[data-size-sp="71per"]{width:71%!important;}[data-size-sp="72per"]{width:72%!important;}[data-size-sp="73per"]{width:73%!important;}[data-size-sp="74per"]{width:74%!important;}[data-size-sp="75per"]{width:75%!important;}[data-size-sp="76per"]{width:76%!important;}[data-size-sp="77per"]{width:77%!important;}[data-size-sp="78per"]{width:78%!important;}[data-size-sp="79per"]{width:79%!important;}[data-size-sp="80per"]{width:80%!important;}[data-size-sp="81per"]{width:81%!important;}[data-size-sp="82per"]{width:82%!important;}[data-size-sp="83per"]{width:83%!important;}[data-size-sp="84per"]{width:84%!important;}[data-size-sp="85per"]{width:85%!important;}[data-size-sp="86per"]{width:86%!important;}[data-size-sp="87per"]{width:87%!important;}[data-size-sp="88per"]{width:88%!important;}[data-size-sp="89per"]{width:89%!important;}[data-size-sp="90per"]{width:90%!important;}[data-size-sp="91per"]{width:91%!important;}[data-size-sp="92per"]{width:92%!important;}[data-size-sp="93per"]{width:93%!important;}[data-size-sp="94per"]{width:94%!important;}[data-size-sp="95per"]{width:95%!important;}[data-size-sp="96per"]{width:96%!important;}[data-size-sp="97per"]{width:97%!important;}[data-size-sp="98per"]{width:98%!important;}[data-size-sp="99per"]{width:99%!important;}[data-size-sp="100per"]{width:100%!important;}

  /* ----- data-col-sp ----- */
  [data-col-sp]:not([data-col-sp="1"]) {
    display: flex;
    flex-flow: row wrap;
  }
  [data-col-sp]:not([data-col-sp="auto"]) > * {
    margin: 1rem 0 0 15px;
  }
  [data-col-sp="1"] > * {width: 100%;}
  [data-col-sp="2"] > * {width: calc((100% - (15px * 1)) / 2);}
  [data-col-sp="3"] > * {width: calc((100% - (15px * 2)) / 3);}
  [data-col-sp="4"] > * {width: calc((100% - (15px * 3)) / 4);}
  [data-col-sp="1"] > *,
  [data-col-sp="2"] > *:nth-child(2n+1),
  [data-col-sp="3"] > *:nth-child(3n+1),
  [data-col-sp="4"] > *:nth-child(4n+1) {
    margin-left: 0!important;
  }
  [data-col-sp="1"] > *:first-child,
  [data-col-sp="2"] > *:nth-child(-n+2),
  [data-col-sp="3"] > *:nth-child(-n+3),
  [data-col-sp="4"] > *:nth-child(-n+4) {
    margin-top: 0!important;
  }

  .util-link-pdf::after {
    top: 2px;
    width: 12px;
    height: 12px;
    margin: 0 7px 0 1.5px;
  }
  
  .u-mgt10-25 {
    margin-top: 10px !important;
  }
  .u-mgt15-20 {
    margin-top: 15px !important;
  }
  .u-mgt25-50 {
    margin-top: 25px !important;
  }

  /* ------------------------------------------------------
   * Layout
  ------------------------------------------------------ */
  body {
    position: relative;
    padding-bottom: 58px;
    font-size: 1.4rem;
  }
  /* ----- header ----- */
  .lp-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .lp-header .header_inner {
    width: 100%;
    padding: 18px 15px;
  }
  .lp-header .header_logo {
    flex-shrink: 0;
    width: 86px;
  }
  .lp-header {
    width: 100%;
    min-width: 100%;
    z-index: 2;
    background-color: #fff;
    border-bottom: 3px solid #e60012;
    margin-bottom: 0px;
    padding: 5px 0 ;
  }
  .lp-header .header_logo {
    margin-left: 15px;
    margin-top: 8px;
    width: 100px;
    vertical-align: baseline;
  }
  .header_flex {
    display: flex;
    justify-content: space-between;
  }
.header_flex_2 {
  display: flex;
  margin: 10px 15px;
}
.bt_seikyuu a {
  color: #fff;
  background-color: #e64620;
  font-size: 1.3rem;
  padding: 12px 9px;
  border-radius: 6px;
  margin: 10px 0;
}
.bt_seikyuu a:hover {
  background-color: #e64620;
}
.bt_mitumori a {
  color: #fff;
  background-color: #23adc6;
  font-size: 1.3rem;
  padding: 12px 9px;
  border-radius: 6px;
  margin-left: 10px;
}
.bt_mitumori a:hover {
  background-color: #23adc6;
}
  
  /* ----- main ----- */
  .lp-main {
    width: 100%;
  }
  .lp-main_inner {
    width: 100%;
  }
  .lp-contents {
    width: 100%;
    padding: 0 15px 18px;
  }
  
  /* ----- aside ----- */
  .lp-aside {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .lp-aside-navi {
    width: 100%;
    background-color: #d2cabd;
    padding-top: 4px;
    overflow: hidden;
  }
  .lp-aside-navi .navi_list {
    display: flex;
    flex-flow: row nowrap;
    margin-left: -4px;
  }
  .lp-aside-navi .navi_list > li {
    width: 100%;
    margin-left: 4px;
  }
  .lp-aside-navi .navi_list > li + li {
    margin-left: 4px;
  }
  .lp-aside-navi .navi_list > li > .navi_link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 9px 0 ;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
  }
  .lp-aside-navi .navi_list > li > .navi_link::before {
    content: "";
    position: absolute;
    left: 50%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
    .lp-aside-navi .navi_list > li > .navi_link.type01 {
      background-color: #e64620;
    }
    .lp-aside-navi .navi_list > li > .navi_link.type01:hover {
      background-color: #e64620;
    }
    .lp-aside-navi .navi_list > li > .navi_link.type01 .navi_label {
      background: url("/kojin/lp/newin1/img/01_bg_01.webp") no-repeat 4px center/17px 20px;
      padding-left: 29px;
    }
    .lp-aside-navi .navi_list > li > .navi_link.type02 {
      background-color: #23adc6;
    }
    .lp-aside-navi .navi_list > li > .navi_link.type02:hover {
      background-color: #23adc6;
    }
    .lp-aside-navi .navi_list > li > .navi_link.type03 {
      background-color: #fff;
      color: #333;
      text-align: center;
      font-size: 1.5rem;
      line-height: 1.2;
    }
    .lp-aside-navi .navi_list > li > .navi_link.type02 .navi_label {
      background: url("/kojin/lp/newin1/img/01_bg_02.webp") no-repeat 4px center/17px 20px;
      padding-left: 29px;
    }
  .lp-aside-navi .navi_list .navi_label {
    position: relative;
  }
  .li01 {
    order: 2;
  }
  .li02 {
    order: 3;
  }
  .li03 {
    order: 1;
  }
  
  
  /* ----- footer ----- */
  .lp-footer {
    position: relative;
    width: 100%;
    border-top: 1px solid #ddd;
  }
  .lp-footer .footer_inner {
    padding: 5px 15px 4px;
  }
  .lp-footer .footer_pagetop {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .lp-footer .footer_pagetop .pagetop_link {
    display: flex;
    width: 35px;
    height: 35px;
    background-color: #f0f0f0;
  }
  .lp-footer .footer_pagetop .pagetop_link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: -2px 0 0 -4px;
    border-top: 1px solid #e60718;
    border-right: 1px solid #e60718;
    -webkit-transform: translate(-45deg);
    transform: rotate(-45deg);
  }
  .lp-footer .footer_pagetop .pagetop_label {
    text-indent: -9999px;
    overflow: hidden;
  }
  .lp-footer .footer_copyright {
    font-size: 1.0rem;
    text-align: center;
    line-height: 1.3;
  }
  .lp-footer .footer_copyright .copyright_label {
  }
  .lp-footer .footer_number {
    font-size: 1.0rem;
    text-align: center;
    line-height: 1.3;
  }
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- lp-heading1 ----- */
  .lp-heading1 {
    margin: 0 -15px;
  }
  
  /* ----- lp-lead-contents ----- */
  .lp-lead-contents {
    position: relative;
    margin-top: 75px;
  }
  .lp-lead-contents .lead_title {
    position: absolute;
    top: 15px;
    right: 11.3%;
    width: 15.3%;
  }
  .lp-lead-contents .lead_media .lead_media_head {
    width: 66.6%;
    max-width: 460px;
    margin-left: -15px;
  }
  .lp-lead-contents .lead_media .lead_media_body {
    padding: 48px 30% 0 10.1%;
  }
  .lp-lead-contents .lead_media .lead_text01 {
    width: 87%;
  }
  .lp-lead-contents .lead_media .lead_text02 {
    margin-top: 30px;
  }
  .lp-lead-contents .lead_image-wrap {
    position: relative;
    margin-top: 30px;
    padding: 0 10.1%;
  }
  .lp-lead-contents .lead_image.image01 {
    position: absolute;
    top: 0;
    right: 10.1%;
    width: 30.5%;
    max-width: 210px;
  }
  .lp-lead-contents .lead_image.image02 {
    padding-top: 40px;
    width: 62.9%;
  }
  .lp-lead-contents .lead_image.image02 .image_inner > img {
    width: 66.47%;
    max-width: 230px;
  }
  .lp-lead-contents .lead_image .image_caption {
    margin-top: 10px;
  }
  
  /* ----- lp-bg-layout ----- */
  .lp-bg-layout {
    margin: -67px -15px 0;
    padding: 70px 15px 20px;
    background-color: #fcf3f5;
  }
  
  /* ----- lp-heading2 ----- */
  .lp-heading2 .heading_subtitle {
    margin-bottom: 5px;
    text-align: center;
  }
  .lp-heading2 .heading_subtitle > img {
    width: 56.23%;
  }
  .lp-heading2 .heading_title {
    text-align: center;
  }
  .lp-heading2 .heading_text {
    margin-top: 10px;
    text-align: center;
  }
  
  /* ----- lp-column ----- */
  .lp-column {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7px;
  }
  .lp-column .column_item + .column_item {
    margin-left: 12px;
  }
  .lp-column .column_item.type01 {
    width: 30.4%;
  }
  .lp-column .column_item.type02 {
    width: 27.82%;
  }
  .lp-column .column_logo-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .lp-column .column_logo.logo01 {
    width: 100%;
  }
  .lp-column .column_logo.logo02 {
    width: 86.66%;
  }
  .lp-column .column_logo + .column_logo{
    margin-top: 10px;
  }
  
  /* ----- lp-components ----- */
  .lp-components {
  }
  .lp-components .components_head {
    padding-bottom: 8px;
  }
  .lp-components .components_body {
    padding-top: 10px;
  }
  .lp-components .components_title {
    position: relative;
    margin: 0 -15px;
    padding: 8px 15px 6px;
    background-color: #e60012;
    color: #fff;
    text-align: center;
  }
  .lp-components .components_title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
    border-top: 8px solid #e60012;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .lp-components .components_title > img {
    width: 49.56%;
  }
  .lp-components .components_lead {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  
  /* ----- lp-figure-wrap ----- */
  .lp-figure-wrap {
    display: flex;
    justify-content: center;
  }
  .lp-figure .figure__frame {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(202, 181, 186, .3);
  }
  
  /* ----- lp-table ----- */
  .lp-table {
    margin-top: 15px;
  }
  .lp-table .table_head {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  .lp-table .table_body {
  }
  .lp-table .table_title {
    position: relative;
    width: 33%;
    padding-bottom: 8px;
  }
  .lp-table .table_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: inline-block;
    width: calc(100% + 5px);
    height: 3px;
    border-radius: 2px;
    background-color: #23adc6;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .lp-table .table_matrix {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .lp-table .table_matrix th,
  .lp-table .table_matrix td {
    padding: 5px 5px 4px;
    border-right: 1px solid #ccc;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
  }
  .lp-table .table_matrix th:last-child,
  .lp-table .table_matrix td:last-child {
    border-right: none;
  }
  .lp-table .table_matrix .table_color-row {
    background-color: #ebebeb;
  }
  .lp-table .table_cell--lv1 {
    color: #fff;
  }
  .lp-table .table_cell--lv1.type01 {
    background-color: #23adc6;
  }
  .lp-table .table_cell--lv1.type02 {
    background-color: #ea5420;
  }
  
  /* ----- lp-table-v2 ----- */
  .lp-table-v2 {
    margin-top: 15px;
  }
  .lp-table-v2 .table_foot {
    margin-top: 7px;
  }
  .lp-table-v2 .table_matrix {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
  }
  .lp-table-v2 .table_matrix th,
  .lp-table-v2 .table_matrix td {
    padding: 5px 5px 4px;
    border-right: 1px solid #ccc;
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle;
  }
  .lp-table-v2 .table_matrix th:last-child,
  .lp-table-v2 .table_matrix td:last-child {
    border-right: none;
  }
  .lp-table-v2 .table_matrix .table_color-row {
    background-color: #ebebeb;
  }
  .lp-table-v2 .table_cell {
    font-weight: 700;
  }
  .lp-table-v2 .table_cell--lv1 {
    font-weight: 500;
  }
  .lp-table-v2 .table_note {
    position: relative;
    padding-left: 12px;
    font-size: 1.0rem;
  }
  .lp-table-v2 .table_note > .note_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ----- lp-list-wrap ----- */
  .lp-list-wrap {
    margin-top: 20px;
  }
  /* ----- lp-list-wrap-v2 ----- */
  .lp-list-wrap-v2 {
    margin-top: 30px;
  }
  /* ----- lp-description-list ----- */
  .lp-description-list > dt {
    position: relative;
    padding-left: 9px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .lp-description-list > dt::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #585858;
  }
  .lp-description-list > dd {
    margin-top: 5px;
    line-height: 1.3;
  }
  /* ----- lp-note-list ----- */
  .lp-note-list > li {
    position: relative;
    margin-top: 10px;
    padding-left: 15px;
    font-size: 1.0rem;
    line-height: 1.3;
  }
  .lp-note-list > li:first-child {
    margin-top: 0;
  }
  .lp-note-list > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* ----- lp-note-order-list ----- */
  .lp-note-order-list > li {
    position: relative;
    margin-top: 6px;
    padding-left: 20px;
    font-size: 1.0rem;
    line-height: 1.3;
  }
  .lp-note-order-list > li > .list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ----- lp-box ----- */
  .lp-box {
    margin-top: 5px;
    padding: 12px 15px;
    background-color: #fcf3f5;
  }
  .lp-box .box_text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  
  /* ----- lp-box-v2 ----- */
  .lp-box-v2 {
    margin-top: 15px;
    border-radius: 5px;
    background-color: #f0f0f0;
  }
  .lp-box-v2 .box_head {
    padding: 11px 15px 8px;
  }
  .lp-box-v2 .box_body {
    padding: 15px 15px 15px;
  }
  .lp-box-v2 .box_head + .box_body {
    padding-top: 0;
  }
  .lp-box-v2 .box_title {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
  .lp-box-v2 .box_text {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  
  /* ----- lp-box-v3 ----- */
  .lp-box-v3 {
    margin-top: 15px;
    border: 2px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
  }
  .lp-box-v3 .box_head {
    padding: 10px 14px 5px;
  }
  .lp-box-v3 .box_body {
    padding: 10px 14px 9px;
  }
  .lp-box-v3 .box_head + .box_body {
    padding-top: 0;
  }
  .lp-box-v3 .box_title {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
  
  /* ----- lp-small-text ----- */
  .lp-small-text {
    margin-top: 12px;
    font-size: 1.0rem;
    line-height: 1.3;
  }
  
  /* ----- lp-button-wrap ----- */
  .lp-button-wrap {
    display: flex;
    margin-top: 6px;
  }
  
  /* ----- lp-button ----- */
  .lp-button {
    display: flex;
    width: 100%;
  }
  .lp-button > a {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 6px 25px 5px;
    border-radius: 16px;
    background-color: #fff;
    color: #333;
    font-size: 1.4rem;
  }
  .lp-button .button_type::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-top: 1px solid #e60012;
    border-right: 1px solid #e60012;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .lp-button .button_type--pdf {
    padding: 6px 30px 5px 10px;
  }
  .lp-button .button_type--pdf::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url("/kojin/lp/newin1/img/cmn_ic05.svg") no-repeat 0 0;
    background-size: contain;
  }
  
  /* ----- lp-conversion-button-wrap ----- */
  .lp-conversion-button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
  }
  .lp-conversion-button {
    display: flex;
  }
  .lp-conversion-button .button_type {
    position: relative;
    display: flex;
    justify-content: center;
    min-width: 195px;
    padding: 4px 15px 0;
    border-radius: 20px;
    background-color: #e64620;
    box-shadow: 0 2px 0 rgba(181, 35, 0, 1);
    color: #fff;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  .lp-conversion-button .button_type .button_label {
    position: relative;
    padding: 0 24px;
  }
  .lp-conversion-button .button_type .button_label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 17px;
    height: 21px;
    margin-top: -11px;
    background: url("/kojin/lp/newin1/img/cmn_ic03.png") no-repeat 0 0;
    background-size: contain;
  }
  .lp-conversion-button .button_type .button_sublabel {
    position: relative;
    display: block;
    font-size: 1.0rem;
    line-height: 1;
  }
  .lp-conversion-button .button_type .button_sublabel::before,
  .lp-conversion-button .button_type .button_sublabel::after {
    content: "";
    position: relative;
    top: 3px;
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #fff;
  }
  .lp-conversion-button .button_type .button_sublabel::before {
    margin-right: 3px;
    -webkit-transform: rotate(-26deg);
    transform: rotate(-26deg);
  }
  .lp-conversion-button .button_type .button_sublabel::after {
    margin-left: 3px;
    -webkit-transform: rotate(26deg);
    transform: rotate(26deg);
  }
  
  /* ----- lp-video-wrap ----- */
  .lp-video-wrap {
    margin-top: 33px;
  }
  .lp-video-wrap .iframe-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .lp-video-wrap .iframe-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  
  /* ----- lp-caution ----- */
  .lp-caution {
    margin-top: 28px;
  }
  .lp-caution .caution_head {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0 0 7px;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .lp-caution .caution_body {
    padding-top: 10px;
  }
  .lp-caution .caution_title {
    position: relative;
    width: 100%;
    padding: 0 15px 0 24px;
    text-align: left;
  }
  .lp-caution .caution_title::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url("/kojin/lp/newin1/img/cmn_ic04.png") no-repeat 0 0;
    background-size: contain;
  }
  .lp-caution .caution_title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2px;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-top: 1px solid #e60012;
    border-right: 1px solid #e60012;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .lp-caution .caution_head.is-active .caution_title::after {
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* ------------------------------------------------------
   * 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 {
  body {
    width: 1260px!important;
    margin: 0 auto!important;
  }
  .lp-header {
    min-width: auto;
  }
  .lp-main,
  .lp-footer {
    max-width: 1260px;
    margin: 0 auto;
  }
  .lp-bg-layout {
    width: 100%;
    max-width: 1260px;
    margin-left: 0;
  }
  .lp-header .header_inner,
  .lp-main .lp-main_inner,
  .lp-footer .footer_inner,
  .lp-bg-layout .lp-bg-layout_inner {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
  }
}