@charset "utf-8";
/* CSS Document */

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	transition: .15s;
    height: 170px;
    background-color: transparent;
}
.english header {
	position: static;
    height: 0;
}
.wrapper {
	box-sizing: border-box;
	width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}
#head {
	width: 1170px;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 105px;
	text-align: left;
	position: relative;
}
#head h1 {
	display: inline-block;
	height: 95px;
	line-height: 1;
	margin-top: 19px;
}
#head h2 {
	display: inline-block;
	line-height: 1;
	position: relative;
	top: -13px;
}
#head h2::after {
	display: none;
}
.wrap_bnr {
	width: 100%;
	text-align: center;
	background-color: #fff;
	border-top: 1px #d3d3d3 solid;
	border-bottom: 1px #d3d3d3 solid;
	padding-top: 37px;
	padding-bottom: 25px;
}
.box_bnr {
    overflow: hidden;
    width: 1170px;
    margin: 0 auto;
    text-align: center;
}
ul.list_bnr{
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
ul.list_bnr li{
	padding: 0 20px 0 0;
	display: inline;
}
ul.list_bnr li a:hover img{
	transition: .3s ease-out;
	opacity: .7;
}
footer {
	width: 100%;
	padding: 0;
	color: ;
}
.wrap_foot01 {
	width: 100%;
	text-align: center;
	background: #ebebeb url('../img/bg_footer.png') repeat;
	color: #464646;
	padding-top: 50px;
	padding-bottom: 20px;
}
.box_footer{
	width: 1050px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.item {
	width: 560px;
	text-align: left;
}
.flogo {
	display: flex;
	justify-content: space-between;
}
.flogo img {
	display: block;
	height: 48px;
	width: auto;
}
.address {
	width: 455px;
	text-align: left;
}
.address h3 {
	font-size: 1.3rem;
	text-align: left;
	line-height: 1.32;
	margin: 0 0 1.7rem 0;
	font-weight: bold;
}
.address h3 span {
	font-size: 86%;
	font-weight: normal;
}
.address p {
	line-height: 1.6;
	margin: 1.25rem 0;
}
.address p span {
	color: #092a75;
}
.box_fnavi {
	display: flex;
}
.box_fnavi nav {
	width: 250px;
}
.fnavi {
	width: 460px;
}
.fnavi h3 {
	text-align: left;
	font-size: 1rem;
	color: #464646;
	border-bottom: 2px #ccc solid;
	padding-bottom: 5px;
	margin-top: 0;
}
.fnavi nav {
	margin-bottom: 20px;
}
ul.footer_navi {
	list-style:none;
	margin: 1rem auto;
	}
ul.footer_navi li {
	margin-left: 25px;
	font-weight: bold;
}
ul.footer_navi li::before {
	display: inline-block;
	color: #464646;
	content: "\f105";
	font-size: 12px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul.footer_navi2 {
	list-style:none;
	margin: 1rem auto;
	}
ul.footer_navi2 li {
	margin-left: 25px;
	font-weight: bold;
}
ul.footer_navi2 li::before {
	display: inline-block;
	color: #464646;
	content: "\f138";
	font-size: 13px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul.footer_navi li a, ul.footer_navi2 li a {
	font-size: 0.96rem;
	padding:0 0 0 7px;
	color: #464646;
	text-decoration: none;
}
ul.footer_navi li a:hover, ul.footer_navi2 li a:hover {
	text-decoration: underline;
}
.wrap_foot02 {
	width: 100%;
	text-align: center;
	background-color: #666666;
	color: #fff;
	font-size: 1rem;
	padding-top: 22px;
	padding-bottom: 22px;
}

footer hr {
	clear: both;
	display: block;
	height: 0;
	width: 1200px;
	margin: 20px auto;
	padding: 0;
	border: 0;
	overflow: visible;
	border-top: 1px solid #447e91;
}
#box_lang{
	width:190px;
	height:46px;
	background:#16726b;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	position:absolute;
	top:0;
	right:0;
	}
#box_lang a {
	display:block;
	line-height:2.2;
	font-size:1.1rem;
	color:#ffffff;
	text-decoration:none;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	padding-top: 2px;
	padding-left: 48px;
	box-sizing: border-box;
	}
#box_lang a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
#box_inquiry{
	width:190px;
	height:46px;
	background:#2d2a55;
	border-right: 1px #2d2a56 solid;
	border-bottom: 1px #2d2a56 solid;
	border-left: 1px #2d2a56 solid;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	position:absolute;
	top:0;
	right:200px;
	box-sizing: border-box;
}
#box_inquiry a{
	display:block;
	font-size:1.05rem;
	line-height:2.2em;
	color:#ffffff;
	text-decoration:none;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	padding-top: 2px;
	padding-left: 28px;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	}
#box_member{
	width:190px;
	height:46px;
	background:#2563ea;
	border-right: 1px #2563ea solid;
	border-bottom: 1px #2563ea solid;
	border-left: 1px #2563ea solid;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	position:absolute;
	top:0;
	right:400px;
	box-sizing: border-box;
	}
