@charset "UTF-8";

/* !foundation */
/* --------------------------- */
html,body {
	font-family:"游ゴシック", YuGothic,'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 500;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
}
html {
}
body {
	position: relative;
	color: #333;
}
a,
a img {
	color: #666;
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:visited {
	color: #999;
}
a:hover {
	color: #01408f;
	text-decoration: none;
}
a:focus,
a:active {
	color: #f39800;
	text-decoration: none;
	outline: none;
}
a:hover img {
	opacity: 0.6;
}
img {
	max-width: 100%;
	height: auto;
}
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0));
    margin: 36px 0;
    clear: both;
}

.clearfix:before,
.clearfix:after,
.inner:before,
.inner:after,
.contents:before,
.contents:after,
.cont:before,
.cont:after,
.main:before,
.main:after,
.wrap:before,
.wrap:after,
.postBody:before,
.postBody:after,
.boxBody:before,
.boxBody:after {
    content: " ";
    display: table;
}
  
.clearfix:after,
.inner:after,
.contents:after,
.cont:after,
.main:after,
.wrap:after,
.postBody:after,
.boxBody:after {
    clear: both;
}
  
/* IE6/7 support */
.clearfix,
.inner,
.contents,
.cont,
.main,
.wrap,
.boxBody {
    *zoom: 1;
}

