@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');

/*メインボックス---------------------------------------------------------*/
main {
	width: 1055px;
	margin: 30px auto;
	clear: both;
	display: block;
	
}

/*パンくず--------------------------------------------------------*/
 
main.mainbox .subnav {
	width: 100%;
	background-color: #db7093; 
}

main.mainbox .subnav p {
	width: 1000px;
	margin: 0 auto;
	font-size: 14px;
	color: #FFF;
}

main.mainbox .subnav p a {
	color: #FFF;
}

main.mainbox .subnav p a:hover {
	color: #FFF;
	text-decoration: underline;
}

/*コンテンツ--------------------------------------------------------*/

.contents {
	width: 1000px;
	margin: 40px auto;
	overflow: hidden;
	
}

.contents section p {
	margin-bottom: 30px;
}

.contents section p img {
	padding-right: 15px;
}

.contents section p.img-box {
	text-align: center;
}
section.topimg2 {
	width: 100%;
	position: relative;
	}

h2.main-h2{
	position: absolute;
	top: 75%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	width: 30vw;
	font-size: 2vw;
	font-style: italic;
	font-weight:bold;
	color: #fff;
	text-align: center;
	line-height: 1;
	
}

h2.main-h2 span {
	font-size: 15px;
	font-weigth: bold;
	display: block;
}


h3 {
	font-weight: bold;
	font-size: 25px;
	color: #db7093;
	margin: 50px auto 50px auto;
	clear: both;
	border: 3px double #db7093;
	padding: 20px 50px;
	border-radius: 10px;
	/*background: url(../img/line_img3.png) right center no-repeat;*/
}

p.topic {
	font-size: 25px;
	color: #db7093;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.5;
}


h4{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
	padding: 10px 0 8px 30px;
	border-width: 0 0 2px 0;
	border-style: dotted;
	border-color: #db7093;
	background: url(../img/service/icon1.png) no-repeat 5px 10px;
	clear: both;
}

h5{
	font-weight: bold;
	font-size: 18px;
	color: #66cdaa;
	margin-bottom: 30px;
	
}


table {
	border-collapse: collapse;
}

/*サービス・施設　index---------------------------------------------------------*/


article ul {
	width: 90%;
	margin: 0 auto;
}

article ul.menu li {
	width: 47%;
	margin: 10px 10px 0 0;
	background-color: rgba(255,255,255,0.7);
	float: left;
}

article ul.menu li a {
	display: block;
	padding: 20px;
	border: 1px solid #cccccc;
	background: url(../img/arrow1.png) right bottom no-repeat;
	font-weight: bold;
	font-size: 18px;
	height: 240px;
}

section article ul.menu li a {
	height: 80px;
}

article ul.menu li a span {
	font-size: 15px;
	color:#666;
	display: block;
	font-weight: normal;
	margin-top: 10px;
}

section article ul.menu li a:hover {
	background: url(../img/arrow1.png) #ffc0cb right bottom no-repeat;
}

article ul.fac-menu {
	overflow: hidden;
}

article ul.fac-menu li a {
	height: 100%;
}

article ul.menu li img {
	width:100%;
	padding-top: 10px;
}

article ul.menu li p {
	border-top: #ffc0cb 2px dotted;
}

/*施設特徴*/

div.feature{
	padding: 50px; 
	margin-bottom: 20px;
	background: url(../img/service_10.png) repeat;
}
div.feature dl {
	overflow: hidden;
	clear: both;
}

div.feature dl dt{
	width: 280px;
	display: block;
	border: 8px #FFFFFF solid;
	box-shadow: 1px 1px 5px 1px #CCC;
	margin-bottom: 5px;
}

div.feature dl dd{
	display: block;
	width: 500px;
	background-color: #FFF;
	margin-right: 30px;
	margin-top: 30px;
	padding: 20px;
	border-radius: 20px;
}

div.feature dl dd span {
	font-size: 25px;
	color:#F60;
}

div.feature dl.leftbox dt{
	float: left;
}

div.feature dl.leftbox dd{
	float: left;
}

div.feature dl.rightbox dt{
	float: right;
}

