@charset "utf-8";
/* CSS Document */
html{
	font-size: 62.5%;
}

body{
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

a:link,
a:visited{
	color: #303030;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

header{
	background-color: #FFFFFF;
	width: 100%;
	text-align: left;
	padding: 15px 0;
}

.header_inner{
	width: 80%;
	max-width: 1100px;
	margin: 0 auto;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header_inner .logo_container h1{
	width:280px;
	height:auto;
	margin: 0 20px 0 0;
}
.header_inner .logo_container h1 img{
	width:100%;
}

.header_inner .telephone{
	font-size: 2.5rem;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	color: #303030;
}

.header_inner .telephone .fa-phone{
	font-size: 2.0rem;
	color: #303030;
}

.billboard{
	width:100%;
	height: 400px;
	background-image: -webkit-linear-gradient(305deg, #e6f7fc 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(305deg, #e6f7fc 0%, #FFFFFF 100%);
	background-image: linear-gradient(35deg, #e6f7fc 0%, #FFFFFF 100%);
	overflow: hidden;
}

.billboard .inner{
	width: 90%;
	height: 400px;
	margin: 0 auto;
	position: relative;
}

.billboard .inner .catchphrase{
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 3.5rem;
	font-weight: 300;
	color: #1b4777;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	line-height: 1.5em;
	z-index: 100;
}

.billboard .inner .catchphrase em{
	font-size: 4.5rem;
	font-weight: 700;
}

.billboard .inner .ill_box{
	width:540px;
	height: 540px;
	position: absolute;
	right: -100px;
	bottom:-150px;
	z-index: 10;
}
.billboard .inner .ill_box img{
	width:100%;
}

.category{
	width:100%;
	height: auto;
}

.category .category_container{
	width:100%;
	height: auto;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
}

.category .category_container .category_box{
	width:50%;
	height: 600px;
	position: relative;
}
.category .category_container .category_box.comingsoon::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);;
	position: absolute;
	z-index: 200;
}
.category .category_container .category_box.comingsoon::after{
	content: "coming soon";
	font-size: 4.5rem;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	color: #FFFFFF;
	width: 100%;
	height: 1.0em;
	display: block;
	margin: auto;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	z-index: 300;
}

.category .category_container .category_box.drug-history{
	background-image: -webkit-linear-gradient(305deg, #FF83A1 0%, #F4B8FF 100%);
	background-image: -o-linear-gradient(305deg, #FF83A1 0%, #F4B8FF 100%);
	background-image: linear-gradient(35deg, #FF83A1 0%, #F4B8FF 100%);
}
.category .category_container .category_box.pos{
	background-image: -webkit-linear-gradient(289deg, #3FB8E8 0%, #3DEAC9 100%);
	background-image: -o-linear-gradient(289deg, #3FB8E8 0%, #3DEAC9 100%);
	background-image: linear-gradient(19deg, #3FB8E8 0%, #3DEAC9 100%);
}
.category .category_container .category_box.nursing-record{
	background-image: -webkit-linear-gradient(289deg, #EFC516 0%, #FCC592 100%);
	background-image: -o-linear-gradient(289deg, #EFC516 0%, #FCC592 100%);
	background-image: linear-gradient(19deg, #EFC516 0%, #FCC592 100%);
}
.category .category_container .category_box.receipt{
	background-image: -webkit-linear-gradient(289deg, #7BCC4C 0%, #D0EF4D 100%);
	background-image: -o-linear-gradient(289deg, #7BCC4C 0%, #D0EF4D 100%);
	background-image: linear-gradient(19deg, #7BCC4C 0%, #D0EF4D 100%);
}

.category .category_container .category_box h2{
	font-family: 'M PLUS 1p', sans-serif;
	color: #222222;
	text-align: center;
	font-size: 4.5rem;
	font-weight: bold;
	line-height: 1.0em;
	letter-spacing: 0.1em;
	margin:0 0 30px;
	padding: 50px 0 0;
}

.category .category_container .category_box h2 .lead{
	font-size: 2.5rem;
	font-weight: 300;
}

.category .category_container .category_box .btn_detail{
	width:200px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 10;
	
}
.category .category_container .category_box .btn_detail a{
	display: block;
	width:100%;
	height: 100%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #FFFFFF;
	font-size: 2.0rem;
	line-height: 2.0em;
	box-sizing: border-box;
	-webkit-transition: all .3s;
  	transition: all .3s;
	border: #FFFFFF 5px solid;
}
.category .category_container .category_box .btn_detail a:hover{
	text-decoration: none;
	border-radius: 30px;
}

.category .category_container .category_box .ill_box{
	width: 500px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}
.category .category_container .category_box .ill_box img{
	width:100%;
}

.topics{
	width:100%;
	height: auto;
	margin: 0;
	padding: 60px 0;
}

.topics .inner{
	width:90%;
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.topics .inner h2{
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 3.5rem;
	font-weight: 300;
	color: #222222;
	text-align: center;
}

.topics .inner .topics_body{
	font-size: 1.5rem;
	margin: 20px 0;
	padding: 0;
}

.topics .inner .topics_body li{
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	line-height: 1.5em;
	border-bottom: #DDDDDD 1px dotted;
}
.topics .inner .topics_body li:last-child{
	border-bottom: none;
}

.topics .inner .topics_body li a{
	display: inline-block;
	width:100%;
	height: auto;
	padding: 15px 0;
	-webkit-transition: all .3s;
  	transition: all .3s;
}

.topics .inner .topics_body li a:hover{
	color: #878787;
}

.topics .inner .topics_body li .date{
	color: #7C7C7C;
	margin: 0 40px 0 0;
	padding: 15px 0;
	display: inline-block;
}

.service{
	width:100%;
	height: auto;
	margin: 0;
	padding: 60px 0;
	background-image: -webkit-linear-gradient(305deg, #CECECE 0%, #F1F1F1 100%);
	background-image: -o-linear-gradient(305deg, #CECECE 0%, #F1F1F1 100%);
	background-image: linear-gradient(35deg, #CECECE 0%, #F1F1F1 100%);
}

.service .inner{
	width:90%;
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.service .inner .service_body{
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.service .inner .service_body li{
	width:24%;
	height: auto;
	margin: 0;
	padding:0;
	font-size: 1.0rem;
	line-height: 1.5em;
}

.service .inner .service_body li a{
	display: inline-block;
	width:100%;
	height: 65px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	-webkit-transition: all .3s;
  	transition: all .3s;
}
.service .inner .service_body li a:hover{
	border-radius: 40px;
}

.service .inner .service_body li a .s-logo{
	display: inline-block;
	width:40%;
	height: auto;
	float: left;
	margin: 0 10px 0 0;
}

.service .inner .service_body li a .s-logo img{
	width:100%;
}

.f_link{
	background-color: #777777;
	padding: 20px 0;
}

.f_link ul{
	font-size: 1.3rem;
	text-align: center;
}

.f_link ul li{
	display: inline-block;
	margin: 0 20px;
}

.f_link ul li a{
	color: #FFFFFF;
}

.logo{
	width:150px;
	height: auto;
	margin:30px auto 0;
}
.logo img{
	width:100%;
}

.copyright{
	text-align: center;
	font-size: 1.2rem;
	margin: 20px 0;
}

@media screen and (max-width: 1000px) {

.category .category_container .category_box{
	height: 500px;
}
	
.category .category_container .category_box .ill_box{
	width: 90%;
}
	
}

@media screen and (max-width: 768px) {
	
.header_inner{
	width:90%;
}
	
.header_inner .logo_container h1{
	width:200px;
}	


.header_inner .telephone{
	font-size: 1.8rem;
}	
	
.header_inner .telephone .fa-phone{
	font-size: 1.5rem;
}	
	
.billboard{
	width:100%;
	height: 400px;
}	

.billboard .inner .catchphrase{
	font-size: 2.5rem;
}	
.billboard .inner .catchphrase em{
	font-size: 3.5rem;
}	
	
.billboard .inner .ill_box{
	width:450px;
	height: 450px;
	bottom:-100px;
}	
	
.category .category_container .category_box h2{
	font-size: 3.2rem;
}

.category .category_container .category_box h2 .lead{
	font-size: 1.8rem;
}

.service .inner .service_body li{
	width:48%;
	font-size: 1.3rem;
	line-height: 1.5em;
	margin: 0 0 30px;
}

.service .inner .service_body li a{
	height: 80px;
}
	
.topics .inner .topics_body li .date{
	color: #7C7C7C;
	margin: 0 20px 0 0;
	padding: 15px 0;
	display: inline-block;
}	
	

}

@media screen and (max-width: 480px) {

.header_inner{
	width:100%;
	display: block;
}
	
.header_inner .logo_container{
	display: block;
}	
	
.header_inner .logo_container h1{
	width:240px;
	height: auto;
	margin: 0 auto;
}
	
.header_inner .telephone{
	display: none;
}	

.billboard{
	width:100%;
	height: 450px;
}	

.billboard .inner{
	width:96%;
	height: 450px;
}	
	
.billboard .inner .catchphrase{
	text-align: center;
	font-size: 2.5rem;
	top:90px;
	width: 100%;
}	
.billboard .inner .catchphrase em{
	font-size: 2.5rem;
	font-weight: 500;
}	
	
.billboard .inner .ill_box{
	width:400px;
	height: 400px;
	position: absolute;
	right: -50px;
	bottom:-100px;
	z-index: 10;
}	
	
.category .category_container{
	display: block;
}

.category .category_container .category_box{
	width:100%;
	height: 420px;
}	
	
.category .category_container .category_box h2{
	font-size: 2.7rem;
	margin: 0 0 20px;
	padding: 20px 0 0;
}
.category .category_container .category_box h2 .lead{
	font-size: 1.8rem;
}
	
.topics .inner .topics_body{
	margin: 20px 0 0
}	
	
.topics .inner .topics_body li{
	display: block;
	margin: 0;
	padding: 15px 0;
}
	
.topics .inner .topics_body li a{
	display: inline;
	margin: 0;
	padding:  0;
}	
	
.topics .inner .topics_body li .date{
	margin: 0;
	padding: 0;
	display: block;
}		
	
.service .inner .service_body li{
	width:100%;
	font-size: 1.3rem;
	line-height: 1.5em;
	margin: 0 0 20px;
}	
	
.service .inner .service_body li:last-child{
	margin: 0;
}	
	
.f_link ul{
	font-size: 1.2rem;
}

.f_link ul li{
	margin: 5px 10px;
}	
	
	
}

