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

/* 基本設定 */
* {
	margin: 0px;
	padding: 0px;
}
html {
overflow-x: hidden;
}
body {
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
	color: #333;
	background-color: #FFF;
	font-size: 16px;
	line-height: 100%;
	background-image: url(../img/bk.png);
}
img {
	border: none;
-webkit-backface-visibility: hidden;
}
ul {
	list-style-type:none;
}
li img { 
  vertical-align:bottom; 
}
p {
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}
a {
	color: #378700;
	text-decoration: none;
}
a:hover {
	color: #FDA500;
	text-decoration: underline;
}
a img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a:hover img {
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}
.clear {
	clear: both
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.uline {
	background:linear-gradient(transparent 70%, #fcee21 70%);
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFF;
	display:inline;
}

/* 基本テンプレート設定 */

#wrapper {
	position:relative; /*gototopの親要素に指定*/
	width:750px;
	margin: 0px auto;
}
#header {
	background-color: #f8f0ea;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../img/menu_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header h1 {
	font-size: 23px;
	font-weight: normal;
	line-height: 1em;
}
#header h2 {
	padding-top:15px;
	padding-bottom:10px;
}
#header h2 img {
	width:auto;
	height:auto;
}
#header h6 {
	font-size: 26px;
	line-height: 1em;
}
#title {
	padding-top:20px;
}
#title img {
	width:auto;
	height:auto;
}
#menu {
	padding:20px;
}
#menu li {
	float:left;
	width:24.25%;
	margin-left:1%;
	margin-bottom:15px;
}
#menu li:nth-child(4n+1) {
	margin-left:0px;
	clear:both;
}
#menu li img {
	width:auto;
	height:auto;
	border-radius: 7px;
}
#banner {
	padding:0px 20px;
	padding-bottom:40px;
}
#banner dt {
	float:left;
	width:74%;
}
#banner dt img {
	width:100%;
	height:auto;
}
#banner dd {
	float: right;
	width: 23.7%;
	aspect-ratio: 1 / 1.15;
}
#banner dd img {
	width:auto;
	height:100%;
	border-radius: 5px;
}
#footer {
	background-image: url(../../img/footer_line.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-top:80px;
}

.group_link {
	padding-top:20px;
	text-align: center;
}
.group_link img {
	width:auto;
}
.copy {
	font-size: 12px;
	line-height: 1.1em;
	color: #FFF;
	padding-top:15px;
	padding-bottom:15px;
	text-align: center;
}
.gototop {
	position: fixed;
	right: 30px!important;
	z-index: 40;
	display: block;
}
.gototop img {
	vertical-align: bottom;
}
.sp_navi {
	display: none!important;
}
.reserv {
	width: 70px;
	position: fixed;
	top: 60px;
	right: 0px;
}
.reserv img {
	height: auto;
	width: 100%;
}
.sub_title {
	font-size: 20px;
	line-height: 1.1em;
	color: #FFF;
	background-color: #FEA500;
	padding: 12px;
	margin-bottom: 1.5em;
	border-radius: 22px;
	text-align: center;
}
.sub_title_kei {
	font-size: 20px;
	line-height: 1.1em;
	color: #7A4711;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4d4d4;
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding-bottom: 10px;
}
.midashi {
	font-size: 20px;
	line-height: 1.1em;
	background-color: #DAE9CF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #6EBA2A;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding-top: 12px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-weight: normal;
}
.section h4 {
	font-size: 18px;
	line-height: 1.3em;
	background-image: url(../../img/contents_h4.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:auto 22px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 15px;
	height: 22px;
}
.section {
}
.section .ph {
	float: right;
	height: auto;
	width: 240px;
	margin-bottom: 1em;
	margin-left: 2em;
}

/* 症状別メニュー院情報設定 */
#type {
	padding-top:30px;
}
#type h2 {
	margin-bottom:2em;
}
#type ul {
}
#type li {
	float: left;
	margin-bottom: 2em;
	width: 32%;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.3em;
	text-align: center;
}
#type li img {
	border-radius: 10px;
	width:100%;
	margin-bottom:0.7em;
}
#type li:nth-child(3n-1) {
	margin-left:2%;
	margin-right:2%;
}
#type li:nth-child(3n+1) {
	clear:both;
}
#type li:nth-child(4) {
	margin-left:17%;
}
#type li:nth-child(5) {
	margin-right:17%;
}

