@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*--------------------------
common
--------------------------*/
html{
  font-size: 62.5%;
}
body {
	font-size:1.8rem;
  font-feature-settings: 'palt';
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
	font-family: 'Noto Sans Japanese';
  text-align: left;
  line-height: 1.7;
}
a{color:#000;}
.w1500{
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
}
.w1600{
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
}
.pt20{
  padding-top: 2em;
}
.c{
    text-align: center;
}
h2{
  line-height: 1.5;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
}
h2 span{
  font-size: 2.4rem;
}
@media screen and (max-width:1100px) {
h2{
  margin-bottom: 1em;
}
}
@media only screen and (max-width: 780px){
body {
	font-size:1.7rem;
}
h2{
  font-size: 2.5rem;
  margin-bottom: 1em;
}
h2 span{
  font-size: 2rem;
}}
/*--------------------------
header
--------------------------*/
h1{
  font-size: 1.2rem;
}
h1 img{
  max-width: 400px;
  padding-bottom: 1em;
}
header{
  margin: 2em auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gNav{
  width: 610px;
  display: flex;
  justify-content: space-between;
  font-size: 2.1rem;
  line-height: 1;
}
.gNav span{
  color: #f0b000;
  font-size: 1.4rem;
}
.gNav li a{
  display: block;
  padding: 1em 0.4em;
  margin: 1em 0 0.5em;
  border: 2px solid #fff;
  transition: 1s;
}

.gNav li a:hover{
  border: 2px solid #f0b000;
}
@media screen and (max-width:1100px) {
h1{
  max-width: 90%;
  margin: auto;
}
h1 img{
  width: 350px;
  max-width: 90%;
  display: block;
  margin: auto;
}
nav,.gNav{
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.gNav li a{
  display: block;
  padding: 1em 0.5em;
  margin: 0 0 0.5em;
}
}
@media screen and (max-width:680px) {
.gNav{
  font-size: 1.4rem;
}
.gNav span{
  display: none;
}
}
@media screen and (max-width:374px) {
nav,.gNav{
  flex-wrap: wrap;
}
.gNav li{
width: 50%;
}
.gNav li a{
  padding: 0.5em;
  margin: 0 ;
}


}
/*--------------------------
yellowSec
--------------------------*/
.yellow{
/*  background: #f4e621; */
/*  padding: 2em 0; */
}
.mainImg{
/*  width: 1800px; */
/*  max-width: 95%; */
/*  margin: auto auto 50px;*/
    margin: auto auto;
}
.mainImg img{
  width: 100%;
  height: auto;
}
.dentistrySec{
  display: flex;
  justify-content: center;
  margin: 4em auto;
}
.dentistrySec a{
    margin: 0 30px;
}
.dentistrySec h3{
    text-align: center;
    font-size: 24px;
    padding: 20px 0px;
    width:300px;
    color: #fff;
    background-color: #F4AB3C;
    border-radius: 30px;
    position: relative;
}
.dentistrySec .welcome2{
    background-color: #47C2D1;
}
.welcome1::after{
    content:"";
    background-image: url("../img/arrow1.png");
    width:25px;
    height: 30px;
    background-size: contain;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-repeat: no-repeat;
}
.welcome2::after{
    content:"";
    background-image: url("../img/arrow2.png");
    width:25px;
    height: 30px;
    background-size: contain;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-repeat: no-repeat;
}
.welcome1:hover,.welcome2:hover{
    opacity: 0.5;
}
.dentistrySec span{
    color: #FFFF00; 
}
.dentistryText h2{
  margin: 2em 0 ;
  text-align: left;
}
.dentistryText h2 img{
  max-width: 100%;
}
.dentistryImg img{
  width: 100%;
}
@media screen and (max-width:1250px) {
.dentistryText  br{
  display: none;
}
.dentistryText{
  width: 50%;
}
.dentistryImg{
  width: 50%;
}
}
@media screen and (max-width:1100px) {
.dentistrySec{
  margin: 2em auto;
}
.dentistryText h2{
  margin: 1em auto;
}
}
@media screen and (max-width:768px) {
.dentistrySec{
  flex-wrap: wrap;
}
.dentistryText{
  width: 100%;
}
.dentistryImg{
  width: 100%;
  max-width: 450px;
  margin: 1em auto 0;
}
}
@media screen and (max-width:480px) {
.welcome img{
    width:90%;
}
    .welcome1{
        margin-bottom: 30px;
    }
.welcome1::after{
    content:none;
    background-image: url("../img/arrow1.png");
    width:25px;
    height: 30px;
    background-size: contain;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-repeat: no-repeat;
}
.welcome2::after{
    content:none;
    background-image: url("../img/arrow2.png");
    width:25px;
    height: 30px;
    background-size: contain;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-repeat: no-repeat;
}
}
/*--------------------------
lightOrangeSec
--------------------------*/
.lightOrangeSec{
    background-image: url("../img/staff_bg.jpg");
  padding: 4em 0;
    background-size: cover;
}
.lightOrangeSec span{
    color:#FFDE00;
}
.questionCont{
  color: #fff;
}
.question{
  display: flex;
  justify-content: space-around;
  margin-bottom: 2em;
  flex-wrap: wrap;
}
.question li{
  width: 45%;
}
.question li img{
  width: 100%;
}
.lightOrangeSec h2{
    background-color: #F4AB3C;
    padding: 30px;
    width:500px;
    margin: 0 auto;
    border-radius: 20px;
}
@media screen and (max-width:480px) {
.lightOrangeSec{
    background-image: url("../img/staff_bg.jpg");
    padding: 4em 0;
    background-size: cover;
    background-position: center;
}
    .lightOrangeSec h2 {
    background-color: #F4AB3C;
    padding: 30px;
    width: auto;
    margin: 0 auto;
    border-radius: 20px;
}
}
/*--------------------------
OrangeSec
--------------------------*/
.orangeSec{
  background: #5BB5C9;
  padding: 4em 0;
  color: #fff;
}
.blogList{
  width: 95%;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.blogList a{
  color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.blogList dt{
  width: 10%;
  min-width: 150px;
}
.blogList dd{
  width: auto;
  width: 84%;
  margin-left: 2%;
}
.orangeSec .btn{
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-top: 2em;
}
.orangeSec .btn a{
  background: #fff;
  border:2px solid #fff;
  color: #5BB5C9;
  padding: 0.5em 1em;
  margin: 2em 2em 0 auto;
  transition: 0.5s;
}
.orangeSec .btn a:hover{
  background: #5BB5C9;
  color: #fff;
}
@media screen and (max-width:1250px) {
.blogList{
  width: 95%;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.blogList dt{
  width: 20%;
}
.blogList dd{
  width: 74%;
}
}
@media screen and (max-width:768px) {
.blogList dt{
  width: 100%;
}
.blogList dd{
  width: 100%;
  margin: 0 auto 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #fff;
}
}
/*--------------------------
lightBlueSec
--------------------------*/
.lightBlueSec{
  background-image:url(../img/hygienist_bg.png) ;
  background-size: cover;
  padding: 4em 0 4em;
}
.lightBlueSec h2{
    color: #F1950A;
}
.lightBlueSec h2 img{
  width: 100%;
  margin-bottom: 0;
}
.lightBlueSec h3 img{
  display: block;
  max-width: 350px;
  margin: 4em auto;
}
.hygienist_img img{
    width:100%;
}
.list_right{
    background-color: #fff;
    padding-bottom: 20px;
}
.list_right h3{
    background-color: #F4AB3C;
    color: #fff;
    padding: 5px 30px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    margin-top: 36px;
}
.list_right h4{
    color: #F4AB3C;
    margin: 5px 30px;
    font-size: 2rem;
}
.list_right p span{
    display: inline-block;
    padding: 5px 10px;
    background-color: #F4AB3C;
    color: #fff;
}
.list_right p{
    margin: 5px 30px;
    font-size: 1.6rem;
}
.list_right .border_bottom{
    display: inline-block;
    border-bottom: solid 1px #000;
    padding-bottom: 5px;
    font-size: 1.8rem;
}
.list_right h4 span{
    font-size: 1.6rem;
}
.meritList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.rabbit_img{
    margin-top: 50px;
}
.rabbit_img img{
    width:100%;
}
.meritList li{
  width: 350px;
  max-width: 100%;
  height: 310px;
  padding:  1.5%;
  margin: 0 0.5em 1.5em;
}
.greenSec .meritList li:nth-child(1){
  background: url(../img/list1_2.png) no-repeat center top;
  background-size: 100%;
  position: relative;
    
}
.greenSec .meritList li:nth-child(1):after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 70px;
  background:  url("../img/ico01_2.png") no-repeat bottom;
  background-size: 120px;
  position: absolute;
  left: -1.5%;
  bottom: 20px;
}
.greenSec .meritList li:nth-child(2){
  background: url(../img/list2_2.png) no-repeat center top;
  background-size: 100%;
  position: relative;

}
.greenSec .meritList li:nth-child(2):after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 70px;
  background:  url(../img/ico02_2.png) no-repeat bottom;
  background-size: 70px;
  position: absolute;
  left: -1.5%;
  bottom: 20px;
}
.greenSec .meritList li:nth-child(3){
  background: url(../img/list3_2.png) no-repeat center top;
  background-size: 100%; 

}
.greenSec .meritList li:nth-child(4){
  background: url(../img/list4_2.png) no-repeat center top;
  background-size: 100%;
  position: relative;

}
.greenSec .meritList li:nth-child(4):after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 70px;
  background:  url("../img/ico04_2.png") no-repeat bottom;
  background-size: 70px;
  position: absolute;
  left: -1.5%;
  bottom: 20px;
}
.greenSec .meritList li:nth-child(5){
  background: url(../img/list5_2.png) no-repeat center top;
  background-size: 100%; 

}
.greenSec .meritList li:nth-child(6){
  background: url(../img/list6_2.png) no-repeat center top;
  background-size: 100%; 

}
.greenSec .meritList li:nth-child(7){
  background: url(../img/list7_2.png) no-repeat center top;
  background-size: 100%;
  position: relative;

}
.greenSec .meritList li:nth-child(7):after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 70px;
  background:  url(../img/ico07.png) no-repeat bottom;
  background-size: 82px;
  position: absolute;
  left: -1.5%;
  bottom: 20px;
}
.greenSec .meritList li:nth-child(8){
  background: url(../img/list8_2.png) no-repeat center top;
  background-size: 100%; 
}
.greenSec .meritList li:nth-child(9){
  background: url(../img/list9_2.png) no-repeat center top;
  background-size: 100%;
  position: relative;
}
.greenSec .meritList li:nth-child(9):after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 70px;
  background:  url("../img/ico09_2.png") no-repeat bottom;
  background-size: 62px;
  position: absolute;
  left: -1.5%;
  bottom: 20px;
}
.greenSec .meritList li:nth-child(10){
  background: url(../img/list10_2.png) no-repeat center top;
  background-size: 100%;
  position: relative;
}
.greenSec .meritList li:nth-child(10):after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 61px;
  background:  url(../img/ico10.png) no-repeat bottom;
  background-size: 93px;
  position: absolute;
  left: -1.5%;
  bottom: 20px;
}
.greenSec .meritList li:nth-child(11){
  background: url(../img/list11_2.png) no-repeat center top;
  background-size: 100%;
  position: relative;
}
.greenSec .meritList li:nth-child(11):after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 90px;
  background:  url(../img/ico11.png) no-repeat bottom;
  background-size: 204px;
  position: absolute;
  left: -1.5%;
  bottom: 20px;
}
.greenSec .meritList li:nth-child(12){
  background: url(../img/list12_2.png) no-repeat center top;
  background-size: 100%; 
  position: relative;
}
.greenSec .meritList li:nth-child(12):after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 70px;
  background:  url(../img/ico12.png) no-repeat bottom;
  background-size: 104px;
  position: absolute;
  left: -1.5%;
  bottom: 20px;
}
.meritList li:nth-child(13){
  background: url(../img/list13_2.png) no-repeat center top;
  background-size: 100%; 
  position: relative;
}

