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


@media only screen and (max-width: 1000px)
{
	
	body
    {
    	overflow-x: auto;
	}
	
	div.wrapper {
		min-width: 100%;
		overflow-x: auto;
	}
}

*/
@media only screen and (max-width: 768px) {
html {
	height: 100%;
	/* background: url("../img/bg.png") repeat-y scroll left 0 / 300px 1px, #f2edea none no-repeat scroll 0 0; */
	background: #f2edea;
	height: 100vh;
	min-width: 100%;
}
/* -------------------------------------------------------- header */
body {
/* background: #f5f5f5; */
}
header {
	width: 100%;
	position: relative;
	height: auto;
	/* height: 60px; */
	border-bottom: none;
}
header > div.inner {
	height: auto;
	padding: 0;
	max-height: none;
	position: relative;
}
header div.logo {
	float: left;
	padding: 0.25em 0 0.25em 0.5em;
	/* height: 50px; */
	box-sizing: border-box;
	max-width: 85%;
}
header div.logo a {
	position: relative;
	top: inherit;
	left: 0;
	transform: none;
	-webkit-transform: none;
	white-space: nowrap;
	font-size: 1.8rem;
}
header div.logo a img {
	max-width: 180px;
}
/* 英 語 版 */
body.en header div.logo {
	padding: 0.5em 0 0.25em 0.5em;
}
body.en header div.logo a img {
	max-width: 210px;
}
}
/* @media only screen and (max-width: 768px)
{	
	header div.logo div {
		opacity: 0;
	}
} */
@media only screen and (max-width: 768px) {
header div.logo div {
	opacity: 1;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	left: 5px;
	top: inherit;
	bottom: -0.5em;
}
header div.logo div.text {
	width: 100%;
	position: absolute;
	left: 0;
	top: inherit;
	bottom: 0;
	height: 60px;
}
header div.logo div.text img {
	width: 100%;
	display: block;
	height: auto;
	position: absolute;
	top: inherit;
	bottom: -4px;
	left: 3px;/* 		transform: translateY(-50%);
		-webkit-transform: translateY(-50%); */
}
/* header div.logo a img,
	footer div.logo a img
	{
		width: 60%;
		height: auto;
		display: block;
	}
 	*/
		/* -------------------------------------------------------- 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;
}
/* -------------------------------------------------------- header nav */
header nav {
	left: 0;
	overflow: visible;
	width: 100%;
	border-top: 1px solid #ddd;
	height: auto;
}
header nav div.inner {
	width: 100%;
	padding: 0;
}
header nav ul {
	display: block;
	overflow: hidden;
	width: 100%;
	max-height: 0;
	min-height: 0 !important;
	margin: 0 auto;
	transition: all .5s ease-in-out;
}
header nav ul.active {
	max-height: 1000px;
}
header nav ul li {
	font-size: 1.6rem;
	display: block;
	/* border-bottom: 1px solid #e6e6e6; */
	height: 100%;
	width: 50%;
	float: left;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
/* header nav ul li:nth-child(odd)
    {
		border-right: 1px solid #dadce0;
    } */
header nav ul li:first-child {
/* border-top: 1px solid #e6e6e6; */
}
/* header nav ul li:last-child
    {
        border-bottom: none;
		width: 100%;
		border-right: 0;
    }
	
	header nav ul li:nth-last-child(-n+2)
    {
        border-bottom: none;
    } */
header nav ul li a {
	/* font-weight: bold; */
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 18px 20px;
	font-size: 1.6rem;
}
header nav ul li a:after {
	display: none;/* position: absolute;
        top: 50%;
        right: 15px;
		left: inherit;

        display: block;

        width: 5px;
        height: 5px;
        margin-top: -5px;

        content: '';
        transition: all .2s ease-in-out;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);

        border-top: 1px solid #987edf;
        border-right: 1px solid #987edf;
		
        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; */
	display: none;
}
header nav ul li:first-child a::after {
	/* display: block; */
	display: 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::after {
	left: inherit;
	width: 5px;/* border-right: 2px solid #0a84ff;
		border-top: 2px solid #0a84ff; */
}
nav ul li a:hover {
/* color: #987edf; */
}
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: translate(-50%, 0);
	transform: translate(-50%, 0);
}
header div.nav-wrap {
	clear: both;
	border-bottom: none;
	border-top: none;
}
nav ul li div.sub-menu {
	display: none !important;
}
/* -------------------------------------------------------- menu-button */
header div.menu-button {
	border-top: 1px solid #ddd;
	/* position: absolute;
		top: 50%;
		right: 0;

        display: block;

        width: 40px;
        height: 40px;
		
		z-index: 9999;
		
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%); */
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	background: #f8f8f8;
}
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: bold;
	position: absolute;
	box-sizing: border-box;
	width: 40px;
	color: #1b1b1b;
	bottom: 0.25em;
	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: #e60112;
}
header div.menu-button span:nth-of-type(1) {
	top: 6px;
	left: 10px;
}
header div.menu-button span:nth-of-type(2) {
	top: 12px;
	left: 10px;
}
header div.menu-button span:nth-of-type(3) {
	bottom: 20px;
	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);
}
/* 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;
    }
	*/
		/* header div.menu-button-wrap {
		 position: relative;
		 height: 50px;
		 float: right;
	 } */
