@charset "UTF-8";
/* ----------------------------------------------------------- */
/* color変数定義 */
/* ----------------------------------------------------------- */
/* サイトカラー */
/* グラデーション用 */
body * {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
}

#sitetop .fv .fv_pc {
  position: relative;
}
@media screen and (min-width: 768px) {
  #sitetop .fv .fv_pc {
    width: 135%;
    margin-left: -30%;
  }
}
@media screen and (min-width: 1200px) {
  #sitetop .fv .fv_pc {
    width: 125%;
    margin-left: -20%;
  }
}
@media screen and (min-width: 1400px) {
  #sitetop .fv .fv_pc {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #sitetop .fv .fv_pc .fv_text {
    font-size: 0.9vw;
    letter-spacing: 0;
    position: absolute;
    bottom: 0px;
    left: 22.5%;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  #sitetop .fv .fv_pc .fv_text {
    font-size: 0.8vw;
    left: 23%;
  }
}
@media screen and (min-width: 1400px) {
  #sitetop .fv .fv_pc .fv_text {
    font-size: clamp(0.547rem, 0.63vw, 0.75rem);
    left: 23%;
  }
}
#sitetop .ct_doctor h1 {
  position: relative;
}
#sitetop .ct_doctor h1::before {
  content: "「";
}
#sitetop .ct_doctor h1::after {
  content: "」";
}
#sitetop .ct_doctor .img_doctor {
  position: relative;
}
#sitetop .ct_doctor .img_doctor .doctor_01 {
  position: relative;
  width: 90%;
  margin-left: -12px;
}
@media screen and (min-width: 768px) {
  #sitetop .ct_doctor .img_doctor .doctor_01 {
    margin-left: unset;
    width: 310px;
  }
}
@media screen and (min-width: 992px) {
  #sitetop .ct_doctor .img_doctor .doctor_01 {
    margin-left: unset;
    width: 90%;
  }
}
#sitetop .ct_doctor .img_doctor .doctor_01::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #23467b;
  top: 10px;
  left: 10px;
}
#sitetop .ct_doctor .img_doctor .doctor_01 img {
  position: relative;
  z-index: 2;
}
#sitetop .ct_doctor .img_doctor .doctor_text {
  position: absolute;
  width: 155px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: -50%;
  left: 0;
  margin: auto;
  z-index: 3;
  transform: skewX(170deg); /*傾斜をつける*/
}
@media screen and (min-width: 768px) {
  #sitetop .ct_doctor .img_doctor .doctor_text {
    top: -55px;
  }
}
@media screen and (min-width: 992px) {
  #sitetop .ct_doctor .img_doctor .doctor_text {
    top: 0;
    right: -60%;
  }
}
#sitetop .ct_doctor .img_doctor .doctor_text span {
  display: block;
  transform: skewX(-170deg); /*テキストのみ傾斜を戻す*/
}
@media screen and (min-width: 768px) {
  #sitetop .ct_doctor .md_grid {
    display: grid;
    grid-template-columns: 50% calc(50% - 30px);
    grid-template-rows: 1fr 50px;
    gap: 30px;
  }
  #sitetop .ct_doctor .md_grid .grid_3 {
    grid-column: span 2/span 2;
  }
}
@media screen and (min-width: 992px) {
  #sitetop .ct_doctor .md_grid {
    display: grid;
    grid-template-columns: 55% calc(45% - 40px);
    gap: 40px;
  }
}

.ct_chosen {
  outline: 1px dashed #c4a961;
  outline-offset: -6px;
}

.ct_support {
  position: relative;
}
.ct_support::before, .ct_support::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #c4a961;
}
.ct_support::before {
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  bottom: 5px;
  left: 5px;
}
.ct_support::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  top: 5px;
  right: 5px;
}

.ct_features .features_bg {
  position: relative;
  padding-top: 35px;
  z-index: 2;
}
.ct_features .features_bg .features_bg_img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .ct_features .features_bg .features_bg_img {
    right: unset;
    width: 400px;
  }
}
.ct_features .features_bg .bg_cWhite {
  outline: 1px solid #23467b;
  outline-offset: -10px;
  position: relative;
  z-index: 3;
  width: 94%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ct_features .features_bg .bg_cWhite {
    width: 95%;
    max-width: 750px;
    margin-right: 0;
    margin-top: 80px;
  }
}
.ct_features .features_bg .bg_cWhite .counter_number {
  position: absolute;
  width: 55px;
  height: 55px;
  background: #23467b;
  top: -35px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct_features .features_bg .bg_cWhite .counter_number::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 24px;
  color: #FFF;
}
.ct_features .features_bg .bg_cWhite .features_02_sub_title {
  transform: skewX(170deg);
  width: 100%;
  margin-top: -25px;
}
@media screen and (min-width: 768px) {
  .ct_features .features_bg .bg_cWhite .features_02_sub_title {
    margin-top: 0;
  }
}
.ct_features .features_bg .bg_cWhite .features_02_sub_title::before, .ct_features .features_bg .bg_cWhite .features_02_sub_title::after {
  content: "";
  position: absolute;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: skewX(170deg);
}
.ct_features .features_bg .bg_cWhite .features_02_sub_title::before {
  width: 96%;
  background: #8296B4;
  right: 0;
  left: 0;
}
.ct_features .features_bg .bg_cWhite .features_02_sub_title::after {
  width: calc(96% - 15px);
  background: #23467b;
  right: 0;
  left: -15px;
}
.ct_features .features_bg .bg_cWhite .features_02_sub_title span {
  transform: skewX(-170deg);
  position: relative;
  z-index: 1;
}
.ct_features .features_bg .bg_cWhite .bg_features_03 {
  width: 100%;
  height: 100%;
  position: relative;
}
.ct_features .features_bg .bg_cWhite .bg_features_03::before {
  content: "";
  position: absolute;
  width: 65%;
  height: 100%;
  background: url(../../_img/index/features_03.jpg) no-repeat right;
  background-size: 100%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .ct_features .features_bg .bg_cWhite .bg_features_03::before {
    width: 55%;
  }
}
.ct_features .features_bg .bg_cWhite .bg_features_03::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  background: #23467b;
}
@media screen and (min-width: 768px) {
  .ct_features .features_bg .bg_cWhite .bg_features_03::after {
    background: #EDF0F4;
    width: 55%;
  }
}
.ct_features .features_bg .bg_cWhite .bg_features_03 p {
  position: relative;
  z-index: 1;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .ct_features .features_bg .bg_cWhite .bg_features_03 p {
    color: #23467b;
  }
}

