@charset "utf-8";

body {
	display: block;
	margin: 0 auto;
	width: 100%;
	opacity: 0;
	animation: body 0.5s ease-in-out 1;
	animation-fill-mode: both
}
@-webkit-keyframes body {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes body {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

/* CSS Document */

/*--------------------------------------------------------------------
■共通
--------------------------------------------------------------------*/

.pc_picture{
	display: block;
}

.sp_picture{
	display: none;
}

* {
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
}
body {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #000;
	font-size: 18px;
	line-height: 1.4;
}
img {
	vertical-align: bottom;
}
a {
	text-decoration: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	overflow: hidden;
}
.m_b_0 {
	margin-bottom: 0!important;
}
.m_b_5 {
	margin-bottom: 5px!important;
}
.m_b_10 {
	margin-bottom: 5px!important;
}
.m_b_40 {
	margin-bottom: 40px!important;
}
.m_t_0 {
	margin-top: 0!important;
}
.tx_l {
	text-align: left!important;
}
.tx_r {
	text-align: right;
}
.tx_c {
	text-align: center;
}
.va_c {
	vertical-align: middle;
}
.o_h {
	overflow: hidden;
}
.wsn {
	white-space: nowrap;
}
a[href^="tel:"] {
	cursor: default;
}
.font_s{
    font-size: 0.85em!important;
}
/*--------------------------------------------------------------------
■スマホ以外
--------------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
.pc_none {
	display: none;
}
.ft_box02 li.accordion ul {
	display: block!important;
}
#sp_menubox{
	display: none;
}
}
#container {
	overflow: hidden;
}
/*----------------------------------
ページング
----------------------------------*/
#pagenavi_box {
	text-align: center;
	margin-top: 50px;
}
.wp-pagenavi {
	clear: both;
	text-align: center;
	padding: 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none!important;
	border: 1px solid #DDDDDD!important;
	color: #1F1F1F!important;
	padding-top: 6px!important;
	padding-right: 11px!important;
	padding-bottom: 5px!important;
	padding-left: 11px!important;
	background-color: #FFFFFF!important;
	margin-top: 5px!important;
	margin-right: 5px!important;
	margin-bottom: 5px!important;
	margin-left: 5px!important;
	display: inline-block!important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #FFFFFF!important;
	background-color: #00AEDC!important;
	border-top-color: #00AEDC!important;
	border-right-color: #00AEDC!important;
	border-bottom-color: #00AEDC!important;
	border-left-color: #00AEDC!important;
	text-decoration: none!important;
	display: inline-block!important;
}
.wp-pagenavi span.current {
	font-weight: bold;
	color: #FFF;
	display: inline-block!important;
}
#blog_pagenavi {
	padding: 50px 0 0 0;
	text-align: center;
}
.pager_btn span a {
	border: 1px solid #DDDDDD;
	padding: 10px 20px;
	color: #000000;
	display: inline-block;
}
.pager_btn span a:hover {
	background: #00AEDC;
	color: #FFFFFF;
}
.pager_btn span.prev {
	margin: 0 20px 0 0;
}
.pager_btn span.prev a {
	background-image: url(../img/btn_ico05.png);
	background-repeat: no-repeat;
	background-size: 13px auto;
	background-position: 15px center;
}
.pager_btn span.prev a:hover {
	background-image: url(../img/btn_ico06.png);
}
.pager_btn span.next {
	margin: 0 0 0 20px;
}
.pager_btn span.next a {
	background-image: url(../img/btn_ico02.png);
	background-repeat: no-repeat;
	background-size: 13px auto;
	background-position: 89px center;
}
.pager_btn span.next a:hover {
	background-image: url(../img/btn_ico01.png);
}
.pager_btn .to_list {
	padding: 10px 40px;
	background: #00AEDC;
	color: #FFF;
}
#pagenavi_box .nextpostslink {
	background-image: url(../img/btn_ico02.png);
	background-repeat: no-repeat;
	background-size: 13px auto;
	background-position: center center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 16px!important;
	padding-right: 16px!important;
}
#pagenavi_box .nextpostslink:hover {
	background-image: url(../img/btn_ico01.png);
}
#pagenavi_box .previouspostslink {
	background-image: url(../img/btn_ico05.png);
	background-repeat: no-repeat;
	background-size: 13px auto;
	background-position: center center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 16px!important;
	padding-right: 16px!important;
	display: inline-block;
}
#pagenavi_box .previouspostslink:hover {
	background-image: url(../img/btn_ico06.png);
}
#entry-content table {
	border: 1px solid #CCC;
}
#entry-content table th {
	border: 1px solid #CCC;
	background-color: #F0F7FD;
	padding: 8px;
	font-size: 16px;
}
#entry-content table td {
	border: 1px solid #CCC;
	padding: 8px;
	font-size: 16px;
}
/*----------------------------------
ヘッダー
----------------------------------*/
#h_menu {
	display: none;
}
#header {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
.h_box01 {
	margin-top: 13px;
	margin-bottom: 20px;
}
.h1_txt {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	padding-top: 1px;
}
.h_box01_left {
	float: left;
	width: 300px;
}
.h_box01_right {
	float: right;
	width: 680px;
	overflow: hidden;
}
.hbc_list {
	float: right;
}
.hbc_list ul {
	width: 420px;
}
.hbc_list li {
	margin-left: 4px;
	margin-bottom: 4px;
	float: left;
}
/*.hbc_list li:nth-child(9), .hbc_list li:nth-child(10), .hbc_list li:nth-child(11) , .hbc_list li:nth-child(12) {
	margin-bottom: 0;
}*/
.hbc_list li:nth-child(11), .hbc_list li:nth-child(12), .hbc_list li:nth-child(13) , .hbc_list li:nth-child(14) , .hbc_list li:nth-child(15) {
	margin-bottom: 0;
}
.hbc_list a {
	color: #00AEDC;
	font-size: 14px;
	border: 1px solid #00AEDC;
	text-align: center;
	width: 78px;
	height: 28px;
	line-height: 28px;
	display: block;
	border-radius: 5px; /* 記述無し */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Google Chrome、Safari */
	-o-border-radius: 5px; /* Opera */
	-ms-border-radius: 5px; /* Internet Explorer */
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.hbc_list a:hover {
	background-color: #00AEDC;
	color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.hbr_time {
	text-align: center;
	padding-left: 22px;
	float: right;
    margin-top: -6px;
}
.hbr_time dl {
	display: inline;
}
.hbr_time dt {
	border-bottom: 1px solid #000000;
	font-size: 14px;
	display: inline;
	margin-bottom: 2px;
}
.hbr_time dd {
	font-size: 14px;
	margin-top: 7px;
}
.hbr_time span {
    font-size: 0.85em;
    margin: 2px 0 4px;
}
.h_logo01 {
	width: 286px;
	margin-top: 10px;
}
.h_box02 {
	height: 43px;
}
.h_box02 .pcmenu>ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.h_box02 .pcmenu>ul>li {
	height: 43px;
	float: left;
}
.h_box02 .pcmenu>ul>li>a {
	display: block;
	color: #000;
}
.h_box02 .pcmenu>ul>li#nav01>a {
	/*width: 149px;*/
}
.h_box02 .pcmenu>ul>li#nav02>a {
	/*width: 200px;*/
}
.h_box02 .pcmenu>ul>li#nav03>a {
	/*width: 149px;*/
}
.h_box02 .pcmenu>ul>li>a.active {
	border-bottom: 3px solid #00AEDC;
}
.h_box02 .pcmenu>ul>li>a:hover {
	border-bottom: 3px solid #00AEDC;
}
.h_box02 .pcmenu>ul>li>a span {
	height: 29px;
	border-right: 1px solid #DDD;
	display: block;
	font-size: 17px;
	padding: 0 28px;
	margin-bottom: 11px;
}
.h_box02 .pcmenu li:first-child a span {
	border-left: 1px solid #DDD;
}
/*----------------------------------
トップ
----------------------------------*/
#main {
	width: 100%;
	background-color: #F0EFEB;
}
#main .mainimg {
	text-align: center;
}
.bnr_box02 {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.top_box01 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.top_box01 .tb01_in01 {
	float: left;
	background: rgba(0,174,220,0.1) url(../img/check_mark01.png) no-repeat 20px center;
	background-size: 20px 15px;
	padding: 0 0 0 50px;
	margin-right: 6px;
	font-size: 18px;
	line-height: 50px;
}
.top_box01 .tb01_in01:first-child {
	width: 167px;
}
.top_box01 .tb01_in01:nth-child(2) {
	width: 198px;
}
.top_box01 .tb01_in01:nth-child(3) {
	width: 167px;
}
.top_box01 .tb01_in01:last-child {
	margin-right: 0;
	width: 230px;
}
.top_box02 {
	margin-bottom: 30px;
}
.top_box02 .tb02_left {
	width: 300px;
	display: table-cell;
	vertical-align: middle;
}
.top_box02 .tb02_left a:hover {
    opacity: 0.7;
}
.top_box02 .tb02_right {
	width: 650px;
	display: table-cell;
	padding-left: 30px;
	vertical-align: middle;
}
.bnr_box01 {
	margin-top: 40px;
	margin-bottom: 40px;
}
#top_sec02 {
	width: 100%;
	background-color: #F5F5F5;
	padding-top: 40px;
	padding-bottom: 40px;
}
.top_box03 .tb03_in01 a {
	display: block;
}
.top_box03 .tb03_in01 a:hover .txt05 {
	background: rgba(0,174,220,0.1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.top_box03 .tb03_in01 {
	float: left;
	margin-right: 19px;
	margin-bottom: 19px;
	border: 1px solid #00AEDC;
}
.top_box03 .tb03_in01:nth-child(3n+0) {
	margin-right: 0;
}
.top_box03 .tb03_in01 .link01 {
	height: 50px;
	line-height: 50px;
	padding-right: 22px;
	width: 290px;
 background-color:;
	text-align: center;
}
.top_box03 .tb03_in01 a .link01 {
	background: #00AEDC url(../img/arrow01.png) no-repeat 97% center;
	background-size: 19px 19px;
	display: block;
	color: #FFF;
	font-size: 26px;
}
.top_box03 .tb03_in01 .txt05 {
	line-height: 60px;
	background-color: #fff;
	height: 60px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tb03_in01 a .txt05 {
	color: #000;
}
.top_box04 {
	margin-bottom: 50px;
}
.top_box04 .tb04_in01 {
	float: left;
	width: 230px;
	margin-right: 20px;
	overflow: hidden;
}
.top_box04 .tb04_in01 img {
	padding-bottom: 10px;
}
.top_box04 .tb04_in01:last-child {
	margin-right: 0;
}
.top_box04 .tb04_in01 a:hover img {
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
.top_box04 .tb04_in01 a {
	display: block;
	color: #000;
}
.top_box04 .tb04_in01 .txt04 {
	padding: 10px 0;
}
.top_box04 .tb04_in01 a:hover .txt04, .top_box04 .tb04_in01 a:hover .title01, .top_box04 .tb04_in01 a:hover img {
	background: rgba(0,174,220,0.1);
}
.tb05_left {
	float: left;
	width: 420px;
}
.tb05_right {
	float: right;
	width: 530px;
}
#top_sec03 {
	padding-bottom: 50px;
}
#top_sec04 {
	width: 100%;
	background-color: #F5F5F5;
	padding-top: 50px;
	padding-bottom: 50px;
}
#top_sec04 .btn02 {
	margin: 40px auto 0 auto;
	width: 310px;
}
.tb06_in01 {
	float: left;
	width: 230px;
	margin-right: 20px;
	overflow: hidden;
}
.tb06_in01:nth-child(4) {
	margin-right: 0;
}
.sub .tb06_in01 {
	margin-bottom: 20px;
}
.tb06_img {
	height: 200px;
	display: block;
	overflow: hidden;
}
.tb06_img img {
	vertical-align: middle;
}
/*メディアページ*/
.sub_mediabox .tb06_in01 {
	border: 1px solid #CCC;
	width: 228px;
}
.sub_mediabox .tb06_in01:nth-child(4) {
	margin-right: 20px;
}
.sub_mediabox .tb06_in01:nth-child(3n+0) {
	margin-right: 0;
}
.tb06_in01 a {
	color: #000;
	display: block;
}
.tb06_in01 a:hover span.txt04 {
	background: rgba(0,174,220,0.1) url(../img/arrow03.png) no-repeat right bottom;
	background-size: 20px 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tb06_in01 a:hover img {
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
.tb06_in01 a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.tb06_in01 span.txt04 {
	height: 74px;
	padding: 10px 15px 20px 15px;
	display: block;
	background: #fff url(../img/arrow03.png) no-repeat right bottom;
	background-size: 20px 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#top_sec05 {
	width: 860px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 80px;
}
.top_box07>ul>li {
	padding: 30px 0;
	overflow: hidden;
	border-bottom: 1px dotted #AAAAAA;
}
.top_box07>ul>li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.top_box07 .tb07_in_left {
	float: left;
	margin-right: 20px;
	width: 100px;
}
.top_box07 .tb07_in_right {
	float: left;
	width: 740px;
}
.sub .top_box07 .tb07_in_right {
	width: 610px;
}
.top_box07 .tb07_in_date {
	color: #878787;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}
.top_box07 .tb07_in_title {
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
}
.top_box07 .tb07_in_title a {
	color: #00AEDC;
	text-decoration: underline;
}
.top_box07 .tb07_in_title a:hover {
	text-decoration: underline;
}
.top_box07 .tb07_in_txt {
	font-size: 16px;
	display: block;
	font-weight: normal;
}
/*----------------------------------
pagetop
----------------------------------*/
.pagetop {
	background-color: #A3C0C4;
	width: 100%;
	height: 50px;
}
.pagetop a {
	display: block;
	padding-top: 11px;
	text-align: center;
	height: 20px;
	cursor: pointer;
}
.pagetop a img {
	width: 38px;
	height: 19px;
}
/*----------------------------------
レイアウト
----------------------------------*/
.inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
/*----------------------------------
フッター
----------------------------------*/
#ft_sec01 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ft_box01 .ft01_in01 {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 228px;
	border: 1px solid #00AEDC;
}
.ft_box01 .ft01_in01:nth-child(4n+0) {
	margin-right: 0;
}
.ft_box01 .ft01_in01 .link01 {
	height: 35px;
	line-height: 35px;
	padding-right: 12px;
	width: 228px;
	text-align: center;
}
.ft_box01 .ft01_in01 .link01 a {
	background:#00AEDC url(../img/arrow01.png) no-repeat 201px center;
	background-size: 15px 15px;
	display: block;
	color: #FFF;
	font-size: 18px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.ft_box01 .ft01_in01 .link01 a:hover {
	background:#94cfdf url(../img/arrow01.png) no-repeat 206px center;
	background-size: 15px 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
	

.ft_box01 .ft01_in01 .cl01 {
	line-height: 46px;
	background-color: #fff;
	height: 46px;
	text-align: center;
}
.ft_box01 .ft01_in01 .cl01 a {
	color: #00ACDC;
}
.ft_box01 .ft01_in01 .cl01 a span {
	position: relative;
	padding-left: 25px;
}
.ft_box01 .ft01_in01 .cl01 a span:before {
	background: url(../img/tel_mark01.png) no-repeat right center;
	background-size: 20px 19px;
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 20px;
	height: 19px;
	margin-top: -10px;
}
#ft_sec02 {
	background-color: #F5F5F5;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
}
.ft_box02 {
	position: relative;
}
.ft_box02 li {
	margin-bottom: 10px;
}
.ft_box02 li .kakuin{
	color: #000;
    font-size: 16px;
    background: url(../img/arrow02.png) no-repeat left center;
    background-size: 7px 8px;
    padding-left: 12px;
}
.ft_box02 li:last-child {
	margin-bottom: 0;
}

.ft_box02 li.wsize01{
	
}
.ft_box02 li.wsize02{
	
}
.ft_box02 li.wsize03{
	
}
.ft_box02 li.wsize04{
	margin-top: 10px;
}
.ft_box02 li.wsize04>a{
	font-weight: bold;
	padding-top: 10px;
}
.ft_box02 li.wsize04>ul{
	overflow: hidden;
}
.ft_box02 li.wsize04>ul>li{
	float: left;
	margin-right: 10px;
    margin-bottom: 5px;
}

.ft_box02 li>ul>li {
	margin-bottom: 0;
	margin-left: 10px;
}
.ft_box02 li a, .accordion p {
	color: #000;
	font-size: 16px;
	background: url(../img/arrow02.png) no-repeat left center;
	background-size: 7px 8px;
	padding-left: 12px;
}
.ft_box02 li a:hover {
	text-decoration: underline;
}
.ft_box02 li>ul>li>a {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	background: none;
}
.ft_box02 .ft02_in_left {
	float: left;
	width: 619px;
}
.ft_box02 .ft02_in_right {
	float: right;
	width: 333px;
}
.ft_box02 .linktype01 ul li ul{
	overflow: hidden;
}
.ft_box02 .linktype01 li ul li{
	float: left;
}
.ft_box02 .linktype01 li ul li.nolink{
	color: #000;
    font-size: 14px;
	padding-left: 0px;
	    padding-top: 4px;
		width: 100px;
}

.ft_box02 .linktype01 li ul li.nolink02{
	color: #000;
	font-size: 15px;
	font-weight: normal;
	background: none;
    padding-left: 10px;
}


.ft_box02 .linktype02 ul{
	overflow: hidden;
}
.ft_box02 .linktype02 li{
	float: left;
}
.ft_box02 .tw_btn01 {
	position: absolute;
	bottom: 0;
	right: 0;
}
.ft_box02 .tw_btn01 img {
	width: 50px;
	height: 50px;
	margin: 0 7px;
}
#ft_sec03 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ft_box03{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.ft_box03 .ft03_in {
	width: 180px;
	margin-right: 20px;
	float: left;
}
.ft_box03 .ft03_in:last-child {
	margin-right: 0;
}
.ft_box04 {
	margin-top: 40px;
}
.ft_link_btm {
	float: left;
}
.ft_link_btm li {
	float: left;
}
.ft_link_btm li a {
	color: #000000;
	font-size: 15px;
	padding-right: 20px;
	border-right: 1px solid #CCCCCC;
	font-weight: normal;
	padding-left: 20px;
}
.ft_link_btm li a:hover {
	text-decoration: underline;
}
.ft_link_btm li:first-child a {
	padding-left: 0;
}
.ft_link_btm li:last-child a {
	padding-right: 0;
	border-right: none;
}
.copyright {
	float: right;
	font-size: 12px;
}
/*----------------------------------
タイトル、テキスト
----------------------------------*/
.title01 {
	border-left: 4px solid #00AEDC;
	font-size: 18px;
	line-height: 140%;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 75px;
}
.title02 {
	font-size: 30px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.title02:after {
	border-bottom: 2px solid #00AEDC;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 80px;
	height: 2px;
}
.title03 {
	font-size: 30px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 40px;
	text-align: center;
}
.title03:after {
	border-bottom: 2px solid #00AEDC;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	content: "";
	width: 80px;
	height: 2px;
}
.title04 {
	border-bottom: 2px solid #DDDDDD;
	overflow: hidden;
}
.title04 h2 {
	border-left: 4px solid #00AEDC;
	font-size: 26px;
	float: left;
	padding-left: 10px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 10px;
}
.title04 .link02 {
	float: right;
	font-size: 14px;
	background: url(../img/arrow05.png) no-repeat left center;
	background-size: 15px 15px;
	padding-left: 20px;
	line-height: 38px;
}
.title04 .link02 a {
	color: #000;
}
.title04 .link02 a:hover {
	text-decoration: underline;
}
.txt01 {
	font-size: 18px;
	line-height: 180%;
	font-weight: normal;
}
.txt02 {
	font-size: 12px!important;
	line-height: 160%!important;
}
.txt03 {
	font-size: 14px;
	line-height: 140%;
}
.txt04 {
	font-size: 16px;
	font-weight: normal;
	line-height: 180%;
}
.txt05 {
	font-size: 20px;
	line-height: 180%;
}
.txt06 {
	font-size: 14px!important;
	line-height: 140%!important;
	display: block;
}
.fs10 {
	font-size: 14px!important;
	font-weight: normal;
}
.cl01 {
	color: #00ACDC;
	font-size: 20px!important;
}
.cl02 {
	color: #00ACDC;
	font-size: 36px!important;
	vertical-align: bottom;
}
.cl03 {
	color: #00ACDC;
	font-size: 24px!important;
	vertical-align: bottom;
}
.cl04 {
	color: #00ACDC;
	font-size: 18px!important;
}
.cl05 {
	color: #c20202;
	font-size: 20px!important;
	font-weight: bold!important;
}
.cl06 {
	color: #c20202;
	font-size: 16px!important;
	font-weight: bold!important;
}
.cl07 {
	color: #00ACDC;
	font-size: 18px!important;
	font-weight: bold!important;
}
.bb {
	font-weight: bold!important;
}
/*----------------------------------
ボタン
----------------------------------*/
.btn01 {
	margin-top: 30px;
}
.btn01 a, .btn02 a, .btn04 a {
	border: 1px solid #00AEDC;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	background-color: #00AEDC;
	background-image: url(../img/arrow01.png);
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-size: 17px 17px;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
}
.btn05 a {
	border: 1px solid #00AEDC;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	background-color: #00AEDC;
	background-image: url(../img/arrow01.png);
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-size: 17px 17px;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	padding-right: 30px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.btn01 a:hover, .btn02 a:hover, .btn04 a:hover, .btn05 a:hover {
	background-color: #FFF;
	color: #00AEDC;
	background-image: url(../img/arrow05.png);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 1px solid #00AEDC;
}
.btn01 a {
	width: 490px;
	background-position: 453px center;
}
.btn01 a:hover {
	background-position: 463px center;
}
.btn02 a {
	width: 310px;
	background-position: 273px center;
}
.btn02 a:hover {
	background-position: 283px center;
}
.btn04 a {
	width: 100%;
	background-position: 95% center;
	margin-top: 0;
	margin-bottom: 10px;
}
.btn04 a:hover {
	background-position: 98% center;
}
.btn05 a {
	width: 100%;
	background-position: 95% center;
	margin-top: 0;
	margin-bottom: 10px;
}
.btn05 a:hover {
	background-position: 98% center;
}
.btn03 a {
	border: 1px solid #00AEDC;
	display: block;
	font-size: 16px;
	color: #00AEDC;
	background-color: #FFF;
	background-image: url(../img/arrow05.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-size: 15px 15px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	text-align: center;
	padding-right: 35px;
}
.btn03 a:hover {
	background-color: #00AEDC;
	color: #FFF;
	background-image: url(../img/arrow01.png);
	background-position: 98% center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 1px solid #00AEDC;
}
.btn03.typebt {
	width: 480px;
	margin-top: 20px;
	float: right;
}
.bnralpha img {
	opacity: 1.0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.bnralpha:hover img {
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*----------------------------------
ぱんくず
----------------------------------*/
.bread_Area {
	margin-top: 20px;
	margin-bottom: 30px;
}
.bread_Area .breadcrumb {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.bread_Area .breadcrumb li {
	line-height: 30px;
	display: inline;
	font-size: 13px;
	color: #000;
	font-weight: normal;
}
.breadcrumb li span {
	margin-right: 10px;
	margin-left: 8px;
	color: #000;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.bread_Area .breadcrumb li a {
	font-size: 13px;
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
.bread_Area .breadcrumb li a:hover {
	text-decoration: none;
}
/*----------------------------------
メガメニュー
----------------------------------*/
#nav01 #h_submenu01, #nav02 #h_submenu02, #nav03 #h_submenu03, #nav04 #h_submenu04 {
	overflow: hidden;
	height: 0;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	padding: 0px;
	background: #E5F7FB;
	width: 100%;
	position: absolute;
	left: 0;
	top: 141px;
	z-index: 999;
}
#nav01:hover #h_submenu01, #nav02:hover #h_submenu02, #nav03:hover #h_submenu03, #nav04:hover #h_submenu04 {
	visibility: visible;
	height: auto;
	position: absolute;
	left: 0;
	top: 169px;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	z-index: 999;
}
.megamenu {
	background: #E5F7FB;
	padding-top: 30px;
	padding-bottom: 10px;
}
.mm_block01 {
	width: 480px;
	margin-bottom: 10px;
}
.mm_block01.type50l {
	float: left;
	clear: left;
}
.mm_block01.type50r {
	float: right;
}
.mm_block01.type10001 {
	width: 100%;
	clear: left;
	margin-bottom: 20px;
}
.mm_block01.type10002 {
	width: 100%;
}
.mm_tit01>a {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	display: block;
	background: url(../img/arrow02.png) no-repeat left center;
	background-size: 7px 8px;
	padding-left: 12px;
}
.mm_list01 li {
	float: left;
	width: 50%;
}
.mm_list02 li {
	float: left;
	width: 25%;
}
.mm_list01 a, .mm_list02 a {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
	padding-left: 12px;
}
.mm_cl06 a:hover {
	text-decoration: underline;
}
.mm_img01{
	width: 310px;
	float: left;
	padding-right: 40px;
}
.mm_right{
	float: left;
	width: 630px;
}
.mm_block01.typefll {
    width: 315px;
	float: left;
}
/*----------------------------------
サブページ
----------------------------------*/
#sub_contents .pagetitle01 {
	height: 200px;
	background: #F5F5F5 url(../../images/menu/medicine_mainimg.jpg) no-repeat center center;
}
#sub_contents .pagetitle01 .pt01_in {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 64px;
}
#sub_contents .pagetitle01 .pt01_in h2 {
	font-size: 34px;
}
#sub_contents .pagetitle01 .pt01_in span {
	color: #00ADDC;
	font-size: 16px;
}
#sub_contents_wrap {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#sub_contents_page {
	width: 730px;
	float: left;
	overflow: hidden;
	padding-bottom: 60px;
}
/*----------------------------------
サブページ 以前の引き継ぎ
----------------------------------*/
.grid_18 {
	overflow: hidden;
}
.p2 {
	margin-bottom: 10px;
}
.p3 {
	margin-bottom: 15px;
}
.p4 {
	margin-bottom: 30px;
}
.p6 {
	margin-bottom: 40px;
}
#sub_contents_page .img-indent {
	float: left;
	width: 300px;
	margin-right: 20px;
}
#sub_contents_page .img-indent02 {
	float: right;
	width: 300px;
	margin-left: 20px;
}
#sub_contents_page .img-indent03 {
	float: left;
	width: 200px;
	text-align: center;
	margin-right: 20px;
}
#sub_contents_page .img-indent04 {
	float: left;
	width: 230px;
	text-align: center;
	margin-right: 20px;
}
#sub_contents_page .img-indent05 {
	width: 355px;
	margin-right: 20px;
	float: left;
}
#sub_contents_page .img-indent06 {
	width: 355px;
	float: left;
}
.wrapper {
	overflow: hidden;
}
#sub_contents_page p {
	font-size: 16px;
	line-height: 180%;
	font-weight: normal;
	margin-bottom: 15px;
}
#sub_contents_page p:last-child {
	margin-bottom: 0;
}
#sub_contents_page p a {
	color: #00AEDC;
	font-size: 16px;
	text-decoration: underline;
}
#sub_contents_page p a:hover {
	text-decoration: none;
}
#sub_contents_page h3.icon-3 {
	background-color: #00AEDC;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 26px;
	padding: 10px 10px 10px 30px;
	position: relative;
}
#sub_contents_page h3.icon-3:before {
	border-left: 4px solid #FFF;
	position: absolute;
	top: 10px;
	left: 10px;
	content: "";
	width: 4px;
	height: 36px;
}
#sub_contents_page h3.icon-3 a {
	color: #FFF;
	text-decoration: underline;
}
#sub_contents_page h3.icon-3 a:hover {
	text-decoration: none;
}
#sub_contents_page h3.icon-3 span {
	font-size: 20px;
	color: #FFF;
	line-height: 36px;
}
#sub_contents_page h4, .single_tit {
	color: #00ACDC;
	font-size: 24px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 30px;
}
#sub_contents_page h4:before, .single_tit:before {
	border-bottom: 2px solid #00ACDC;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 150px;
	height: 2px;
	z-index: 1;
}
#sub_contents_page h4:after, .single_tit:after {
	border-bottom: 2px solid #DDDDDD;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 730px;
	height: 2px;
}
#sub_contents_page h4 a {
	color: #00AEDC;
	font-size: 24px;
}
#sub_contents_page h5 {
	font-size: 18px;
}
#sub_contents_page .list-1 {
	overflow: hidden;
	background-color: #F5F5F5;
	padding: 30px 20px;
	margin-bottom: 30px;
}
#sub_contents_page .list-1 a {
	color: #00ACDC;
}
#sub_contents_page .list-1 a:hover{
	text-decoration:underline;
}
#sub_contents_page .list-1 li {
	font-size: 16px;
	line-height: 200%;
	font-weight: normal;
	position: relative;
	padding-left: 24px;
}
#sub_contents_page .list-1 li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "●";
	font-size: 12px;
	color: #00ACDC;
}
#sub_contents_page .list-1.decimal li {
	font-size: 16px;
	line-height: 200%;
	margin-bottom: 5px;
	font-weight: normal;
}
#sub_contents_page .list-1.decimal li:last-child {
	margin-bottom: 0;
}
#sub_contents_page .list-1.decimal {
	counter-reset: li;
}
#sub_contents_page .list-1.decimal li:before {
	font-size: 16px;
	color: #00ADDC;
	font-weight: bold;
	counter-increment: li;
	content: counter(li) ". ";
}
#sub_contents_page .list-1.typesm li {
	float: left;
}
#sub_contents_page .list-1.typesm li:nth-child(3n+1) {
	width: 146px;
}
#sub_contents_page .list-1.typesm li:nth-child(3n+2) {
	width: 82px;
}
#sub_contents_page .list-1.typesm li:nth-child(3n+0) {
	width: 390px;
}
#sub_contents_page .list-2 li {
	font-size: 16px;
	line-height: 180%;
	font-weight: normal;
	position: relative;
	padding-left: 15px;
}
#sub_contents_page .list-2 li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "●";
	font-size: 10px;
	color: #00ACDC;
}
#sub_contents_page .list-1.typebn {
	padding: 20px 10px;
}
#sub_contents_page .list-1.typebn li:before {
	content: "";
}
/*----------------------------------
サブページ　メニュー
----------------------------------*/
#sub_contents_menu>nav {
	margin-bottom: 20px;
}
#sub_contents_menu {
	width: 220px;
	float: right;
	margin-bottom: 30px;
}
#sub_contents_menu .menu_title01 {
	border-top: 4px solid #3C4E79;
	font-size: 20px;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