.meritList h4{
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #7ac4db;
  margin: 0 0 0.5em;
}
.meritList p{
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: justify;
}
.meritList li:nth-child(14),
.meritList li:nth-child(15),
.meritList li:nth-child(16){
  background: none;
}
@media screen and (max-width:1566px) {
.meritList li:nth-child(14),
.meritList li:nth-child(15),
.meritList li:nth-child(16){
  display: none;
}
}
@media screen and (max-width:1180px) {
.meritList li:nth-child(14){
  display: block;
}
}
@media screen and (max-width:791px) {
.meritList li:nth-child(14){
  display: none;
}

}
/*--------------------------
lightGreenSec
--------------------------*/
.lightGreenSec{
  background: #ceffa1 url("../img/doctor_bg.png") ;
  background-size: cover;
  padding: 4em 0;
}
.lightGreenSec .w1500{
}
.lightGreenSec h2{
  color: #47C2D1;
  margin-bottom: 1em;
}
.lightGreenSec h2 span{
  color: #47C2D1;
}
.lightGreenSec h3{
    text-align: center;
}
.doctor_salary{
    margin-bottom: 15px;
}
.doctor_salary img{
    width:100%;
}
.doctor_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.doctor_flex li{
    padding: 10px 20px;
    background-color: #fff;
    margin: 10px;
}
.lightGreenSec .doctor_flex h3{
    text-align: left;
    color: #47C2D1;
}
.listCont{
  display: flex;
  flex-wrap: wrap;
}
.list{
  width: 46%;
  margin: 2%;
}

