







/*背景動画にフィルタをかける*/


.container-video_wrap {
  position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 130px);
    overflow: hidden;
}
.container-video_2 {
  /*position: relative;
  height: 80%;
  max-height: 900px;
  overflow: hidden;
  opacity: 0.01;
  animation: load 1.5s 0.8s ease-out forwards;*/

  position: relative;
  display: block;
    box-sizing: border-box;
    
   
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 130px);

}
.container-video_2 #video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(1.05);
  /*filter: opacity(100%) contrast(60%);背景動画にかけるフィルタ*/
  transition: 0.3s;
}

.container-video_2 .slide-img-main {
  background: url(../_images/psd/img-assets/home-top-11.jpg);
  background-size: cover;
  position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    transform: translate(-50%, -50%) scale(1.05);
    transition: 0.3s;
}


@keyframes load {
  100% {
    opacity: 1;
  }
}
.table-center {
  display: table;
  width: 100%;
  position: relative;
  height: 100%;
}
.table-center > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.table-center > div p {
  color: #fff;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px;
  font-size: 2em;
  font-weight: 600;
}


.slide-txt-wrap {
  position: absolute;
    top: 11.6%;
    right: 13%;
    width: 12%;
    min-width: 144px;
}



.slide-txt-01 {
  display: block;
    float: right;
    width: 27.4%;
    margin-left: 11.9%;
}

.slide-txt-01 img {
  width: 100%;
    height: auto;
}


.slide-txt-02 {
  display: block;
    float: right;
    width: 27.4%;
    margin-left: 11.9%;
}

.slide-txt-02 img{
  width: 100%;
    height: auto;
}





/* .sec-message
------------------------------------*/
.sec-message {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1360px;
  margin: 40px auto 125px;
  /*transform: translateY(-35px);*/
}

.sec-message figure {
  position: relative;
  float: right;
  z-index: 1;
  width: calc(100% - 320px);
}

.sec-message .txt-set {
  position: absolute;
  bottom: 6.5%;
  left: 35px;
  z-index: 2;
}


.sec-message figure img {
    width: 100%;
    height: auto;
  }
  .sec-message .txt-set {
    left: 60px;
  }


.sec-message h2 {
  margin-bottom: 25px;
  font-size: 39px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.18em;
  text-indent: -0.1em;
}