#sub_contents_menu .scm_list01>li>a {
	color: #FFF;
	padding: 14px 30px 14px 15px;
	display: block;
	font-size: 16px;
	background: #3C4E79 url(../img/arrow06.png) no-repeat 194px center;
	letter-spacing: -0.05em;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#sub_contents_menu .scm_list01>li>a:hover {
	background: #5168a1 url(../img/arrow06.png) no-repeat 199px center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#sub_contents_menu .scm_list01 .accordion p {
	color: #FFF;
	padding: 14px 30px 14px 15px;
	display: block;
	font-size: 16px;
	letter-spacing: -0.05em;
	background: #3C4E79;
	position: relative;
}
#sub_contents_menu .scm_list01 .accordion p span {
	background-image: url(../img/plus_mark02.png);
	background-repeat: no-repeat;
	background-size: 13px 13px;
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	right: 13px;
	top: 18px;
}
#sub_contents_menu .scm_list01 .accordion p span.open {
	background-image: url(../img/minus_mark02.png);
	background-repeat: no-repeat;
}
#sub_contents_menu .scm_list01>li>a:not(first) {
	margin-bottom: 1px;
}
#sub_contents_menu .scm_list01>li>ul>li a {
	color: #000000;
	font-size: 15px;
	border-bottom: 1px dotted #888888;
	padding: 14px 20px 14px 33px;
	display: block;
	background: #F5F5F5 url(../img/arrow07.png) no-repeat 15px center;
	letter-spacing: -0.05em;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#sub_contents_menu .scm_list01>li>ul>li a:hover{
	background: #b9ccf9 url(../img/arrow07.png) no-repeat 20px center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#sub_contents_menu .sidemenufont{
	padding-left: 20px;
    font-size: 16px;
}
#sub_contents_menu .scm_list01>li>ul>li:last-child a {
	border-bottom: none;
}
#sub_contents_menu .scm_list01>li>ul>li>ul>li>a {
	color: #000000;
	font-size: 15px;
	padding: 8px 20px 8px 33px;
	display: block;
	background: #F5F5F5;
	letter-spacing: -0.05em;
	border-bottom: none;
}
#sub_contents_menu .scm_list01>li>ul>li>ul>li>a:hover{
	background: #b9ccf9;
}
.bbnone {
	border-bottom: none!important;
}
#sub_contents_menu .scm_list01 .accordion ul {
	background: #F5F5F5;
	padding-bottom: 15px;
	padding-top: 5px;
}
#sub_contents_menu .sidebnr01 {
	margin-bottom: 30px;
}
#sub_contents_menu .sidelist01 .side_title01 {
	border-left: 4px solid #00AEDC;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#sub_contents_menu .sidelist01 ul li a {
	display: block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	color: #FFF;
	font-size: 11.5px;
	margin-bottom: 10px;
	padding-left: 4px;
	background: #00AEDC url(../img/arrow01.png) no-repeat 88px center;
	background-size: 11px 11px;
}
#sub_contents_menu .sidelist01 ul li a:hover{
	background: #51c0dd url(../img/arrow01.png) no-repeat 88px center;
	background-size: 11px 11px;
}
#sub_contents_menu .sidelist01 ul li:nth-child(2n+1) {
	float: left;
}
#sub_contents_menu .sidelist01 ul li:nth-child(2n+0) {
	float: right;
}
/*clinic------------------------*/
.clinic_box01 {
	border: 1px solid #00AEDC;
	padding: 15px;
	overflow: hidden;
	margin-bottom: 20px;
}
.clinic_box01:last-child {
	margin-bottom: 0;
}
.clinic_doctor, .access_box01 {
	width: 410px;
	float: right;
}
.doctor_name {
	border-left: 2px solid #00ACDC;
	padding-left: 15px;
	margin-bottom: 20px!important;
	width: 200px;
}
.doctor_name img {
	vertical-align: middle;
}
.dllist01 {
	width: 410px;
	overflow: hidden;
	margin-bottom: 20px;
}
.dllist01 dt {
	font-size: 14px;
	float: left;
	background-color: #00ACDC;
	color: #FFF;
	padding: 5px 10px;
	margin-bottom: 8px;
	width: 80px;
	margin-right: 10px;
	text-align: center;
	clear: left;
}
.dllist01 dd {
	font-size: 16px;
	font-weight: normal;
	float: left;
	line-height: 29px;
	margin-bottom: 8px;
	width: 300px;
}
.dllist01 dt:last-child, .dllist01 dd:last-child {
	margin-bottom: 0;
}
.tbl01 table, .basic-table {
	width: 100%;
}
.tbl01 table tr .th01, .basic-table .th01 {
	background-color: #F0F7FD;
	border: 1px solid #CCC;
	font-size: 16px;
	font-weight: normal;
	padding: 8px;
}
.tbl01 table tr .th02, .basic-table .th02 {
	padding: 8px;
	font-size: 16px;
	background-color: #EEEEEE;
	border: 1px solid #CCC;
}
.tbl01 table .holiday {
	background-color: #fff4f4!important;
}
.tbl01 table tr td, .basic-table td {
	padding: 8px;
	font-weight: normal;
	border: 1px solid #CCC;
	font-size: 16px;
	word-break: break-all;
	text-align: center;
}
.tbl01 table .typew3line {
	width: 33.3%;
}
.tbl01 table .link03, .tbl01 table a {
	color: #00ACDC;
	text-decoration: underline;
}