.list h3{
  font-size: 2.1rem;
}
.list dl{
  display: flex;
  flex-wrap: wrap;
}
.list dt{
  width: 25%;
  padding: 10px 0;
  background: #e6e5e2;
  text-align: center;
  border-top: 1px solid #999587;
  border-bottom: 1px solid #999587;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list dd{
  width: 75%;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 10px 2.5%;
  background: #fff;
  border-top: 1px solid #999587;
	border-bottom: 1px solid #999587;
    display: flex;
    align-items: center;
}


@media screen and (max-width:1200px) {
.list h3{
  font-size: 1.8rem;
}
}
@media screen and (max-width:1000px) {
.list{
  width: 98%;
}
.list h3 br{
  display: none;
}
.lightGreenSec .w1500{
  background:none;
}
.doctor_flex li {
    width:100%;
}
}
@media screen and (max-width:480px) {
.doctor_flex li{
    width:100%;
}
}
/*--------------------------
greenSec
--------------------------*/
.greenSec{
  background: #ceffa1 url("../img/doctor_merit_bg.png") ;
  background-size: cover;
  padding: 4em 0;
}
.greenSec h2{
  color: #fff;
}
.greenSec h2 span{
  color: #ffdf00;
}
.greenSec img{
  display: block;
  max-width: 950px;
  margin: 0 auto 4em;
}
/*--------------------------
contctSec
--------------------------*/
.contctSec{
  background-color: royalblue;
  background-size: cover;
  padding: 4em 0;
  text-align: center;
  color: #fff;
}
.contctSec .btn{
  display: inline-block;
  width: 100%;
  margin-top: 2em;
}
.contctSec .btn a{
  background: #fff;
  border:2px solid #fff;
  color: #000;
  padding: 0.5em 1em;
  margin: 0 auto;
  transition: 0.5s;
}
.contctSec .btn a:hover{
  background: none;
  border:2px solid #fff;
  color: #fff;
}
/*--------------------------
pinkSec
--------------------------*/
.pinkSec{
  background:url("../img/staff_merit_bg.png") repeat ;
  padding: 0 0 4em;
  background-size: cover;
}
.pinkSec h2 img{
  width: 100%;
  margin-bottom: 0;
}
.pinkSec h3 img{
  display: block;
  max-width: 350px;
  margin: 0 auto 4em;
    padding-top: 4em;
}
.pinkSec .meritList h4 {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    color: #F4AB3C;
    margin: 0 0 0.5em;
}
.pinkSec .meritList li:nth-child(1){
  background: url(../img/list1.png) no-repeat center top;
  background-size: 100%;
  position: relative;
}
.pinkSec .meritList li:nth-child(2){
  background: url(../img/list2.png) no-repeat center top;
  background-size: 100%;
  position: relative;
}
.pinkSec .meritList li:nth-child(3){
  background: url(../img/list3.png) no-repeat center top;
  background-size: 100%;
  position: relative;
}
.pinkSec .meritList li:nth-child(4){
  background: url("../img/list4.png") no-repeat center top;
  background-size: 100%;
  position: relative;
}
.pinkSec .meritList li:nth-child(5){
  background: url(../img/list5.png) no-repeat center top;
  background-size: 100%;
  position: relative;
}
.pinkSec .meritList li:nth-child(1):after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 70px;
  background:  url(../img/ico01.png) no-repeat bottom;
  background-size: 62px;
  position: absolute;
  left: -1.5%;
  bottom: 20px;
}
.pinkSec .meritList li:nth-child(2):after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 70px;
  background:  url(../img/ico02.png) no-repeat bottom;
  background-size: 62px;
  position: absolute;
  left: -1.5%;
  bottom: 20px;
}
.pinkSec .meritList li:nth-child(4):after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 70px;
  background:  url(../img/ico04.png) no-repeat bottom;
  background-size: 62px;
  position: absolute;
  left: -1.5%;
  bottom: 20px;
}
.pinkSec .meritList li:nth-child(5):after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 70px;
  background:  url(../img/ico05.png) no-repeat bottom;
  background-size: 62px;
  position: absolute;
  left: -1.5%;
  bottom: 20px;
}
.pinkSec .meritList li:nth-child(6){
  background: url(../img/list6.png) no-repeat center top;
  background-size: 100%;
  position: relative;
}
.pinkSec .meritList li:nth-child(6):after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 61px;
  background:  url(../img/ico06.png) no-repeat bottom;
  background-size: 93px;
  position: absolute;
  left: -1.5%;
  bottom: 20px;
}
.pinkSec .meritList li:nth-child(7){
  background: url(../img/list7.png) no-repeat center top;
  background-size: 100%;
  position: relative;
}
.pinkSec .meritList li:nth-child(7):after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 90px;
  background:  url(../img/ico11.png) no-repeat bottom;
  background-size: 204px;
  position: absolute;
  left: -1.5%;
  bottom: 20px;
}
.pinkSec .meritList li:nth-child(8){
  background: url(../img/list8.png) no-repeat center top;
  background-size: 100%;
  position: relative;
}
.pinkSec .meritList li:nth-child(9){
  background: url(../img/list9.png) no-repeat center top;
  background-size: 100%;
  position: relative;
}
.pinkSec .meritList li:nth-child(9):after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 70px;
  background:  url(../img/ico09.png) no-repeat bottom;
  background-size: 104px;
  position: absolute;
  left: -1.5%;
  bottom: 20px;
}
.pinkSec .meritList li:nth-child(10),
.pinkSec .meritList li:nth-child(11),
.pinkSec .meritList li:nth-child(12){
  background: none;
}
@media screen and (max-width:1566px) {
.pinkSec .meritList li:nth-child(10),
.pinkSec .meritList li:nth-child(11),
.pinkSec .meritList li:nth-child(12){
  display: none;
}
}
@media screen and (max-width:1180px) {
.pinkSec .meritList li:nth-child(10){
  display: block;
}
}
@media screen and (max-width:791px) {
.pinkSec .meritList li:nth-child(10){
  display: none;
}
}
/*--------------------------
greenSec2
--------------------------*/
.greenSec2{
  background: #f4cc9e url("../img/doctor_bg2.png") ;
  background-size: cover;
  padding: 4em 0;
}
.greenSec2 h2{
    color:#52B699;
}
@media screen and (max-width:480px) {
    .greenSec2 img{
        width:100%;
    }
}

