@charset "UTF-8";
/*=============================================================
reset cssの設定
===============================================================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, li {
  list-style-type: none;
}

/*=============================================================
デフォルトの設定
===============================================================*/
html {
  word-wrap: break-word;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  color: #222;
  font-size: 100%;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

@media screen and (max-width: 800px) {
  p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*=============================================================
共通の設定
===============================================================*/
.ls-toTop {
  position: fixed;
  right: 3%;
  bottom: 3%;
}

.ls-toTop > a {
  display: block;
  padding: 20px;
  color: white;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.p-sideBySideList {
  display: flex;
  box-sizing: border-box;
}

.p-sideBySideList .p-sideBySideList__item .p-sideBySideList__item-circle {
  position: relative;
  padding: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #e5e5e5;
}

.p-sideBySideList .p-sideBySideList__item .p-sideBySideList__item-circle .p-sideBySideList__item-circle-contents {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-sideBySideList .p-sideBySideList__item .p-sideBySideList__item-img > img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 800px) {
  .p-sideBySideList.p-sideBySideList-sp-onecolumn {
    display: block;
  }
  .p-sideBySideList.p-sideBySideList-sp-onecolumn .p-sideBySideList__item {
    width: 100% !important;
    margin: 0 0 15% !important;
  }
  .p-sideBySideList.p-sideBySideList-sp-onecolumn .p-sideBySideList__item-img {
    width: 70% !important;
    margin: auto;
  }
  .p-sideBySideList.p-sideBySideList-sp-onecolumn .p-sideBySideList__item-img > img {
    width: 100%;
    height: auto;
  }
  .p-sideBySideList .p-sideBySideList__item .p-sideBySideList__item-circle .p-sideBySideList__item-circle-contents {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-block-tit {
  font-weight: bold;
  font-size: calc(16px + (24 - 22)*(100vw - 400px)/(800 - 400));
}

.p-block-tit.p-tit-vertical {
  display: table;
  width: 100%;
  height: 70px;
  text-align: center;
}

.p-block-tit.p-tit-vertical > span {
  display: table-cell;
  vertical-align: middle;
}

.p-tit-withEng:after {
  display: block;
  margin-top: 10px;
  content: attr(data-title);
  color: grey;
  font-size: calc(16px + (10 - 9)*(100vw - 400px)/(800 - 400));
}

.p-sections {
  padding: 120px 0 80px;
  border-bottom: 1px solid #cccccc;
}

.p-sections .p-section-tit {
  margin-bottom: 40px;
  text-align: center;
  color: #029fb9;
  font-size: calc(16px + (24 - 18)*(100vw - 400px)/(800 - 400));
}

.p-sections .p-contents-tit {
  text-align: center;
  font-size: calc(16px + (24 - 22)*(100vw - 400px)/(800 - 400));
}

.p-sections .p-contents-txt {
  text-align: center;
}

.p-sections .p-contents-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

/*=============================================================
Utility
===============================================================*/
/* =========================
margin
============================*/
.u-mgnBtm-20 {
  margin-bottom: 20px;
}

.u-mgnBtm-40 {
  margin-bottom: 40px;
}

.u-mgnBtm-60 {
  margin-bottom: 80px;
}

.u-mgnBtm-80 {
  margin-bottom: 80px;
}

.u-mgnTop-20 {
  margin-top: 20px;
}

.u-mgnTop-40 {
  margin-top: 40px;
}

.u-mgnTop-60 {
  margin-top: 80px;
}

.u-mgnTop-80 {
  margin-top: 80px;
}

/* =========================
padding
============================*/
.u-pdgTop-20 {
  padding-top: 20px;
}

.u-pdgTop-40 {
  padding-top: 40px;
}

.u-pdgTop-60 {
  padding-top: 60px;
}

.u-pdgTop-80 {
  padding-top: 80px;
}

.u-pdgBtm-20 {
  padding-bottom: 20px;
}

.u-pdgBtm-40 {
  padding-bottom: 40px;
}

.u-pdgBtm-60 {
  padding-bottom: 60px;
}

.u-pdgBtm-80 {
  padding-bottom: 80px;
}

/* =========================
background
============================*/
.u-bg-grey {
  background: #e5e5e5;
}

.u-bg-lightBlue {
  background: #d8f0f4;
}

/* =========================
border
============================*/
.u-bdrBtm-1px {
  border-bottom: 1px solid #cccccc;
}

/*=============================================================
各要素の設定
===============================================================*/
.l-header .header-info {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.l-header .header-info #logo {
  text-align: center;
  margin-top: 15px;
}

.l-header .header-info #logo > a {
  font-weight: bold;
  color: #00439A;
  font-size: 24px;
  font-size: 2.4rem;
  text-decoration: none;
}

.l-header .header-info .p-globalNav {
  padding: 40px 0 20px;
}

.l-header .header-info .p-globalNav > ul > li {
  display: inline-block;
  border-left: 1px dotted #221815;
  font-weight: bold;
  padding: 0 23px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
}

.l-header .header-info .p-globalNav > ul > li > a {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
}

.l-header .header-info .p-globalNav > ul > li:nth-child(5) > a > span {
  background: #00439A;
  color: #fff;
  font-size: 11px;
  padding: 5px;
  line-height: 1em;
  vertical-align: middle;
}

.l-header .header-info .p-globalNav > ul > li:last-child {
  border-left: 0;
  border-right: 1px dotted #221815;
  padding-left: 0;
}

.l-header .header-info .p-globalNav > ul > li:last-child > a {
  font-size: 28px;
  color: #00439A;
  border-left: 0;
  margin-top: -3px;
}

.l-header .header-info .p-globalNav > ul > li:last-child > a::before {
  content: url(../img/ico_tel.png);
  vertical-align: -4px;
  margin-right: 10px;
}

.l-header .header-mainVisual {
  position: relative;
  width: 100%;
  height: 50vh;
  background-image: url(../img/header_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.l-header .header-mainVisual h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-shadow: 0px 0px 10px #ffffff;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
}

.l-header .header-mainVisual h2 > span {
  display: block;
  color: #029fb9;
  font-size: 32px;
  font-size: 3.2rem;
}

@media screen and (max-width: 800px) {
  .l-header .header-info #logo {
    display: block;
    height: auto;
    margin: 10px auto;
    position: static;
  }
  .l-header .header-info .p-globalNav {
    float: none;
    height: auto;
    margin-bottom: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
    background: #fff;
    z-index: 20;
  }
  .l-header .header-info .p-globalNav > ul {
    position: static;
    width: auto;
    height: auto;
    margin: auto;
  }
  .l-header .header-info .p-globalNav > ul > li {
    display: block;
    margin: 0;
    height: 49px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-left: 0;
    border-right: 0 !important;
  }
  .l-header .header-info .p-globalNav > ul > li > a {
    display: block;
    height: 49px;
    line-height: 49px;
    padding: 0;
  }
  .l-header .header-info .p-globalNav > ul > li > a > span {
    display: none;
  }
  .l-header .header-info .p-globalNav > ul > li:nth-child(5) {
    padding: 0;
    width: 100%;
    height: auto;
    border-bottom: 0;
  }
  .l-header .header-info .p-globalNav > ul > li:nth-child(5) > a > span {
    display: block;
    height: 49px;
    line-height: 49px;
    padding: 0;
  }
  .l-header .header-info #menubtn > span,
  .l-header .header-info #menubtn > span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .l-header .header-info #menubtn {
    background: #00439A;
    border: 8px solid #00439A;
    display: block;
    width: 13px;
    height: 13px;
    position: fixed;
    top: 0px;
    right: 0px;
    box-sizing: content-box !important;
    padding: 10px;
    z-index: 110;
  }
  .l-header .header-info #menubtn > span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  .l-header .header-info #menubtn > span:nth-of-type(1) {
    top: 6px;
  }
  .l-header .header-info #menubtn > span:nth-of-type(2) {
    top: 15px;
  }
  .l-header .header-info #menubtn > span:nth-of-type(3) {
    bottom: 6px;
  }
  .l-header .header-info #menubtn.on > span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
    -webkit-transform: translateY(9px) rotate(-45deg);
    -moz-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    -o-transform: translateY(9px) rotate(-45deg);
  }
  .l-header .header-info #menubtn.on > span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header .header-info #menubtn.on > span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
    -webkit-transform: translateY(-9px) rotate(45deg);
    -moz-transform: translateY(-9px) rotate(45deg);
    -ms-transform: translateY(-9px) rotate(45deg);
    -o-transform: translateY(-9px) rotate(45deg);
  }
}