.tbl01 table td.tal {
    text-align: left;
}

/*access------------------------*/
.access_box04 {
	width: 323px;
	border: 1px solid #00AEDC;
	padding: 15px;
	overflow: hidden;
	margin-bottom: 20px;
	float: left;
}
.access_box04 .cl04 {
	text-align: center;
}
.access_box04:nth-child(2n+1) {
	margin-right: 20px;
}
.sp_tel01 {
	color: #000;
	font-weight: normal;
	font-size: 20px;
}
.dllist02 {
	width: 100%;
	overflow: hidden;
}
.dllist02 dt {
	font-size: 14px;
	float: left;
	background-color: #00ACDC;
	color: #FFF;
	padding: 5px 10px;
	margin-bottom: 8px;
	width: 90px;
	margin-right: 10px;
	text-align: center;
	clear: left;
}
.dllist02 dd {
	font-size: 16px;
	font-weight: normal;
	float: left;
	line-height: 29px;
	margin-bottom: 8px;
	width: 610px;
}
.access_box02 {
	background-color: #F5F5F5;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.access_box02 img {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}
.typeft {
	width: 430px;
}
.access_box03 {
	margin-top: 20px;
}
.access_box03 .thum img{
	width: 100%;
}
.access_box03 li a {
	display: block;
	text-decoration: none;
}
.access_box03 li {
	width: 230px;
	margin-left: 20px;
	float: left;
	margin-right: 0;
}
.access_box03 li:nth-child(3n+1) {
	margin-left: 0;
	clear: left;
	margin-bottom: 20px;
}
.access_list a:hover {
	text-decoration: none;
}
.access_box03 .access_box03in {
	color: #000;
	text-decoration: none;
	padding: 10px;
	font-size: 16px;
	background: #EEE url(../img/arrow03.png) no-repeat right bottom;
	background-size: 15px 15px;
}
.access_box03 li a:hover .access_box03in {
	color: #FFF;
	background-color: #00AEDC;
}
.access_box03 li a:hover .access_box03in .cl04 {
	color: #FFF;
}
.ab01_in_left {
	float: left;
	width: 440px;
	padding-bottom: 20px;
}
.ab01_in_right {
	float: right;
	width: 270px;
	overflow: hidden;
}
.ab01_in_right .stepimg {
	float: left;
	width: 50px;
	display: block;
	position: relative;
	margin-right: 10px;
	height: 100%;
	min-height: 294px;
    padding-bottom: 20px;
}
.ab01_in_right .stepimg:after {
	border-left: 5px solid #afedfd;
	position: absolute;
	top: 50px;
	left: 46.4%;
	content: "";
	width: 5px;
	height: 100%;
}

.ab01_in_right .stepimg_02 {
	height: 600px;
}
.ab01_in_right .stepimg_02:after {
	height: 600px;
}
.ab01_in_right .stepimg_03 {
	height: 410px;
}
.ab01_in_right .stepimg_03:after {
	height: 410px;
}


.access_cl06:last-child .ab01_in_right .stepimg:after {
	border-left: none;
}
.ab01_in_right p {
	width: 210px;
	float: left;
}
/*first------------------------*/
.checktit01 {
	font-size: 18px;
	background: url(../img/checkmark01.gif) no-repeat left 7px;
	background-size: 22px 22px;
	padding-left: 32px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	line-height: 32px;
	border-bottom: 1px solid #CCC;
	margin-top: 0!important;
}
#flowcontents .flowstep {
	font-size: 20px;
	line-height: 50px;
	margin-bottom: 10px;
	margin-top: 0;
}
#flowcontents .flowstep:before, #flowcontents .flowstep:after {
	border-bottom: none;
}
#flowcontents .flowbox {
	width: 380px;
	float: left;
	padding-bottom: 40px;
}
#flowcontents .sub_box02 {
	float: left;
	margin-left: 10px;
	width: 280px;
}
#flowcontents .step01 {
	float: left;
	width: 50px;
	display: block;
	position: relative;
	margin-right: 10px;
	height: 324px;
}
#flowcontents .step01:after {
	border-left: 5px solid #afedfd;
	position: absolute;
	top: 50px;
	left: 46.4%;
	content: "";
	width: 5px;
	height: 324px;
}
#flowcontents .last .step01:after {
	border-left: none;
}
#flowcontents .last {
	margin-bottom: 20px;
}
.flow_txt01 {
	background-color: #F60;
	font-size: 14px;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 5px; /* 記述無し */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Google Chrome、Safari */
	-o-border-radius: 5px; /* Opera */
	-ms-border-radius: 5px; /* Internet Explorer */
	margin-left: 10px;
}
/*price------------------------*/
.gray_box01 {
	overflow: hidden;
	background-color: #F5F5F5;
	padding: 20px;
	margin-bottom: 30px;
}
/*sitemap------------------------*/
.list-3>li>a {
	font-size: 20px;
	color: #000;
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.list-3>li {
	margin-bottom: 20px;
}
.list-3 li a:hover {
	text-decoration: underline;
}
.list-3>li>ul>li>a {
	font-size: 18px;
	color: #000;
	display: block;
	background: url(../img/arrow02.png) no-repeat left center;
	background-size: 7px 8px;
	padding-left: 12px;
}
.list-3>li>ul {
	overflow: hidden;
}
.list-3>li>ul>li>ul {
	overflow: hidden;
	margin-top: 5px;
}
.list-3>li>ul>li {
	margin-bottom: 20px;
}
.list-3>li>ul>li>ul>li, .list-3>li>ul>li.fl {
	width: 50%;
	float: left;
}
.list-3>li>ul>li>ul>li>a {
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
	display: block;
	padding-left: 12px;
}
.line01 {
	border: 1px solid #CCC;
}
#aga-imgbox01 li:last-child:before {
	content: "";
}
#aga-imgbox01 li:last-child {
	padding-top: 10px;
	text-align: center;
}
#aga-compare02 .th02, #aga-compare02 td {
	text-align: left;
}
#aga-compare02 .th02 {
	width: 280px;
}
.alignright {
	text-align: right;
}
.fc01 {
	color: #C20202
}
div.block3 {
	margin: auto;
	background: #F5F5F5;
	padding: 10px 20px;
	margin-bottom: 16px;
	font-size: 16px;
	color: #00ACDC;
	border-radius: 5px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 5px;
}
div.block3:after {
	content: "▼";
	display: block;
	text-align: center;
	float: left;
	width: 100%;
	color: #00ACDC;
	margin-top: 8px;
}
div.block3:last-child:after {
	content: none;
	display: none;
}
div.block2 {
	background: #00ACDC;
	width: 55px;
	height: 45px;
	padding-top: 10px;
	margin: 0 auto 14px;
	text-align: center;
	font-size: 28px;
	line-height: 34px;
	color: #fff;
	letter-spacing: -1px;
	border-radius: 28px;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
}
.comment {
	background: #F5F5F5;
	padding: 10px 15px;
}
#sub_contents_page .grid_15 {
	width: 650px;
	float: left;
}
#sub_contents_page .grid_15 .p1tit {
	color: #00ACDC;
	margin-bottom: 10px;
	font-size: 20px;
	margin-top: 10px;
}
#sub_contents_page .grid_2 {
	width: 70px;
	float: left;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}
