@charset "UTF-8";
/* フォント設定
-------------------------------------------------------------- */
/* Back to top button
*****************************************************/
/* コンテンツ
*****************************************************/
.price-text-small {
  font-size: 12px;
}
@media screen and (max-width: 736px) {
  .price-text-small {
    font-size: 10px;
    line-height: 10px;
  }
}

.price-img {
  text-align: center;
}

td.table_grey {
  background: #f6f6f6 !important;
}

.table_box {
  display: block;
}
@media screen and (max-width: 736px) {
  .table_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec-cost-tbl {
  font-size: 20px;
}
@media screen and (max-width: 736px) {
  .sec-cost-tbl {
    font-size: 13px;
  }
}
.sec-cost-tbl tr th,
.sec-cost-tbl tr td {
  border: 1px solid #d2d2d2;
  vertical-align: middle;
  padding: 12px 10px;
  font-weight: bold;
  padding: 15px 8px;
}
@media screen and (max-width: 736px) {
  .sec-cost-tbl tr th,
  .sec-cost-tbl tr td {
    border: 1px solid #d2d2d2;
    vertical-align: middle;
    padding: 12px 10px;
    font-weight: bold;
    padding: 8px 2px;
  }
}

.price-linehight {
  line-height: 20px;
}
@media screen and (max-width: 736px) {
  .price-linehight {
    line-height: 16px !important;
  }
}

.sec-cost-box {
  max-width: 900px;
  margin: 0 auto;
  /* margin-bottom: 60px; */
}
@media screen and (max-width: 736px) {
  .sec-cost-box {
    padding: 0px;
  }
}

.sec-cost-box .sec-cost-price li {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  font-size: 20px;
  font-weight: bold;
  background: #f6f6f6;
  border: 1px solid #d2d2d2;
  padding: 12px 10px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .sec-cost-box .sec-cost-price li {
    font-size: 13px;
    padding: 8px 0;
    width: 65%;
  }
}
.sec-cost-box .sec-cost-price li:nth-child(2) {
  float: right;
  border-left: 0;
  width: 40%;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .sec-cost-box .sec-cost-price li:nth-child(2) {
    float: right;
    border-left: 0;
    width: 35%;
    background: #fff;
    font-size: 12px;
    line-height: 1.6;
  }
}
.sec-cost-box .sec-cost-price01 {
  margin-top: 40px;
}

.sec-cost-tbl__mgn {
  margin-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .sec-cost-tbl__mgn {
    margin-bottom: 10px;
  }
}

/* Variables */
:root {
  --primary: #0085ce;
  --light: #f2f9fd;
  --dark: #1a1a1a;
  --black: #000000;
  --white: #ffffff;
}

.wrapper {
  background-color: #ecf3f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
  }
}

