/*
Theme Name: hattoriclininc
Theme URI: http://hattoriclinic.com/
Description: 服部クリニックオリジナルテーマ
Author: ryoei
Version: 1.0
*/

@charset "UTF-8";
* {
     margin: 0;
     padding: 0;
	 min-height: 0vw;
}
img, a img {
     border: none;
}
figure {
	margin: 0;
}
a:focus,
area:focus {
     outline:none;
}
.pic {
	width: 100%;
	height: auto;
}

.trans-up {transform: translate(0,50px); opacity: 0;}
.trans-up.on {transform: translate(0,0); opacity: 1; transition: all 1s;}
.trans-down {transform: translate(0,-50px); opacity: 0;}
.trans-down.on {transform: translate(0,0); opacity: 1; transition: all 1s;}
.trans-left {transform: translate(-100px,0); opacity: 0;}
.trans-left.on {transform: translate(0,0); opacity: 1; transition: all 1s;}
.trans-right {transform: translate(100px,0); opacity: 0;}
.trans-right.on {transform: translate(0,0); opacity: 1; transition: all 1s;}

.trans-fv-up {transform: translate(0,50px); opacity: 0;}
.trans-fv-up.on {transform: translate(0,0); opacity: 1; transition: all 1s;}
.trans-fv-right {transform: translate(100px,0); opacity: 0;}
.trans-fv-right.on {transform: translate(0,0); opacity: 1; transition: all 1s;}

.trans-d-up {transform: translate(0,50px); opacity: 0;}
.trans-d-up.on {transform: translate(0,0); opacity: 1; transition: all 1s;}
.trans-d-down {transform: translate(0,-50px); opacity: 0;}
.trans-d-down.on {transform: translate(0,0); opacity: 1; transition: all 1s;}
.trans-d-left {transform: translate(-100px,0); opacity: 0;}
.trans-d-left.on {transform: translate(0,0); opacity: 1; transition: all 1s;}
.trans-d-right {transform: translate(100px,0); opacity: 0;}
.trans-d-right.on {transform: translate(0,0); opacity: 1; transition: all 1s;}

.delay-02 { transition-delay: 0.2s !important;}
.delay-03 { transition-delay: 0.4s !important;}
.delay-04 { transition-delay: 0.6s !important;}

body {
	background: #F6F8F8;
}

header.pc {
	position: absolute;
	width: 1200px;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	background: #FFF;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 24px 74px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 9999;
}
header.pc.active {
	position: fixed;
	border-radius: 0 0 8px 8px;
	top: 0
}
header.pc h1 {
	float: left;
}
header.pc nav {
	float: right;
}
header.pc nav ul {
	width: 700px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header.pc nav ul li {
	display: block;
}
header.pc nav ul li a {
	padding: 0 3px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #231815;
	font-size: 14px;
	position: relative;
	width: 100%;
	font-weight: bold;
}
header.pc nav ul li a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #004EA2;
	top: 28px;
	left: 0;
}
header.pc nav ul li a span {
	font-size: 18px;
	color: #004EA2;
	font-weight: normal;
}
header.pc nav ul li a br {
	margin-bottom: 8px;
    display: block;
    content: "";
}

header.sp {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFF;
	width: 100%;
	overflow: hidden;
	z-index: 999;
}
header.sp #sp-logo-box{
	overflow: hidden;
	padding: 10px 20px;
}
header.sp h1 img {
	height: 34px;
	width: auto;
}
header.sp .trigger-box {
	float: right;
	padding: 4px 0 0 0;
	overflow: hidden;
	height: 24px;
}
header.sp .menu-trigger,
header.sp .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
header.sp .menu-trigger {
	position: relative;
	width: 30px;
	height: 24px;
	cursor: pointer;
}
header.sp .menu-trigger span {
	position: absolute;
	right: 0;
	height: 3px;
	background-color: #1F2966;
	border-radius: 3px;
}
header.sp .menu-trigger span:nth-of-type(1) {
	width: 60%;
	top: 0;
}
header.sp .menu-trigger span:nth-of-type(2) {
	width: 80%;
	top: 10.5px;
}
header.sp .menu-trigger span:nth-of-type(3) {
	width: 100%;
	bottom: 0;
}
header.sp .menu-trigger.active span:nth-of-type(1) {
	width: 100%;
	left: 0;
	-webkit-transform: translateY(10.5px) rotate(-315deg);
	transform: translateY(10.5px) rotate(-315deg);
}
header.sp .menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
header.sp .menu-trigger.active span:nth-of-type(3) {
	width: 100%;
	left: 0;
	-webkit-transform: translateY(-10.5px) rotate(315deg);
	transform: translateY(-10.5px) rotate(315deg);
}

header.sp nav {
	overflow: hidden;
	background: #004EA2;
	color: #FFF;
	display: none;
}
header.sp nav ul {
	margin: 0 20px;
	list-style: none;
	padding: 10px 0 30px;
}
header.sp nav ul li {
	font-size: 16px;
	padding: 10px 0;
	border-bottom: 1px #FFF dotted;
}
header.sp nav ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
}
header.sp nav ul li a span {
	float: right;
	font-size: 13px;
	color: #CCC;
}

#business #sec01 .outer:nth-of-type(1) .icon .triangle {
	background: #FF0000;
}
#business #sec01 .outer:nth-of-type(1) dl,
#business #sec01 .outer:nth-of-type(1) dl dd {
	border-color: #FF0000;
}
#business #sec01 .outer:nth-of-type(1) dl dt {
	color: #FF0000;
}

#business #sec01 .outer:nth-of-type(2) .icon .triangle {
	background: #009600;
}
#business #sec01 .outer:nth-of-type(2) dl,
#business #sec01 .outer:nth-of-type(2) dl dd {
	border-color: #009600;
}
#business #sec01 .outer:nth-of-type(2) dl dt {
	color: #009600;
}

#business #sec01 .outer:nth-of-type(3) .icon .triangle {
	background: #A00051;
}
#business #sec01 .outer:nth-of-type(3) dl,
#business #sec01 .outer:nth-of-type(3) dl dd {
	border-color: #A00051;
}
#business #sec01 .outer:nth-of-type(3) dl dt {
	color: #A00051;
}



















