@charset 'UTF-8';
/* CSS Document */
/* @media only screen and (max-width: 768px)
{
    body
    {
        min-width: inherit;
    }
}
*/
@media only screen and (max-width: 1000px) {
body:before {
	display: none;
}
body:after {
	display: none;
}
}

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

/* -------------------------------------------------------- header */
div.wrapper {
	padding-top: 0;
}
div.contentBody-wrap {
	overflow: hidden;
}
div.inner {
	padding-left: 1rem;
	padding-right: 1rem;
}
header {
	width: 100%;
	position: relative;
	top: 0;
	padding: 0;
	box-shadow: none;
	max-height: inherit;
}
header > div.inner {
	height: auto;
	padding: 0;
	max-height: none;
}
header div.top {
	display: none;
}
header div.logo {
	float: none;
	padding: 0;
	margin-bottom: 0;
	margin: 0;
	margin-top: 1rem;
	margin-left: -3rem;
	/* width: 100%; *//* margin-top: 1rem; */
	display: inline-block;
	width: auto;
	top: 0;
}
header div.logo a {
	padding: 0.75rem 1rem;
	line-height: 1.25;
}
header div.logo a img {
	width: calc(100% - 4rem);
	max-width: 56rem;
	height: auto;
	/* margin-left: auto;
	margin-right: auto; */
	display: block;
	left: 0;
	top: 0;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
header div.logo span.logo-figure {
	position: absolute;
	right: 1rem;
	bottom: 1.75rem;
	width: 4rem;
	height: 4rem;
	max-width: 4rem !important;
	height: auto;
}
header div.header-top {
/* padding-bottom: 1rem; */
	overflow: hidden;
}
header div.header-top div.utility {
	float: none;
}
header div.header-top div.utility div.utility-top {
	text-align: left;
}
header div.header-top div.utility div.utility-top ul {
	margin-bottom: 0.25rem;
	white-space: nowrap;
}
header div.header-top div.utility div.utility-top ul li a {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
header div.header-top div.utility div.utility-top ul li:last-child a {
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}
header div.header-top div.utility div.utility-bottom {
	text-align: center;
}
footer a span {
	font-size: 2.4rem;
}
header div.logo a {
	/* font-size: 2rem; */
	float: none;
	position: relative;
	/* top: -0.75rem; */
	display: block;
	margin-bottom: 0.5rem;
}
/* -------------------------------------------------------- header ul.utility */
header > div.inner.clearfix > div.fr {
	float: none;
}
header ul.utility {
	background: #f0f0f0;
}
header ul.utility {
	width: 100%;
	text-align: center;
}
header ul.utility li a {
	font-size: 1.1rem;
	white-space: nowrap;
	padding: 0 0.2em;
}
header ul.utility li a::before {
	border: none;
	content: "";
	height: auto;
	left: 0;
	margin: 0;
	position: relative;
	top: 0;
	transform: none;
	width: auto;
}
	
nav ul { flex-flow:column wrap; }
h3.bar {font-size: 2.1rem; }
}


@media only screen and (max-width: 1000px) {
nav ul li a {
	font-size: 1.4rem;
}
}

@media only screen and (max-width: 768px) {
/* -------------------------------------------------------- header nav */
header nav {
	left: 0;
	/* top: -1.25rem; */
	overflow: visible;
	width: 100%;
	float: none;
	border: none;
}
header nav.clearfix {
	min-height: inherit !important;
}
header nav.clearfix:after {
	display: none;
}
header nav div.inner {
	width: 100%;
	padding: 0;
}
header nav ul {
	display: block;
	overflow: hidden;
	width: 100%;
	max-height: 0;
	margin: 0 auto;
	transition: all .5s ease-in-out;
	height: auto;
	/* background: #39454f; */
	padding: 0;
	overflow: hidden;
	float: none;
}
header nav ul.active {
	max-height: 1000px;
}
header nav ul li {
	font-size: 1.6rem;
	display: block;
	/* border-bottom: 1px solid #e6e6e6; */
	height: 100%;
	margin-right: 0;
	width: 100%;/* background: #39454f; */
}
nav ul li:after {
	display: none;
}
nav ul li:first-child:before {
	display: none;
}
header nav ul li:first-child {
/* border-top: 1px solid #e6e6e6; */
}
header nav ul li:last-child {
	border-bottom: none;
}
header nav ul li a {
	font-weight: normal;
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	/* height: 100%; */
	padding: 2rem 2rem;
	text-align: left;
	font-size: 1.6rem;
	border-bottom: 0.1rem solid #3f3653;
	transition: 0.25s all;
	min-height: 4rem;
	background: #dce2e0;
	color: #3f3653;
}
header nav ul li:first-child a {
/* border-top: 0.1rem solid #3f3653; */
}
header nav ul li a:after, header nav ul li a:hover:after {
	position: absolute;
	top: 50%;
	right: 1.5rem;
	left: inherit;
	display: block;
	width: 0.75rem;
	height: 0.75rem;
	margin-top: 0;
	content: '';
	transition: all .2s ease-in-out;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border-top: 0.1rem solid #3f3653;
	border-right: 0.1rem solid #3f3653;
	background: none;
}
header nav ul li:first-child a::before {
	position: relative;
	top: auto;
	left: 0;
	width: auto;
	height: auto;
	margin-top: 0;
	content: '';
	background: none;
}
header nav ul li a:first-child {
/* border-top: 0.1rem solid #e9ebec; */
}
/* header nav ul li a:last-child {
	border-bottom: none;
} */
/*
    header nav ul li a::after
    {
        position: relative;
        z-index: 9999;
        bottom: 0;
        left: 0;

        width: 0;
        height: auto;

        content: '';

        background: none;
    }
	*/

nav ul li a:hover {
	opacity: 1;
}
nav ul li a:hover::after {
/* left: inherit;
	border-right: 0.1rem solid #b09c7a;
	border-top: 0.1rem solid #b09c7a; */
}
nav ul li.current a {
	color: #333;
}
nav ul li.current:after {
	position: relative;
	content: "";
	bottom: 0;
	width: auto;
	height: 0;
	left: 0;
	background: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
header nav ul li a div {
	display: inline-block;
	vertical-align: middle;
}
/* -------------------------------------------------------- menu-button */
header div.menu-button {
	position: absolute;
	right: 0.5rem;
	top: 3rem;
	display: block;
	width: 4rem;
	height: 4rem;
	z-index: 9999;
}
header div.menu-button div.menu-trigger {
	display: block;
	cursor: pointer;
}
header div.menu-button div.menu-trigger > div {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
header div.menu-button div.menu-trigger > div div.label {
	font-size: 1.0rem;
	font-weight: normal;
	position: absolute;
	box-sizing: border-box;
	width: 40px;
	/* color: #f35955; */
	color: #3f3653;
	bottom: -0.5em;
	text-align: center;
}
header div.menu-button div.menu-trigger > div div.label::before {
	content: 'MENU';
}
header div.menu-button div.menu-trigger > div div.label.open::before {
	content: 'CLOSE';
}
header div.menu-button div.menu-trigger > div div.hamburger {
	position: relative;
	width: 40px;
	height: 40px;
}
header div.menu-button span {
	position: absolute;
	left: 0;
	display: inline-block;
	box-sizing: border-box;
	width: 20px;
	height: 2px;
	transition: all .4s;
	background: #3f3653;
}
header div.menu-button span:nth-of-type(1) {
	top: 13px;
	left: 10px;
}
header div.menu-button span:nth-of-type(2) {
	top: 19px;
	left: 10px;
}
header div.menu-button span:nth-of-type(3) {
	bottom: 13px;
	left: 10px;
}
header div.menu-button.active span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}
header div.menu-button.active span:nth-of-type(2) {
	opacity: 0;
}
header div.menu-button.active span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}
}
@media only screen and (max-width: 768px) {
/* ie9 */
		/*
    html.ie9 header div.menu-button
    {
        position: relative;

        display: block;

        width: 100%;
        height: 40px;

        background: #003e6c;
    }

    html.ie9 header div.menu-button div.menu-trigger > div div.hamburger
    {
        background: url(../img/menu-button.png) no-repeat;
        background-position: center;
        background-size: 20px 20px;
    }

    html.ie9 header div.menu-button.active div.menu-trigger > div div.hamburger
    {
        background: url(../img/menu-button_active.png) no-repeat;
        background-position: center;
        background-size: 20px 20px;
    }

    html.ie9 header div.menu-button span
    {
        display: none;
    }
	*/
		/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ common */

div.link a::before {
	height: 0.5rem;
	width: 0.5rem;
}
div.contents-wrapper {
	/* background: #fff; */
	padding-left: 1rem;
	padding-right: 1rem;
}
div.contents-wrapper > div.inner {
	padding: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}
section {
	font-size: 1.6rem;
	line-height: 1.75;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
section div.title {
	margin-bottom: 2rem;
	text-align: center;
}
section div.title h2 {
	font-size: 2.1rem;
	letter-spacing: 0.125rem;/* transform: scaleY(0.95); */
}
/* */






section.link ul li {
/* float: none;
	margin-right: 0;
	margin-bottom: 2rem;
	width: 100%; */
}
}
 @media only screen and (max-width: 480px) {
}
 @media only screen and (max-width: 1000px) {
section.main-visual div.inner {
	/* min-width: 100rem !important; */
	max-width: inherit;
}
}
@media only screen and (max-width: 768px) {
section.main-visual div.titles-wrap {
	width: 100%;
}
section.main-visual div.titles-wrap br.responsive-inline-block {
	display: none;
}
section.main-visual div.titles-wrap div.title h1 {
/* font-size: 4vw; */
}
section.main-visual {
	width: calc(100% - 2rem);
	border-radius: 1rem;
}
section.main-visual div.main-visual-bg {
	height: 100%;
}
section.main-visual div.main-visual-bg img {
	position: relative;
	width: auto;
	height: 100%;
	max-width: inherit;
}
section.main-visual div.main-visual-bg .flexslider {
	height: 100%;
}
section.main-visual div.main-visual-bg .flexslider .slides {
	height: 100%;
}
.flexslider .slides > li {
	height: 100%;
}
section.main-visual div.doctor-link {
	text-align: center;
	width: 100%;
}
section.main-visual div.main-figure {
	width: 50%;
	left: 50%;
}
}
@media only screen and (max-width: 480px) {
section.main-visual div.titles-wrap {
	margin-top: -2rem;
}
section.main-visual div.titles-wrap br.responsive-inline-block {
	display: inline-block;
}
section.main-visual div.titles-wrap div.title h1 {
	font-size: 4rem;
}
section.main-visual div.main-figure {
	width: 100%;
	left: 0;
}
section.main-visual div.main-figure img {
	width: 32rem;
	max-width: inherit;
	transform: translateX(25%);
	-webkit-transform: translateX(25%);
}
}
@media only screen and (max-width: 1000px) {
}
@media only screen (max-width: 768px) {
div.article-list ul li {
	width: 48%;
	margin-right: 4%;
	float: left;
}
div.article-list ul li:last-child, div.article-list ul li:nth-child(3n) {
	margin-right: 4%;
}
div.article-list ul li:nth-child(2n) {
	margin-right: 0;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


section div.article-list ul li::before {
	display: none;
}
div.top-doctors-section {
	background: #376980;
}
div.top-doctors-section div.lead-copy {
	height: 20rem;
	width: 100%;
}
div.top-doctors-section div.lead-copy span.copy {
	font-size: 2.0rem;
	text-align: center;
}
body.top section.student-doctor div.inner, body.top section.doctor div.inner {
	padding: 0.25rem;
}
body.top div.article-list ul li {
	width: 100%;
	margin-right: 0;
	float: left;
	padding-left: 0;
	padding-right: 0;
}
body.top section.doctor {
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
}
body.top section.student-doctor {
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
}
body.top div.article-list ul li div.information {
	padding: 1.0rem 0.25rem;
}
body.top div.article-list ul li div.information div.description {
	font-size: 1.2rem;
}
body.top div.article-list ul li div.information div.en-name {
	font-size: 1rem;
	left: -1.5rem;
}
body.top section.student-doctor div.article-list ul li.all a, body.top section.doctor div.article-list ul li.all a {
	background: none;
}
div.article-list ul li.all a span {
}
div.article-list ul li.all a::before {
	left: auto;
	right: -0.5rem;
}
section.student-doctor div.article-list ul li div.information div.en-name, section.doctor div.article-list ul li div.information div.en-name, div.article-list ul li div.information div.en-name {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	-webkit-transform: none;
	transform-origin: 0;
	-webkit-transform-origin: 0;
	font-family: 'Oswald';
	color: #000;
}
}
@media only screen and (max-width: 480px) {
div.article-list ul li {
/* width: 100%; */
}
}
@media only screen and (max-width: 768px) {
div.study-list ul li {
	float: none;
	margin-bottom: 2rem;
	margin-right: 0;
	width: 100%;
}
}
@media only screen and (max-width: 768px) {
footer a[href^="tel:"] {
/* color: #fff; */
}
footer div.logo {
	float: none;
	margin-bottom: 2rem;
	padding-right: 0;
	width: 100%;
	text-align: center;
}
footer div.logo a {
	font-size: 2rem;
	line-height: 1.5;
	display: block;
}
footer div.logo img {
	max-width: 48rem;
	width: calc(100% - 8rem);
}
footer div.footer-information {
	float: none;
	text-align: center;
	width: 100%;
}
header div.logo a img {
	/* width: 100%; */
	max-width: 56rem;
	height: auto;
	/* margin-left: auto;
	margin-right: auto; */
	display: block;
	left: 0;
	top: 0;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
}
@media only screen and (max-width: 768px) {
div.page-title div.title h1 {
	font-size: 2.4rem;
	letter-spacing: 0.1rem;
}
div.page-title div.description div {
	font-size: 1.4rem;
}
}
@media only screen and (max-width: 480px) {
footer div.logo img {
	max-width: 100%;
	width: 100%;
}
}
/* 20250318追記 */
@media only screen and (max-width: 768px) {
	    header div.logo2 {
        float: none;
        padding: 0;
        margin-bottom: 0;
        margin: 0;
        margin-top: 1rem;
        margin-left: -4rem;
        /* width: 100%; */
        /* margin-top: 1rem; */
        display: inline-block;
        width: auto;
        top: 0;
    }
    header div.logo2 a {
        padding: 0.75rem;
        line-height: 1.01;
		margin-top: 25px;
    }
	.btnkoza{
		font-size: 100%!important;
	}
	nav ul li a::after {
	
}
		.logotrs{
		padding-bottom: 0px;
		padding-top: 0px;
	}

.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
	
.tab-label { min-width:80px;}
	
}