/*--------------------------
lightOrangeSec2
--------------------------*/
.lightOrangeSec2{
  background: #f4cc9e url(../img/bg.png) ;
  background-size: contain;
  padding: 4em 0;
}
.lightOrangeSec2 .w1500{
  background: url(../img/rabbit02.png) no-repeat bottom right;
  background-size: 650px;
}
.lightOrangeSec2 h2{
  color: #39ad4a;
}
.lightOrangeSec2 h2 span{
  color: #fff;
}
@media screen and (max-width:1430px) {
.lightOrangeSec2 .w1500{
  background: url(../img/rabbit02.png) no-repeat bottom right;
  background-size: 450px;
}
}
@media screen and (max-width:1000px) {
.lightOrangeSec2 .w1500{
  background:none;
}
}
/*--------------------------
orangeSec2
--------------------------*/
.orangeSec2{
  background-image: url("../img/staff_bg2.png");
    background-size: cover;
  padding: 4em 0 4em;
}
.orangeSec2 .staff_flex{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.staff_flex img{
    width:100%;
}
.orangeSec2 h2{
  color: #EC73A8;
}
.orangeSec2 h2 span{
  color: #EC73A8;
}
.orangeSec2 img{
  display: block;
  width: 100%;
  margin: auto;
}
.orangeSec2 .voice01 img{
}
.orangeSec2 .voice03 img{
}
.orangeSec2 .voice02 img{
}
.orangeSec2 .voice02 img,
.orangeSec2 .voice03 img{
}
@media screen and (max-width:1550px) {
.orangeSec2 .voice01 img{
/*  margin-top: -1em;*/
}
.orangeSec2 .voice02 img,
.orangeSec2 .voice03 img{
 /* margin-top: -6em;*/
}
}
@media screen and (max-width:1100px) {
.orangeSec2{
overflow: hidden;
}
.orangeSec2 img{
  width: 80%;
    margin-bottom: 30px;
}
.orangeSec2 .voice02 img,
.orangeSec2 .voice03 img{
/*  margin-top: -2em;*/
}
}
@media screen and (max-width:850px) {
.orangeSec2 img{
  width: 100%;
}
.orangeSec2 .voice02 img{
/*  margin: 0 auto 0 -2em; */
}
}
@media screen and (max-width:480px) {
    
.orangeSec2 .voice01 img,
.orangeSec2 .voice02 img,
.orangeSec2 .voice03 img{
/*  margin: 0 -2em 0 auto;*/
    margin-bottom: 30px;
}
}
/*--------------------------
lightOrangeSec3
--------------------------*/
.lightOrangeSec3{
  background-image: url("../img/doctor_bg.jpg");
    background-size: cover;
  padding: 4em 0 4em;
}
.lightOrangeSec3 h2 {
    background-color: #47C2D1;
    padding: 30px;
    width: 500px;
    margin: 0 auto;
    border-radius: 20px;
}
.lightOrangeSec3 span {
    color: #FFDE00;
}
@media screen and (max-width:480px) {
.lightOrangeSec3 h2 {
    width: auto;
}
}
/*--------------------------
purpleSec
--------------------------*/
.purpleSec{
  background-color: #FFFF00;
  padding: 4em 0;
  text-align: center;
}
.purpleSec h2{
  color: #000;
  margin-bottom: 1em;
  letter-spacing: 5px;
}
.entryCatch{
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 3em;
  line-height: 1.5;
}
.tel a img{
  width: 100%;
  max-width: 570px;
}
@media screen and (max-width:1100px) {
.entryCatch{
  font-size: 2.6rem;
  margin-bottom: 1em;
}
}
@media only screen and (max-width: 780px){
.purpleSec h2{
  letter-spacing: 2px;
}
}
/*--------------------------
footer
--------------------------*/
footer{
  margin:1em 0;
  text-align: center;
}
footer img{
  display: block;
  margin: auto;
  width: 95%;
  max-width: 500px;
}
@media only screen and (max-width: 767px){
footer img{
  padding-right: 80px;
}

}
/*--------------------------
form
--------------------------*/
.form{
  padding:5em 0 0;
}
.form table{
  max-width:800px;
	width: 90%;
	text-align: left;
  margin: 0 auto;
}
.form table th, .form table td{
  margin-bottom:0.5em;
	padding: 0.2em 0.5em;
	vertical-align: center;
	text-align: left;
}
input,
textarea{
  line-height:1.5;
  max-width:800px;
  margin:0.5em auto 0.5em 0;
  padding:0.5em 1em;
  font-size: 100%;
  border:1px solid #8B2787;
  background:#fff;
}
.form table th {
	width: 25%;
  font-weight:bold;
}
.form table td.submit {
	border: 0;
	text-align: center;
}
.form input[type="submit"]{
  line-height:1em;
  margin:2em 0.5em 0;
  padding:1em 4em;
  background:#fff;
  color: #000;
  transition: 0.5s;
  }
.form input[type="submit"]:hover{
  background:#000;
  color: #fff;
  }
@media only screen and (max-width: 620px){
.form table th {
	width: 30%;
}
.form table td {
	width: 70%;
}
}
/*--------------------------
pagetop
--------------------------*/
#PageTopBtn {
    position: fixed; 
    bottom: -10px; 
    right: 15px; 
}
#PageTopBtn a img{
    width: 100px; 
    height: auto; 
    padding: 24px 0; 
}
@media only screen and (max-width: 767px){
#PageTopBtn a img {
    width: 70px;
    padding: 17px 0;
}
}
/*--------------------------
blog
--------------------------*/
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }
.blog-mainImg img{
  width: 100%;
  height: auto;
}
.sortBtn{
  display: flex;
/*  width: 700px;*/
  max-width: 100%;
  justify-content: space-around;
  margin: 2em ;
}
.sortBtn li a{
  font-size: 2.1rem;
  background: #f8ad3b;
  color: #fff;
  display: flex;
  width: 215px;
  height: 96px;
  padding: 10px 15px;
 align-items: center;
  justify-content: center;
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
    border-radius: 10px;
}
.underBlogList li{
  padding: 3em;
  text-align: justify;
  border-bottom: solid 1px #ddd;
}
.underBlogList li:first-child{
  border-top: solid 1px #ddd;
}
.underBlogListCont{
  display: flex;
  justify-content: space-between;
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
}
.blog-text{
  margin-right: 1em;
}
.underBlogList h2{
  text-align: left;
  color: #f4901e;
}
.orange-line{
  border-left: 8px solid #f8ad3b;
  padding-left: 1em;
}
@media only screen and (max-width: 1350px){
.underBlogList h2{
  font-size: 2.5rem;
}
}
@media only screen and (max-width: 920px){
.underBlogListCont{
  flex-wrap: wrap;
}
.underBlogListCont{
  flex-wrap: wrap;
}
.underBlogList li{
  padding: 1.5em 1em;
}
.blog-text{
  margin-right: 0;
}
.blog-thumb{
  margin-top: 2em;
  max-width: 100%;
}
.blog-thumb img{
  max-width: 100%;
}
}
@media only screen and (max-width: 1100px){
    .sortBtn li a{
        width:160px;
    }   
    
    
}
@media only screen and (max-width: 800px){
.sortBtn{
  width: 100%;
  flex-wrap: wrap;
  margin: 2em 0;
}
.sortBtn li{
  padding: 0.5em 0 0;
  width: 18%;
}
.sortBtn li a{
  font-size: 14px;
  width: 100%;
  height: 60px;
  padding: 0;
  line-height: 1.5;
}
}
/*--------------------------
blogArticle
--------------------------*/
.blogArticle{
  font-family: "M PLUS Rounded 1c";
  /*font-weight: bold;*/
}
.blogArticle .day{
  font-size: 2.1rem;
  text-align: center;
  margin: 4em 0 0;
}
.blogArticle h2{
  color: #f4901e;
  font-weight: bold;
  border-bottom: #f8ad3b 6px solid;
  margin-bottom: 3em;
  padding-bottom: 1em;
}
.blogMainImg img{
  width: 854px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.blogArticleText{
  width: 854px;
  max-width: 100%;
  margin: 1em auto;
/*  min-height: 25em;　*/
}
.returnBtn{
  text-align: right;
  margin: 10em 0 5em;
}
.returnBtn a{
  font-size: 3rem;
  background: #f8ad3b;
  color: #fff;
  padding: 1em 2em;
}
@media screen and (max-width:1100px) {
.blogArticle .day{
  margin: 2em 0 0;
}
.blogArticle h2{
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.blogArticleText{
  min-height: auto;
}
.returnBtn{
  margin: 5em 0 5em;
}
.returnBtn a{
  font-size: 2rem;
}
}

/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1500ms;
    }

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }


.textBox {
position: relative;
font-weight: bold;
padding: 10px 20px;
border-radius: 5px;
}


.list .textBox{
    width: 75%;
	font-weight: bold;
    font-size: 2rem;
    line-height: 3;
    background: beige;
	color: forestgreen;
	padding: 10px;
}


.list .textBox1{
    width: 75%;
	font-weight: bold;
    font-size: 2rem;
    line-height: 3;
    background: beige;
	color: indianred;
	padding: 10px;
}


.soushikyu1{
font-size: 20px;
font-weight: bold;
margin-top: -10px;
}


.soushikyu-color1{
color: forestgreen;
}

.soushikyu-color2{
color: indianred;
}

/* トップページブログ一覧 */
.blog-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.blog-area li{
    flex-basis: 30%;
    margin: 15px 0;
}
.blog-area li img{
    width:100%;
    height:280px;
    object-fit: contain;
}
.blog-area li span{
    display: block;
    font-size:80%;
}
@media only screen and (max-width: 620px){
    .blog-area li{
        flex-basis: 100%;
    }   
    
}

/* ブログ一覧編集 */
.bloglist{
    align-items: center;
}
.bloglist p{
    font-size: 24px;
    font-family:"M PLUS Rounded 1c";
}
.bloglist div p{
    font-size:16px;
    font-weight: normal;
}
.bloglist div{
    font-size: 18px;
    position: absolute;
    bottom:10px;
    right: 10px;
}
.bloglist img{
    width:170px;
    height:170px;
    float:left;
    object-fit: cover;
    margin-right: 100px;
}