.aga-navi a {
	padding: 25px;
	text-align: center;
	display: block;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #00AEDC;
	color: #00AEDC;
	background-color: #F5F5F5;
}
.aga-navi a:hover {
	background-color: #00AEDC;
	text-decoration: none;
	color: #FFF;
}
.aga-navi li {
	width: 355px;
	float: left;
	margin-bottom: 20px;
}
.aga-navi li:nth-child(2n+1) {
	margin-right: 20px;
}
.aga_ttl03 {
	color: #00ACDC;
	font-size: 24px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.aga_exam_Box01, .aga_exam_Box03 {
	float: left;
	width: 350px;
}
.aga_exam_Box01 img, .aga_exam_Box03 img {
	width: 100%;
	height: auto;
}
.aga_exam_Box02 {
	width: 30px;
	float: left;
	height: 233px;
	background-image: url(../../images/agab-a/arrow01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.doc_comment {
	background-color: #F5F5f5;
	padding: 10px 15px;
	margin-bottom: 40px;
	margin-top: 10px;
}
.doc_comment_ttl {
	color: #00ACDC;
	font-weight: bold!important;
	font-size: 18px;
	margin-bottom: 5px!important;
}
.aga_exam_Box01 p, .aga_exam_Box03 p {
	font-size: 18px;
	font-weight: bold!important;
	color: #00ACDC;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*--------------------------------------------------------------------
■タブレットのみ
--------------------------------------------------------------------*/
@media (max-width: 1020px) and (min-width: 768px) {
}
/*--------------------------------------------------------------------
■固定ページメイン画像
--------------------------------------------------------------------*/
.pagetitle01#viagra {
	background: #F5F5F5 url(../../images/menu/ed01/ed01_mainimg.jpg) no-repeat center center;
}
.pagetitle01#clinic {
	background: #F5F5F5 url(../../images/clinic/mainimg.jpg) no-repeat center center;
}
.pagetitle01#access {
	background: #F5F5F5 url(../../images/access/mainimg.jpg) no-repeat center center;
}
.pagetitle01#access02 {
	background: #F5F5F5;
}
.pagetitle01#medicine {
	background: #F5F5F5 url(../../images/menu/medicine_mainimg.jpg) no-repeat center center;
}
.pagetitle01#first {
	background: #F5F5F5 url(../../images/first/mainimg.jpg) no-repeat center center;
}
.pagetitle01#price {
	background: #F5F5F5 url(../../images/price/mainimg.jpg) no-repeat center center;
}
.pagetitle01#media {
	background: #F5F5F5 url(../../images/media/mainimg.jpg) no-repeat center center;
}
.access_box05 {
	background-color: #EEEEEE;
	padding: 10px;
	width: 190px !important;
}
.access_box05, .access_box05 * {
	font-size: 14px !important;
}
.box1 {
	width: 234px;
	margin-right: 14px;
	float: left;
	margin-bottom: 15px;
}
.box1 a {
	display: block;
	background: rgba(0,174,220,0.1) url(../img/arrow03.png) no-repeat right bottom;
	background-size: 20px 20px;
	overflow: hidden;
}
.box1 a:hover {
	background: #F5F5F5 url(../img/arrow03.png) no-repeat right bottom;
	background-size: 20px 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.box1 a img {
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
.box1 a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.box1 a p {
	color: #000;
	font-size: 14px!important;
	padding: 0 10px 10px 10px;
}
.box1 a .fontL {
	color: #00AEDC;
	font-size: 18px!important;
	padding: 5px 10px 0 10px;
}
.box1:nth-child(3n+0) {
	margin-right: 0;
}
.fontL {
	margin-top: 5px;
	margin-bottom: 10px!important;
	font-weight: bold!important;
	line-height: 140%!important;
}
/*.fontL.heiau {
	height: 52px;
}*/
.fontL a {
	text-decoration: none!important;
	font-size: 16px!important;
}
.basic-table#inquiry input {
	border: 1px solid #DDD;
	border-radius: 5px; /* 記述無し */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Google Chrome、Safari */
	-o-border-radius: 5px; /* Opera */
	-ms-border-radius: 5px; /* Internet Explorer */
	height: 30px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.basic-table#inquiry input.w100 {
	width: 90%;
}
.basic-table#inquiry textarea {
	border: 1px solid #DDD;
	border-radius: 5px; /* 記述無し */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Google Chrome、Safari */
	-o-border-radius: 5px; /* Opera */
	-ms-border-radius: 5px; /* Internet Explorer */
	width: 90%;
}
.basic-table#inquiry .th02{
	vertical-align: top;
	width: 230px;
}
.basic-table#inquiry td{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.btn02 input {
	border: 1px solid #00AEDC;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	background-color: #00AEDC;
	background-image: url(../img/arrow01.png);
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-size: 17px 17px;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	width: 280px;
	background-position: 240px center;
}
.btn02 input:hover {
	background-color: #FFF;
	color: #00AEDC;
	background-image: url(../img/arrow05.png);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 1px solid #00AEDC;
	background-position: 250px center;
}