.l-pageNavi {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 2;
  overflow-x: auto;
  overflow-y: hidden;
  background: #222;
}

.l-pageNavi::-webkit-scrollbar {
  height: 2px;
}

.l-pageNavi::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 5px;
}

.l-pageNavi::-webkit-scrollbar-thumb {
  background: #029fb9;
  border-radius: 5px;
}

.l-pageNavi .p-sideBySideList {
  list-style: none;
  justify-content: space-around;
}

.l-pageNavi .p-sideBySideList .p-sideBySideList__item {
  flex: 1;
  text-align: center;
}

.l-pageNavi .p-sideBySideList .p-sideBySideList__item a {
  display: block;
  padding: 18px 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  color: white;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.l-pageNavi .p-sideBySideList .p-sideBySideList__item a:hover {
  opacity: .2;
}

@media screen and (max-width: 800px) {
  .l-pageNavi .p-sideBySideList {
    width: 700px;
    padding-right: 50px;
  }
  .l-pageNavi .p-sideBySideList .p-sideBySideList__item a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 14.5px 0;
  }
}

.l-container .p-about {
  background-image: url(../img/about-bg02.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-container .p-features {
  background-image: url(../img/features_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-container .p-features .p-sideBySideList {
  flex-wrap: wrap;
  justify-content: center;
}

.l-container .p-features .p-sideBySideList .p-sideBySideList__item {
  width: 28%;
  margin: 0 1.5% 4%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 800px) {
  .l-container .p-features .p-sideBySideList {
    width: 90%;
    margin: 0 auto;
  }
}

.l-container .p-cost .p-cost-priceList {
  margin-bottom: 40px;
  text-align: center;
  font-size: 0px;
  font-size: 0rem;
}

.l-container .p-cost .p-cost-priceList > p {
  margin-top: 20px;
  width: fit-content;
  text-align: left;
  margin-inline: auto;
}

.l-container .p-cost .p-cost-priceList .p-cost-priceList__item {
  display: inline-block;
  margin: 0 2%;
  padding: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #e5e5e5;
}

.l-container .p-cost .p-cost-priceList .p-cost-priceList__item > dd {
  font-size: 22px;
  font-size: 2.2rem;
}

.l-container .p-cost .p-cost-priceList .p-cost-priceList__item > dd > span {
  font-size: 32px;
  font-size: 3.2rem;
}

.l-container .p-cost .p-cost-attention {
  text-align: center;
}

.l-container .p-cost .p-cost-attention > p {
  margin: 0 auto;
  padding: 20px 40px;
  display: inline-block;
  line-height: 2.1em;
  border: 1px solid #ccc;
}

.l-container .p-cost .p-cost-attention > p > span {
  display: block;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 800px) {
  .l-container .p-cost .p-cost-priceList .p-cost-priceList__item {
    margin: 0 0 5% 0;
  }
}

.l-container .p-surgery .p-surgery-flow .p-sideBySideList {
  margin-bottom: 60px;
}

.l-container .p-surgery .p-surgery-flow .p-sideBySideList.p-surgery-flow-overview {
  justify-content: center;
  text-align: center;
}

.l-container .p-surgery .p-surgery-flow .p-sideBySideList.p-surgery-flow-overview .p-sideBySideList__item {
  width: 15%;
}

.l-container .p-surgery .p-surgery-flow .p-sideBySideList.p-surgery-flow-detail {
  justify-content: space-between;
}

.l-container .p-surgery .p-surgery-flow .p-sideBySideList.p-surgery-flow-detail .p-sideBySideList__item {
  position: relative;
  width: 22%;
}

.l-container .p-surgery .p-surgery-flow .p-sideBySideList.p-surgery-flow-detail .p-sideBySideList__item::before {
  content: attr(data-number);
  position: absolute;
  left: 10px;
  top: -20px;
  font-style: oblique;
  font-size: calc(16px + (38 - 26)*(100vw - 400px)/(800 - 400));
  z-index: 1;
}

.l-container .p-surgery .p-surgery-flow .p-sideBySideList.p-surgery-flow-detail .p-sideBySideList__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid #cccccc;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.l-container .p-surgery .p-surgery-flow .p-sideBySideList.p-surgery-flow-finish {
  width: 65%;
  padding: 20px;
  align-items: center;
  justify-content: space-between;
  background: #e5e5e5;
}

.l-container .p-surgery .p-surgery-flow .p-sideBySideList.p-surgery-flow-finish .p-sideBySideList__item-img {
  width: 25%;
}

.l-container .p-surgery .p-surgery-flow .p-sideBySideList.p-surgery-flow-finish .p-sideBySideList__item-img > img {
  width: 100%;
  height: auto;
}

.l-container .p-surgery .p-surgery-flow .p-sideBySideList.p-surgery-flow-finish > dl {
  width: 70%;
}

@media screen and (max-width: 800px) {
  .l-container .p-surgery .p-surgery-flow .p-sideBySideList.p-surgery-flow-detail .p-sideBySideList__item::before {
    content: attr(data-number);
    position: absolute;
    left: 70px;
    top: -30px;
    font-size: 42px;
    font-size: 4.2rem;
  }
  .l-container .p-surgery .p-surgery-flow .p-sideBySideList.p-surgery-flow-detail .p-sideBySideList__item:not(:last-child)::after {
    right: auto !important;
    left: 50%;
    top: auto !important;
    bottom: -6%;
    margin-left: -10px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .l-container .p-surgery .p-surgery-flow .p-sideBySideList.p-surgery-flow-finish {
    width: 90%;
  }
  .l-container .p-surgery .p-surgery-flow .p-sideBySideList.p-surgery-flow-finish > dl {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
}

.l-container .p-surgery .p-surgery-possible .p-contents-inner {
  width: 60%;
}

.l-container .p-surgery .p-surgery-possible .p-contents-inner > ul {
  text-align: center;
}

.l-container .p-surgery .p-surgery-possible .p-contents-inner > ul > li {
  margin-bottom: 5px;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .l-container .p-surgery .p-surgery-possible .p-contents-inner {
    width: 90%;
  }
}

.l-container .p-surgery .p-surgery-attention .p-sideBySideList {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.l-container .p-surgery .p-surgery-attention .p-sideBySideList .p-sideBySideList__item {
  width: 20%;
  text-align: center;
  margin: 0 1.5% 2.5%;
}

@media screen and (max-width: 800px) {
  .l-container .p-surgery .p-surgery-attention .p-sideBySideList .p-sideBySideList__item {
    width: 45%;
  }
}

.l-container .p-faq {
  background-image: url(../img/faq_bg.jpg);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-container .p-faq .p-contents-inner {
  max-width: 700px;
}

.l-container .p-faq .p-contents-inner.p-faq-list .p-faq-list__item:not(:last-child) {
  border-bottom: 1px dashed #222;
}

.l-container .p-faq .p-contents-inner.p-faq-list .p-faq-list__item > dt {
  margin-bottom: 10px;
}

.l-container .p-faq .p-contents-inner.p-faq-list .p-faq-list__item > dt::before {
  content: "Q.";
}

.l-footer {
  background: #2C63AB;
}

.l-footer .footer-outro {
  position: relative;
  background-image: url(../img/footer_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
}

.l-footer .footer-outro > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: calc(16px + (34 - 26)*(100vw - 400px)/(800 - 400));
}

.l-footer .footer-info {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
  padding: 30px 0;
  color: #fff;
}

.l-footer .footer-info .footer-info-right {
  text-align: right;
}

.l-footer .footer-info a {
  color: #fff;
  text-decoration: none;
}

.l-footer .footer-info ul {
  text-align: right;
}

.l-footer .footer-info ul li {
  display: inline-block;
}

.l-footer .footer-info ul li::after {
  content: " ／ ";
  font-size: 20px;
  vertical-align: middle;
}

.l-footer .footer-info ul li a {
  font-size: 14px;
  font-size: 1.4rem;
}

.l-footer .footer-info .interviewlink {
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.l-footer .footer-info address {
  line-height: 1.5em;
}

.l-footer .footer-info address p {
  font-size: 14px;
  margin: 15px 0;
}

.l-footer .footer-info address h3 {
  margin-bottom: 10px;
}

.l-footer .footer-info address a.tel {
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;
}

.l-footer .footer-info address a.tel::before {
  content: url(../img/footer_tel.png);
  margin-right: 10px;
}

.l-footer .copy {
  padding-top: 10px;
  background: white;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

footer #spfloating{
	display: none;
}

@media screen and (max-width: 800px) {
  .l-footer .footer-info {
    display: block;
  }
  .l-footer .footer-info .footer-info-left {
    text-align: center;
  }
  .l-footer .footer-info .footer-info-right {
    text-align: center;
  }
  .l-footer .footer-info ul {
    margin-top: 30px;
    text-align: center;
    font-size: 0px;
    font-size: 0rem;
    border-bottom: 1px solid white;
  }
  .l-footer .footer-info ul li {
    width: 50%;
    border-top: 1px solid white;
    box-sizing: border-box;
  }
  .l-footer .footer-info ul li:not(:last-child):nth-child(odd) {
    border-right: 1px solid white;
  }
  .l-footer .footer-info ul li::after {
    content: none;
  }
  .l-footer .footer-info ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    padding: 15px 0;
  }
  .l-footer .footer-info ul li:nth-child(5) {
    width: 100%;
  }
  .l-footer .copy {
    font-size: 12px;
    font-size: 1.2rem;
  }
	footer{
		margin-bottom: 40px;
	}
	footer #spfloating{
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 10;
	}
	footer #spfloating a{
		display: block;
		background: #00439A;
		color: #fff;
		text-align: center;
		height: 40px;
		line-height: 40px;
		text-decoration: none;
		font-size: 14px;
	}
	.ls-toTop{
		bottom: 7%;
	}
}


/* 2025.11追加 */

.price_news {
  max-width: 960px;
  margin: 50px auto;
}

.price_news_title {
  width: 90%;
  margin: auto;
  color: #029FB9;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  border: 1px solid #029FB9;
  padding-top: 12px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.price_news_text {
  font-size: 16px;

}

.price_news_box {
  margin-top: 50px;
  margin-bottom: 90px;
  border: 1px solid #029FB9;
  padding: 20px 30px;
  position: relative;
}

.price_news_box::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 235px solid transparent;
  border-left: 235px solid transparent;
  border-top: 60px solid #029fb9;
  border-bottom: 0;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.price_news_table {
  margin: auto;
  text-align: center;
}

.price_news_table img {
  width: 100%;
}

.price_news_attend {
  margin-top: 30px;
  background-color: #03A1BB;
  text-align: center;
  padding: 10px 0;
}

.price_news_attend p {
  color: #fff;
  font-weight: bold;
  font-size: 20px;

}

.price_news_attend p span {
  color: #FFD341;
}

.price_news_list {
  margin-top: 15px;
  padding: 0 15px;

}

.price_news_list span {
  font-weight: bold;
}

.price_news_cta {
  text-align: center;
  display: flex;
   flex-direction: column;
   gap: 30px;
}

.price_news_cta a {
  display: block;
}

.is-pc {
  display: block;


}

.is-sp {
  display: none;


}

@media screen and (max-width: 800px) {
.price_news {
  padding: 0 15px;
}

.price_news_title {
  font-size: 20px;
}

.price_news_text {
  font-size: 14px;

}

.price_news_box {
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 20px 10px;
  position: relative;
}

.price_news_box::after {
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 30px solid #029fb9;
  border-bottom: 0;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.price_news_table {
  margin: auto;
  text-align: center;
}

.price_news_table img {
  width: 100%;
}

.price_news_attend {
  margin-top: 20px;
}

.price_news_attend p {
  color: #fff;
  font-weight: bold;
  font-size: 16px;

}

.price_news_attend p span {
  color: #FFD341;
}

.price_news_list {
  margin-top: 15px;
  padding: 0 15px;

}

.price_news_list span {
  font-weight: bold;
}

.price_news_cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.price_news_cta a {
  display: block;
}

.is-pc {
  display: none;


}

.is-sp {
  display: block;


}

}

