@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
    height: 100%;
}

body {
	height: 100%;
	color: #333;
	background-color: #FFFFFF;
        font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	word-wrap: break-word;
	margin-bottom: 20px;
	-webkit-text-size-adjust: 100%;
}

.br-sm{display:none;font-size: 100%;}

img {
	vertical-align: top;
}


section,
article {
	display: block;
}


a.anchor{
    display: block;
    padding-top: 130px;
    margin-top: -130px;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover img, form.contact_form input.form_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
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;
}

h5 {font-size: 18px;}
h6 {
font-size: 18px;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-color: #FFFFFF;
	color: #3666ad;
}

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

img.img_left {
	background-color: #F6F6F6;
	padding: 10px;
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.img_right {
	background-color: #F6F6F6;
	padding: 10px;
	float: right;
	display: block;
	margin-left: 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img.img_center {
	background-color: #F6F6F6;
	padding: 10px;
	display: block;
            margin-left: auto;
	    margin-right: auto;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 中央寄せ */
.center {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.center02 {
	text-align: center !important;
}


.waku{
	border: 1px solid #8faadc;
	background-color: #eff3fa;
        clear: both;
}

.g_map {
	padding: 2px;
	background-color: #FFF;
	margin-bottom: 10px;
	border: 10px solid #F6F6F6;
}

.a_point {
	margin-top: -90px;
	padding-bottom: 90px;
	display: block;
}

.color-white{
	color: rgb(255,255,255);
	font-size: 150% !important;
}
.color-white02{
	color: rgb(255,255,255);
}

.color-blue02{
	color: rgb(25,54,107);
	font-size: 150% !important;
}
.bg-gray01{
	background-color: rgb(249,249,249);
}
.bg-gray02{
	background-color: rgb(243,243,243);
}
.bg-gray03{
	background-color: rgb(153,153,153);
}

.bg-blue01{
	background-color: rgb(0,153,204);
}
.bg-blue02{
	background-color: rgb(87,172,213);
}
.bg-blue03{
	background-color: rgb(207,239,239);
}
.color-orange01{
	color: rgb(255,153,0);
	font-size: 150% !important;
}

.color-red01{
	color: rgb(211,17,91);
	font-size: 150% !important;
}
.color-red02{
	color: rgb(255,0,51);
}


/*
マージン?パディング
-------------------------------------------*/
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.ml20{
	margin-left: 20px;
}

.pb10{
	padding-bottom: 10px;
}
.pl20{
	padding-left: 20px;
}
.pl25{
	padding-left: 25px;
}
.pl30{
	padding-left: 30px;
}

.font-small80{
	font-size: 80%;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #EEE;
	background-size: cover;
}

.toppage header {
	height: 660px !important;
}
header.header_bg_01 {
	background-image: url(/usr/kokyu/img/top_image_01.jpg);
}
header.header_bg_02 {
	background-image: url(/usr/kokyu/img/top_image_02.jpg);
}
header.header_bg_03 {
	background-image: url(/usr/kokyu/img/top_image_03.jpg);
}
header.header_bg_04 {
	background-image: url(/usr/kokyu/img/top_image_04.jpg);
}

.header_logo{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.header_logo h1 {
	font-size: 150%;
	position: absolute;
	z-index: 1000;
	color: rgb(26,39,66);
	padding-top: 15px;
	top: 3px;
}

header .h_box,
header .h_btn {

}

header .h_box .h_lang {
	font-family: 'EB Garamond', serif;
}

header .h_btn a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #00365E;
	text-decoration: none;
	width: 210px;
	padding-right: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0, 15, 44, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 15, 44, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 15, 44, 0.3) 0px 0px 7px 0px;
	background-color: #FFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
}

header .h_btn a::after {
	font-size: 10px;
	display: block;
	width: 30px;
	line-height: 26px;
	position: absolute;
	top: 2px;
	right: 0px;
	content: '>';
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A2CAD5;
}

header .h_btn a:hover {
	color: #FFF;
	box-shadow: rgba(0, 50, 150, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 50, 150, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 50, 150, 0.3) 0px 0px 7px 0px;
	background-color: #00365E;
}

header .h_box {

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


header .h_box ul.h_lang {
	display: block;
	float: right;
	width: 270px;
	height: 30px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header .h_box .h_lang li a {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #00365E;
	text-align: center;
	text-decoration: none;
	width: 120px;
	margin-left: 10px;
	margin-top: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header .h_box .h_lang li a:hover {
	background-color: rgba(255,255,255,0.5);
}
header .h_box .h_lang li a.selected {
	background-color: #00365E;
	color: #FFFFFF;
	box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
}



/*
グローバルナビ
-------------------------------------------*/

#g_navi {

	font-size: 15px;
}

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

/*
パンクズ
-------------------------------------------*/
.pankuzu {
	display: block;
	padding: 10px;
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.pankuzu li {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.pankuzu li::after {
	content: "＞";
	padding-left: 10px;
	color: #AAA;
	font-size: 12px;
}
.pankuzu li:last-child::after {
	content: "";
}

/*
メインコンテンツ
-------------------------------------------*/
.content {
	clear: both;
}

.main_cont {
	margin-bottom: 10px;
}
.content::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.content p {
}
/*
.content p {
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
}
*/

h2 {
	font-size: 24px;
	line-height: 40px;
	color: #00365E;

	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	display: block;
	font-weight: normal;
}
h2 i {
	padding-right: 10px;
	color: #ae0057;
	font-size: 22px;
}
h2 a.btn_list {
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	display: block;
	width: 100px;
	position: absolute;
	top: 10px;
	right: 0px;
	letter-spacing: 0px;
	padding-left: 30px;
	color: #FFF;
	background-color: #00365E;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px
}

h2 a.btn_list::before {
	font-size: 10px;
	display: block;
	width: 20px;
	line-height: 30px;
	position: absolute;
	top: 0px;
	left: 15px;
	content: '>';
}

h2 a.btn_list:hover {
	background-color: #FFF;
	color: #00365E;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
}

h2.h2_title_01 {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ae0057;
	background-color: #f5f5f5;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
h2.h2_title_01 span {
	font-size: 14px;
	color: #000;
	padding-left: 20px;
	letter-spacing: 2px;
}

.content h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	background-color: #19366B;
	display: block;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	border: 1px solid #FFFFFF;
}
.content h3::before {
	display: block;
	width: 2px;
	height: 24px;
	position: absolute;
	content: "";
	top: 13px;
	left: 20px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.content h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #075667;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	background-color: #F6F6F6;
	display: block;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
/*
.content h4::before {
	display: block;
	width: 2px;
	height: 24px;
	position: absolute;
	content: "";
	top: 13px;
	left: 20px;
	background-color: #65B7DA;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
*/

/*================================================*/
.col_4{
	overflow:hidden;
}
.col_4 p{
	text-align:left;
}

.col_4 ul{
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_4 li{
	list-style:none;
	float:left;
	width:23%;
	margin:0 2% 2% 0;
}
.col_4 li:nth-child(4n+1){
	clear:both;
}
.col_4 li img{
	width:100%;
	margin-bottom:1.5%;
}
@media screen and (max-width:767px) {

.col_4{
	overflow:hidden;
}

.col_4 ul{
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_4 li{
	list-style:none;
	float:left;
	width:100%;
	margin:0 2% 2% 8%;

}
.col_4 li:nth-child(4n+1){
	clear:both;
}
.col_4 li img{
	width:80%;
	margin-bottom:1.5%;
}
}

/*
お知らせ
-------------------------------------------*/

.content .news h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00365E;
}
.content .news ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B5A57B;
}
.content .news ul li a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	letter-spacing: 1px;
}
.content .news dt {
	margin-bottom: 5px;
	margin-top: 15px;
}
.content .news dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(204,204,204);
	padding-bottom: 15px;
}
.content .news dd a {
	text-decoration: none;
	color: rgb(51,51,51);
}
.content .news dd a:hover {
	color: rgb(0,153,204);
}
.content .news .news-icon{
	width: 150px;
	background-color: rgb(255,153,51);
	color: rgb(255,255,255);
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 5px;
	margin-left: 10px;
}
.content .news .topics-icon{
	width: 150px;
	background-color: rgb(255,51,102);
	color: rgb(255,255,255);
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 5px;
	margin-left: 10px;
}
.content .news .rin-icon{
	width: 150px;
	background-color: rgb(58,175,175);
	color: rgb(255,255,255);
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 5px;
	margin-left: 10px;
}
.content .news .event-icon{
	width: 150px;
	background-color: rgb(255,102,102);
	color: rgb(255,255,255);
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 5px;
	margin-left: 10px;
}

.content .news .pdf-icon{
	width: 150px;
	background-color: rgb(255,255,255);
	color: rgb(0,54,94);
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 5px;
	margin-left: 5px;
	font-size: 80%;
	border: 1px solid rgb(204,204,204);
}

/*各分野設定*/
.content .list {
	position: relative;overflow: hidden;
	margin-bottom: 20px;
	padding: 20px;	
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	
}

.content .news img {
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 8px;	
}




/*ボックス内のp(段落)タグ設定*/
.content .list p {
	padding: 0px !important;
	font-size: 16px;
	line-height: 1.6;
}
/*ボックス内の画像*/
.content .list figure {
	float: left;	/*左に回り込み*/
	width: 30%;
	padding: 1%;			/*余白。ここに上の行で設定した背景色が出ます。*/
	margin-right: 0px;
}

/*
トップフォーム
-------------------------------------------*/

.top_catch {
	position: absolute;
	top: 50%;
	left: 34%;
	z-index: 100;
}


/*
３列メインコンテンツ
-------------------------------------------*/
.cont_list {
	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;
}

.cont_list .list_box {
	width: 32%;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 20px;
}

.list_box p {
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
}

.cont_list .list_box:hover {
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
}

.cont_list .list_box h2 {
	text-align: center;
	padding-top: 18px;
	background-color: #D6EBEB;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #AFD8D8;
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 10px;
	color: rgb(33,69,69);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 00px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
}

.content .list_box h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #044760;
	background-color: #F9F9F9;
	border-bottom-color: #BBB;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	border-bottom-style: dotted;
}

.content .list_box p {
	font-size: 14px;
}

.cont_list .list_box img {
	width: 96%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*
（スタッフ）部分
-------------------------------------------*/

.obi {
	/*	background-color: #00365E;*/
	background-color: #FDFDFD;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-top: 20px;
	margin-bottom: 50px;
	background-image: url(/usr/kokyu/css/img/obi.png);
	background-repeat: no-repeat;
	background-position: center 2px;
}

.obi h2 {
	text-align: center;
	color: #00365E;
	margin-bottom: 30px;
	background-image: url(/usr/kokyu/css/img/obi.png);
	background-repeat: no-repeat;
	background-position: center 59px;
	padding-bottom: 15px;
}


.patient-box p {
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
}

.service-in{
	display:flex;
}
.service-in p{
	margin-bottom: 0px;
}

.service-in .more{
	background-color: rgb(102,204,204);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: rgb(255,255,255);
	border-radius: 30px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
}
.service-in .more:hover{
	background-color: rgb(53,159,159);
}
.service-in .box01{
	width: 49%;
	padding-right: 1%;
	padding-bottom: 2px;
}
.service-in .title01{
	background-color: rgb(255,255,255);
	border: 2px solid rgb(25,54,107);
	color: rgb(25,54,107);
	text-align: center;
	font-weight: bold;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 7px;
	font-size: 120%;
	margin-bottom: 15px;
}
.service-in .box02{
	width: 49%;
	padding-bottom: 2%;
	padding-left: 1%;
}

.staff p {
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
}

.service ul,
.staff ul {
	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;*/
	justify-content: center;
}

.service ul li,
.staff ul li {
	display: block;
	width: 25%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	color: #333333;
}

.service ul li p,
.staff ul li p {
	font-size: 12px;
	margin: 10px;
}
.service ul li a,
.staff ul li a {
	text-decoration: none;
	color: #19366B;
}
.service ul li p strong,
.staff ul li p strong {
	font-size: 18px;
	font-weight: normal;

}
.service ul li p .rubi,
.staff ul li p .rubi {
	font-size: 10px;
	letter-spacing: 2px;
}
.service ul li a .mask,
.staff ul li a .mask {
	width: 200px;
	height: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.service ul li a img,
.staff ul li a img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
}
.service ul li a:hover img {
	width: 120%;
	max-width: 120% !important;
	top: -10%;
	left: -10%;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.staff ul li a:hover .mask {
	border-radius: 5%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
}
.staff ul li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/*
スタッフプロフィールページ
-------------------------------------------*/

.profile-box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.profile-box .photo{
	width: 30%;	
	height: auto;

}
.profile-box .photo p{
	margin-top: 0px;
}
.profile-box .text{
	width: 68%;
	height: auto;

}
.profile-box .text li{
	list-style-type: disc !important;
	margin-left: 20px;
	margin-bottom: 10px;
}
.profile-box .text .profile_table{
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgb(0,102,153);
	border-bottom-color: rgb(0,102,153);
}
.profile-box .text .profile_table th{
	color: rgb(25,54,107);
	background-color: rgb(213,224,244);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(152,180,231);
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight: normal;
	text-align: left;
	width: 30%;
}
.profile-box .text .profile_table td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(152,180,231);
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.career th{
	background-color: #FDFDFD !important;
	border-bottom-width: 1px !important;
	border-bottom-style: dashed !important;
	border-bottom-color: rgb(204,204,204) !important;
	vertical-align: baseline !important;
	color: rgb(51,51,51) !important;
	width: 20% !important;

}
.career td{
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-width: 1px !important;
	border-bottom-style: dashed !important;
	border-bottom-color: rgb(204,204,204) !important;
	border-left-style: none !important;
	vertical-align: text-top;
}

/*
戻るボタン
-------------------------------------------*/

.retarn a{
	text-decoration: none;
	font-size: 120%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 13px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgb(153,153,153);
	border-bottom-color: rgb(153,153,153);
	display: block;
	color: rgb(0,102,153);
}
.retarn a:hover{
	color: rgb(0,72,106);
	background-color: rgb(242,242,242);
}

/*
ボタン
-------------------------------------------*/

a.btn_more {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #19366B;
	position: relative;
	font-size: 14px;
	line-height: 30px;
}

a.btn_more::before {
	display: block;
	position: absolute;
	width: 20px;
	height: 30px;
	font-size: 12px;
	content: ">";
	left: 5px;
	top: 5px;
}
a.btn_more:hover::before {
	left: 8px;
}

a.btn_more:hover {
	color: #002744;
	background-color: #FFF;
	border-top-color: #001F35;
	border-right-color: #001F35;
	border-bottom-color: #001F35;
	border-left-color: #001F35;
}

/*
ボタン２?部品
-------------------------------------------*/
.more2 {
	clear:both;
  text-align: center;
  padding-top: 10px;

}

.more3{
	background-color: rgb(51,102,204);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: rgb(255,255,255);
	border-radius: 30px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.more3:hover{
	color: #FFF;
	background-color: #3CC;
}

.btn-border {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #9ec34b;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
  margin-right: 15px;
  margin-left: 10px;

}

.btn-border:hover {
  background-color: #9ec34b;
  border-color: #cbe585;
  color: #FFF;
}



.att {
padding-left: 1.3em;
text-indent: -1.5em;
}

.bg-pdf {
	background-image: url(/usr/kokyu/img/pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 5px;

}

.bg-exc {
	background-image: url(/usr/kokyu/img/excel.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.bg-wor {
	background-image: url(/usr/kokyu/img/word.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
}



/*
ここまで
-------------------------------------------*/


.list_box a.btn_more {
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #002744;
	margin-bottom: 20px;
}
.list_box a.btn_more:hover {
	color: #002744;
	background-color: #FFF;
	border-top-color: #001F35;
	border-right-color: #001F35;
	border-bottom-color: #001F35;
	border-left-color: #001F35;
}

/*
FAQ
-------------------------------------------*/
.content .dl_faq dt {
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	background-color: #066C93;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	position: relative;
}
.content .dl_faq dt::before {
	display: block;
	font-size: 24px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	font-weight: bold;
	content: "Q.";
	position: absolute;
	top: 0px;
	left: 10px;
}
.content .dl_faq dd {
	margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	position: relative;
}
.content .dl_faq dd::before {
	display: block;
	font-size: 24px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	font-weight: bold;
	content: "A.";
	position: absolute;
	top: 10px;
	left: 10px;
	color: #066C93;
}


/*
お問い合わせ枠
-------------------------------------------*/
.content .contact {
	text-align: center;
	background-color: #F9F9F9;
	border: 2px solid #FFF;
	margin-bottom: 50px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	margin-top: 50px;
}
.content .contact  h2 {
	background-color: #F6F6F6;
	padding-top: 20px;
	padding-bottom: 15px;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #066C93;
}
.content .contact .tel a {
	font-size: 30px;
	color: #004F88;
	text-decoration: none;
}
.content .contact .tel a i {
	padding-right: 10px;
}
.content .contact .tel a strong {
	font-size: larger;
	font-weight: normal;
}

.btn_contact a {
	display: block;
	padding-top: 15px;
	padding-bottom: 13px;
	background-color: #D3115B;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
}
.btn_contact a:hover {
	background-color: #FFF;
	color: #D3115B;
	border: 1px solid #D3115B;
}
.btn_contact a i {
	padding-right: 10px;
}

.form-box p {
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
}


/*
リスト関係
-------------------------------------------*/
.li-disc li{
	list-style-type: disc;
	margin-left: 25px;
	margin-bottom: 10px;
		letter-spacing: 0.1em;

}
.li-no li{
	list-style-type: decimal;
	margin-left: 030px;
	margin-bottom: 10px;
		letter-spacing: 0.1em;

}

.li-paper li{
	list-style-type: decimal;
	margin-bottom: 10px;
	margin-left: 40px;
	padding-left: 10px;
	letter-spacing: 0.1em;
	margin-right: 10px;
}
.li-paper li:nth-child(odd){
	padding-top: 13px;
	padding-bottom: 13px;
}
.li-paper li:nth-child(even){
	background-color: rgb(255,255,255);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: rgb(143,173,228);
	border-bottom-color: rgb(143,173,228);
	padding-top: 15px;
	padding-bottom: 15px;
}

/*
後期研修医感想
-------------------------------------------*/

.koki-box{
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: rgb(204,204,204);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

/*
業績アーカイブ
-------------------------------------------*/

.archive{
	margin-bottom: 15px;
}

.archive li{
	float: left;
}

.archive li a{
	background-color: rgb(102,204,204);
	color: rgb(255,255,255);
	display: block;
	width: 145px;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	border-radius: 8px;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 10px;
}
.archive li a:hover{
	background-color: rgb(102,204,153);
}

.archive02{
	margin-bottom: 15px;
}

.archive02 li{
	float: left;
}

.archive02 li a{
	background-color: rgb(102,204,204);
	color: rgb(255,255,255);
	display: block;
	width: 145px;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	border-radius: 8px;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 10px;
}
.archive li02 a:hover{
	background-color: rgb(102,204,153);
}

@media screen and (max-width:560px){
	.archive li a{
			width: 110px;
	margin-right: 6px;
	margin-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	}
	
	.archive02 li a{
	width: 155px;
	margin-right: 6px;
	margin-left: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	}

}

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

footer {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	color: #FFFFFF;
	color: rgba(26,55,108,0.8);
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
	background-color: rgb(253,253,253);
}

.footer_box {
	padding-top: 30px;
	padding-bottom: 30px;
}
.foot_logo {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.footer_box ul li .li_title {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #49697A;
	font-size: 14px;
	letter-spacing: 1px;
}

.footer_box ul li a {
	color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 13px;
	line-height: 22px;
	position: relative;
}

.footer_box ul li a::before {
	font-size: 10px;
	display: block;
	width: 20px;
	line-height: 22px;
	position: absolute;
	top: 5px;
	left: 10px;
	content: '?';
}
.footer_box ul li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.footer_box ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_box ul li ul {
	width: 100% !important;
}

.footer-address {
	font-size: 14px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 0;
	display: block;	
}




/*
枠
-------------------------------------------*/
.box_pr {
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	letter-spacing: 1px;
	background-color: rgb(0,39,68);
}
.box_pr li {
	display: inline-block;
	margin: 5px;
}
.box_pr li a {
	color: #A2B6C8;
}

/*
トップへ戻るボタン
-------------------------------------------*/
#to_top {
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 200;
}
#to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width:50px;
	height:35px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding-top: 15px;
	background-color: rgba(0,34,83,0.8);
}
#to_top a:hover,
#to_top a:hover img {
	background-color: rgba(0,34,83,1.0);
}

/*
テーブル
-------------------------------------------*/

table {
	border-collapse: collapse;

}
table td {
	border-collapse: collapse;
}

.content table.table_01,
#mailform table.table_form {
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	padding: 30px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.content table.table_01 th {
	background-color: #F9F9F9;
	color: #00365E;
	letter-spacing: 2px;
}

.table_02 {
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.table_02 th,
.table_02 td {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.table_02 th {
	background-color: #F9F9F9;
	color: #00365E;
	letter-spacing: 2px;
}
.table_02 tr:nth-child(even) {
	background-color: rgb(249,249,249);
}

.table_03 {
	width: 98%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.table_03 th,
.table_03 td {
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: rgb(153,153,153);
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: rgb(153,153,153);
}
.table_03 th {
	background-color: #F9F9F9;
	letter-spacing: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: rgb(153,153,153);
	border-bottom-width: 2px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: rgb(153,153,153);
	text-align: left;
}



/*----------------------------------------------------
  海外研修報告
----------------------------------------------------*/

section table { width: 100%; 	margin-bottom: 10px;}
section th, section td  { padding: 10px; border: 1px solid #ddd;}
section th  { background: #f5f5f5; }
 

.report th  { width: 30%; text-align: left; }

@media only screen and (max-width:480px){
    .report { margin: 0 -10px; }
    .report th,
    .report td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .report tr:first-child th { border-top: 1px solid #ddd; }
}

/*----------------------------------------------------
  海外研修報告  コメント部分
----------------------------------------------------*/

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;	margin-bottom: 30px; 
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '\f13a'' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 250px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '\f139'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

/*----------------------------------------------------
  プログラム概要  コメント部分
----------------------------------------------------*/

.cp_point {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	padding: 55px 20px 15px 40px;
	border: 1px solid #83aaea;
	background-color: #f8fdff;
		width: 70%;
}
.cp_point::before {
	position: absolute;
	top: .7em;
	left: 0em;
	content: "ダウンロード";
	padding: 0em 2em 0em .5em;
	font-size: 90%;
	font-weight: bold;
	line-height: 2;
	color: #fff;
	width: 140px;
	height: 28px;
	background-color: #83aaea;
	border-top: dashed 1px #FFF;
	border-bottom: dashed 1px #FFF;
	box-shadow: 0px 0px 0px 3px #83aaea;
}
.cp_point::after {
	position: absolute;
	content: '';
	z-index: 1;
	top: .49em;
	left: 10.7em;
	width: 0px;
	height: 0px;
	border-width: 17px 8px 17px 0px;
	border-color: transparent #f8fdff transparent transparent;
	border-style: solid;
}
.cp_point li {
	position: relative;
	list-style-type: none;
}
.cp_point li::before {
	position: absolute;
	top: .25em;
	left: -1.3em;
	font-family: FontAwesome;
	content: “\f046”;
	color: #83aaea;
}

/*
写真関係
-------------------------------------------*/

.photo-box01{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
}
.photo-box01 .item{
	padding-right: 1%;
	padding-left: 1%;
	margin-bottom: 10px;
}


@media screen and (min-width:1100px) {

/*
ヘッダー
-------------------------------------------*/
header {
	height: 180px;
}

header h1 {
	left: 20px;
	top: 15px;
}
.sp_menu,
.menu_btn,
.close_btn {
	display: none;
}

header .h_box {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
	width: 640px;
	padding-left: 10px;
}

header .h_btn {
	position: absolute;
	top: 55px;
	right: 20px;
	z-index: 1000;
	width: 240px;
}

header .h_tel {
	position: absolute;
	top: 50px;
	right: 300px;
	font-size: 22px;
	z-index: 1000;
}
header .h_tel i {
	padding-right: 10px;
}
header .h_tel strong {
	font-size: 28px;
}
/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 100%;
	display: block;
	height: 80px;
	background-color: #00365E;
	background-color: rgba(0,32,91,0.9);
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
}
#g_navi.nav_fixed {
	position: fixed;
	top: 0px;
}
#g_navi ul.navi_base {
	height: 80px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#g_navi ul li{
	width: 157px;
	height: 80px;
	float: left;
	display: block;
}

#g_navi li a {
	width: 183px;
	height: 80px;
	display: table-cell;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	position: relative;
	vertical-align: middle;
}

#g_navi li a::before {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 30px;
	left: 0px;
	background-color: rgba(255,255,255,0.6);
	content: '';
}
#g_navi li:last-child a::after {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 30px;
	right: 0px;
	background-color: rgba(255,255,255,0.6);
	content: '';
}

#g_navi ul li a.ac_menu {
	position: relative;
}
#g_navi ul li a.ac_menu::after {
	font-size: 10px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	bottom: 3px;
	left: 68px;
	color: #3987A4;
}

#g_navi li a:hover,
#g_navi ul li:hover > a {
	background-color: #00365E;
}

#g_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 80px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 100%;
	height: 56px;
	background-color: #142952;
}
#g_navi ul li ul{
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  height: 56px;
}

#g_navi ul li ul li a{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	height: 56px;
}
#g_navi ul li ul li a:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background-color: #115577;
}
#g_navi li li a::before,
#g_navi li li:last-child a::after {
	display: none;
}

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

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


/*
メインコンテンツ
-------------------------------------------*/

.content {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 30px;
}

.pankuzu ul {
	display: block;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}



/*
フッター
-------------------------------------------*/
.footer_box  {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,0.8);
	margin-bottom: 20px;
}




}
/*-----（/1100～）-----*/


@media screen and (max-width:1100px) {
	
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}
/*
ヘッダー
-------------------------------------------*/

header {
	height: 80px;
	}

header h1 {
	left: 10px;
	top: 10px;
	width: 180px;
}

header #h_box_sp {
	position: fixed;
	width: 100%;
	height: 170px;
	top: 0px;
	left: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #00365E;
	background-color: rgba(0,15,44,0.9);
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 60px;
	display: none;
}

header .h_tel {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 320px;
	font-size: 22px;
	text-align: center;
}

header .h_tel strong {
	font-size: 28px;
}
header .h_btn a {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 500px;
}

header .h_btn a::after {
	line-height: 36px;
}


header .h_box .h_list li a {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}

header .h_box ul.h_lang {
	margin-top: 10px;
	margin-bottom: 10px;
}
.header_logo img{
	padding-left: 10px;
	margin-top: -5px;
	height: auto;
	width: 90%;
}


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

.menu_btn {
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 20px;
	right: 5px;
	background-color: rgba(26,55,108,0.7); /*ボタン背景色*/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.menu_btn::after {
	content: "MENU";
	display: block;
	height: 10px;
	width: 40px;
	font-size: 9px;
	letter-spacing: 1px;
	position: absolute;
	left: 0px;
	bottom: 4px;
	text-align: center;
	color: #FFFFFF; /*文字背景色*/
}

.menu_btn.opened::after {
	content: "CLOSE";
	color: #FFF;
	font-size: 8px;
	bottom: 2px;
}

.menu_btn:hover {
	cursor: pointer;
}

.menu_btn.opened {
	background-color: rgba(0,0,0,0.2);
}

.menu_btn.opened span {
	background-color: #FFF;
}
.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 36%;
	margin-left: -14px;
	background-color: #FFFFFF; /*三本バー背景色*/
}
.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.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: 80%;
	height: 100%;
	top: 70px;
	left: 20%;
	overflow: auto;
	z-index: 3000;
	background-color: #00365E;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	display: none;
}

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

