
@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
  height: 100%;
}

body {
	color: #333;
	background-color: #f0f8ff;
	font:16px/1.3 "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Arial, Helvetica, Tahoma, sans-serif;
	word-wrap: break-word;
	height: 100%;
	position:relative;
	//
}

.font_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.font_garamond {
	font-family: 'Cormorant Garamond', serif;
}
.font_raleway {
	font-family: 'Raleway', sans-serif;
}

section,
article {
	display: block;
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


hr {
	border: 0;
	height: 2px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,200,180,0.75), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,200,180,0.75), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,200,180,0.75), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,200,180,0.75), rgba(0,0,0,0));
}

/*
hr {
	border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
	width:95%;
	margin:0 auto;
}
*/


li {
	list-style-type: none;
}

a {
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.clfix:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;

}

/*
DatePicker------------------*/
#kyushin_cal {
	margin:0 auto;
}
#kyushin_cal h3{
	color:#fff;
}
.datepicker {
	width:95%;
	margin:0 auto;
	}
.dp_hanrei tr {
	line-height: 0.5em;
}
.dp_hanrei td span {
	font-weight:bold;
	color:#f33;
}

.ui-datepicker td a{
	display:block;
	height:40px;
	width:90%;
	text-align:right;
	text-decoration:none;
	font-size:18px!important;
}

 p.disp_date{
	color: #00c8b4;
	border:solid 4px #00c8b4;
	border-radius:5px;
	text-align:center;
	font-weight:bold;
	background-color: #fff;
	background-image: url(../images/leaves.png);
	background-size:contain no-repeat;
	font-size:16px;
}


/*
ローダー------------------*/
.loader-wrap {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #000;
}


.loader {
	color: #888;
	font-size: 40px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 72px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*------------------*/


/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	background-color: #00c8b4;
	position: fixed;
	z-index: 300;
	color: #FFF;
	background-image: url(../images/leaves.png);
	background-size:contain;
	transition: all .3s ease;
	top: 0;
	left: 0;
}

header h1 a img {
	display: block;
	position: absolute;
}

header .h_btn a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #00c8b4;
	letter-spacing: 1px;
}

header .h_btn a:hover {
	color: #FFF;
	background-color: #00c8b4;
}

header .h_tel a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #DDD;
	font-size: 20px;
	width: auto;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

header .h_tel a strong {
	font-size: 130%;
}

header .h_btn a i,
header .h_tel a i {
	padding-left: 5px;
	padding-right: 5px;
}


#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

.bread {
	background-color: #00c8b4;
	margin-bottom: 00px;
	//font-size: 14px;
	line-height: 30px;
	color: #fff;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D1CB;
}

.bread ul {
	width: 96%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.bread li {
	display: inline-block;
	color: #fff;
}

.bread li span.this_page {
	color: #ff0;
}

.bread li a {
	text-decoration: none;
	color: #fff;
}

.bread li::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}

.bread li a:hover {
	color: #111;
}

.bread li i {
	padding-right: 5px;
}

.bread li:last-child::after {
	display: none;
}

a.menu_btn {
	background:#ff7f50;
}
a.menu_btn::after{
	content:'メニュー';
	font-size:10px;
	display:block;
	width:40px;
	padding-top:36px;
	padding-right:10px;
	text-align:center;

	color:#fff;
}

a.menu_btn span.top,
a.menu_btn span.middle,
a.menu_btn span.bottom{
	background:#fff;
}


.h_tel {
	position:absolute;
	top:5%;
	left:80%;
}
.h_tel a span{
	color:red;
}
/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	overflow:hidden;
}

.cont_wrap {
	//max-width: 1200px;

	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.cont_wrap h2::before {

		font-family: "Font Awesome 5 Free";
		content: '\f469';
		margin-right:0.5em!important;
		filter: drop-shadow(1px 1px 5px rgba(255,255,255,0.5));

}

.cont_wrap h2.op::before {

		font-family: "Font Awesome 5 Free";
		content: '\f0f0';
		margin-right:0.5em!important;
		filter: drop-shadow(1px 1px 5px rgba(255,255,255,0.5));

}
.cont_wrap h3{
	color:#fff!important;
}

.cont_wrap p {
	text-align: left;
}
.cont_wrap p i::after {
		margin-left:1em!important;
}
#top_slide {
	padding-top: 100px;
	background-color: #00c8b4;
}

#sub_top {
	background-color: #EEE;
	background-repeat: no-repeat;
	background-position: center center;
	height: 110px;
	line-height: 30px;
	padding-top: 230px;
	width: 100%;
	background-size: cover;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	letter-spacing: 1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	position: relative;
	overflow: hidden;
}

#sub_top h1 {
	position: relative;
	font-size: 3.0rem;
	z-index: 150;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	letter-spacing: 0.01em;
	color: #fff;
	text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
				-1px 1px 0 #000, 1px -1px 0 #000,
				0px 1px 0 #000,  0-1px 0 000,
				-1px 0 0 #000, 1px 0 0 #000;
}

.content h2 ::before {
	content: url(../images/mark1.gif);
}

.content h2 a::before {
	content: "";
}

.content h2 {
	position:relative;
	font-size: 1.2rem;
	background-color: #00c8b4;
	background-image:url(../images/leaves_foot.png);
	color:#fff;
	padding:3% 10px;
	margin:5% 0 5px 0;
	box-shadow: 2px 2px 4px gray;
	width: 95%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

}
.content h2.op {
	position:relative;
	font-size: 1.2rem;
	background-color: #ff6347;

	color:#fff;
	padding:3% 10px;
	margin:5% 0 5px 0;
	box-shadow: 2px 2px 4px gray;

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

}
.content h2 span {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 40%;
	font-weight: normal;
}

.content h2 a{
	position:relative;
	font-size: 1.2rem;
	background-color: #00c8b4;
	color:#fff;
	padding:3% 10px;
	margin:5% 0 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top:5px;
	text-decoration: none;
}


.content h3 {
	width:80%;
	padding: 0.1em 0.1em;

	margin:1em 0 1em 0.5em;
	color:#00c8b4!important;
	font-weight:bold;
	border-left: solid 10px #00c8b4;
	border-bottom: solid 2px #00c8b4;
	margin-bottom:10px;
}
.content h3::before {
	content:"";

	border-left:4px solid #00c8b4;
	padding-left:0.1em;

	//margin-left:-10px;
}

/*
.conternt h3 {

  padding: 1.65rem 2rem;
  background-color: rgba(165, 210, 255, .4);
  background-image:
    linear-gradient(90deg, rgba(165, 210, 255, .3) 50%, transparent 50%),
    linear-gradient(rgba(165, 210, 255, .3) 50%, transparent 50%);
  background-size: 40px 40px;
  }
*/


.content h3 span {
	font-size: 16px;
	color: #888;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	padding-left: 15px;
}

.content h4 {

	font-size: 20px!important;
	width:85%;
	//margin:1em auto;
	color:#fff;
	color:#00c8b4;
	font-size:1.0rem;
	padding:2%;
	border-radius: 3px;
	position:relative;
	line-height:1em;
	text-indent:1em;
	border-top-left-radius: 10px;
	letter-spacing: 0.1em;
	//padding: 10px;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
	margin-right: 30px;
	//margin-bottom: 20px;
	margin-left: 30px;
}
.content h4::before{
	content:url(../images/leaf.png);
}