header div.utility-links {
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ common */
div.wrapper {
	box-sizing: border-box;
	min-width: inherit;
	/* overflow: hidden; */
	position: relative;
	width: 100%;
}
body.top section.news {
	padding: 0 1em;
}
body.top section.news div.title {
	float: none;
}
section.news div.more {
	/* float: left; */
	float: none;
	width: 100%;
}
section.news ul li div.update {
	float: none;
}
div.main-column div.contents-wrap div.contents section.news div.inner {
	box-sizing: border-box;
	padding: 1em;
	overflow: hidden;
}
section.mainVisual {
	margin-top: 130px;
	position: relative;
	z-index: 1;
}
}
@media only screen and (max-width: 960px) {
section.mainVisual div.visual div.guidance-banner {
	font-size: 1.0rem;
}
section.mainVisual div.visual div.guidance-banner div.caption span {
	display: none;
}
}
@media only screen and (max-width: 960px) {
section.mainVisual div.visual div.guidance-banner {
	background: #fff;
	bottom: 0;
	position: relative;
	right: 0;
	width: calc(100% - 4rem);
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
}
section.mainVisual div.visual div.guidance-banner img {
	display: block;
	float: left;
	width: 25%;
	margin-bottom: 0;
}
section.mainVisual div.visual div.guidance-banner a div.caption {
	position: absolute;
	left: calc(25% + 2rem);
	width: calc(55% - 2rem);
	font-size: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
}
@media only screen and (max-width: 768px) {
body.top.en section.mainVisual {
	margin-top: 60px;
}
section.mainVisual div.visual {
	padding-top: 0;
}
/* */
section div.title h1, section div.title h2 {
	font-size: 2.0rem;
	font-weight: normal;
}
/* */
div.top-section {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
div.top-section section {
	float: none;
	margin-right: 0;
	width: 100%;
	margin-bottom: 40px;
}
div.top-section section {
	padding: 1em;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 1em;
}
div.top-section div.inner {
	padding: 1em;
	box-sizing: border-box;
}
div.top-section section div.title a {
	padding-top: 0;
	padding-left: 1em;
}
div.top-section section div.title a::before {
	content: "";
	height: 6px;
	width: 6px;
	top: 40%;
	left: 0;
}
div.top-section section div.clearfix ul {
	float: none;
	margin-right: 0;
	width: 100%;
}
div.top-section section div.clearfix ul li {
	float: none;
	width: 100%;
}
div.top-section section ul li a {
	padding-bottom: 0.25em;
	padding-left: 1em;
	padding-top: 0.25em;
}
div.top-section section ul li a::before {
	left: 0;
}
/* */
section.topics {
	padding-left: 1em;
	padding-right: 1em;
	overflow: hidden;
}
section.topics div.title > h2.fl, section.topics div.title > div.more {
	float: none;
	width: 100%;
}
body.top section.topics div.inner {
	padding: 1em;
	overflow: hidden;
}
ul.topics-list li a div.thumbnail, ul.topics-list li span div.thumbnail {
	float: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 100%;
	max-width: 160px;
}
ul.topics-list li a div.entry div.update {
	float: none;
	padding-right: none;
}
ul.topics-list li {
	float: left;
	width: 49%;
	margin-right: 2%;
}
ul.topics-list li:nth-child(2n) {
	margin-right: 0;
}
ul.topics-list li div.entry div.headline h2 {
	font-size: 1.6rem;
}
}
@media only screen and (max-width: 480px) {
ul.topics-list li {
	float: none;
	width: 100%;
	margin-right: 0;
}
ul.topics-list li:nth-child(2n) {
	margin-right: 0;
}
}
@media only screen and (max-width: 768px) {
footer div.footer-sitemap div.inner {
	padding-left: 1em;
	padding-right: 1em;
}
footer div.footer-sitemap div.inner > ul > li:nth-child(2), footer div.footer-sitemap div.inner > ul > li:nth-child(3) {
	width: 100%;
	float: none;
}
footer div.footer-sitemap div.inner > ul > li {
	width: 100%;
	float: none;
}
footer div.footer-sitemap div.inner > ul > li div ul {
	float: none;
	width: 100%;
}
body.top footer div.information, footer div.information {
	font-size: 1.4rem;
	text-align: left;
}
body.top footer div.copyright, footer div.copyright {
	font-size: 1.2rem;
	text-align: left;
}
.topic-path ul {
	padding: 1em;
}
.topic-path ul li:first-child a {
	padding-left: 0;
}
div.column-wrap {
	top: 0;
	padding-bottom: 0;
}
div.main-column {
	float: none;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}
div.main-column div.contents-wrap div.contents div.inner {
	padding: 1em;
	background: #fff;
}
div.main-column div.contents-wrap div.contents {
	margin-bottom: 0;
}
aside.aside-column {
	border-right: none;
	box-sizing: border-box;
	float: none;
	height: auto;
	width: 100%;
	z-index: 1;
	background: #fff;
	position: relative;
	padding: 20px;
	top: 0;
	left: 0;
}
aside.aside-column.fixed {
	position: relative;
	height: auto;
	top: 0;
}
aside.aside-column div.guide-information table td a[href^="tel:"] {
	pointer-events: auto;
}
body.en div.column-wrap {
	top: 0;
}
body.en aside.aside-column {
	top: 0;
}
/* */
div.scroller {
	height: 50px;
	width: 50px;
}
div.scroller div.button {
	height: 50px;
	position: absolute;
	top: 0;
	width: 50px;
}
div.scroller div.button a {
	width: 50px;
	height: 50px;
}
footer {
	max-width: 100%;
	position: relative;
	width: 100%;
	z-index: 0;
}
footer div.contact-us {
	width: 100%;
}
ul.category-list li {
	float: none;
	width: 100%;
}
}
@media only screen and (max-width: 1000px) {
ul.category-list li {
	float: left;
	width: 49%;
	margin-right: 2%;
}
ul.category-list li:nth-child(2n) {
	margin-right: 0;
}
ul.category-list li:nth-child(4n) {
	margin-right: 0;
}
ul.category-list li:nth-child(n+4) {
	margin-bottom: 2.87%;
}
}
@media only screen and (max-width: 480px) {
ul.category-list li {
	float: none;
	width: 100%;
	margin-right: 0;
}
ul.category-list li:nth-child(2n) {
	margin-right: 0;
}
}
@media only screen and (max-width: 768px) {
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- categoryList */
div.categoryList ul.column {
	margin: 0 auto;
	padding: 0;
}
div.categoryList ul.column li {
	margin-right: 0;
	width: 100%;
}
div.categoryList div.article div.spot {
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	width: 20%;
	float: left;
	border-bottom: none;
}
div.categoryList div.article div.spot span {
	height: auto;
	width: 100%;
	display: table-cell;
}
div.categoryList div.article div.spot span img {
	display: inline;
	/* height: 100%; */
	max-width: 100%;
	position: relative;
	vertical-align: middle;
	width: 100%;
	z-index: 50;
}
div.categoryList div.article div.wrap {
	overflow: hidden;
	margin-bottom: 0;
	padding: 0.5em;
}
div.categoryList div.article div.headline {
	margin-bottom: 5px;
}
div.categoryList ul li a div.article div.description {
	margin-bottom: 0;
}
div.categoryList ul li a div.article div.more {
	display: none;
}
/* div.categoryUpdate ul li a div.entry div.wrap {
		overflow: hidden;
		margin-bottom: 0.5em;		
	}
	
	div.categoryUpdate ul li a div.entry div.headline {
		overflow: hidden;
	} */
ul.topics-list {
}
ul.topics-list li div.wrap {
	float: none;
}
section.contents {
	padding: 0; /* */
	box-shadow: none;
	border: none;
}
div.contents div.inner {
	padding: 0; /* */
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ English-Contents */
		/* ----- .greeting  ----- */
section.greeting {
	overflow: hidden;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 1em;
}
section.greeting div.director {
	width: 100%;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	text-align: center;
	margin-bottom: 1em;
}
section.greeting div.director div.thumbnail {
}
section.greeting div.director div.thumbnail img {
}
section.greeting div.director {
	font-weight: bold;
}
section.greeting div.description {
	float: none;
	width: 100%;
}
/* ----- .board-member  ----- */
section.board-member {
	overflow: hidden;
	padding-left: 1em;
	padding-right: 1em;
}
section.board-member div.inner {
}
section.board-member ul {
}
section.board-member ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	text-align: center;
}
section.board-member ul li:nth-child(3n) {
	margin-right: 2%;
}
section.board-member ul li:nth-child(2n) {
	margin-right: 0;
}
/* addition */
section.mainVisual + div.clearfix {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
section.greeting {
	width: calc(100%);
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	box-sizing: border-box;
}
section.greeting div.director {
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
section.board-member {
	width: calc(100% - 2em);
	float: none;
	box-sizing: border-box;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
}
@media only screen and (max-width: 480px) {
section.board-member ul li {
	float: none;
	width: 100%;
	margin-right: 0;
}
section.board-member ul li:nth-child(3n) {
	margin-right: 0;
}
section.board-member ul li:nth-child(2n) {
	margin-right: 0;
}
}
@media only screen and (max-width: 768px) {
section.board-member ul li div.thumbnail {
	overflow: hidden;
	width: 100%;
	padding-bottom: 0.5em;
}
section.board-member ul li div.thumbnail span {
	display: block;
	padding-top: 75%;
	position: relative;
	width: 100%;
}
section.board-member ul li div.thumbnail span img {
	left: 50%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transition: all 0.2s ease 0s;
}
section.board-member ul li div.member-information {
}
section.board-member ul li div.post {
	font-size: 1.4rem;
	margin-bottom: 0.5em;
}
section.board-member ul li div.name {
	font-size: 1.6rem;
}
}


@media only screen and (max-width: 768px) {
	div.banner-section ul {
		padding-left: 1em;
		padding-right: 1em;
		display: flex;
		
	}
	div.banner-section ul li {
		position: relative;
	}
	
	div.banner-section ul li::before {
 /*  border-right: 1px solid #ff4740;
  border-top: 1px solid #ff4740;
  content: "";
  height: 16px;
  right: 20px;
  margin: auto;
  position: absolute;
  bottom: 33px;
  transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  width: 16px; */
}
	
	
	div.banner-section ul li a {
		padding: 10px;
		box-sizing: border-box;
		display: block;
		height: 100%;
		
	}
	
	
	
	div.banner-section ul li a::before {
  display: none;
	}
	
div.banner-section ul li a > div.banner-thumbnail {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 0.05em solid #ccc;
	margin-bottom: 10px;
}
	
	div.banner-section ul li a > div.banner-title {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  -webkit-transform: none;
  white-space: normal;
  font-size: 1.3rem;
}

	
	
	
	
}

