/* COMMON ================================================================================*/
body {
	font-family: 'Noto Sans JP', sans-serif,'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif!important;
	min-width: 1150px!important;
	overflow:visible!important;
	position: relative;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	margin: 0;
	}

.stopBk{
	overflow: hidden!important;
	}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
	}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
	}

html{height: 100%;}

p{
	font-size: 18px;
	color: #545454;
	line-height: 2em;
	margin: 0;
	padding: 0;
	}

small{
	font-size: 80%;
	}

img{
	display: block;
	}

a{
	display: block;
	color: #545454;
	overflow:hidden!important;
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
	text-decoration:none;
	transition-duration: .3s;
	transform: rotate(0.03deg);
	}
a:hover{
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
	transition-duration: .3s;
	}
a:focus{
	outline:none!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important
	}

table{
	width: 100%;
	font-size: 18px;
	line-height:1.8em;
	color: #545454;
	}
ul{
	padding: 0;
	}
ul li,
ol li{
	list-style-position: inside;
	list-style-type: none;
	font-size: 18px;
	line-height: 1.8em;
	color: #545454;

	}

li a{
	display: inline;
	}

address{
	color: #333;
	font-size: 18px;
	font-style: normal;
	line-height: 1.6em;
	}

h1{
	color: #333333;
	font-size: 34px;
	line-height: 1em;
	margin: 0;
	}
h1 span{
	display: block;
	font-size: 24px;
	}

h2{
	color: #287CD1;
	font-size: 40px;
	font-weight: normal;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1em;
	background-color: rgba(255, 255, 255, .7);
	border-left: 10px solid;
	border-image: linear-gradient(to bottom, #0A40A7, #4998E6) 1;
	padding: 20px 20px;
	margin: 0;
	letter-spacing: 3px;
	}


h2::before{
	display: block;
	font-size: 20px;
	line-height: .8em;
	margin: 0 0 0 10px;
	letter-spacing: 0;
	}
#news h2::before{
	content: "news";
	}
#info h2::before{
	content: "information";
	}
#policy h2::before{
	content: "policy";
	}
#about h2::before{
	content: "about";
	}
#message h2::before{
	content: "message";
	}
#support h2::before{
	content: "support";
	}
#community h2::before{
	content: "contribution";
	}
#thanks h2::before{
	content: "thanks";
	}
#job h2::before,
#recruit h2::before{
	content: "recruit";
	}
#contact h2::before{
	content: "contact";
	}
#pharmacy h2::before{
	content: "pharmacy";
	}

#pharmacy h2{
	width: 230px;
	display: block;
	line-height: 1.8em;
	text-align: center;
	-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	border-left: none;
	border-bottom: 10px solid;
	border-image: linear-gradient(to right, #0A40A7, #4998E6) 1;
	margin: 0 auto 100px;
	}
h3{
	color: #0F59AC;
	font-size: 26px;
	line-height: 1.4em;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	}

h4{
	color: #B5995F;
	font-size: 22px;
	font-weight: bold;
	border-bottom: #B5995F 2px solid;
	margin: 0 0 15px 0;
	}

h5{
	font-size: 18px;
	background-image: url("../img/icon_check.png");
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 0 center;
	padding: 0 0 0 30px;
	margin: 0 0 5px 0;
	}


section{
   width: 100%;
	padding: 130px 0;
	}
section:last-child{margin-bottom: 0;}

.wrap{
	width: 1100px;
    margin:  auto;
	}
.h2block{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	}
.h2block > div{
	width: 900px;
	}

main{
	padding: 0 0 0 0;
	width: 100%;
	background-image: url("../img/bg_fabric01.png");
	background-repeat: repeat;
	}
.toppage{
	}
.subPage{
	border-width: 1px 0;
	border-style: solid;
	border-color: #ebebeb;
	}

.bfIcon::before{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	 margin-left: -1rem;
	}
.afIcon::after{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	}

table.table01{
	width:100%;
	margin:0 auto 10px;
	border-collapse: separate!important;
   border-spacing: 0;
	table-layout: fixed;
	}
table.table01 th,
table.table01 td{
	border-bottom: #CCC 1px solid;
	text-align:center;
	box-sizing: border-box;
	padding: 15px 15px;
	vertical-align: top;
	}
table.table01 td{text-align: left;}

ul.disc{margin-left: 20px;}
ul.disc li{
	list-style: disc;
	list-style-position: outside;
	}

ul.circle{margin-left: 0px;}
ul.circle > li{
	margin-bottom: 10px;
	list-style-type: none;
	list-style-position: outside;
	}
ul.circle > li::before{
	content: "ã€‡";
	color: #6DACD6;
	margin-right: 10px;
	}

ul.noteLine{}
ul.noteLine li{
	list-style-type: disc;
	padding: 5px 20px;
	border-bottom: #ccc 1px dotted;
	}

ol.num{
	display: inline-block;
	background-color: #FAFAFA;
	padding: 20px 50px;
	list-style-position: outside;
	margin: 20px 0;
	}
ol.num li{
	list-style-type: decimal;
	border-bottom: #ccc 1px dotted;
	padding: 3px 10px;
	}
dl{}
dl dt,
dl dd{
	line-height: 1.4em;
	transform: rotate(0.03deg);
	}
dl dt{
	color: #7F520A;
	font-size: 22px;
	font-weight: bold;
	}

dl dd{
	color: #333333;
	font-size: 20px;
	padding: 10px 0 20px;
	}
dl dd:last-child{
	padding-bottom: 0;
	border-bottom: none;
	}

/* 営業時間 */
table.time{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	}
table.time th,
table.time td{
	color: #545454;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
	padding: 10px 0;
	}