.content p {
	font-size: 14px;
	line-height: 1.7;
	padding: 5px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
	text-indent: 1em;
}
.content .exp {
	background-color: #00c8b4;
	color:#fff;
}

.content .exp p {
	font-size: 18px;
	line-height: 1.5;
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;

}
.content .ul_info {
	width:95%!important;
	margin:0 auto;
}

.content .ul_info li {
	font-weight:bold;

	color:#00c8b4;
}

.content .ul_info li.gray {
	//font-weight:normal;
	text-indent:0;
	color:#333;
}


.ul_policy {
	width:95%;
	margin:5px auto;
}
.ul_policy li{

	list-style-image: url(../images/list_point.png);
	list-style-position: inside;
	color:#666;
	line-height:2.0em;
	padding-left:10%;

}

.content .ul_info li.first::before {
	//font-family: "Font Awesome 5 Free";
	//content: '\f2bb';
	//padding-right:5px;

}

.content .ul_info li p {
	color:#333;
	text-align:left;
	font-weight:normal;
}

.content .ul_info li {
	list-style-image:none;
	font-weight:normal;
	padding-top: 0.3em;
	border-bottom-color: #00c8b4;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 1.8em;
	text-align:left;
	font-weight:normal;
	margin: 0 auto;
}

.ul_info li.title_head {
	display:block;
	width:90%;
	//border:solid 1px #000;
	background-color:#00c8b4;
	margin-top:5px;
}

.ul_info li.title_head a{
	font-weight:bold;
	color:#fff;
	padding:5px 10px;

}

.ul_info li.title_conts {
	margin-left:50px;
	list-style-image: url(../images/list_point.png)!important;

	line-height: 2.5em;
}


.content .ul_info li span.news_date {
	color: #333;
	padding-right: 20px;
}

.content .ul_info li span.i_date{
	font-weight:normal;
	text-align:center;
	margin-left:60%;
	font-size:0.8rem;

}

.content .ul_info li.i_sub {
	font-weight:bold;
	color:#00c8b4;
	background-color: #fff;
	padding:5px 20px;
	margin:0 auto;
}

.content .ul_info ul.list li {

	//list-style-image: url(../images/list_point.png);
	list-style-position: inside;
	font-size:14px;
	text-align:left;
	border:none;
	color:#333;
	font-weight:normal;
}
.content .ul_info ul.list li.point{
	list-style-image: url(../images/list_point.png);
}

.content .ul_info ul.list li.point li.mark{
	//list-style-image: url(../images/arrow_aqua.png);
}

ul.list ul.dot li,
 ul.dot li{
	list-style-type:none;
	list-style-image: none!important;

}

ul.list ul.dot li::before,
ul.dot li::before{
	content: "・";
	padding-left:2%;
}


.bk_wh {
	background:#fff5ee!important;
	border-radius:5px;
	padding:3px;
}

ul.list .hd{
	background:#9acd32;
	color:#fff;
	width:80%;
	margin:5px auto;
}
ul.list .hd::before{
	content:"HD:";
}
ul.list .hdf{
	background:#db7093;
	color:#fff;
	width:80%;
	margin:5px auto;
}
ul.list .hdf::before{
	content:"HDF:";
}
ul.list .pd{
	background:#ffa500;
	color:#333;
	width:80%;
	margin:5px auto;
}
ul.list .pd::before{
	content:"PD:";
}
.content .ul_info li span {

 //color:#00c8b4;
}

.content .ul_info li span.i_conts{
 font-weight:normal;
 color:#333;
 padding-left: 5px;
}
.content .ul_info li span.news_icon {
	color: #FFF;
	padding-left: 10px;
	display: inline-block;
	padding-right: 10px;
	background-color: #D11444;
	margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
}

.content .ul_info li span.news_icon.cl_02 {
	background-color: #00c8b4;
}


/* ul_info_other*/
.content .ul_info_other {

	margin:0 auto;
}

.content .ul_info_other li.first {
	font-weight:bold;
	list-style-image: url(../images/leaf.png);
	list-style-position: inside;
	color:#00c8b4;
	//font-size:1.25rem;
}

.content .ul_info_other li p {
	color:#333;
	text-align:left;
}

.content .ul_info_other li {
	list-style-image:none;
	font-weight:normal;
	padding-top: 0.3em;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
	text-indent: 1em;
	line-height: 1.8em;
	text-align:left;
}
.content .ul_info_other li {
	border: none;
}
.content .ul_info_other li span.news_date {
	color: #333;
	padding-right: 20px;
}
.content .ul_info_other li span.i_date{
	font-weight:bold;
	color:#333;
	padding-left: 5px;

}
.content .ul_info_other li.i_sub {
	font-weight:bold;
	color:#00c8b4;
	background-color: #fff;
	padding:5px;
}

.content .ul_info_other ul.list li {

	list-style-image: url(../images/list_point.png);
	list-style-position: inside;
	font-size:14px;
	text-align:left;
	border:none;
	color:#333;
}
.content .ul_info_other ul.list li li{
	list-style-image: none;

}
.content .ul_info_other li span {
 font-weight:normal;
}

.content .ul_info_other li span.i_conts{
 font-weight:normal;
 color:#333;
 padding-left: 5px;
}
.content .ul_info_other li span.news_icon {
	color: #FFF;
	padding-left: 10px;
	display: inline-block;
	padding-right: 10px;
	background-color: #D11444;
	margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
}

.content .ul_info_other li span.news_icon.cl_02 {
	background-color: #00c8b4;
}

/*content ol*/
.content .ol_info {
	width:95%;
	margin:0 auto;
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}
.content .ol_info li.col_gray{
	color:#666;

}

.content .ol_info li {

	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-color: #00c8b4;
	font-size: 18px;
	padding-right: 10px;
	padding-left: 10px;
	text-indent: 1em;
	line-height: 1.8em;
	text-align: left;

}
.content .ol_info li::before {
	counter-increment: item;
  content: counter(item)'.';

  padding-right: .5em;
  font-weight: bold;
  color: #00c8b4;
}

.content .ol_info li span.news_date {
	color: #333;
	padding-right: 20px;
}
.content .ol_info li span.i_date{
	font-weight:normal;
	color:#333;
	padding-left: 5px;
}
.content .ol_info li.i_sub {
	font-weight:bold;
	color:#00c8b4;
}

.content .ol_info li span {
 font-weight:bold;
}

.content .ol_info li span.i_conts{
 font-weight:normal;
 color:#333;
 padding-left: 5px;
}
.content .ol_info li span.news_icon {
	color: #FFF;
	padding-left: 10px;
	display: inline-block;
	padding-right: 10px;
	background-color: #D11444;
	margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
}

.content .ol_info li span.news_icon.cl_02 {
	background-color: #00c8b4;
}
/* リスト項目*/
.list {
	//width:90%!important;
}

.list ul{
	//width:95%;
	margin:1em auto;
}