#g_navi ul li:first-child a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #13476F;
}
#g_navi ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #13476F;
	background-color: #00365E;
	background-image: url(/usr/kokyu/css/img/li_sp.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 22px;
	vertical-align: middle;
}

#g_navi ul li a:hover {
	background-color: #005177;
}

.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: #C1E2F2;
}
#g_navi ul li a.ac_menu.active {
	background-color: #005177;
	border-bottom-color: #006A9D;
}
#g_navi ul li a.ac_menu.active::after {
	content: "▲";
}
#g_navi div.ac_list {
	display: none;
}

#g_navi ul li ul li a {
	padding-left: 30px;
	background-color: #005177;
	border-bottom-color: #00699B;
}
#g_navi ul li ul li a:hover {
	background-color: #00699B;
}

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

/*
メインコンテンツ
-------------------------------------------*/

.content {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content p {
	margin-right: 20px;
	margin-left: 20px;
}
.content .news {
	margin-right: 10px;
	margin-left: 10px;
}

.cont_list {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.obi {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.obi h2 {
	margin-bottom: 20px;
}

/*
トップフォーム(max-width:1100px)
-------------------------------------------*/

.top_form {
	position: absolute;
	top: 80px;
	left: 15px;
	width: 380px;
	height: 320px;
}

.top_img .top_form h2 {
	font-size: 18px;
	margin-bottom: 15px;
	padding-top: 8px;
}

.top_img .top_form dl {
	height: 50px;
}

.top_img .top_form dl dt {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top_img .top_form dl dd {
	padding-top: 5px;
	padding-bottom: 5px;
}

.top_img .top_form form dl dd select,
.top_img .top_form form dl dd input {
	font-size: 14px;
	line-height: 20px;
}

.top_img .top_form form .form_btn input {
	min-width: 180px;
	font-size: 16px;
	line-height: 20px;
}


.service ul li,
.staff ul li {
	width: 33.3%;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.service ul li a .mask {
	width: 170px;
	height: 170px;
}

/*
スタッフ紹介
-------------------------------------------*/

.service ul li a .mask,
.staff ul li a .mask {
	width: 160px;
	height: 160px;
}

/*
スタッフプロフィールページ
-------------------------------------------*/

.profile-box{
	flex-direction: column;
	justify-content:center;
	align-items:center;
}

.profile-box .photo{
	width: 50%;
	height: auto;
	margin-bottom: 10px;
}
.profile-box .photo p{
	text-align: center;
}
.profile-box .text{
	width: 90%;
	height: auto;

}

/*
リスト関係
-------------------------------------------*/

.li-paper li{
	margin-left: 50px;
	padding-left: 0px;
}

/*
フッター
-------------------------------------------*/
.footer_box .box_in {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}

.footer_box .box_in .foot_right {
	float: right;
	width: 24%;
}
.footer_box .box_in .foot_right p {
	font-size: 12px;
	margin-bottom: 20px;
}
.footer_box .box_in ul {
	display: block;
	float: left;
	width: 24%;
	padding-right: 5px;
}

#to_top {
	bottom: 10px;
	right: 10px;
}

}
/*-----（/～1100）-----*/


@media screen and (max-width:760px) {
	
header h1 {
	left: 5px;
	top: 5px;
}

.top_img {
	min-height: 360px;
}

.br-sm{display:inline;font-size: 100%;}

/*
トップフォーム
-------------------------------------------*/
.top_catch {
	display: none;
}

.top_catch02 {
/*	top: 55%;
	left: 26%;
*/
}
.top_catch02 p {
	font-size: 150% !important;
}


.top_form {
	top: 70px;
	left: 15%;
	width: 70%;
	height: 260px;
}

.top_img .top_form h2 {
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 5px;
}

.top_img .top_form dl {
	height: 40px;
}

.top_img .top_form dl dt {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 26%;
}
.top_img .top_form dl dd {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 64%;
}

.top_img .top_form form dl dd select,
.top_img .top_form form dl dd input {
	font-size: 12px;
	line-height: 18px;
}

.top_img .top_form form .form_btn {
	padding-top: 10px;
	padding-bottom: 10px;
}

.top_img .top_form form .form_btn input {
	font-size: 14px;
}

.service ul li,
.staff ul li {
	width: 50%;
}

.service ul li a .mask {
	width: 180px;
	height: 180px;
}

/*
テーブル
-------------------------------------------*/

.content table.table_01 th,
.content table.table_01 td,
.content table.table_form th,
.content table.table_form td {
	display: block;
	padding: 20px;
}

.content table.table_form th,
.content table.table_form td {
	text-align: center !important;
}

.content table.table_form th {
	border-right: none !important;
}


/*
フッター
-------------------------------------------*/
footer {
	padding-bottom: 20px;
}

.footer_box .box_in .foot_right {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 20px;
}
.footer_box .box_in .foot_right p {
	line-height: 26px;
	margin-bottom: 0px;
}
.footer_box .box_in ul {
	width: 100%;
}
img.foot_logo {
	width: 230px;
	height: 88px;
}

}
/*-----（/～760）-----*/


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

header .h_box ul.h_lang {
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
}

header .h_btn a {
	float: left;
	margin-left: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 280px;
	background-position: 240px center;
}

header .h_btn a::after {
	line-height: 26px;
}

.header_logo img{
	width: 80%;
	height: auto;
	padding-top: 7px;
	padding-left: 8px;
	margin-top: 0px;
}
h2 {
	font-size: 18px;
	line-height: 30px;
}

h2 a.btn_list {
	font-size: 14px;
	line-height: 26px;
	width: 90px;
	top: 5px;
}

h2 a.btn_list::before {
	line-height: 26px;
}

.top_form {
	left: 5%;
	width: 90%;
}


.cont_list .list_box {
	width: 98%;
}
.service ul li,
.staff ul li {
	padding: 0px !important;
}
.staff p{
	font-size: 65% !important;

}

.service ul li img,
.staff ul li img {
	width: 140px;
}

.service ul li a .mask,
.staff ul li a .mask {
	width: 140px;
	height: 140px;
}

/*
スタッフプロフィールページ
-------------------------------------------*/

.profile-box .photo{
	width: 80%;
	height: auto;
}


.footer_box .box_in {
	width: 100%;
}
.footer_box ul li .li_title {
	font-size: 12px;
	letter-spacing: 0px;
}

.footer_box ul li a {
	padding-left: 20px;
	font-size: 11px;
	line-height: 18px;
}

.footer_box .box_in ul {
	width: 32%;
	margin-left: 1%;
	padding-right: 0px;
}

textarea,
input {
	max-width: 360px;
}

.profile-box .text .profile_table{
	font-size: 80%;
}
.profile-box .text .profile_table th{
	width: 26%;
}
.profile-box .text .profile_table td{
	padding-right: 5px;
	padding-left: 5px;
}

/*
受診方法（スマホサイズ）
-------------------------------------------*/

.service-in{
	flex-direction:column;
}
.service-in .box01{
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
	margin-bottom: 20px;
}
.service-in .box02{
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
}

.phone_font60 td{
	font-size: 58% !important;
}

}
/*-----（/～560）-----*/

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

.content .news ul li a {
	font-size: 12px;
}

.top_form {
	left: 2%;
	width: 96%;
}

.top_img .top_form dl dt {
	width: 20%;
}
.top_img .top_form dl dd {
	width: 70%;
}

.service ul li a .mask {
	width: 150px;
	height: 150px;
}

.footer_box .box_in ul {
	width: 50%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 5%;
	padding-right: 5px;
}

textarea,
input {
	max-width: 280px;
}

a.anchor{
    display: block;
    padding-top: 0;
    margin-top: 0;
}

}
/*-----（/～400）-----*/


/*
スライドショー
---------------------------------------------------------*/
.top_img {
	height: 660px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.top_img img.img_base {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/*
.top_img img.img01,
.top_img img.img02,
.top_img img.img03,
.top_img img.img04,
.top_img img.img05  {
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 30s;
	-webkit-animation-duration: 30s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	display: block;
	width: 100%;
	min-width: 760px;
	position: absolute;
	top: 0;
	left: 0;
}

.top_img img.img02 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
}

.top_img img.img03 {
	animation-delay:10s;
	-webkit-animation-delay: 10s;
}

.top_img img.img04 {
	animation-delay:15s;
	-webkit-animation-delay: 15s;
}

.top_img img.img05 {
	animation-delay:20s;
	-webkit-animation-delay: 20s;
}
*/
.top_img img.img01{
	animation-name: album;
	-webkit-animation-name: album;

	animation-duration: 30s;
	-webkit-animation-duration: 30s;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	opacity: 0;
	display: block;
	width: 100%;
	min-width: 760px;
	position: absolute;
	top: 0;
	left: 0;

}


@keyframes album {
	0% {
		opacity: 1;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);

	}
	
	10% {
opacity: 1;
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);

	}

	34% {
		opacity: 1;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);

	}
	44% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 1;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
	}

	34% {
		opacity: 1;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
	}
	44% {
		opacity: 0;

	}
}

