@charset "utf-8";
/*
	Description: メディファーム株式会社 Official HP
	Version: 1.0
	Author: Medixfirm
	Author URI: http://www.medixfirm.com/
*/
.pcNone {
	display: none;
}
.spNone {
	display: block;
}
.clearfix:after { 
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
    min-height: 1px; /*IE6、7対策*/
}

/* --------------------------------
   Common
---------------------------------*/
* { box-sizing: border-box;}
* html .clearfix { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }
section, article, aside, footer, header, nav, hgroup {
	display: block;
}
a {
	overflow: hidden;
	text-decoration: none;
	color: #434343;
}
a:hover {
	text-decoration: none;
}
img { vertical-align: bottom; }
body {
	font-size: 14px;
	font-family:"Lato", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

	background-color: #fff;
	color: #4D4D4D;
	position: relative;
}
.cInner {
	width: 980px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.fp-controlArrow.fp-next {
	border-left-color: rgba(120,120,120,1.00);
}
.fp-controlArrow.fp-prev {
	border-right-color: rgba(120,120,120,1.00);
}

/* --------------------------------
   Header
---------------------------------*/
header {
	width: 100%;
	height: 120px;
	position: fixed;
	top: 0;
	z-index: 10;
	overflow: hidden
}
header h1 {
	width: 142px;
	float: left;
	margin-left: 50px;
	margin-top: 6px;
}
/* --------------------------------
   Navigation
---------------------------------*/
#gNav {
	width: 800px;
	float: right;
	margin-right: 100px;
}
#pcNavi ul {
	font-size: 0;
}
#pcNavi ul li {
	display: inline-block;
	width: 100px;
	height: 50px;
	line-height: 60px;
	vertical-align: middle;
	text-align: center;
}
#pcNavi ul li.active {
	border-bottom: solid 1px rgba(120,120,120,1.00);
}
#pcNavi ul li a {
	font-size: 16px;
	display: inline-block;
	width: 100px;
	height: 50px;
	font-weight: 100;
	color: rgba(120,120,120,1.00);
}

#drawer_btn {
	display: none;
}
.drawer_btn {
	cursor: pointer;
	position: fixed;
	right: 10px;
	top: 2px;
	z-index: 100;
	width: 50px;
	height: 46px;
	padding: 17px 0px 0px 0px;
}
.drawer_btn:hover {
	background: rgba(229,120,94,0.8);
}
.drawer_btn span {
	display: block;
	width: 26px;
	height: 2px;
	margin: 0px auto 5px auto;
	background: #000;
}
.drawer_close { 
	width: 26px;
	margin: -5px auto 0px auto;
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
/*-- ドロワーメニュー --*/
.sidr {
	display: block;
	position: fixed;
	top: 0px;
	height: 100%;
	z-index: 100;
	overflow-x: hidden;
	overflow-y: auto;
	width: 260px;
/*	color: rgba(50,50,50,1.00);
	background: rgba(239,239,239,0.9);
*/}
.sidr.right {
	left: auto;
	right: -260px;
}
.drawer_menu {
	margin-bottom: 10px;
	background: rgba(239,239,239,0.9);
	z-index: 999;
}
.drawer_menu>ul>li {
	list-style: none;
}
.drawer_menu>ul>li:first-child {
	text-align: right;
}
.drawer_menu>ul>li:first-child a img {
	width: 100%;
}
.drawer_menu a {
	text-decoration: none;
	display: block;
	padding: 14px 30px 14px 20px;
	font-size: 14px;
	color: rgba(50,50,50,1.00);
	border-bottom: 1px solid rgba(248,248,248,1.00);
}

#drawer_menu h2 {
	margin-top: 70px;
	padding: 10px;
	color: #fff;
}
.contents_area.sidr-open {
	position: fixed !important;
}
.hide { display: none;}
.hide_important { display: none!important;}
@media screen and (max-width: 480px) {
	#pcNav {
		display: none;
	}
	#drawer_btn {
		display: block;
	}
	.drawer_sub {
		padding-left: 20px;
	}
}
.sns_nav {
	margin-left: auto;
	width: 250px;
}
.sns_nav ul li{
	list-style: none;
	vertical-align: middle;
	text-align: center;
	float: left;
	width: 30px;
	margin-right: 20px;
}
.sns_nav ul li img{
	width: 100%;
}
.sns_nav ul li a:hover{
	opacity: 0.7;
}