.list ul li{
	color:#333;
	//list-style-image:url(../images/mark4.gif);
	text-align: left;

}
.list ul li::before{
	//font-family:"Font Awesome 5 Free","Font Awesome 5 Brands";
	//content: '\f0a4';
	//content :<i class='fa-solid fa-feather-pointed'></i>;
	content : url(../images/arrow_aqua.png);
	font-size: 15px;
	font-weight: 400;
	margin-right: 4px;
	color:#00c8b4;
}
.list ul ul li{
	list-style-image:none;
	list-style-type: disc;

}
.list ul li span{
	//color:#FF4500;
	font-weight: bold;
}
.list ul li.red{
	color:#FF4500;
	font-weight: bold;
}

.detail ul {

	background-color:#f5f5dc!important;
	padding:5%;
}
.red {
	color:#FF4500;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.normal{
	font-weight: normal;
}
.blue {
	color:#00c8b4;
	font-weight:bold;
}

.back_design {
	padding: 0.1em 0.5em;
	//margin:  5em 5px 5em;
	color:#00c8b4;
	//background:#e0ffff;
	font-weight:bold;
	border-left: solid 10px #00c8b4;
	border-bottom: solid 2px #00c8b4;
	margin-bottom:10px;

}
/*topの担当医師*/
.response_person p{

	line-height: 0.5em;
	padding-left:25px;
	//font-weight:bold;
	color:#00c8b4;
	content: '●';
	position:relative;
	text-align: left;

}
.response_person p::before {
	/*
	position:absolute;
	left:10px;
	top:10px;
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url(../images/mark3.gif);
	background-size: contain;
	margin-bottom:2px;
	*/
}
.response_person ul{
	padding-top:0em;
	//width:90%;
}
.response_person ul li:first-child{
	padding-bottom:0.5em;
}
.response_person ul li{
	padding-left: 5px;
	width:90%;
	text-align: left;
	margin:0 auto;
}

/*  略歴  */
.response_person p button {
	background-color: #ff7f50;
	color:#fff;
	padding:1px 3px;
	border-radius: 5px;
	float:right;
	margin-right:10%;
	font-size: 16px;
}

.history_conts {
  display: none;

}
.history_conts ul li {
	font-size:1.0rem;
}
.history_conts ul li::before {
	content:'●';
	color: #00c8b4;
}

/*サイトマップ*/
.map_conts ul{
	margin-left: 10%;
}

.map_conts ul li{
	font-size:0.9rem;
	line-height:2.0em;

}

.map_conts ul li::before {
	content:'●';
	color: #00c8b4;
}
.map_conts ul li li::before {
	content:'';
}

.map_conts p.discription {
	font-weight:bold;
	line-height:0.0em;
	padding-left:30%;
}


/* 検査の詳細 */
.inspection {
	//min-height:200px;
}
.inspection h3 {
	//color:#333;
	//background: #87cefa;
	//border:solid 1px #999;
	//height:35px;
	//border-radius: none!important;
	//text-align: center;
	font-size:120%;
	//margin:5px auto;
	vertical-align: middle;

}
.inspection button {
	background-color: #ff7f50;
  color: #fff;
  //padding: 1px 3px;
	padding: 10px;
  border-radius: 5px;
  //float: right;
  //margin-right: 10%;
  font-size: 16px;
	margin:5px auto;
	width:98%;
	border-radius:5px;
}


.inspection_conts {
  display: none;
	background: #fff;

}
.inspection_conts td p{
	text-align: left!important;
	text-indent: 1em;
	margin:0;
	padding:0;
}

figure{
	float:left;
	width:40%;
	display:block;
	margin: 5px ;
	padding:5px;
	background:#00c8b4;
}
figure.inside{
	float:left;
	width:35%;
	display:block;
	margin: 5px ;
	padding:5px;
	background:#00c8b4;
}

figure.inside a img{
	width:95%!important;
	display:block;
text-align:center;
	margin: 0 auto;
	padding: 0 auto;
}
figure.inside figcaption{

	text-align:center;

}
.fig_map {
	width:95%;
	display:block;
	margin: 5px auto;
	float:none;

}

figure img {
	object-fit: fill;
	width:100%;
}

td.by_car i{
	color:#00c8b4!important;
	font-size:450%!important;
	float:left;
	margin-left:5%;
}

td.by_car span{
	color:#999!important;
	font-size:150%;
	font-weight:bold!important;
	margin-left:10px;
	vertical-align: bottom;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.go_google_map {
	background-image:url(../images/google_map.png);
	background-size:contain;
	background-repeat: no-repeat;
}

.inspection_conts td img{
	width:90%;
	margin:5px;
	text-align: center;
	border: solid 1px #6495ED;
	border-radius: 5px;
}

.inspection_conts figcaption{
	text-align: center;
	color: #6495ED;
	font-weight:bold;
}

.inspection_modal {
}

.lightbox-container {
	width: 100%;
  height: auto;
  display: block;
}
.lightbox-container img.sign {
	float:right;
	width:30%;
	display: block;
	padding-right:2em;
	padding-bottom:2em;

}

img.illustration {
	float:left;
	padding:5px;
}
/* 診療科目*/
.subject {
	width:90%;
}

.subject ul{
	padding-left: 20%;
	width:70%;
	margin:0 auto;
}

.subject ul li{
	color:#333;
	list-style-image:url(../images/mark4.gif);
	width:90%;
}


/* 地図  */
ul.map li a:hover {
  opacity: 0.8;
}

ul.map li a img {
  width: 70%;
	display: block;
	text-align: center;
	border:solid 1px #00c8b4;
	border-radius: 5px;
	margin:5px auto;

}

figcaption{
	text-align: center;
	color: #fff;
	font-weight:bold;
	font-size:0.8rem;
	//display:block;
	line-height: 1.2em;
	padding-top:5px;
}
figcaption span{
	font-weight:normal;
}
.map_modal,
.inspection_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(102, 102,255, 0.8);
  display: none;
}

