@charset "UTF-8";
/* CSS Document */



/* 

// -------------------------------------------------------------------------

// header

// -------------------------------------------------------------------------

*/

header {
	width: 100%;
	padding: 2%;
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.header_contents {
	margin: auto;
	width: 100%;
}

header h1 {
	text-align: left;
	padding:0px 0px 20px;
}
.logo img   {
	text-align: left;
	width: 90%;
}

.header_contents_left {
	width: 40%;
	margin: auto;
	float: left;
}
.header_contents_right {
	float: right;
	width: 60%;
}

.add {
	float: right;
	margin: 0px 0px 10px;
}

 .tel::before {
  font-family: "Font Awesome 5 Free";
  content: '\f095';
  font-weight: 900;
  	padding-right: 10px;
}

.tel  {
	font-weight: 900;
	font-size: 1.8em;
	height: 70px;
	padding-top: 15px;
	text-align: right;
}
.tel a  {
	color: #A70A00;
}

.subnav {
	text-align: right;
	padding-left: 0px;
	margin: auto;
}

.subnav_button {
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
	background: #ffffff;
    margin: 0 10px;
    padding: 5px 20px;
    border-radius: 4px;
    color: #FFF;
    border: 1px solid #CACACA;
}

.detail {
	padding: 10px;
	float: right;
}




@media  (max-width:840px) {
header h1 {
	text-align: center;
}
.logo img   {
	text-align: center;
	width: 70%;
	padding-top: 15px;
}

.header_contents_left {
	width: 100%;
	margin: auto;
}
.header_contents_right {
	width: 100%;
	margin: auto;
	text-align: center;
}
.detail {
	align-items: center;
	float: none;
}

.add {
	display: none;
	margin: 0px;
}
.tel  {
	font-weight: 900;
	font-size: 1.2em;
	text-align:center;
		margin: -30px auto 0px;
}

.subnav {
	display: none;/*非表示に*/

}
}


@media  (max-width:480px) {
.logo img   {
	text-align: center;
	width: 80%;
	padding-top: 15px;
}
}

/* 

// -------------------------------------------------------------------------

// NAVI

// -------------------------------------------------------------------------

*/

#in_g_navi {
	background: #060c78;
	position:relative;
	width: 100%;
    z-index: 999;/*ボタンを最前面に*/
}
#in_g_navi ul {
    font-size: 0.7rem;
		display: flex;
		margin: 0 auto;
		padding: 0 1%;
		list-style-type: none;
	}
#in_g_navi ul li {
			position: relative;
			width: 20%;
			white-space: nowrap;
		}
#in_g_navi ul li:first-child::before {
			position: absolute;
			display: block;
			content: "";
			top: 25%;
			left: 0px;
			width: 1px;
			height: 50%;
			background-color: #ffffff;
		}
#in_g_navi ul li::after {
			position: absolute;
			display: block;
			content: "";
			top: 25%;
			right: 0px;
			width: 1px;
			height: 50%;
			background-color: #ffffff;
		}
#in_g_navi ul li a {
				display: block;
				padding: 10px 10px;
				color: #fff;
				text-align: center;
				text-decoration: none;
			}
#in_g_navi ul li a:hover {
				background-color: #2b3489;
			}

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

#in_g_navi {
	display: none;/*非表示に*/

}
}


#menu-box {
	display: none;
}


/* 

// -------------------------------------------------------------------------

//  スマホ用メニュー

// -------------------------------------------------------------------------

*/

/* gnavi */

#g-nav ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#g-nav.panelactive ul li{
    position: relative;
    width:30%;
    text-align: left;
    white-space: nowrap;
}



@media screen and (max-width:960px) {
#g-nav.panelactive ul li{
    width:48%;
    }
}


@media screen and (max-width:580px) {
#g-nav.panelactive ul li{
    width:100%;
    }
}

#g-nav li a{
    padding: 15px 20px;
}

#g-nav.panelactive ul li::before{
    content:'';
    width:5px;
    height: 5px;
    background:#2e98e5;
    position: absolute;
    left:-10px;
    top:43%;
}

/* 

// -------------------------------------------------------------------------

pagecommon Section

// -------------------------------------------------------------------------

*/

.clear {
	clear:both;
}

.hidden {
	display: none;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 30px;
}


@media  (max-width:990px) {
#wrapper  {
	padding-top: 0px;
}
}

#contents {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	text-align: center;
}

.Contents {
	width: auto;
	margin: 10px auto;
	clear: both;
}
.container {
	padding: 2%;
}
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.box {
	width: 96%;
	max-width: 1000px;
	margin: 2% auto;
	padding: 2%;
	border: 1px solid #CFCFCF;

}
@media  (max-width:840px) {
.box {
	margin: 2% auto;
	padding: 20px;
	border: 1px solid #CFCFCF;

}
}

.chu{
	font-size: 0.9em;
	font-weight: 300;
	letter-spacing: normal;
	padding-top: 10px;
}

.main {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	top: -4px;
	z-index: 1;
}
@media  (max-width:840px) {
.main {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	top: -20px;
	z-index: 1;
}
}


.text {
	font-size: 0.9em;
	line-height: 2em;
	text-align: left;
	padding: 10px;
}


.strong {
	color: #EA0205;
	font-weight: bolder;
}


.aboutTop {
	border: 1px solid #CE0003;
	padding: 10px;
	width: 80%;
	margin:  20px auto;
	color: #CF0000;
	font-weight: 600;
	font-size: 150%;
	line-height: 150%;
}

@media  (max-width:840px) {
.aboutTop {
	width: 96%;
	margin: 0px auto;
	color: #CF0000;
	font-weight: 600;
	font-size: 120%;
	line-height: 150%;
}
}
@media  (max-width:600px) {
.aboutTop {
	text-align: left;
}
}