/* コラム スライダー */
#column .slick-track {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#column .slider_column {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-left: calc(50% - 193.5px - 50px);
}
@media screen and (min-width: 576px) {
  #column .slider_column {
    margin-left: calc(50% - 216px - 40px);
  }
}
@media screen and (min-width: 768px) {
  #column .slider_column {
    margin-left: calc(50% - 296px - 30px);
  }
}
@media screen and (min-width: 992px) {
  #column .slider_column {
    margin-left: 0;
  }
}
#column .slider_column .slide_item {
  position: relative;
  background: #fff;
  align-self: stretch;
  margin: 5px;
  height: auto;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #column .slider_column .slide_item {
    margin: 5px 12px;
  }
}
#column .slider_column .slide_item .img_thumbnail {
  position: relative;
}
#column .slider_column .slide_item .img_thumbnail:before {
  content: "";
  display: block;
  padding-top: 75%;
}
#column .slider_column .slide_item .img_thumbnail img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
#column .slider_column .slick-list {
  overflow: visible;
}
#column .slider_column .slick-prev, #column .slider_column .slick-next {
  display: block;
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 25%;
  font-size: 0;
  line-height: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-color: #D0B572;
  opacity: 1;
  border-radius: 50%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  #column .slider_column .slick-prev, #column .slider_column .slick-next {
    left: 18%;
  }
}
#column .slider_column .slick-prev:before {
  content: "";
  position: absolute;
  display: block;
  font-size: 0;
  color: transparent;
  opacity: 1;
  top: calc(50% - 3px);
  right: 0;
  left: 4px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(225deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#column .slider_column .slick-next:before {
  content: "";
  position: absolute;
  display: block;
  font-size: 0;
  color: transparent;
  opacity: 1;
  top: calc(50% - 3px);
  right: 4px;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#column .slider_column .slick-next {
  left: 37%; /* 次へ進むコントローラーの位置を指定 */
}
@media screen and (min-width: 768px) {
  #column .slider_column .slick-next {
    left: 29%;
  }
}
#column .link_home_column {
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: auto;
}

/* 田本会グループ */
#commonGroup .icon_blank_cLightBlue {
  position: relative;
}
#commonGroup .icon_blank_cLightBlue::after {
  content: "";
  position: absolute;
  background: url(../../_img/_imgcommon/icon_blank_cLightBlue.svg) bottom center no-repeat;
  background-size: 100%;
  width: 10%;
  height: 20%;
  bottom: 0;
  right: 0;
}

#fv {
  padding-top: 15px;
}
@media screen and (min-width: 992px) {
  #fv {
    padding-top: 10px;
  }
}
#fv.normal .bg_h1 {
  position: relative;
  height: 100px;
  background: linear-gradient(100deg, #EAF1F8 90%, #FFF 0);
}
@media screen and (min-width: 768px) {
  #fv.normal .bg_h1 {
    height: 140px;
    background: linear-gradient(100deg, #EAF1F8 85%, #FFF 0);
  }
}
@media screen and (min-width: 1200px) {
  #fv.normal .bg_h1 {
    background: linear-gradient(100deg, #EAF1F8 75%, #FFF 0);
  }
}
#fv.normal .bg_h1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: linear-gradient(100deg, #23467b calc(90% + 15px), #FFF 0);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #fv.normal .bg_h1::after {
    background: linear-gradient(100deg, #23467b calc(85% + 20px), #FFF 0);
  }
}
@media screen and (min-width: 1200px) {
  #fv.normal .bg_h1::after {
    background: linear-gradient(100deg, #23467b calc(75% + 18px), #FFF 0);
  }
}
#fv.normal .bg_h1 h1 {
  font-size: 30px;
  font-weight: 600;
  color: #23467b;
}
#fv.bg_img {
  position: relative;
}
#fv.bg_img .bg_h1 {
  position: relative;
  height: 70px;
  background: linear-gradient(100deg, #EAF1F8 90%, #FFF 0);
}
@media screen and (min-width: 768px) {
  #fv.bg_img .bg_h1 {
    height: 200px;
    background: linear-gradient(100deg, #EAF1F8 85%, #FFF 0);
  }
}
@media screen and (min-width: 1200px) {
  #fv.bg_img .bg_h1 {
    background: linear-gradient(100deg, #EAF1F8 75%, #FFF 0);
  }
}
#fv.bg_img .bg_h1 h1 {
  font-size: 30px;
  font-weight: 600;
  color: #23467b;
}
@media screen and (min-width: 768px) {
  #fv.bg_img .fv_img {
    position: absolute;
    width: 350px;
    height: auto;
    top: 60px;
    left: 0;
    right: -200px;
    margin: auto;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  #fv.bg_img .fv_img {
    width: 400px;
    top: 50px;
    right: -140px;
  }
}