.map_big,
.inspection_big {
  position: absolute;
  width: 100%;
  max-width: 800px;
  top: 80px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

.close-btn {
  color: #fff;
  font-size: 40px;
  position: absolute;
  right: 20px;
  top: 0;
}

.close-btn a {
  color: #fff;
  text-decoration: none;
}

/*Wide Button*/
.wide_blue {
	width:90%;
	margin: 10px auto!important;
	height:3em;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	background-color: #ff7f50;
	display:block;
	cursor:pointer;
	color:#ff7f50;
	background-color:#fff;
	filter: drop-shadow(0 0 0.25rem #ff7f50);
	background-image :url(../images/leaves_foot.png);
	background-size: contain;
	background-repeat:no-repeat;

}
.map {
	//background-image:url(../images/map.jpg);
	//background-size:cover;
}
.wide_grey {
	width:98%;
	margin: 0 auto;
	height:3em;
	color:#fff;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	background-color: #333;
	display:block;
}

.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.img_left {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.img_right {
	float: right;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}

.content .img_left p {
	font-size: 12px;
	margin: 0px;
}

/*
お問い合わせ部分
-------------------------------------------*/

.box_contact {
	background-color: #f0f8ff;

	padding-bottom: 0px;
	padding-top: 20px;
	text-align: center;

	//border-top-width: 1px;
	//border-top-style: solid;

	width:100%;

}

.box_contact.only_tel {
	background-image: none;
}

.box_contact h2 {
	color: #fff;
	padding-left:10px;
	text-align: left;
}

.box_contact h2::before {
		//content: url(../images/mark3.gif);
}


.box_contact h3 {
	color: #006384;
}

.box_contact p {
	margin-top: 10px;
	margin-bottom: 20px;
}

.box_contact .btn a{
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 90%;
	background-color: #00c8b4;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	max-width: 500px;
}

.box_contact .btn_linked a {
	font-size: 20px;

	color: #FFF;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 90%;
	background-color:  #ff7f50;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	max-width: 500px;

}

.box_contact .btn_no_linked a {
	font-size: 20px;

	color: #ff7f50;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 90%;
	background-color:  #fff;
	border:solid 1px red;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	max-width: 500px;

}

.box_contact .btn a i{
	padding-right: 10px;
	font-size: 120%;
}

.box_contact .btn a:hover {
	color: #00c8b4;
	background-color: #FFF;
	border-top-color: #00c8b4;
	border-right-color: #00c8b42;
	border-bottom-color: #00c8b4;
	border-left-color: #00c8b4;
}


.box_contact .btn_linked a:hover {
	color: #ff7f50;
	background-color: #FFF;
	border-top-color: #ff7f50;
	border-right-color: #ff7f50;
	border-bottom-color: #ff7f50;
	border-left-color: #ff7f50;
}
.box_contact .btn_no_linked a:hover {
	/*
	color: #333;
	background-color: #FFF;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	*/
}
.box_contact .tel a {
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color:#00c8b4;
}
.box_contact .tel a strong {
	font-size: 150%;
}
.box_contact .tel a i {
	padding-right: 10px;
	font-size: 100%;
}

.box_in ul li a{

	font-size: 25px;
	color: #00c8b4;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 95%;
	font-weight:bold;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	max-width: 500px;
}

ul.guide_1,
ul.guide_2 {
	margin:5px auto;
}
.box_in ul li li a,
ul.guide_1 li a,
ul.guide_2 li a{

	font-size: 20px;
	font-weight: normal;
	color:#008b8b;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 95%;
	border: solid #00c8b4 1px;
	background-color: #fff;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	border-radius: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	max-width: 500px;
	background-image:url(../images/leaves.png) ;
	background-repeat:no-repeat;
	background-size:contain;

}

ul.guide_1 li a:hover,
ul.guide_2 li a:hover {
	background-color: #00c8b4;
	color:#fff;
}

ul.guide_1 li i,
ul.guide_2 li i{
	padding-right:1em;

}

ul.guide_1 li a{
	background-color: #f5f5dc;!important;
}
ul.guide_2 li a{
	background-color: #e0ffff;!important;
}
@media screen and (min-width:960px){

.box_contact .box_in {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.box_contact .btn
,.box_contact .btn_linked {
	float: left;
	width: 50%;
}
.box_contact .btn_linked {
	background-color: red;
}
.box_contact .tel {
	float: right;
	width: 50%;
}

.box_contact.only_tel .tel {
	float: none;
	width: 100%;
}

}

@media screen and (max-width:480px){
.box_contact .btn a {
	font-size: 18px;
}
.box_contact .tel a {
	font-size: 24px;
}

}

/*-----トップへ戻るボタン------*/

.to_top {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;

	border-radius: 50px;
}
.to_top a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: block;
	font-size: 10px;
	background-color: #FF4500;
	padding: 15px;
	width: 30px;
	font-size: 26px;
	line-height: 30px;
	border-radius: 50px;
}
.to_top a:hover {
	background-color: #00c8b4;
}

/*
フッター
-------------------------------------------*/

footer {
	background-color: #00c8b4;
	color: #FFF;
	clear: both;
	width: 100%;
	display: block;

}

footer ul.f_bn {
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #00c8b4;
	//background-color: rgba(0,69,91,0.2);
}
footer .f_bn li {
	display: inline;
}
footer .f_bn li a {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
	margin-left: 10px;
	font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 10px;
}

footer .f_bn li a:hover {
	background-color: #00c8b4;
}

footer .f_bn li a i {
	padding-right: 5px;
	font-size: 200%;
}


footer ul.f_list {
	display: block;
	width: 33.3%;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
}

footer ul.f_list li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

footer ul.f_list li li a {
	padding-left: 27px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
}

footer ul.f_list li a:hover {
	background-color: #00c8b4;
}

footer ul.f_list li li a::before {
	content:"・";
	position: absolute;
	top: 2px;
	left: 9px;
}


address {
	font-size: 12px;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	clear: both;
	background-color: #00c8b4;
	//background-color: rgba(0,69,91,0.2);
	background-image: url(../images/leaves_foot.png);
	background-repeat: no-repeat;
	//width:100%;
}
.address p{
	font-weight:bold;
	color:#999;
}

footer .box_pr {
	clear: both;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 10px;
	color: #C0D2D8;
	background-color: #00c8b4;
	//background-color: rgba(0,69,91,0.2);
	border-top-width: 1px;
	//border-top-style: dotted;
	border-top-color: #00455B;
	letter-spacing: 1px;
}

.box_pr ul li {
	display: inline;
	padding: 5px;
}

.box_pr ul li a {
	color: #C0D2D8;
}

/*
各種テーブル
-------------------------------------------*/
/*  1分割  */

.content table.table_1 {
	width: 98%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;

}
.content table.table_1 th,
.content table.table_1 td {
	border-bottom-width: 1px;

	border-bottom-color: #987;
	border-left-width: 1px;
	//border-left-style: dotted;
	border-left-color: #987;
	padding: 8px;
	background-color: #00c8b4;
	color:#fff;
}
.content table.table_1 th {
	font-size: 18px;
	white-space: nowrap;
	letter-spacing: 1px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
.content table.table_1 td {
	font-size: 18px;
	line-height: 30px;
	background-color: #fff5ee;
	color:#333;
	//text-align: center;
	text-indent:1em;
}

.content table.table_1 td p::before {
	content:url(../images/mark4.gif);
	padding-right: 1em;

	font-family:"Font Awesome 5 Free","Font Awesome 5 Brands";
	content: '\f15b';
	content :<i class='fa-solid fa-feather-pointed'></i>;
	font-size: 18px;
	font-weight: 400;
	margin-right: 4px;
	color:#00c8b4;
}

.content table.table_1 th.traffic {
	background-color: #F0F8FF;
	//color:#00c8b4;
}

.content table.table_1 td.traffic_cont {
	background-color: #fff;
	color:#333;
}

.content table.table_1 td ul li {
	text-align: left;
	padding-left: 10px;
	font-size:14px;
}

.content table.table_1 th a{
	color:#fff;
	text-decoration:none;
}


.content table.table_1q {
	width: 88%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;

}
.content table.table_1q th,
.content table.table_1q td {
	border-bottom-width: 1px;
	//border-bottom-style: dotted;
	//border-bottom-color: #987;
	border-left-width: 1px;
	//border-left-style: dotted;
	//border-left-color: #987;
	padding: 8px;
	background-color: #e9967a;
	color:#fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;

}
.content table.table_1q th {
	font-size: 16px;
	white-space: nowrap;
	letter-spacing: 1px;
}
.content table.table_1q td {
	font-size: 14px;
	line-height: 30px;
	background-color: #fff;
	color:#333;
	text-align: center;
}
.content table.table_1q td.q_cont {
	font-size: 14px;
	line-height: 30px;
	background-color: #fff;
	color:#e9967a;
	text-align: center;
	font-weight:bold;
}
.content table.table_1q td p::before {
	//content:url(../images/mark4.gif);
	//padding-right: 1em;
}

.content table.table_1q th.traffic {
	background-color: #F0F8FF;
	color:#00c8b4;
}

.content table.table_1q td.traffic_cont {
	background-color: #fff;
	color:#333;
}

.content table.table_1q td ul li {
	text-align: left;
	font-size:16px;
}

.table_1q td h3 {
	color:#008b8b;
	//width:45%;
	margin:1em auto;

	background:none;
	font-size:1.0rem;
	//padding:2%;

	line-height:1em;
	text-indent:0em;

	//border:solid 1px #00c8b4;

}
.table_1q td h3::before {

	content: none;/*何も入れない*/

}
/*  2分割  */

.content table.table_2 {
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.content table.table_2 th,
.content table.table_2 td {
	border-bottom-width: 1px;
	//border-bottom-style: dotted;
	border-bottom-color: #987;
	border-left-width: 1px;
	//border-left-style: dotted;
	border-left-color: #987;
	padding: 8px;
	background-color: #00c8b4;
	color:#fff;
}

.content table.table_2 th {
	font-size: 16px;
	white-space: nowrap;
	letter-spacing: 1px;

}

.content table.table_2 td {
	font-size: 14px;
	line-height: 30px;
	background-color: #fff;
	color:#333;
	text-align: center;
}

.content table.table_2 td.dw {
	background-color: #00c8b4;
	color:#fff;
	width:20px;
}

.content table.table_2 td.back_green {
	background:#66cdaa;
	color:#fff;
}

/*  3分割  */

.content table.table_3 {
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_3 th,
.content table.table_3 td {
	border-bottom-width: 1px;
	border-bottom-color: #987;
	border-left-width: 1px;
	border-left-color: #987;
	padding: 8px;
	//background-color: #00c8b4;
	background-color: #fff;
	//color:#fff;
	color: #00c8b4;
}
.content table.table_3 th {
	font-size: 16px;
	white-space: nowrap;
	letter-spacing: 1px;

}
.content table.table_3 td {
	font-size: 14px;
	line-height: 30px;
	background-color: #F3F2F1;
	text-align: center;

}
.content table.table_3 td p{
	color:#333;
	text-indent:0;
}
.content table.table_3 td.dw {
	//background-color: #00c8b4;
	color:#00c8b4;
	width:20px;
	background-color: #fff;
	font-weight:bold;
}
.content table.table_3 td.traffic {
	background-color: #00c8b4;
	color:#fff;

}

.content table.table_3 th.am,
.content table.table_3 td.am {

	background-color:#e0ffff;

}

.content table.table_3 th.pm,
.content table.table_3 td.pm{

	background-color:#fff0f5;
}
/*  4分割  */
.content table.table_4 {
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.content table.table_4 th,
.content table.table_4 td {
	border-bottom-width: 1px;
	//border-bottom-style: dotted;
	border-bottom-color: #987;
	border-left-width: 1px;
	//border-left-style: dotted;
	border-left-color: #987;
	padding: 8px;
	background-color: #00c8b4;
	color:#fff;
}

.content table.table_4 th {
	font-size: 16px;
	white-space: nowrap;
	letter-spacing: 1px;

}

.content table.table_4 td {
	font-size: 14px;
	line-height: 30px;
	background-color: #fff;
	color:#333;
	text-align: center;
}
.content table.table_4 td.whole {
	background:#b22222;
	color:#fff;
}

.content table.table_4 td.half {
	background:#b0e0e6;
}

.content table.table_4 td.kyushin {
	background:#f33;
	color:#fff;
}

.content table.table_4 td.charge {
	background:#036;
	color:#fff;
}

/*  ******  */
.content table.table_01 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	border-bottom-width: 1px;
	//border-bottom-style: dotted;
	border-bottom-color: #987;
	padding: 20px;
}
.content table.table_01 th {
	font-size: 16px;
	white-space: nowrap;
	letter-spacing: 1px;
	width: 33%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.content table.table_01 td {
	font-size: 14px;
	line-height: 30px;
	background-color: #F3F2F1;
}

.content table.table_02 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 820px;
}
.content table.table_02 th,
.content table.table_02 td {
	padding: 20px;
	border: 1px dotted #BAB4A9;
}
.content table.table_02 th {
	font-size: 18px;
	white-space: nowrap;
	letter-spacing: 1px;
	color: #222;
}
.content table.table_02 td {
	font-size: 16px;
	line-height: 30px;
	background-color: #F4F3F2;
}


.content table.table_02 .tr_gr th {
	background-color: #E0DDD8;
}
.content table.table_02 .tr_gr td {
	background-color: #EBE9E6;
}

.content table.table_02 td .price {
	font-size: 150%;
	white-space: nowrap;
	color: #00c8b4;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}


.small {
	font-size: 80%;
	color: #666;
}
.chui {
	color: #F00036;
}


.table_01 th span {
	font-size: 12px;
	color: #CCC;
}


/*
FAQ
-------------------------------------------*/

.content dl.faq {
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.content dl.faq dt {
	font-size: 22px;
	line-height: 30px;
	position: relative;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-color: #1E4262;
	color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image: url(../images/bg_03.png);
}
.content dl.faq dt span {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	//background-color: #169CC9;
	text-align: center;
	display: block;
	width: 50px;
	padding-top: 10px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: -20px;
	left: -10px;
	z-index: 10;
}
.content dl.faq dt span::before{
	content: "";
	position: absolute;
	bottom: -5px;
	right: -3px;
 	margin-left: -12px;
  border-right: 12px solid transparent;
  border-top: 20px solid #169CC9;
  border-left: 12px solid transparent;
 	z-index: 0;
	transform: rotate(-40deg);
}
.content dl.faq dd {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 1.6;
}

/*
グーグルマップ
-------------------------------------------*/

.g_map_base {
	background-color: #E2E0DC;
	padding: 20px;
}

.g_map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.g_map iframe,
.g_map object,
.g_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*
実績一覧
-------------------------------------------*/
ul.works_list {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	padding: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

ul.works_list li {
	width: 23%;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.works_list li .works_icon {
	position: absolute;
	top: 5px;
	left: 5px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	background-color: #D11444;
	z-index: 50;
}

ul.works_list li a {
	display: block;
	padding: 20px;
	background-color: #F4F3F0;
	text-decoration: none;
	color: #333;
	border: 1px solid #DDDAD5;
}
ul.works_list li a img {
	width: auto;
	width: 100%;
	height: 150px;
	object-fit: cover;
}

ul.works_list li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.3);
    -moz-filter:brightness(1.3);
    -ms-filter:brightness(1.3);
    filter:brightness(1.3);
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

ul.works_list li a span {
	display: block;
	padding-top: 10px;
	font-size: 14px;
	letter-spacing: 1px;
}

ul.works_list li a span.mask {
	display: block;
	width: auto;
	width: 100%;
	height: 150px;
	overflow: hidden;
	padding-top: 0px;
}

ul.works_list li a:hover {
	color: #000;
	background-color: #FFF;
}


/*
スライダー
-------------------------------------------*/

.sp-slide {
	opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha( opacity=20 )";
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	max-height: 800px;
	overflow: hidden;
}
.sp-slide.sp-selected {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.sp-thumbnail-container img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	object-fit: cover;
}

.sp-thumbnail-container img {
	height: 100% !important;
}

.sp-thumbnail-container:hover img,
.sp-thumbnail-container.sp-selected-thumbnail img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	cursor: pointer;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.top_base {
	position: absolute;
	z-index: 100;
	mix-blend-mode: multiply;
	width: 500px;
	height: 500px;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -250px;
}

/*キャッチ背景　赤系*/
.top_base.cl_01 {
 background: rgb(217,0,72);
background: -moz-radial-gradient(circle, rgba(217,0,72,0.65) 10%, rgba(255,18,80,0) 60%);
background: -webkit-radial-gradient(circle, rgba(217,0,72,0.65) 10%, rgba(255,18,80,0) 60%);
background: radial-gradient(circle, rgba(217,0,72,0.65) 10%, rgba(255,18,80,0) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d90048",endColorstr="#ff1250",GradientType=1);
}

/*キャッチ背景　緑系*/
.top_base.cl_02 {
 background: rgb(102,204,0);
background: -moz-radial-gradient(circle, rgba(102,204,0,0.65) 10%, rgba(148,207,0,0) 60%);
background: -webkit-radial-gradient(circle, rgba(102,204,0,0.65) 10%, rgba(148,207,0,0) 60%);
background: radial-gradient(circle, rgba(102,204,0,0.65) 10%, rgba(148,207,0,0) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#66cc00",endColorstr="#94cf00",GradientType=1);
}

/*キャッチ背景　青系*/
.top_base.cl_03 {
 background: rgb(0,162,221);
background: -moz-radial-gradient(circle, rgba(0,162,221,0.65) 10%, rgba(0,207,244,0) 60%);
background: -webkit-radial-gradient(circle, rgba(0,162,221,0.65) 10%, rgba(0,207,244,0) 60%);
background: radial-gradient(circle, rgba(0,162,221,0.65) 10%, rgba(0,207,244,0) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a2dd",endColorstr="#00cff4",GradientType=1);
}

#top_slide .top_catch {
	z-index: 200;
	font-size: 56px;
	line-height: 0.6;
	width: 100%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 44%;
	letter-spacing: 0.1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#top_slide .top_catch span {
	font-size: 25%;
}

#top_slide .slide_btn a {
	display: block;
	position: absolute;
	z-index: 200;
	left: 50%;
	bottom: 25%;
	font-size: 18px;
	color: #FFF;
	width: 300px;
	margin-left: -150px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #FFF;
	line-height: 40px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#top_slide .slide_btn a:hover {
	background-color: #FFF;
	color: #111;
}

/*
トップピックアップバナー
-------------------------------------------*/

.pickup {
	background-color: #f0ffff;
	padding-top: 30px;
	padding-bottom: 30px;
}

.pickup ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.pickup ul li {
	width: 24%;
	position: relative;
}
.pickup ul li a {
	text-decoration: none;
	display: block;

}

.pickup ul li a:hover {
	background-color: #00c8b4;
}

.pickup ul li a .pu_icon {
	position: absolute;
	top: -5px;
	left: -5px;
	//background-color: #00c8b4;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

.pickup ul li a .pu_icon.cl_02 {
	background-color: #D11444;
}

.pickup ul li a .pu_title {


	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	color: #111;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #DEDCD6;
	padding-top: 10px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A49F8E;
	padding-bottom: 10px;

}


.pickup ul li a:hover .pu_title {
	border-top-color: #543D98;
}

.pickup ul li a p {
	color: #111;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.pickup ul li a img {
	-webkit-filter: brightness(0.8);
	-moz-filter: brightness(0.8);
	-ms-filter: brightness(0.8);
    filter:brightness(0.8);
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	//width: 100%;
	height: 50%;
	//object-fit: cover;
	background-color: #00c8b4;
	display:block;
box-shadow: 2px 2px 4px gray;
	//border:solid 1px #0000cd;
	border-radius:10px;
}

.pickup ul li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.2);
    -moz-filter:brightness(1.2);
    -ms-filter:brightness(1.2);
    filter:brightness(1.2);
}


/*  アコーディオンメニュー  */
.toggle_contents {

	//background: #fff;
	width:90%;
	margin:15px auto 10px;
	padding-top:5px;
}

.toggle_title {

	position: relative;
	padding: 15px;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
	line-height: 1.4;

	border-radius: 5px;
	display: block;
	//box-shadow: 2px 2px 4px #000;
	//color:#00c8b4;
	color:#fff;
	font-weight:bold;
	//text-shadow:1px 1px 3px;
	filter: drop-shadow(0 0 0.25rem #00c8b4);
	background-color:rgba(32,178,170,0.4);
	background-image :url(../images/leaves_foot.png);
	background-blend-mode:lighten;
	//background-size: contain;
	//background-repeat:no-repeat;
	width:90%;
	margin:5px auto;
}

.toggle_title2 {
	position: relative;
	padding: 15px;
	cursor: pointer;
	font-size: 18px;
	text-align: left;
	line-height: 1.2;
	background: #e0ffff;
	color: #00c8b4!important;
	font-weight:bold;
	border-radius: 5px;
	display: block;
	box-shadow: 2px 2px 4px gray;
}

.toggle_title2 span.toggle_btn {

	color: #00c8b4!important;
	font-weight:bold;

}
.toggle_btn {
	color: #00c8b4!important;
}


.toggle_useful {
	position: relative;
	padding: 15px;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
	font-weight:bold;
	border-radius: 5px;
	display: block;
	box-shadow: 2px 2px 4px gray;

	width:90%;
	margin:5px auto;
	background: #fff;
	color:#00c8b4;
	filter: drop-shadow(0 0 0.25rem #00c8b4);
	background-image :url(../images/leaves_foot.png);
	background-size: contain;
	background-repeat:no-repeat;
}
.toggle_useful_chd {
	position: relative;
	padding: 15px;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
	background: #fff;
	border-radius: 5px;
	display: block;
	box-shadow: 2px 2px 4px gray;
	color:#008b8b;
	width:85%;
	margin:5px auto;

}

.useful_chd h4 {
	width:80%;
	margin:10px auto!important;
	border-radius:10px;
	text-align: center;
}

.toggle_title_red {
	position: relative;
	padding: 15px;
	cursor: pointer;
	font-size: 20px;
	font-weight:bold;
	text-align: center;
	line-height: 1.4;
	background: #fff;
	border-radius: 5px;
	display: block;
	box-shadow: 2px 2px 4px gray;
	color:#fff;
	filter: drop-shadow(0 0 0.25rem red);
	background-image :url(../images/leaves_foot.png);
	background-size: contain;
	background-repeat:no-repeat;
	background-color :#ff6347;
}
.toggle_title_red span {
	color:red!important;
}
.toggle_title_select {
	position: relative;
	padding: 15px;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
	background: #ff7f50;
	border-radius: 5px;
	display: block;
	box-shadow: 2px 2px 4px gray;
	color:#fff;
	margin:0 auto;
	border:red;
}

.toggle_title_reset {
	position: relative;
	padding: 10px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	background: #6090ef;
	border-radius: 5px;
	display: block;
	box-shadow: 2px 2px 4px gray;
	color:#fff;
	margin:5px auto;
}

.toggle_btn {

	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
	color: #00c8b4!important;

}

.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);


}
.toggle_btn:before {
	width: 2px;
	height: 10px;

}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}

.toggle_contents dd {
	background-color: #f0f8ff;
	border:none;

}
.toggle_contents dd {
	display: none;
	margin-top:10px;
	//text-indent:1em;
	line-height:30px;
	//padding:0 1em;
}
.toggle_contents dd ul li{

	margin-top:10px;

}
.toggle_contents dd ul ul li{

	margin-top:0px;
}

.toggle_contents a {
	text-align:center!important;
}

#sougei ul.mark_list{
	width:90%;
	display:block;
	margin:0 auto;
}
#sougei ul.mark_list li{
	list-style-image: url(../images/arrow_aqua.png);
}

@media screen and (min-width:960px){
body {
	font-size: 16px;
	//overflow:hidden;
}
.sm-slider, .sm-slider::after {
	top: 100px !important;
}
/*
ヘッダー
-------------------------------------------*/
header {
	height: 120px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	position: fixed;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


header h1 a img {
	top: 10px;
	left: 10px;
}

header .h_btn a {
	width: 160px;
	top: 7px;
	right: 10px;
	line-height: 38px;
	padding-top: 2px;
	font-size: 14px;
	font-weight: bold;
}
header .h_tel a {
	top: 10px;
	right: 190px;
	line-height: 38px;
	padding-top: 4px;


}

header.fixed {
	height: 100px;
}

header.fixed h1 a img {
	height: 40px;
	top:5px;
}
header.fixed .h_btn a,
header.fixed .h_tel a {
	top: 5px;
	line-height: 30px;
}


.menu_btn,
.btn_close {
	display: none;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 98%;
	padding-left: 2%;
	display: block !important;
	height: 50px;
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
}

#g_navi ul.navi_base {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#g_navi ul li{
	display: inline;
}

#g_navi li a {
	width: 16%;
	padding-top: 15px;
	height: 35px;
	display: block;
	color: #CCC;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	position: relative;
	float: left;
	//font-size: 1.8rem;
}

#g_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 2px;
	width: 50%;
	left: 25%;
	background-color: #000;
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	background-color: #00c8b4;
	top:0px;
	width: 70%;
	left: 15%;
}

#g_navi li a:hover,
#g_navi li a.active,
#g_navi ul li:hover > a {
	color: #FFF;
}

#g_navi ul li:hover > a.ac_menu,
#g_navi li a.ac_menu:hover {
	position: relative;
}

#g_navi li a.ac_menu::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
 	margin-left: -15px;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #000;
  border-left: 15px solid transparent;
 	z-index: 300;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi ul li:hover > a.ac_menu::after,
#g_navi li a.ac_menu:hover::after {
  border-bottom: 20px solid #345;
}

#g_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 50px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 100%;
	height: auto;
	background-color: #292929;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#g_navi ul li ul{
  width: 96%;
  padding-left: 2%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#g_navi li ul li a {
	width: 21%;
	padding-left: 3%;
	padding-top: 14px;
	padding-bottom: 12px;
	line-height: 22px;
	height: auto;
	color: #DDD;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 1%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#g_navi li ul li a::after {
	content: "+";
	color: #DDD;
	position: absolute;
	display: block;
	left: 15px;
	top: 14px;
	font-size: 9px;
}
#g_navi li ul li a:hover::after {
	color: #FFF;
}
#g_navi ul li ul li a:hover{
	color: #FFF;
	background-color: #00c8b4;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
}
#g_navi li li a::before {
	display: none;
}