div.feature dl.rightbox dd{
	float: right;
}

article.fb-box{
	text-align: center;
	background: url(../img/service_10.png) repeat;
	padding: 20px 0;
	margin-top: 20px;
}

article.fb-box p {
	color: #090;
	font-size: 30px;
	line-height: 1.5;
	padding-bottom: 10px;
	background: url(../img/facility/bg2.png) repeat-x;
}



/*サービス内容---------------------------------*/

nav.ef-sp {
	display: none;
}

nav.ef-pc {
	display: block;
}

nav.servicenav ul{
	list-style: none;
	margin: 0 auto;
	width: 600px;
	padding-left: 0px;
}

nav.servicenav ul li {
	list-style: none;
	float: left;
	margin-right: 2px;
	font-weight: bold;
	font-size: 18px;
	width: 295px;
}

nav.servicenav ul li a {
	padding: 10px;
	display:block;
	color: #db7093;
	background-color: #ffc0cb;
	border-radius: 0 0 5px 5px;
	text-align:center;
	}

nav.servicenav ul li.on {
	padding: 10px;
	display:block;
	background-color: #db7093;
	color: #FFF;
	border-radius: 0 0 5px 5px;
	text-align:center;
	}

nav.servicenav ul li.on2 {
	padding: 10px;
	display:block;
	background-color: #db7093;
	color: #FFF;
	width: 295px;
	text-align:center;
	}

nav.servicenav ul li a:hover {
	background-color: #db7093;
	color: #FFF;
	}

/*nav.servicenav ul li:last-child{
	margin-right: 0;
	width: 200px;
}*/

section ol li{
	list-style-type: decimal;
	margin-bottom: 20px;
}
/*--フッターサービスナビ--*/

nav.servicenav2 ul{
	list-style: none;
	margin: 0 auto;
	width: 600px;
	padding-left: 0px;
	
}

nav.servicenav2 ul li {
	list-style: none;
	float: left;
	margin-right: 2px;
	font-weight: bold;
	font-size: 18px;
	width: 295px;
}

nav.servicenav2 ul li a {
	padding: 10px;
	display:block;
	color: #db7093;
	background-color: #ffc0cb;
	border-radius: 5px 5px 0 0;
	text-align:center;
	}

nav.servicenav2 ul li.on {
	padding: 10px;
	display:block;
	background-color: #db7093;
	color: #FFF;
	border-radius: 5px 5px 0 0;
	text-align:center;
	}

nav.servicenav2 ul li.on2 {
	padding: 10px;
	display:block;
	background-color: #db7093;
	color: #FFF;
	width: 250px;
	text-align:center;
	}

nav.servicenav2 ul li a:hover {
	background-color: #db7093;
	color: #FFF;
	}

/*nav.servicenav2 ul li:last-child{
	margin-right: 0;
	width: 200px;
}*/



/*サービス内容基本*/

div.service{
	border: 1px solid #cccccc;
	padding: 20px 20px 0px 20px; 
	margin-bottom: 20px;
	background: url("../img/service/visit5.jpg") right 100px no-repeat;
	background-size: 25%;
	
}

div.service dl {
	overflow: hidden;
	
	
}

div.service dl dt{
	display: block;
	margin-bottom:10px;
	width: 300px;
	float: left;
	
}

div.service dl dd{
	display: block;
	width: 400px;
	float: left;
}

div.service dl dd p {
	margin-bottom: 15px;
}
/*訪問看護サービス内容基本*/
div.service2{
	border: 1px solid #cccccc;
	padding: 20px 20px 0px 20px; 
	margin-bottom: 20px;
	background: url("../img/service/visit5.jpg") right 150px no-repeat;
	background-size: 25%;
	
}
div.service2 dl {
	overflow: hidden;
	
	
}

div.service2 dl dt{
	display: block;
	margin-bottom:0px;
	width: 300px;
	float: left;
	
}

div.service2 dl dd{
	display: block;
	width: 400px;
	float: left;
	padding: 30px;
	background: #FFFADA;
	border-radius:10px;
	line-height: 1.8;
}

div.service2 dl dd p {
	margin-bottom: 15px;
}