.doctor_message {
  position: relative;
  margin-top: 50px;
}
.doctor_message .doctor_message_img {
  position: absolute;
  width: 30%;
  max-width: 120px;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .doctor_message .doctor_message_img {
    max-width: unset;
    width: 320px;
    right: 20px;
  }
}
.doctor_message .doctor_message_title {
  position: relative;
  z-index: 1;
}
.doctor_message .doctor_message_title::before {
  position: absolute;
  content: "";
  width: calc(100% + 12px);
  height: 100%;
  background-color: #f0f5fa;
  bottom: 0;
  right: -12px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .doctor_message .doctor_message_title::before {
    width: calc(100% + 2px);
    right: 4px;
  }
}

.career dl dt {
  width: 20%;
}
.career dl dd {
  width: 80%;
}

@media screen and (min-width: 768px) {
  .ct_doctor_movie ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}
.ct_doctor_movie ul li {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .ct_doctor_movie ul li {
    width: calc(50% - 5px);
  }
}
.ct_doctor_movie ul li a .icon_play_bg_cWhite {
  position: relative;
  padding-left: 30px;
}
.ct_doctor_movie ul li a .icon_play_bg_cWhite::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../_img/_imgcommon/icon_play_bg_cWhite.svg) no-repeat;
  background-size: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

a.price_link_text .cSub_blue {
  transition: all 0.4s;
}
a.price_link_text .arrow_cSub_blue {
  position: relative;
  flex-shrink: 0;
  padding-left: 50px;
  transition: all 0.4s;
}
a.price_link_text .arrow_cSub_blue::before, a.price_link_text .arrow_cSub_blue::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0;
  margin: auto;
}
a.price_link_text .arrow_cSub_blue::before {
  width: 18px;
  top: 0;
  height: 1px;
  background-color: #23467b;
}
a.price_link_text .arrow_cSub_blue::after {
  width: 9px;
  height: 9px;
  top: 0.25px;
  border-top: 1px solid #23467b;
  border-right: 1px solid #23467b;
  transform: rotate(45deg);
}
a.price_link_text:hover .cSub_blue {
  color: #b58f5a;
  transition: all 0.4s;
}
a.price_link_text:hover .arrow_cSub_blue {
  padding-left: 55px;
  transition: all 0.4s;
}
a.price_link_text:hover .arrow_cSub_blue::before {
  background-color: #b58f5a;
}
a.price_link_text:hover .arrow_cSub_blue::after {
  border-top: 1px solid #b58f5a;
  border-right: 1px solid #b58f5a;
}

/* ------------------------------------------------ */
/* クリニック一覧 */
/* ------------------------------------------------ */
.ct_main_clinic .googleMap {
  width: 100%;
  height: 55vw;
  max-height: 300px;
}
.ct_main_clinic .ul_access {
  padding-left: 22px;
}
.ct_main_clinic .ul_access li {
  list-style: disc;
}
.ct_main_clinic .ul_access li::marker {
  font-size: 50%;
}

.ct_branch_clinic {
  position: relative;
}
.ct_branch_clinic::before {
  content: "";
  position: absolute;
  width: 96px;
  height: 3px;
  background-color: #23467b;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ct_branch_clinic .ct_address {
    padding-left: 6rem;
  }
}
.ct_branch_clinic .ct_address .icon_map {
  position: relative;
  transition: 0.2s;
}
.ct_branch_clinic .ct_address .icon_map::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../../_img/_imgcommon/icon_map_cBlue.svg) no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  transition: 0.2s;
}
.ct_branch_clinic .ct_address .icon_map:hover::after {
  background: url(../../_img/_imgcommon/icon_map_cGold.svg) no-repeat;
  background-size: cover;
  transition: 0.2s;
}

.table_time {
  width: 100%;
  max-width: 500px;
}
.table_time tr {
  border-bottom: 1px solid #23467b;
}
.table_time tr:first-of-type {
  border-top: 1px solid #23467b;
}

/* クリニックの行き方モーダル　*/
.modal-header,
.modal-footer {
  border: none;
}

.modal {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

body.modal-open {
  padding-right: 0 !important;
}

.popup_area {
  position: relative;
  background-color: #ffffff;
  color: #23467b;
  padding: 2px 17px 2px 10px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2px;
}
.popup_area::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #23467b;
}
.popup_area::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 13px;
  top: 22px;
}

.btn {
  padding: 0;
  border: none;
}

@media screen and (min-width: 992px) {
  .open-modal-btn {
    margin-right: auto;
    padding-top: 8px;
  }
}

.price_table_title .modal-content {
  border: 2px solid #23467b !important;
}

.modal-header {
  border-bottom: none;
  padding: 15px 15px 0 15px;
}

.modal-title {
  font-size: 18px;
}

.modal-body {
  padding: 0 15px;
}

.modal-footer {
  border-top: none;
  padding: 0 7px 10px 7px;
}

