@charset "utf-8";
/* CSS Document */
@media screen and (max-width:736px) {

  html, body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 3.8vw;
    line-height: 1.7em;
  }
  img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .mobile {
    display: inherit;
  }
  .pc {
    display: none;
  }
  .dflex{
    flex-wrap: wrap;
  }
  .inner, .inner_min, .inner_page_ttl{
    width: 95%;
    margin: 0 auto;
  }
  section {
    padding: 30px 0;
  }
  .min-w {
    min-width: 100%;
    box-sizing: border-box;
  }
  .inner_ttl {
    font-size: 6.4vw;
    margin-bottom: 30px;
  }

  .unedrline_b{
    border-bottom-width: 2px;;
  }
  
  /*----------

	add

	---------*/
  
  .slick-slider{
	  width: 100%;
  }
  
  p#ad-ttl,
  #ad-width900 p{
	  font-size: 18px;
  }
  
  #ad-width900 p{
	  padding-top: 10px;
  }
  
  #ad-width900 p span{
	  font-size: 14px;
  }
  
  #ad-width900{
	  width: 94%;
  }
  
  p#ad-ttl{
	  padding-bottom: 10px;
  }
  
  #ad-width900{
	  padding-bottom: 50px;
  }
  
  #ad-width900 .block .cont{
	  float: none;
	  width: 100%;
  }
  
  #ad-width900 .block .cont th{
	  display: block;
	  line-height: 1.2em;
	  padding: 10px;
	  text-align: left;
	  width: 100%;
	  box-sizing: border-box;
	  font-size: 14px;
  }
  
  #ad-width900 .block .cont td{
	  padding-top: 10px;
	  padding-left: 0px;
	  font-size: 14px;
	  display: block;
	  padding-bottom: 20px;
  }

  /*----------

	header

	---------*/
  header {
    padding: 10px 0 15px;
    position: static;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
  }
	header .siteinfo{
	  font-size: 12px;
	  margin-bottom: 15px;
	  line-height: 1.4;
	}
  header .siteid {
    float: none;
    width: 250px;
  }

  header .siteid span {
    display: none;
    margin-bottom: 6px;
  }
  header .inner {
    width: 100%;
  }
  nav#spnavi {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
    box-sizing: border-box;
  }
  .hdr-info-tablet{
    display: none;
  }

  /*---- nav ------*/
  .global-nav {
  	  position: fixed;
  	  right: -320px; /* これで隠れる */
  	  top: 0;
  	  width: 300px; /* スマホに収まるくらい */
  	  height: 100vh;
  	  padding-top: 40px;
  	  background-color: #fff;
  	  transition: all .6s;
  	  z-index: 200;
  	  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  	}
  	.global-nav.fixed{
  	position:fixed;
  	border-bottom:none;
  	z-index: 200;
  	}
  	.hamburger {
  	  position: fixed;
  	  right: 0;
  	  top: 0;
  	  width: 50px; /* クリックしやすいようにちゃんと幅を指定する */
  	  height: 50px; /* クリックしやすいようにちゃんと高さを指定する */
  	  cursor: pointer;
  	  z-index: 300;
  	  display: block;
  	  background:#000;
  	}
  	.global-nav__list {
  		width: auto;
  	  margin: 0 0 0 0;
  	  padding: 0 0 0 0;
  	  list-style: none;
  	}
  	.global-nav__item {
  	  text-align:left;
  	  padding: 0 14px;
  	  float: none;
  	  width: 100%;
  	  box-sizing: border-box;
  	}
  	.global-nav__item:first-of-type span{
  		border-left: none;
  	}
  	.global-nav__item a {
  		text-align: left;
  		display: block;
  		padding: 8px 0 8px 8%;
  		border-bottom: 1px solid #eee;
  		text-decoration: none;
  		color: #111;
  		background: url(../images/icon_arrow_hover_b.png) 3% center no-repeat;
  		background-size: 10px;
  	}
  	.global-nav__item a:hover {
  		color:#fff;
  		background:#563E29 url(../images/icon_arrow_b.png) 3% center no-repeat;
  		background-size: 10px;
  	}

    .global-nav .nav_sp{
      margin-top: 30px;
      padding: 0 14px;
    }

    .global-nav .nav_sp a{
      font-size: 5vw;
      padding: 10px 20px;
      display: block;
      text-align: center;
    }

    .global-nav .nav_sp .nav_sp_tel a{
      border: 1px solid #000;
      margin-bottom: 15px;
      color: #000;
    }
    .global-nav .nav_sp .nav_sp_tel a:hover{
      border: 1px solid #000;
      background: #000;
      color: #fff;
    }

    .global-nav .nav_sp .nav_sp_mail a {
      background-color: #006934;
      border: 1px solid #006934;
      color: #fff;
    }
    .global-nav .nav_sp .nav_sp_mail a:hover {
      background-color: #fff;
      color: #006934;
    }

  	.global-nav__item span{border-right: none;}
  	.hamburger__line {
  	  position: absolute;
  	  left: 16px;
  	  width: 18px;
  	  height: 1px;
  	  background-color: #fff;
  	  transition: all .6s;
  	}
  	.hamburger__line--1 {top: 12px;}
  	.hamburger__line--2 {top: 18px;}
  	.hamburger__line--3 {top: 24px;}
  	.hamburger__menu {
  		position: absolute;
  		top: 26px;
  		left:6px;
  		color: #fff;
  		font-size: 11px;
  	}
  	.black-bg {
  	  position: fixed;
  	  left: 0;
  	  top: 0;
  	  width: 100vw;
  	  height: 100vh;
  	  z-index: 100;
  	  background-color: #000;
  	  opacity: 0;
  	  visibility: hidden;
  	  transition: all .6s;
  	  cursor: pointer;
  	}
  	/* 表示された時用のCSS */
  	.nav-open .global-nav {
  	  right: 0;
  	}
  	.nav-open .black-bg {
  	  opacity: .8;
  	  visibility: visible;
  	}
  	.nav-open .hamburger__line--1 {
  	  transform: rotate(45deg);
  	  top: 20px;
  	}
  	.nav-open .hamburger__line--2 {
  	  width: 0;
  	  left: 50%;
  	}
  	.nav-open .hamburger__line--3 {
  	  transform: rotate(-45deg);
  	  top: 20px;
  	}
  	.nav-open .hamburger{background: #000;}

  .mainimg {
    padding-top: 0px;
    background: none;
  }
  .mainimg .swiper-main {
    float: none;
    width: 100%;
  }

	.linkbtn.line_white{
			max-width: 90%;
	}

	.linkbtn.line_white a{
			font-size: 4.8vw;
	}

	.linkbtn.line_white a span{
			padding: 15px;
	}

	.linkbtn.line_white a span:before,
  .linkbtn.line_white a:hover span:before{
		content: "";
		width: 4.8vw;
		height: 4.8vw;
		margin-right: 10px;
		margin-top: 2px;
	}


  /*----------

	index

	---------*/

	.inner_index_small{
		flex-wrap:wrap;
	}
	.inner_index_small h2 {
			margin: 0 auto;
	}
	.inner_index_small h2 span {
		font-size: 6.4vw;
		padding: 0.5em 1em 10px;
	}
	.inner_index_small h2 img{
		width: 33%;
	}

	.index_btn{
	  margin: 40px auto 0;
	  max-width: 80%;
	}
	.index_btn a{
	  font-size: 5.2vw;
	}
  .main {
	 padding: 0;
    height: 110vh;
		background-position: bottom left -34vw;
  }
  .main .content_left {
    padding: 10px 0 10vw;
    width: 100%;
		height: auto;
  }
  .main .content_left .siteid{
    width: 23%;
  }
  .main .conference_area {
    text-align: center;
    margin: 0 0 0 auto;
    width: 80%;
  }


  .main .content_right {
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .main .content_right .info {
    justify-content: center;
    margin:30px 0 30px auto;
    flex-direction: column;
    order: 2;
    background-color: rgba(0,0,0,0.8);
    padding: 20px 3%;
  }

  .main .info_tel{
    font-size: 5vw;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .main .info .info_mail a {
    font-size: 4.5vw;
    padding: 10px 25px;
  }
	
	.main .content_right .txt_img{
		max-width: 95%;
		margin: 0 auto;
	}
	.main .main_catchy {
    font-size: 7.5vw;
	}

	.main .main_catchy span.white {
			font-size: 4vw;
			display: block;
			margin-bottom: 5px;
	}

	.main .main_catchy span.gold {
			font-size: 7vw;
			margin-top: 10px;
	}
	.main .conference_area,
	.main .content_right .info{
		width: 100%;
    max-width: 80%;
    margin: 30px auto 0;
		}
	.main .conference_desc {
    font-size: 4vw;
    text-align: left;
	}
	.main .content_right .info{
		margin: 0 auto;
    padding: 10px 4% 20px;
		}

	.main .content_right .info li{
		width: 100%;
		text-align: center;
		}

  /* .swiper-slide-img01 {
    background-image: url("../images/page/index/main_bg01_sp.jpg");
    position: relative;
  } */
  .swiper-slide .main_txtarea {
    left: 0;
    right: 0;
    width: 80vw;
    top: 54%;
  }

	.swiper-slide-img01 {
		background-position: center right -30vw;
	}

	.swiper-slide-img02 {
		background-position: center right -40vw;
	}

	.swiper-slide-img03 {
		background-position: top center;
	}


	.swiper-slide-img04 {
		background-position: bottom right -30vw;
	}
/*
  .swiper-slide-img02 {
    background-image: url("../images/page/index/main_bg02_sp.jpg");
    position: relative;
  }
  .swiper-slide-img02 .main_txtarea {
    width: 90vw;
    top: 13%;
  }
*/

.page_index h2 span{
  font-size: 6vw;
}


/* 最新情報 */
.index_news{
  padding-top:60px;
}

.index_news h2 img{
	 max-width: 45%;
}

.index_news .news_ttlarea {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
}
.index_news h2,
.index_news h2 span{
  margin-bottom: 0;
}
.index_news_btn{
  margin: 0;
}

.index_news_btn a{
  font-size: 3.5vw;
  justify-content: center;
  padding: 0 30px;
}

.index_news .news_txtarea {
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  height: auto;
	margin-bottom: 50px;
}
.index_news ul li a {
  flex-wrap: wrap;
  padding: 20px 10px;
  line-height: 1.5;
  font-size: 3.8vw;
}
.index_news ul li:first-child a {
  padding-top: 0;
}
.index_news ul li a .date {
  width: inherit;
  font-size: 4vw;
  margin-bottom: 5px;
}

/* CONCEPT */

.index_concept h2{
  margin-bottom: 15px;
}
.index_concept h2 span{
  margin-top: 20px;
	text-align: left;
}
.index_concept h2 img{
	width: 25%;
}
.index_concept .txt{
  text-align: left;
}
.index_concept .name{
	text-align: right;
	margin-top: 15px;
	font-size: 3.5vw;
}
.index_concept .name span{
	font-size: 5vw;
}

/* FLOOR */
.index_floor{
  padding: 30px 0 20px;
}

.index_floor .inner{
  position: relative;
}

.index_floor h2{
  position: relative;
  margin: 0 auto 40px;
  width: 40%;
}
.index_floor h2 img{
  max-width:61.33vw;
}


.index_floor article .floor_inner{
  width: 100%;
  margin: 0 auto 20px;
}
.index_floor h3 {
  width: 100%;
}

.index_floor h3 span{
  font-size: 4.2vw;
  width: 39%;
}
.index_floor h3:after{
  margin-left: 3px;
}

.index_floor .shop_info{
  margin-top: 15px;
  margin-left: 15px;
  width: 100%;
}
.index_floor .shop_info .logoimg{
  width: 40vw;
}

.index_floor .shop_info .cate{
  font-size: 3.8vw;
  margin-right: 25px;
}

.index_floor .shop_info.welcia .cate{
  margin-top: 10px;
}
.index_floor .shop_info.welcia .logoimg{
  margin-top: -10px;
}
.index_floor .shop_info.sakura .logoimg{
  width: 75vw;
}

.index_floor .floor4 {
  margin: 20px 0px 40px;
}

.index_floor .floor4 .floor_inner{
  margin-bottom: 20px;
}
.index_floor .floor4 .map_img{
  margin: auto;
}


/* レンタルオフィス */
.index_office{
  margin-bottom: 60px;
	background-position: left -69vw center;
}

.index_sec_fw .txtarea{
  padding: 15px;
  width: 100%;
  height: auto;
  margin: 30px auto;
}

.index_sec_fw .txtarea > div{
  /* min-height: 63.2vw; */
  min-height: auto;
  flex-wrap: nowrap;
}

.index_sec_fw .txtarea h2{
  margin-bottom: 15px;
}

.index_sec_fw .txtarea h2 span{
  margin: 5px 0;
  font-size: 6vw;
}

.index_sec_fw .txtarea .txt{
  font-size: 4vw;
  margin-bottom: 30px;
}


.index_sec_fw .txtarea .linkbtn{
  width: 100%;
}

.index_conference{
  background: url(../images/page/index/conference_bg.jpg) no-repeat left top;
  background-size: cover;
  padding: 0;
}

.index_conference .inner{
  justify-content: flex-end;
}

.index_conference  h2 span{
  letter-spacing: 0.2em;
}









	/* 診療案内 */
	.inner_ttl_medicalmenu{
	  padding: 0;
	}
	.medicalmenu_list{
	  flex-wrap: wrap;
	}

	.medicalmenu_list li{
	  width: 100%;
	}
	.medicalmenu_list li a{
		padding: 10px;
	}
	.medicalmenu_box span{
		/*padding: 70px 0;
		font-size: 5.3vw;*/
		padding: 30px 0;
		font-size: 7.3vw;
	}
	.medicalmenu_list_small{
		margin: 40px -10px 0 ;
		justify-content: space-between;
	}

	.medicalmenu_list_small li{
	  margin: 0 1% 15px;
    width: 48%;
	}
	.medicalmenu_list_small li a {
	    /*font-size: 4vw;*/
			font-size: 5.5vw;
	    padding: 15px 10px;
	}
	.medicalmenu_list_small li:nth-of-type(-n+10){
	  width: 100%;
	  margin-bottom: 25px;
	}
	.medicalmenu_list_small li:nth-of-type(-n+10) a{
	  /*font-size: 4.8vw;*/
		font-size: 5.6vw;
		padding: 15px 10px;
		text-align: center;
	}
	.medicalmenu_list_small li:nth-last-of-type(-n+1){
	  width: 100%;
	}


	/* 診療日 */
	.index_timetable {
    padding: 0;
	}

	.timetable_txtarea {
    max-width: 100%;
    margin-top: 30px;
	}
	.timetable_txtarea p{
		font-size: 4vw;
		margin: 10px 0;
	}

	.timetable_attention li{
		font-size: 4vw;
		margin-bottom: 5px;
	}


	/* 特徴 */
	.inner_ttl_feature{
	}
	.inner_ttl_feature .font_small{
	  font-size: 70%;
	  margin-bottom: 5px;
	}
	.index_feature_box {
    padding: 15px;
    max-width: 100%;
    margin-bottom: 30px;
    flex-wrap: wrap;
	}
	.index_feature_box:last-of-type{
	  margin-bottom: 0;
	}
	.index_feature_box:nth-of-type(odd),
	.index_feature_box:nth-of-type(even){
	  margin-left: 0;
		margin-right: 0;
	}
	.index_feature_txtarea {
    width: 100%;
    line-height: 1.6;
    font-size: 4vw;
	}
	.index_feature_txtarea h3 {
    font-size: 5.5vw;
    line-height: 1.25;
    margin: 20px 0 10px;
	}

	/* ご挨拶 */
	.index_greenting{
		padding-bottom: 54vw;
	  background-image: url("../images/page/index/doctor_bg.png"), url("../images/page/index/doctor_bg.png") ;
		background-repeat: no-repeat;
		background-position:bottom center, center center ;
	  background-size: contain, cover;
	}
	.inner_index_greenting{
	  padding: 10px;
	  width: 95%;
	}

	.inner_index_greenting .greeting_txtarea{
	  border:2px solid #6CA3D3;
	  padding: 30px 15px;
	}
	.inner_index_greenting .greeting_txtarea h2{
	  margin-bottom: 30px;
	}

	.inner_index_greenting .greeting_txtarea p{
	  font-size: 4.5vw;
	  line-height: 1.6;
	}
	.index_greenting_name{
	  margin: 20px auto 0;
	}

	.index_greenting_btn{
		line-height: 1 !important;
		margin-top: 40px;
	}

	/* アクセスマップ */
	.index_access{
		padding: 60px  0 0;
	}
	.index_accessmap{
		height: 300px;
	}

  /* 当事務所について */
  .index_about .about_box {
    flex-wrap: wrap;
  }
  .index_about h2.inner_ttl {
    text-align: center;
  }
  .index_about .inner_ttl span {
    padding-bottom: 10px;
  }
  .index_about .about_txtarea {
    width: 100%;
    padding-bottom: 20px;
  }
  .index_about .about_txtarea h3 {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .index_about .about_txtarea p {
    color: #444444;
  }
  p.about_name {
    font-size: 4vw;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .index_about .about_img {
    width: 100%;
    padding-bottom: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .index_about .about_img img {
    width: 53%;
  }



  /* サービスのご案内 */
  .index_service h2, .index_service h2 span {
    padding-top: 0;
  }
  .index_service .service_list {
    flex-wrap: wrap;
    margin: 0 20px 45px;
  }
  .service_list article, .service_list article:nth-child(3n) {
    width: 100%;
    margin: 0 0 15%;
  }
  .service_list article:last-child {
    margin-bottom: 0;
  }
  .service_list article p.co_img {
    width: 70%;
    margin: 0 auto 15px;
  }
  .service_list article div.co_ttl {
    padding: 0 20px 20px;
  }
  .service_list article div.co_ttl h3 {
    font-size: 5vw;
    min-height: inherit;
  }
  .service_list article div.co_ttl h3:before {
    border-top: 5px solid #2780b4;
    margin: -1px auto 15px;
  }
  .service_list article div.co_ttl p {
    padding-top: 15px;
    font-size: inherit;
  }
  .index_service .linkbtn a {
    width: 80%;
    font-size: 5vw;
    background-position: right 5% center;
  }

  /* お役立ちコラム */
  .columnlist {
    margin-bottom: 20px;
  }
  .columnlist article {
    width: 48%;
    margin: 0 0 25px;
  }
  .columnlist article a {
    padding-bottom: 0;
  }
  .columnlist article p.column_img img {
    height: auto;
  }
  .columnlist article ul.catlist {
    margin-bottom: 10px;
  }
  .columnlist article ul.catlist li {
    border: 1px solid #e1e1e1;
    padding: 0.5em;
    font-size: 3vw;
  }
  .columnlist article div.column_in {
    margin: 0;
    padding: 0 10px;
    width: 58%;
  }
  .columnlist article h3 {
    font-size: 4vw;
    margin-bottom: 0px;
  }
  .columnlist article p.days {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .columnlist article div.column_in .column_ex {
    display: none;
  }
  .index_column .linkbtn a {
    width: 80%;
    font-size: 5vw;
    background-position: right 5% center;
  }




  /*----------

	下層ページ共通

	---------*/
  .pagemain {
    padding: 50px 0;
  }
  .pagemain_inner{
    height: auto;
  }
  .pagemain h1, .pagemain p.ttl {
    font-size: 6vw;
    letter-spacing: 0.1em;
  }
  .pagemain h1 span, .pagemain p.ttl span {
    display: block;
    font-size: 2.4vw;
    margin: 0 0 0px;
    letter-spacing: 0;
  }
  .submain img {
    width: 100%;
  }
  .submain.mb {
    margin-bottom: 60px;
  }
  #contents {
    margin-bottom: 80px;
  }
  .subttl001 {
    font-size: 5vw;
    line-height: 1.8em;
    margin-bottom: 20px;
  }
  .subttl001 span {
    font-size: 12px;
    line-height: 1;
		margin-top: 5px;
  }
  .subttl002 {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 24px 0;
    font-size: 4.5vw;
    font-weight: bold;
    margin-bottom: 35px;
    text-align: center;
  }
  .subttl003 {
    text-align: center;
    font-size: 4.5vw;
    padding: 6% 0;
    background-color: #fcee21;
    margin-bottom: 40px;
  }
  .subttl003.blue {
    background-color: #2780b4;
    color: #fff;
  }
  .subttl004 {
    text-align: center;
    color: #2780b4;
    font-size: 4.5vw;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .subttl004 span {
    color: #333;
    display: block;
    margin-top: 0px;
    font-size: 3.5vw;
  }
  .subttl004 span.wf-en-g {
    font-size: 3vw;
    margin-top: 8px;
    line-height: 0;
    font-weight: normal;
  }
  /* パンくず */
  #breadcrumbs {
    font-size: 3.5vw;
    padding: 10px 0;
  }
  #breadcrumbs ul li {
    float: left;
  }
  #breadcrumbs ul li a {
    background: url(../images/common/icon_pan.png) right center no-repeat;
    padding: 0 16px 0 0;
    margin-right: 8px;
    text-decoration: underline;
    display: block;
  }
  #breadcrumbs ul li a:hover {
    text-decoration: none;
  }
  #breadcrumbs ul li.breadcat a:not(:nth-last-child(1)) {
    background: none;
    padding-right: 0;
  }

/*----------

医院紹介

---------*/


.clinic_sttl{
	font-size: 5.5vw;
	padding: 10px;
	max-width: 80%;
	margin-bottom: 40px;
	border-top: 2px solid #ADADAD;
  border-bottom: 2px solid #ADADAD;
}

.clinic_surgery_box{
  font-size: 4vw;
	padding: 0 3%;
	margin-bottom: 40px;
}

.clinic_surgery_txtarea{
	font-size: 4vw;
	max-width: 100%;
}

.clinic_ssttl{
  font-size: 5vw;
	line-height: 1;
	margin-bottom: 15px;
	justify-content: center;
}
.clinic_surgery_txt{
	margin-bottom: 30px;
}
.clinic_ssttl img{
  margin-right: 10px;
	width: 9%;
}

.clinc_surgery_imgarea{
	width: 85%;
	margin: 30px auto 0;
}

.clinic_infoarea {
	max-width: 1100px;
	margin: 0 auto;
	font-size: 4vw;
}
.clinic_info_box {
	max-width: 94%;
	margin: 0 auto 15px;
	padding: 15px;
	font-size: 4vw;
}

.clinic_infoarea .txt_large,
.clinic_info_box h4{
	font-size: 4.5vw;
}

.clinic_info_box h4{
	margin-bottom: 10px;
}

/*.clinic_info_box dt{
	font-size: 4.5vw;
	margin-bottom: 15px;
}

.clinic_infoarea h3{
	font-size: 4.5vw;
	padding: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.clinic_infoarea .desc{
	font-size: 4vw;
	padding: 30px 20px;
	margin-bottom: 30px;
}*/
/*	.linkbtn_clinic{
		max-width: 80
	}
	.linkbtn_clinic a{
		font-size: 5.2vw;
    padding: 20px 10px;
		width: 80%;
	}

	.linkbtn_clinic a:before {
    width: 5.2vw;
    height: 5.2vw;
    margin-right: 10px;
}*/

	.linkbtn_clinic {
	  margin: 0 auto ;
	  max-width: 80%;
	}
	.linkbtn_clinic  a{
	  font-size: 5.2vw;
	}



.clinic_inside_list{
	max-width: 94%;
	margin: 0 auto ;
}

.clinic_inside_list li{
	width: 100%;
  display: flex;
	justify-content: flex-start;
	padding: 15px;
	margin-bottom: 15px;
}

.clinic_inside_list li img{
	width: 25%;
}

.clinic_inside_list li p{
	padding-top: 0.5em;
	padding-left: 20px;
}

.clinic_imglist{
	max-width: 100%;
	margin: 0 auto ;
	padding-top: 10px;
}

.clinic_imglist li{
	width: 49%;
	max-width: 49%;
	font-size: 4vw;
	margin-bottom: 20px;
}

.clinic_imglist li img{
	margin-bottom: 5px;
}

.clinic_txt_large {
	max-width: 100%;
	font-size: 4.5vw;
	text-align: left;
	padding: 15px;
}
  /*----------

  設備紹介

  ---------*/
  section.sec_equipment{
    padding: 45px 0;
  }
  .equipment_sttl{
    font-size: 5vw;
    padding: 15px;
    margin-bottom: 40px;
  }
  .equipment_item {
      width: 100%;
      border-bottom: 3px solid #D8D8D8;
      margin-bottom: 40px;
  }
  .equipment_item:last-of-type{
      margin-bottom: 0;
  }

  .equipment_img{
    width: 80%;
    margin: 0 auto;
  }
  .equipment_img:after{
    content: "";
    height: 35px;
    width: 35px;
    display: block;
    background: url("../images/page/equipment/icon_serach.jpg") no-repeat bottom center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .equipment_item h3{
    font-size: 4vw;
    padding: 15px 10px;
    margin: 15px 10px 0;
		min-height: auto;
  }

  .equipment_item p{
    padding: 15px 15px 30px;
  }

	/*----------

	診療案内一覧

	---------*/

	.medical_menu_sttl{
		padding: 20px 20px;
		font-size: 5.3vw;
		flex-wrap: nowrap;
	}
	.medical_menu_sttl:before{
		content: "";
		width: 5.3vw;
		height: 5.3vw;
		margin-right: 10px;
		margin-bottom: 2px;
		flex-shrink: 0;
	}
	.medical_menu_box{
		margin-bottom: 60px;
	}
	.medical_menu_box:last-of-type{
		margin-bottom:0  ;
	}
	.medical_menu_list{
		margin: 15px 0;
		padding: 0 2.5%;
		flex-wrap: wrap;
	}
	.medical_menu_list .txtarea{
		max-width: 100%;
		padding-top: 0;
		font-size: 4vw;
		margin-bottom: 15px;
	}
	.medical_menu_list .imgarea{
		max-width: 80%;
		margin: 0 auto;
	}
	.medical_menu_sbox{
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
	}
	.medical_menu_sbox a:hover{
		opacity: 0.6;
		color: #000;
	}


	/*--	診療案内下層ページ共通　--*/

	.sec_treat:first-of-type{
		padding-top: 45px;
	}
	.sec_treat:last-of-type{
    padding-bottom: 45px;
  }
	.treat_sttl{
		display: block;
    margin-bottom: 35px;

	}
	.treat_sttl:before,
	.treat_sttl_s:before{
		width: 50px;
    height: 50px;
		margin: 0px auto;
    display: block;
	}
	.treat_firstimg{
		width: 80%;
    margin: 0 auto 35px;
	}

	.treat_sttl span{
		font-size: 6vw;
    padding: 0.8em 1em;
		border-top: 2px solid #adadad;
		border-bottom: 2px solid #adadad;
    display: inline-block;
    margin: 10px auto 0;
		min-width: 50%;
	}

	.treat_box{
		margin-bottom: 0;
	}

	.treat_txtarea_blue {
		font-size: 4vw;
    padding: 30px 20px;
    margin-bottom: 20px;
	}
	.treat_txt_list{
		padding: 10px 10px 5px;
		margin: 10px 0;
	}
	.treat_txt_list li{
		width: 100%;
		font-size: 4vw;
		margin-bottom: 5px;
	}

	.treat_img_center {
		margin: 30px auto 0;
	}

	.treat_pointarea,
	.treat_steparea{
		counter-reset: number 0;
		max-width: 990px;
		margin: 0 auto;
	}

	.treat_point_box {
		margin: 35px 0 20px;
	}
	.treat_point {
		padding: 28px 15px;
		position: relative;
		font-size: 4vw;
	}
	.treat_point:before{
		top: 22px;
    left: 15px;
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 38px;
	}

	.treat_point_ttl {
		font-size: 5vw;
    padding-bottom: 13px;
    padding-left: 45px;
		margin-bottom: 10px;
	}

	.treat_point p {
		line-height: 1.8;
	}

	.treat_step_nottl{
		padding-top: 20px;
		padding-left: 60px;
	}
	.treat_stepimg{
		width: 90%;
    margin: 10px auto 0;
	}

	.treat_step_box:not(:last-of-type):after{
		width: 15vw;
    height: 20px;
		margin:20px auto;
	}
	.treat_box_min{
		width: 100%;
	}

	.treat_detail {
		padding: 20px 0;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0;
		font-size: 4vw;
		margin-top: 10px;
	}
	/*.treat_detail dt{
		width: 20vw;
    height: 20vw;
		font-size: 4vw;
    margin-right: 10px;
	}

	.treat_detail dd{
		width: 75%;
	}*/

	.treat_detail dt{
		width: 25vw;
    height: 25vw;
		font-size: 5vw;
    margin-right: 0;
		margin-bottom: 20px;
	}

	.treat_detail dd{
		width: 95%;
	}

	.treat_attention {
		margin-top: 50px;
	}
	.treat_attention img{
		width: 20%;
		margin-bottom: 10px;
	}
	.treat_attention span{
		font-size: 5vw;
		padding-bottom: 5px;
		margin-left: 0;
		margin-bottom: 15px;
	}

	/*日帰り網膜硝子体手術*/
	.retina_img_list{
		margin: 20px auto;
		width: 95%;
	}

	.retina_img_list li{
		width: 48%;
	}


	/*硝子体注射*/
	.treat_detail_injection .detail_desc{
		max-width: 95%;
		width: 95%;
	}
	.treat_detail_injection .detail_img{
		width: 80%;
		margin: 10px auto 0;
	}

	/*日帰り眼瞼下垂*/
	.detail_img_ptosis{
		margin-left: 0;
		padding: 5%;
	}
	.treat_ptosis_imglist{
		flex-wrap: wrap;
		justify-content: center;
	}

	.treat_ptosis_imglist figure{
		width: 75%;
		text-align: center;
		margin-bottom: 20px;
	}

	.treat_ptosis_imglist figcaption{
		font-size: 4.5vw;
		margin-bottom: 5px;
	}


	/*白内障*/
	.treat_cataract_imglist{
		flex-wrap: wrap;
	}

	.treat_cataract_imglist figure{
		width: 75%;
		text-align: center;
	}

	.treat_cataract_imglist figcaption{
		font-size: 4vw;
		margin-bottom: 5px;
	}

	.treat_cataract_imglist .cataract_triangle{
		margin: 20px auto 10px;
	}

	.treat_cataract_imglist .cataract_triangle img{
		width: 10%;
    transform: rotate(90deg);
	}

	.sec_detail_cataract{
		padding: 0px 0 45px;
	}
	.treat_detail_cataract dd{
		font-size:inherit;
	}


  /*----------
   お知らせ
   ---------*/

  .newslist_txtarea{
  	width: 100%;
  }

  .newslist_txtarea ul li {
  	border-bottom: 1px solid #ccc;
  }

  .newslist_txtarea ul li a{
    padding: 20px 10px;
		line-height: 1.5;
		font-size: 4vw;
  }

  .newslist_txtarea ul li a{
    padding: 20px 10px;
		line-height: 1.5;
		font-size: 4vw;
		font-weight: bold;
  }

  .newslist_txtarea ul li a span{
    display: block;
		width: inherit;
		font-size: 4vw;
		margin-bottom: 5px;
  }

  .news_single_date{
    font-size: 4vw;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .news_sttl{
    font-size: 5vw;
  }

  .newssingle_box{
    margin-left: 0;
  }

  .news_single_pagenav {
      justify-content: space-between;
  }
  .news_single_pagenav li:first-of-type{
    margin-right: 0;
  }

  .news_single_pagenav li a{
      padding: 10px 2em;
      color: #fff;
      font-size: 4.5vw;
  }

  /*----------

  症状からの検索

  ---------*/
  .case_sttl{
    display: block;
    margin-bottom: 35px;

  }
  .case_sttl:before,
  .case_sttl_s:before{
    width: 50px;
    height: 50px;
    margin: 0px auto;
    display: block;
  }

  .case_sttl span{
    font-size: 6vw;
    padding: 0.8em 1em;
    border-top: 2px solid #adadad;
    border-bottom: 2px solid #adadad;
    display: inline-block;
    margin: 10px auto 0;
    min-width: 50%;
  }
  .caselist_sttl_desc{
    font-size: 4vw;
    margin-bottom: 30px;
  }

  .caselist_item{
    width: 94%;
    margin: 0 auto 40px;
  }

  .caselist_item h3{
    font-size: 5vw;
    padding: 15px 10px;
  }
  .caselist_item p{
    padding: 15px 15px 30px;
    font-size: 4vw;
  }
  .caselist_btn{
    font-size: 4.8vw;
    padding: 20px 0;
    width: 80%;
  }
  .casecat_box{
    margin-bottom: 0;
  }
  .casecat_box h3 span{
    font-size: 5vw;
    padding-bottom: 5px;
  }
  .case_txtarea_blue {
    font-size: 4vw;
    padding: 30px 20px;
  }

  .casecat_detail{
    padding: 30px 20px;
  }

  .casecat_detail li{
    width: inherit;
    min-width: 48%;
    margin-bottom: 15px;
  }
  .casecat_detail li a{
    font-size: 4vw;
  }



	/*----------

  医師紹介

  ---------*/
  section.staff_desc,
  section.staff_member{
    padding: 45px 0 60px;
  }
  .staff_desc_txt{
    margin: 0;
    padding: 20px;
    font-size: 4vw;
  }

  .inner_staff_member{
    width: 95%;
  }

  .staff_item {
    margin-bottom: 80px;
  }
  .staff_item .infoarea,
  .staff_item .txtarea {
    width: 100%;
    max-width: 100%;
  }

  .staff_item .infoarea .staff_img{
    width: 75%;
    margin: 0 auto 15px;
  }

  .staff_item .infoarea h2{
    padding-bottom: 5px;
		margin-bottom: 15px;
  }

  .staff_item .infoarea h2 span{
    font-size: 5vw;
  }

  /*.staff_item .infoarea .medicatl_title{
    margin: 15px 0;
  }
  .staff_item .infoarea .medicatl_title li{
    margin-right: 15px;
  }*/
	.staff_item .infoarea dl{
		margin-bottom: 15px;
	}
  .staff_item .infoarea dt{
    padding: 10px;
  }

  .staff_item .txtarea{
    margin-top: 30px;
    padding: 15px;
    font-size: 4vw;
  }

	.staff_item .txtarea .txtarea_ttl{
		padding: 10px;
		min-width: 70px;
		margin-top: 20px;
	}
	.staff_item .txtarea th{
		padding-right: 0;
		width: 24%;
	}
	.staff_item .introarea{
    width: 100%;
    margin-top: 30px;
  }
  .staff_item .introarea .intro_icon {
    width: 30%;
    margin: 0 auto 15px;
}
  .staff_item .introarea .intro_txt{
    margin: 0 auto;
    width: 90%;
  }

  /*----------

  採用情報

  ---------*/


  .recruit_sttl{
  	font-size: 5.5vw;
  	padding: 10px;
  	max-width: 80%;
  	margin-bottom: 40px;
  }

  .recruit_desc_txt{
    max-width: 100%;
    width: 100%;
    font-size: 4vw;
  }

  .recruit_box{
  	width: 100%;
  	max-width: 1000px;
  	margin: 0 auto 45px;
  }
  .recruit_ssttl {
    font-size: 5vw;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }

  .recruit_ssttl:before {
      content: "";
      width: 50px;
      height: 50px;
      margin-right: 10px;
  }

  .recruit_table tr th, .recruit_table tr td {
      padding: 10px 20px;
      font-size: 4vw;
      width: 100%;
      display: block;
      border-bottom: none;
  }

  .recruit_table tr:last-of-type td{
      border-bottom:1px solid #488BC6;
  }


  /*----------

	当事務所について

	---------*/
/*
  article.message_box {
    flex-wrap: wrap;
		margin-bottom:45px;
  }
  article.message_box .txtarea {
    width: 100%;
    padding-bottom: 30px;
  }
  article.message_box .txtarea h3 {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  article.message_box .txtarea p.about_name {
    font-size: 4.5vw;
    margin-top: 20px;
  }
  article.message_box .txtarea p.about_name span {
    margin-right: 10px;
  }
  article.message_box .imgarea {
    width: 50%;
    padding-bottom: 0;
    margin: 0 auto;
  }
	.about_message .linkbtn a {
    width: 80%;
    font-size: 5vw;
    background-position: right 5% center;
  }

  section.about article.profile_box {
    padding: 20px;
    background-size: 90%;
  }
  section.about article.profile_box article p {
    max-width: 100%;
  }
  section .office_wrapper {
    padding: 20px;
    background-size: 90%;
    max-width: 100%;
  }
  table.office_box tr th, table.office_box tr td {
    padding: 15px 5vw;
    display: block;
    width: 100%;
  }
  table.office_box tr th {
    border-bottom: none;
    padding-bottom: 5px;
  }
  table.office_box tr td {
    padding-top: 0;
  }
*/


  /*----------

	サービス

	---------*/
/*
  .pagemain_service {
    background-position: right -23vw top;
  }
  section.service {
    margin-bottom: inherit;
  }
  section.service article {
    padding: 20px;
  }
  section.service article h2 {
    font-size: 5vw;
    line-height: 1.8em;
    margin-bottom: 20px;
    text-align: center;
  }
  section.service article h2:before {
    display: block;
    text-align: center;
    width: 3em;
    height: 3em;
    margin: 0 auto 10px;
  }
  section.service .service_box {
    flex-wrap: wrap;
  }
  section.service .service_box .textarea {
    width: 100%;
    order: 2;
  }
  section.service .service_box .textarea p {
    margin-bottom: 20px;
  }
  section.service .service_box .textarea dt {
    font-size: 4.2vw;
    margin-bottom: inherit;
  }
  section.service .service_box .textarea dd:before {
    margin-right: 5px;
  }
  section.service .service_box .imgarea {
    width: 80%;
    margin: 0 auto 20px;
    order: 1;
  }
*/



  /*----------

	よくあるご質問

	---------*/
  /*.faq_contents section{margin-bottom: 60px;}*/
/*
  .faq_category {
    margin: 20px auto;
    padding: 10px 0;
  }
  .faq_category p.linkbtn {
    width: 48%;
  }
  .faq_category p.linkbtn a {
    width: 90%;
    padding: 10px 0;
    font-size: 3vw;
    background-size: 7%;
  }
  .faq_category p.linkbtn a:hover {
    background-size: 7%;
  }
  .fqa_list article {
    border: 3px solid #ddd;
    padding: 8px 2%;
    margin: 0 0 15px 0;
  }
  .fqa_list article h3.openbtn {
    font-size: 3.8vw;
    padding: 10px 7% 10px 8%;
    box-sizing: border-box;
    background-image: url(../images/page/faq/icon_q.png);
    background-repeat: no-repeat;
    background-position: 2px 10px;
    background-size: 4%;
    cursor: pointer;
    width: 100%;
    position: relative;
  }
  .fqa_list article h3.openbtn:after {
    content: url(../images/page/faq/arrow_bottom.png);
    position: static;
    display: block;
    margin: 0 auto;
    text-align: center;
    top: 30%;
    transition-duration: 0.3s;
  }
  .fqa_list article h3.open:after {
    content: url(../images/page/faq/arrow_bottom.png);
    transform: rotate(180deg);
  }
  .fqa_list article div {
    display: none;
    border-top: dotted 2px #ddd;
    background: url(../images/page/faq/icon_a.png) 3% 20px no-repeat;
    background-position: 5px 15px;
    background-size: 4%;
    padding: 10px 7% 10px 8%;
    background-color: rgba(39, 128, 180, 0.07)
  }
*/


  /*----------

	プロフィール

	---------*/
/*
  .pagemain_profile {
    background-position: right -54vw center;
  }
  article.history_box .txtarea {
    padding: 20px;
  }
  section.profile article.profile_box {
    padding: 20px 20px 90px;
    background-size: 70%;
  }
  section.profile article.profile_box article p {
    max-width: 100%;
  }
*/


  /*----------

	ご相談の流れ

	---------*/
/*
  .flow_step .flow_step_list {
    flex-wrap: wrap;
  }
  .flow_step_list article, .flow_step_list article:nth-child(3n) {
    width: 45%;
    margin-bottom: 12%;
  }
  .flow_step_list article:last-child {
    margin-bottom: 0;
  }
  .flow_step_list article p.co_img {
    width: 100%;
    margin: 0 auto 15px;
  }
  .flow_step_list article div.co_ttl {
    padding: 0;
  }
  .flow_step_list article div.co_ttl h3 {
    font-size: 5vw;
    min-height: inherit;
  }
  .flow_step_list article div.co_ttl p {
    font-size: inherit;
    text-align: left;
  }
  article.message_box {
    flex-wrap: wrap;
  }
  article.message_box .txtarea {
    width: 100%;
    padding-bottom: 30px;
  }
  article.message_box .txtarea h3 {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  article.message_box .txtarea p.about_name {
    font-size: 4.5vw;
    margin-top: 20px;
  }
  article.message_box .txtarea p.about_name span {
    margin-right: 10px;
  }
  article.message_box .imgarea {
    width: 50%;
    padding-bottom: 0;
    margin: 0 auto;
  }
  section.about article.profile_box {
    padding: 20px;
    background-size: 90%;
  }
  section.about article.profile_box article p {
    max-width: 100%;
  }
  section.price {
    max-width: 100%;
  }
  table.price_box tr th, table.price_box tr td {
    padding: 15px 5vw;
    display: block;
    width: 100%;
  }
  table.price_box tr th {
    border-bottom: none;
  }
*/


  /*----------

	お役立ちコラム

	---------*/
	.pagemain_column{
		background-size: cover;
	}
  .blognavi {
    padding: 20px 0;
    background-color: #2780b4;
    margin-bottom: 30px;
  }
  .blognavi select {
    width: 100%;
    box-sizing: border-box;
    padding: 3%;
    margin: 0 auto;
  }
  .blog_one {
    background: url(../images/page/blog/bg_blue.jpg), url(../images/page/blog/bg_blog_one.jpg);
    background-position: left 170px, center top;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 100%, 220%;
    padding: 40px 0;
    margin-bottom: 50px;
  }
  .blog_one_text {
    float: none;
    width: 100%;
    padding: 20px 0 0;
    color: #fff;
  }
  .blog_one_text ul.blog_one_catlist li {
    display: inline-block;
    border: 1px solid #fff;
    font-size: 2.5vw;
    padding: 2px 10px;
    margin: 0 5px 5px 0;
  }
  .blog_one_text h1 a {
    display: block;
    font-size: 5vw;
    margin: 10px 0 5px;
    color: #fff;
  }
  .blog_one_text p.days {
    font-size: 2.5vw;
    margin-bottom: 24px;
  }
  .blog_one_text p.blog_one_link a {
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    display: block;
    padding: 4px 0;
    width: 180px;
    margin: 20px auto 0 auto;
    color: #2780b4;
    box-sizing: border-box;
  }
  .blog_one_img {
    float: none;
    width: 100%;
  }
  .blog_one_img img {
    width: 100%;
    height: 180px;
  }
  /* main_cantents */
  .main_cantents {
    width: 100%;
  }
  .main_cantents.m_left {
    float: none;
  }
  .main_cantents.m_right {
    float: none;
  }
  /* ブログ一覧 */
  .columnlist article, .index_column .columnlist article {
    width: 100%;
    /*margin: 0 1% 24px;*/
    margin-bottom: 0;
  }
  .columnlist article a {
    padding: 20px 10px;
    display: flex;
    align-items: flex-start;
  }
  .columnlist article p.column_img {
    width: 37%;
  }
  .columnlist article p.column_img img {
    width: 100%;
  }
  .wp-pagenavi {
    text-align: center;
    margin: 30px 0;
  }
  /* お知らせ一覧 */
  .page_newslist article a {
    display: block;
    padding: 20px 15px;
    margin-bottom: 30px;
    color: #333;
    background: #fff;
    box-shadow: 5px 5px 6px -5px #ccc;
  }
  .page_newslist article a:hover {
    background-color: #f1a725;
    color: #fff;
  }
  .page_newslist article .blogimg {
    float: left;
    width: 150px;
  }
  .page_newslist article .blogimg img {
    object-fit: cover;
    width: 150px;
    height: 150px;
  }
  .page_newslist article .righttext {
    float: right;
    width: 78%;
  }
  .page_newslist article .righttext .days {
    font-size: 12px;
  }
  .page_newslist article .righttext .days span {
    color: #ff0000;
    font-weight: bold;
    margin-right: 10px;
  }
  .page_newslist article .righttext h3 {
    font-size: 20px;
    margin: 20px 0;
  }
  /* サイドバー */
  .sidebar {
    width: 100%;
  }
  .sidebar.s_left {
    float: none;
  }
  .sidebar.s_right {
    float: none;
    width: 100%;
    padding: 25px 15px;
    box-sizing: border-box;
  }
  .news_contents .subttl, .sidebar h2 {
    font-size: 5vw;
    font-weight: bold;
    color: #2780b4;
    margin-bottom: 5px;
  }
  .sidebar article a .sideimg {
    float: left;
    width: 60px;
  }
  .sidebar article a .sideimg img {
    width: 100%;
    height: 60px;
  }
  .sidebar article a h3 {
    float: right;
    width: 100%;
  }
  .sidebar article a h3 span {
    display: block;
    font-size: 12px;
  }
  .sidebar ul, .sidebar .newlist {
    margin-bottom: 40px;
  }
  .sidebar ul li a, .sidebar article a {
    display: block;
    padding: 10px;
    color: #333;
  }
  .sidebar ul li a:hover, .sidebar article a:hover {
    background-color: #2780b4;
    color: #fff;
  }
  .sidebar ul.side_catlist li a {
    border-bottom: 1px solid #ddd;
    padding: 15px 10px;
  }
  .sidebar div.side_archivelist select {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 15px;
  }
  /* 詳細 */
  .blog_single {
    margin-bottom: 60px;
  }
  .bloghead {
    margin-bottom: 40px;
  }
  .bloghead ul.single_catlist {
    margin-bottom: 20px;
  }
  .bloghead ul.single_catlist li {
    text-align: center;
    ;
    color: #fff;
    background: #2780b4;
    padding: 3px 10px;
    margin-right: 1%;
    font-size: 2.5vw;
  }
  .bloghead .blogdate {
    font-size: 2.8vw;
    margin-bottom: 10px;
  }
  /*.single_contents{margin: 0 3%;}*/
  .single_contents p {
    margin-bottom: 15px;
  }
  .single_contents img {
    max-width: 100%;
  }
  .single_contents .hpurl {
    margin: 20px 0;
  }



  .page_ttl .ttl{
    font-size: 6.5vw;
  }
  .page_ttl .txt .small{
    font-size: 4vw;
    margin-top: 0;
  }
  .page_ttl .ttl:before{
    width: 15vw;
    height: 18vw;
    margin-right: 10px;
  }

  /*----------

	お問い合わせ

	---------*/
  /* お問い合わせ */

  .page_contact .page_ttl_contact{
    background: url(../images/page/contact/page_ttl_bg.jpg) no-repeat left -14vw top;
    background-size: cover;
    padding: 60px 0;
  }

  .page_ttl_contact .page_ttl{
    font-size: 6vw;
  }

  .page_contact h2{
    font-size: 6vw;
    margin: 30px auto 40px;
  }

  .page_contact #contact h2{
    text-align: center;
  }
  .form_attention{font-size: 3.8vw;margin-left: 0;}
  .form_wrap{padding: 15px;}
  .formTable{width: 100%;}
  .formTable tr th,.formTable tr td{padding:0; box-sizing: border-box; vertical-align: middle; width: 100%; display: block;font-size: 3.8vw;}
  .formTable tr th{width: 100%; text-align: left; padding:20px 0 5px;}
  .formTable tr th span.redtext{font-weight: bold; color:#ad0000; font-size: 14px;}
  .formTable tr td label{display: block;}
  .formTable tr td label:nth-child(n+2){margin-top: 20px;}
  .formTable tr td .w90{width: 90%;}
  .formTable tr td .w30{width: 50%;}
  .formTable tr td input:focus,
  .formTable tr td textarea:focus{background: #fcf9eb; outline-style:none;}
  .formTable tr td input,
  .formTable tr td textarea,
  .formTable tr td select{font-size:14px;}
  .formTable tr td input[type="text"],
  .formTable tr td input[type="tel"],
  .formTable tr td input[type="email"],
  .formTable tr td select,
  .formTable tr td textarea{padding: 10px; box-sizing: border-box;}
  .formTable tr td.barth select{width: 80%; margin-top: 10px;}

  .formTable tr td div.dayselect{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .formTable tr td div.dayselect:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    box-sizing: border-box;
  }
  .formTable tr td div.dayselect p{font-weight: bold; font-size:14px; margin-bottom: 15px; box-sizing: border-box;}
  .formTable tr td div.dayselect dl{
    float:none;
    margin: 0 0 12px 20px;
    box-sizing: border-box;
  }
  .formTable tr td div.dayselect dl select{width: 90%; box-sizing: border-box;}
  .formTable tr td div.dayselect dl dt{margin-bottom: 10px;}
  .formTable tr td div.dayselect dl dt,.formTable tr td div.dayselect dl dd {width:100%; box-sizing: border-box;}

  p.pdfdl a{
    display: block;
    background: #ad0000;
    border:solid 1px #ad0000;
    color: #fff;
    width: 100%;
    margin: 20px 0 0;
    padding:10px 0;
    box-sizing: border-box;
    text-align: center;
    border-radius: 6px;
  }
  p.pdfdl a:hover{
    background: #fff;
    border:solid 1px #ad0000;
    color: #ad0000;
  }

  .submitbtn{
    width: 85%;
    margin: 0 auto;
  }
  .submitbtn input{
    width: 100%;
    display: block;
    padding:15px 0;
    text-align: center;
    font-size:4.5vw;
    cursor: pointer;
  }
  .submitbtn.submitbtn_confirm input{
    width: 100%;
  }
  .submitbtn.submitbtn_confirm input[type="button"] {
    margin-top: 20px;
  }
  .formError{left:30px !important; box-sizing: border-box;}

  .copy{
    font-size: 11px;
    text-align: center;
    margin:60px 0 30px;
  }

  .underbtn .mobile{
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  background: #ed9021;
  color: #fff;
  padding: 8px 0 8px;
  box-sizing: border-box;
  }
  .underbtn.no-fixed .mobile{display: none;}

  .underbtn .mobile h3{
    text-align: center;
    font-size: 3vw;
    margin-bottom: 6px;
  }
  .underbtn .mobile p{box-sizing: border-box; text-align: center;}
  .underbtn .mobile p a{display: block; box-sizing: border-box;}
  .underbtn .mobile p.under_mailunit,
  .underbtn .mobile p.under_telunit{width: 40%; margin-left: 1%;}

  .underbtn .mobile p.under_telunit a{
    font-size: 3.5vw;
    border:solid 1px #fff;
    background-image:url(../images/icon_tel_orange.png);
    background-position: 8% center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 15px;
    text-align: center;
    padding: 6% 0 6% 16px;
    color: #ed9021;
    border-radius: 4px;
  }
  .underbtn .mobile p.under_telunit a:hover{
    background-image:url(../images/icon_tel_b.png);
    background-position: 8% center;
    background-repeat: no-repeat;
    background-size: 15px;
    background-color: #ed9021;
    color: #fff;
  }
  .underbtn .mobile p.under_mailunit a{
    font-size: 3vw;
    background-image:url(../images/icon_mail_orange.png);
    background-position: 8% center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 12px;
    border:solid 1px #fff;
    color: #ed9021;
    padding: 6% 0 6% 16px;
    border-radius: 4px;
  }
  .underbtn .mobile p.under_mailunit a:hover{
    background-image:url(../images/icon_mail_orange_hover.png);
    background-position: 8% center;
    background-repeat: no-repeat;
    background-size: 12px;
    background-color: #ed9021;
    color: #fff;
  }
  .underbtn .mobile p.under_top{width: 15%; margin:0 1%;}
  .underbtn .mobile p.under_top a{
    font-size: 2.5vw;
    border-radius: 4px;
    line-height: 1.4em;
    padding:12% 0;
    border:solid 1px #fff;
    color: #fff;
    text-align: center;
  }
  .underbtn .mobile p.under_top a img{width: 24px;}


  /* 送信完了 */
  body.thanks header{
    background: none;
    min-width: auto;
    min-height: auto;
    position: static;
    box-sizing: border-box;
  }

  body.thanks header p#siteid{
    background-color:rgba(255,255,255,0.85);
    padding: 5px;
    width: 50px;
    margin: 20px auto;
    text-align: center;
    position: relative;
  }

  body.thanks .thnks_area h2{text-align: center;}
  body.thanks .thnks_area p{
    text-align:left;
    margin-bottom: 20px;
    font-size: 3.8vw;
  }
  body.thanks .thnks_area .thnks_btn{
    width: 85%;
    margin: 0 auto;
  }
  body.thanks .thnks_area .thnks_btn a{
    width: 100%;
    display: block;
    padding:15px 0;
    text-align: center;
    font-size:4.5vw;
    cursor: pointer;
  }

  body.thanks .thnks_area p.redtext{font-weight: bold; color:#ad0000; font-size: 14px;}

    .menseki{
    padding: 30px 0 10px;
    }
    .menseki h2{text-align: center;}
    .menseki p{font-size: 3.8vw; margin-bottom: 20px;}
    .menseki ul li{font-size: 3.8vw;margin-bottom: 15px;}


    .darkcircles_care .darkcircles_list {
      flex-wrap: nowrap !important;
  }


  /*----------

  フッダー

  ---------*/

  .ftr_inner {
    padding: 60px 0 20px;
  }
	.ftr_inner .ftr_logo{
		max-width: 22.93vw;
	}
  .ftr_inner .ftr_tel{
    font-size: 7vw;
    margin: 20px auto 15px;
  }

  .ftr_inner .ftr_tel{
    font-size: 7vw;
    margin: 20px auto 15px;
  }
  .ftr_inner .ftr_tel a{
    color: #000;
  }


  .ftr_inner address{
    margin-bottom: 35px;
  }
  .ftr_inner .ftr_linklist li {
      width: 75%;
  }

  .ftr_inner .ftr_linklist li a{
    padding: 10px 10px 10px 15px;
    justify-content: space-between;
  }
  .ftr_inner .ftr_linklist li a:after{
    content: "";
    background: url(../images/common/arrow_br.png) no-repeat center center / contain;
    margin-left: 10px;
    display: block;
    width: 7px;
    height: 10px;
  }


  .ftr_inner .ftr_linklist li:last-of-type {
      margin: 20px auto;
  }
	.ftr_inner .ftr_groupname {
		margin-top: 15px;
		font-size: 3.5vw;
	}
  .copyright{
  	font-size: 3.8vw;
  	padding: 10px 0 25px;
  }

  /*-----フッダーナビ----*/
  .mobile_nav {
    position: fixed;
    bottom: 0;
    top: auto;
    width: 100%;
		z-index:1000;
  }
  ul.mobile_nav_list {
    width: 100%;
  }
  ul.mobile_nav_list li {
    width: 33.333%;
  }
  ul.mobile_nav_list li a {
    width: 100%;
    padding: 15px 5px 15px;
    text-align: center;
    display: block;
    color: #fff;
    /*background-position: 8px center;
    background-repeat: no-repeat;
    background-size: 25px;*/
    border: 1px solid #2780b4;
    box-sizing: border-box;
	font-size: 5vw;
  }
  ul.mobile_nav_list li.telbtn a {
    color: #000;
    background-color: #fff;
    /*background-image: url("../images/common/hdr_icon_tel.png");*/
  }
  ul.mobile_nav_list li.mailbtn a {
    color: #fff;
    background-color: #2780b4;
    /*background-image: url("../images/common/hdr_icon_mail.png");*/
  }
  ul.mobile_nav_list li.contact a {
    color: #fff;
    background-color: #0e5477;
    /*background-image: url("../images/common/hdr_icon_mail.png");*/
  }

  .contact_btnarea {
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
  }
  .ftr-tel, .ftr-mail {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: none;
  }
  .ftr-tel a {
    font-size: 4vw;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .ftr-tel a span:before {
    width: 35px;
    height: 11vw;
    margin-bottom: 10px;
  }
  .ftr-mail a {
    font-size: 5.5vw;
    padding: 1.5em 1em;
  }
  #footer {
    margin-top: 0;
  }
  #footer .foot_link {
    padding: 0;
  }
  #footer .foot_link li {
    text-align: center;
    width: 100%;
    margin: 0 0 2%;
    font-size: 12px;
    border: none;
  }
  #footer .foot_link li a {
    display: block;
    padding: 0.5em 0;
  }
  #footer .ftr_info {
    padding: 30px 0;
  }
  #footer .ftr_info li {
    margin: 0;
    padding: 0 30px;
    max-width: 200px;
  }
  #footer .ftr_info li:first-child {
    max-width: 50vw;
  }
  #footer .ftr_info li:last-child {
    text-align: center;
    line-height: 1.8;
    padding-top: 10px;
  }
  #footer .ftr_info li span {
    padding-left: 0;
  }
  #footer .copyright {
    padding: 15px 0 70px;
    font-size: 3vw;
  }

  .side-br {
	  display: none;
  }



}