.point {
	text-align: left;
	padding: 30px;
	margin-top: 10px;
	background-color: #FBFDEA;
	line-height: 180%;
}
@media  (max-width:768px) {
.point {
	font-size: 1em;
	text-align: left;
	padding: 20px;
	line-height: 180%;
}
}


.staffComment {
	font-size: 1.3em;
	font-weight: 500;
	padding: 2%;
	background-color: #FDEEF4;
	margin-bottom: 10px;
	line-height: 150%;
}
@media  (max-width:768px) {
.staffComment {
	font-size: 1em;
	padding: 20px;
	text-align: left;
	line-height: 180%;
}
}


.link_bn{
max-width: 549px;
margin: auto;
}
@media  (max-width:480px) {
.link_bn{
max-width: 380px;
}
}


.fax{
	font-weight: 900;
	font-size: 1.2em;
	padding-top: 15px;
	text-align:center;
	line-height: 180%;
}


/* page_title */
#page_title {
    font-size: 1.7em;
    background-color: #eeeeee;
    padding: 30px 0px 30px 15%;
    background-image: url(../img/logomark_mono.svg);
    background-position: 8% center;
    background-repeat: no-repeat;
    color: #333333;
    text-align: left;
    letter-spacing: 0.3em;
	position: relative;
    top: -20%;
}

@media  (max-width:840px) {
#page_title   {
    top: -30%;
}
}
@media  (max-width:768px) {
#page_title   {
    font-size: 1.5em;
    padding: 30px 0px 30px 18%;
}
}
@media  (max-width:600px) {
#page_title   {
    font-size: 1.4em;
    padding: 30px 0px 30px 22%;
}
}
@media  (max-width:480px) {
#page_title   {
    font-size: 1.3em;
    padding: 20px 0px 20px 22%;
	letter-spacing: 0.03em;
}
}



/* midashi */
.contents_midashi   {
    width:96%;
	max-width: 1000px;
    background-color: #06077D;
    padding-top: 15px;
    padding-bottom: 15px;
	padding-left: 80px;
	margin: 10px auto;
    background-image: url(../img/midashi_mark.svg);
    background-position: 20px center;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: 40px auto;
    color: #FFFFFF;
    text-align: left;
    letter-spacing: 0.3em;
}
.contents_midashi span  {
   	font-size: 0.7em;
    color: #cccccc;
    text-align: left;
    padding-left: 30px;
    letter-spacing: 0.03em;
}

@media  (max-width:768px) {
.contents_midashi   {
    font-size: 1.3em;
    padding-left: 60px;
    letter-spacing: 0.1em;
}
.contents_midashi span  {
   	font-size: 0.7em;
    padding-left: 20px;
    letter-spacing: 0.03em;
}
}

@media  (max-width:480px) {
.contents_midashi   {
    font-size: 1.2em;
    padding-left: 60px;
    letter-spacing: 0.03em;
}
.contents_midashi span  {
   	font-size: 0.7em;
    padding-left: 10px;
    letter-spacing: 0.03em;
}
}

 .hoshin {
	font-weight: 600;
	font-size: 1.5em;
	line-height: 180%;
	padding-top: 20px;
	text-align: center;
}
 .hoshin_midashi {
    background: #ceeeee;
    padding: 5px;
    border: 1px solid #4B4B4B;
}
@media  (max-width:480px) {
.hoshin {
	font-weight: 600;
	font-size: 1.1em;
	padding: 20px;
	text-align: left;
	line-height: 2em;
}

}


.Contents h3  {
	color: #03007F;
	font-size: 1.6em;
	border-left: 3px solid #03007F;
	height: 30px;
	text-align: left;
	letter-spacing: 0.1em;
	padding-top: 1%;
	padding-left: 2%;
	padding-bottom: 0px;
	margin: 2%;
}

@media  (max-width:768px) {
.Contents h3  {
	font-size: 1.3em;
	letter-spacing: 0.05em;
}
}

@media  (max-width:480px) {
.Contents h3  {
	font-size: 1.2em;
	letter-spacing: 0.03em;
}
}


/* 

// -------------------------------------------------------------------------

//   診療時間

// -------------------------------------------------------------------------

*/
.about_time {
	max-height: 100%;
}

.clinic_time {
background: #ceeeee;
	text-align: left;
	padding: 10px 20px;
	line-height: 200%;
}


table  {
  border-collapse: collapse;
  width: 100%;
 table-layout: fixed;
}

/* 診療時間タイムテーブル */
.timetable {
margin-top: 20px;
}
.timetable th,
.timetable td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.timetable th {
  background: #6D93D6;
  color: #fff;
  
}
@media screen and (max-width: 480px) {
  .timetable .head{
    display:none;
  }
  .timetable {
    width: 100%;
  }
  .timetable td,
  .timetable th{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .timetable td{
    padding: 0px 52px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:center;
  }
  .timetable td:before{
    color: #666;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #C5D4EF;
    margin-right: 10px;
    float: left;
  }
  .timetable tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}


/* 

// -------------------------------------------------------------------------

//   bottun

// -------------------------------------------------------------------------

*/
/*==================================================
矢印が右に移動して現在地に戻る
===================================*/

/* ボタン共通設定 */
.btn06{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: block;
    margin-left: auto;
    margin-right: auto;
	background:#4097D2;
	color:#ededed;
    padding:10px;
    width:280px;
	border-radius:5px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
}

@media screen and (min-width:480px) {
.btn06{
    /*矢印の基点とするためrelativeを指定*/
    padding:8px;
    width:200px;
}
}

/* 

// -------------------------------------------------------------------------

//   PAGETOP

// -------------------------------------------------------------------------

*/


/* font-family */

#page-top span
{
    font-family: 'Lato', sans-serif;
}

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

    #page-top{
    position: relative;
    text-align: center;
    right: inherit;
    bottom: inherit;
    margin: 50px auto 30px auto;
    width: 80px;
    animation: none!important;
    transform:none!important;
    opacity: 1;
    }
    
}