.modal .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -21px;
  right: -8px;
  margin: 0 auto;
  opacity: 1;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .modal .close {
    right: -15px;
  }
}

.modal .close {
  background: url(../../_img/_imgcommon/btn_close_gold.svg) no-repeat;
}

.btn-secondary {
  color: #ffffff !important;
  background-color: #23467b !important;
  border: none;
  width: 95%;
  font-size: 13px;
  margin: 10px auto;
  padding: 3px;
}

#clinic .carousel-control-next, #clinic .carousel-control-prev {
  top: 40%;
  bottom: 0;
  background-color: #23467b !important;
  border-radius: 100px;
  opacity: 1;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  z-index: 999;
}
#clinic .carousel-control-next .carousel-control-next-icon, #clinic .carousel-control-prev .carousel-control-next-icon {
  width: 1.25rem;
}
#clinic .carousel-control-next .carousel-control-prev-icon, #clinic .carousel-control-prev .carousel-control-prev-icon {
  width: 1.25rem;
}
#clinic .carousel-control-next {
  right: 0;
}
#clinic .carousel-control-prev {
  left: 0;
}
#clinic .modal-body figure {
  border-top: solid 2px #23467b;
  border-right: solid 2px #23467b;
  border-left: solid 2px #23467b;
}
#clinic .slider_text {
  border-bottom: solid 2px #23467b;
  border-right: solid 2px #23467b;
  border-left: solid 2px #23467b;
}
#clinic .carousel-indicators {
  bottom: -13%;
}
@media screen and (min-width: 768px) {
  #clinic .carousel-indicators {
    bottom: -10%;
  }
}
#clinic .carousel-indicators button {
  background-color: #23467b;
  width: 15px;
}

