@charset "UTF-8";
/*----------------------------------------------
	Common
---------------------------------------------*/
.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
}

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

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

.f_main .f_main-dasshi {
  color: #000;
}
@media screen and (max-width: 736px) {
  .f_main .f_main-dasshi .c_ttl {
    margin-left: 19px;
    margin-right: 19px;
  }
}
@media screen and (max-width: 736px) {
  .f_main .f_main-dasshi .p_content__subttl {
    margin: 0 19px 5px;
  }
}
@media screen and (max-width: 736px) {
  .f_main .f_main-dasshi .p_content__ttl {
    margin-bottom: 20px;
  }
}

.l_wrapper {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 110px 70px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 736px) {
  .l_wrapper {
    max-width: 100%;
    padding: 0;
  }
}
.l_wrapper p {
  line-height: 1.7;
  margin-bottom: 25px;
}
@media screen and (max-width: 736px) {
  .l_wrapper p.p_sec__last2 {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 736px) {
  .l_wrapper p .p_sec__txt {
    line-height: 1.7;
  }
}
.l_wrapper.l_wrapper-secondary {
  margin: 0 auto;
  max-width: 895px;
  padding: 0 162.5px;
}
@media screen and (max-width: 736px) {
  .l_wrapper.l_wrapper-secondary {
    max-width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 736px) {
  .f_sec02 .l_wrapper,
  .f_sec03 .l_wrapper,
  .f_sec04 .l_wrapper {
    padding-bottom: 0;
  }
}

/*----------------------------------------------
	prp_dasshi page
---------------------------------------------*/
/* Section Common */
.p_sec {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 736px) {
  .p_sec {
    max-width: 100%;
  }
}

.p_sec__block {
  min-height: 232px;
  padding-bottom: 9px;
  padding-left: 395px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .p_sec__block {
    min-height: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.p_sec__block.one {
  padding-bottom: 30px;
}
@media screen and (max-width: 736px) {
  .p_sec__block.one {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 736px) {
  .p_sec__block.one .p_sec__wrap {
    padding-bottom: 25px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 736px) {
  .p_sec__block.two .p_sec__wrap {
    padding-top: 5px;
  }
}
@media screen and (max-width: 736px) {
  .p_sec__block.two .p_sec__head {
    text-align: right;
  }
}
.p_sec__block img {
  left: 0;
  position: absolute;
  top: 9px;
  width: auto;
}
@media screen and (max-width: 736px) {
  .p_sec__block img {
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .p_sec__img.one {
    padding-left: 19px;
  }
}
@media screen and (max-width: 736px) {
  .p_sec__img.two {
    padding-right: 19px;
  }
}

@media screen and (max-width: 736px) {
  .p_sec__wrap {
    padding: 25px 19px 30px;
  }
}

.p_sec__head {
  color: #0085ce;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 21px;
}
@media screen and (max-width: 736px) {
  .p_sec__head {
    font-size: 21px;
    letter-spacing: normal;
    line-height: 1.5;
    padding-bottom: 15px;
  }
}
.p_sec__head span {
  display: block;
}
@media screen and (max-width: 736px) {
  .p_sec__head span {
    display: none;
  }
}

.p_sec__subhead img {
  left: auto;
  position: relative;
  top: -2px;
}

.l_wrapper p.p_sec__txt {
  line-height: 2;
  margin-bottom: 0;
}

/* Section Banner */
.p_banner {
  height: 550px;
  position: relative;
  background: url(../images/bg_kv.webp) no-repeat center center/cover;
}
@media screen and (max-width: 736px) {
  .p_banner {
    background-image: url(../images/bg_kv-sp.webp);
    height: 88vw;
  }
}

.p_banner__img {
  margin-bottom: 0;
  margin-top: 0;
  width: 908px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
  -webkit-transform: translateX(-688px);
          transform: translateX(-688px);
}
@media screen and (max-width: 736px) {
  .p_banner__img {
    width: 100%;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
.p_banner__img.anim {
  -webkit-transform: translateX(-492px);
          transform: translateX(-492px);
  opacity: 1;
}
@media screen and (max-width: 736px) {
  .p_banner__img.anim {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 736px) {
  .p_banner__img img.spnone {
    display: none;
  }
}
.p_banner__img img.pcnone {
  display: none;
}
@media screen and (max-width: 736px) {
  .p_banner__img img.pcnone {
    display: block;
    height: 100%;
    max-width: none;
  }
}

.p_banner__box {
  position: absolute;
  z-index: 1;
  top: 200px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 0;
  -webkit-transform: translate(50%, 10px);
          transform: translate(50%, 10px);
}
@media screen and (max-width: 736px) {
  .p_banner__box {
    top: 20vw;
    -webkit-transform: translate(52%, 10px);
            transform: translate(52%, 10px);
  }
}
@media (max-width: 735px) {
  .p_banner__box {
    position: absolute;
    z-index: 3;
    top: 35px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    opacity: 0;
    -webkit-transform: translate(30%);
            transform: translate(30%);
  }
}
.p_banner__box.anim {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  opacity: 1;
}
@media screen and (max-width: 736px) {
  .p_banner__box.anim {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
}

.p_banner__txt {
  color: #0085ce;
  font-size: 24px;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 34px;
}
@media screen and (max-width: 736px) {
  .p_banner__txt {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 10vw;
  }
}

.p_banner__ttl {
  color: #fff;
  font-size: 60px;
  font-family: serif;
  font-weight: bold;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 736px) {
  .p_banner__ttl {
    font-size: 6.4vw;
    margin-left: 10vw;
    text-align: center;
  }
}
.p_banner__ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -220px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2000px;
  height: 131px;
  background: -webkit-linear-gradient(left, rgba(0, 134, 206, 0), rgb(0, 134, 206) 240px, rgb(0, 134, 206) 100%);
  background: linear-gradient(to right, rgba(0, 134, 206, 0), rgb(0, 134, 206) 240px, rgb(0, 134, 206) 100%);
}
@media screen and (max-width: 736px) {
  .p_banner__ttl::after {
    width: 90.8vw;
    height: 12.8vw;
    position: absolute;
    z-index: -1;
    left: 0;
    right: -9%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 134, 206, 0)), color-stop(20%, rgb(0, 134, 206)), to(rgb(0, 134, 206)));
    background: -webkit-linear-gradient(left, rgba(0, 134, 206, 0), rgb(0, 134, 206) 20%, rgb(0, 134, 206) 100%);
    background: linear-gradient(to right, rgba(0, 134, 206, 0), rgb(0, 134, 206) 20%, rgb(0, 134, 206) 100%);
  }
}

/* Section 1 */
.f_sec01 .l_wrapper {
  padding-bottom: 48px;
  padding-top: 45px;
}
@media screen and (max-width: 736px) {
  .f_sec01 .l_wrapper {
    max-width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 736px) {
  .p_sec01 {
    padding: 25px 19px 30px;
  }
}

.p_sec01__txt p {
  font-size: 16px;
}

.l_wrapper p.p_sec__last2 {
  margin-bottom: 29px;
}

.p_sec01__img {
  padding-bottom: 45px;
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .p_sec01__img {
    padding-bottom: 25px;
    padding-top: 0;
  }
}
.p_sec01__img._2 {
  padding-bottom: 0;
}
@media screen and (max-width: 736px) {
  .p_sec01__img._2 {
    padding-top: 0;
    margin: 0 -19px;
  }
}

/* Section 2 */
.f_sec02 .l_wrapper {
  padding-bottom: 50px;
}
@media screen and (max-width: 736px) {
  .f_sec02 .l_wrapper {
    max-width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 736px) {
  .p_sec02 {
    padding-bottom: 30px;
  }
}

.p_sec02__list {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  .p_sec02__list {
    gap: 3px;
    margin: 0 10px;
    margin-bottom: 20px;
  }
}
.p_sec02__list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f2f9fd;
  padding: 20px;
  width: 32%;
  font-size: 11px;
  margin: 0;
}
@media screen and (max-width: 736px) {
  .p_sec02__list li {
    width: 49.5%;
    padding: 10px;
    font-size: 10px;
    line-height: 1.2;
  }
}
.p_sec02__list img {
  width: 100%;
  margin-bottom: 10px;
}
.p_sec02__list .txt {
  margin: 0;
}
@media screen and (max-width: 736px) {
  .p_sec02__list .txt {
    line-height: 1.2;
  }
}

/* Section 3 */
.f_sec03 .l_wrapper {
  padding-bottom: 60px;
}
@media screen and (max-width: 736px) {
  .f_sec03 .l_wrapper {
    max-width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 736px) {
  .p_sec03 {
    padding-bottom: 30px;
  }
}

.p_sec03__block {
  background: #f2f9fd;
  padding: 30px 0 40px;
}
@media screen and (max-width: 736px) {
  .p_sec03__block {
    margin-left: 19px;
    margin-right: 19px;
    padding: 16px 0 30px;
  }
}
.p_sec03__block .ttl {
  color: #0085ce;
  font-size: 24px;
  text-align: center;
  margin: 0 0 30px;
  font-weight: 700;
}
@media screen and (max-width: 736px) {
  .p_sec03__block .ttl {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.p_sec03__block .list {
  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;
  gap: 48px;
  margin-bottom: 20px;
}
@media screen and (max-width: 736px) {
  .p_sec03__block .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    margin-bottom: 14px;
  }
}
.p_sec03__block .item {
  position: relative;
}
.p_sec03__block._1 {
  margin-bottom: 24px;
}
@media screen and (max-width: 736px) {
  .p_sec03__block._1 {
    margin-bottom: 10px;
  }
}
.p_sec03__block._2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  .p_sec03__block._2 {
    margin-bottom: 40px;
  }
}
.p_sec03__block._1 .item {
  max-width: 250px;
  width: 100%;
}
.p_sec03__block._2 .item {
  max-width: 340px;
  width: 100%;
}
@media screen and (max-width: 736px) {
  .p_sec03__block._2 .item {
    max-width: 300px;
  }
}
.p_sec03__block .item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 20px #0085ce;
  border-left: solid 17px transparent;
  border-right: solid 17px transparent;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 0;
  bottom: 0;
  right: -42px;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .p_sec03__block .item:not(:last-child)::after {
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: 0;
    right: 0;
    bottom: -25px;
  }
}
.p_sec03__block .txt {
  color: #1a1a1a;
  font-size: 16px;
  max-width: 846px;
  margin: auto;
}
@media screen and (max-width: 736px) {
  .p_sec03__block .txt {
    padding: 0 13px;
  }
}

.p_sec03__box {
  padding: 35px 30px 24px;
  background-color: #fff;
  border: 4px solid #0085ce;
  position: relative;
  margin-bottom: 4px;
}
@media screen and (max-width: 736px) {
  .p_sec03__box {
    margin-left: 19px;
    margin-right: 19px;
    padding: 25px 13px 20px;
  }
}
.p_sec03__box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background: url(../images/bikkuri.webp) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p_sec03__box .ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 18px;
}
@media screen and (max-width: 736px) {
  .p_sec03__box .ttl {
    font-size: 18px;
    line-height: 1.5;
  }
}
.p_sec03__box .ttl span {
  color: #0085ce;
}
.p_sec03__box .txt {
  font-size: 16px;
  margin: 0 auto;
  max-width: 867px;
}

p.p_sec03__btn {
  text-align: right;
  margin: 0;
}
@media screen and (max-width: 736px) {
  p.p_sec03__btn {
    margin: 0 19px;
  }
}

.p_sec03__btn a {
  font-size: 16px;
  color: #1a1a1a;
  text-decoration: none;
}
.p_sec03__btn img {
  width: 20px;
  margin-right: 4px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* Section 4 */
.f_sec04 .l_wrapper {
  padding-bottom: 70px;
}
@media screen and (max-width: 736px) {
  .f_sec04 .l_wrapper {
    max-width: 100%;
    padding: 0;
  }
}

.p_sec04__list {
  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;
  margin-bottom: 50px;
}
@media screen and (max-width: 736px) {
  .p_sec04__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 0 32px 30px;
  }
}

.p_sec04__step {
  width: 23.5%;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 736px) {
  .p_sec04__step {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p_sec04__step:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 14px #0085ce;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 70px;
  right: -20px;
}
@media screen and (max-width: 736px) {
  .p_sec04__step:not(:last-child)::after {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  .p_sec04__step img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 38.6%;
  }
}

.p_sec04__head {
  border-bottom: 1px solid #0185cf;
  color: #0185cf;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px;
}
@media screen and (max-width: 736px) {
  .p_sec04__head {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    margin: 0 0 20px;
  }
}
.p_sec04__head span {
  background-color: #0185cf;
  color: #fff;
  height: 30px;
  margin-right: 6px;
  text-align: center;
  vertical-align: top;
  width: 30px;
  font-size: 18px;
}

p.p_sec04__txt {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 736px) {
  p.p_sec04__txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 58.2%;
  }
}
p.p_sec04__txt .small {
  display: block;
}

.f_sec04 .p_content__ttl {
  margin-bottom: 40px;
}

.p_sec04__box {
  background-color: #e8e8e8;
  padding: 15px 30px 30px;
}
@media screen and (max-width: 736px) {
  .p_sec04__box {
    border-bottom: 30px solid #fff;
    margin-left: 10px;
    margin-right: 10px;
    padding: 13px 9px 20px;
    width: auto;
  }
}

.p_sec04__ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .p_sec04__ttl {
    font-size: 16px;
    padding-bottom: 8px;
    letter-spacing: 0;
  }
}

.p_sec04__tbl {
  background-color: #fff;
  border-left: none;
  border-top: none;
  margin: 0;
}
.p_sec04__tbl tr {
  border-bottom: 1px dashed #aaa;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
}
@media screen and (max-width: 736px) {
  .p_sec04__tbl tr {
    border-left: 13px solid #fff;
    border-right: 13px solid #fff;
  }
}
.p_sec04__tbl tr:first-child {
  border-top: 10px solid #fff;
}
@media screen and (max-width: 736px) {
  .p_sec04__tbl tr:first-child {
    border-top: none;
  }
}
.p_sec04__tbl tr:last-child {
  border-bottom: 5px solid #fff;
}
@media screen and (max-width: 736px) {
  .p_sec04__tbl tr:last-child {
    border-bottom: none;
  }
}
.p_sec04__tbl th,
.p_sec04__tbl td {
  background-color: #fff;
  border: none;
  font-size: 16px;
  padding: 15px;
  vertical-align: top;
}
@media screen and (max-width: 736px) {
  .p_sec04__tbl th,
  .p_sec04__tbl td {
    font-size: 13px;
    padding: 10px 5px;
  }
}
.p_sec04__tbl th {
  min-width: 150px;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .p_sec04__tbl th {
    min-width: auto;
    padding-left: 4px;
    padding-right: 4px;
    width: 60px;
  }
}
.p_sec04__tbl td {
  padding-right: 0;
}
.p_sec04__tbl td small {
  font-size: 14px;
}
@media screen and (max-width: 736px) {
  .p_sec04__tbl td small {
    font-size: 11px;
  }
}
.p_sec04__tbl ul {
  width: 100%;
}
.p_sec04__tbl ul li {
  display: block;
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 736px) {
  .p_sec04__tbl ul li {
    padding-left: 15px;
  }
}
.p_sec04__tbl ul li:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 3px;
}
@media screen and (max-width: 736px) {
  .p_sec04__tbl ul li:before {
    top: 8px;
  }
}

/* Section 5 */
.f_sec05 .l_wrapper {
  padding-bottom: 74px;
}
@media screen and (max-width: 736px) {
  .f_sec05 .l_wrapper {
    max-width: 100%;
    padding: 0;
  }
}

/* Section 6 */
.p_sec06__box {
  background-color: #f1f9fc;
  padding: 20px 50px;
}
@media screen and (max-width: 736px) {
  .p_sec06__box {
    margin: 0 10px 30px;
    padding: 10px 9px 5px;
  }
}

.p_sec06__tbl {
  background-color: #fff;
  margin: 0 auto 5px;
}
@media screen and (max-width: 736px) {
  .p_sec06__tbl {
    margin-bottom: 7px;
  }
}
.p_sec06__tbl th,
.p_sec06__tbl td {
  font-size: 20px;
  font-weight: 700;
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 736px) {
  .p_sec06__tbl th,
  .p_sec06__tbl td {
    font-size: 15px;
    padding: 8px 10px;
  }
}
.p_sec06__tbl th {
  background-color: #0085ce;
  color: #fff;
}
@media screen and (max-width: 736px) {
  .p_sec06__tbl th {
    padding-bottom: 15px;
    padding-top: 20px;
  }
}
.p_sec06__tbl th:first-child {
  width: 518px;
}
@media screen and (max-width: 736px) {
  .p_sec06__tbl th:first-child {
    width: 69%;
  }
}

.p_sec06__note {
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 744px) {
  .p_sec06__note {
    font-size: 13px;
  }
}

.tab-buttons {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .tab-buttons {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.tab-btn,
.more-btn {
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #0085ce;
  border-radius: 30px;
  background-color: #fff;
  color: #0085ce;
  font-weight: bold;
  text-align: center;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}

.tab-btn:hover,
.more-btn:hover {
  background-color: #0085ce;
  color: #fff;
}

.tab-btn {
  padding: 10px;
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  .tab-btn {
    padding: 5px;
    font-size: 14px;
  }
}
.tab-btn.is-active {
  background-color: #0085ce;
  color: #fff;
}

.more-btn {
  padding: 15px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 744px) {
  .more-btn {
    padding: 10px;
    margin-bottom: 0px;
    width: 90%;
  }
}

.tab-content {
  display: none;
}
.tab-content.is-show {
  display: block;
}

.case-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .case-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    margin-bottom: 10px;
  }
}

.case-card {
  background-color: #f6f9fc;
  padding: 20px;
  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;
}

.case-card-img {
  position: relative;
}
.case-card-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.case-card-img::before, .case-card-img::after {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
  display: inline-block;
  text-align: center;
  position: absolute;
}
.case-card-img::before {
  content: "術前";
  top: 0;
  left: 0;
  background-color: #565756;
}
.case-card-img::after {
  content: "術後";
  top: 50%;
  left: 0;
  background-color: #0085ce;
}
.case-card-img.horizontal::before, .case-card-img.horizontal::after {
  width: 50%;
}
.case-card-img.horizontal::before {
  top: initial;
  left: 0;
  bottom: 0;
}
.case-card-img.horizontal::after {
  top: initial;
  left: initial;
  right: 0;
  bottom: 0;
}

/* 横型写真の場合 */
.case-card-tag {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #0085ce;
  border: solid 1px #0085ce;
  width: 100%;
  background-color: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 744px) {
  .case-card-tag {
    font-size: 16px;
  }
}

.case-card-disc {
  font-size: 12px;
  margin-top: 10px;
}

.case-card-nopost {
  padding: 20px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .case-card-nopost {
    font-size: 16px;
  }
}