/* 

// -------------------------------------------------------------------------

//   FOOTER

// -------------------------------------------------------------------------

*/


footer {
	background-repeat: repeat;
	background-image: url(../img/footer_bg.jpg);
	width: 100%;
}
.footerContents {
	width: 90%;
	margin: auto;
	padding:30px 0px;
	color: #000000;

}
.footeritem {
	padding: 30px;
}

.footeritem:nth-child(1){
	margin-right: 5%;
	float:left;
    }
.footeritem:nth-child(2){
	float:right;
    }

.footerContents .name {
	font-size: 1.6em;
	font-weight: bolder;
	flex-wrap: nowrap;
}
.footeritem dt {
font-size: 0.8em;
	font-weight: bolder;
	letter-spacing: 0.2em;
}
.footeritem dl {
	padding-top: 15px ;
}

.footernav {
	display: flex;
}
.footermenu:nth-child(1) {
	padding-right: 20px;
}

.footernav li {
	padding: 5px;
	flex-wrap: nowrap;
}
.footernav li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 600;
  padding-right: 5px;
}

footer .copy {
	color: #666666;
	text-align: center;
	margin: auto;
	font-size: 0.8em;
	clear: both;
	float:none;
}


@media  (max-width:990px) {
.footerContents {
	width: 100%;
}
.footeritem:nth-child(1){
	margin-right: 2%;
    }

}

@media  (max-width:840px) {
.footerContents {
	width: 100%;
}
.footeritem:nth-child(1){
	margin: auto;
	float:none;
    }
.footeritem:nth-child(2){
	float:none;
    }
.footermenu:nth-child(1) {
	padding-right: 0px;
}
.footernav {
   width:100%;
	display:block;
	margin: auto;
}
.footermenu li {
	margin: 5px auto;
	padding:5px;
	width:80%;
	text-align: center;
	background: #ececec;
}

.footeritem:nth-child(2){
	margin:auto;
    }
.footerContents .name {
	text-align: center;

}
.footeritem dt {
	text-align: center;

}
.footeritem dl {
	text-align: center;
}
}

@media  (max-width:480px) {
.footerContents .name {
	font-size: 1.3em;
	font-weight: bolder;
	flex-wrap: nowrap;
}
}
/* 

// -------------------------------------------------------------------------

//   INDEX

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

.shoshin_info{
    width: 1000px;
    text-align: center;
    margin:25px auto;
    border: thin solid #A9A9A9;
    padding: 20px;
}
.shoshin_info dt {
	font-size: 1.7em;
	color: #509BC2;
	font-weight: bolder;
	padding-bottom: 10px;
	margin: 20px 0px

}

.shoshin_info dd {
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	font-size: 1.2em;
}

.heading02 {
	position: relative;
	text-align: center;
	border-bottom: 5px solid #dddddd;
}

.heading02::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #387ccc;
}

@media  (max-width:840px) {
.shoshin_info{
    width: 90%;
}
}
@media  (max-width:480px) {
.shoshin_info{
    font-size: 0.8em;
	padding: 10px;
}
.shoshin_info dt {
	font-size: 1em;
	padding-bottom: 10px
}
.shoshin_info dd {
	padding: 5px 0px;
	font-size: 0.9em;
}
}


.time_april {
	width: 70%;
	text-align: center;
	margin: auto;
}
@media  (max-width:840px) {
.time_april {
	width: 90%;
}
}
@media  (max-width:480px) {
.time_april {
	width: 98%;
}
}

#infoContents {
	background-color: #ECECEC;
	width: 100%;
	margin: 30px auto;
	padding: 2%;
 }
 
.navContents {
	width: 100%;
    display: flex;
	margin: 10px auto;
 }


.info {
	padding: 20px;
	text-align: center;
	border: 1px solid #9A9A9A;
	background-color: #FFFFFF;
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px;
	justify-content:space-between;
}

.info dt {
	font-size: 1em;
	color: #509BC2;
	font-weight: bolder;
}
.info .info_pic {
	margin-right: auto;
	margin-left: auto;
}
.info dd {
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	font-size: 0.9em;
}

@media  (max-width:840px) {
.info {
	padding: 10px;
	width: 30%;
	margin: 10px;
}
}
@media  (max-width:600px) {
.navContents {
	width: 100%;
    display: block;
	margin: 30px auto;
 }
.info {
	padding: 10px;
	width: 80%;
	margin: 10px auto;
}
}


.oshirase_contents {
    padding: 30px;
    text-align: left;
	line-height: 2em;
}

.webyoyaku_contents {
background:#ECECED; 
    padding: 1em;
    text-align: left;
	line-height: 2em;
	margin: 20px auto;
}


/*新着情報*/

/* news */


#news {
    height: 100%;
	max-width: 1000px;
	position: relative;
    padding: 50px 0px 10px 0;
    margin: 0px auto;
}


#news .news-clinic-area,
#news .news-tsushoriha-area,
#news .news-homonriha-area{
    background:#ECECED;
    padding: 20px;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
	max-width:90%;
    margin: 20px auto;
}

#news li a{
    transition: all 0.3s;
}

#news li a:hover{
     color: #666;    
}

#news article{
    flex-wrap: wrap;
    margin: 0px 0 20px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #666;
}


#news h3 {
  position: relative;
  padding: 1em;
  color: white;
  top:-10px;
  left:-40px;
  width:40%;
}

#news .news-clinic-area h3{
  background: #a6d3c8;
}

#news .news-tsushoriha-area h3{
  background: skyblue;
}

#news .news-homonriha-area h3{
  background: #ffc778;
}

#news h3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
#news h4 {
  color: black;
  padding: 10px 20px 0px;
}

#news article time{
    padding: 0 20px 0 ;
	color: #669DF2;
    font-size: 0.8rem;
	text-align: left;
}


#news article p{
    padding: 20px;
	color: #333333;
    font-size: 0.8rem;
	text-align:left;
}