.prp-contents {
  background-color: var(--white);
  margin: 0 auto;
  max-width: 1220px;
  padding: 50px 110px 0;
}
@media screen and (max-width: 744px) {
  .prp-contents {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
.prp-contents > section {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 744px) {
  .prp-contents > section {
    line-height: 1.5;
  }
}

section {
  clear: both;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  section .w-inner,
  section .w-inner02 {
    margin: 0 auto;
    max-width: 100%;
    padding: 20px;
    width: auto;
    margin-bottom: 60px;
  }
}
section .inner {
  margin: 0 auto;
  max-width: 100%;
  padding-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 744px) {
  section .inner {
    padding: 0 19px;
  }
}

.wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.wrapper *:before, .wrapper *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

address,
caption,
cite,
code,
dfn,
var,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
}

ul,
ol {
  margin: 0;
  margin-left: 0;
  padding: 0;
}

li {
  margin-bottom: 0;
}

p {
  margin: 0;
}

table {
  border: none;
  margin: 0;
}

th,
td {
  border: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrapper a {
  text-decoration: none;
}
.wrapper a:hover {
  opacity: 0.7;
}

.cfix {
  clear: both;
  overflow: hidden;
  display: block;
}

img {
  height: auto;
  max-width: 100%;
}

.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.tbl-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.spDisp_lp {
  display: none;
}

.img-center {
  margin: 0 auto;
  text-align: center;
}

.txt-center {
  text-align: center;
}

.padbot40 {
  padding-bottom: 40px;
}

.sp-only {
  display: none;
}

.cfix {
  clear: both;
  display: block;
  overflow: visible;
}

/* common parts */
small {
  font-size: unset;
}

.c_tl-ttl {
  font-size: 0;
  line-height: 1;
  color: var(--dark);
  text-align: center;
  display: block;
  border-top: 3px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  margin-bottom: 40px;
  padding-bottom: 12px;
}
@media screen and (max-width: 744px) {
  .c_tl-ttl {
    padding-bottom: 5px;
    margin: 0 0 20px;
  }
}
.c_tl-ttl span {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  letter-spacing: 2px;
  padding-top: 10px;
}
@media screen and (max-width: 744px) {
  .c_tl-ttl span {
    font-size: 21px;
  }
}
.c_tl-ttl .uppertxt {
  font-size: 16px;
  font-weight: bold;
  color: var(--white);
  display: inline-block;
  min-width: 204px;
  line-height: 28px;
  letter-spacing: 2px;
  background-color: var(--primary);
  border-radius: 0 0 5px 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .c_tl-ttl .uppertxt {
    font-size: 13px;
    min-width: 153px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
.c_tl-ttl .light_txt {
  color: var(--primary);
}

.c_hlight_txt {
  font-weight: bold;
  color: var(--primary);
}

/* Section Banner */
.sec-bnr {
  text-align: center;
  width: 141%;
  max-width: 200%;
  margin: 0 auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  .sec-bnr {
    margin-top: 20px;
    padding: 0;
    width: 100%;
  }
}
.sec-bnr h2 {
  line-height: 0;
}
.sec-bnr img {
  width: auto;
}

/* f_about section */
@media screen and (max-width: 744px) {
  .f_about .inner {
    padding: 30px 19px;
  }
}

.p_about {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.p_about__content {
  color: var(--dark);
  padding: 0 1px;
}
@media screen and (max-width: 744px) {
  .p_about__content {
    line-height: 1.8;
    padding: 0;
  }
}
.p_about__content p {
  margin-bottom: 30px;
}

.p_about__boxes {
  background-color: #e5f3fa;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .p_about__boxes {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
  }
}

.p_about__box {
  width: calc(25% - 8px);
  position: relative;
}
@media screen and (max-width: 744px) {
  .p_about__box {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 744px) {
  .p_about__box:last-child {
    margin-bottom: 0;
  }
}
.p_about__box:not(:last-of-type):before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 9px solid var(--primary);
  position: absolute;
  top: 59%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 744px) {
  .p_about__box:not(:last-of-type):before {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid var(--primary);
    bottom: -31px;
    top: auto;
    right: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.p_about__ttlbox {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: var(--white);
  background-color: var(--primary);
  padding: 2px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p_about__ttlbox {
    line-height: 1.8;
    width: 47%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 744px) {
  .p_about__img {
    width: 68%;
  }
}

/* f_case section */
.p_case__ttl {
  margin-bottom: 30px;
}

.p_case__boxes {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.p_case__box {
  background: var(--light);
  position: relative;
  padding: 20px 442px 20px 20px;
  margin-bottom: 20px;
  min-height: 310px;
}
@media screen and (max-width: 744px) {
  .p_case__box {
    padding: 10px 13px;
  }
}
.p_case__box:last-child {
  margin-bottom: 0;
}

.p_case__subttl {
  margin-bottom: 20px;
  display: block;
  border-bottom: 1px solid var(--primary);
}
@media screen and (max-width: 744px) {
  .p_case__subttl {
    margin-bottom: 10px;
  }
}
.p_case__subttl .txt {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: var(--white);
  background-color: var(--primary);
  padding: 0 15px;
  display: inline-block;
}

.p_case__img {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 744px) {
  .p_case__img {
    position: static;
    display: block;
    margin: 0 auto 10px;
  }
}

.p_case__content li {
  background: var(--white);
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: var(--black);
  padding: 6px 10px;
}
@media screen and (max-width: 744px) {
  .p_case__content li {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 744px) {
  .p_case__content li:last-child {
    margin-bottom: 0;
  }
}
.p_case__content li span {
  color: var(--primary);
  padding-right: 20px;
  min-width: 100px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .p_case__content li span {
    min-width: 83px;
    padding-right: 10px;
  }
}

/* f_points section */
@media screen and (max-width: 744px) {
  .f_features .inner {
    padding: 30px 20px;
  }
}

.p_features__ttl {
  margin-bottom: 30px;
}
@media (max-width: 350px) {
  .p_features__ttl .light_txt {
    display: block;
  }
}

.p_features__media {
  text-align: center;
  margin-bottom: 20px;
}
.p_features__media img {
  display: inline-block;
}

.p_features__subttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: var(--primary);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--primary);
  display: flex;
}
@media screen and (max-width: 744px) {
  .p_features__subttl {
    font-size: 18px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    word-break: break-all;
  }
}
@media (max-width: 500px) {
  .p_features__subttl {
    -webkit-box-align: initial;
    -webkit-align-items: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.p_features__num {
  font-size: 24px;
  line-height: 1;
  padding: 8px 0;
  color: var(--white);
  background-color: var(--primary);
  text-align: center;
  min-width: 100px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 744px) {
  .p_features__num {
    font-size: 15px;
    padding: 22px 0;
    min-width: 50px;
  }
}

.p_features__txt {
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  .p_features__txt {
    line-height: 1.8;
  }
}
.p_features__txt p.w_margbtm {
  margin-bottom: 15px;
}
@media screen and (max-width: 744px) {
  .p_features__txt .w_break {
    word-break: break-all;
  }
}

.p_features__item {
  background: var(--light);
  padding: 20px 20px 30px;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 900px;
  min-height: 336px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p_features__item {
    padding: 10px 13px 20px;
    margin-bottom: 10px;
    min-height: 278px;
  }
}
.p_features__item:last-child {
  margin-bottom: 0;
}
.p_features__item.first {
  padding-right: 344px;
}
@media screen and (max-width: 744px) {
  .p_features__item.first {
    padding-right: 13px;
  }
}
@media screen and (max-width: 744px) {
  .p_features__item.first .p_features__subttl {
    margin-bottom: 10px;
  }
}
.p_features__item.first .p_features__media {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 744px) {
  .p_features__item.first .p_features__media {
    position: relative;
    top: 0;
    right: 0;
    float: right;
    margin: 10px 0 32px 22px;
    width: 156px;
  }
}
@media screen and (max-width: 744px) {
  .p_features__item.second .p_features__media {
    max-width: 400px;
    width: 89%;
    margin: 0 auto 20px;
  }
}
.p_features__item.third .p_features__media {
  margin-left: 50px;
}
@media screen and (max-width: 744px) {
  .p_features__item.third .p_features__media {
    margin-left: 10px;
    max-width: 200%;
    width: calc(100% + 7px);
  }
}

/* f_points section */
@media screen and (max-width: 744px) {
  .f_points .inner {
    padding: 0;
    margin-bottom: 40px;
  }
}

.p_points__ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .p_points__ttl {
    margin: 0 19px 30px;
  }
}

.p_points__boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .p_points__boxes {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.p_points__box {
  width: calc(33.3333333333% - 33px);
}
@media screen and (max-width: 744px) {
  .p_points__box {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 744px) {
  .p_points__box:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 744px) {
  .p_points__content {
    padding: 0 21px;
  }
}

.p_points__img {
  width: 100%;
}

.p_points__subttl {
  font-size: 21px;
  font-weight: bold;
  color: var(--primary);
  margin: 15px 0;
  text-align: center;
}

.p_points__txt {
  font-size: 18px;
  color: var(--dark);
}
@media screen and (max-width: 744px) {
  .p_points__txt {
    font-size: 17px;
  }
}

/*Section Side Effects */
@media screen and (max-width: 744px) {
  .sec-effects .inner {
    padding: 0 10px;
  }
}

.effects-box {
  background-color: #e8e8e8;
  padding: 30px;
}
@media screen and (max-width: 744px) {
  .effects-box {
    margin-bottom: 30px;
    padding: 5px 9px 20px;
  }
}
.effects-box h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .effects-box h3 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.prp-table {
  background-color: #fff;
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  position: relative;
}
@media screen and (max-width: 744px) {
  .prp-table {
    margin-top: 10px;
  }
}
.prp-table tr {
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  position: relative;
  clear: both;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 744px) {
  .prp-table tr {
    border-left: 5px solid var(--white);
    border-right: 5px solid var(--white);
  }
}
.prp-table tr:after {
  background: url("../images/p_sec05__dot.png") repeat-x left top;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.prp-table tr:last-child:after {
  display: none;
}
.prp-table tr td.ptd {
  letter-spacing: 0;
}
.prp-table td {
  padding: 15px 0;
  vertical-align: top;
}
@media screen and (max-width: 744px) {
  .prp-table td {
    font-size: 15px;
    padding: 10px;
  }
}
.prp-table td:nth-child(1) {
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  min-width: 180px;
}
@media screen and (max-width: 744px) {
  .prp-table td:nth-child(1) {
    padding: 10px 6px;
    min-width: 120px;
  }
}
.prp-table td:last-child {
  padding-left: 0;
}
@media screen and (max-width: 744px) {
  .prp-table td:last-child {
    padding-left: 3px;
    padding-right: 0;
  }
}

.list-contra {
  list-style-type: "・";
  padding-left: 10px;
}
@media screen and (max-width: 744px) {
  .list-contra {
    padding-left: 10px;
  }
}

/* Section Treatflow */
@media screen and (max-width: 744px) {
  .sec-treatflow .sec-treatflow-txt p {
    line-height: 1.5;
    width: calc(100% - 130px);
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 744px) {
  .sec-treatflow .inner {
    padding: 30px 19px;
  }
}

@media screen and (max-width: 744px) {
  .sec-treatflow-boxes {
    margin-top: 30px;
    padding: 0 14px;
  }
}

.sec-treatflow-box {
  margin-bottom: 40px;
  text-align: right;
  overflow: hidden;
  clear: both;
}
@media screen and (max-width: 744px) {
  .sec-treatflow-box {
    margin-bottom: 18px;
  }
}
.sec-treatflow-box:last-child {
  margin-bottom: 0;
}
.sec-treatflow-box img {
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 744px) {
  .sec-treatflow-box img {
    width: 120px;
    margin-right: 10px;
  }
}

.sec-treatflow-txt {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 340px);
  text-align: left;
}
@media screen and (max-width: 744px) {
  .sec-treatflow-txt {
    width: 100%;
    font-size: 16px;
  }
}

.sec-treatflow-ttl {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
  display: block;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .sec-treatflow-ttl {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0;
  }
}
.sec-treatflow-ttl span {
  font-size: 28px;
  color: var(--white);
  background-color: var(--primary);
  text-align: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 744px) {
  .sec-treatflow-ttl span {
    font-size: 20px;
    height: 30px;
    margin-right: 6px;
    width: 30px;
  }
}

/* f_cost section */
@media screen and (max-width: 744px) {
  .f_cost .inner {
    padding: 0;
  }
}

@media screen and (max-width: 744px) {
  .p_cost__ttl {
    margin: 0 9px 20px;
  }
}

.p_cost__table {
  background-color: var(--light);
  padding: 20px 50px;
}
@media screen and (max-width: 744px) {
  .p_cost__table {
    padding: 10px;
  }
}
.p_cost__table table {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  background: var(--white);
}
@media screen and (max-width: 744px) {
  .p_cost__table table {
    font-size: 15px;
  }
}
.p_cost__table table small {
  font-size: 14px;
}
@media screen and (max-width: 744px) {
  .p_cost__table table small {
    display: block;
    font-size: 12px;
  }
}
@media screen and (max-width: 744px) {
  .p_cost__table h3 {
    font-size: 21px;
  }
}
.p_cost__table tbody tr:nth-child(even) {
  background: #f6f6f6;
}
.p_cost__table tr th,
.p_cost__table tr td {
  border: 1px solid #d2d2d2;
  padding: 16px 10px;
}
.p_cost__table tr th {
  background: var(--primary);
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p_cost__table tr th {
    padding: 10px 0px;
  }
}
.p_cost__table tr th:nth-child(2) {
  width: 51%;
}
@media screen and (max-width: 744px) {
  .p_cost__table tr th:nth-child(2) {
    width: 35%;
  }
}
@media screen and (max-width: 744px) {
  .p_cost__table tr td {
    padding: 22px 0px;
  }
}

.sec-collagenlift-img.img-center {
  margin-bottom: 50px;
}

.p_cost__table h3 {
  text-align: center;
  margin: 30px 0 20px 0;
  font-weight: bold;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  letter-spacing: 2px;
}

@media screen and (max-width: 744px) {
  .pcDisp_lp {
    display: none;
  }
}

@media screen and (max-width: 744px) {
  .spDisp_lp {
    display: block;
  }
}

@media screen and (max-width: 744px) {
  .main-body-in .lp .breadcrumbs .breadcrumbs-in li:last-child {
    display: inline-block;
  }
}

@media screen and (max-width: 744px) {
  .koseikai > section {
    line-height: 1.5;
  }
}