div.menubox {
	overflow: hidden;
}


/*スケジュール---------------------------------*/

div.schedule dl {
	overflow: hidden;
	margin-bottom: 30px;
}

div.schedule dl dt {
	width: 20%;
	float: left;
	display: block;
	margin-right: 15px;
	padding-top: 5px;
	padding-left: 10px;
	clear: both;
	height: 69px;
	background-color: #FFC;
	margin-top: 1px;
}

div.schedule dl dd{
	border-top: 1px dotted #555;
	display: block;
	margin: 0 0 0 0;
	padding-bottom: 15px;
	padding-top: 5px;
	font-size: 15px;
	height: 90px;
	background: url(../img/service/icon2.png) 60px bottom no-repeat;
}

div.schedule dl dd:last-child {
	background: none;
}

div.schedule dl dd img {
	float: left;
	padding-right: 20px;
	width: 120px;
}

div.schedule dl dt span {
	display: block;
	width: 100%;
	color: #db7093 ;
	margin-bottom:10px;
	font-size: 20px;
	font-weight: bold;
}

/*詳細へボタン--------------------------------------------------*/

section.detail {
	margin-bottom: 0px;
	margin-top: 20px;
}

section.detail p{
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	
}

section.detail p:last-child {
	width: 40%;
	border: 2px solid #ddd;
	border-radius: 20px;
  margin: 10px auto;
	font-size: 20px;
}

section.detail p a {
	display:block;
	border-radius: 20px;
	padding: 10px;
}

section.detail p a:hover {
	background-color: #DBECD5;
}

/*テーブル--------------------------------------------------*/

table{
	border-collapse: collapse;
	width:100%;
	margin:20px 0px;
	border:1px solid #CCC;

}

table td{
		display:table-cell;
		width:auto;
}

table td:empty {
  display:none;
}


.lb-box-table table td:first-child{
	background:#ffc0cb;
	border-right:1px solid #CCC;
	width: 20%;
}

.lb-box-table table td:nth-child(3){
	background:#ffc0cb;
	border-right:1px solid #CCC;
}

.lb-box-table table{
	border:1px solid #CCC;
}

.lb-box-table table.service tr:first-child td{
	background:#ffc0cb;
}

.gray-box-table table td{
	border-right:1px dotted #333;
}

.gray-box-table.second table td:nth-child(3){
	text-align:right;
}

.gray-box-table table td:first-child{
	background:#f3f3f3;
	border-right:1px solid #333;
}

.gray-box-table.price td.sub-title{
	background:#fff;
	text-align:left;
	border-right:1px dotted #333;
	width:auto;
	overflow: hidden;
}

.gray-box-table.price td.text-left{
	text-align:left;
}

.gray-box-table.second td{
	border-right:none;
}

table.price-shukuhaku-day td:first-child{
	background:#fff;
}

.service.tr4 tr td{
	text-align:left;
	border-right:1px dotted #333;
}

.service.tr4 tr td:first-child{
	width:15%;
}

.table-heading.gray td{
	background:#f3f3f3;
}

.gray-box-table table  tr:last-child td:last-child,
.lb-box-table table  tr:last-child td:last-child{
	border-bottom:none;
}

.gray-box-table table td,
.lb-box-table table td{
	border-bottom:1px dotted #333;
}



.service.tr4 tr td,
.service.tr4 tr td:first-child{
	width:100%;
}

/*料金案内---------------------------------------------------------*/


nav.servicenav ul.price-nav{
	width: 810px;
}

nav.servicenav2 ul.price-nav{
	width: 810px;
}


.sp-price-show {
	    display: none;
}

.pc-price-show{
		display:block;
}





/*アクセス---------------------------------------------------------*/

iframe{
	height:400px;
	width:100%;
}

dl.access-details {
	width: 100%;
	clear: both;
}

dl.access-details dt{
	display:block;
	width:15%;
	float: left;
	padding: 10px;
	background-color: #FFF;
}

dl.access-details dd{
	width:100%;
	display:block;
	margin:0;
	padding: 10px 10px 10px 18%;
	border-bottom: 2px dotted #db7093 ;
}