@media (max-width:768px) {


#news .news-clinic-area,
#news .news-tsushoriha-area,
#news .news-homonriha-area{
	width:80%;
}
    
#news article time,
#news article h3{
    width:100%;
} 
#news h3{
    font-size: 0.9em;
	width:70%;
}
}


@media (max-width:480px) {

#news h3{
    font-size: 0.8em;
	width:80%;
}
}




/*診療時間*/

#time {
	width: 100%;
	max-width: 1000px;
	margin: auto;	
}

#time .dayoff {
	padding-bottom: 5px;
	padding-top: 5px;
}


/*　リンクバナー　*/



#link {
	width: 100%;
	padding: 2%;
	background-color: #F2F2F2;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: center;
}
.banner li {
	display: inline;
	padding: 5px;
}

/* 

// -------------------------------------------------------------------------

//   地域連携室

// -------------------------------------------------------------------------

*/


.flow	 {
	text-align: center;
	padding: 1%;
	background-color: #F9DAA1;
	margin: 1%;
	font-size: 120%;
    font-weight: bolder;
	letter-spacing: 0.2em;
}
@media  (max-width:768px) {
.flow	 {
	text-align: left;
	padding: 1%;
	margin: 1%;
	font-size: 1em;
    font-weight: bold;
	letter-spacing: 0.03em;
}
}

/* 

// -------------------------------------------------------------------------

//   ABOUT Clinic

// -------------------------------------------------------------------------

*/

.incho_pic {
	float: right;
	width: 40%;
}
.greeting {
	width: 60%;
	padding-right: 20px;
}
@media  (max-width:600px) {
.incho_pic {
	float: none;
	display: block;
	width: 70%;
	margin:auto;
}
.greeting {
	width: 90%;
	padding: 20px;
	margin:auto;
}
}

.greeting dt {
	text-align: left;
	line-height: 180%;
	font-weight: bolder;
	padding-bottom: 20px;
}
.greeting dd {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 20px;
}

.gaiyo dt {
	text-align: left;
	padding: 10px;
	letter-spacing: 5px;
	border-bottom: 1px solid #B20000;
	font-size: 1.2em;
	font-weight: bold;
}
.gaiyo dd {
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	margin-bottom: 30px;
	text-align: left;
}
.mapWaku {
	height: 440px;
}
.mapdetail {
	width: 36%;
	float: left;
}
.mapdetail dt {
	background-color: #A8A8A8;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.5em;
	padding: 2%;
	letter-spacing: 0.1em;
}
.mapdetail dd {
	padding: 2%;
	line-height: 180%;
	font-size: 1.2em;
	text-align: left;
}
.googlemap {
	float: right;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	border: 1px solid #C6C6C6;
	background-color: #FFFFFF;
	width: 500px;
	height: 400px;
}
.contentsDtail {
	text-align: center;
}

@media  (max-width:990px) {
.mapWaku {
    display: block;
	width: 100%;
	height: 100%;
	float: none;
	
}
.mapdetail {
	width: 100%;
	float: none;
	margin: auto;
}
.mapdetail dt {
	width: 100%;
	font-weight: bold;
	font-size: 1.5em;
}
.mapdetail dd {
	width: 100%;
	line-height: 180%;
	font-size: 1em;
}
.googlemap {
	float: none;
	padding: 10px;
	border: 1px solid #C6C6C6;
	background-color: #FFFFFF;
	width: 100%;
	height: 400px;
}
.contentsDtail {
	text-align: center;
}
}

.photo  {
	width: 96%;
	margin: auto;
}
.photo li:nth-child(1){
	display: block;
	width: 91%;
		margin: auto;

}
.photo li {
	padding-left: 0px;
	display: inline-block;
	width: 30%;
}

@media  (max-width:480px) {
.photo  {
	width: 100%;
}
.photo li:nth-child(1){
	width: 96%;
		margin: auto;

}
.photo li {
	padding-left: 0px;
	display: inline-block;
	width: 32%;
}
}
/* 

// -------------------------------------------------------------------------

//   TSUREHA

// -------------------------------------------------------------------------

*/
.table_tsureha_time	{
	width: 100%;
}
.riyo {
	font-size: 1.3em;
	line-height: 2em;
	text-align: left;
    padding: 2px 10px;
   background-color: #FCE7A1;
}
@media  (max-width:480px) {
.riyo {
	font-size: 1.1em;
	line-height: 1.7em;
}
}
.red {
	font-size: 1.2em;
    padding: 5px;
   color: #F00004;
}


table{
  border-collapse: collapse;
  width: 100%;
}

/* 縦横見出しテーブル */
.tb_fee1 th,
.tb_fee1 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb_fee1 th {
  background: #6D93D6;
  color: #fff;
  width: 48%;
}
.tb_fee1 th span {
  font-size: 0.8em;
  font-weight: 400;
}
.tb_fee1 td {
  width: 16%;
}


@media screen and (max-width: 640px) {
  .tb_fee1 .head{
    display:none;
  }
  .tb_fee1 {
    width: 100%;
  }
  .tb_fee1 td,
  .tb_fee1 th{
    display: block;
    width: 100%;
    border-bottom:none;
  }
 
  .tb_fee1 td{
    padding: 0px 62px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:center;
  }
  .tb_fee1 td:before{
    color: #333;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #C5D4EF;
    margin-right: 10px;
    float: left;
  }
  .tb_fee1 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}


/* 横見出しテーブル */
.tb_fee2{
    margin-top:10px;
  }
  
.tb_fee2 th,
.tb_fee2 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb_fee2 th {
  background: #6D93D6;
  color: #fff;
  width: 36%;
}
.tb_fee2 th span {
  font-size: 0.8em;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .tb_fee2 {
    width: 100%;
  }
  table.tb_fee2 th,
  table.tb_fee2 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb_fee2 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}