#box_member a{
	display:block;
	font-size:1.05rem;
	line-height:2.2em;
	color:#ffffff;
	text-decoration:none;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	padding-top: 2px;
	padding-left: 25px;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	}
#box_lang a i, #box_member a i {
	font-size:1.3rem;
}
#box_member a.logout {
	padding: 0 0 0 25px;
	transition: .2s ease-out;
	}
#box_member a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
#box_user a.logout {
	background:url(../img/ico_patient_logout.png) no-repeat 48px center;
	padding: 0 0 0 25px;
	}
#box_user a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
#snsarea{
	position:absolute;
	top:60px;
	right:310px;
	}
#bnr_sns {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#bnr_sns div {
    width: 324px;
    height: 90px;
    margin-bottom: 20px;
}
#box_search{
	position:absolute;
	top:60px;
	right:0;
	}
#box_search_in{
	position:relative;
	width:300px;
	height:39px;
	}
.search_text{
	border-top:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	border-right: none;
	padding:10px 10px 9px 10px;
	display:block;
	width:250px;
	height: 39px;
	box-sizing: border-box;
	font-size:15px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	}
.search_btn{
	position:absolute;
	top:0px;
	right:0px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	background-color: #fff;
	border-left: none;
	color: #888;
	width: 50px;
	height: 39px;
	font-size: 1.15rem;
	cursor: pointer;
	}

.gnavi {
	background-color: transparent;
	font-size: 1.05rem;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
	height: 65px;
    width: 1200px;
    padding: 0;
    margin: 0 auto;
}
.gnavi ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: row;
}
.gnavi li {
	margin: 0;
	padding: 0;
	height: 65px;
	position: relative;
	color: #444;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}
.gnavi li a {
	display: block;
	height: 100%;
	width: 100%;
	color: #0d0c0c;
	text-decoration: none;
	transition: .2s ease-out;
	opacity: .8;
	box-sizing: border-box;
	padding-top: 13px;
	padding-left: 34px;
	padding-right: 34px;
}
.gnavi a.on {
	color: #0062d1;
}
.gnavi a.on span::after {
	color: #0062d1;
	transition: top .2s ease-out;
}
.gnavi a:hover span {
	color: #0062d1;
}
.gnavi a span::after {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	top: 36px;
	bottom: 0;
	color: #ccc;
	font-size: 1.01rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
	transition: top .2s ease-out;
}
.gnavi a:hover span::after {
	color: #0062d1;
	top: 43px;
	transition: top .2s ease-out;
}
.gnavi a:hover {
	color: #0062d1;
}
.gnavi span {
	word-break: keep-all;
}
@keyframes fadeIn {
    from {
        opacity:0;
        transform: translateY(-50px);
    }
    to {
        opacity:1;
    }
}
.gnavi ul li:hover .box_pulldown {
	display:block;
	animation-name: fadeIn;
	animation-duration: .2s;
	animation-timing-function: ease-out;
}

/* PulldownMenu */
.box_pulldown {
	display: none;
	background:rgba(247,252,255,0.99);
	position: absolute;
	z-index: 10000;
	top:65px;
	padding: 0;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.22);
	box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.22);
	width:1200px;
	height:auto;
	min-height: 250px;
    font-weight: normal;
	text-align: left;
	border-top: 1px #808080 solid;
	}
.gn_02 .box_pulldown {
	left: -118px;
}
.gn_03 .box_pulldown {
	left: -254px;
}
.gn_04 .box_pulldown {
	left: -390px;
}
.gn_05 .box_pulldown {
	left: -625px;
	vertical-align: top;
}
.gn_06 .box_pulldown {
	left: -727px;
}
.gn_07 .box_pulldown {
	left: -880px;
}
.gn_08 .box_pulldown {
	left: -1033px;
}
.box_gmenu {
	display: flex;
	justify-content: space-between;
}
.box_gmenu .border{
	width: 155px;
	margin: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 250px;
}
.box_gmenu .border.aboutus{
	background-image: url('../img/gn_bg_aboutus.jpg');
}
.box_gmenu .border.meeting{
	background-image: url('../img/gn_bg_meeting.jpg');
}
.box_gmenu .border.elearning{
	background-image: url('../img/gn_bg_elearning.jpg');
	line-height: 1;
}
.box_gmenu .border.journal{
	background-image: url('../img/gn_bg_journal.jpg');
}
.box_gmenu .border.research{
	background-image: url('../img/gn_bg_research.jpg');
}
.box_gmenu .border.specialist{
	background-image: url('../img/gn_bg_specialist.jpg');
}
.box_gmenu .border.memberinfo{
	background-image: url('../img/gn_bg_memberinfo.jpg');
}
.box_gmenu .border h3 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 155px;
	padding-right: 47px;
	border: 10px solid rgba(255, 255, 255, .5);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	letter-spacing: 6px;
	box-sizing: border-box;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .box_gmenu .border h3 { position: relative; } /* IE11 */
}
.box_pulldown_in {
	width:1045px;
	box-sizing: border-box;
	column-count: 3;
	margin:0;
	padding: 30px;
	}