@media screen and (min-width: 992px) {
  .toc_area {
    width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: calc(100% - 700px - 8px) 700px;
    gap: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .toc_area {
    width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: calc(100% - 900px - 8px) 900px;
    gap: 8px;
  }
}
@media screen and (min-width: 1400px) {
  .toc_area {
    width: 1200px;
    margin-right: 0;
    margin-left: calc(50% - 710px);
    display: grid;
    grid-template-columns: 232px 960px;
    gap: 8px;
  }
}
.toc_area #fixed-toc {
  position: sticky;
  top: 60px;
  z-index: 100;
  background: #FFF;
}
@media screen and (min-width: 992px) {
  .toc_area #fixed-toc {
    position: unset;
    background: unset;
  }
}
.toc_area #fixed-toc .header-container {
  padding-top: 0;
  padding-bottom: 20px;
}
.toc_area #fixed-toc .header-container.sticky {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .toc_area #fixed-toc .pc_side_toc {
    position: sticky;
    top: 90px;
    margin-top: 50px;
    border-bottom: 1px solid #23467b;
  }
}
.toc_area #fixed-toc .pc_side_toc.sticky .sticky-header {
  position: relative;
}
.toc_area #fixed-toc .pc_side_toc.sticky .sticky-header::after {
  content: "";
  position: absolute;
  border-top: 1px solid #23467b;
  border-right: 1px solid #23467b;
  width: 12px;
  height: 12px;
  transform: rotate(135deg);
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .toc_area #fixed-toc .pc_side_toc.sticky .sticky-header::after {
    position: relative;
    border: unset;
  }
}
.toc_area #fixed-toc .pc_side_toc.sticky .accordion {
  overflow: hidden;
  cursor: pointer;
  /* 自動閉じ */
  /* 手動閉じ（必要なら） */
}
.toc_area #fixed-toc .pc_side_toc.sticky .accordion ol {
  max-height: 0;
}
@media screen and (min-width: 992px) {
  .toc_area #fixed-toc .pc_side_toc.sticky .accordion ol {
    max-height: unset;
  }
}
.toc_area #fixed-toc .pc_side_toc.sticky .accordion.auto-collapsed ol {
  max-height: 0;
}
@media screen and (min-width: 992px) {
  .toc_area #fixed-toc .pc_side_toc.sticky .accordion.auto-collapsed ol {
    max-height: unset;
  }
}
.toc_area #fixed-toc .pc_side_toc.sticky .accordion.manual-collapsed ol {
  max-height: 0;
}
@media screen and (min-width: 992px) {
  .toc_area #fixed-toc .pc_side_toc.sticky .accordion.manual-collapsed ol {
    max-height: unset;
  }
}
.toc_area #fixed-toc .pc_side_toc.sticky.click .sticky-header::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 992px) {
  .toc_area #fixed-toc .pc_side_toc.sticky.click .sticky-header::after {
    position: relative;
  }
}
.toc_area #fixed-toc .pc_side_toc.sticky.click .accordion {
  border-bottom: 1px solid #23467b;
  padding-bottom: 10px;
}
.toc_area #fixed-toc .pc_side_toc.sticky.click .accordion ol {
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
@media screen and (min-width: 768px) {
  .toc_area #fixed-toc .pc_side_toc.sticky.click .accordion ol {
    overflow: unset;
    max-height: unset;
  }
}
.toc_area #fixed-toc ol {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .toc_area #fixed-toc ol {
    width: 95%;
  }
}
.toc_area #fixed-toc ol li {
  padding-left: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
  z-index: 2;
  font-size: 15px;
}
.toc_area #fixed-toc ol li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../../_img/_imgcommon/icon_arrow_bg_cBlue_18px.svg) no-repeat;
  background-size: cover;
  top: 6px;
  left: 4px;
  margin: auto;
  z-index: 2;
}
.toc_area #fixed-toc ol li a {
  position: relative;
  z-index: 2;
  display: flex;
}
.toc_area #fixed-toc ol li a::before {
  counter-increment: number 1;
  content: counter(number) ".";
}
.toc_area #fixed-toc ol li.current {
  background-color: #EAF1F8;
}
.toc_area .bg_full {
  position: relative;
}
.toc_area .bg_full::before {
  position: absolute;
  content: "";
  background: linear-gradient(45deg, #D6E3F2 0%, #EAF1F8 100%);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .toc_area .bg_full::before {
    width: 101vw;
    margin-inline: calc(50% - 50cqi - 118px - 1vw);
  }
}
@media screen and (min-width: 1400px) {
  .toc_area .bg_full::before {
    margin-inline: calc(50% - 50cqi - 1vw);
  }
}
.toc_area .bg_full.bg_cLightBlue01::before {
  background: #d6e3f2;
}
.toc_area .bg_full.bg_cLightBlue02::before {
  background: #eaf1f8;
}
.toc_area .bg_full.bg_cLightGray01::before {
  background: #edf0f4;
}
.toc_area .bg_full.bg_cLightGray02::before {
  background: #f7f7f7;
}
.toc_area .bg_full.bg_grd_cLightBlue_45deg::before {
  background: linear-gradient(45deg, #D6E3F2 0%, #EAF1F8 100%);
}

.treatment_main_content.bdrTp_sp {
  border-top: 3px solid #23467b;
  position: relative;
}
.treatment_main_content.bdrTp_sp::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 15px;
  background-color: #D6E3F2;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .treatment_main_content.bdrTp_sp {
    border-top: unset;
  }
  .treatment_main_content.bdrTp_sp::before {
    position: relative;
  }
}
.treatment_main_content.bdrTp_sp .ct_doctor_comment {
  outline: 1px solid #A2BADB;
  outline-offset: -6px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .treatment_main_content.bdrTp_sp .ct_doctor_comment {
    display: grid;
    grid-template-columns: 30% calc(70% - 8px);
    grid-template-rows: 145px calc(100% - 145px - 8px);
    gap: 8px;
  }
}
.treatment_main_content.bdrTp_sp .ct_doctor_comment .img_doctor_comment {
  width: 35%;
  max-width: 160px;
  height: auto;
  margin: 10px 10px 0 10px;
  float: right;
}
@media screen and (min-width: 768px) {
  .treatment_main_content.bdrTp_sp .ct_doctor_comment .img_doctor_comment {
    float: unset;
    grid-column-start: 1;
    grid-row-start: 2;
    max-width: unset;
    width: 60%;
    margin: 10px auto 50px;
  }
}
.treatment_main_content.bdrTp_sp .ct_doctor_comment .heading_doctor_comment {
  width: 55%;
  border-bottom: 1px solid #A2BADB;
  margin-left: 6px;
}
@media screen and (min-width: 768px) {
  .treatment_main_content.bdrTp_sp .ct_doctor_comment .heading_doctor_comment {
    width: unset;
    grid-column-start: 1;
    grid-row-start: 1;
    border-top: 1px solid #A2BADB;
    display: flex;
    align-items: center;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .treatment_main_content.bdrTp_sp .ct_doctor_comment .text_box_doctor_comment {
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
.treatment_main_content.bdrTp_sp .ct_features_treatment {
  counter-reset: number;
}
.treatment_main_content.bdrTp_sp .ct_features_treatment .features_bg {
  position: relative;
  padding-top: 70px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .treatment_main_content.bdrTp_sp .ct_features_treatment .features_bg {
    padding-top: 110px;
  }
}
.treatment_main_content.bdrTp_sp .ct_features_treatment .features_bg .features_bg_img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .treatment_main_content.bdrTp_sp .ct_features_treatment .features_bg .features_bg_img {
    right: unset;
    width: 400px;
  }
}
.treatment_main_content.bdrTp_sp .ct_features_treatment .features_bg .counter_number {
  position: absolute;
  width: 70px;
  height: 50px;
  top: 10px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-right: 1px solid #23467b;
  z-index: 2;
}
.treatment_main_content.bdrTp_sp .ct_features_treatment .features_bg .counter_number::before {
  content: "POINT";
  font-size: 10px;
  color: #23467b;
  font-weight: 600;
}
.treatment_main_content.bdrTp_sp .ct_features_treatment .features_bg .counter_number::after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 35px;
  color: #23467b;
  margin-top: -10px;
  font-weight: 600;
}
.treatment_main_content.bdrTp_sp .ct_features_treatment .features_bg .features_text {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .treatment_main_content.bdrTp_sp .ct_features_treatment .features_bg .features_text {
    width: 90%;
    max-width: 860px;
    margin-right: 0;
    margin-left: auto;
  }
}
.treatment_main_content.bdrTp_sp .ct_features_treatment .features_bg .features_text .features_title {
  background: #FFF;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .treatment_main_content.bdrTp_sp .ct_features_treatment .features_bg .features_text .features_title {
    width: 100%;
  }
}
.treatment_main_content.bdrTp_sp .ct_features_treatment .features_bg .features_text .bg_cWhite {
  width: 100%;
}