/* ご利用時間 */
.usetime th,
.usetime td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.usetime th {
  background: #6D93D6;
  color: #fff;
  width: 20%;
}
.usetime th span {
  font-size: 0.8em;
  font-weight: 400;
}
.usetime td {
  width: 80%;
}

@media screen and (max-width: 640px) {
  .usetime .head{
    display:none;
  }
  .usetime {
    width: 100%;
  }
  table.usetime td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  table.usetime td:first-child{
    background: #ff7bac;
    color:#fff;
    font-weight:bold;
  }
  table.usetime td:before{
    content: attr(data-label);
    font-size: .7rem;
    font-weight:bold;
    color: #999;
    display: block;
  }
  .usetime tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}


/* 

// -------------------------------------------------------------------------

//   OTOIAWASE

// -------------------------------------------------------------------------

*/



#contactIn{
    width: 90%;
	margin: 0px auto 100px;
	text-align: left;
	font-size: 0.9em
    }

.contact-wrapper{
padding: 0px auto 50px;
    }


@media (max-width:780px) {
.contact-wrapper{
padding: 30px 0px;
    }
}

/* tbl_form
------------------------------ */
#form_body table.tbl_form {
    width: 90%;
    border-collapse: collapse;
    border-spacing: 0;
    letter-spacing: 2px;
    font-size: 0.9em;
    color: #333333;
    margin-top: 50px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
}
#form_body table.tbl_form li {
	display:inline-block;
	vertical-align:top;
	white-space:nowrap;
	margin:0 0.5em 0.5em 0;
}
#form_body table.tbl_form th,
#form_body table.tbl_form td {
	padding:10px 10px 10px;
}
#form_body table.tbl_form th {
    text-align: right;
    border-right: 1px solid #B4B4B4;
    font-size: 0.9em;
}
#form_body table.tbl_form td {
	text-align: left;
}
#form_body table.tbl_form p {
	margin-bottom:8px;
}

#form_body .tbl_form .horizon li {
	display:inline-block;
	vertical-align:top;
	white-space:nowrap;
	margin:0 1em 0.5em 0;
}
#form_body .tbl_form .horizon li input,
#form_body .tbl_form .horizon li span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
#form_body .tbl_form .horizon li label {
	margin-right:5px;
}
#form_body .tbl_form .horizon li span {
	padding:4px 0 0 2px;
}
#form_body .tbl_form .in_txt,
#form_body .tbl_form .in_txta {
	border:1px solid #D1C0CA;
	padding:10px;
	width:90%;
}
#form_body .tbl_form .in_txt2 {
	border:1px solid #D1C0CA;
	padding:10px;
	width:10em;
}

.must_red {
    color: #C90700;
    border: 1px solid #C90700;
    padding: 2px;
    border-radius: 3px;
    margin: 0px 10px;
}

form.sent table{
display:none;
}

/* .sent{
    color: #0310AA;
	font-size: 1.5em;
	font-weight: bolder;
	text-align: center;
    margin: 30px auto;
}*/


/* form_btn
------------------------------ */
#form_body .form_btn {
	display: flex;
	justify-content: center;
}


#form_body .form_btn .reset input {
	border:1px solid #cccccc;
	background-color:#eeeeee;
	color:#666666;
	vertical-align: top;
	margin:0 35px;
  padding: 10px 40px;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
#form_body .form_btn .submit input {
	border:1px solid #ceeeee;
	background-color:#4097D2;
	color:#ededed;
	vertical-align: top;
	margin:0 35px;
  padding: 10px 40px;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}	

@media  (max-width:600px) {

/* tbl_form
------------------------------ */
#form_body table.tbl_form {
    width: 100%;
}
#form_body table.tbl_form th,
#form_body table.tbl_form td {
    width:100%;
    display:block;
	}
#form_body table.tbl_form th {
    text-align: left;
	background-color: #F2F6FF;
	    border-right: none;
}
#form_body table.tbl_form td {
	text-align: left;
}

#form_body .tbl_form .in_txt,
#form_body .tbl_form .in_txta {
	border:1px solid #D1C0CA;
	padding:10px;
	width:100%;
}
}





/* 

// -------------------------------------------------------------------------

//   akijyokyo

// -------------------------------------------------------------------------

*/


table.aki	{
	color: #333;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.aki th,
.aki td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.aki th {
  background: #6D93D6;
  color: #000;
}
.akitime{
font-size: 0.8em;
color: #fff;
}

@media screen and (max-width: 480px) {
  .aki .head{
    display:none;
  }
  .aki {
    width: 100%;
  }
  .aki td,
  .aki th{
    display: block;
    width: 100%;
    border-bottom:none;
	white-space: nowrap;
  }
  .aki td{
    padding: 0px 52px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:center;
  }
  .aki td:before{
    color: #333;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 30px;
    display: inline;
    background-color: #C5D4EF;
    margin-right: 10px;
    float: left;
  }
  .aki tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

.up_date {
	font-size: 1em;
	line-height: 2em;
	text-align: right;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.comment {
	font-size: 1em;
	line-height: 2em;
	text-align: left;
	letter-spacing: 0.1em;
}


@media screen and (max-width: 480px) {
.up_date {
	font-size: 0.9em;
	letter-spacing: 0.03em;
}
.comment {
	font-size: 0.9em;
	letter-spacing: 0.03em;
}
}
/* 

// -------------------------------------------------------------------------

//   corona

// -------------------------------------------------------------------------

*/

.clinicCategory {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    letter-spacing: 3px;
}
.clinicCategory dt {
    color: #002B98;
    font-size: 1.4em;
    text-align: left;
    letter-spacing: 10px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #002E88;
}
.clinicCategory dd {
    padding-bottom: 15px;

}
@media  (max-width:480px) {
.clinicCategory {
    text-align: left;
    padding-bottom: 10px;
    letter-spacing: 0.05em;
}
.clinicCategory dt {
    font-size: 1.2em;
    letter-spacing: 0.05em;
    padding: 10px;
}
.clinicCategory dd {
    padding-bottom: 15px;
	font-size: 1em;
	letter-spacing: 0.05em;
}
}

.Corona_text {
    text-align: left;
    letter-spacing: 2px;
    text-indent: -1em;
    line-height: 2em;
    padding-left: 20px;
}
.Corona_text li {
    padding-bottom: 15px;
}
@media  (max-width:480px) {
.Corona_text {
    letter-spacing: 0.02em;
    text-indent: -1em;
    line-height: 1.6em;
    padding-left: 15px;
}
}
.corona_pic {
    margin-bottom: 30px;
    background-color: #DDEBFF;
    margin-top: 0px;
    padding-top: 30px;
}
.corona_pic li {
    display: inline-block;
    width: 40%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    letter-spacing: 5px;
    color: #DE8100;
}

@media  (max-width:480px) {
.corona_pic {
    margin-bottom: 30px;
    background-color: #DDEBFF;
    margin-top: 0px;
    padding-top: 30px;
}
.corona_pic li {
    display: block;
    width: 80%;
    padding: 10px;
    letter-spacing: 0.1em;
    color: #DE8100;
	 margin: auto;
}
}




/* 

// -------------------------------------------------------------------------

// Recruit

// -------------------------------------------------------------------------

*/
/* main_contents */

#main-contents{
	width:100%;
}

#in-contents{
	margin: auto;
	padding: 20px;
	max-width:1000px;
}

@media  (max-width:990px) {
#in-contents{
	padding: 10px;
	width:90%;
}
}