.sec-message p {
  margin: 0 0 12px 2px;
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.sec-message .btn-link {
  margin-top: 35px;
}









/* .sec-lead
------------------------------------*/
.sec-lead {
  overflow: hidden;
  box-sizing: border-box;
  width: 1030px;
  margin: 0 auto;
  padding-left: 35px;
}

.sec-lead .title {
  float: left;
}

.sec-lead h1 {
  margin: 0 0 28px 5px;
  font-size: 12px;
  letter-spacing: 0.35em;
}

.sec-lead h2 {
  font-size: 36px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.sec-lead .inner {
  float: left;
  margin: 45px 0 0 85px;
}

.sec-lead .inner p {
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.15em;
}

.sec-lead .inner p:last-of-type {
  margin-bottom: 0;
}

/* .sec-lead-doctor
------------------------------------*/
.sec-lead-doctor {
  width: 1150px;
  margin-bottom: 50px;
}

.sec-lead-doctor h2 {
  font-size: 34px;
  letter-spacing: 0.18em;
}

.sec-lead-doctor .inner {
  margin-left: 65px;
}

.sec-lead-doctor .inner p {
  font-size: 18px;
}







/* .sec-lead-doctor
------------------------------------*/
.sec-lead-doctor h1 {
  display: none;
}

.sec-lead-doctor .inner {
  margin-top: 5px;
}

/* .service-list
------------------------------------*/
.service-list {
  margin-bottom: 105px;
}

.service-list .title-set {
  display: none;
}


/* .img-set-doctor
------------------------------------*/
.img-set-doctor {
  overflow: hidden;
  width: 1158px;
  margin: 0 auto 120px;
  text-align: center;
}

.img-set-doctor img {
  display: block;
}

.img-set-doctor img:nth-of-type(1) {
  width: 1094px;
  margin: 0 auto 78px;
}

.img-set-doctor img:nth-of-type(2),
.img-set-doctor img:nth-of-type(4) {
  width: 24%;
}

.img-set-doctor img:nth-of-type(3) {
  width: 43%;
}

.img-set-doctor img:nth-of-type(2),
.img-set-doctor img:nth-of-type(3),
.img-set-doctor img:nth-of-type(4) {
  float: left;
  margin-right: 50px;
}

.img-set-doctor img:nth-of-type(4) {
  margin-right: 0;
}









.home-slide-pc-wrap {
	background:#f4f4f4;
}

.home-slide-pc-wrap .carousel{
	max-width: 1800px;
	margin:0 auto;
}

/*お知らせアコーディオン
---------------------------------------------------------*/

/* corona
---------------------------------------------------------*/
.home-covid-link {
	display: block;
	width: 60%;
  max-width: 950px;
  padding: 22px 0 20px;
  margin: 0 auto 0 auto;
  border: 1px solid #cec3b5;
  background: #FFF;
  position: relative;
  border-radius: 0;
  position: relative;
  font-size: 17px;
}

.home-covid-link:after{
    color: #bbb;
    box-sizing: border-box;
    content: '\f138';
    display: block;
    font-family: 'dental';
    height: auto;
    padding: 10px 20px;
    position: absolute;
    right: 16px;
    top: 16px;
}





.home-covid-area {
  width: 90%;
  max-width: 950px;
  padding: 30px 0 25px;
  margin: 0 auto 0 auto;
  border: 1px solid rgba(23,88,115,0.30);
  background: #f7f7f7;
  position: relative;
}

.corona-title {
  color: #3e484e;
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  letter-spacing: .1em;
  font-weight: normal;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.home-covid-area{
  padding: 20px 0 20px;
  margin: 0 auto 50px auto;
}
.corona-title {
  font-size: 16px;
  letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

	.home-covid-link {
	display: block;
	width: 100%;
  max-width: 950px;
  padding: 16px 16px 16px 16px;
  margin: 0 auto 0 auto;
  border: 1px solid #cec3b5;
  background: #FFF;
  position: relative;
  font-size: 16px;
}

.home-covid-link:after{
    color: #bbb;
    box-sizing: border-box;
    content: '\f138';
    display: block;
    font-family: 'dental';
    height: auto;
    padding: 10px 10px;
    position: absolute;
    right: 12px;
    top: 7px;
}



.home-covid-area{
  width: 95%;
  padding: 1.7% 0 1.5%;
  margin: 1% auto 1% auto;
}
.corona-title {
  font-size: 15px;
  letter-spacing: .1em;
}
}





.acd-check{
    display: none;
}
.acd-label{
    background: #eee;

    display: block;
    margin-bottom: 1px;
    padding: 16px;
    position: relative;
    margin-top: 10px;
    border-radius: 6px;
}
.acd-label:after{
    background: #999;
    box-sizing: border-box;
     content: '\f13a';
    display: block;
    font-family: 'dental';
    height: auto;
    padding: 16px 20px;
    position: absolute;
    right: 0;
    top: 0px;
    color: #fff;
}
.acd-content{
    border: 1px solid #eee;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 16px;
    transition: .5s;
    visibility: hidden;
    border-radius: 6px;
}
.acd-check:checked + .acd-label:after{
    content: '\e820';
}
.acd-check:checked + .acd-label + .acd-content{
    height:auto;
    opacity: 1;
    padding: 16px 16px 0;
    visibility: visible;
}









/*bnr*/



.bnr-area {

	width: 100%;
	box-sizing: border-box;
	
	
	padding: 35px 8%;
	color: #fff;
	position: relative;
}

.bnr-area dl,
.bnr-area dd {
	margin:0;
}

.bnr-area dt {
	font-size: 120%;
	letter-spacing: .3em;
	line-height: 2.0em;
	margin-bottom: 1.0em;


}


.com_btn1 a {
    display: inline-block;
    text-align: center;
    padding: .8em 2.0em .8em;
    background: #c79e3b;
    border-radius: 50px;
    color: #fff;
    font-size: 90%;
    letter-spacing: .4em;
    line-height: 1.0em;
    position: relative;
}

@media only screen and (max-width: 767px) {
.bnr-area  {

	padding: 6%;
}
.bnr-area dt {
	font-size: 16px;
	letter-spacing: .0em;
	line-height: 1.8em;


	margin-bottom: .5em;
}


.com_btn1 a {
    display: inline-block;
    text-align: center;
    padding: .5em 1.0em .5em;
    background: #c79e3b;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .2em;
    line-height: 1.0em;
    position: relative;
}
}




.bnr-implant {
	background: #f4f4f4 url(../images/yamazaki-psd-assets/bnr-implant.jpg) no-repeat right center;
	background-size: cover;
}

.bnr-invisa {
	background: #f4f4f4 url(../images/yamazaki-psd-assets/bnr-invisa.jpg) no-repeat right center;
	background-size: cover;
}






.home_feature_box {
  margin-bottom: 50px;
}

.home_feature_box .img_bg_box,
.home_feature_box_txt{
  min-height: 450px;
  height: auto;
}

.home_feature_box_txt {
  /*background: #fff;*/
  padding: 60px;
}



.feature-title {
  font-size: 30px;
    letter-spacing: 0.18em;
    line-height: 1.6;
    margin-bottom: 24px;
}


.accent-txt {
  color: #295282;
  font-size: 28px;
  margin-bottom: 22px;
  line-height: 1;
  font-family: 'Lato', sans-serif;
       font-weight: 400;
}

@media screen and (max-width: 576px){
.accent-txt {

  font-size: 14px;
  margin-bottom: 4px;
}
}




@media screen and (max-width: 576px){
.home_feature_box .img_bg_box{
  min-height: 200px;
  height: 200px;
}
.home_feature_box_txt {
  min-height: auto;
  height: auto;
  padding: 30px 40px;
}
}










/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {


}















.home-dr-area {
  background:#fff url(../images/psd/bg1-assets/home-dr-bg1.jpg) right top no-repeat;
  background-size: 1300px auto;
  padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
    z-index: 0;
}

.home-dr-area::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 70%;
    max-width: 1045px;
    height: 100%;
    left: 0;
    top: 0;
    /*-webkit-transform: translateY(-5%);
    transform: translateY(-5%);*/
    background: url(../images/psd/bg1-assets/home-dr-bg2.png) no-repeat left top;
    background-size: contain;
}
@media only screen and (max-width: 767px) {
  .home-dr-area {
     padding-top: 30px;
    padding-bottom: 30px;
  background:#f4f4f4;
  background-size: contain;
}
.home-dr-area::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 70%;
    max-width: 1045px;
    height: 100%;
    left: 0;
    top: 0;
    /*-webkit-transform: translateY(-5%);
    transform: translateY(-5%);*/
    background: none;
    background-size: contain;
}
}





.home-dr-area .dr_img {
  width: 100%;
  max-width: 440px;
  display: -webkit-flex;
  display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  margin-bottom: 60px;
}
.home-dr-area .dr_img div {
  width: 40%;
  max-width: 172px;
  box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
  position: relative;
  z-index: 1;
}
.home-dr-area .dr_img dl {
  width: 60%;
  padding-bottom: 1.0em;
  position: relative;
  z-index: 0;
}
.home-dr-area .dr_img dt,
.home-dr-area .dr_img dd {
  padding-left: 10%;
}
.home-dr-area .dr_img dt {
  font-size: 180%;
  letter-spacing: .15em;
  line-height: 1.2em;
  padding-bottom: .3em;
  margin-bottom: .5em;
  position: relative;
}
.home-dr-area .dr_img dt::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 1px;
  right: 0;
  bottom: 0;
  background: #bca038;
}
.home-dr-area .dr_img dt span {
  font-size: 70%;
  margin-right: .5em;
}
.home-dr-area .dr_img dd {
  font-size: 120%;
  letter-spacing: .25em;
  line-height: 1.2em;
}