.btn01 input {
	border: 1px solid #999;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #000;
	background-color: #F5F5F5;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	width: 200px;
}
.btn01 input:hover {
	background-color: #FFF;
	color: #00AEDC;
	border: 1px solid #00AEDC;
}
#inquiryform #send_btn{
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}
#inquiryconfirm .btn01{
	float: left;
	margin-right: 20px;
}
#inquiryconfirm .btn02{
	float: left;
	margin-top: 30px;
}
#inquiryconfirm #send_btn{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#ingredient04 td a{
	color: #00ACDC;
	text-decoration:underline;
}
.acchsame{
	min-height:112px;
}
.sitemap .list-3>li .nolink{
font-size: 20px;
    color: #000;
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#top_info {
	margin-top: 40px;
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#top_info p strong {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	color: #FF0000;
}
#top_info p strong.ftype02 {
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
    padding: 10px;
	background-color: #00AEDC;
    color: #FFFFFF;
}
#top_info p {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 10px;
	text-align: center;
}
.top_info_sp{
	display: none;
}
.top_info_pc{
	display: block;
	width: 100%;
}
#top_info table {
	width: 100%;
}
#top_info table strong {
    color: #ee0000;
}
#top_info table tr th {
	border: 1px solid #dddddd;
	background-color: #eee;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 16px;
}
#top_info table tr td {
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #dddddd;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #FFF;
	box-sizing: border-box;
}