/* 院情報設定 */
#address {
	margin-top:2em;
}
#address .tel {
	margin-bottom:1.5em;
	text-align: center;
}
#address .tel img {
	width: auto;
}
#address .left {
	float: left;
	width: 331px;
	margin-bottom: 1.5em;
}
#address .left img {
	width: 283px;
	border: 5px solid #e8e8e8;
}

#address .right {
	float: left;
	width: 419px;
	margin-bottom: 1.5em;
}
#address .right img {
	width: 100%;
}

#address .gmap {
	margin-top: 1.5em;
}
#address .gmap iframe {
	height: 300px;
	width: 750px;
}
#address .facebook {
	display: none;
}
#address .data li {
	font-size: 16px;
	line-height: 1.7em;
}
#address .data li:nth-child(2) {
	text-indent:-5em;
	margin-left:5em;
}
#address .line {
	margin-bottom:1.5em;
	text-align: center;
}
#address .line img {
	width: auto;
}

/* 院長の想い設定 */
#part1 {
	padding-top:30px;
}

/* 治療の考え方設定 */
#part2 {
	padding-top:20px;
}
#part2 .kiki_ph{
	float: right;
	height: auto;
	width: 240px;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-top:-2.5em;
}

/* 交通事故の症状設定 */
#part3 {
	padding-top:20px;
}
#part3 #type1,
#part3 #type2,
#part3 #type3,
#part3 #type4,
#part3 #type5 {
	position:relative; /*gototopの親要素に指定*/
}

/* 交医協認定院設定 */
#part4 {
	padding-top:20px;
}
#part4 .accreditation {
	width: 400px;
	margin: 1.5em auto;
	margin-bottom:2.5em;
	border: 1px solid #CCC;
}
#part4 .accreditation img {
	width: 100%;
}
#part4 .jiko-iryo_banner {
	width:400px;
	margin:0px auto;
	padding-bottom:1.5em;
}
#part4 .jiko-iryo_banner img {
	width:100%;
	animation: anime1 0.5s ease 0s infinite alternate;
}
@keyframes anime1 {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}

/* 医師と提携設定 */
#part5 {
	padding-top:20px;
}

/* マンガでわかる交通事故医療設定 */
#part6 {
	padding-top:10px;
}
#part6 ul {}
#part6 li {
	margin-bottom:30px;
}
#part6 li img {}
#part6 .advice {
	background-color: #fdf9da;
	padding: 20px;
	background-image: url(../../img/muchiuchi/manga_incho.png);
	background-repeat: no-repeat;
	background-position: 645px bottom;
	background-size:95px;
}
#part6 .advice p {
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 0px;
	text-shadow: 0px 0px 0px #FFF;
	padding-right:90px;
}
#part6 .advice p strong {
	color: #ff0000;
}
#part6 .advice img {
	display:none;
}

/* 治療の流れ設定 */
#part7 {
	padding-top:20px;
}
#part7 .flow {
	margin-top:3em;
}
#part7 .flow li {
	float: left;
	width: 213px;
	color: #3d2312!important;
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 3em;
	margin-left: 55px;
}
#part7 .flow li:nth-child(1) { clear:both;margin-left: 0px; }
#part7 .flow li:nth-child(4) { clear:both;margin-left: 0px; }
#part7 .flow li:nth-child(7) { clear:both;margin-left: 0px; }
#part7 .flow li h5 {
	font-size: 20px;
	line-height: 1.3em;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 0.5em;
	font-weight: normal;
	padding: 0px;
	border:none;
}
#part7 .flow li img {
	margin-bottom:0.7em;
	width: 213px;
	height:165px;
}