@media only screen and (max-width: 767px) {


  .home-dr-area .dr_img {
  width: 100%;
  max-width: 440px;
  display: -webkit-flex;
  display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  margin-bottom: 20px;
}
.home-dr-area .dr_img dt {
  font-size: 150%;
  letter-spacing: .15em;
  line-height: 1.2em;
  padding-bottom: .3em;
  margin-bottom: .5em;
  position: relative;
}
.home-dr-area .dr_img dd {
  font-size: 100%;
  letter-spacing: .05em;
  line-height: 1.2em;
}
}















/*お知らせ
---------------------------------------------------------*/
.blog-link-index {
  border-top: dotted 1px rgba(0,0,0,0.2);
  padding: 0;
  padding-top:8px;
}

.blog-link-index li {
  padding: 1.0em 0;
  border-bottom: dotted 1px rgba(0,0,0,0.2);
  list-style: none;
}
.blog-link-index dl {
  margin-bottom: 0;
}
.blog-link-index li dt {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #999;
  letter-spacing: .1em;
  line-height: 1.2em;
  margin-bottom: .5em;
  font-size: 14px;
  float: left;
  margin-top: 6px;
}
.blog-link-index li dd {
  color: #4c3d40;
  font-size: 110%;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.8em;
  margin-bottom: .5em;
  position: relative;
  padding-left: 8em;
}
.blog-link-index li dd::before {
  font-family: 'dental';
  content: '\f105';
  font-weight: normal;
  position: absolute;
  left: 7em;
  top: 0;
}
.blog-link-index li p {
  color: #666666;
  font-size: 90%;
  letter-spacing: .15em;
  line-height: 1.8em;
  margin-bottom: 0;
}