/* material
--------------------------- */
.clearFloat {
	clear: both;
}
.floatLeft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.floatRight {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0.375em auto;
	text-align: center!important;
}
.sp {
	display: none;
}
.flexCont {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sList {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pagetop {
	position: fixed;
	right: 16px;
	bottom: -120px;
	width: 56px;
	height: 56px;
	background: rgba(0,82,164,.5) url(../imgs/common/icon_rokumonsen_white.png) center 8px no-repeat;
	box-sizing: border-box;
	padding-top: 36px;
	font-size: 0.7em;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	
}
.pagetop:hover {
	background-color: rgba(0,82,164,1);
	cursor: pointer;
}

/* !layout */
/* --------------------------- */
.gHeader {
	width: 100%;
	background: #fff;
	z-index: auto;
	padding-top: 24px;
}
.inner {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
main {
	position: relative;
	z-index: auto;
	padding: 0 0 40px;
}
.gFooter {
	position: relative;
	text-align: center;
	background: #f5f5f5;
	color: #666;
	padding: 0 0 1em;
}

/* !header */
/* --------------------------- */
.gHeader .flexCont {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	padding-bottom: 16px;
	font-family:"游明朝",YuMincho,'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',serif;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.siteTitle {
	width: 50%;
	-webkit-order: 2;
	order: 2;
	margin: 0;
	font-size: 1.875em;
	line-height: 1.375em;
	letter-spacing: 0.1em;
	text-align: center;
}
.siteTitle span {
	font-weight: normal;
	font-size: 0.6em;
	letter-spacing: 0;
}
.siteTitle a {
	color: #01408f;
	text-decoration: none;
}
.siteTitle a span {
	color: #333;
}
.siteTitle a:hover {
	opacity: 0.6;
}
.headerEn {
	order: 3;
	margin: 0;
	width: 25%;
	transform: translateY(-0.75em);
	text-align: right;
}
.headerRotary {
	order: 1;
	margin: 0;
	width: 25%;
	text-align: left;
}
.gNav {
	background: #f5f5f5;
	border-top: solid 1px #e6e6e6;
	box-shadow: inset 0 1px #fff;
	position: relative;
}
.gNav::after {
	content: "";
	display: block;
	width: 100%;
	height: 16px;
	background: linear-gradient(0deg, rgba(0,0,0,.0) 0%, rgba(0,0,0,.35) 100%);
	position: absolute;
	bottom: -16px;
	left: 0;
}
.gNav ul {
	padding: 4px 0;
	text-align: center;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: bold;
}
.gNav ul li {
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.gNav ul li a,
.gNav ul li a:visited {
	text-decoration: none;
	display: block;
	height: 60px;
	padding: 0 15px;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	color: #424242;
}
.gNav ul li+ li {
	border-left: solid 1px #c8c8c8;
}
.gNav ul li a:hover,
.report .gNav ul li:nth-of-type(2) a,
.greet .gNav ul li:nth-of-type(3) a,
.org .gNav ul li:nth-of-type(4) a,
.schedule .gNav ul li:nth-of-type(5) a,
.recept .gNav ul li:nth-of-type(6) a,
.kaihou .gNav ul li:nth-of-type(7) a,
.history .gNav ul li:nth-of-type(8) a {
	background: #01408f;
	color: #fff;
}
.gNav ul li a:hover img {
	opacity: 1;
}

/* !footer */
/* --------------------------- */
.footerNav {
	background: #01408f;
	color: #fff;
	padding: 1em 0;
	font-size: 0.75em;
	line-height: 1;
}
.footerNav li {
	display: inline-block;
}
.footerNav li + li {
	border-left: solid 1px #fff;
}
.footerNav li a {
	display: block;
	padding: 0.25em 0.75em;
	color: #fff;
}
.footerTitle {
	font-family:"游明朝",YuMincho,'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-size: 1.625em;
	line-height: 1.25em;
	margin-bottom: 16px;
}
.footerInfo {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0 0 1em;
	letter-spacing: 0.1em;
}
.copyright {
	margin: 0;
	letter-spacing: 0.1em;
}

/* !top */
/* --------------------------- */
.swiper-container {
	width: 100%;
	height: 640px;
}
.swiper-slide {
	max-width: 960px;
	background: #ccc;
	box-sizing: border-box;
	opacity: 0.5;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
}
.swiper-slide-active {
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.slideTitle {
	margin: 0;
	opacity: 0;
	-webkit-transition: all 0.8s ease 0.4s;
	transition: all 0.8s ease 0.4s;
	font-size: 2.625em;
	line-height: 1;
	font-family:"游明朝",YuMincho,'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-weight: 500;
}
.swiper-slide-active .slideTitle {
	opacity: 1;
}
.first-slide {
	background-image: url(../imgs/top/top_slider_first_bg.jpg);
}
.first-slide .slideTitle {
	margin-top: 42px;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: 0.1em;
}
.second-slide {
	background-image: url(../imgs/top/top_slider_second_bg.jpg);
}
.third-slide {
	background-image: url(../imgs/top/top_slider_third_bg.jpg);
}
.first-slide .slideTitle::after {
	content: "";
	display: block;
	width: 120px;
	height: 120px;
	background: url(../imgs/top/top_slider_rotary_white.png) 0 0 no-repeat;
	margin: 24px auto 0;
}
.second-slide .slideTitle {
	position: absolute;
	top: 138px;
	left: 224px;
	z-index: 1000;
}
.second-slide .slideTitle::after {
	content: "";
	display: block;
	width: 120px;
	height: 120px;
	background: url(../imgs/top/top_slider_rotary_yellow.png) 0 0 no-repeat;
	opacity: 0.5;
	position: absolute;
	top: -24px;
	right: -48px;
	z-index: 100;
}
.third-slide .slideTitle {
	color: #01408f;
}
.third-slide .slideTitle::before {
	content: "";
	display: block;
	width: 120px;
	height: 120px;
	background: url(../imgs/top/top_slider_rotary_yellow.png) 0 0 no-repeat;
	margin: 104px auto 32px;
}
.topMainTitle {
	margin: 40px auto 32px;
	text-align: left;
	font-family:"游明朝",YuMincho,'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-size: 2.125em;
	line-height: 1.375em;
	letter-spacing: 0.1em;
	color: #01408f;
	white-space: nowrap;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.topMainTitle span {
	vertical-align: middle;
	/* background: #01408f url(../imgs/common/icon_rokumonsen_white.png) 10px center no-repeat; */
	background: url('../imgs/common/title_bg_2024.png') left center no-repeat;
	background-size: auto 100%;
	color: #fff;
	font-size: 0.5em;
	font-family:"游ゴシック", YuGothic,'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 2.5em;
	letter-spacing: 0;
	height: 2.5em;
	margin: 0.125em 16px 0 0;
	width: 10em;
	padding-left: 64px;
	box-sizing: border-box;
}
.topMainTitle + .topMainTitle {
	margin-top: 0;
}
.home main {
	text-align: center;
}
.home main .inner {
	text-align: left;
}
.topCont {
	width: 470px;
	background: #fff;
	margin: 0 auto 0 0;
	overflow: hidden;
	box-shadow: inset 0 -24px 0 #f5f5f5, inset 24px 0 0 #f5f5f5, inset -24px 0 0 #f5f5f5;
}
.topCont + .topCont {
	margin: 0 0 0 auto;
}
.topContTitle {
	background: #f5f5f5;
	margin: 0;
	padding: 16px 24px 12px 40px;
	box-shadow: -24px 1px 0 rgba(0,0,0,.6);
	font-size: 1.125em;
	line-height: 1.25em;
	letter-spacing: 0.05em;
}
.topCont:first-of-type .topContTitle {
	color: #c1272d;
}
.infoList {
	padding: 16px 40px 32px;
	margin: 0 auto 40px;
	font-size: 0.875em;
	line-height: 1.375em;
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-height: 25em;
	overflow: auto;
}
.infoList dt {
	width: 22%;
	margin: 0 0 0.5em;
}
.infoList dd {
	width: 78%;
	margin: 0 0 0.5em;
}
.linkList {
	margin: 16px 40px 0;
	font-size: 1em;
	line-height: 56px;
	font-weight: bold;
	min-height: 344px;
}
.linkList li {
	height: 64px;
}
.linkList li + li {
	margin-top: 16px;
}
.linkList li a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	background: #fef2cc;
	text-decoration: none;
	color: #000;
	text-indent: 1em;
	position: relative;
}
.linkList li a:hover {
	background: #fcd866;
}
.linkList li a span {
	height: 54px;
	line-height: 54px;
	display: inline-block;
	background: #fff;
	border: solid 5px #fef2cc;
	text-indent: 0;
	margin: 0 1em 0 -1em;
	width: 110px;
	text-align: center;
	color: #666666;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.linkList li a:hover span {
	border-color: #fcd866;
}
.linkList li a::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 14px;
	border-color: transparent transparent transparent #fac000;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}

/* !lower */
/* --------------------------- */
.pageTitle {
	text-align: center;
	margin: 48px auto 40px;
	font-size: 2.625em;
	line-height: 1.25em;
	color: #01408f;
	font-family:"游明朝",YuMincho,'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.pageTitle::before,
.pageTitle::after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 34px;
	background: url(../imgs/common/icon_rokumonsen_yellow.png) 0 0 no-repeat;
	background-size: 100% auto;
	vertical-align: -3px;
	margin: 0 0.5em;
}

/* !report */
/* --------------------------- */
.postCont {
	background: #f5f5f5;
	margin: 0 auto 40px;
	padding: 40px;
}
.postBnr {
	text-align: center;
	margin: 0 auto 16px;
}
.postDate {
	text-align: center;
	font-size: 0.875em;
	line-height: 1;
	margin: 0 auto 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.postTitle {
	margin: 0 auto 8px;
	font-size: 1.875em;
	line-height: 1.5em;
	font-family:"游明朝",YuMincho,'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-weight: 500;
	text-align: center;
	color: #01408f;
}
.postBody {
	max-width: 640px;
	margin: 0 auto;
}
.postBody p,
.txt {
	margin: 1em auto 1em;
	font-size: 1em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	overflow: hidden;
	text-align: justify;
}
.postBody q {
	font-size: 1.2em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	overflow: hidden;
	text-align: justify;
	font-family:"游明朝",YuMincho,'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-style: italic;
}
/* !greet */
/* --------------------------- */
.greetPh {
	max-width: 140px;
	margin: 1em auto 0;
}
.greetPh figcaption {
	font-size: 0.85em;
	line-height: 1.375em;
	text-align: center;
	margin-top: 0.5em;
}
.greetPh figcaption strong {
	font-size: 1.375em;
	line-height: 1.5em;
}
.greetCont .postBody {
	margin: 0;
}
.greetCont .postBody p {
	text-indent: 1.1em;
}
/* !org */
/* --------------------------- */
.officerTable {
	min-width: 40%;
	margin: 0 auto 16px;
	font-size: 1em;
	line-height: 1.5em;
	border-collapse: collapse;
}
.officerTable caption {
	text-align: right;
	margin: 0 0 1em;
}
.officerTable thead {
	background: #ccdced;
}
.officerTable th,
.officerTable td {
	padding: 0.5em 1em;
}
.officerTable tr {
	border-bottom: solid 1px #999;
}
.officerTable tbody th {
	text-align: left;
}
.officerTable th + th,
.officerTable th + td,
.officerTable td + td,
.officerTable tr > td {
	border-left: solid 1px #ccc;
}
/* !schedule */
/* --------------------------- */
.officerTable.scheduleTable {
	font-size: 0.85em;
	line-height: 1.375em;
}
.officerTable.scheduleTable thead th {
	white-space: nowrap;
}
.officerTable.scheduleTable tbody th,
.officerTable.scheduleTable tr td:nth-of-type(1),
.officerTable.scheduleTable tr td:nth-of-type(2),
.officerTable.scheduleTable tr td:nth-of-type(3) {
	text-align: center;
}
.officerTable.scheduleTable tr:nth-of-type(even) td {
	background: #f9f9f9;
}
.officerTable.scheduleTable td strong {
	font-weight: normal;
	color: #ED1E79;
}
.officerTable.scheduleTable td em {
	font-style: normal;
	color: #01408f;
}
.officerTable.scheduleTable tbody tr:hover td {
	background: #ccdced;
}

/* !kaihou */
/* --------------------------- */
.tabNav {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	text-align: center;
	font-size: 0.8125em;
	line-height: 1.2em;
	font-weight: bold;
}
.tabNav li {
	width: 100%;
}
.tabNav li+li {
	margin-left: 1px;
}
.tabNav li a {
	text-decoration: none;
	width: 100%;
	display: block;
	background: #f5f5f5;
	padding: 1em 0;
	box-shadow: inset 0 -4px 8px rgba(0,0,0,.15);
	border-radius: 8px 8px 0 0;
}
.tabNav li a:hover,
.tabNav li a.active {
	box-shadow: none;
	color: #fff;
	background: #01408f;
}
.tabBody {
	display: none;
}
.kaihouCont {
	-webkit-justify-content: center;
	justify-content: center;
}
.bnList {
	min-width: 42.5%;
	margin: 0 8px 32px;
	background: #fff;
	box-shadow: 8px 8px 0 rgba(0,0,0,.15);
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.25em;
	text-align: center;
}
.bnList dt {
	padding: 0.5em 1em;
	color: #fff;
	background: #01408f;
}
.bnList dd {
	margin: 0;
	display: inline-block;
	padding: 1em 0.5em;
}
.bnList dd + dd {
	margin-left: -0.5em;
}

/* !sp */
/* --------------------------- */
@media screen and (max-width:768px) {
	/* !sp common */
	/* --------------------------- */
	.floatLeft,
	.floatRight,
	.alignleft,
	.alignright {
		display: block;
		text-align: center;
		float: none;
		margin: 16px auto;
	}
	.nosp {
		display: none;
	}
	.sp {
		display: block;
	}
	.flexCont {
		display: block;
	}
	.flexCont .content {
		width: auto;
		margin: 0 0 16px;
	}
	.flexCont .content .contBody {
		padding-right: 16px;
	}
	/* !sp layout */
	/* --------------------------- */
	body {
		overflow-x: hidden;
	}
	.gHeader {
		box-sizing: border-box;
		position: relative;
		padding: 0 8px;
		height: auto;
	}
	main {
		width: 100%;
		overflow-x: hidden;
	}
	.gFooter {
	}
	
}
@media screen and (min-width: 414px) and (max-width: 500px) {
}
@media screen and (min-width: 320px) and (max-width: 374px) {
	body {
		font-size: 0.85em;
	}
}
@media screen and (min-width: 1366px) {
}
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {
}
@media only screen and (min-width: 768px) and (orientation:portrait){

}