/* 患者様の声設定 */
#part8 {
}
#part8 .waku {
	margin-top: 1em;
	background-color: #EDF7E4;
	border-radius: 10px;
	padding: 10px;
}
#part8 .waku ul {
	background-color: #EDF7E4;
	background-image: url(../../img/voice/com.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 40px;
}
#part8 .waku ul li {
	background-color: #FFF;
	border-radius: 10px;
	padding: 30px;
	padding-left:210px;
}
#part8 .waku .anq {
	width: 149px;
	position: absolute;
	margin-left: -180px;
	margin-top: -55px;/
	border:none!important;
}
#part8 .waku .anq img {
	width: 149px;
	height:auto;
	border: 1px solid #b1b1b1;
	margin-bottom:10px;
}
#part8 .waku li .twoline {
	margin-top: -80px;
}
#part8 .waku ul li h5 {
	width: 480px;
	font-size: 18px;
	line-height: 1.3em;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #76db3a;
	margin-bottom: 1em;
	padding-bottom:0.5em;
}
#part8 .waku ul li h6 {
	font-size: 15px;
	line-height: 1em;
	color: #FFF;
	background-color: #6EBA2A;
	display: inline-table;
	padding: 5px 10px;
	padding-top:7px;
	margin-bottom: 0.7em;
}
#part8 .waku ul li p {
	width: 480px;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 0px;
}
#part8 .waku .com {
	margin-top: 10px;
	margin-bottom: 1.5em;
}
#part8 .waku p a {
	color: #6EBA2C;
	text-decoration: underline;
}
#part8 .waku p a:hover {
	color: #FDA500;
	text-decoration: none;
}
#part8 .waku p i {
	color: #6EBA2C;
	margin-right: 0em;
}
/* 損保ご担当者の方へ設定 */
#part9 {
	padding-top:20px;
	padding-bottom:30px;
}
#part9 h3 {
	margin-bottom:2em;
}
#part9 h3 img {
	width:auto;
	height:auto;
}
#part9 .promise {
	font-size: 16px;
	line-height: 1.7em;
	padding-left:1em;
	margin-bottom:3em;
}
#part9 .promise li {
	padding: 2em;
	padding-bottom: 1em;
	margin-bottom: 2em;
	border: 4px solid #DAE9CF;
	border-radius: 10px;
	background-color: #FFFFF2;
}
#part9 .promise li h6 {
	font-size: 19px;
	line-height: 1em;
	color: #FF0;
	background-color: #6EBA2A;
	text-align: center;
	padding: 0.5em;
	width: 6em;
	border-radius: 1em;
	position: absolute;
	margin-top: -2.8em;
	margin-left: -2.7em;
}
#part9 .promise li strong {
	background:linear-gradient(transparent 70%, #fcee21 70%);
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFF;
	display:inline;
}
#recommend {
	border: 2px solid #6EB92B;
	margin-top: 2em;
	margin-bottom: 2.5em;
	padding: 30px 25px;
	border-radius: 10px;
	background-color: #FFFFF2;
	overflow-x: hidden;
}
#recommend h5 {
	font-size: 18px;
	margin-bottom: 1em;
}
#recommend h6 {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 24px;
	color: #6FB92C;
	margin-bottom: 1.5em;
	line-height: 1.4em;
	text-decoration: underline;
	font-weight: normal;
}
#recommend p {
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}
#recommend .photo {
	float: right;
	width: 160px;
	margin-bottom: 0.5em;
	margin-left: 2em;
	font-size: 13px;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
}
#recommend .photo img {
	width:100%;
	margin-bottom:0.5em;
	border: 1px solid #999;
}