table.time th{
	background-color: #E8E8E8;
	}
table.time th:first-child{
	width: 155px;
	}
table.time td{
	border-bottom: #ebebed 2px solid;
	}

.close{
	color: #CC3E40;
	font-weight: bold;
	}


/* pc sticky */
.stickyArea{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	}
.stickyArea::after{
	display: table;
	content: "";
	clear: both;
	}
.stkMenu{
	position: relative;
	width: 225px;
	margin-right: 40px;
	}
.menuInner{
	position: sticky;
	top: 0;
	}

.menuInner nav > ul{
	padding: 70px 0;
	background-image:url("../img/icon_medical.png");
	background-repeat: no-repeat;
	background-size: 50px auto;
	background-position: center 20px;
	}
.menuInner nav > ul > li{
	color: #0079C1;
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 10px 0;
	}
.menuInner nav > ul > li:first-child{
	text-align: center;
	margin-bottom: 30px;
	}
.menuInner nav > ul > li:first-child span{border-bottom: #0079C1 5px solid;;}
.menuInner nav > ul > li > a{
	font-size: 20px;
	font-weight: normal;
	transition-duration: .2s;
	color: #354378;
	}
.menuInner nav > ul > li a::before{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin: 0 10px 0 0;
	background-image: url("../img/arrow02.png");
	width: 10px;
	height: 20px;
	}
.menuInner nav > ul li a:hover,
ul.stkSubeMenu li a:hover{
	color: #76BDD8;
	transition-duration: .2s;
	}

ul.stkSubeMenu{margin: 0 0 0 40px}
ul.stkSubeMenu li a{
	font-weight: normal;
	font-size: 18px;
	color: #788587;
	}
ul.stkSubeMenu li a::before{display: none!important;}

.stkContent{
	width:750px;
	float: right;
	}
.stkContent .wrap{width: 100%;}

.stkContent > div{
	margin-bottom: 100px;
	}

ul.pmList{}

ul.pmList li.place{
	font-weight: bold;
	padding: 3px 5px;
	margin-top: 15px;
	border-bottom: #B5DBFA 5px solid;
	}
ul.pmList li.place:first-child{
	margin-top: 0;
	}
ul.pmList li a{
	display: block;
	font-size: 16px;
	line-height: 1.5;
	background-image: url("../img/arrow04.png");
	background-repeat: no-repeat;
	background-size: 7px auto;
	background-position: left 10px;
	padding: 0 20px 0 15px;
	}
ul.pmList li:not(:last-child) a{
    margin-bottom: 5px
    }


/* HEADER --------------------------------------------------- */
.spBtn{
	display: none;
	}

header{}

Header .wrap{
	display: flex;
	align-items: center;
	align-content: flex-end;
	justify-content: space-between;
	width: 1100px;
	padding: 30px 0;
	margin: 0px auto;
	box-sizing: border-box;
	background-color: transparent;
	}

nav{
	width: 700px;
	align-self: flex-end;
	}

nav .tp{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	margin-bottom: 10px;
	}
nav .tp .tel{
	color: #287CD1;
	font-size: 26px;
	font-weight: bold;
	line-height: 1em;
	}
nav .tp a{
	display: block;
	width: 180px;
	color: #FFF;
	font-size: 18px;
	text-align: left;
	background-image: url("../img/icon_mail_w.png");
	background-color: #545454;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 8% center;
	padding: 15px 5px 15px 45px;
	box-sizing: border-box;
	margin: 0 0 0 25px;
	}

/* nav */
nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	}

nav ul li a{
	display: block;
	font-size: 18px;
	color: #545454;	
	text-decoration: none;
	transition-duration: .1s;
	}

nav ul.tp{
	justify-content: flex-end;
	margin: 0 0 20px 0;
	}
nav ul.tp li a{
	width: 280px;
	text-align: center;
	background-color: #FFF;
	padding: 5px 0;
	margin: 0 0 0 20px;
	}
nav ul.tp li a::before{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	 margin-left: -1rem;
	background-image: url("../img/icon_mail.png");
	width: 24px;
	height: 24px;
	margin: -6px 15px 0 0;
	}*




/* FOOTER --------------------------------------------------- */
footer{
	padding: 80px 0;
	}


footer .wrap{
	width: 1100px;
	display: flex;
	justify-content: space-between;
	}

.ftInfo{
	width: 420px;
	}
.ftInfo p:first-child{
	color: #333333;
	font-size: 30px;
	}

.ftInfo address{
	font-size: 18px;
	margin: 10px 0;
	}
.ftInfo .tel,
.ftInfo .tel a{
	display: inline;
	color: #2581CC;
	font-size: 22px;
	font-weight: bold;
	}
.ftLink{
	width: 640px;
	}

.ftLink ul{
	display: flex;
	flex-wrap: wrap;
	}
.ftLink ul:nth-child(1) li{
	margin-right: 20px;
	}
.ftLink ul:nth-child(1) li:nth-child(6){
	margin-right: 0;
	}
.ftLink ul:nth-child(1) li a{
	color: #545454;
	font-size: 18px;
	font-weight: bold;
	border-bottom: #FFF 1px solid;
	}