/* --------------------------------
   HOME
---------------------------------*/
#homeBd {
	/*background: url(../img/bgHome.gif) #fff no-repeat;*/
}
#homeBd h2 {
	position: absolute;
	right: 0;
	top: 40%;
}
#homeBd_inner {
	background: url(../img/bgHome.gif) center #fff no-repeat;
}
/* --------------------------------
   SERVICE
---------------------------------*/
#serviceBd h2 {
	position: absolute;
	right: 0;
	top: 15%;
	color: rgba(120,120,120,1.00);
	letter-spacing: 0.5em;
}
.service01 {
	width: 317px;
	/*height: 396px;*/
	position: absolute;
	left: 0;
	top: 23%;
}
.service02 {
	width: 319px;
	/*height: 396px;*/
	position: absolute;
	left: 300px;
	top: 23%;
}
.service03 {
	width: 317px;
	/*height: 396px;*/
	position: absolute;
	left: 600px;
	top: 23%;
}
/* --------------------------------
   CASE
---------------------------------*/
#caseBd h2 {
	text-align: right;
	padding-top: 5%;
	color: rgba(120,120,120,1.00);
	letter-spacing: 0.5em;
}
#caseBd h3 {
	width: 100%;
	overflow: hidden;
	padding-top: 1%;
}
.caseBox {
	width: 100%;
	overflow: hidden;
	position: relative;
	/*padding-top: 25%;*/
}
.issue {
	width: 435px;
	/*height: 375px;*/
	float: left;
}
.r-arrow {
	width: 49px;
	/*height: 375px;*/
	margin-top: 150px;
	float: left;
}
.solution {
	width:435px;
	/*height: 375px;*/
	float: left;
}
/* --------------------------------
   PRICE
---------------------------------*/
#priceBd h2 {
	position: absolute;
	right: 0;
	top: 150px;
	color: rgba(120,120,120,1.00);
	letter-spacing: 0.5em;
}
#priceBd h3 {
	position: absolute;
	left: 0;
	top: 60px;
}
.priceBox1 {
	width: 208px;
	height: 300px;
	float: left;
	margin-top: 28%;
}
.priceBox2 {
	width: 222px;
	height: 300px;
	float: left;
	margin-top: 28%;
}
.priceBox3 {
	width: 232px;
	height: 300px;
	float: left;
	margin-top: 28%;
}
.priceBox4 {
	width: 310px;
	height: 300px;
	float: left;
	margin-top: 28%;
}
/* --------------------------------
   OVERVIEW
---------------------------------*/
#overviewBd h2 {
	position: absolute;
	right: 0;
	top: 50px;
	color: rgba(120,120,120,1.00);
	letter-spacing: 0.5em;
}
.overviewBox {
	width: 290px;
	/*height: 300px;*/
	float: left;
}
.overviewBox2 {
	width: 400px;
	/*height: 300px;*/
	float: left;
	margin-top: 2.5%;
}
.overviewCopy {
	margin-top: 10%;
	width: 100%;
	float: left;
	text-align: center;
}
.overviewCopy a:hover {
	opacity: 0.5;
}
/* --------------------------------
   STAFF
---------------------------------*/
#staffBd h2 {
	position: absolute;
	right: 0;
	top: 15%;
	color: rgba(120,120,120,1.00);
	letter-spacing: 0.5em;
}
.staffBox {
	width: 710px;
	height: 270px;
	position: absolute;
	top: 28%;
	left: 135px;
	overflow: hidden;
	background: url(../img/bgStaffrt.gif) right top no-repeat, url(../img/bgStafflb.gif) left bottom no-repeat;
	padding-top: 30px;
	padding-left: 20px;
}
.staffImg {
	display: block;
	width: 120px;
	height: 180px;
	float: left;
	margin-top: 30px;
}
.staffInfoBox {
	width: 570px;
	float: left;
	padding: 0 0 0 30px;
}
.staffInfoBox h3, .staffInfoBox h4 {
	margin: 0;
	padding: 0;
}
.staffInfoBox h3 {
	font-size: 14px;
	color: rgba(11,79,159,1.00);
}
.staffInfoBox h4 {
	font-size: 22px;
	color: rgba(11,79,159,1.00);
	margin-left: 0.5em;
}
.staffInfoBox p {
	margin-left: 0.5em;
}
/* --------------------------------
   CONTACT
---------------------------------*/
.contact_cInner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#contactBd {
	position: relative;
	/*height: 100%;*/
	width: 100%;
}
#contactBd h2 {
	position: absolute;
	right: 0;
	top: 10%;
	color: rgba(120,120,120,1.00);
	letter-spacing: 0.5em;
}
.contactBox {
	/*position: absolute;*/
	width: 100%;
	/*top: 5%;*/
	padding-top: 12%;
	padding-bottom: 50px;
}
#contactBd form {
	width: 100%;
	overflow: hidden;
}
.ttlForm {
	width: 20%;
	float: left;
	font-size: 14px;
	color: rgba(11,79,159,1.00);
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}
.partsForm {
	width: 80%;
	height: 40px;
	line-height: 40px;
	float: left;
	vertical-align: middle;
}
.partsForm2 {
	width: 600px;
	height: 200px;
	line-height: 200px;
	float: left;
	vertical-align: middle;
}
input[type=text] {
	width: 40%;
}
textarea {
	width: 100%;
	height: 100%;
}
.submitBox {
	width: 100%;
	float: left;
	text-align: center;
}
.btnSubmit {
	margin: 20px auto 0;
	display: block;
	width: 105px;
	height: 30px;
	background-image: url(../img/btnSubmit.gif);
	border: none;
}
.btnSubmit:hover {
	opacity: 0.5;
}
/* --------------------------------
   FOOTER
---------------------------------*/
footer {
	width: 100%;
	background: rgba(241,241,241,1.00);
	margin-top: 7%;
	padding-bottom: 30px;
}
#fNav {
	width: 980px;
	margin: 0 auto;
}
#fNav ul {
	font-size: 0;
	padding-inline-start: 0 !important;
	text-align: center;
}
#fNav ul li {
	display: inline;
	/*width: 100px;*/
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
}
#fNav ul li a {
	font-size: 16px;
	display: inline;
	/*width: 100px;*/
	height: 60px;
	font-weight: 100;
	text-align: center;
	color: rgba(120,120,120,1.00);
	transition: 0.3s;
	padding: 0 20px;
}
#fNav ul li a:hover {
	color: rgba(11,79,159,1.00);
	transition: 0.3s;
}
.fInner {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
.fLogo {
	display: block;
	margin: 10px auto 0px;
}
.fInner small {
	display: block;
	margin-right: auto;
	padding-top: 20px;
}
.fInner div {
	float: left;
	width: 33%;
}

.sns_fnav {
	width: 250px;
	padding-left: 50px;
}
.sns_fnav ul li{
	list-style: none;
	vertical-align: middle;
	text-align: center;
	float: left;
	width: 30px;
	margin-right: 20px;
}
.sns_fnav ul li img{
	width: 100%;
}
.sns_fnav ul li a:hover{
	opacity: 0.7;
}
/* --------------------------------
   MODAL WINDOW
---------------------------------*/
.modal-overlay {
	z-index: 100;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color:rgba(0,0,0,.5)
}
a.modal-open:hover {
	cursor:pointer
}
.modal-content {
	position: absolute;
	display: none;
	z-index: 150;
	margin:10px;
	padding:15px;
	/*border-radius:20px;*/
	background:#fff
}
.modal-content img {
	width: auto;
	max-height: 75vh
}
.modal-content h1 {
	font-size: 120%;
	margin-bottom:0.5em
}
.modal-content p {
	max-width: 750px;
	text-align:left
}
a.modal-close {
	position:absolute;
	top:0;
	right:10px;
	color:#b29c33;
	font-size:35px;
	line-height:1;
	font-weight:bold;
	text-decoration:none
}
a.modal-close:hover {
	cursor:pointer
}
/* --------------------------------
   THANKS
---------------------------------*/
#thanksBd_inner {
	height: 500px;
	background: url(../img/bgHome.gif) center #fff no-repeat;
	position: relative;
}
#thanks_text {
	position: absolute;
	right: 0px;
	top: 40%;
}
.tks_btn {
	text-align: center;
	margin-top: 50px;
}