*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  font-style: normal;
  min-width: 320px;
  height: 100%;
}

body { 
  color: #253426;  
  min-width: 350px;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;  font-weight: 500;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width:767px){
  body { 
    min-width: 1366px;
  }
}
ul{
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: black;
  display: block;
}
p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 14px;
  line-height: 26px;
  color: #253426;
  text-align: justify;
  font-weight: 400;
}
@media screen and (min-width:767px){
  p{
    font-size: 16px;
    line-height: 32px;
  }
}
img { vertical-align: bottom; }
#container {
    width:100px; 
    text-align:center;
}
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.sp_none{
  display: none;
}
@media screen and (min-width:767px){
  .pc_none{
    display: none;
  }
  .sp_none{
    display: block;
  }
}
.grecaptcha-badge{
  visibility: hidden;
}

header{
  height: 50px;
  background-color: #FFF6EE;
  position: relative;
  position: fixed;
  z-index: 100;
  width: 100%;
  min-width: 350px;
  top: 0;
}
.header_logo{
  width: 160px;
  height: auto;
  position: relative;
  top: 10px;
  left: 10px;
}
.header_logo img{
  width: 100%;
}
@media screen and (min-width:767px){
  header{
    height: 80px;
    background-color: white;
    min-width: 1300px;
  }
  .header_logo{
    width: 275px;
    height: auto;
    position: relative;
    top: 12px;
    left: 20px;
  }
}

.sp-nav{
  width: 100%;
  position: fixed;
  z-index: 900;
  top: 0;
}
@media screen and (min-width:768px){
  .sp-nav{
    height:120px;
  }
}
.sp-nav-height{
  height: 48px;
}
@media screen and (min-width:768px){
  .sp-nav-height{
    height: 100px;
  }
}
.sp-menu-logo{
  display: inline-block;
}
.sp-menu-logo img{
  width: 140px;
  position: relative;
  top: 4px;
  left: 10px;
}
@media screen and (min-width:768px){
  .sp-menu-logo img{
    width: 200px;
    top: 8px;
    left: 16px;
  }
}
.sp-nav h2{
  font-size: 24px;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 300;
  top: 6px;
  left: 12px;
  position: relative;
  /* text-align: center; */
  display: inline-block;
}
@media screen and (min-width:768px){
  .sp-nav h2{
  font-size: 40px;
  top: 16px;
  left: 20px;
  }
}
.sp-nav h3{
  font-size: 10px;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 600;
  top: -3px;
  position: relative;
  text-align: center;
}

.zdo_drawer_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  text-decoration: none;
  list-style: none;
}
.sp-menu{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  color: black;
  display: block;
}
@media screen and (min-width: 768px){
  .sp-menu{
    font-size: 18px;
    line-height: 32px;
      }
}
.zdo_drawer_menu a {
  color: white;
  text-decoration: none;
}

.zdo_drawer_menu a:visited {
  color: white;
}