#g_navi ul li:hover div{
  visibility: visible;
  opacity: 1;
}

#g_navi div.ac_list {
	display: block !important;
}

#g_navi div.ac_list ul{

}

header.fixed #g_navi {
	height: 40px;
}

header.fixed #g_navi ul li div {
	top: 40px;
}

header.fixed #g_navi li a {
	padding-top: 10px;
	height: 30px;
}

header.fixed #g_navi li ul li a::after {
	top: 9px;
}

header.fixed #g_navi li ul li a {
	padding-top: 9px;
	height: 22px;
}

/*
サブトップ
-------------------------------------------
#sub_top.faq {
	background-image: url(../images/slide/location1.jpg);
}
#sub_top.works {
	background-image: url(../images/slide/location1.jpg);
}
#sub_top.contact {
	background-image: url(../images/slide/slocation1.jpg);
}
#sub_top.company {
	background-image: url(../images/slide/location1.jpg);
}
#sub_top.gaiyo {
	background-image: url(../images/slide/location1.jpg);
}
*/
.no_pc {
	display: none;
}

}
/*(/960～)*/


@media screen and (min-width:1200px){
	header .h_btn a {
		right: 50%;
		margin-right: -600px;
	}
	header .h_tel a {
		right: 50%;
		margin-right: -400px;
	}
	header h1 a img {
		left:50%;
		margin-left: -600px;
	}
}
/*(/1200～)*/