.ct_mechanism ul {
  counter-reset: number;
}
.ct_mechanism ul li {
  position: relative;
  margin-bottom: 40px;
}
.ct_mechanism ul li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #23467b;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.ct_mechanism ul li:last-child {
  margin-bottom: 0;
}
.ct_mechanism ul li:last-child::before {
  position: relative;
  content: unset;
}
.ct_mechanism ul li .li_title {
  position: relative;
  display: flex;
}
.ct_mechanism ul li .li_title::before {
  counter-increment: number 1;
  content: counter(number);
  font-size: 20px;
  color: #FFF;
  font-weight: 600;
  background: #23467b;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  margin-top: 2px;
}

.ct_intravascular_irradiation ul li {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .ct_intravascular_irradiation ul li {
    margin-right: 45px;
    margin-bottom: 20px;
  }
}
.ct_intravascular_irradiation ul li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #23467b;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .ct_intravascular_irradiation ul li::before {
    transform: rotate(-90deg);
    top: 0;
    bottom: 0;
    left: unset;
    right: -55px;
  }
}
@media screen and (min-width: 768px) {
  .ct_intravascular_irradiation ul li:last-child {
    margin-right: 0;
  }
}
.ct_intravascular_irradiation ul li:last-child::before {
  position: relative;
  content: unset;
}

.ct_applicable .chart_applicable_site {
  position: relative;
}
.ct_applicable .chart_applicable_site .img_applicable_site {
  position: absolute;
  width: 225px;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .ct_applicable .chart_applicable_site .img_applicable_site {
    position: relative;
  }
}
.ct_applicable .chart_applicable_site .d_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 110px 15px 0px 110px 110px;
  gap: 20px 12px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ct_applicable .chart_applicable_site .d_grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 150px 110px;
    gap: 8px;
  }
}
.ct_applicable .chart_applicable_site .div1 {
  grid-row: span 2/span 2;
}
@media screen and (min-width: 768px) {
  .ct_applicable .chart_applicable_site .div1 {
    grid-row: unset;
  }
}
.ct_applicable .chart_applicable_site .div2 {
  grid-column-start: 3;
}
@media screen and (min-width: 768px) {
  .ct_applicable .chart_applicable_site .div2 {
    grid-column-start: unset;
  }
}
.ct_applicable .chart_applicable_site .div3 {
  grid-column-start: 1;
  grid-row-start: 4;
}
@media screen and (min-width: 768px) {
  .ct_applicable .chart_applicable_site .div3 {
    grid-column-start: unset;
    grid-row-start: unset;
  }
}
.ct_applicable .chart_applicable_site .div4 {
  grid-row: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 3;
}
@media screen and (min-width: 768px) {
  .ct_applicable .chart_applicable_site .div4 {
    grid-row: unset;
    grid-column-start: unset;
    grid-row-start: unset;
  }
}
.ct_applicable .chart_applicable_site .div5 {
  grid-row-start: 5;
}
@media screen and (min-width: 768px) {
  .ct_applicable .chart_applicable_site .div5 {
    grid-row-start: unset;
  }
}
.ct_applicable .chart_applicable_site .div6 {
  grid-row-start: 5;
}
@media screen and (min-width: 768px) {
  .ct_applicable .chart_applicable_site .div6 {
    grid-row-start: unset;
  }
}
.ct_applicable .chart_applicable_site .div7 {
  grid-row-start: 5;
}
@media screen and (min-width: 768px) {
  .ct_applicable .chart_applicable_site .div7 {
    grid-row-start: unset;
  }
}
.ct_applicable .chart_applicable_site .ul_list_dots li {
  position: relative;
  padding-left: 8px;
}
.ct_applicable .chart_applicable_site .ul_list_dots li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #A2BADB;
  top: 7px;
  left: 0;
}

.price_title p {
  width: calc(100% - 120px);
}
.price_title a .arrow_Rt_bgWhite {
  position: relative;
  transition: all 0.4s;
  width: 14px;
  height: 14px;
  background: url(../../_img/_imgcommon/icon_arrow_bg_cBlue_18px.svg) no-repeat;
  background-size: 100%;
  margin-left: 6px;
}
@media screen and (min-width: 768px) {
  .price_title a .arrow_Rt_bgWhite {
    width: 16px;
    height: 16px;
  }
}

.price_table_wrap .price_sub_title {
  padding-left: 12px;
  position: relative;
}
.price_table_wrap .price_sub_title::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 18px;
  background-color: #23467b;
  top: 6px;
  left: 0;
}
.price_table_wrap .price_table {
  border-top: 1px solid #060737;
  border-bottom: 1px solid #060737;
  width: 100%;
}
.price_table_wrap .price_table .price_table_name {
  width: auto;
  padding: 8px 0 8px 8px;
}
.price_table_wrap .price_table .price_table_time {
  width: 15%;
  text-align: center;
}
.price_table_wrap .price_table .price_table_yen {
  text-align: right;
  font-size: 18px;
  position: relative;
  letter-spacing: 0;
  width: 35%;
  padding: 8px 8px 8px 0;
}
.price_table_wrap .price_table .price_table_yen .yen_mark {
  position: relative;
}
.price_table_wrap .price_table .price_table_yen .yen_mark::before {
  position: absolute;
  content: "￥";
  left: -20px;
  font-weight: 300;
}

.ct_price_consultation {
  outline: 1px solid #A2BADB;
  outline-offset: -6px;
  position: relative;
  padding: 6px;
}
.price_ol {
  counter-reset: number;
}
.price_ol li {
  position: relative;
  padding-left: 18px;
}
.price_ol li::before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: 16px;
  color: #23467b;
  top: 0;
  left: 0;
  font-weight: 600;
}