dl.access-details dd span {
	color: red;
	font-weight: bold;
}



/*スタッフ紹介-------------------------------------------------------*/


table.staffbox1{
  border-collapse: separate;
	border-spacing: 15px;
	background: url(../img/staff/bg-g.png) repeat;
}

table.staffbox2{
  border-collapse: separate;
	border-spacing: 15px;
	background: url(../img/staff/bg-b.png) repeat;
}


table.staffbox1 td,
table.staffbox2 td{
    background-color: #FFF;
	/*word-break: keep-all;*/
}

table.staffbox1 td.photo,
table.staffbox2 td.photo {
	text-align: center;
	background-color: rgba(255,255,255,0.7);
	overflow: hidden;
}

table.staffbox1 td.photo ul li,
table.staffbox2 td.photo ul li {
	display: block;
	float: left;
	padding: 5px;
	margin: 0 10px 0 0;
	width: 130px;
	border: #CCC dotted 1px;
	background-color: #FFF;
	 
}


/*ご利用方法-------------------------------------------------------*/

nav.servicenav ul.guide-nav{
	width: 710px;
}

nav.servicenav ul.guide-nav li {
	 width: 350px;
}

nav.servicenav2 ul.guide-nav{
	width: 710px;
}

nav.servicenav2 ul.guide-nav li {
	 width: 350px;
}



section.use-guide-box{
	background-color: #F3FDD5;
	overflow: hidden;
	padding: 15px;
	border-bottom: 5px solid #85B200;
	
}

section.use-guide-box:nth-of-type(2) {
	background-color: #FFEBE3;
	overflow: hidden;
	padding: 15px;
	border-bottom: none;
	
}

section.use-guide-box dl {
	background: #FFF;
	padding: 20px 10px 20px 30px;
	margin-bottom: 0;
	margin-top: 0;
	overflow: hidden;
	position: relative;
}

section.use-guide-box dl aside {
	background: #FFEFBF;
	padding: 10px;
	color: #333;
	width: 255px;
	height: 145px;
	position: absolute;
	top: 10px;
	right: 10px;
	transform: rotate(6deg);
	box-shadow: 2px 5px 10px 1px #CCC;
}

section.use-guide-box dl aside h1{
	font-weight: bold;
}

section.use-guide-box dl aside p{
	font-size: 14px;
}


section.use-guide-box dt {
	padding-left: 120px;
	font-size: 30px;
	font-weight: bold;
	color: #F90;
}

section.use-guide-box dd {
	padding-left: 80px;
	padding-top: 10px;
}

section.use-guide-box p.arrow {
	 padding-top: 0;
	 text-align: center;
	 margin: 0;
}

 p.arrow2 {
	 padding-top: 0;
	 text-align: center;
	 margin: 0;
}

section.use-guide-box dd dl {
	padding: 0;
	margin: 0;
	
}

section.use-guide-box dd dl dt{
	font-size: 16px;
	color: #333;
	padding: 0;
	margin: 0;
	
}

section.use-guide-box dd dl dd{
	padding: 0;
	margin: 0 0 10px 0;
	
}

/*入国後講習-------------------------*/

ul.chara_center {
	overflow: hidden;
	}
	
ul.chara_center li:nth-of-type(1n){
	width: 45%;
	padding-left: 50px;
	height: 210px;
	float: left;
	padding-top:15px;
	}
	
ul.chara_center li:nth-of-type(2n) {
	width: 45%;
	float: right;
	height: 210px;
	padding-left: 50px;
	padding-top:15px;
	}
	
ul.chara_center li:nth-of-type(1){
	background: url(../img/course/no1.png) no-repeat left top;
}

ul.chara_center li:nth-of-type(2){
	background: url(../img/course/no2.png) no-repeat left top;
}

ul.chara_center li:nth-of-type(3){
	background: url(../img/course/no3.png) no-repeat left top;
}

ul.chara_center li:nth-of-type(4){
	background: url(../img/course/no3.png) no-repeat left top;
}


.course p {
	margin-bottom: 20px;
}


/*登録支援機関-------------------------*/