@media screen and (min-width:1600px){
	.sp-horizontal .sp-previous-arrow {
		left: 50% !important;
		margin-left: -750px;
	}

	.sp-horizontal .sp-next-arrow {
		right: 50% !important;
		margin-right: -750px;
	}
}
/*(/1600～)*/

@media screen and (max-width:960px){

body {
	font-size: 15px;
}

img {
	max-width: 100% !important;
	height: auto;
	width /***/:auto;
	margin-left:auto;
	margin-right:auto;
}

.content h4 {
	margin-right: 10px;
	margin-left: 2px;
}

ul.works_list li {
	width: 32%;
}

#top_slide {
	padding-top: 60px;

}

#sub_top {
	height: 80px;
	padding-top: 100px;
	letter-spacing: 0.5em;
	font-size: 18px;
}

/*
メニューボタン
-------------------------------------------*/

.menu_btn {

	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background:#00c8b4;
	//color:#fff!important;
}

.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
}

.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
}

.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
}

.menu_btn.opened span {
	background-color: #FFF;
}

.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
}

.menu_btn.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
}

.menu_btn.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);
    -moz-transform: rotate(45deg) translateY(0px);
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 110%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
	padding-top: 80px;
	overflow: auto;
	z-index: 3000;
	background-color: #00008b
	background-image: url(../images/bg_02.png);
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
		margin-left:30px;
}