@media  (max-width:600px) {
#in-contents{
	padding: 5px;
	width:96%;
}
}




/*========= recruit ===============*/


/* recruit-message */

 #recruit-message{
    width: 100%;
    margin: 0px auto 0px;
	padding-bottom: 50px;
    text-align: center;
    line-height: 150%;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/recruit/recruit_main_bg.png);
    background-color: #f6faf6;
} 
 #recruit-message h2{
    margin: 10px auto 0px;
	padding-top: 50px;
    line-height: 170%;
    letter-spacing: 0.2em;
	color: #666666;
} 


#recruit-message .recruit-comment{
    font-size: 1.4rem;
	font-weight: bolder;
	color:#363580;
	line-height: 200%;
	margin: 0px auto 30px;
	position: relative;
	top:50px;

} 

#recruit-message .pink_line {
	background:linear-gradient(transparent 60%, #ffdfef 0%)
		;}
#recruit-message .yellow_line {
	background:linear-gradient(transparent 60%, #F9E595 0%)
		;}
#recruit-message .blue_box{
	background:#363580;
	color:#ffffff;
	padding: 6px 15px;
		;}

@media  (max-width:840px) {
 #recruit-message{
   width:100%; 
   background-image: url(../img/recruit/recruit_main_bg_sm.png);
} 
 #recruit-message h2{
    font-size:1.1em;
	   width:80%; 
} 
#recruit-message .recruit-comment{
    font-size: 1em;
    }
} 
@media  (max-width:480px) {
 #recruit-message h2{
    font-size:1em;
	   width:90%; 
	   letter-spacing: 0.07em;
	   	padding-top: 20px;
} 	
} 	

/* movie */

#movie{
	width:90%; 
	margin: 50px auto 100px;
	
} 

 #movie-h2{
	 position: relative;
	margin: 0px auto 30px;
	font-size: 1.8rem;
} 

@media  (max-width:600px) {
#movie{
	margin: 0px auto 30px;
	
}
 #movie-h2{
	margin: 0px auto 0px;
	font-size: 1rem;
}
}	


/* 募集職種 */
.jobs_sort {
 display: flex;
 justify-content:center	;
 flex-wrap: wrap;
 margin:0px auto 30px;
}
 
.jobs_occupation  {
 color: #060c78;
 border: solid 1px #060c78;
  font-size: 1.3em;
 font-weight: bold;
 text-align: center;
 line-height: 100px;
 width: 300px;
 height: 100px;
 background-color: #fff;
 white-space: nowrap;
 letter-spacing: 0.3em;
 margin:5px;
}

@media  (max-width:600px) {
.jobs_occupation  {
  font-size: 1em;
 width: 210px; 
  height: 70px;
 margin:2px;
 line-height: 80px;
}
}

/* gallery */

.img-gallery{
    background:url("../img/recruit/border.png") repeat-x top left,url("../img/recruit/border.png") repeat-x bottom left;
    background-size: 50px 16px;
    padding:50px 0;
    margin: 50px 0 100px 0;
}

.img-gallery img{
    border-radius: 5px;
}



/*==================================================
複数画像を流して見せる
===================================*/

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider2 img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

.slider2 .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}



/* 募集要項へ */

#to-yoko {
	color: aliceblue;
	width: 80%;
	background-color: #060c78;
	padding: 25px 0px  0px;
	text-align: center;
	margin:  0px auto 100px;
	letter-spacing: 0.2em;
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: relative;
  bottom: 20px;
  left: 50%;
margin-top: 40px;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}




/* recruit-interview */

 #recruit-interview{
   width:100%; 
	margin: 100px auto 50px;
} 

 #recruit-interview .interview-list{
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	box-sizing:border-box;
	 } 

.interview-list section{
    width:90%;
    background: #cceeee;
	position: relative;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
	margin:0 0 20px 0;
    padding:50px 20px 50px 20px;
    border-radius: 2px;
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	box-sizing:border-box;
	font-size: 0.9rem;
}

.interview-list  .interview-intro{
    width: 40%;
    position: relative;
    top: 20px;
    floa: inline-block;
	
}

.interview-list  .interview-waku{
    width:50%;
	display: inline-block;
}

.interview-waku{
    text-align:left;
}

.interview-list section:nth-child(2){
     animation-delay: 0.2s;   
}
.interview-list section:nth-child(3){
     animation-delay: 0.4s;   
}