.top_box03 .tb03_in01 a .link01.kaiin{
	font-size: 22px;
}
.top_box03 .tb03_in01 a .link01.kaiin span{
	font-size: 14px;
	margin-right: 5px;
	color: #fef500;
}
.ft_box02 li>ul>li.kaiin{
 	font-size: 15px;
    font-weight: normal;
    padding: 5px 0 0 12px;
	color: #ec2743;
}
#sub_contents_menu .sidelist01 ul li a.kaiin{
	    line-height: 110%;
    padding-top: 4px;
    height: 31px;	    
}
#sub_contents_menu .sidelist01 ul li a.kaiin span{
	font-size: 10px;
	display: block;
	color: #fef500;
}
.ft_box01 .ft01_in01 .cl01.kaiin{
	color: #ec2743;
	font-weight: normal;
}
.hbc_list a.kaiin{
	line-height: 100%;
	padding-top: 0px;
}
.hbc_list a.kaiin span{
	font-size: 8px;
	display: block;
	color: #ec2743;
}
.access_box04 .high01{
	height: 205px;
	width: 315px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.pe_top_list_bg{
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.pe_top_list{
    box-sizing: border-box;
    width: calc((100% / 2) - 20px);
    margin: 10px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #eeeeee;
}
.pe_top_list a{
    text-decoration: none;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.pe_top_list:hover{
    opacity: 0.7;
}
.pe_top_list_img{
    width: calc(100% - 0px);
}
.pe_top_list img{
    width: 100%;
    height: auto;
}
.pe_top_list_name_text{
    width: calc(100% - 0px);
}
.pe_top_list_name{
    margin-top: 10px;
    font-weight: bold;
    font-size: 15px;
}
.pe_top_list_text{
    margin-top: 5px;
    font-weight: normal;
    font-size: 14px;
}
.pe_top_list_red{
    color: #EE0000;
}

.page_nav{
    margin: 0 0 20px 0;
}
.page_nav ul{
}
.page_nav ul li{
    margin-bottom: 5px;
    width: 100%;
}
.page_nav ul li a{
    padding: 0px 0px 0px 30px;
    color: #222222;
    font-size: 0.8em;
    position: relative;
}
.page_nav ul li a::after{
    content: "";
    position: absolute;
    left: 15px;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5.2px;
    border-color: transparent transparent transparent #00acdc;
}
.page_nav ul li a:hover{
    opacity: 0.7;
}

/* サイト内検索 */
.search_bg{
    width: 100%;
    margin-bottom: 20px;
}
.search_box{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
}
.search_box_text{
    width: calc(100% - 60px);
    border: 1px solid #dddddd;
    padding: 4px 8px;
    box-sizing: border-box;
}
.search_box_text:focus{
  outline: none;
}
.search_box_btn{
    border: none;
    width: 60px;
    text-align: center;
    color: #ffffff;
    background: #00AEDC;
    cursor: pointer;
    padding: 4px;
    box-sizing: border-box;
}
.search_box_btn:hover{
    opacity: 0.7;
}

/* トップページSNS */
.index_sns ul{
	margin-top: 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.index_sns ul li{
	margin: 0 10px;
}
.index_sns ul li img{
	width: 50px;
	height: auto;
}

/* フッターSNS */
.ft_sns {
	margin-top: 10px;
	padding-top: 30px;
	border-top: 1px solid #dddddd
}
.ft_sns ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap
}
.ft_sns ul li {
	width: 300px
}
.ft_sns ul li:hover {
	opacity: 0.5
}
.ft_sns ul li a {
	color: #ffffff;
	font-size: 1em;
	display: block;
	padding: 100px 80px 16px 16px
}
.ft_sns ul li:nth-child(1) {
	background: #4267B2
}
.ft_sns ul li:nth-child(1) a {
	background: url(../img/facebook_btn02.png) calc(100% - 20px) 20px no-repeat
}
.ft_sns ul li:nth-child(2) {
	background: #bd3381;
	background: -moz-linear-gradient(left, #bd3381 0%, #ed5841 100%);
	background: -webkit-linear-gradient(left, #bd3381 0%, #ed5841 100%);
	background: linear-gradient(to right, #bd3381 0%, #ed5841 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd3381', endColorstr='#ed5841', GradientType=1)
}
.ft_sns ul li:nth-child(2) a {
	background: url(../img/instagram_btn02.png) calc(100% - 20px) 20px no-repeat
}
.ft_sns ul li:nth-child(3) {
	background: #1DA1F2
}
.ft_sns ul li:nth-child(3) a {
	background: url(../img/twitter_btn02.png) calc(100% - 20px) 20px no-repeat
}
@media screen and (max-width: 640px) {
	.ft_sns {
		margin-top: 20px;
		padding-top: 20px
	}
	.ft_sns ul li {
		width: 100%;
		margin: 5px 0
	}
	.ft_sns ul li a {
		font-size: 1.1em;
		padding: 40px 80px 16px 16px
	}
}

.clinic_location_bg{
	background: url("../../images/top/clinic_location_bg.png") left top no-repeat;
	width: 100%;
	padding: 50px 0;
}
.clinic_location{
	max-width: 1080px;
	display: block;
	margin: 0 auto;
}
.clinic_location_pc{
	display: block;
}
.clinic_location_sp{
	display: none;
}
.clinic_location_table {
	width: 100%;
	margin: 30px 0;
}
.clinic_location_table *{
	box-sizing: border-box;
}
.clinic_location_table table {
	margin-bottom: 20px;
}
.clinic_location_table table tr:last-child th {
	border-bottom: 1px solid #f0fafd
}
.clinic_location_table table tr th {
	background: #00aedc;
	color: #ffffff;
	font-size: 26px;
	padding: 20px 48px;
	text-align: center;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff
}
.clinic_location_table table tr th:first-child {
}
.clinic_location_table table tr td {
	background: #f0fafd;
	color: #000000;
	font-size: 22px;
	padding: 20px;
	text-align: center;
	border-right: 1px solid #00aedc;
	border-bottom: 1px solid #00aedc
}
.clinic_location_table p {
	margin-top: 10px;
	width: 100%;
	font-weight: normal;
}
@media screen and (max-width: 640px) {
	.clinic_location_bg{
		background: none;
		padding: 0 0 0;
	}
	.clinic_location{
	}
	.clinic_location_pc{
		display: none;
	}
	.clinic_location_sp{
		display: block;
	}
	.clinic_location_sp img{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.clinic_location_table {
	}
	.clinic_location_table table {
	}
	.clinic_location_table table tr:last-child th {
	}
	.clinic_location_table table tr th {
		font-size: 14px;
		padding: 3px;
		width: 26%;
		vertical-align: middle;
	}
	.clinic_location_table table tr th:first-child {
		width: 10%;
	}
	.clinic_location_table table tr td {
		font-size: 14px;
		padding: 3px;
		vertical-align: middle;
	}
	.clinic_location_table p {
	}
	
}

.access_block01{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.ab01_in_left {
	width: 440px;
	padding-bottom: 20px;
}
.ab01_in_right {
	width: 270px;
	overflow: hidden;
}