#g_navi ul li {
	margin-bottom: 1px;
}

#g_navi ul li a {
	color: #FFF;
	text-decoration: none;
	font-size:1.8rem;
	display: block;
	padding-top: 18px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 20px;
	line-height: 22px;
	vertical-align: middle;
	background-color: rgba(135, 206, 235, 0.5);
	background:#00c8b4;
	border-radius:3px;
}

.navi_base {
		width:80%;
		margin:3px auto;
}

#g_navi ul li a:hover {
	background-color: rgba(0, 0, 0, 0);
}

body.fixed {
	overflow: hidden;
}

/*
アコーディオン
--------------------------------------------------*/


#g_navi ul li a.ac_menu {
	position: relative;
	background-image: none;
}
#g_navi ul li a.ac_menu::after {
	font-size: 11px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 16px;
	right: 10px;
	color: #FFF;
}
#g_navi ul li a.ac_menu.active {
	color: #DEF;
}
#g_navi ul li a.ac_menu.active::after {
	content: "▲";
}
#g_navi div.ac_list {
	display: none;
}

#g_navi ul li ul li a::before {
	content: "・";
	padding-right: 5px;
	color: #DEF;
}

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #191970;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}


/*
ヘッダー
-------------------------------------------*/
.sm-slider, .sm-slider::after {
	top: 50px !important;
}