.box_pulldown_in2 {
	width:1045px;
	box-sizing: border-box;
	margin:0;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	}
.tbc_list {
	margin: 0 0 0.2em 0;
	padding: 3px;
	line-height: 1.36em;
	display: inline-block;
	width: 310px;
	height: auto;
	box-sizing: border-box;
}
.box_pulldown ul{
	}
.box_pulldown ul li{
	break-inside:avoid-column;
	}
.box_pulldown ul li a{
	margin:0 0 0 0 !important;
	padding:0 !important;
	height:auto !important;
	position:inherit !important;
	color:#333 !important;
	width:230px !important;
	}
.box_pulldown ul li a:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
.box_pulldown div.menu1{
	margin: 0 23px 15px 0 !important;
	padding:0 !important;
	height:auto !important;
	position:inherit !important;
	color:#111 !important;
	width:230px !important;
	font-weight: bold;
	}
.box_pulldown div.menu1 a{
	display:block;
	margin:0;
	padding:7px 0 6px 2px !important;
	color:#111;
	border-bottom: 2px #003680 dotted;
	position:relative;
	font-size: 0.98rem;
	text-decoration:none;
	line-height:1.4 !important;
	width:300px !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: .1s ease-out;
	}
.box_pulldown div.menu1 a:hover{
	color: #03eef0;
	}
.box_pulldown div.menu2{
	margin: 0 23px 5px 0 !important;
	padding:0 !important;
	height:auto !important;
	position:inherit !important;
	width:320px !important;
	}
.box_pulldown div.menu2 a{
	display:block;
	margin:0;
	padding:0 0 0 34px !important;
	text-indent: -7px;
	color:#000;
	position:relative;
	font-size: 0.9rem;
	text-decoration:none;
	line-height:1.22 !important;
	width:300px !important;
	transition: .1s ease-out;
	}
.box_pulldown div.menu2 a::before {
	display: inline-block;
	color: #000;
	content: "-";
	font-size: 1.05rem;
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 7px;
}
.box_pulldown div.menu2 a:hover{
	color: #03eef0;
	}

/* Button */
.news_btn_box {
	text-align: center;
/* 	position: relative; */
/* 	z-index:10; */
/* 	margin-left: 230px; */
}
a.button {
	display: inline-block;
	color: #fff;
	background: rgb(63,76,107);
	background: linear-gradient(90deg, rgba(63,76,107,1) 0%, rgba(96,108,136,1) 100%);
	padding: 6px 40px;
	font-weight: bold;
	font-size: 1rem;
	border-radius: 30px;
	text-decoration: none;
	margin: 1em auto;
}
a.button::before {
	display: inline-block;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	font-size: 15px;
	margin-right: 8px;
}
a.button:hover {
	background: rgb(0,115,203);
}
a.grey {
	padding: 5px 35px;
	background: rgb(140,140,140);
}
a.grey:hover {
	background: rgb(190,190,190);
}
.box_update {
	display: flex;
	border-bottom: 1px #aaa dotted;
	padding: 5px 0;
}
.box_date {
	width: 165px;
}
.box_update .box_title {
	width: calc(100% - 165px);
}

/* Header animation */
header.is-animation {
	transition: .15s;
    height: 50px;
    opacity: .98;
    background-color: rgba(255,255,255,0.97);
    box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.22);
}
header.is-animation #head {
	display: none;
}
header.is-animation .gnavi ul {
    background: url('../img/logo_isanimation.png') no-repeat;
    background-size: 78px auto;
    background-position: 30px 0;
    padding-left: 140px;
}
header.is-animation .gnavi a span::after {
    top: 30px;
    font-size: 0.8rem;
}
header.is-animation .gnavi a:hover span::after, header.is-animation .gnavi a.on span::after {
    top: 33px;
}
header.is-animation .gnavi li a {
	font-size: 14px;
    height: 45px;
    padding-left: 32px;
	padding-right: 31px;
    opacity: 1;
}
header.is-animation .box_pulldown {
	top: 50px;
	background: rgba(247,252,255,1);
}
header.is-animation .box_pulldown div.menu1 a {
	color: #0d0c0c;
	height: auto;
	font-size: 0.98rem
}
header.is-animation .box_pulldown div.menu2 a {
	color: #222;
	line-height: 1.3;
	height: auto;
}
header.is-animation .box_pulldown div.menu1 a:hover, header.is-animation .box_pulldown div.menu2 a:hover {
	color: #03eef0;
	}
header.is-animation .gn_02 .box_pulldown {
	left: -244px;
}
header.is-animation .gn_03 .box_pulldown {
	left: -363px;
}
header.is-animation .gn_04 .box_pulldown {
	left: -482px;
}
header.is-animation .gn_05 .box_pulldown {
	left: -683px;
}
header.is-animation .gn_06 .box_pulldown {
	left: -774px;
}
header.is-animation .gn_07 .box_pulldown {
	left: -907px;
}
header.is-animation .gn_08 .box_pulldown {
	left: -1040px;
}
.address a.arr::before {
	display: inline-block;
	color: #464646;
	content: "\f138";
	font-size: 13px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 3px;
}
