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

/*-----------------------------------------service  page -----------------------------*/



.service_back{
	width:100%;
	max-width:1900px;
	min-height:600px;
	background-image:url(../img/new/img_top_02.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	margin:0 !important;
	padding:0 0 !important;
}

.service {
	text-align: left;
}

.font16_le{
	text-align: left;
}

.com_one{
	width:100%;
	text-align:left;
	color:#4D31BC;
	font-size:18px;
	margin:0;
	display:block;
	padding-top:30px;
}

.com_title{
	width:100%;
	border-bottom:1px solid #4D31BC;
	color:#006935;
	text-align:left;
	display:flex;
	margin:0 auto 30px auto;
}

.com_two{
	width:10%;
	font-size:50px;
	line-height:50px;
	font-weight:bold;
	margin-right:10px;
}

.com_three{
	width:90%;
	font-size:30px;
	line-height:30px;
	text-align:left;
	margin-top:0;
	padding-bottom:10px;

}

.left{
	text-align:left;
}


.ser_box{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	padding:0 0 20px 0;
}

.pea{
	width:550px;
	display:flex;
	justify-content:space-between;
}

.pea_img{
	width:180px;
	margin-right:20px;
	
}

.pea_tex{
	width:340px;
	text-align:left;
}

.check{
	font-weight:bold;
	font-size:20px;
	line-height:20px;
	color:#006935;
}

.pea_tex img{
	width:20px;
	margin-right:5px;
}

.haikei_box{
		width:100%;
		background-color:#A6C78E;
		text-align:center;
		padding:50px 0 50px 0;
		margin-top:50px;
	}
	

.nagare{
	width:100%;
	margin:80px auto 50px auto;
	display:flex;
	justify-content:space-around;
}

.nagarebox{
	width:310px;
	font-size:16px;
	text-align:left;
}

	
  .nagarebox a{
	  color:#006935;
	  text-decoration:underline;
  }


.nagaretitle{
	font-size:20px;
	font-weight:bold;
	color:#006935;
	text-align:center;
}


.nagareim{
	width:100% !important;
	margin:0 auo;
	text-align:center;
}


.nagarebox .nagareim img{
	width:55%;
}


.sankaku{
	width:25px;
}

.sankaku img{
	width:100%;
	margin-top:142px;
}


.bold{
	font-weight:bold;
}

.shou{
	font-size:13px;
}


.question{
	margin:50px auto;
	width:1200px;
	text-align:left;
	font-size:20px;	
	line-height:50px;
}

.question img{
	width:50px;
	margin-right:10px;
}

.q_box{
	border:1px solid #444;
	color:#444;
	background-color:#A6C78E;
	padding-left:20px;
	vertical-align:middle;
	}
	
	.q_box img ,.a_box img{
		vertical-align:middle;
	}
	
.a_box{
	border-bottom:1px solid #444;
	border-right:1px solid #444;
	border-left:1px solid #444;
	padding-left:20px;
	padding-right:20px;
	display:flex;
	justify-content:flex-start;
	vertical-align:middle;
	font-size:16px;
}
	
	@media only screen and (max-width:640px) { 
	
	.service_back{
	width:100%;
	/*max-width:800px;*/
	min-height:370px;
	background-image:url(../img/new/sp/img_spservice01.jpg);
	}
	
	.com_one{
		font-size:13px;
		padding-top:0;
	}
	
	.com_title{
		margin:0 auto 30px auto;
	}
	
	.com_two{
		width:10%;
		font-size:30px;
		line-height:30px;
	}
	
	.com_three{
		font-size:20px;
		line-height:20px;
		text-align:left;
		margin-top:0;
		padding-bottom:5px;
	}
	
	.ser_box{
		width:100%;
		display:block;
		padding:0;
	}
	
	.pea{
		width:90%;
		margin:0 auto 20px auto;
		padding:0;
		display:flex;
		justify-content:center;
		
	}
	
	.pea_img{
		width:35%;
		margin:0 10px 0 0;
	}
	
	.pea_img img{
		width:100%;
	}
	
	.pea_tex{
		
		margin:0 auto;
		text-align:left;
	}
	
	.check{
		font-size:16px;
		line-height:16px;
		margin:0 auto;
	}
	
	.syosai{
		font-size:15px;
		line-height:15px;
	}
	
	.pea_tex img{
		width:18px;
		margin-right:5px;
	}
	
	.haikei_box{
		padding:30px 0 30px 0;
		margin-bottom:50px;
	}
	
	.nagare{
		width:100%;
		display:block;
	}
	
	.nagarebox{
		width:90%;
		margin:0 auto;
	}
	
	.sita{
		width:10%;
		margin:20px auto;
	}		
	
	.question{
		width:90%;
		font-size:18px;	
		line-height:30px;
	}
	
	.question img{
		width:20px;
		margin-right:8px;
	}
	
	.q_box{
		padding-left:25px;
	}
		
	.q_box img ,.a_box img{
		vertical-align:middle;
	}
		
	.a_box{
		padding-left:25px;
		padding-right:20px;
		display:flex;
		justify-content:flex-start;
		vertical-align:middle;
		font-size:15px;
	}
	
}

/*-----------------------------------------------------------------------------   yoyaku  page ------------*/


.yoyaku_back{
	width:100%;
	max-width:1900px;
	min-height:600px;
	background-image:url(../img/new/img_top_03.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	margin:0 !important;
	padding:0 0 !important;
}


.step{
	text-align:center;
	vertical-align:middle;
	font-size:25px;
	font-weight:bold;
	margin:20px 0 20px 0;
	color:#006935;
}

.step img{
	width:18px;
	vertical-align:middle;
	margin-right:8px;
}

.lineqr{
	width:85%;
	margin:0 auto;
	display:flex;
	justify-content:space-around;
}


.lineqr_box{
/*	width:300px;*/
}

.lineqrbox p img{
	width:50%;
	margin:0 auto;
}


.rei_im{
	width:50%;
	margin:0 auto;
}

.rei_img im{
	width:90%;
	margin:30px auto;
}


.sita img{
	width:60px;
	margin:30px auto;
}

.bottom{
	margin-bottom:80px !important;
}


	@media only screen and (max-width:640px) { 
	
	.yoyaku_back{
	width:100%;
	/*max-width:800px;*/
	min-height:370px;
	background-image:url(../img/new/sp/img_spyoyaku01.jpg);
	}
	
	.step{
		width:90%;
		margin:20px auto;
		text-align:left;
		font-size:18px;
	}
	
	.step img{
		width:18px;
	}
	
	.lineqr{
	width:90%;
	margin:0 auto;
	display:block;
	}


	.lineqr_box{
	width:100%;
	}
	
	.lineqrbox p img{
	width:40%;
	margin:0 auto;
}


	}
	

/*-------------------------------------------------------------------saiyou page -------------------------*/


.saiyou_back{
	width:100%;
	max-width:1900px;
	min-height:600px;
	background-image:url(../recrute/img/top02.png);
	background-repeat:no-repeat;
	background-size:contain;
	margin:0 !important;
	padding:0 0 !important;
}


.center{
	text-align:center;
	margin-bottom:30px;
}




#saiyoutable{
	width:70%;
	margin:0 auto 80px auto;
  border-collapse: spacing;
  border-spacing: 20px 10px;
  font-size:16px;
  text-align:left;
}

.taigu .t_l{
	font-weight:bold;
}

.taigu .t_r{
	font-weight:normal;
}

.yoko .t_l{
	width:120px;
	font-weight:bold;
	color:#4D31BC;
	/*border-bottom:2px solid #FFF;*/
}

.yoko .t_r{
	/*text-align:left;*/
	font-weight:normal;
	
}

.step2{
	width:70%;
	text-align:left;
	font-size:20px;
	font-weight:bold;
	color:#4D31BC;
	margin:20px auto;
	padding-left:20px;
	border-left:solid 5px #4D31BC;
	line-height:20px;
}

.kensyu{
	width:100%;
	margin:20px auto 0 auto;
	display:flex;
	justify-content:space-around;
}

.skill{
	width:50%x;
}


.kensyu_btn{
		/*コレ*/border-radius: 1000px;
	/*コレbox-shadow:5px 5px 5px 0 #444;*/
    display: block;
    width: 430px;
	margin:30px auto;
    /*padding: 10px;*/
    box-sizing: border-box;
    background: #FFF;
    color: #4D31BC;
    text-decoration: none;
    text-align: center;
	font-size:18px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	border:1px solid #4D31BC;
	font-weight:bold;
}

,kensyu_img{
	width:80%;
}
	
.kensyu_img img{
	width:60%;
	margin:0 auto 30px auto;
}
	
	
	
	
	@media only screen and (max-width:640px) { 
	
	.saiyou_back{
	width:100%;
	/*max-width:800px;*/
	min-height:370px;
	background-image: url("../recrute/img/top02_sp.png")
	}
	
	#saiyoutable{
	width:100%;
	text-align:left;
	}
	
	.t_l , .t_r{
		display:block;
		width:100%;
	}
	
.yoko .t_l{
	width:100%;
}

	.t_l{
		border-bottom:1px solid #4D31BC;
	}

    .t_r{
		font-size:15px;
	}
		
	
	.step2{
		width:100%;
		font-size:16px;
		font-weight:bold;
		margin:20px auto 20px 20px;
		padding-left:10px;
		border-left:solid 5px #4D31BC;
		border-left:solid 5px #4D31BC;
		line-height:16px;
	}
	
		
	.kensyu{
		width:100%;
		margin:20px auto 0 auto;
		display:block;
	}
	
	.skill{
		width:100%;
	}
	
	.kensyu_btn{
    width: 90%;
	margin:30px auto;
	font-size:16px;
	height:30px;
	line-height:30px;
}



}