/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(30px);
	-webkit-transform: translateY(30px);  
    -moz-transform: translateY(30px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.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);    
}


/*
トップに掲載するイメージ　top_img02
-------------------------------------------*/

.top_catch02 {
	position: relative;
	top: 65%;
	left: 0%;
	z-index: 100;
}
.top_catch02 p {
	font-size: 250%;
	color: rgb(255,255,255);
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 2px 3px rgb(211,17,91),
    -2px 2px 3px rgb(211,17,91),
    2px -2px 3px rgb(211,17,91),
    -2px -2px 3px rgb(211,17,91);
}

.top_img02 {
	height: 900px;/*800*/
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}
.top_img02 img.img01 {
	display: block;
	max-width: 100%;
	position: absolute;
	top: -50px;
	left: 0;
	height: auto;
}

/*=*/

.top_catch03 {
	position: relative;
	top: 60%;
	left: 0%;
	z-index: 100;
}
.top_catch03 p {
	font-size: 250%;
	color: rgb(255,255,255);
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 2px 3px rgb(211,17,91),
    -2px 2px 3px rgb(211,17,91),
    2px -2px 3px rgb(211,17,91),
    -2px -2px 3px rgb(211,17,91);
}

.top_img03 {
	height: 500px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}
.top_img03 img.img01 {
	display: block;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
}