.ftLink ul:nth-child(1) li a:hover{
	border-bottom: 1px solid;
	border-image: linear-gradient(to right, #0A40A7, #4998E6) 1;
	}
.ftLink ul:nth-child(1) li{
	margin-right: 20px;
	}

.ftLink ul:not(:first-child) li{
	margin-right: 10px
	}
.ftLink ul:not(:first-child) li a{
	color: #757575;
	font-size: 16px;
	}
.ftLink ul:not(:first-child) li a:hover{
	color: #0A40A7;
	}

.spRecruit{
	display: none;
	}

.copy{
	color: #CECECE;
	font-size: 16px;
	padding: 10px 0;
	}


/* HELPER --------------------------------------------------- */
.m0{margin:0!important;}
.mb0{margin-bottom:0px!important;}
.mb5{margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb30{margin-bottom:30px!important;}
.mb40{margin-bottom:40px!important;}
.mb50{margin-bottom:50px!important;}
.mb80{margin-bottom:80px!important;}
.mb100{margin-bottom:100px!important;}
.mb300{margin-bottom:300px!important;}
.mb400{margin-bottom:400px!important;}

.mt0{margin-top:0!important;}
.mt5{margin-top:5px!important;}
.mt10{margin-top:10px!important;}
.mt15{margin-top:15px!important;}
.mt20{margin-top:20px!important;}
.mt30{margin-top:30px!important;}
.mt50{margin-top:50px!important;}
.mt100{margin-top:100px!important;}

.mtb0{margin: 0 auto!important;}
.mtb50{margin: 50px auto!important;}

.ml20{margin-left: 20px!important;}
.ml25{margin-left: 25px!important;}
.ml50{margin-left: 50px!important;}

.mr0{margin-right: 0!important;}

.pb0{padding-bottom:0!important;}
.pb30{padding-bottom:30px!important;}
.pb50{padding-bottom:50px!important;}
.pb300{padding-bottom:300px!important;}

.pt0{padding-top:0px!important;}
.pt10{padding-top:10px!important;}
.pt50{padding-top:50px!important;}
.pt100{padding-top:100px!important;}

.ptb0{padding:0 auto!important;}
.ptb15{padding:15px 0!important;}
.ptb23{padding:23px 0!important;}
.ptb30{padding:30px 0!important;}
.ptb50{padding:50px 0!important;}
.ptb60{padding:60px 0!important;}
.ptb80{padding:80px 0!important;}

.w20{width: 20%;}
.w30{width: 30%;}

.noPadding{padding: 0!important}

.alignLeft{text-align:left!important;}
.alignRight{text-align:right!important;}
.alignCenter{text-align:center!important;}

.mCenter{margin: 0 auto;}
.imgCenter{
	display:block;
	margin:0 auto;
	}

.rpImg{
	max-width: 100%!important;
	height: auto;
	}

.textLink{text-decoration: underline;}
.textLink:hover{text-decoration: none;}

.hide{visibility: hidden;}

.bgWhite{background-color: rgba(255, 255, 255, 0.4)}
.bgGray{background-color: #F1F3FB;}

.bdTop{border-top: #756150 1px solid}

.white{color: #FFF;}
.red{color: #B20000;}
.bold{font-weight: bold;}

.textsdw{
	text-shadow: 1px 2px 3px rgba(255, 255, 255, 1);
	}

/* image opacity */
a.op:hover img {
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
       transition-duration: 0.5s;
	}
a.op img {
	display:block;
	margin:0 auto;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
       transition-duration: 0.5s;
	}

ul.recruitBtn{
	width: 64px;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #287CD1;
	box-sizing: border-box;
	padding: 0 15px;
	}

ul.recruitBtn li{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	}
ul.recruitBtn li:nth-child(1){
	border-bottom: #FFF 1px solid;
	}
ul.recruitBtn li:nth-child(3){
	display: none;
	}
ul.recruitBtn li a{
	display: block;
	color: #FFF;
	padding: 20px 0;
	}

.contactBtn{
	display: flex;
	align-items: center;
	position: fixed;
	right: 0;
	top: 310px;
	width: 64px;
	font-size: 18px;
	box-sizing: border-box;
	color: #FFF;
	background-color: #0C43A9;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 20px 0;
	}

.pagetop{
	position: fixed;
	display: block;
	width: 80px;
	height: auto;
	right: 10px;
	bottom: 10px;
	
	}
.pagetop img{
	display: block;
	width: 100%;
	}



/* PAGE ================================================================================*/
.linkBox{
	display: flex;
	justify-content: flex-end;
	}
.linkBox a{
	display: flex;
	align-items: center;
	width: 280px;
	color: #FFF;
	font-size: 20px;
	line-height: 1.4em;
	background:  url("../img/arrow02.png"), linear-gradient(90deg, rgb(10, 64, 167), rgb(73,152, 230));
	background-repeat: no-repeat;
	background-size: 20px auto, cover;
	background-position:  95% center, center center;
	padding: 15px 30px 16px;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 0 15px 0 0;
	}
.linkBox a:last-child{
	margin: 0 0 0 0;
	}



/* index.html --------------------------------------------------- */
/* slick */
.slider.spSlider{
	display: none;
	}
.slider.pcSlider{
	width: 75%;
	margin: 0 0 0 auto;
	}
.slider img{
	display: block;
	width: 100%;
	}
.main-slider figure{margin:0!important;}
.main-slider .ytPlayer{pointer-events: none!important;}
.ytp-pause-overlay{display:none!important;}

.slick-dots{bottom:25px!important;}
.slick-dots li {
	width: 20px!important;
	height: 30px!important;
	}
.slick-dots li button::before{
	font-size:45px!important;
	color:#FFF!important;
	}
.slick-dotted.slick-slider {margin-bottom:0!important;}


.eyecatch{
	position: relative;
	max-width: 1800px;
	height: 600px;
	margin: auto 0 0 0;
	background-image: url("../img/eyecatch.jpg");
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom left;
	}
.eyecatch img{
	position: absolute;
	left: 0;
	top: 80px;
	width: 500px;
	}

.newsArea{
	margin-bottom: 50px;
	}
.newsArea > p{
	font-size: 12px;
	text-align: right;
	}


dl#view{}
dl#view dt{
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4em;
	background-color: #545454;
	padding: 10px 20px;
	margin: 0 0 10px 0;
	transition-duration: .1s;
	}
dl#view dt:hover{
	cursor: pointer;
	color: #FFF;
	background-color: #545454;
	transition-duration: .1s;
	}
dl#view dd{
	display: none;
	font-size: 18px;
	line-height: 1.8em;
	padding: 10px 20px;
	margin: 0 0 20px 0;
	border-bottom: none;
	}
dl#view dd a{
	display: inline;
	text-decoration: underline;
	}
dl#view dd a:hover{
	text-decoration: none;
	}

#info{
	background-image: url("../img/bg_info.jpg");
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	}