.foreBox1 {
	border: solid 1px #CCCCCC;
	margin-bottom: 10px;
}

.support_li {
	margin-bottom: 20px;
	overflow: hidden;
	
	}

.support_li li {
	width: 48%;
	float: left;
	padding: 20px 0 20px 55px;
	border:#FC0 2px solid;
	border-radius: 6px;
	margin-top: 15px;
	margin-left: 10px;
	box-shadow: #999 0px 0px 5px 1px;
	font-size: 20px;
	font-weight: 800;
	background: url(../img/registered_support/foreigner_img3.jpg) 4px 4px no-repeat;
	}

article.foreBox2 {
	background: url(../images/foreign/bg.gif) repeat;
	color: #FFF;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

p.text1 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
}

.contact_tel {
	font-family:  'Alata', sans-serif;
	font-weight: bold;
	font-size: 40px;
}

.contact_tel a {
	color: #F60;
}










/* 1000px以下で適用する内容 -------------------------------------------*/
@media screen and (max-width:1000px){

/*メインボックス---------------------------------------------------------*/
main {
	width: 100%;
	clear: both;
	display: block;
	margin-top: 0px;
}



/*コンテンツ--------------------------------------------------------*/

.contents {
	width: 90%;
	margin: 40px auto;
	overflow: hidden;
	
}

.contents section p {
	margin-bottom: 30px;
}

section.topimg2 {
	width: 100%;
	position: relative;
	}
	


h2.main-h2_sp {
	position: absolute;
	top: 75%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	width: 30vw;
	font-size: 2vw;
	font-style: italic;
	font-weight:bold;
	color: #fff;
	text-align: center;
	line-height: 1;
}


h2.main-h2_sp span {
	font-size: 15px;
	font-weigth: bold;
	display: block;
}


h3 {
	font-weight: bold;
	font-size: 30px;
	color: #db7093 ;
	margin: 0px auto 30px auto;
	clear: both;
	border: 3px double #db7093 ;
	padding: 20px 20px;
	border-radius: 10px;
	background: url(../img/line_img3.png) right center no-repeat;
	text-align: center;
}


p.topic {
	font-size: 25px;
	color: #db7093 ;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.5;
}


h4{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 10px 0 8px 30px;
	border-width: 0 0 2px 0;
	border-style: dotted;
	border-color: #db7093 ;
	background: url(../img/service/icon1.png) no-repeat 5px 10px;
	clear: both;
}


table {
	border-collapse: collapse;
}

.lb-box-table table td:first-child{
	background:#ffc0cb;
	border-right:1px solid #ececec;
	width: 100%;
}





/*パンくず--------------------------------------------------------*/
 
main.mainbox .subnav {
	width: 100%;
	background-color: #db7093; 
}

main.mainbox .subnav p {
	width: 90%;
	margin: 0 auto;
}

main.mainbox .subnav p a {
	color: #FFF;
}

main.mainbox .subnav p a:hover {
	color: #FFF;
	text-decoration: underline;
}


/*サービス　index--------------------------------------------------------*/

article p {
	width: 100%;
	margin: 0 auto;
}

article ul.menu {
	width: 100%;
	margin: 0 auto;
}

article ul.menu li {
	width: 100%;
	margin: 30px 0 30px 0;
	background-color: rgba(255,255,255,0.70);
	float: none;
}



article ul.menu li a:hover {
	background: url(../img/arrow1.png) #ffc0cb right bottom no-repeat;
}




/*サービス　ナビ--------------------------------------------------------*/
nav.servicenav ul{
	/*position: absolute;*/
	list-style: none;
	margin: 0 0 30px 0; 
	width: 100%;
	overflow: auto;
	/*z-index: 1;*/
}
nav.servicenav ul li {
	list-style: none;
	margin-bottom: 1px;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
}

nav.sv-sp {
	display: none;
}

nav.sv-pc {
	display: block;
}

nav.servicenav ul li a {
	padding: 2px 10px;
	display:block;
	color: #66cdaa;
	background-color: #FFE5CC;
	border-radius: 0;
	}

nav.servicenav ul li.on {
	background: url(../img/service/btn_bg.png) repeat 0 0;
	color: #FFF;
	border-radius: 0;
	padding: 2px 0 2px 10px;
	}
	
nav.servicenav ul li.on2 {
	padding: 2px 10px;
	display:block;
	background: url(../img/service/btn_bg.png) repeat 0 0;
	color: #FFF;
	border-radius: 0;
	margin-right: 0;
	margin-bottom: 10px;
	}

nav.servicenav ul li a:hover {
	background: url(../img/service/btn_bg.png) repeat 0 0;
	color: #FFF;
	}


nav.servicenav ul li:last-child{
	margin-right: 0;
	margin-bottom: 10px;
	width: 100%;
}

/*東京事業所 ナビ・施設内容---------------------------------------------------------*/


nav.servicenav ul.tokyo-nav{
	width: 100%;
	
}

nav.servicenav ul.tokyo-nav li {
	width: 100%;
}

nav.servicenav2 ul.tokyo-nav{
	width: 100%;
}

nav.servicenav2 ul.tokyo-nav li {
	width: 100%;
}

div.feature{
	padding: 10px; 
	margin-bottom: 20px;
	background: url(../img/service_10.png) repeat;
}
div.feature dl {
	overflow: hidden;
	clear: both;
}

div.feature dl dt{
	width: 100%;
	display: block;
	border: 8px #FFFFFF solid;
	box-shadow: 1px 1px 5px 1px #CCC;
	margin-bottom: 5px;
}

div.feature dl dd{
	display: block;
	width: 100%;
	background-color: #FFF;
	margin: 0;
	padding: 20px;
	border-radius: 20px;
}

div.feature dl dd span {
	font-size: 18px;
	color:#F60;
	font-weight:bold;
}

div.feature dl.leftbox dt{
	float: none;
}

div.feature dl.leftbox dd{
	float: none;
}

div.feature dl.rightbox dt{
	float: none;
}

div.feature dl.rightbox dd{
	float: none;
}


article.fb-box{
	margin-top: 20px;
	margin-bottom: 20px;
}


article.fb-box p {
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 10px;
	background: url(../img/facility/bg2.png) repeat-x;
}



/*サービス内容--------------------------------------------------------*/


div.service{
	background: url(../img/hana.png) right bottom no-repeat;
	background-size: 30%;
	
}

div.service dl dt{
	width: 100%;
	float: none;
	display: block;
	padding-right: 15px;
	margin-bottom: 15px;
}

div.service dl dd{
	margin: 0;
	padding: 0;
	float: none;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;

}

section ol li{
	list-style-type: decimal;
	margin-bottom: 20px;
}


/*サービス内容　地域密着型---*/

div.service-commu{
	width: 100%;
	padding: 20px;
	float: none;
	margin: 0 0 20px 0;
	background: url(../img/hana.png) left bottom no-repeat;
	background-size: 20%;
}

div.service-commu dl dt{
	width: 100%;
	display: block;
}


div.service-commu dl dd{
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

div.service-commu dl dd p {
	margin-bottom: 0px;
}




/*サービススケジュール--------------------------------------------------------*/

div.schedule dl {
	border-top: 1px dotted #555;
	width: 100%;
	clear: both;
}


div.schedule dl dt {
	width: 100%;
	float: none;
	display: block;
	margin-right: 15px;
	padding-top: 5px;
	padding-left: 10px;
	
}

div.schedule dl dd{
	margin: 0;
	padding: 0;
	float: none;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	font-size: 15px;
	height: 120px;
}

div.schedule dl dd:empty{
	height: 50px;
}



div.schedule dl dt span {
	display: block;
	width: 100%;
	padding: 5px 0;
	color: #db7093 ;
	margin-bottom:10px;
	font-size: 16px;
	font-weight: bold;
}

section.arrange {
  margin-bottom: 50px;
}

.support-more {
    background-color: #FFEFBF;
	padding: 5px 0;
	margin-bottom: 30px;
}



/*詳細へボタン--------------------------------------------------*/

section.detail {
	margin-top: 50px;
	margin-bottom: 0;
}

section.detail p{
	width: 100%;
	margin-bottom: 0;
}

section.detail p:last-child {
	width: 80%;
}

section.detail p a {
}

section.detail p a:hover {
}





/*料金案内---------------------------------------------------------*/

nav.servicenav ul.price-nav{
	list-style: none;
	width: 100%;
	padding-left: 0;
}

nav.servicenav ul.price-nav li:last-child{
	margin-right: 0;
	width: 100%;
}


table td{
	padding:10px 15px;
	display:block;
	width:100%;
}


.gray-box-table table td:first-child{
	background:#ffc0cb;
	border-right:1px solid #e4e4e4;
}


.pc-price-show{
	display:none;
}

.sp-price-show {
	    display: block;
}



/*アクセス---------------------------------------------------------*/

iframe{
	height:400px;
	width:100%;
}

dl.access-details {
	width: 100%;
	clear: both;
}

dl.access-details dt{
	display:block;
	width:100%;
	float: none;
	padding: 10px;
	background-color: #ffc0cb;
}

dl.access-details dd{
	width:100%;
	display:block;
	margin:0;
	padding: 10px 10px 10px 10px;
	border-bottom: 2px dotted #db7093 ;
}

dl.access-details dd span {
	color: red;
	font-weight: bold;
}

/*スライドショー---------------------------------------------------------*/

.swiper-container .swiper-slide p{
			font-size: 14px;
			padding-bottom:5px;
			text-align: left;
		}

/*採用情報-----------------------------------------------------------*/


.lb-box-table td{
	border-bottom:1px dotted #ccc;
}

.lb-box-table tr:last-child td:last-child{
	border-bottom:none;
}


.lb-box-table td:first-child{
	background:#ffc0cb;
	border-right:1px solid #ececec;

}


.lb-box-table tr:last-child{
		border-bottom:none;
}
.lb-box-table tr:first-child{
		border-top:none;
}

/*ご利用方法-------------------------------------------------------*/

nav.servicenav ul.guide-nav{
	width: 100%;
}

nav.servicenav ul.guide-nav li {
	 width: 100%;
}

nav.servicenav2 ul.guide-nav{
	width: 100%;
}

nav.servicenav2 ul.guide-nav li {
	 width: 100%;
}

nav.servicenav ul li.on2 {
	padding: 10px;
	display:block;
	background: url(../img/service/btn_bg.png) repeat 0 0;
	color: #FFF;
	width: 100%;
	text-align:center;
	}
	
	.calendar-box {
		height: 2000px;
	}
	
	



@media screen and (max-width:750px){
	
	
h2.main-h2_sp {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	background: url(../img/h2_bg.png) no-repeat;
	background-size: 40vw;
	width: 40vw;
	font-size: 4vw;
	padding-top: 15vw;
	text-align: center;
	font-weght: bold;
	line-height: 1.2;
	color: #FFF;
	z-index: 0;
}

h2.main-h2_sp span {
	font-size: 13px;
	font-weigth: bold;
	display: block;
}

h3 {
	font-size: 25px;
}

div.schedule dl dd:empty{
	height: 50px;
}

p.topic {
	font-size: 25px;
	color: #db7093 ;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin-bottom: 20px;
	line-height: 1.5;
}

/*ご利用案内*/

section.use-guide-box dl {
	padding: 20px 10px 20px 30px;
	margin-bottom: 0;
	margin-top: 0;
	overflow: hidden;
	position: relative;
}

section.use-guide-box dl img {
	width: 80px;
}

section.use-guide-box dl aside {
	background: #FFEFBF;
	padding: 10px;
	color: #333;
	width: 100%;
	height: 100px;
	position: inherit;
	top: 20px;
	left: 0;
	transform: none;
	box-shadow: 2px 5px 10px 1px #CCC;
}

table.staffbox1 td.photo ul li,
table.staffbox2 td.photo ul li {
	display: block;
	float: left;
	padding: 5px;
	margin: 0 10px 10px 0;
	width: 100px;
	border: #CCC dotted 1px;
	background-color: #FFF;
	 
}

/*入国後講習-------------------------*/

ul.chara_center {
	overflow: hidden;
	}
	
ul.chara_center li:nth-of-type(1),
ul.chara_center li:nth-of-type(2),
ul.chara_center li:nth-of-type(3),
ul.chara_center li:nth-of-type(4){
	width:100%;
	float: none;
	height: 100%;
	min-height: 200px;
	margin-bottom:15px;
	}
	
	
/*訪問看護サービス内容基本*/
div.service2{
	border: 1px solid #cccccc;
	padding: 20px 20px 100px 20px; 
	margin-bottom: 20px;
	background: url("../img/service/visit5.jpg") right bottom no-repeat;
	background-size: 40%;
	
}
div.service2 dl {
	overflow: hidden;
	
	
}

div.service2 dl dt{
	display: block;
	margin-bottom:0px;
	width: 100%;
	float: none;
	
}

div.service2 dl dd{
	display: block;
	width: 100%;
	float: none;
	padding: 10px;
	background: #FFFADA;
	border-radius:10px;
	line-height: 1.8;
	margin-left: 0px;
}

div.service2 dl dd p {
	margin-bottom: 15px;
}	


}

@media screen and (max-width:480px){
	
	
h2.main-h2_sp {
	position: absolute;
	top: 70%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	background: url(../img/h2_bg.png) no-repeat;
	background-size: 70vw;
	width: 70vw;
	font-size: 6vw;
	padding-top: 10vw;
	text-align: center;
	font-weght: bold;
	line-height: 1.2;
	color: #FFF;
	z-index: 0;
}

h2.main-h2_sp span {
	font-size: 11px;
	font-weigth: bold;
	display: block;
}

h3 {
	font-size: 20px;
}

p.topic {
	font-size: 18px;
}

/*ご利用案内*/

section.use-guide-box dl {
	padding: 10px 10px 10px 10px;
	margin-bottom: 0;
	margin-top: 0;
	overflow: hidden;
	position: relative;
}

section.use-guide-box dl img {
	width: 50px;
	margin-right: 20px;
}

section.use-guide-box dl aside {
	background: #FFEFBF;
	padding: 10px;
	color: #333;
	width: 100%;
	height: 100%;
	position: none;
	top: 20px;
	left: 0;
	transform: none;
	box-shadow: 2px 5px 10px 1px #CCC;
}

section.use-guide-box dl aside h1{
	font-weight: bold;
	
}

section.use-guide-box dl aside p{
	font-size: 14px;
}


section.use-guide-box dt {
	padding-left: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #F90;
}

section.use-guide-box dd {
	padding-left: 0px;
	padding-top: 10px;
	margin-left: 0;
	
}

table.staffbox1 td.photo ul li,
table.staffbox2 td.photo ul li {
	padding: 5px;
	margin: 0 10px 10px 0;
	width: 100px;
	border: #CCC dotted 1px;
	background-color: #FFF;
	 
}


/*登録支援機関-------------------------*/


.support_li {
	margin-bottom: 20px;
	overflow: hidden;
	
	}

.support_li li {
	width: 95%;
	float: none;
	padding: 20px 0 20px 55px;
	border:#FC0 2px solid;
	border-radius: 6px;
	margin-top: 15px;
	margin-left: 10px;
	box-shadow: #999 0px 0px 5px 1px;
	font-size: 18px;
	font-weight: 800;
	background: url(../img/registered_support/foreigner_img3.jpg) 4px 4px no-repeat;
	}


p.text1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
}



}

@media screen and (max-width:320px){
	
	
h2.main-h2_sp {
	position: absolute;
	top: 70%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	background: url(../img/h2_bg.png) no-repeat;
	background-size: 70vw;
	width: 70vw;
	font-size: 6vw;
	padding-top: 10vw;
	text-align: center;
	font-weght: bold;
	line-height: 1.2;
	color: #FFF;
	z-index: 0;
}

h3 {
	font-size: 18px;
}

p.topic {
	font-size: 16px;
}

table.staffbox1 td.photo ul li,
table.staffbox2 td.photo ul li {
	padding: 5px;
	margin: 0 10px 10px 0;
	width: 100px;
	border: #CCC dotted 1px;
	background-color: #FFF;
	 
}
}