/* -------------------------------------------------------------------hanbai   page ---------*/

.hanbai_back{
	width:100%;
	max-width:1900px;
	min-height:600px;
	background-image:url(../img/new/img_top_06.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	margin:0 !important;
	padding:0 0 !important;
}





.calbox{
	width:100%;
	display:flex;
	justify-content:center;
	margin:40px 0;
	vertical-align:middle;
}

.calimg{
	width:40%;
	margin-right:30px;	
}

.calimg img{
	/*width:60%;*/
	/*margin-right:20px;*/
	vertical-align:middle;
}

.caltexbox{
	/*width:55%;*/
}

.caltex{
	text-align:left;
	font-size:20px;
	font-weight:bold;
	vertical-align:middle;
	padding-left:10px;
	font-weight:bold;
	line-height:20px;
}

.caltex img{
	width:15px;
	vertical-align:middle;
	margin-right:5px;
}

.back_black{
		/*コレ*/border-radius: 1000px;
	/*コレbox-shadow:5px 5px 5px 0 #444;*/
    display: inline-block;
    width: 5em;
	margin:0 8px 0 0;
    /*padding: 10px;*/
    box-sizing: border-box;
    background: #444;
    color: #FFF;
    text-decoration: none;
    text-align: center;
	font-size:13px;
	height:20px;
	line-height:20px;
	vertical-align:middle;
	border:1px solid #444;
	font-weight:bold;
}

.em{
	width:6em !important;
}

.kakaku{
	width:100%;
	font-size:25px;
	font-weight:bold;
	color:#F00;
	margin:30px 0 0 0;
	text-align:left;
	vertical-align:middle;
}


.formTable{
	width:70%;
	margin:0 auto;
	text-align:center;
	font-size:20px;
	line-height:30px;
}

.formTable th , .formTable td{
	width:80%;
	display:block;
	margin:0 auto;
}
.koumoku{
	vertical-align:middle;
}

.nyuryoku{
	text-align:center;
}


.fo{
	width:90% !important;
	/*コレ*/border-radius: 5px;
	/*コレbox-shadow:5px 5px 5px 0 #444;*/
    display: block;
	margin:20px auto;
    padding: 10px;
    box-sizing: border-box;
    background: #FFF;
    color: #444;
    text-decoration: none;
    text-align: center;
	font-size:18px;
	line-height:20px;
	vertical-align:middle;
	border:1px solid #444;
	font-weight:bold;
	
}

	
.fo2{
	width:90% !important;
    display:block;
	margin:20px auto;
    padding:30px 10px;
    color: #444;
    text-decoration: none;
    text-align: center;
	font-size:18px;
	line-height:20px;
	vertical-align:middle;
	
}

.fo2 label{
	margin:0 30px;
}
.fotx{
	width:90% !important;
	/*コレ*/border-radius: 5px;
	/*コレbox-shadow:5px 5px 5px 0 #444;*/
    display: block;
    width: 5em;
	margin:20px auto;
    padding: 10px;
    box-sizing: border-box;
    background: #FFF;
    color: #444;
    text-decoration: none;
    text-align: center;
	font-size:18px;
	line-height:20px;
	vertical-align:middle;
	border:1px solid #444;
	font-weight:bold;
	height:10em;
	
	
	
}


.mark{
	/*コレ*/border-radius: 1000px;
	/*コレbox-shadow:5px 5px 5px 0 #444;*/
    display: inline-block;
	margin:0 8px 0 0;
	width:5em;
    /*padding: 10px;*/
    box-sizing: border-box;
    background: #006935;
    color: #FFF;
    text-decoration: none;
    text-align: center;
	font-size:10px;
	height:20px;
	line-height:20px;
	vertical-align:middle;
	border:1px solid #006935;
	font-weight:bold;
}

.formbtn{
	width:50%;
	margin:0 auto 80px auto;
	display:flex;
	justify-content:space-around;
	font-size:23px;
	font-weight:bold;
	line-height:30px;
}



input[type=submit]{
	width:300px;
	background-color:#FFDC73;
	color:#444;
	box-shadow:5px 5px 5px 0 #444;
	margin:30px 20px 30px 0;
	border-radius:1000px;
	line-height:30px;
	padding:10px 0;
	border:none;
}

input[type=reset]{
	width:300px;
	background-color:#444;
	color:#FFF;
	border:none;
	box-shadow:5px 5px 5px 0 #444;
	margin:30px 20px 30px 0;
	border-radius:1000px;
	line-height:30px;
	padding:10px 0;
}


input[type=submit]:hover {
   opacity: 0.5!important;
}

input[type=reset]:hover {
   opacity: 0.5!important;
}

	@media only screen and (max-width:640px) { 
	
	.hanbai_back{
	width:100%;
	/*max-width:800px;*/
	min-height:370px;
	background-image:url(../img/new/sp/img_sphanbai01.jpg);
	}
	
	.calbox{
		display:block;
	}
		
	.calimg{
		width:80%;
		margin:0 auto 20px auto;	
	}
	
	.caltex{
		font-size:17px;
		font-weight:bold;
		line-height:32px;
		padding-left:0;
		margin:0 20px;
		vertical-align:middle;
	}
	
	.caltex img{
	vertical-align:middle;
	
	}
	
.kakaku{
	width:100%;
	font-size:18px;
	font-weight:bold;
	color:#F00;
	margin:30px 0 0 0;
	text-align:center;
	}
	
	.formTable{
		width:100%;
		font-size:16px;
		line-height:20px;
	}
	
	.formTable th , .formTable td{
		width:100%;
	}
	
	.fo{
		width:90% !important;
		margin:20px auto;
		padding: 8px;
	}
	
		
	.fo2{
		width:90% !important;
		padding:30px 10px;
	}
	
	.fotx{
		width:90% !important;
		padding: 8px;
	}

.formbtn{
	width:100%;
	margin:0;
	display:block;
	font-size:20px;
	font-weight:normal;
	text-align:center;
}

input[type=submit]{
	width:280px;
	margin:20px auto;
}

input[type=reset]{
	width:280px;
	margin:20px auto;
}

	}
	



/* -------------------------------------------------------------------mail   page ---------*/

.mail_back{
	width:100%;
	max-width:1900px;
	min-height:600px;
	background-image:url(../img/new/img_top_07.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	margin:0 !important;
	padding:0 0 !important;
}

	@media only screen and (max-width:640px) { 
	
	.mail_back{
	width:100%;
	/*max-width:800px;*/
	min-height:370px;
	background-image:url(../img/new/sp/img_spmail01.jpg);
	}
	.manobi{
		margin:30px 0 0 0;
	
	}
	
	}


/* -------------------------------------------------------------------pharmacy   page ---------*/


.pharmacy_back{
	width:100%;
	max-width:1900px;
	min-height:600px;
	background-image:url(../img/new/img_top_04.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	margin:0 !important;
	padding:0 0 !important;

}

.shadow{
	background-color: rgba( 166, 199, 142, 0.55 );
	color:#006935;
}

.pagelink{
	display:flex;
	justify-content:space-around;
	width:90%;
	margin:50px auto;
}

.li_btn{
	width:280px;
	background-color:#FFDC73;
	color:#444;
	box-shadow:5px 5px 5px 0 #444;
	border-radius:1000px;
	line-height:20px!important;
	padding:10px 0;
	border:none;
	font-size:20px;
	vertical-align:middle;
}

.phbox{
	width:100%;
	display:flex;
	justify-content:center;
}

.phbox_o{
	width:100%;
	display:flex;
	justify-content:center;
	margin-bottom:80px;
}

.ph_img{
	width:500px;
}

.ph_img iframe{
	width:80%;
	height:300px;
	margin:0 auto;
}




.phcenter{
	font-size:18px;
	line-height:36px;
	text-align:center;
}

.li_btn2 img{
	width:18px;
	vertical-align:middle;
	margin:0 2px;
}

.li_btn2{
	width:230px;
	display:block;
	background-color:#FFDC73;
	color:#444;
	box-shadow:5px 5px 5px 0 #444;
	border-radius:1000px;
	line-height:18px;
	padding:10px 0;
	border:none;
	font-size:18px;
	margin:0 auto 40px auto;
}
	
.biz-hour {
  display: block;
  border-collapse: collapse;
  width:550px;
  font-size:18px;
  /* overflow-x: scroll;で、
  スマホ画面幅に表が入りきらない場合は
  横スクロールしてくれます */
 /* overflow-x: scroll;*/
 margin:10px auto 0 auto!important;
 padding:0;
}

.biz-hour th {
  /* １番上の線 */
  /* #A28C63っていうのが色の名前なので、ここをお好みで */
  border-top: 1px solid #A28C63;
}

.biz-hour th, .biz-hour td {
  padding: 10px 20px;
  text-align: center;
  /* ２番目以降の線 */
  /* 色はお好みで */
  border-bottom: 1px solid #A28C63;
}

/* スマホ時に横スクロールしないよう、横の余白（padding）を20px→10pxに */
@media screen and (max-width: 559px) {
  .biz-hour th, .biz-hour td {
    padding: 10px 10px;
  }
}

.biz-hour th {
  font-weight: normal;
}

/* 「土」の文字色 */
.biz-hour th.sat {
  color: #3db2da;
}

/* 「日」の文字色 */
.biz-hour th.sun {
  color: #e66a6a;
}

.osirase{
	font-size:16px;
	margin:3px 0 0 0;
	padding:0;
	text-align:left;
	display:block;
}


	@media only screen and (max-width:559px) { 
	
	.pharmacy_back{
	width:100%;
	/*max-width:800px;*/
	min-height:370px;
	background-image:url(../img/new/sp/img_sppharmacy01.jpg);
	}
	
	
	.li_btn{
	width:30%;
	line-height:15px!important;
	padding:8px 0;
	border:none;
	font-size:15px;
	margin-top:0px;

	vertical-align:middle;
	}
	
	.phcenter{
		font-size:18px;
	}
	
	
	.phbox{
		width:90%;
		display:block;
		margin:20px auto;
	}
		
	.ph_img{
		width:100%;
	}
	
	.ph_img iframe{
		width:90%;
		height:200px;
		margin:0 auto;
	}
	

	.li_btn2{
		width:230px;
		display:block;
		background-color:#FFDC73;
		color:#444;
		box-shadow:5px 5px 5px 0 #444;
		border-radius:1000px;
		line-height:16px;
		padding:8px 0;
		border:none;
		font-size:16px;
		margin:0 auto 40px auto;
	}
	
	.biz-hour {
		width:100%;
		font-size:16px;
		margin:20px auto 0 auto!important;
	}

	.osirase{
		font-size:13px;
		margin-bottom:50px;
	}



}








/*------------------------------------------------------------------------------------kaisya page -----------------*/



.kaisya_back{
	width:100%;
	max-width:1900px;
	min-height:600px;
	background-image:url(../img/new/img_top_08.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	margin:0 !important;
	padding:0 0 !important;

}



.le_tx{
	text-align:left;
	font-size:17px;
	line-height:32px;
}

.gaiyou{
	width:100%;
	margin:0 auto 80px auto;
  border-collapse: spacing;
  border-spacing: 20px 10px;
  font-size:16px;
  text-align:left;
}
	
.gaiyou .t_l{
	font-weight:bold;
	color:#006935;
}



	@media only screen and (max-width:640px) { 
	
	.kaisya_back{
	width:100%;
	/*max-width:800px;*/
	min-height:370px;
	background-image:url(../img/new/sp/img_spkaisya01.jpg);
	}
	
	.gaiyou table{
	width:100%;
	text-align:center;
	}
	
	.t_l2 , .t_r2{
		display:block;
		width:100%;
	}
	
	.t_l2{
		border-left:10px solid #006935;
		padding-left:10px;
	}

    .t_r2{
		padding:15px;
		font-size:15px;
	}
	

.le_tx{
	font-size:16px;
}


	
	}
	
	
	/*--------------------------------------------------------------   plivacy  page ------*/
	
	
	
.policy_back{
	width:100%;
	max-width:1900px;
	min-height:600px;
	background-image:url(../img/new/img_top_09.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	margin:0 !important;
	padding:0 0 !important;
}

.lef{
	text-align:left;
	width:80%;
	margin:5px auto;
	line-height:2;
}


	@media only screen and (max-width:640px) { 
	
	.policy_back{
	width:100%;
	/*max-width:800px;*/
	min-height:370px;
	background-image:url(../img/new/sp/img_sppolicy01.jpg);
	}
	
	.lef{
		width:100%;
	}

	}
	
	.sitemap{
		text-align:left;
		list-style:none;
		margin:50px 0;
	}
	
	.sitemap ul{
		list-style:none;
	}
	
	.sitemap ul li a{
		text-decoration:underline;
	}
	
	