ul.lineup{
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0;
	}
ul.lineup li{
    display: flex;
    align-items: center;
	width: 265px;
    padding: 10px 20px;
	margin: 0 50px 15px 0;
    border-radius: 5px;    
    box-sizing: border-box;
    background-color: #2581CC;
    background-image: url("../img/arrow01.png");
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: 95% center;
	}
ul.lineup li:nth-child(3n){
	margin-right: 0;
	}
ul.lineup li a{

	color: #FFF;
	font-size: 18px;
    line-height: 1.4;
	
	}

ul.lineup li a:hover{
	opacity: .6;
	}

ul.line{
	display: flex;
	flex-wrap: wrap;
	}

#info .contact{
	width: 650px;
	margin: 0 0 0 auto;
	}

#info .contact ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0 0 0;
	}
#info .contact ul li a{
	color: #2581CC;
	background-repeat: no-repeat;
	}
#info .contact ul li:nth-child(1) a{
	font-size: 40px;
	font-weight: bold;
	background-image: url("../img/icon_tel.png");
	background-size: 20px auto;
	background-position: left center;
	padding: 0px 0px 5px 30px;
	}
#info .contact ul li:nth-child(2) a{
	font-size: 20px;
	background-image: url("../img/icon_mail.png");
	background-size: 30px auto;
	background-position: 20px center;
	padding: 3px 20px 5px 60px;
	border-radius: 5px;
	border: #2581CC 2px solid;
	}
#info .contact ul li:nth-child(2) a:hover{
	background-color: #FFF;
	border-color: #FFF;
	}

.ceo{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin: 50px 0;
	}
.ceo span{
	margin-right: 20px;
	}
.ceo img{
	width: 200px;
	}

#message{
	border-top: #287CD1 1px solid;
	}

.toppage #community{
	background-image: url("../img/bg_contribution.jpg");
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	}

.toppage #community p{
	margin-bottom: 40px;
	}


#recruit{
	background-image: url("../img/bg_recruit.jpg");
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	}

#recruit p{
	margin-bottom: 50px;
	}


/* company.php --------------------------------------------------- */
.policyArea{
	display: flex;
	justify-content: space-around;
	}

.policyArea .detail{
	width: 280px;
	height: 280px;
	background-image: url("../img/bg_policy.jpg");
	background-repeat: repeat;
	background-size: contain;
	background-position: center;
	border-radius: 200px;
	text-align: center;
	box-sizing: border-box;
	padding: 30px 0;
	}

.policyArea .detail p{
	color: #FFF;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 1);
	}
.policyArea .detail p:nth-child(1){
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 15px;
	border-bottom: #FFF 3px solid;
	}
.policyArea .detail p:nth-child(1)::before{
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 1em;
	}
.policyArea .detail:nth-child(1) p:nth-child(1)::before{
	content: "01";
	}
.policyArea .detail:nth-child(2) p:nth-child(1)::before{
	content: "02";
	}
.policyArea .detail:nth-child(3) p:nth-child(1)::before{
	content: "03";
	}

.policyArea .detail p:nth-child(2){
	line-height: 1.6em;
	}


table.compnayInfo{
	width: 800px;
	margin: 0 auto;
	}

table.compnayInfo th{
	width: 200px;
	}

ul.history{}
ul.history li{
	list-style-type: none;
	}
ul.history li a{
	color: #287CD1;
	}
ul.history li p::after{
	content: "… ";
	}
ul.history li p {
	display: inline;
	}
ul.history li p span{
	visibility: hidden;
	}

.callArea{
	margin: 50px 0;
	}
.callArea a{
	display: inline-block;
	color: #2581CC;
	font-size: 40px;
	font-weight: bold;
	padding: 15px 20px;
	margin: 0 0 0 100px;
	border: #2581CC 3px solid;
	border-radius: 10px;
	}
.callArea a::before{
	display: inline-block;
	content: "";
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-left: -1rem;
	background-image: url("../img/icon_tel.png");
	width: 22px;
	height: 33px;
	margin: -6px 10px 0 0;
	}	

#contact table.form{
	width: 800px;
	margin: 0 0 0 auto;
	}


/* pharmacy01.html, pharmacy02.html--------------------------------------------------- */
#pharmacy{
	padding: 50px 0 130px
	}

.kasan{
	border: #333 1px solid;
	margin-bottom: 50px;
	padding: 20px 50px;
	}

.kasan p{
	font-size: 18px;
	font-weight: normal;
	}
.kasan p span{
	text-decoration: underline;
	}
.kasan p span:hover{
	cursor: pointer;
	text-decoration: none;
	}

.kasan dl{
	display: none;
	margin: 20px 0;
	}
.kasan dl dt{
	width: 60%;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	background-color: #888888;
	padding: 5px 20px;
	}
.kasan dl dd{
	margin-left: 20px;
	}
.kasan li{
	font-size: 16px;
	line-height: 1.2em;
	}