.blog-link-index .more {
  margin-top: 1.5em;
  text-align: right;
  font-size: 90%;
  letter-spacing: .3em;
  line-height: 1.2em;
}
.blog-link-index .more a {
  color: #1e1200;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.blog-link-index {
  
}

.blog-link-index h2 {
  font-size: 160%;
  letter-spacing: .1em;
  margin-bottom: 0;
}

.blog-link-index li {
  font-size: 90%;
  padding: 1.5em 0;
}

.blog-link-index .more {
  letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.blog-link-index {
  
}
.blog-link-index .w1240 {
  display: block;
}
.blog-link-index .w1240 > div {
  width: 100%;
  max-width: 100%;
}
.blog-link-index .w1240 .box_l {
  margin-bottom: 10%;
}

.blog-link-index h2 {
  font-size: 140%;
  margin-bottom: 0;
}

.blog-link-index li {
  padding: 1.0em 0;
}

.blog-link-index li dt {
  margin-bottom: .2em;
  font-size: 13px;
}
.blog-link-index li dd {
  letter-spacing: .1em;
  line-height: 1.6em;
  margin-bottom: .2em;
  font-size: 15px;
  padding-left: 7em;
}
.blog-link-index li p {
  letter-spacing: .05em;
  line-height: 1.6em;
}

.blog-link-index .more {
  margin-top: 1.0em;
  letter-spacing: .1em;
}
.blog-link-index li dd::before {
  font-family: 'dental';
  content: '\f105';
  font-weight: normal;
  position: absolute;
  left: 6.3em;
  top: 0;
}
}







.home-news .tableINFO {
  border-top: 1px dotted #CCC;
  width: 100%;
}
.home-news .tableINFO th,
.home-news .tableINFO td {
  padding: 1em 0;
  border-bottom: 1px dotted #CCC;
}
.home-news .tableINFO th {
  width: 95px;
  font-family: 'Roboto', sans-serif;
}

.home-news .tableINFO td {
  padding-right: 8px;
}
.home-news .tableINFO a {
  color: #111;
  text-decoration:none;
  display:block;
  position:relative;
  font-weight: 500;
}
.home-news .tableINFO a:after {
  content: '';
  width: 5px;
  height:5px;
  display:block;
  border-top: 2px solid #E73D2B;
  border-right: 2px solid #E73D2B;
  -ms-transform: translateX(-25%) rotate(45deg);
  -webkit-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
  position:absolute;
  top: 0;
  right:0;
  bottom: 0;
  margin:auto;
}