header {
	height: 60px;
}

header h1 a img {
	top: 5px;
	left:5px;
	height: 40px;
}

header .h_btn a {
	width: 120px;
	top: 5px;
	right: 55px;
	line-height: 29px;
	padding-top: 1px;
	font-size: 12px;
}

header .h_tel a {
	top: 10px;
	right: 200px;
	line-height: 29px;
	padding-top: 1px;
	font-size: 12px;
}

header .h_menu {
	display: none;
}

header #info {
	display: none;
}

/*
サブトップ
-------------------------------------------*/

#sub_top.faq {
	background-image: url(../images/slide/sub_top_faq_sp.jpg);
}

#sub_top.works {
	background-image: url(../images/slide/sub_top_works_sp.jpg);
}

#sub_top.contact {
	background-image: url(../images/slide/sub_top_contact_sp.jpg);
}

#sub_top.company {
	background-image: url(../images/slide/sub_top_company_sp.jpg);
}

#sub_top.gaiyo {
	background-image: url(../images/slide/location1.jpg);
}
#sub_top.dialysis {
	background-image: url(../images/toseki.jpg);
}

#top_slide .top_catch {
	font-size: 40px;
}
/*
.content h3 {

	border-top-left-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 10px;
	font-size:20px;
}
*/

.no_sp {
	display: none;
}

}
/*(/～960)*/


@media screen and (max-width:640px){

.top_base {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin-left: 0px;
	margin-top: 0px;
}

#top_slide .top_catch {
	font-size: 30px;
	top: 40%;
}

#top_slide .top_catch span {
	font-size: 33%;
}


#top_slide .slide_btn a {
	font-size: 14px;
	bottom: 20%;
	line-height: 30px;
	width: 220px;
	margin-left: -110px;
}

.pickup ul li {
	width: 100%;
	margin-bottom: 20px;
}

.pickup ul li a img {
	max-height: 100px;
	-webkit-filter: brightness(1.0);
	-moz-filter: brightness(1.0);
	-ms-filter: brightness(1.0);
    filter:brightness(1.0);
}


header h1 a img {
	top:1px;
	height:100%;
	width:180%;
}

header .h_btn a {
	width: 50px;
	top: 10px;
	right: 50px;
	font-size: 18px;
	border-top-style: none !important;
	border-bottom-style: none !important;
	border-right-style: none !important;
	border-left-style: none !important;
}

header .h_tel a {
	width: 50px;
	font-size: 18px;
	right: 45px;
}

header .h_tel a span,
header .h_btn a span {
	display: none;
}


.content {
	//padding-top: 20px;
	//padding-bottom: 20px;
}

.content p {
	margin: 2px 8px;

}

ul.works_list {
	padding: 10px;
}

ul.works_list li {
	width: 48%;
}

ul.works_list li a {
	padding: 10px;
}

.img_left,
.img_right {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.box_contact p {
	//font-size: 14px;
}

ul.f_bn li a span {
	display: none;
}

footer .f_bn li a i {
	padding-right: 0px;
}

footer .cont_wrap {
	display: none;
}

}
/*(/～640)*/

@media screen and (max-width:460px){

input,
textarea {
	max-width: 300px !important;
}

.content table.table_01 th,
.content table.table_01 td {
	width: 100% !important;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content table.table_01 th {
	background-color: #F6F6F6;
}


#sub_top {
	height: 60px;
	padding-top: 80px;
	font-size: 16px;
}

.content h2 {
	font-size: 1.25rem;
	//margin:-20px auto 0;
	//padding:52px 0 20px 20px;

}
.content h2 ::before{
	content: url(../images/mark1.gif);
}

}
/*(/～460)*/


/*
エフェクト
-------------------------------------------*/
.effect {
	//opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
	width: 100%;
}

.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
	//min-height:280px;
}

.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}

.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}

.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}

.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);


}

p.disp_date {
	margin:10px auto 5px!important;
	text-align:center;
	width:80%;
	font-size:1.5rem;
	background-color:rgba(255, 288, 225, 0.6);
}
.hol_exp {
	line-height: 0.8em;;
}
.content p.check {
	color: #F00036;
}

.content p.p_st {
	font-size: 20px;
	color: #CA28B1;
}

.arrow_tbm {
	text-align: center;
	margin-top: -1px;
	padding-bottom: 10px;
}

.h_sns {
	padding: 5px;
	position: fixed;
	top: 130px;
	right: 0px;
	//background-color: rgba(0,61,87,0.8);
	background-color:#00c8b4;
	border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
}

.h_sns li a {
	display: block;
	padding: 10px;
	color: #FFF;
	line-height: 30px;
	width: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.h_sns li a:hover {
	background-color: #000;
}




/* @media screen */

@media screen and (max-width:640px){
.h_sns {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	top: auto;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.h_sns li {
	width: 25%;
}

.h_sns li a {
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.to_top {
	bottom: 60px;
}

footer {
	//padding-bottom: 60px;
}

}

.content .box_att {
	margin-top: 30px;
}

.content .box_att h2 {
	font-weight: normal;
	font-size: 24px;
	color: #00c8b4;
}

.content .box_att p {
	font-size: 14px;
	margin: 0px;
	color: #00c8b4;
}

/*Slide in*/
/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 100px);
}

.fade-in-down {
  transform: translate(0, -100px);
}

.fade-in-left {
  transform: translate(-100px, 0);
}

.fade-in-right {
  transform: translate(100px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}










/****　　test用　　************************************/




.hide {

		display: none;

}



.height {

		height: 100vh;

}


.cat1 {background-color:yellow;}
.cat2 {background-color:green;}
.cat3 {background-color:violet;}