.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 901;
  background-color: rgba(50,50,50, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.zdo_drawer_menu .zdo_drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 45px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 915;
  text-align: center;
  outline: none;
  padding: 5px 10px;
  margin: 6px 10px;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
  width: 24px;
  position: relative;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(45deg);
  left: 4px;
  top: -2px;
}
@media screen and (min-width:768px){
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
    top: -1px;
  }
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-45deg);
  right: -3px;
  top: 0px;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 1px;
  margin: 6px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
  background: black;
}
@media screen and (min-width:768px){
  .zdo_drawer_menu .zdo_drawer_bar {
    height: 2px;
  }
}
.zdo_drawer_menu .zdo_drawer_text {
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_menu .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.zdo_drawer_menu .zdo_drawer_menu_text {
  display: block;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 910;
  background: rgba(255,255,255,0.9);
  text-align: center;
  letter-spacing: 3px;
  padding-top: 30px;
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 10px 0 20px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.header-nav-title{
  padding: 0 0 20px 0;
  display: block;
  font-size: 24px;
  letter-spacing: 6px;
}
.header-li_1{
  margin: 0 auto;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid rgb(100,100,100);
}
@media screen and (min-width: 768px){
  .header-li_1{
    font-size: 18px;
    margin: 0 auto;
    width: 100%;
    padding: 12px 0;
  }
}

@media screen and (min-width: 768px){
  .pc_nav{
    position: absolute;
    top: 32px;
    left: 340px;
  }
  .pc_nav ul{
    display: flex;
  }
  .pc_nav li{
    margin: 0 12px;
  }
}
.nav_phone{
  position: absolute;
  display: flex;
  top: 16px;
  right: 60px;
}
.nav_phone_logo{
  position: relative;
  width: 16px;
  height: auto;
  top: -7px;
  left: -2px;
}
.nav_phone_logo img{
  width: 100%;
}
.nav_phone span{
  display: block;
}
.nav_phone_num{
  font-size: 14px;
}
.nav_phone_time{
  font-size: 8px;
}
@media screen and (min-width: 768px){
  .nav_phone{
    top: 28px;
    right: 40px;
  }
  .nav_phone_logo{
    width: 26px;
    top: 0px;
    left: -2px;
  }
  .nav_phone_num{
    font-size: 20px;
  }
}

.top_wrap{
  padding: 50px 0 0 0;
}
.top_img_box {
  width: 100%;
  height: 400px;
  margin-left: auto;
  position:relative;
 }
@media screen and (min-width:767px){
  .top_wrap{
    padding: 80px 0 0 0;
  }
  .top_img_box {
    height: 70vh;
 }
}
 .top_img_box span{
  position: relative;
  z-index: 1;
  filter: drop-shadow(2px 2px 0px white);
  font-size: 26px;
 }
 .top_img_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.top_img_1{
  object-position: -60px 0px;
}
.top_img_2{
  object-position: -40px 0px;
}
.top_img_3{
  object-position: -80px 0px;
}
@media screen and (min-width:767px){
  .top_img_1{
    object-position: center;
  }
  .top_img_2{
    object-position: center;
  }
  .top_img_3{
    object-position: top;
  }
}

@media screen and (min-width:767px){
  .content_outter{
    background: #FFF6EE;
  }
  .content_inner{
    width: 70%;
    margin: 0 auto;
    background: white;
    min-width: 1200px;
  } 
}

.slider{
  width: 88%;
  margin: 12px auto;
}
.slider img{
  padding: 0 6px;
}
.slick-prev, .slick-next {
  top: 50% !important;
}
.slick-next:before {
  content: '＞' !important;
  font-weight: bold !important;
}
.slick-prev:before {
  content: '＜' !important;
  font-weight: bold !important;
}
@media screen and (min-width:767px){
  .slider{
    width: 85%;
    margin: 40px auto 40px auto;
  }
}

.about_wrap{
}
.about_philosophy{
  position: relative;
  text-align: center;
  border: #06731C solid 1px;
  width: 330px;
  margin: 32px auto 40px auto;
  border-radius: 12px;
}
.about_philosophy span{
  position: relative;
  top: -20px;
  background: white;
  padding: 0 16px;
  font-size: 28px;
  color: #06731C;
  font-weight: bold;
  letter-spacing: 4px;
}
.about_philosophy p{
  text-align: center;
  color: #06731C;
  margin: 0;
  position: relative;
  top: -16px;
  font-weight: bold;
}
@media screen and (min-width:767px){
  .about_philosophy{
    position: relative;
    text-align: center;
    border: #06731C solid 1px;
    margin: 32px auto 100px auto;
    width: 65%;
    border-radius: 20px;
    padding: 0 0 12px 0;
  }
  .about_philosophy span{
    top: -44px;
    padding: 0 44px;
    font-size: 60px;
    letter-spacing: 8px;
  }
  .about_philosophy p{
    top: -32px;
    letter-spacing: 2px;
    font-size: 28px;
    line-height: 48px;
  }
}

.about_wrap h1{
  font-size: 18px;
  text-align: center;
}
.about_wrap h1 span{
  font-size: 22px;
  color: #06731C;
}
.about_text{
  width: 90%;
  max-width: 350px;
  margin: 24px auto;
}
@media screen and (min-width:767px){
  .about_wrap{
    padding: 60px 0 0 0;
  }
  .about_wrap h1{
    margin: 0 auto;
    font-size: 40px;
  } 
  .about_wrap h1 span{
    font-size: 60px;
  }
  .about_text{
    width: 65%;
    font-size: 18px;
    margin: 24px auto;
    max-width: none;
  }
}

h2{
  font-size: 24px;
  color:#EBA400;
  text-align: center;
}
.service_wrap{
  margin: 60px 0;
}
.service_content{
  width: 90%;
  margin: 32px auto;
}
.service_content_img{
  width: 100%;
}
.service_content_img img{
  width: 100%;
}
.service_content h3{
  font-size: 18px;
  color:#EBA400;
  margin: 24px 0 0 0;
}
.service_content p{
  font-size: 14px;
  margin: 8px 0 0 0;
}

@media screen and (min-width:767px){
  .service_wrap{
    margin: 80px 0;
  }
  h2{
    font-size: 40px;
  }
  .service_content{
    width: 90%;
  }
  .service_rayout{
    position: relative;
    display: flex;
  }
  .service_rayout1{
    flex-direction: row-reverse;
  }
  .service_left{
    width: 100%;
    padding: 0 28px 0 0;
  }
  .service_right{
    width: 100%;
    padding: 0 0 0 28px;
  }
  .service_content h3{
    font-size: 24px;
    margin: 12px 0 0 0;
  }
  .service_content p{
    font-size: 16px;
    margin: 12px 0 0 0;
  }
}
.top_instagram_area{
  width: 90%;
  margin: 0 auto 16px auto;
}
@media screen and (min-width:767px){
  .top_instagram_area{
    width: 80%;
    margin: 0 auto 40px auto;
  }
}

.guid_wrap{

}
.guid_content_area{
  margin: 36px 0 0 0;
}
.guid_content{
  background-color: #FFF6EE;
  padding: 0px 0 48px 0;
}
.guid_content_img{
  width: 100%;
}
.guid_content_img img{
  width: 100%;
}
.guid_content h3{
  font-size: 22px;
  text-align: center;
  margin: 24px 0 12px 0;
}
.guid_content p{
  width: 90%;
  margin: 0 auto 40px auto;
}
.online_wrap{
  margin: 40px 0 60px 0;
}
.online_wrap p{
  width: 90%;
  margin: 0 auto 40px auto;
}
.online_img{
  width: 100%;
  margin: 0 0 20px 0;
}
.online_img img{
  width: 100%;
}
.contact_img{
  width: 90%;
  margin: 20px auto 40px auto;
}
.contact_img img{
  width: 100%;
}
@media screen and (min-width:767px){
  .contact_img{
    margin: 40px auto 0 auto;
    padding: 0 0 100px 0;
  }
}
.contact_img p{
  text-align: center;
}
.color_link_area{
  text-align: center;
}
.color_link{
  color: white;
  padding: 12px 32px;
  display: inline-block;
  text-align: center;
  background: #EBA400;
  border-radius: 4px;
  margin: 0 auto;
}
@media screen and (min-width:767px){
  .color_link{
    font-size: 18px;
    padding: 16px 40px;
  }
}

@media screen and (min-width:767px){
  .guid_content_area{
    width: 90%;
    margin: 60px auto;
    display: flex;
  }
  .guid_content{
    margin: 0 16px;
    max-width: 360px;
    padding: 0 0 40px 0;
    width: 33.3%;
  }
  .guid_content h3{
    font-size: 24px;
    padding: 0 8px;
  }
  .guid_content p{
    width: 80%;
    font-size: 16px;
    margin: 0 auto 28px auto;
  }
  .online_wrap p{
    width: 60%;
    margin: 0 auto 60px auto;
    font-size: 16px;
  }
}

.access_wrap{
  margin: 40px 0 60px 0;
}
.access_wrap p{
  width: 95%;
  margin: 0 auto 24px auto;
}
.access_map{
  width: 100%;
}
.access_map iframe{
  width: 100%;
  height: 300px;
}
.contact_wrap{
}
@media screen and (min-width:767px){
  .access_wrap{
    margin: 80px 0 80px 0;
  }
  .access_wrap p{
    width: 70%;
    margin: 0 auto 24px auto;
    font-size: 16px;
  }
  .access_map iframe{
    width: 100%;
    height: 500px;
  }
}

#footer {
  position: relative;
  margin-top: 80px;
  color: #fff;
  background: #EBA400;
}
#footer a {
  text-decoration: none;
  color: #fff;
}
#footer p {
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .primary {
  padding: 20px 20px;
  color: #fff;
}
#footer .secondary {
  display: block;
  padding: 20px 0;
}
#footer .logo {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}
.address {
  margin: 10px 0 0;
  padding: 0;
  color: #fff;
  font-size: 12px;
}
.navi-row {
  display: block;
  margin-top: 15px;
}
#footer .navi {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
#footer .navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  margin-top: 5px;
  font-size: 12px;
}
#footer .navi li:first-child {
  margin-left: 0;
}
#footer .sns-navi {
  margin: 20px 0 0;
  padding: 0;
}
#footer .sns-navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 18px;
}
#footer .sns-navi li:last-child {
  margin-right: 0;
}
#footer .sitenavi {
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .sitenavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
#footer .sitenavi li:first-child {
  margin-left: 0;
}
#footer .copyright {
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width:767px){
  #footer {
    margin-top: 0;
  }
  #footer a {
  }
  #footer .logo {
    font-size: 24px;
    line-height: 44px;
  }
  .address {
    font-size: 18px;
    line-height: 38px;
  }
  #footer .primary {
    width: 70%;
    margin: 0 auto;
  }
  #footer .primary {
    width: 75%;
  }
  #footer .navi li {
    font-size: 16px;
  }
}

