@charset "UTF-8";

body{
    background-color: #DCDDDD;
}


/*-------ヘッダ------------*/
.page-header{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px 0px 50px 80px;
}

.page-header{
    display: flex;
}



.top-img{
    width: 1200px;
    display: flex;
    margin:0 auto;
}




.logo{
    width: 180px;
    margin-right: 40px;
}

.nav-shikaku{
    color: #13AE67;
}


nav{
    display: flex;
}

nav ul{
    margin-right: 20px;
     font-family: 'Courier New', Courier, monospace;
     color: #595757;
}

nav ul a:hover{
    color: #dddddd;
}

.page-header{
    display: flex;
}

.eng{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}





/*--------------メイン------------*/

main{
    background-color: #fff;
    width: 1200px;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 60px;
}








/*-----------------一段目-------------------------*/


.item{
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 1000px; 
}

.item-box{
   background-color: #13AE67;
   width: 90px;
   height: 90px;
   display:flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   margin-right: 30px;
   line-height: 1.7;
   font-weight: bold;
   font-family: 'Courier New', Courier, monospace;
   font-size: 20px;
   letter-spacing: 10px;
   padding-left: 12px;
}

h3{
    font-size: 19px;
    color: #595757;
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: 3px;
}



/*-----------------各科案内の表-------------------------*/


.menu-back{
    background-color: #E6F1D2;
    width: 1000px;
    margin: 0 auto;
}

.menu-wrap{
    display: flex;
    box-sizing: border-box;
    padding: 20px 10px 20px 120px;
    text-align: left;
    margin: 0 auto;
}


.menu{
    width: 24%;
}

.menu1{
    flex-grow: 1; /*--幅を指定--*/
	position: relative; /*--positionを追加--*/
	line-height: 1.7;
    width: 24%;
  
}

/*ここで線を引いている*/
.menu::before {
    content:"";
    display:inline-block;
    width: 2px;
    height: 100px;
    background-color:  #13AE67;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
}

/*ここでメニューの背景指定*/
.menu-wrap .menu {
	flex-grow: 1; /*--幅を指定--*/
	position: relative; /*--positionを追加--*/
	line-height: 1.7;
}


.title{
    font-weight: bold;
    line-height: 3;
    color: #13AE67;
    font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
}

.shikaku{
    color: #13AE67;
    font-size: 5px;
    position: relative;
    top:-2px;
}



.menu1 li{
    line-height: 2;
    color: #595757;
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
}
.menu  li{
    line-height: 2;
    color: #595757;
    font-family: 'Courier New', Courier, monospace;
    font-size: 16px;
}

/*--------------- 各科 -----------------*/


/*---------------各科の見出し-----------*/
.midashi{
 
    width: 20px;
}

.midashi-wrap{
    display: flex;
    width: 1000px;
    margin: auto;
    margin-top: 100px;
    align-items: center;
    border-bottom: 1px solid #13AE67;
    padding-bottom: 20px;
}

.midashi{
    margin-right: 20px;
}

h2{/*------------各科のタイトル-----------*/
    margin-right: 20px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #13AE67;
    font-family: 'Courier New', Courier, monospace;
}

h4{/*------------各科のコピー-----------*/
    font-size: 18px;
    color: #595757;
    font-family: 'Courier New', Courier, monospace;
}



/*------------医師の紹介-----------*/

.kakuka-wrap{
    display: flex;
    width: 1000px;
    margin: auto;
}

.dr-img{/*---医師の写真---*/
    width: 120px;
}

.dr-name{/*---医師の名前---*/
   margin-bottom: 20px;
   color: #595757;
   font-size: 20px;
   letter-spacing: 5px;
   position: relative;
   margin-right: 30px;
   font-family: 'Courier New', Courier, monospace;
}

.dr-title{/*---医師の肩書き---*/
    font-size: 14px;
    letter-spacing: 10px;
    font-family: 'Courier New', Courier, monospace;
}