#pharmacy h3{
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 2px;
	background-color: #093485;
	padding: 0 20px;
	margin-bottom: 30px;
	}
#pharmacy h3 span{
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 37px;
	letter-spacing: 0;
	box-sizing: border-box;
	margin: 0 15px 0 0
	}

.flexslider{
	width: 100%;
	display: flex;
	justify-content: space-around;
	background-color: transparent;
	border: none;
	}
.flexslider .slides{
	position: relative;
	width: 80%;
	}
.flexslider .slides li p{
	position: absolute;
	left: 5%;
	bottom: 5%;
	background-color: #FFF;
	padding: 1% 3%;
	box-sizing: border-box;
	}
.flex-control-nav{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	width: 15%;
	}
.flex-control-thumbs {
	margin: 0;
	}
.flex-control-thumbs li{
	width: 100%;
	margin: 0 0 5% 0;
	}
.flex-control-thumbs li:nth-child(5n){
	margin-right: 0;
	}


.pmInfo{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	}

.pmInfo table{
	width: 240px;
	margin-bottom: 50px;
	}

.pmInfo table th,
.pmInfo table td{
	box-sizing: border-box;
	}

.pmInfo table th{
	display: inline-block;
	width: 100px;
	vertical-align: top;
	background-color: #E8E8E8;
	}
.pmInfo table td{
	display: block;
	width: 100%;
	line-height: 1.4em;
	padding:  10px 0 30px 0;
	}

.map{
	width: 500px;
	}


.kasanmemo{
	font-size: 16px;
	margin-bottom: 30px;
	}
.kasanmemo::before{
	content: "■";
	color: #C1C1C1;
	font-size: 16px;
	margin-right: 10px;
	}
.new{
    display: inline-block;
    color: #E06F00;
    margin-bottom: 40px;
    padding: 0 10px;
    background:linear-gradient(transparent 60%, #FFECB5 60%);
    }
.backList{
	display: none;
	}


/* contribution.php --------------------------------------------------- */
dl.cnb{
	margin: 50px 0 0 0;
	}
dl.cnb dt{
	}

dl.cnb dd{
	border-bottom: #333 1px dotted;
	padding: 0 40px 60px;
	margin-bottom: 60px;
	}

.cafe{
	display: flex;
	width: 450px;
	margin: 30px 0 0 auto;
	padding: 20px 40px;
	background-color: #f2f2f2;
	border: #f2f2f2 2px solid;
	}
.cafe:hover{
	background-color: transparent;
	}
.cafe p{
	line-height: 1.4em;
	}
.cafe p:nth-child(1){
	margin: 0 40px 0 0;
	padding: 0 40px 0 0;
	border-right: #AFAFAF 1px solid;
	}


/* support.html --------------------------------------------------- */
#support{}

.intro{
	margin-bottom: 100px;
	}

dl.flow{
	display: flex;
	flex-wrap: wrap;
	}

dl.flow dt,
dl.flow dd{
	box-sizing: border-box;
	border-style: dotted;
	border-color: #333;
	margin-bottom: 30px;
	}

dl.flow dt{
	width: 285px;
	padding: 30px 0 30px 30px;
	border-width: 1px 0 1px 1px;
	
	}
dl.flow dt img{
	width: 100%;
	}

dl.flow dd{
	width: 615px;
	padding: 30px 30px;
	border-width: 1px 1px 1px 0;
	}
dl.flow dd p{
	font-size: 16px;
	line-height: 1.4em;
	margin: 0 0 20px 30px;
	}
dl.flow dd > *:last-child{
	margin-bottom: 0!important;
	}

#supportLink{
	background-image: url("../img/bg_support.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	}
#supportLink h2{
	color: #FFF;
	text-align: center;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 8);
	padding: 0;
	margin-bottom: 30px;
	background-color: transparent;
	border-left: none;
	-ms-writing-mode: horizontal-tb;
	writing-mode:horizontal-tb;	
	}


#supportLink p{
	color: #FFF;
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 8);
	margin-bottom: 80px;
	}

#supportLink .linkBox{
	justify-content: center;
	}



/* entry.php --------------------------------------------------- */
ul.jobBtn{
	display: flex;
	}
ul.jobBtn li{
	width: 50%;
	}
ul.jobBtn li a{
	display: block;
	color: #287CD1;
	font-size: 22px;
	padding: 10px 0;
	text-align: center;
	background-color: #F0F7FC;
	}
ul.jobBtn li a:hover{
	opacity: .7;
	}
ul.jobBtn li.active a{
	color: #F0F7FC;
	background-color: #287CD1;
	}

.jobInfo{
	width: 100%;
	box-sizing: border-box;
	padding: 40px 60px;
	margin: -1px 0 0 0;
	border: #F0F7FC 5px solid;
	}
.jobInfo.detail{
	display: none;
	}
.jobInfo.detail.is-active {
	display: block;
	border: #287CD1 5px solid;
	}

.jobInfo table.table01{
	width: 100%;
	margin: 0 auto 50px;
	}

.jobInfo table.table01 th{
	width: 150px;
	}



/* Media QuelikeTblry ================================================================================*/
.sp{display: none!important;}
.pc{display: block!important;}


@media only screen and (max-width: 479px){
	.pc{display: block!important;}
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
	.pc{display: block!important;}
	
}