.price_ul_link li a {
  display: flex;
  align-items: center;
}
.price_ul_link li a span {
  padding-right: 24px;
  padding-left: 5px;
  position: relative;
}
.price_ul_link li a span::before {
  content: "";
  position: absolute;
  background-color: #23467b;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 2px;
  margin: auto;
}
.price_ul_link li a span::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(135deg);
  top: 0;
  bottom: 2px;
  right: 7px;
  margin: auto;
}

.arrow_cWhite_bgBlue_18px.arrow_Lt {
  padding-right: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
  z-index: 2;
  font-size: 15px;
}
.arrow_cWhite_bgBlue_18px.arrow_Lt::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../../_img/_imgcommon/icon_arrow_bg_cBlue_18px.svg) no-repeat;
  background-size: cover;
  top: 6px;
  right: 4px;
  margin: auto;
  z-index: 2;
}

.ct_flow ul {
  counter-reset: number;
}
.ct_flow ul li {
  position: relative;
  margin-bottom: 40px;
}
.ct_flow ul li .li_number {
  display: block;
  position: relative;
  background: #23467b;
  width: 55px;
  height: 55px;
  margin-top: -25px;
}
.ct_flow ul li .li_number::before {
  content: "step";
  font-size: 10px;
  color: #FFF;
  font-weight: 600;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.ct_flow ul li .li_number::after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 20px;
  color: #FFF;
  font-weight: 600;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.ct_cautions .bdr_Tp_short_cSub_blue {
  position: relative;
}
.ct_cautions .bdr_Tp_short_cSub_blue::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  top: 0;
  left: 0;
  background: #23467b;
}

.ct_acc .acc_title {
  position: relative;
  padding: 12px 30px 12px 36px;
  margin-bottom: 0;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  width: 100%;
  border: 1px solid #D0DCED;
}
.ct_acc .acc_title::before {
  content: "Q.";
  position: absolute;
  left: 10px;
  top: 12px;
  font-size: 16px;
  color: #23467b;
}
.ct_acc .acc_title::after {
  content: "";
  position: absolute;
  border-top: 2px solid #23467b;
  border-right: 2px solid #23467b;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}
.ct_acc .acc_title.open {
  transition-duration: 0.2s;
  border-bottom: none;
}
.ct_acc .acc_title.open::after {
  transform: rotate(-45deg);
}
.ct_acc .acc_inner {
  display: none;
  position: relative;
  border: 1px solid #D0DCED;
  border-top: none;
  padding: 12px 20px 12px 36px;
}
.ct_acc .acc_inner::before {
  content: "A.";
  position: absolute;
  left: 10px;
  top: 12px;
  font-size: 16px;
  color: #23467b;
}

#sitemap .sitemap_menulist > li {
  position: relative;
  border-bottom: 1px solid #23467b;
}
#sitemap .sitemap_menulist > li a {
  padding: 15px 0 15px 10px;
}
#sitemap .sitemap_menulist > li:first-of-type {
  border-top: 1px solid #23467b;
}
@media screen and (min-width: 992px) {
  #sitemap .sitemap_menulist > li:nth-of-type(2) {
    border-top: 1px solid #23467b;
  }
  #sitemap .sitemap_menulist .list_inner {
    border-top: none !important;
  }
}
#sitemap a .btn_arrow24px_cSub_blue {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
  border: 1px solid #23467b;
}
#sitemap a .btn_arrow24px_cSub_blue::before, #sitemap a .btn_arrow24px_cSub_blue::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
}
#sitemap a .btn_arrow24px_cSub_blue::before {
  width: 12px;
  height: 1px;
  background-color: #23467b;
}
#sitemap a .btn_arrow24px_cSub_blue:after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #23467b;
  border-right: 1px solid #23467b;
  transform: rotate(45deg);
}
#sitemap a .arrow_bg_cBlue {
  background-color: #23467b;
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
  background: url(../../_img/_imgcommon/icon_arrow_bg_cBlue_18px.svg) no-repeat 100%;
  transition: all 0.4s;
}
#sitemap a:hover .btn_arrow24px_cSub_blue {
  margin-left: 10px;
  transition: all 0.4s;
}

.ct_supervisor .bg_cSub_blue {
  position: relative;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}
.ct_supervisor .bg_cSub_blue::before {
  position: absolute;
}
.ct_supervisor .img_doctor {
  width: 33%;
  max-width: 140px;
  height: auto;
  margin: 0 0 10px 10px;
  float: right;
}
@media screen and (min-width: 768px) {
  .ct_supervisor .img_doctor {
    float: unset;
  }
}
.ct_supervisor .doctor_name {
  width: 58%;
  border-bottom: 1px solid #A2BADB;
}
@media screen and (min-width: 768px) {
  .ct_supervisor .doctor_name {
    width: unset;
  }
}
.ct_supervisor .ul_disc_cBlue li {
  position: relative;
  padding-left: 14px;
}
.ct_supervisor .ul_disc_cBlue li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #a2badb;
  border-radius: 50%;
  top: 8px;
  left: 0;
  margin: auto;
}