.bloglist li{
    height:192px;
    padding: 10px;
    position: relative;
    border-bottom: solid 1px #ccc;
}
.bloglist li:first-child{
    border-top:solid 1px #ccc;
}
.banner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.banner li{
    flex-basis: 25%;
    margin: 10px;
}
.banner li img{
    width:100%;

}
.banner-area li a{
    font-size:18px;
}
.bloglist .blog-category{
    padding: 5px 10px;
    background-color: #ffc280;
    color:#fff;
    border-radius: 5px;
}
.sortBtn li img{
    width:100%;
}
.sp{
    display: none;
}

@media only screen and (max-width: 830px){
    .bloglist img{
        margin-right: 30px;
    }   
    
}
@media only screen and (max-width: 620px){
.bloglist img{
    width:85px;
    height:85px;
     margin-right: 10px;
    }
.bloglist li{
    height:104px;
    margin: 0 10px;
    padding: 9px 0 30px;
    position: relative;
    
}
    .bloglist p{
        font-size: 18px;
        margin-left: 80px;
        line-height: 1.5;
    }
    .bloglist div{
        font-size: 12px;
        position: absolute;
        bottom:10px;
        right: 10px;
    }
    .bloglist div p{
        font-size: 12px;
    }
    .banner li{
    flex-basis:95%;
    margin: 10px 0;
}
    .banner-area li{
    flex-basis: 80%;
}
    .pc{
        display: none;
    }
    .sp{display: block;}
}

.nextPrev ul{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.nextPrev ul li{
    display: inline-block;
}