.sub_top_wrap{
  height: 250px;
  width: 100%;
  position: relative;
  padding: 50px 0 0 0;
}
.sub_top_img_box{
  width: 100%;
  height: 100%;
  position: relative;
}
.sub_top_img_box::after{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.sub_top_img_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_top_wrap h2{
  color: white;
  font-size: 20px;
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translateY(50%) translateX(-50%);
}
@media screen and (min-width:767px){
  .sub_top_wrap{
    height: 500px;
    padding: 80px 0 0 0;
  }
  .sub_top_wrap h2{
    font-size: 48px;
    letter-spacing: 4px;
    transform: translateY(20%) translateX(-50%);
  }
}
.flow_wrap{
  margin: 40px 0 0 0;
}
.flow_content_area{
  margin: 0 auto 60px auto;
}
.flow_content{
  width: 90%;
  margin: 0 auto;
}
.flow_content h3{
  text-align: center;
  margin: 0 0 12px 0;
}
.flow_content_img{
  width: 100%;
}
.flow_content_img img{
  width: 100%;
}
.flow_content p{
  width: 100%;
}
.flow_triangle{
  width: 0;
  height: 0;
  margin: 40px auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #EBA400;
}
@media screen and (min-width:767px){
  .flow_wrap{
    margin: 0;
    padding: 60px 0 0 0;
  }
  .flow_content_area{
    margin: 0 0 100px 0;
  }
  .flow_content{
    display: flex;
    width: 80%;
    min-width: 1000px;
    margin: 0px auto 80px auto;
    position: relative;
  }
  .flow_left{
    width: 50%;
  }
  .flow_right{
    width: 50%;
    padding: 40px 0 0 20px;
  }
  .flow_content h3{
    font-size: 28px;
    margin: 0 0 20px 0;
  }
  .flow_content_img{
    width: 100%;
    width: 400px;
    margin: 0 auto;
  }
  .flow_triangle{
    width: 0;
    height: 0;
    margin: 40px auto;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #EBA400;
  }
}

.guid_sub_wrap p{
  width: 80%;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  margin: 16px auto;
}
.guid_sub_link{
  text-align: center;
}
.guid_sub_link a{
  margin: 16px auto;
}
@media screen and (min-width:767px){
  .guid_sub_wrap{
    padding: 0 0 80px 0;
  }
  .guid_sub_wrap p{
    width: 80%;
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    margin: 32px auto;
    letter-spacing: 2px;
  }
  .guid_sub_link{
    text-align: center;
  }
  .guid_sub_link a{
    margin: 16px 20px;
  }

}


.user_content{
  width: 90%;
  margin: 20px auto 40px auto;
}
.user_content h3{
  font-size: 20px;
  margin: 0 0 4px 0;
}
.user_wrap ul {
  list-style-type: none;
  border: none;
  margin: 16px 0 0 0 ;
}
.user_wrap ul li {
  position:relative;
  padding: 0 0 0 2em;
  font-size: 14px;
  line-height: 28px;
}
.user_wrap ul li:before{
  content: '';
  position: absolute;
  background-color: #EBA400;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 10px;
  top: 9px;
}
.user_img{
  width: 100%;
}
.user_img img{
  width: 100%;
}
@media screen and (min-width:767px){
  .user_content{
    width: 80%;
    margin: 0 auto 40px auto;
    padding: 60px 0 0 0;
  }
  .user_content h3{
    font-size: 28px;
    text-align: center;
    margin: 0 0 32px 0;
  }
  .user_wrap ul {
    margin: 24px 0 0 0;
  }
  .user_wrap ul li {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 36px;
  }
  .user_wrap ul li:before{
    top: 14px;
  }
  .user_img{
    width: 50%;
    margin: 0 auto;
  }
}
.user_map{
  padding: 0 0 40px 0;
}
.user_map h3{
  font-size: 24px;
  text-align: center;
}
.user_map_img{
  width: 90%;
  margin: 0 auto;
}
.user_map_img img{
  width: 100%;
}
.user_map p{
  text-align: center;
}
@media screen and (min-width: 767px){
  .user_map{
    padding: 0 0 60px 0;
  }
  .user_map h3{
    font-size: 28px;
  }
  .user_map_img{
    width: 600px;
    margin: 0 auto;
  }
}

.user_medical{
  text-align: center;
  margin: 40px auto;
}
.user_medical h3{
  font-size: 24px;
}
.user_medical p{
  width: 90%;
  margin: 12px auto;
}
.user_medical a{
  display: inline;
  text-decoration:underline;
}
.user_medical_img{
  width: 100%;
}
.user_medical_img img{
  width: 100%;
}
.user_medical_img_sp{
  width: 90%;
  margin: 20px auto 8px auto;
}
.user_medical span{
  font-size: 12px;
  margin: 0;
}
.user_price{
  text-align: center;
}
.user_price h3{
  font-size: 24px;
}
.user_price span{
  font-size: 14px;
}
.table-area {
	width: 95%;
	margin: 0 auto;
	overflow-x: scroll;
}
table.sp-table {
	width: 100%;
  min-width: 450px;
	margin: 12px auto;
}
table.sp-table2{
  width: 800px !important;
}
table.sp-table3{
  width: 550px !important;
}
table.sp-table, 
table.sp-table td, 
table.sp-table th {
	border: 1px solid white;
	border-collapse: collapse;
}

table.sp-table td, 
table.sp-table th {
	font-size: 14px;
	padding: 8px;
	box-sizing: border-box;
  text-align: center;
}
table.sp-table td{
background-color: #FCECE8;
}
table.sp-table th {
	color: white;
	background-color: #EBA400;
}
@media screen and (min-width: 767px){
  .user_wrap{
    padding: 0 0 40px 0;
  }
  .user_price{
    margin: 60px 0;
  }
  .user_medical p{
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin: 16px auto;
  }
  .user_medical_img{
    width: 60%;
    margin: 0 auto;
  }
  .user_medical span{
    font-size: 16px;
    display: block;
    margin: 12px 0 0 0;
  }
	.table-area {
    overflow-x: auto;
    margin: 20px auto;
  }
	table.sp-table{
    width: 600px;
  }
  .user_price h3{
    font-size: 28px;
  }
  .user_medical h3{
    font-size: 28px;
  }
}
.text_left{
  text-align: left !important;
}
.errorpage{
  display: block;
  text-align: center;
  padding: 15vh 0;
}
.errorpage h2{
  color: #253426;
}
.errorpage p{
  text-align: center;
  margin: 0 0 80px 0;
}
@media screen and (min-width: 767px){
  .errorpage{
    padding: 15vh 0;
  }
}

.wpcf7-text{
  border: 1px solid #ddd !important;
  margin-left: auto !important;
  padding-left: 1em !important;
  padding-right: 1em !important;
  height: 48px !important;
  flex: 1 !important;
  width: 100% !important;
  max-width: 410px !important;
  font-size: 18px !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;  font-weight: 500;

}
@media screen and (max-width: 480px) {
  .wpcf7-text{
    margin-left: 0 !important;
    margin-top: 4px !important;
    height: 40px !important;
    flex: inherit !important;
    font-size: 15px !important;
  }
}
.wpcf7-textarea{
  border: 1px solid #ddd !important;
  margin-left: auto !important;
  padding-left: 1em !important;
  padding-right: 1em !important;
  height: 216px !important;
  flex: 1 !important;
  width: 100% !important;
  max-width: 410px !important;
  font-size: 18px !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;  font-weight: 500;

}
@media screen and (max-width: 480px) {
  .wpcf7-textarea{
    margin-top: 18px !important;
    margin-left: 0 !important;
    height: 200px !important;
    flex: inherit !important;
    font-size: 15px !important;
  }
}
.wpcf7-submit{
  margin-top: 32px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  width: 280px !important;
  display: block !important;
  letter-spacing: 0.05em !important;
  background: #EBA400 !important;
  color: white !important;
  font-size: 14px !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;  
  font-weight: 500;
  transition: .5s !important;
  border: #EBA400;
}
@media screen and (min-width:768px){
  .wpcf7-submit{
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 480px) {
  .wpcf7-submit{
    margin-top: 24px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    width: 160px !important;
    font-size: 14px !important;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;  
    font-weight: 500;
  }
}

.Form {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 4px 0;
    font-weight: 400;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #EBA400;
  color: white;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.wpcf7-submit:hover{
  background: none;
  color: rgb(50 ,50, 50);
}
.wpcf7-select{
  margin-left: 0 !important;
  margin-top: 4px !important;
  width: 200px;
  height: 48px !important;
  font-size: 18px !important;
  background: #eaedf2 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: rgb(221, 221, 221) !important;
  border-image: initial !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .wpcf7-select{
    margin-left: 0 !important;
    margin-top: 4px !important;
    width: 150px;
    height: 40px !important;
    flex: inherit !important;
    font-size: 15px !important;
  }
}

.blog_top_content_area{
  width: 90%;
  margin: 40px auto 0 auto;
  position: relative;
}
.blog_top_article{
  position: relative;
  padding: 8px 0 24px 0;
}
.blog_top_article h3{
  font-size: 14px;
  font-weight: 600;
}
.blog_top_article time{
  font-size: 14px;
}
.blog_top_article span{
  font-size: 12px;
  padding: 4px 8px;
  background: rgba(255,255,255,0.75);
}
.blog_top_article::before{
  content: "";
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  display: block;
  position: absolute;
  top: -12px; 
}
@media screen and (min-width: 767px){
  .blog_top_content_area{
    width: 60%;
    min-width: 600px;
    margin: 40px auto 0 auto;
    position: relative;
  }
}
.single_top_wrap{
  width: 90%;
  margin: 0 auto 40px auto;
  padding: 80px 0 0 0;
}
.single_top_wrap time{
  font-size: 14px;
}
.single_top_wrap h3{
  font-size: 24px;
  margin: 16px 0 0 0;
}
.single_contents_area{
  width: 90%;
  margin: 20px auto;
}
.single_contents_area p{
  margin: 8px 0;
}
.single_contents_area img{
  max-width: 100%;
}
.single_link_area{
  width: 80%;
  margin: 60px auto 0 auto;
  text-align: center;
}
.single_link a{
  color: white;
}
.single_link1{
  display: inline-block;
  margin: 0 8px;
}
.single_link2{
  display: block;
  margin: 40px auto 0 auto;
  width: 220px;
}
@media screen and (min-width: 767px){
  .single_top_wrap{
    padding: 80px 0 0 0;
  }
  .single_top_wrap time{
    font-size: 16px;
  }
  .single_top_wrap h3{
    font-size: 28px;
    margin: 24px 0 0 0;
  }
  .single_link_area{
    width: 80%;
    margin: 80px auto 0 auto;
    padding: 0 0 80px 0;
  }
}