@media only screen and (max-width : 599px) {
	.sp{display: block!important;}
	.pc{display: none!important;}
	
	body{min-width:inherit!important;}
	
	.pagetop{
		width: 15%;
		height: auto;
		right: 3%;
		bottom: 3%;
		background-color: rgba(255,255,255,0.8);
		box-sizing: border-box;
		padding: 1%;
		}
	
	ul.recruitBtn,
	.contactBtn{
		display: none;
		}
	
	.subPage{
		padding: 0;
		}
	
	section{
		padding: 15% 0;
		}

	
	.wrap{
		width: 94%;
		padding: 0;
		margin: 0 auto;
		}
	
	.h2block{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: center;
		}
	.h2block > div{
		width: 100%;
		}

	h2{
		font-size: 7vw;
		text-align: center;
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		border-left: none;
		border-bottom: 5px solid;
		border-image: linear-gradient(to right, #0A40A7, #4998E6) 1;
		margin: 0 auto 15%;
		background-color: rgba(255, 255, 255, .5);
		padding: 5% 10%;
		}
	h2::before{
		font-size: 4vw;
		margin: 0 0 10px 0;
		}
	
	#pharmacy h2{
		width: 60%;
		line-height: 1.2em;
		margin: 0 auto 20%;
		border-bottom: 5px solid;
		}
	
	h3{
		font-size: 6vw;
		}
	h4{
		font-size: 6vw;
		margin-bottom: 5%;
		}
	
	h5{
		font-size: 5vw;
		background-size: 6% auto;
		padding: 0 0 0 8%;
		margin: 0 0 2% 0;
		}
	
	table{
		font-size: 4.5vw;
		line-height: 1.4em;
		}
	
	.stickyArea{
		width: 100%;
		margin: 0 auto;
		flex-direction: column-reverse;
		}
	.stkMenu{
		position: inherit;
		width: 100%;
		margin:0 0 0 0;
		}
	.menuInner{
		position: inherit;
		top: 0px;
		}
	.stkContent{
		width:100%;
		float: inherit;;
		}
	.stkContent .wrap{
		width: 100%;
		}
	.stkContent > div{
		margin-bottom: 30%;
		}
	.stkContent > div::after{
		display: table;
		content: "";
		clear: both
		}
	
	ul.pmList{
		display: flex;
		flex-wrap: wrap;
		}
	ul.pmList li.place{
		width: 100%;
		text-align: center;
		border-bottom: none;
		background-color: #B5DBFA;
		padding: 2% 0;
		}
	ul.pmList li{
		width: 50%;
		}
	ul.pmList li a{
		font-size: 4vw;
		background-size: 4% auto;
		padding: 0% 0% 0% 6%;
		}
	
	p,
	ol li,
	ul li{
		font-size: 4.5vw;
		line-height: 1.4;
		}
	
	ul.disc{margin-left: 6%;}
	ul.disc li{
		font-size: 4.5vw;
		line-height: 1.8em;
		}
	
	.linkBox{
		flex-direction: column;
		width: 100%;
		}
	.linkBox a{
		width: 100%;
		font-size: 5vw;
		padding: 5% 10%;
		margin: 0 0 5% 0;
		}
		
	dl dt{
		font-size: 5vw;
		padding: 8% 0 5%;
		}
	dl dd{
		font-size: 5vw;
		padding: 0 0 8%;
		}
	
	table.table01 th,
	table.table01 td{
		border-bottom: none;
		}

	table.table01 th{
		display: inline-block;
		width: 50%;
		color: #FFF;
		background-color: #545454;
		padding: 2% 6%;
		}
	table.table01 td{
		display: block;
		width: 100%;
		padding: 4% 0 6% 6%;
		}
	
	table.time{}
	table.time th:first-child{
		width: 22%;
		}
	table.time th,
	table.time td{
		font-size: 4.6vw;
		padding: 3% 0;
		line-height: 1.2em;
		}
	

	/* header */
	header{
		display: block;
		width: 100%;
		position: fixed;
		z-index: 99;
		background-color: #FFF;;
		}
	header .wrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		box-sizing: border-box;
		padding: 2% 4%;
		}
	
	header h1{
		width: 70%;
		}
	header h1 a{
		font-size: 6vw;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 1em;
		}
	header h1 span{
		font-size: 3.8vw;
		font-weight: normal;
		line-height: 1em;
		margin-bottom: 1%;
		}
	
	.spBtn{
		display: flex;
		justify-content: space-around;
		width: 25%;
		}
	.spMail{
		width: 40%;
		line-height: 1.4em;
		font-size: 4.5vw;
		align-self: flex-end;
		}
	.spMail img{
		display: block;
		width: 100%;
		}
	
	/*menu*/
	.menu-btn{
		z-index: 2;
		width: 40%;
		padding: 0 0 0 2%;
		height: auto;
		box-sizing: border-box;
		background-color: transparent;
		}
	.menu-btn img{
		display: block;
		width: 100%;
		}

	nav{
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
		width: 70%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background: #FFF; 
		}
	
	nav .tp{
		display: none;
		}
	
	nav ul{
		width: 80%;
		flex-direction: column;
		}
	nav ul li{	
		border-top: #333 1px dotted;
		padding: 4% 3%;
		}
	nav ul li:last-child{
		border-top: none;
		}
	nav ul li a{
		display: block;
		line-height: 1.2em;
		color: #545454!important;
		font-size: 5vw;
		text-align: center;
		}
	nav ul li:last-child a{
		text-align: center;
		display: block;
		color: #FFF!important;
		border-top: none;
		background-color: #545454;
		padding: 4% 0;
		}

	nav{
		transform: translateX(100vw);
		transition: all .3s linear;
		}
	
	nav.is-active{
		transform: translateX(0);
		}
	
	.bk {
		display: none;
		position: fixed;
		z-index: 99;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #333;
		opacity: 0.6;
		transition-duration: .5s;
		}
	.subMenu.sticky {
		top: 0;
		position: fixed;
		width: 100%;
		margin: 0 auto;
		z-index: 999;
		animation: DownAnime 1s forwards;
		}
	
	
	/* footer */
	footer{
		padding: 20% 0 0;
		}
	footer .wrap{
		width: 100%;
		flex-direction: column;
		}
	.ftInfo{
		width: 100%;
		text-align: center;
		}
	.ftInfo p:first-child{
		font-size: 7vw;
		}
	.ftInfo address{
		font-size: 4.5vw;
		line-height: 1.6em;
		}
	.ftInfo .tel span{
		display: none;
		}
	.ftInfo .tel,
	.ftInfo .tel a{
		font-size: 6vw;
		}
	.ftLink{
		width: 100%;
		margin: 10% auto 0;
		}
	.ftLink ul:nth-child(1){
		display: none;
		}
	.ftLink ul:not(:first-child){
		width: 90%;
		margin: 0 auto;
		justify-content: space-between;
		}
	.ftLink ul:not(:first-child) li{
        display: flex;
        justify-content: center;
        align-items: center;
		width: calc(96%/2);
		margin: 0 0 2% 0;
        background: linear-gradient(90deg, rgb(10, 64, 167), rgb(73,152, 230));
		padding: 2% 0;
		border-radius: 5px;
		}
	.ftLink ul:not(:first-child) li a{
		display: block;
		color: #FFF;
		font-size: 4vw;
		text-align: center;
		
		}
	.ftLink ul:not(:first-child) a:hover{
		color: #FFF;
		}
	
	.spRecruit{
		display: block;
		width: 90%;
		color: #FFF;
		font-size: 4vw;
		background-color: #545454;
		background-image: url("../img/arrow02.png");
		background-repeat: no-repeat;
		background-size: 20px auto;
		background-position: 95% center;
		padding: 3% 2% 3% 4%;
		box-sizing: border-box;
		margin: 5% auto 0;
		}
	
	.copy{
		font-size: 3.6vw;
		text-align: left;
		padding: 5% 0 5% 5%;
		}	
	
	
	/* index.html */
	.eyecatch{
		width: 100%;
		height: 400px;
		background-image: url("../img/eyecatch_sp.jpg");
		background-size: cover;
		margin: 0 auto;
		}
	.eyecatch .wrap{
		position: inherit;
		}
	.eyecatch img{
		top: auto;
		bottom: 4%;
		width: 90%;
		margin: 0;
		}
	
	.newsArea{
		margin-bottom: 0;
		}
	
	dl#view{}
	dl#view dt{
		font-size: 5vw;
		color: #FFF;
		padding: 2% 2%;
		margin: 0 0 4% 0
		}
	dl#view dd{
		padding: 2% 2%;
		}
	
	#info .wrap > div > p{
		text-align: center;
		}
	
	ul.lineup{
		margin: 15% 0 10%;
		}
	ul.lineup li{
		width: 48%;
		display: flex;
		align-items: center;
		margin: 0 0 2%;
        padding: 2% 2%;
		background-color: #2581CC;
		border-radius: 5px;
        background-size: 4% auto;
		}
	ul.lineup li:nth-child(odd){
		margin-right: 2%;
		}
	ul.lineup li:nth-child(2n){
		margin-right: 0;
		}
	ul.lineup li a{
		width: 100%;
		font-size: 4.2vw;
        line-height: 1.4;
		}
	
	#info{
		background-size: 140%;
		background-color: #DDEFF8;
		}
	#info .contact{
		width: 100%;
		margin: 0;
		}
	#info .contact > p{
		text-align: center;
		margin-bottom: 5%;
		}
	#info .contact ul{
		flex-direction: column;
		margin: 0 auto;
		}
	#info .contact ul li{
		width: 90%;
		}
	#info .contact ul li a{
		display: block;
		}
	#info .contact ul li:nth-child(1){
		margin-bottom: 5%
		
		}
	#info .contact ul li:nth-child(1) a{
		font-size: 9vw;
		text-align: right;
		background-size: 8% auto;
		background-position: 7% center;
		padding: 5% 10% 5% 15%;		
		border-radius: 5px;
		border: #2581CC 2px solid;
		}
	
	#info .contact ul li:nth-child(2) a{
		font-size: 5vw;
		background-size: 10% auto;
		background-position: 8% center;
		padding: 5% 10% 5% 22%;
		}
	
	.ceo{
		flex-direction: column;
		margin: 10% 0 15%;
		}
	.ceo span{
		margin: 0 0 3% 0;
		}
	.ceo img{
		width: 50%;
		}
	
	
	/* company.php */
	.policyArea{
		flex-direction: column;
		}

	.policyArea .detail{
		width: 90%;
		height: auto;
		border-radius: 10px;
		padding: 5% 0;
		margin: 0 auto 5%;
		}

	.policyArea .detail p:nth-child(1){
		font-size: 6vw;
		margin-bottom: 3%;
		}
	.policyArea .detail p:nth-child(1)::before{
		font-size: 4vw;
		}

	table.compnayInfo{
		width: 100%;
		}

	ul.history{}
	ul.history li{
		border-bottom: #CCC 1px solid;
		box-sizing: border-box;
		padding: 2% 0;
		text-indent: -1em;
		padding-left: 1em;
		}
	ul.history li p{
		display: block;
		font-size: 80%;
		}
	ul.history li a{
		display: inline;
		color: #287CD1;
		margin: 0 1% 0 0;
		}
	
	.callArea{
		margin: 10% 0;
		}
	.callArea a{
		display: block;
		font-size: 8vw;
		text-align: center;
		background-size: 20px auto;
		background-position: left center;
		padding: 5% 0;
		margin: 0;
		}

	#contact table.form{
		width: 100%;
		margin: 0;
		}
	
		
	/* pharmacy.html */
	#pharmacy{
		padding: 0 0 20% 0
		}
	
	.kasan{
		margin-bottom: 20%;
		padding: 4% 4%;
		}

	.kasan p{
		font-size: 4vw;
		}

	.kasan dl{
		margin: 5% 0;
		}
	.kasan dl dt{
		width: 100%;
		font-size: 4vw;
		padding: 2% 4%;
		box-sizing: border-box;
		}
	.kasan dl dd{
		margin-left: 0;
		padding-top: 4%
		}
	.kasan ul.disc li{
		font-size: 3.6vw;
		line-height: 1.6em;
		}

	#pharmacy h3{
		font-size: 6vw;
		text-align: center;
		line-height: 1.4em;
		padding: 3% 3%;
		margin-bottom: 10%;
		}
	#pharmacy h3 span{
		display: block;
		color: #093485;
		width: 60%;
		font-size: 4vw;
		line-height: 1.4em;
		padding: 1% 0;
		margin: -7% 0 3% 1%;
		background-color: #f3f3f3;
		}

	.flexslider{
		flex-direction: column;
		margin-bottom: 10%;
		}
	.flexslider .slides{
		width: 100%;
		margin-bottom: 3%;
		}
	.flex-control-nav{
		width: 100%;
		flex-direction: row;
		}
	.flex-control-thumbs{
		}
	.flex-control-thumbs li{
		width: 22%;
		margin: 0 4% 0 0;
		}
	.flex-control-thumbs li:nth-child(4n){
		margin-right: 0;
		}


	.pmInfo{
		flex-direction: column-reverse;
		margin-bottom: 2%;
		}

	.pmInfo table{
		width: 100%;
		margin: 0 auto ;
		}

	.pmInfo table th,
	.pmInfo table td{
		box-sizing: border-box;
		}

	.pmInfo table th{
		display: inline;
		width: auto;
		vertical-align: middle;
		padding: 2% 6%;
		}
	.pmInfo table td{
		display: block;
		width: 100%;
		padding: 6% 0 6% 6%;
		}
	
	.pmInfo table td a:not(.telBtn){
		color: #2581CC;
		text-decoration: underline;
		}

	.map{
		display: none;
		}
	
	
	.kasanmemo{
		font-size: 4vw;
		margin-bottom: 10%;
		text-indent: -1.5em;
		padding-left: 1.8em;
		}
	.kasanmemo::before{
		font-size: 4vw;
		margin-right: 2%;
		}

	ul.backList{
		display: flex;
		justify-content: flex-end;
		margin: 5% 0 0 0;
		}
	
	ul.backList li{
		display: block;
		width: 10%;
		margin: 0 0 0 2%;
		background-color: #333;
		text-align: center;
		}
	ul.backList li a{
		font-size: 4vw;
		}
	ul.backList li:not(:last-child) a{
		color: #FFF;
		}
	ul.backList li:last-child{
		width: 30%;
		background-color: #DBDBDB;
		}
	ul.backList li:last-child a{
		
		}
	
	.telBtn{
		display: block;
		width: 70%;
		color: #FFF;
		font-size: 6vw;
		font-weight: bold;
		text-align: center;
		background-image: url("../img/icon_tel_w.png");
		background-color: #2581CC;
		background-repeat: no-repeat;
		background-size: 20px auto;
		background-position: 10% center;
		box-sizing: border-box;
		padding: 3% 3% 3% 10%;
		margin: 0;
		border-radius: 10px;
		}
	
	/* entry.php */
	ul.jobBtn li a{
		font-size: 5vw;
		padding: 6% 0;
		}
	
	.jobInfo{
		padding: 6% 4%;
		}
	.jobInfo table.table01{
		width: 100%;
		}

	.jobInfo table.table01 th{
		width: auto;
		}
	
	/* contribution.php */
	dl.cnb{
		margin: 15% 0 0 0;
		}
	dl.cnb dt{
		text-align: center;
		padding: 0;
		}
	dl.cnb dd{
		padding: 0 4% 10%;
		margin-bottom: 10%;
		}
	dl.cnb dd h4{
		font-size: 5vw;
		}
	
	.cafe{
		flex-direction: column;
		border-right: none;
		width: 100%;
		margin: 5% 0 0 0;
		padding: 2% 4%;
		box-sizing: border-box;
		}
	.cafe:hover{
		background-color: transparent;
		}
	.cafe p{
		text-align: center;
		}
	.cafe p:nth-child(1){
		margin: 0 0 2% 0;
		padding: 0 0 2% 0;
		border-right: none;
		border-bottom: #AFAFAF 1px solid;
		}
	
	
	/* support.html */
	#support{}

	.intro{
		text-align: center;
		margin-bottom: 10%;
		}

	dl.flow dt{
		width: 100%;
		padding: 6% 6%;
		border-width: 1px 1px 0 1px;
		margin-bottom: 0;
		}
	dl.flow dt img{
		width: 100%;
		}

	dl.flow dd{
		width: 100%;
		padding: 0 6% 6% 6%;
		border-width: 0 1px 1px 1px;
		margin-bottom: 10%;
		}
	dl.flow dd p{
		font-size: 4vw;
		line-height: 1.4em;
		margin: 0 0 8% 0%;
		}


	#supportLink{
		background-image: url("../img/bg_support.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center bottom;
		}
	#supportLink h2{
		margin-bottom: 10%;
		border-bottom:none;
		}
	#supportLink p{
		font-size: 5vw;
		margin-bottom: 10%;
		}
	
	
}

@media only screen and (max-width : 992px){
	body{min-width: 1100px;}
}


@media print, only screen and (min-width:1351px){
	body{min-width: 1100px;}
}