.entry_progress {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  max-width: 300px;
  margin: 50px auto;
}
.entry_progress li {
  position: relative;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #ccc;
}
.entry_progress li::before {
  content: "";
  position: absolute;
  display: block;
  width: 260%;
  height: 3px;
  background: #ccc;
  left: -90px;
  top: 16px;
  margin: auto;
  z-index: 1;
}
.entry_progress li:first-child::before {
  content: none;
}
.entry_progress li.active {
  color: #23467b;
}
.entry_progress li.active::before {
  background: #23467b;
}
.entry_progress li.active span {
  background-color: #23467b;
}
.entry_progress li span {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  background: #ccc;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  font-family: "Lora", serif;
  line-height: 35px !important;
  margin: auto;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .entry_progress {
    max-width: 460px;
  }
  .entry_progress li {
    font-size: 16px;
  }
  .entry_progress li::before {
    width: 360%;
    height: 4px;
    left: -160px;
    top: 21px;
  }
  .entry_progress li span {
    width: 45px;
    height: 45px;
    font-size: 32px;
    line-height: 45px !important;
  }
}

#form_input dl {
  border-bottom: #ebe9e8 1px solid;
}
#form_input dt {
  padding: 1rem 1rem 0;
}
#form_input dd {
  padding: 1rem 0.75rem;
}
#form_input dd.ag_SEX,
#form_input dd.ag_REPLY {
  padding: 0.75rem 1rem 1rem;
}
#form_input dd.ag_AGE input {
  width: 50%;
}
#form_input dd.ag_DETAIL textarea {
  width: 100%;
  min-height: 100px;
  border-radius: 8px;
  padding: 10px;
}
@media screen and (min-width: 992px) {
  #form_input dl {
    display: flex;
  }
  #form_input dt {
    width: 30%;
  }
  #form_input dd {
    width: 70%;
  }
}

#otoiawase_check #form_input dl {
  border: none;
}
#otoiawase_check #form_input dt {
  background: #eaf1f8;
  padding: 0.3rem 0.5rem;
}
@media screen and (min-width: 992px) {
  #otoiawase_check #form_input dl {
    padding: 10px;
  }
  #otoiawase_check #form_input dd {
    margin: auto 0 auto 20px;
    padding: 0;
  }
}

input.form-control {
  padding: 0.8rem 0.45rem;
}

.required,
.any {
  color: rgb(255, 255, 255);
  font-size: 13px;
  padding: 0.05em 0.5em;
  font-weight: normal;
  margin-left: 1em;
}

.required {
  background-color: #c75d5d;
}

.any {
  background-color: #a5abb3;
}

.form-check-input[type=radio] {
  border-radius: 50%;
  transform: scale(1);
  margin-top: 0.55em;
  margin-right: 0.5em;
}

.form-check label {
  margin: 0 0 0.5em 0.5em;
}

#contactSubmit {
  position: relative;
  background-color: #23467b;
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 0.4rem;
  max-width: 320px;
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: 500;
  margin-bottom: 0;
  display: block;
  padding: 1em 0.5em;
  margin: 0 auto;
}
#contactSubmit:hover {
  opacity: 0.6;
  transition: all 0.2s ease 0s;
}

#contactGoPrev {
  background-color: transparent;
  color: #23467b;
  border-radius: 0.4rem;
  border: #c7a9a3 1px solid;
  width: 180px;
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: 500;
  margin-bottom: 0;
  display: block;
  padding: 0.7em 0.5em;
}
#contactGoPrev:hover {
  opacity: 0.6;
  transition: all 0.2s ease 0s;
}

#contact_check dt {
  color: #23467b;
}

.error_message {
  padding: 8px 0 0 4px;
  color: red;
  margin-bottom: 0;
}

/* ===============================
フォームdatepickerカレンダースタイル
=============================== */
.ui-datepicker-header {
  background: #23467b !important;
  color: #FFF;
  font-weight: bold !important;
}

.ui-datepicker-title {
  color: #FFF;
}
.ui-datepicker-title span {
  color: #FFF;
}

.ui-datepicker-prev, .ui-datepicker-next {
  top: 4px !important;
}

.ui-datepicker-prev-hover, .ui-datepicker-next-hover {
  background: transparent !important;
  border: none !important;
  border-radius: 100px !important;
  top: 4px !important;
}
.ui-datepicker-prev-hover span, .ui-datepicker-next-hover span {
  transform: scale(0.9);
}

.ui-datepicker-next-hover {
  right: 2px !important;
}

.ui-datepicker-prev-hover {
  left: 2px !important;
}

.ui-datepicker-prev span, .ui-datepicker-next span {
  background-image: none !important;
  background: #FFF;
  border-radius: 100px;
  position: relative;
  margin-left: -14px !important;
  margin-top: -14px !important;
  width: 26px !important;
  height: 26px !important;
}
.ui-datepicker-prev span::after, .ui-datepicker-next span::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: solid 1px #23467b;
}

.ui-datepicker-prev span::after {
  left: 12px;
  border-left: solid 1px #23467b;
  transform: rotate(-45deg);
}

.ui-datepicker-next span::after {
  right: 12px;
  border-right: solid 1px #23467b;
  transform: rotate(45deg);
}

.ui-state-default {
  background: #cce1ff !important;
}

.ui-datepicker th.ui-datepicker-week-end:nth-child(1) span {
  color: hsl(0, 100%, 60%) !important;
}

.ui-datepicker th.ui-datepicker-week-end:nth-child(7) span {
  color: hsl(231, 100%, 60%) !important;
}

.ui-state-active {
  border: 1px solid #004eff !important;
}/*# sourceMappingURL=layout.css.map */