@media screen and (min-width:1400px){

/*
1400pxより小さくならない
-------------------------------------------*/

.top_catch02 {
	top: 70%;
}

.top_img02 {
		max-height: 1000px !important;/*850*/

}

.top_catch03 {
	top: 60%;
}

.top_img03 {
	max-height: 850px !important;

}

}

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

/*
1400pxより大きくならない
-------------------------------------------*/
.top_img02 {
		max-height: 700px !important;

}

.top_catch03 {
	top: 58%;
	left: 0%;
	background-color: rgb(211,17,91);
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.top_img03 {
		max-height: 700px !important;

}

}

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

/*
1100pxより大きくならない
-------------------------------------------*/

.top_catch02 p {
	font-size: 175%;
}
.top_img02 {
		max-height: 465px !important;

}

.top_catch03 p {
	font-size: 175%;
}
.top_img03 {
		max-height: 465px !important;

}


}

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

/*
760pxより大きくならない
-------------------------------------------*/

.top_img02 {
		max-height: 440px !important;

}

.top_img03 {
		max-height: 440px !important;

}


}


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

/*
760pxより大きくならない
-------------------------------------------*/

.top_img02 {
		max-height: 400px !important;

}

.top_catch03 p {
	font-size: 150%;
}

.top_img03 {
		max-height: 400px !important;

}

}

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

/*
660pxより大きくならない
-------------------------------------------*/

.top_img02 {
		max-height: 340px !important;

}

.top_catch03 {
	top: 58%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top_catch03 p {
	font-size: 115% !important;
	text-shadow: none;
	color: rgb(255,255,255);
}

.top_img03 {
		max-height: 340px !important;

}

}


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

/*
560pxより大きくならない
-------------------------------------------*/

.top_catch02 {
	top: 65%;
	left: 0%;
	background-color: rgb(211,17,91);
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top_catch02 p {
	font-size: 115% !important;
	text-shadow: none;
	color: rgb(255,255,255);
}

.top_img02 {
		max-height: 310px !important;

}


.top_img03 {
		max-height: 260px !important;

}

}