.interview-list section .interview-date{
    background:#4097d2;
	display: inline-block;
	position: absolute;
    left: -10px;
    top: -25px;
	z-index: 2;
	padding: 8px 30px;
	font-size:1.1rem;
	font-weight: bold;
	letter-spacing: 0.3em;
	 color:#ffffff;
}

.interview-list section .interview-img{
	padding-top:100%;
	background-size:cover!important;
}

.interview-list section:nth-of-type(1) .interview-img{
    background:url("../img/recruit/senpai04.webp") no-repeat center;
    background-size: cover;
}

.interview-list section:nth-of-type(2) .interview-img{
     background:url("../img/recruit/senpai05.webp") no-repeat center;
    background-size: cover;
}

.interview-list section:nth-of-type(3) .interview-img{
     background:url("../img/recruit/senpai06.webp") no-repeat center;
    background-size: cover;
}



.interview-list section h3{
    font-size: 1.3rem;
    text-align: center;
    margin: 0px 0 30px 0;
    padding: 10px 0;
	letter-spacing: 0.2em;
	background-color: #f7e4dc;
}

.interview-list section h3 span{
    font-size: 0.8rem;
    text-align: center;
    padding: 0 10px 0;
	letter-spacing: 0.2em;
	font-weight: 400;
}



@media  (max-width:840px) {
.interview-list section h3{
    font-size: 1.1rem;
    padding: 10px 0;
	letter-spacing: 0.1em;
}
}

@media  (max-width:768px) {
.interview-list section{
    width:80%;
    background: #fff;
	position: relative;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
	margin:0 auto 20px;
    padding:20px 5px 40px 5px;
    border-radius: 2px;
}
.interview-list  .interview-intro{
    width: 90%;
    position: relative;
    top: 20px;
    floa: block;
	
}

.interview-list  .interview-waku{
    width:90%;
	position: relative;
    top: 30px;
	display:block;
}


} 
	
@media  (max-width:600px) {
.interview-list section{
    width:80%;
    background: #cceeee;
	position: relative;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
	margin:0 auto 30px;
    padding:20px 5px 40px;
    border-radius: 2px;
}


	
.interview-list section .interview-date{
	font-size:0.9rem;
}

.interview-list section h3{
    font-size: 1rem;
    margin: 10px 0;
    padding: 15px 0 5px 0;
	letter-spacing: 0.1em;
}
}


/* interview form */

.form-list{
    width:100%;
    margin: 0 auto;
}


.form-list dl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding:0 0 10px 0;
}

.form-list dt{
    width: 100%;
    font-weight: bold;
    border-bottom-style: dotted;
    margin: 0 0 10px 0;
    border-bottom-color: #B4B4B4;
}

.form-list dt:before {
  font-family: "Font Awesome 5 Free";
  content: '\f118';
  font-weight: 900;
}

.form-list dd{
    width:100%;
	font-size: 0.8rem;
	padding:0 0 20px 0;
}

@media  (max-width:600px) {
.form-list dt,
.form-list dd{
	font-size: 0.8rem;
letter-spacing: 0.1em;	
}
	
}

/* recruit-yoko */


#recruit-yoko{
   width:100%; 
	margin: auto;
} 
.comment_text{
    font-size: 0.8rem;
    text-align: left;
    padding: 0 40px 0;
	letter-spacing: 0.2em;
	font-weight: 400;
}

table.recruit {
width: 92%;
margin-top: 30px;
margin-right: auto;
margin-left: auto;
border-collapse: separate;
border-spacing: 0px 15px;
font-size: 0.8em;
letter-spacing: 0.02em;
}
 
table.recruit th,
table.recruit td {
background: #f8f8f8;
	padding: 10px;
	text-align: left;
}
 
table.recruit th {
vertical-align: middle;
text-align: center;
width: 30%;
overflow: visible;
position: relative;
font-weight: bolder;
padding-right: 20px;
border-bottom: 1px solid #000000;
background-color: #EBE9E7;
}
 
table.recruit td {
padding-left: 20px;
padding-right: 20px;
background-color: #FFFFFF;
border-bottom: 1px solid #000000;
}
.yoko h3 {
text-align: left;
border-left: 5px solid #1D1D8A;
padding-left: 30px;
margin: auto;
width: 93%;
margin-top: 50px;
letter-spacing: 3px;
}

@media  (max-width:600px) {
.comment_text{
    font-size: 0.8rem;
    text-align: left;
    padding: 20px;
	letter-spacing: 0.2em;
	font-weight: 400;
}


table.recruit {
width: 98%;
margin: 30px auto;
padding:  0px 10px;
border-collapse: separate;
border-spacing: 0px 15px;
font-size: 12px;
margin-bottom: 100px;
}
 
table.recruit th,
table.recruit td {
background: #f8f8f8;
padding: 10px;
text-align: left;
display: block;
}
 
table.recruit th {
vertical-align: middle;
text-align: center;
width: 100%;
overflow: visible;
position: relative;
font-weight: bolder;
border-bottom: 1px solid #000000;
background-color: #EBE9E7;
}
 
table.recruit td {
padding-left: 20px;
background-color: #FFFFFF;
border-bottom: 1px solid #ffffff;
width: 100%;
}

.yoko h3 {
padding-left: 20px;
margin-top: 20px;
letter-spacing: 1px;
}
}



/* 

// -------------------------------------------------------------------------

// News

// -------------------------------------------------------------------------

*/

.follow{
  color: cornflowerblue; 
}

/* news category */

.new-list{
  display: flex;
  justify-content: center; /* 中央寄せ */
}
.new-list div{
  box-sizing: border-box;
  margin: 0 10px;
  padding: 10px 40px;
  border-radius: 4px;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}

.category_all{
  background: #F2D4E3;
  margin: 10px  10px 0px 0px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #FFF;
  letter-spacing: 0.1em;
  }
  