/*10の安心
---------------------------------------------------------*/
.reason-area {
  position: relative;
  background-image: url(../images/bg/bg_paper.jpg);
  background-size: 250px;
}
.reason-area::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/psd/bg1-assets/reason-bg1.png), url(../images/psd/bg1-assets/reason-bg2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: 370px 2050px, 370px 2050px;
  text-align: center;
}
.reason-area::after {
  content: "";  /* 影 */
  position: absolute;
  z-index: 1;
  z-index: 0;
  width: 100%;
  height: 15px;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  opacity: 0.2;
}
.reason-area .bg {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.reason-area h2 {
  
  margin: auto;
  text-align: center;
}
.reason-area .torikumi {
  padding: 0 3%;
}
.reason-area .item_list {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}
.reason-area .item_list li {
  width: 50%;
  box-sizing: border-box;
  padding: 0 3%;
  margin-bottom: 80px;
}
.reason-area .item_list h3 {
  font-size: 200%;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.reason-area .item_list h3 small {
  font-size: 70%;
}
.reason-area .item_list h3 .num-txt {
  display: block;
  line-height: 1.0em;
  width: 100%;
  max-width: 100px;
  margin: 0px auto 10px;
  position: absolute;
  font-size: 280%;
  font-weight: 700;
  opacity: 0.7;
    color: rgba(255,255,255,0.5) !important;
    /*text-stroke: 1px rgba(0,0,0,0.2) !important;
    -webkit-text-stroke: 1px rgba(0,0,0,0.2) !important;*/
    z-index: -1;
    font-style: normal;
}
.reason-area .item_list h3 .no::after {
  font-family: 'hasegawa';
  content: '\E814';
  position: absolute;
  left: calc(100% + .4em);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 60%;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.0em;
}
.reason-area .item_list h3 .color-txt {
  position: relative;
}
.reason-area .item_list h3 .color-txt::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -8px;
  background-repeat: repeat-x;
  background-position: center bottom;
}
/* IE10 */
@media all and (-ms-high-contrast:none) {
.reason-area .item_list h3 .color-txt::before {
  bottom: 0px;
}
}
/* IE11 */
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, .reason-area .item_list h3 .color-txt::before {
  bottom: 0px;
}
}
.reason-area .item_list li:nth-child(1) h3 .color-txt {color: #f29b91;}
.reason-area .item_list li:nth-child(1) h3 .num-txt {text-stroke: 1px #f29b91; -webkit-text-stroke: 1px #f29b91;}
.reason-area .item_list li:nth-child(1) h3 .no::after {color: #f29b91;}


.reason-area .item_list li:nth-child(2) h3 .color-txt {color: #83c896;}
.reason-area .item_list li:nth-child(2) h3 .num-txt {text-stroke: 1px #83c896; -webkit-text-stroke: 1px #83c896;}
.reason-area .item_list li:nth-child(2) h3 .no::after {color: #83c896;}

.reason-area .item_list li:nth-child(3) h3 .color-txt {color: #faa81f;}
.reason-area .item_list li:nth-child(3) h3 .num-txt {text-stroke: 1px #faa81f; -webkit-text-stroke: 1px #faa81f;}

.reason-area .item_list li:nth-child(3) h3 .no::after {color: #faa81f;}

.reason-area .item_list li:nth-child(4) h3 .color-txt {color: #edcd00;}
.reason-area .item_list li:nth-child(4) h3 .num-txt {text-stroke: 1px #edcd00; -webkit-text-stroke: 1px #edcd00;}

.reason-area .item_list li:nth-child(4) h3 .no::after {color: #edcd00;}

.reason-area .item_list li:nth-child(5) h3 .color-txt {color: #83c896;}
.reason-area .item_list li:nth-child(5) h3 .num-txt {text-stroke: 1px #83c896; -webkit-text-stroke: 1px #83c896;}

.reason-area .item_list li:nth-child(5) h3 .no::after {color: #83c896;}

.reason-area .item_list li:nth-child(6) h3 .color-txt {color: #8883d7;}
.reason-area .item_list li:nth-child(6) h3 .num-txt {text-stroke: 1px #8883d7; -webkit-text-stroke: 1px #8883d7;}

.reason-area .item_list li:nth-child(6) h3 .no::after {color: #8883d7;}

.reason-area .item_list li:nth-child(7) h3 .color-txt {color:#a7c21f;}
.reason-area .item_list li:nth-child(7) h3 .num-txt {text-stroke: 1px#a7c21f; -webkit-text-stroke: 1px#a7c21f;}

.reason-area .item_list li:nth-child(7) h3 .no::after {color:#a7c21f;}

.reason-area .item_list li:nth-child(8) h3 .color-txt {color: #f29b91;}
.reason-area .item_list li:nth-child(8) h3 .num-txt {text-stroke: 1px #f29b91; -webkit-text-stroke: 1px #f29b91;}

.reason-area .item_list li:nth-child(8) h3 .no::after {color: #f29b91;}

.reason-area .item_list li:nth-child(9) h3 .color-txt {color: #FF7F00;}
.reason-area .item_list li:nth-child(9) h3 .num-txt {text-stroke: 1px #FF7F00; -webkit-text-stroke: 1px #FF7F00;}

.reason-area .item_list li:nth-child(9) h3 .no::after {color: #FF7F00;}

.reason-area .item_list li:nth-child(10) h3 .color-txt {color: #923582;}
.reason-area .item_list li:nth-child(10) h3 .num-txt {text-stroke: 1px #923582; -webkit-text-stroke: 1px #923582;}

.reason-area .item_list li:nth-child(10) h3 .no::after {color: #923582;}

.reason-area .item_list .txt {
  font-size: 110%;
  letter-spacing: normal;
  line-height: 1.9em;
}
/* 個別設定 */
.reason-area .item_list li:nth-child(3) .img_item {
  margin-top: 2.0em;
}
.reason-area .item_list li:nth-child(9) .txt {
  position: relative;
  z-index: 1;
}
.reason-area .item_list li:nth-child(9) .img_item {
  margin-top: -2.0em;
  position: relative;
  z-index: 0;
}

.reason-area .torikumi {
  font-size: 160%;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.6em;
}

/* 微調整 (1500px以下)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1500px) {
.reason-area .bg {
  background: rgba(255,255,255,0.6);
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.reason-area .bg {
  padding: 8% 0;
  background: rgba(255,255,255,0.8);
}
.reason-area .item_list {
  margin-top: 4%;
}
.reason-area .item_list li {
  margin-bottom: 6%;
}
.reason-area .item_list h3 {
  font-size: 160%;
  margin-bottom: .2em;
}
.reason-area .item_list h3 .num-txt {
  width: 22%;
}
.reason-area .item_list .txt {
  font-size: 100%;
}
.reason-area .item_list .txt br {
  display: none;
}
}

/* スマホ以上
------------------------------------------*/
@media only screen and (min-width: 768px) {
.reason-area .sp_img,
.reason-area .sp_link {
  display: none;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.reason-area::before {
  display: none;
}
.reason-area .bg {
  padding: 10% 0 6%;
  background: none;
}
.reason-area h2 {
  width: 60%;
  padding: 0 3%;
}

.reason-area .item_list {
  margin-top: 3%;
  display: block;

}
.reason-area .item_list li {
  width: 100%;
  padding: 6% 3%;
  margin-bottom: 0;
  border-bottom: solid 1px #ccc;
}
.reason-area .item_list h3 {
  position: relative;
  font-size: 130%;
  line-height: 1.4em;
  text-align: left;
  padding-left: 20%;
  min-height: 2.0em;
  margin-bottom: .4em;
}
.reason-area .item_list h3 small {
  font-size: 70%;
}
.reason-area .item_list h3 .num-txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 17%;
  margin: 0;
  font-size: 250%;
}
.reason-area .item_list h3 .no::after {
  display: none;
}
.reason-area .item_list h3 .color-txt {
  position: relative;
}
.reason-area .item_list h3 .color-txt::before {
  display: none;
}

.reason-area .item_list li > div {
  _zoom: 1;
  overflow: hidden;
}

.reason-area .item_list .txt {
  font-size: 100%;
  line-height: 1.6em;
  text-align: left;
}

.reason-area .item_list .sp_img {
  border-radius: 10%;
  overflow: hidden;
  width: 36%;
  max-width: 179px;
  margin-left: 3%;
  margin-bottom: .5em;
  float: right;
}
.reason-area .item_list .txt br {
  display: none;
}
.reason-area .item_list .img_item {
  display: none;
}

.reason-area .item_list .sp_link {
  display: block;
  margin-top: .5em;
  border: solid 1px #666;
  padding: .6em .6em;
  padding-right: 2.0em;
  border-radius: 3px;
  position: relative;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.4em;
  text-align: left;
}
.reason-area .item_list .sp_link::before {
  font-family: 'hasegawa';
  content: '\e80c';
  position: absolute;
  right: .5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.reason-area .item_list li:nth-child(1) .sp_link {
  background: #FEF0F3;
  color: #f29b91;
  border-color: #f29b91;
}
.reason-area .item_list li:nth-child(2) .sp_link {
  background: #EEF8FA;
  color: #83c896;
  border-color: #83c896;
}
.reason-area .item_list li:nth-child(3) .sp_link {
  background: #F7F9DF;
  color: #faa81f;
  border-color: #faa81f;
}
.reason-area .item_list li:nth-child(4) .sp_link {
  background: url(../images/top/img_yobo_r_sp.jpg) no-repeat right center;
  background-size: auto 100%;
  color: #edcd00;
  border-color: #edcd00;
}
.reason-area .item_list li:nth-child(4) .sp_link dt {
  font-size: 150%;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.2em;
  margin-bottom: .2em;
}
.reason-area .item_list li:nth-child(4) .sp_link dd {
  font-weight: bold;
  color: #444;
}
.reason-area .item_list li:nth-child(5) .sp_link {
  background: #EDEFF4;
  color: #83c896;
  border-color: #83c896;
}
.reason-area .item_list li:nth-child(6) .sp_link {
  background: #FFEFE5;
  color: #f29b91;
  border-color: #f29b91;
}
.reason-area .item_list li:nth-child(7) .sp_link {
  background: #ECF8F8;
  color:#a7c21f;
  border-color:#a7c21f;
}
.reason-area .item_list li:nth-child(8) .sp_link {
  background: #F7F9DF;
  color: #f29b91;
  border-color: #f29b91;
}
.reason-area .item_list li:nth-child(10) .sp_link {
  background: #FEF0F0;
  color: #923582;
  border-color: #923582;
}
.reason-area .item_list li .sp_link strong {
  font-size: 150%;
  font-weight: normal;
  margin-right: .2em;
}
.reason-area .item_list li .sp_link.bnr_item {
  padding: 0;
  border: none;
}

.reason-area .torikumi {
  margin-top: 8%;
  font-size: 120%;
}
}









@media screen and (max-width: 576px){
/* top
---------------------------------------------------------------------------*/

/* .sec-message
------------------------------------*/
.sec-message {
  margin-bottom: 65px;
}

.sec-message figure {
  margin-bottom: 30px;
  padding: 0 0 0 14%;
}

.sec-message figure img {
  width: 100%;
  height: auto;
}

.sec-message .txt-set {
  padding: 0 6.5%;
}

.sec-message h2 {
  margin: -79px 0 15px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
}

.sec-message p {
  margin-bottom: 10px;
  text-align: justify;
}

.sec-message p br {
  display: none;
}

.sec-message .btn-link {
  margin-top: 24px;
}

/* .img-set-doctor
------------------------------------*/
#topContents .img-set-doctor {
  margin-bottom: 15px;
}

/* .sec-lead-doctor
------------------------------------*/
#topContents .sec-lead-doctor h1 {
  display: none;
}

#topContents .sec-lead-doctor h2 {
  padding: 0 1.5%;
  line-height: 1.6;
}

#topContents .sec-lead-doctor .inner {
  margin-top: 18px;
  padding: 0 1.5%;
}

/* .service-list
------------------------------------*/
#topContents .service-list {
  margin-bottom: 60px;
}

#topContents .service-list .title-set {
  display: none;
}

/* .sec-point
------------------------------------*/
.sec-point {
  margin-bottom: 70px;
  padding: 0 6.5%;
}

.sec-point li {
  margin-bottom: 50px;
}

.sec-point li:last-of-type {
  margin-bottom: 0;
}

.sec-point figure {
  margin-bottom: 32px;
}

.sec-point figure img {
  width: 100%;
  height: auto;
}

.sec-point h2 {
  margin-bottom: 20px;
}

.sec-point h2 em {
  display: block;
  margin: 0 0 14px 2px;
  font-size: 11px;
  letter-spacing: 0.14em;
}

.sec-point h2 strong {
  display: block;
  font-size: 21px;
  letter-spacing: 0.06em;
}

.sec-point p {
  text-align: justify;
}

/* .sec-point - media query


/* .sec-map
------------------------------------*/
#topContents .sec-access {
  margin-bottom: 70px;
}

/* .sec-news
------------------------------------*/
.sec-news {
  position: relative;
}

.sec-news > h2 {
  margin: 0 0 25px -1px;
  padding: 0 6.5%;
}

.sec-news > h2 em {
  display: block;
  margin: 0 0 12px 3px;
  font-size: 10px;
  letter-spacing: 0.25em;
}

.sec-news > h2 strong {
  display: block;
  font-size: 22px;
  letter-spacing: 0.1em;
}

.sec-news .btn-index {
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 6.5%;
  border-bottom: 1px solid #295282;
  padding-bottom: 2px;
  font-size: 14px;
}

}