.certification{/*---医師の資格---*/
    border-top:solid 1px #13AE67;
    padding-top: 15px;
    line-height: 1.7;
    font-size: 16px;
    color: #595757;
    letter-spacing: 1px;
    font-family: 'Courier New', Courier, monospace;
}


.kakuka-wrap{
    margin-top: 40px;
}

.kakuka{
    display:flex;
}


.kakuka-intro{
    margin-top: 10px;
    margin-left: 30px;
}

/*------------医師の紹介ここまで-----------*/



/*------------非常医師の紹介--------*/

.part-time{
    display: flex;
    margin: 40px auto;
    margin-bottom: 20px;
    align-items: center;
    width: 1000px;
    color: #13AE67;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}
 

.part-time:after {/*---非常勤医師の横の線----*/
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #13AE67;
}
 
 
.part-time:after {/*---非常勤医師の線----*/
    margin-left: 1rem;
}

.part-time-wrap{
    width: 1000px;
    margin: 10px auto;
    display: flex;
}

.part-time-dr-name{/*---非常勤医師の名前----*/
    margin-bottom: 20px;
    color: #595757;
    font-size: 20px;
    letter-spacing: 5px;
    position: relative;
    margin-right: 30px;
    font-family: 'Courier New', Courier, monospace;
}

.certification-part-time{/*---非常勤医師の資格----*/
    line-height: 1.7;
    font-size: 16px;
    color: #595757;
    letter-spacing: 1px;
    font-family: 'Courier New', Courier, monospace;

}


.part-time-dr-name:after {/*---非常勤医師の縦の線----*/
    margin: 0 1rem;
    content: "";
    width: 4px;
    height: 100%;
    background-color: #13AE67;
    position: absolute;
    left: 100%;
  }

/*------------非常医師の紹介ここまで--------*/

h5{
    font-size: 15px;
    width: 1000px;
    margin: auto;
    line-height: 1.7;
    color: #595757;
    margin-top: 20px;
    font-family: 'Courier New', Courier, monospace;
}

/*--------------フッター---------------------------*/
#footer{
    background: linear-gradient(90deg, #a2e29b,#4db1ec);
    width: 1200px;
    margin: 0 auto;
    height: 80px;
}

.bottom{
    width: 100%;
    height: 100px;
}



/*
モバイル版
========================================================= */
@media (max-width: 700px){

/*--------ヘッダ----------*/
.logo{
    width: 40%;
}

.top-img{
    width: 100%;
}

.page-header{
    width: 100%;
    display: block;
    float: left;
     padding: 30px 30px 20px 20px;    
}

.page-header nav{
    margin-top: 30px;
    width: 100%;
}

.page-header nav ul {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

nav ul{
    margin-right: 11px;
}




/*--------------メイン------------*/

main{
    width: 100%;
    padding-bottom: 10px;
    padding-top: 30px;
}

/*-----------------一段目-------------------------*/

.item{
    display: flex;
    align-items: left;
    margin-bottom: 30px;
    width: 95%; 
    margin-left: 10px;
    margin-right: 20px;
}

.item-box{
   width: 60px;
   height: 60px;
   display:flex;
   align-items: left;
   margin-right: 10px;
   line-height: 1.7;
   font-size: 10px;
   letter-spacing: 10px;
   padding-left: 10px;
}

h3{
    font-size: 12px;
    width: 90%;/*------文字幅を制限している-------*/
    line-height: 1.7;
    font-weight: bold;
}



/*-----------------各科案内の表-------------------------*/


.menu-back{
    width: 95%;  
}

.menu-wrap{
    display: flex;
    box-sizing: border-box;
    padding: 5px 5px 5px 15px;
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
}


.menu{
    width: 30%;
}

.menu1{
    flex-grow: 1; /*--幅を指定--*/
	position: relative; /*--positionを追加--*/
	line-height: 1.7;
    width: 30%;
  
}

/*ここで線を引いている*/
.menu::before {
    content:"";
    display:inline-block;
    width: 1px;
    height: 100px;
    background-color:  #13AE67;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -9px;
}

.title{
    font-weight: bold;
    line-height: 3;
    color: #13AE67;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
}

.shikaku{
    color: #13AE67;
    font-size: 5px;
    position: relative;
    top:-2px;
}

.menu1 li{
    font-size: 10px;
}
.menu  li{
    font-size: 10px;
}


/*---------------各科の見出し-----------*/
.midashi{
    display: none;
    width: 20px;
}

.midashi-wrap{
    display: block;
    width: 90%;
    margin: auto;
    margin-top: 50px;
    align-items: center;
    border-bottom: 1px solid #13AE67;
    padding-bottom: 20px;
}



.midashi{
    margin-right: 10px;
}

h2{/*------------各科のタイトル-----------*/
    margin-left: 1px;
    margin-right: 5px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #13AE67;
    font-family: 'Courier New', Courier, monospace;
}

h4{/*------------各科のコピー-----------*/
    margin-left: 0px;
    font-size: 14px;
    margin-top: 10px;
    color: #595757;
    font-family: 'Courier New', Courier, monospace;
}



/*------------医師の紹介-----------*/

.kakuka-wrap{
    display: flex;
    width: 90%;
    margin: auto;
}
.kakuka-wrap{
    margin-top: 40px;
}

.dr-img{/*---医師の写真---*/
    width: 40%;
    height: 40%;
}

.dr-name{/*---医師の名前---*/
   margin-bottom: 20px;
   color: #595757;
   font-size: 16px;
   letter-spacing: 3px;
   position: relative;
   margin-right: 30px;
   font-family: 'Courier New', Courier, monospace;
}

.dr-title{/*---医師の肩書き---*/
    font-size: 12px;
    letter-spacing: 2px;
    font-family: 'Courier New', Courier, monospace;
}

.certification{/*---医師の資格---*/
    border-top:solid 1px #13AE67;
    padding-top: 15px;
    line-height: 1.5;
    font-size: 12px;
    color: #595757;
    letter-spacing: 1px;
    font-family: 'Courier New', Courier, monospace;
}


.kakuka{
    display:flex;
}


.kakuka-intro{
    margin-left: 30px;
}

/*------------医師の紹介ここまで-----------*/


/*------------非常医師の紹介--------*/

.part-time{
    display: flex;
    margin: 40px auto;
    margin-bottom: 20px;
    align-items: center;
    width: 90%;
    color: #13AE67;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    font-size: 12px;
}
 

.part-time:after {/*---非常勤医師の横の線----*/
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #13AE67;
}
 
 
.part-time:after {/*---非常勤医師の線----*/
    margin-left: 1rem;
}

.part-time-wrap{
    width: 90%;
    margin: 10px auto;
    display: block;
}

.part-time-dr-name{/*---非常勤医師の名前----*/
    
    color: #595757;
    font-size: 16px;
    letter-spacing: 5px;
    position: relative;
    margin-right: 30px;
    font-family: 'Courier New', Courier, monospace;
    margin-bottom: 5px;
}

.certification-part-time{/*---非常勤医師の資格----*/
    line-height: 1.7;
    font-size: 12px;
    color: #595757;
    letter-spacing: 1px;
    font-family: 'Courier New', Courier, monospace;
    margin-bottom: 5px;
}


.part-time-dr-name:after {/*---非常勤医師の縦の線----*/
    display: none;
  }

/*------------非常医師の紹介ここまで--------*/


h5{
    width: 90%;
    margin-top: 40px;
    margin-bottom: 80px;
    text-align: justify;
}







/*--------------フッター---------------------------*/
#footer{
    background: linear-gradient(90deg, #a2e29b,#4db1ec);
    width: 100%;
    margin: 0 auto;
    height: 80px;
}

.bottom{
    width: 100%;
    height: 10px;/*-------下部の余白を調整--------*/
}






}