.category_clinic{
 background: #a6d3c8;
  margin: 10px  10px 0px 0px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #FFF;
  letter-spacing: 0em;
  }
  
.category_tsushoriha{
 background: skyblue;
  margin: 10px  10px 0px 0px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #FFF;
  letter-spacing: 0.1em;
  }
  
.category_homonriha{
 background: #ffc778;
  margin: 10px  10px 0px 0px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #FFF;
  letter-spacing: 0.1em;
  }
  
 
@media  (max-width:600px) {
.category_clinic{
  margin: 5px;
  padding: 5px;
  font-size: 0.7em;
  letter-spacing: 0em;
  }
  
.category_tsushoriha{
 background: skyblue;
  margin: 5px;
  padding: 5px;
  font-size: 0.7em;
  letter-spacing: 0.01em;
  }
  
.category_homonriha{
 background: #ffc778;
  margin: 5px;
  padding: 5px;
 font-size: 0.7em;
  letter-spacing: 0.01em;
  }
    }

.new-area h4 {
  color: black;
  padding: 10px 20px 0px;
}

.new-area article time{
    padding: 0 20px 0 ;
	color: #669DF2;
    font-size: 0.8rem;
	text-align: left;
}


.new-area article p{
    padding: 20px;
	color: #333333;
    font-size: 0.8rem;
	text-align:left;
}

@media (max-width:768px) {
.new-list{
  display: flex;
  justify-content: center; /* 中央寄せ */
}
.new-list div{
  margin: 0 5px;
  padding: 10px 30px;
}
}

@media (max-width:480px) {
.new-list{
  display: block;
}
.new-list div{
text-align: center;
width: 100%;
  margin: 5px 0px 0px 0px;
  padding: 10px 80px;
}
}

/* news */


#new_all {
    height: 100%;
	position: relative;
    padding: 10px 0 10px 0;
    margin: 0px;
}


#new_all li a{
    transition: all 0.3s;
}

#new_all li a:hover{
     color: #AAA8A8;    
}

#new_all .new-area article{
    flex-wrap: wrap;
    background:#ECECED;
    padding: 20px;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
	max-width:96%;
    margin: 10px auto  0px;
    border-radius:3px;
    border-bottom: 1px solid #666;
}


#new_all  .new-area article time{
    padding: 20px 0 ;
	color: #669DF2;
    font-size: 0.8rem;
	text-align: left;
}

#new_all  .new-area article h4{
    font-size: 0.9rem;
	display: block;
	padding: 0;
}




/* news article 記事ページ */

/*========= breadcrumb　パンクズリスト ===============*/
nav.breadcrumb {
    padding: 0.8em 1em;
    border: 1px solid hsl(0, 0%, 90%);
    border-radius: 4px;
    background: hsl(300, 14%, 99%);
}
nav.breadcrumb ol {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

nav.breadcrumb li {
    display: inline;
	font-size: 0.7em;
	letter-spacing: 0.1em
}

nav.breadcrumb li + li::before {
    display: inline-block;
    margin: 0 0.25em;
    height: 0.8em;
    content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPjxwYXRoIGQ9Ik0yLjUgMEwxIDEuNSAzLjUgNCAxIDYuNSAyLjUgOGw0LTQtNC00eiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+)
}
nav.breadcrumb [aria-current="page"] {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}


.new-article-detail{
	width:100%;
	margin: 50px auto 100px;
}
.new-article-detail h1{
	font-size: 1.5rem;
}
time{
    font-size:0.8em;
	color:cadetblue
    }
.new-mainimg{
	margin: 30px auto 30px;
}

.new-paragraph p{
	margin: 50px auto 30px;
}


/* news article ボタン */
.back_link {
	display: flex;
	align-items: center;
	justify-content: center;
}
.back_link a{
	font-size:1.1rem;
  display: inline-block;
  color:#363580;
  text-decoration:none;
  position: relative;
  transition: .3s;
}
.back_link a::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #363580;
	transition: .3s;
	transform: translateX(-50%);
}
.back_link a:hover::after{
	width: 100%;
}

.back_link a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f100';
  font-weight: 900;
}



/* 

// -------------------------------------------------------------------------

// movie channel

// -------------------------------------------------------------------------

*/



/* movie channel category */

.movie-list{
  display: flex;
  justify-content: center; /* 中央寄せ */
  margin: 50px auto;
}
.movie-list div{
  box-sizing: border-box;
  margin: 0 10px;
  padding: 10px 40px;
  border-radius: 4px;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}





.category_all{
 background: #F2D4E3;
  margin: 10px  10px 0px 0px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #FFF;
  letter-spacing: 0em;
  }
  
.category_clinic{
 background: #a6d3c8;
  margin: 10px  10px 0px 0px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #FFF;
  letter-spacing: 0em;
  }
  
.category_tsushoriha{
 background: skyblue;
  margin: 10px  10px 0px 0px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #FFF;
  letter-spacing: 0.1em;
  }
  
.category_homonriha{
 background: #ffc778;
  margin: 10px  10px 0px 0px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #FFF;
  letter-spacing: 0.1em;
  }

.category_worker{
 background: #ffc33c;
  margin: 10px  10px 0px 0px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #FFF;
  letter-spacing: 0em;
  }

@media (max-width:768px) {
.movie-list{
  display: flex;
  justify-content: center; /* 中央寄せ */
}
.movie-list div{
  margin: 0 5px;
  padding: 10px 30px;
}
}

@media (max-width:480px) {

.movie-list div{
text-align: center;
width: 100%;
  margin: 5px 0px 0px 0px;
  padding: 10px 80px;
}
}


#movie_channel{
  display: flex;
  justify-content: between; 
  margin: 30px auto ;
  flex-wrap: wrap;
  width: 100%;

}

.container-wrap {
    flex-wrap: wrap;
}

.movie_contents{
  margin: 20px auto ;
    width: 48%;
}

.youtube_responsive {
width: 100%;
aspect-ratio: 16/9;
}
