
/***** CSS Document  *****/

@media print {
	.drawer-toggle,
	.drawer-hamburger,
	.drawer-nav {
		display: none;
		visibility: hidden;
	}
}


/***** Common *****/

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

p,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
table,
tr,
td,
form,
dl {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	border: 0;
}

img [class*="wp-image-"],
img [class*="attachment-"],
img.size-full {
	max-width: 100%;
	height: auto;
	margin: 0 auto 10px auto;
}

.img_border {
	border: 1px solid #eee;
	margin: 10px 20px;
}

br {
	margin: 0;
	padding: 0;
}

hr {
	clear: both;
	height: 1px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #e0e0e0;
	overflow: hidden;
}

body {
	background: #fff;
	margin: 0;
	line-height: 1.8;
	font-size: 100%;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	color: #000;
	text-align: center;
}

_:lang(x)::-ms-backdrop,
.selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
strong,
th,
dt,
button,
.strong {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
	font-weight: 600;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tal {
	text-align: left !important;
}

.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pb70 {
	padding-bottom: 70px !important;
}

.small {
	font-size: 85% !important;
}

.large {
	font-size: 120% !important;
}

@media screen and (max-width: 520px) {
	.large {
		font-size: 11.5pt !important;
	}
}

.italic {
	font-style: italic;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

.fa {
	color: #000;
}

ul,
dl {
	list-style: none;
}

.red {
	color: #e70000;
}

.sea {
	color: #1585aa;
}

.sp,
.sp2 {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

@media screen and (max-width: 520px) {
	.sp2 {
		display: block !important;
	}
}

.ofi {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.ofi_contain {
	object-fit: contain;
	font-family: 'object-fit: contain;'
}

span.marker {
	background: linear-gradient(transparent 70%, #10c9da 70%);
}

span.marker:before,
span.marker:after {
	content: "\00A0";
}

span.circle {
	height: 26px;
	width: 26px;
	border-radius: 50%;
	line-height: 26px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	background-color: #00b9ca;
	display: inline-block;
}

.lt {
	text-decoration: line-through;
}


/***** Hyper link *****/

a {
	color: #089;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.blank {
	background: url(../images/icon_blank.png) no-repeat top right;
	padding-right: 12px;
}

a.button:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

a i.fa-window-restore {
	font-size: 90%;
}

.link_text,
.list_link_text {
	margin: 0.75em 0;
	position: relative;
	padding-left: 1.5em;
}

.link_text:before,
.list_link_text:before {
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	top: 0.6em;
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

a.pdf:after,
.link_text.pdf:after,
.list_link_text .pdf:after {
	content: "PDF";
	display: inline-block;
	font-size: 12px;
	background: #e70000;
	color: #fff;
	padding: 0 0.5em;
	margin-left: 0.75em;
	position: relative;
	top: -1px;
}

a.docx:after,
.link_text.docx:after,
.list_link_text .docx:after {
	content: "DOCX";
	display: inline-block;
	font-size: 12px;
	background: #2a5598;
	color: #fff;
	padding: 0 0.5em;
	margin-left: 0.75em;
	position: relative;
	top: -1px;
}

a.xlsx:after,
.link_text.xlsx:after,
.list_link_text .xlsx:after {
	content: "XLSX";
	display: inline-block;
	font-size: 12px;
	background: #1f6f43;
	color: #fff;
	padding: 0 0.5em;
	margin-left: 0.75em;
	position: relative;
	top: -1px;
}


/***** Drawer *****/

@media screen and (min-width: 768px) {
	.drawer-toggle,
	.drawer-hamburger,
	.drawer-nav {
		display: none;
		visibility: hidden;
	}
}

@media screen and (max-width: 768px) {
	.drawer-toggle,
	.drawer-hamburger,
	.drawer-nav {
		display: block;
		visibility: visible;
	}
}

#drawer {
	padding-bottom: 30px;
}

#drawer_logo {
	width: 100%;
	height: 76px;
	overflow: hidden;
	background: #fff;
}

.drawer_menu {
	position: relative;
	overflow: hidden;
}

.drawer_menu li {
	position: relative;
	float: left;
	width: 42%;
	padding: 5px 4% 5px 4%;
	background: #213646;
	border-bottom: 1px solid #415666;
	text-align: left;
	font-size: 10pt;
}
/*
.drawer_menu li:nth-child(n+2)::after {
	position: absolute;
	top: 0;
	right: 0;
	content:"";
	display: inline-block;
	width: 1px;
	height: 100%;
	background: #415666;
}
*/
.drawer_menu li:nth-child(1),
.drawer_menu li:nth-child(n+4) {
        width: calc(42% - 1px);
        border-right: 1px solid #415666;
}

.drawer_menu li.home {
	width: 90%;
}

.drawer_menu li.lang {
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	padding: 5px 0;
	background: #617686;
	border-bottom: 1px solid #617686;
	text-align: center;
}

.drawer_menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.drawer_menu li a.blank {
	background: url(../images/icon_blank.png) no-repeat;
	background-position: top 4px right;
}

#drawer h1 {
	margin: 10px 0 0 4%;
	font-family: "Yu Mincho", "YuMincho", 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: 15pt;
	line-height: 1.0;
	text-align: left;
}

#drawer h1 a {
	color: #000;
	text-decoration: none;
}

#drawer h1 img {
	width: 90px;
	margin: 0 0 8px 0;
	vertical-align: middle;
}

#drawer .ac_container {
	width: 100%;
	text-align: left;
}

#drawer .ac_container .ac_title {
	position: relative;
	margin: 0;
	padding: 6px 0 6px 4%;
	background-color: #fff;
	border-bottom: 1px solid #e3e3e3;
	font-size: 10.5pt;
	font-weight: normal;
	color: #000;
	cursor: pointer;
}

#drawer .ac_container .ac_title:hover,
#drawer .ac_container .ac_title:active,
#drawer .ac_title.open { 
	background-color: #fff;
}

#drawer .ac_container .ac_title:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 38%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 6px;
	height: 6px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#drawer .ac_container .ac_title.open:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 45%;
}

#drawer .ac_content {
	background: #ecf0f2;
	padding: 7px;
	border-bottom: 1px solid #e3e3e3;
	overflow: hidden;
}

#drawer .ac_content li {
	font-size: 10pt;
	line-height: 1.3;
}

#drawer .ac_content li a {
	float: left;
	width: 45%;
	padding: 5px 3% 5px 2% !important;
	color: #000;
}

#drawer .ac_content li a.blank {
	background: url(../images/icon_blank.png) no-repeat;
	background-position: top 6px right 2%;
}

#drawer p {
	padding: 20px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 8pt;
	font-weight: 400;
	color: #fff;
}


/***** Background *****/

.bg_line {
	background: url(../images/bg_line.png) repeat center center;
	overflow: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.bg_gray {
	background: #ecf0f2;
}


/***** Header *****/

#header {
	width: 100%;
	height: 88px;
	position: absolute;
	top: 0;
	z-index: 80;
	overflow: hidden;
}

#header h2 {
	position: absolute;
	top: 31px;
	left: 30px;
	line-height: 1.0;
}

#header h1 {
	position: absolute;
	top: 36px;
	left: 168px;
	font-family: "Yu Mincho", "YuMincho", 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: 18pt;
	line-height: 1.0;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
}

#header h1 a {
	display: block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	color: #fff;
}

#header h1 a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1140px) {
	#header h2 {
		left: 20px;
	}
	#header h1 {
		left: 155px;
		font-size: 17pt;
	}
}

@media screen and (max-width: 1024px) {
	#header h2 img {
		width: 36px;
		height: 33px;
		object-fit: cover;
		object-position: 0 100%;
	}
	#header h1 {
		left: 65px;
	}
}

@media screen and (max-width: 768px) {
	#header h2 {
		top: 21px;
		left: 15px;
	}
	#header h2 img {
		width: 100%;
		height: auto;
	}
	#header h1 {
		top: 26px;
		left: 150px;
		font-size: 16pt;
	}
}

@media screen and (max-width: 480px) {
	#header h2 {
		top: 8px;
		left: 15px;
		width: 80px;
	}
	#header h1 {
		top: 38px;
		left: 15px;
		font-size: 15pt;
	}
}

#main_menu {
	position: absolute;
	top: 54px;
	right: 70px;
	display: flex;
	/**/
}

#main_menu li {
	display: inline-block;
	font-size: 12pt;
	margin-left: 30px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
}

@media screen and (max-width: 1280px) {
	#main_menu {
		right: 60px;
	}
	#main_menu li {
		margin-left: 22px;
	}
}

@media screen and (max-width: 1200px) {
	#main_menu li {
		margin-left: 17px;
	}
}

@media screen and (max-width: 1080px) {
	#main_menu li {
		font-size: 11.5pt;
	}
}

#main_menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	height: 32px;
}

#sub_menu {
	position: absolute;
	top: 15px;
	right: 70px;
	display: flex;
	/**/
}

#sub_menu li {
	display: inline;
	font-size: 11pt;
	margin-left: 22px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
}

@media screen and (max-width: 1280px) {
	#sub_menu {
		right: 60px;
	}
	#sub_menu li {
		margin-left: 17px;
	}
}

@media screen and (max-width: 1200px) {
	#sub_menu li {
		font-size: 10.5pt;
		margin-left: 15px;
	}
}

@media screen and (max-width: 1080px) {
	#sub_menu li {
		font-size: 9.5pt;
		margin-left: 10px;
	}
}

@media screen and (max-width: 768px) {
	#main_menu,
	#sub_menu {
		display: none;
	}
}

#sub_menu li a {
	color: #fff;
	text-decoration: none;
}

#sub_menu li a:hover {
	text-decoration: underline;
}

.panel {
	position: absolute;
	left: 0;
	top: 88px;
	width: 100%;
	min-height: 212px;
	background-color: rgba(23, 44, 60, 1.0);
	box-sizing: border-box;
	z-index: 200;
	display: none;
	overflow: hidden;
	padding: 20px 0;
}

.panel>div {
	width: 20%;
	padding: 15px 0;
	overflow: hidden;
	text-align: left;
	position: absolute;
	top: 48%;
	left: 5%;
	transform: translateY(-48%);
	-webkit-transform: translateY(-48%);
}

.panel .boxes {
	position: relative;
	left: 30%;
	width: 70%;
	padding: 15px 0;
	overflow: hidden;
	text-align: left;
}

.panel .boxes>li {
	float: left;
	width: 50%;
}

.panel .boxes>li.col3 {
	float: left;
	width: 100%;
}

.panel h3 {
	font-size: 150%;
	line-height: 1.5;
	color: #fff;
}

.panel p {
	margin-top: 10px;
	font-size: 80%;
	color: #fff;
}

.panel h4 {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 12pt;
	color: #fff;
}

@media screen and (max-width: 1080px) {
	.panel h4 {
		font-size: 11.5pt;
	}
}

.panel h4:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 30px;
	height: 2px;
	left: 0;
	background-color: #00b9ca;
}

.panel h4 a {
	display: block;
	padding-right: 50px;
	background: url(../images/arrow_wh_r.svg) no-repeat center right;
	color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.panel h4 a:hover {
	padding-right: 60px;
	text-decoration: none;
}

.panel .boxes>li>ul>li {
	width: 45%;
	display: inline-block;
	font-size: 85%;
	line-height: 1.3;
	padding: 7px 0;
	vertical-align: top;
}

@media screen and (max-width: 1080px) {
	.panel .boxes>li>ul>li {
		font-size: 83%;
	}
}

.panel .boxes>li.col3>ul>li {
	width: 32.5%;
}

.panel .boxes>li>ul>li>a {
	color: #fff;
	text-decoration: none;
}

.panel .boxes>li>ul>li>a:hover {
	text-decoration: underline;
}

#main_menu .b1 .active,
#main_menu .b2 .active,
#main_menu .b3 .active,
#main_menu .b4 .active {
	border-bottom: solid 2px #35acd1;
}


/***** Fixed button *****/

#button_search,
#button_lang {
	position: fixed;
	right: 0;
	width: 44px;
	border: none;
	color: #fff;
	font-weight: 400;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	cursor: pointer;
	outline: none;
	font-size: 10pt;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
}

#button_search {
	top: 0;
	height: 44px;
	background-color: #00b9ca;
}

#button_search:hover {
	background-color: #10c9da;
	text-decoration: none;
}

#button_lang {
	top: 44px;
	height: 44px;
	background-color: #222;
}

#button_lang:hover {
	background-color: #333;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	#button_search {
		width: 38px;
		height: 38px;
	}
	#button_lang {
		display: none;
	}
}


/***** Search box *****/

.search_box {
	position: fixed;
	right: 44px;
	height: 44px;
	background: #fff;
	display: none;
	z-index: 250;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .13);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .13);
	-ms-box-shadow: 0 2px 4px rgba(0, 0, 0, .13);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .13);
}

.search_box>div {
	background: #fff;
	padding: 7px 12px 7px 20px;
}

@media screen and (max-width: 1140px) {
	.search_box>div {
		padding: 7px 12px 7px 20px;
	}
}

@media screen and (max-width: 768px) {
	.search_box {
		right: 38px;
		height: 38px;
	}
	.search_box>div {
		padding: 0px 12px 0px 20px;
	}
}

@media screen and (max-width: 480px) {
	.search_box>div {
		padding: 0 1px 0 10px;
	}
}

#search_area .gsc-control-cse {
	padding: 0;
	background: none;
	border: none;
}


/* テキストボックスに文字入力したときに出る「×」マークの位置調整用の指定 */

#search_area .gsc-search-box {
	position: relative;
	margin-bottom: 0;
}

#search_area .gsc-search-box tr,
#search_area .gsc-search-box td {
	display: block;
}

#search_area .gsc-search-box .gsc-input-box {
	background-color: transparent;
}

@media screen and (max-width: 1140px) {
	#search_area .gsc-search-box .gsc-input-box {
		background-color: transparent;
	}
}


/* テキストボックスの親要素。width指定しつつfloatで左寄せ */

#search_area .gsc-search-box td.gsc-input,
#search_area .gsc-search-box td.gsc-input .gstl_50 {
	box-sizing: border-box;
	width: 500px !important;
	padding: 0 !important;
	margin-right: 10px;
	vertical-align: top;
	float: left;
}

#search_area .gsc-search-box .gsib_a {
	padding: 0;
	border: 0;
	width: 500px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/* テキストボックスのデザイン設定 */

#search_area .gsc-search-box input#gsc-i-id1 {
	padding: 0.5em 1em !important;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #f0f0f0 !important;
	background-position: 15px center !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 10pt;
}

@media screen and (max-width: 480px) {
	#search_area .gsc-search-box input#gsc-i-id1 {
		padding: 0.45em 0.9em !important;
		font-size: 9.5pt;
	}
	#search_area .gsc-search-box td.gsc-input,
	#search_area .gsc-search-box td.gsc-input .gstl_50 {
		width: 240px !important;
		margin-top: -1px !important;
	}
	#search_area .gsc-search-box .gsib_a {
		width: 240px;
	}
}

#search_area .gsc-search-box td#gs_tti51 {
	margin-bottom: 5px;
}


/* ボタンの親要素。width指定しつつfloatで左寄せ */

#search_area .gsc-search-box td.gsc-search-button {
	float: left;
	width: 25px;
}


/* テキストボックスに文字入力したときに出る「×」マークの位置調整 */

#search_area .gsc-search-box .gsib_b {
	position: absolute;
	width: 20px;
	top: 1px;
	right: 50px;
}

@media screen and (max-width: 1140px) {
	#search_area .gsc-search-box .gsib_b {
		top: 5px;
	}
}


/* デフォルトで設定されている(疑似的な)テキストボックスの
デザイン設定を解除 */

#search_area .gsc-search-box .gsc-input-box,
#search_area .gsc-search-box .gsc-input-box-hover,
#search_area .gsc-search-box .gsc-input-box-focus {
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}


/* 検索ボタンの背景をボタンのように見せかける */

#search_area .gsc-search-box .gsc-search-button {
	position: relative;
	cursor: pointer;
}


/* 検索ボタンを透明化し背景のみを表示させる */

#search_area .gsc-search-box button.gsc-search-button-v2,
#search_area .gsc-search-box button.gsc-search-button {
	border: 0px;
	padding: 0;
	margin: 5px 0 0 -10px;
	width: 16px;
	height: 16px;
	background: url(../images/icon_search_bl.svg) no-repeat #fff;
	outline: none;
}

@media screen and (max-width: 1140px) {
	#search_area .gsc-search-box button.gsc-search-button-v2,
	#search_area .gsc-search-box button.gsc-search-button {
		margin-top: 7px;
	}
}

@media screen and (max-width: 480px) {
	#search_area .gsc-search-box button.gsc-search-button-v2,
	#search_area .gsc-search-box button.gsc-search-button {
		margin-top: 11px;
	}
}

#search_area .gsc-search-box button.gsc-search-button-v2 svg,
#search_area .gsc-search-box button.gsc-search-button svg {
	display: none;
}

.gsc-results-wrapper-overlay {
	top: 90px !important;
	height: 65% !important;
}

.gsc-webResult .gsc-result {
	text-align: left;
}


/***** News ticker *****/

.news_ticker {
	position: relative;
	left: 40px;
	top: -100px;
	margin-bottom: -50px;
	background: rgba(255, 255, 255, 0.9);
	width: 800px;
	height: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	z-index: 250;
	font-size: 80%;
}

.news_ticker p {
	display: block;
	position: relative;
	background: #00b9ca;
	width: 150px;
	height: 55px;
	margin-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.news_ticker ul {
	display: block;
	position: relative;
	height: 40px;
	width: 610px;
	overflow: hidden;
}

.news_ticker ul li {
	position: absolute;
	top: -999em;
	left: 0;
	display: table;
	white-space: nowrap;
	height: 40px;
}

.news_ticker ul li a {
	color: #000 !important;
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width: 1140px) {
	.news_ticker {
		left: 30px;
		width: 640px;
		height: 45px;
	}
	.news_ticker p {
		width: 130px;
		height: 45px;
	}
	.news_ticker ul {
		height: 40px;
		width: 470px;
	}
}

@media screen and (max-width: 768px) {
	.news_ticker {
		left: 0;
		top: -45px;
		width: 100%;
	}
	.news_ticker p {
		width: 120px;
		margin-right: 15px;
	}
	.news_ticker ul {
		width: 78%;
	}
}

@media screen and (max-width: 480px) {
	.news_ticker {
		left: 0;
		top: -40px;
		height: 40px;
	}
	.news_ticker p {
		width: 60px;
		height: 40px;
	}
	.news_ticker p span {
		display: none;
	}
	.news_ticker ul {
		width: 78%;
		height: 40px;
	}
}


/***** Scroll down *****/

.scroll_down {
	position: absolute;
	top: 570px;
	right: 10px;
	z-index: 160;
	color: #fff;
}

.scroll_down span {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 77%;
	letter-spacing: 2px;
	transform: rotate(90deg);
	display: block;
	color: #fff;
	width: 30px;
}

.scroll_down:hover {
	text-decoration: none;
}

.scroll_down:after {
	content: "";
	position: absolute;
	top: 65px;
	right: 15px;
	width: 1px;
	height: 80px;
	background: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.scroll_down:hover:after {
	top: 75px;
}

@media screen and (max-width: 1140px) {
	.scroll_down {
		top: 480px;
	}
}

@media screen and (max-width: 768px) {
	.scroll_down {
		top: 360px;
		right: 5px;
	}
	.scroll_down:after {
		height: 50px;
	}
}

@media screen and (max-width: 480px) {
	.scroll_down {
		top: 250px;
		right: 3px;
	}
	.scroll_down span {
		font-size: 70%;
	}
}


/***** Main visual *****/

.swiper-container {
	width: 100%;
	height: 840px;
	overflow: hidden;
}

.swiper-slide {
	position: relative;
}

.swiper-slide:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.25);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.swiper-slide img {
	width: 100%;
	height: 840px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	/*IE用*/
}

.swiper-text {
	position: absolute;
	top: 250px;
	left: 40px;
	z-index: 140;
	text-align: left;
	color: #fff;
}

.swiper-text p {
	margin-top: 40px;
	font-family: "Yu Mincho", "YuMincho", 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: 15pt;
	line-height: 1.75;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
}

@media screen and (max-width: 1140px) {
	.swiper-container,
	.swiper-slide img {
		height: 720px;
	}
	.swiper-text {
		left: 30px;
		width: 480px;
	}
	.swiper-text p {
		margin-top: 30px;
		font-size: 13pt;
		line-height: 1.65;
	}
}

@media screen and (max-width: 768px) {
	.swiper-container,
	.swiper-slide img {
		height: 600px;
	}
	.swiper-text {
		top: 180px;
		width: 340px;
	}
	.swiper-text p {
		margin-top: 15px;
		font-size: 11pt;
		line-height: 1.6;
	}
}

@media screen and (max-width: 480px) {
	.swiper-container,
	.swiper-slide img {
		height: 420px;
	}
	.swiper-text {
		left: 15px;
		top: 135px;
		width: 260px;
	}
	.swiper-text p {
		font-size: 10.5pt;
	}
}


/***** News *****/

#news {
	margin-top: 60px;
	overflow: hidden;
	position: relative;
}

#news table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	font-size: 85%;
}

#news table th,
#news table td {
	vertical-align: top;
	text-align: left;
}

#news table td img {
	vertical-align: middle;
    margin-bottom: 2px;
    margin-left: 10px;
}

#news table th {
	width: 220px;
	padding: 7px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	#news table th {
		width: 200px;
	}
}

@media screen and (max-width: 480px) {
	#news {
		margin-top: 50px;
	}
	#news .title_slash {
		left: 47%;
		transform: translateX(-47%);
		-webkit-transform: translateX(-47%);
		-ms-transform: translateX(-47%);
	}
	#news table th {
		width: 100px;
	}
}

.category {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight: 400;
	font-size: 80%;
	padding: 1px 0;
	min-width: 90px;
	color: #00b9ca;
	border: 1px solid #00b9ca;
	display: inline-block;
	text-align: center;
	margin-left: 20px;
}

@media screen and (max-width: 480px) {
	.category {
		min-width: 80px;
		margin-left: 15px;
	}
	#news table th .category {
		margin-left: 0;
	}
}

#news table td {
	padding: 7px 0;
}

#news table td a {
	color: #000;
}

.status {
	margin-top: 20px
}

.end {
	display: inline-block;
	background: #000;
	padding: 1px 10px;
	color: #fff;
	font-size: 9pt
}

#news table td .end {
	margin-right: 15px;
}

.status .end {
	margin-left: 20px;
	font-size: 80%;
	padding: 1px 0;
	min-width: 90px;
	border: 1px solid #000;
	text-align: center;
}


/***** Tab *****/

.tabs {
	position: absolute;
	top: 17px;
	right: 0;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tab {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
	text-align: center;
	font-weight: 600;
	font-size: 10.5pt !important;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.tab.active {
	background-color: #cbf7f7;
	padding: 0 15px;
}

.tab_content {
	display: none;
	margin-top: 45px;
}

.tab_content.show {
	display: block;
}

@media screen and (max-width: 768px) {
	.tab {
		height: 28px;
		line-height: 28px;
		font-size: 10pt !important;
	}
	.tab.active {
		padding: 0 13px;
	}
}

@media screen and (max-width: 480px) {
	.tabs {
		top: 60px;
		right: 0;
		left: 0;
		text-align: center;
		margin: 0;
	}
	.tab {
		height: 26px;
		line-height: 26px;
		margin-left: 15px;
	}
	.tab.active {
		padding: 0 11px;
	}
	.tab_content_wrap {
		padding-top: 20px;
	}
}

.tabs_wrap {
	position: relative;
	margin-top: 30px;
}

.tabs_wrap .tabs {
	position: relative;
	top: 17px;
	right: 0;
	text-align: right;
}

.tabs_wrap .tab {
	margin-left: 20px;
	font-size: 11pt !important;
}

@media screen and (max-width: 480px) {
	.tabs_wrap .tabs {
		right: 0;
		left: 0;
		text-align: center;
		margin-bottom: -20px;
	}
	.tabs_wrap .tab {
		margin-left: 7px;
		margin-right: 7px;
		font-size: 10.5pt !important;
	}
}


/***** Introduction *****/

#introduction {
	position: relative;
	width: 100%;
	height: 765px;
	margin-top: 50px;
}

#introduction_photo {
	position: absolute;
	left: 0;
	z-index: 70;
	width: 56%;
	font-size: 0;
}

#introduction_photo img {
	width: 100%;
}

#introduction_in {
	position: absolute;
	right: 0;
	top: 75px;
	width: 75%;
	min-height: 640px;
	background: rgba(144, 87, 139, 0.9);
	z-index: 50;
}

#introduction_box {
	position: absolute;
	left: -100px;
	bottom: -50px;
	z-index: 80;
	width: 200px;
	height: 200px;
	background: rgba(186, 131, 183, 0.85);
}

#introduction_text {
	position: absolute;
	right: 5%;
	top: 40%;
	-webkit-transform: translateY(-40%);
	transform: translateY(-40%);
	width: 48%;
	color: #fff;
}

#introduction_in h2 {
	font-family: "Yu Mincho", "YuMincho", 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: 280%;
	line-height: 1.4;
	text-align: left;
}

#introduction_in p {
	margin-top: 25px;
	line-height: 2.0;
	text-align: left;
}

@media screen and (max-width: 1140px) {
	#introduction {
		height: 665px;
	}
	#introduction_photo {
		width: 46%;
	}
	#introduction_in {
		min-height: 540px;
	}
	#introduction_box {
		width: 160px;
		height: 160px;
	}
	#introduction_text {
		right: 4%;
		width: 62%;
	}
	#introduction_in h2 {
		font-size: 27pt;
	}
	#introduction_in p {
		line-height: 1.7;
	}
}

@media screen and (max-width: 768px) {
	#introduction_photo img {
		height: 400px;
		object-fit: cover;
	}
	#introduction_in {
		top: 50px;
		height: 500px;
	}
	#introduction_in h2 {
		font-size: 22pt;
	}
	#introduction_in p {
		font-size: 90%;
	}
}

@media screen and (max-width: 480px) {
	#introduction_photo {
		width: 70%;
	}
	#introduction_photo img {
		height: 180px;
	}
	#introduction_in {
		top: 50px;
		width: 86%;
		height: 580px;
	}
	#introduction_text {
		right: 4%;
		width: 90%;
	}
	#introduction_in h2 {
		margin-top: 120px;
		font-size: 18pt;
	}
	#introduction_in p {
		font-size: 85%;
	}
	#introduction_box {
		left: -16.5%;
		bottom: -40px;
		width: 80px;
		height: 80px;
	}
}


/***** Movie *****/

#movie {
	position: relative;
	margin-top: 70px;
	padding-bottom: 30px;
}

#movie .title_slash {
	margin-top: -30px;
}

.movie_area {
	overflow: hidden;
	font-size: 0;
}

.movie_area figure {
	position: relative;
	width: 360px;
	margin: 30px 16px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.movie_area img {
	position: relative;
	width: 100%;
	z-index: 50;
}

.movie_area figure:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../images/movie_play.png) no-repeat;
	background-position: top 40% center;
	z-index: 100;
}

.movie_area figcaption {
	margin-top: 10px;
	font-size: 10.5pt;
	font-weight: 600;
}

@media screen and (max-width: 1146px) {
	.movie_area figure {
		width: 300px;
		margin: 30px 10px;
	}
}

@media screen and (max-width: 980px) {
	.movie_area figure {
		width: 31%;
		margin: 30px 1%;
	}
	.movie_area figcaption {
		font-size: 10pt;
	}
	.movie_area figure:after {
		background-size: 18%;
		background-position: top 30% center;
	}
}

@media screen and (max-width: 480px) {
	.movie_area figure {
		margin: 10px 1%;
	}
	.movie_area figcaption {
		font-size: 9.5pt;
	}
	.movie_area figure:after {
		background-position: top 19% center;
	}
}

.movie_area a {
	color: #000;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	outline: none;
}

.movie_area a:hover {
	text-decoration: none;
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}


/***** Teaser *****/

.teaser_area {
	margin-top: 80px;
	overflow: hidden;
}

.teaser_area ul {
	margin-top: 30px;
}

.teaser_area ul li {
	position: relative;
}

.teaser_area a {
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
}

.teaser_area .teaser {
	width: 33.3%;
	height: 300px;
	float: left;
	background-size: cover;
	color: #fff;
	position: relative;
	z-index: 10;
}

.teaser_area .teaser_s {
	width: 100%;
	height: 200px;
	float: left;
	background-size: cover;
	color: #fff;
	position: relative;
	z-index: 10;
}

.teaser_area .teaser_01,
.teaser_area .teaser_02,
.teaser_area .teaser_03,
.teaser_area .teaser_04,
.teaser_area .teaser_05,
.teaser_area .teaser_06,
.teaser_area .teaser_07,
.teaser_area .teaser_08 {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.teaser_area .teaser_01 {
	background: url(../images/teaser_01.jpg) no-repeat center center;
}

.teaser_area .teaser_02 {
	background: url(../images/teaser_02.jpg) no-repeat center center;
}

.teaser_area .teaser_03 {
	background: url(../images/teaser_03.png) no-repeat center center #fff;
}

.teaser_area .teaser_04 {
	background: url(../images/teaser_04.jpg) no-repeat;
	background-size: 100%;
	background-position: bottom 30% center;
}

.teaser_area .teaser_05 {
	background: url(../images/teaser_05.png) no-repeat center center #e2f2f2;
}

.teaser_area .teaser_06 {
	background: url(../images/teaser_06.png) no-repeat center center #e8eaf8;
}

.teaser_area .teaser_07 {
	background: url(../images/teaser_07.png) no-repeat center center #f7e8ef;
}

.teaser_area .teaser_08 {
	background: url(../images/teaser_08.jpg) no-repeat;
	background-position: right center;
	background-size: cover;
}

.teaser_area .teaser_01:after,
.teaser_area .teaser_02:after,
.teaser_area .teaser_03:after,
.teaser_area .teaser_04:after,
.teaser_area .teaser_05:after,
.teaser_area .teaser_06:after,
.teaser_area .teaser_07:after,
.teaser_area .teaser_08:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.teaser_area .teaser_01:after,
.teaser_area .teaser_02:after,
.teaser_area .teaser_04:after {
	background: rgba(0, 0, 0, 0.2);
}

.teaser_area .teaser_03:after,
.teaser_area .teaser_05:after,
.teaser_area .teaser_06:after,
.teaser_area .teaser_07:after,
.teaser_area .teaser_08:after {
	background: rgba(0, 0, 0, 0.03);
}

.teaser_area .teaser_01:hover,
.teaser_area .teaser_02:hover,
.teaser_area .teaser_03:hover,
.teaser_area .teaser_04:hover,
.teaser_area .teaser_05:hover,
.teaser_area .teaser_06:hover,
.teaser_area .teaser_07:hover,
.teaser_area .teaser_08:hover {
	text-decoration: none;
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}

.teaser_area h3 {
	display: inline-block;
	width: 80%;
	font-size: 17pt;
	line-height: 1.4;
	position: absolute;
	left: 0;
	right: 0;
	top: 49%;
	-webkit-transform: translate(0, -49%);
	-ms-transform: translate(0, -49%);
	transform: translate(0, -49%);
	margin: 0 auto;
}

.teaser_area h3 span {
	font-size: 12pt;
}

.teaser_area h3>div {
	font-size: 9.5pt;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.2;
	border-top: 2px solid #fff;
	padding-top: 20px;
	margin-top: 20px;
}

.teaser_area h3>div.jp {
	font-size: 11pt;
	letter-spacing: 0;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

@media screen and (max-width: 1140px) {
	.teaser_area {
		margin-top: 50px;
	}
	.teaser_area .teaser {
		height: 240px;
	}
	.teaser_area .teaser_s {
		height: 180px;
	}
	.teaser_area h3>div {
		padding-top: 15px;
		margin-top: 15px;
	}
	.teaser_area .teaser_03 {
		background-size: 70%;
	}
	.teaser_area .teaser_05,
	.teaser_area .teaser_07 {
		background-size: 70%;
	}
	.teaser_area .teaser_06 {
		background-size: 55%;
	}
	.teaser_area h3 {
		font-size: 15pt;
	}
	.teaser_area h3 span {
		font-size: 11pt;
	}
}

@media screen and (max-width: 768px) {
	.teaser_area .teaser {
		height: 210px;
	}
	.teaser_area .teaser_s {
		height: 130px;
	}
	.teaser_area h3 {
		width: 90%;
		font-size: 13.5pt;
	}
	.teaser_area h3 span {
		font-size: 10.5pt;
	}
}

@media screen and (max-width: 480px) {
	.teaser_area ul {
		margin-top: 15px;
	}
	.teaser_area .teaser {
		width: 100%;
		height: 100px;
		border-bottom: 1px solid #fff;
	}
	.teaser_area .teaser_s {
		width: 100%;
		height: 100px;
		border-bottom: 1px solid #fff;
	}
	.teaser_area .teaser_03,
	.teaser_area .teaser_06 {
		background-size: 45%;
	}
	.teaser_area .teaser_05,
	.teaser_area .teaser_07 {
		background-size: 70%;
	}
	.teaser_area h3 {
		font-size: 13pt;
	}
	.teaser_area h3 span {
		font-size: 9pt;
	}
	.teaser_area h3>div {
		padding-top: 5px;
		margin-top: 5px;
		font-size: 7.5pt;
	}
}


/***** Button *****/

.button_roman {
	position: relative;
	min-width: 130px;
	background: url(../images/arrow_bl_r.svg) no-repeat;
	background-position: top 45% right 7px;
	line-height: 1.2;
	border: 1px solid #000;
	padding: 11px 25px 11px 15px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 88%;
	cursor: pointer;
	outline: none;
	display: inline-block;
	text-align: center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.button_roman:hover {
	background-position: top 45% right 2px;
	text-decoration: none;
}

@media screen and (max-width: 480px) {
	.button_roman {
		min-width: 120px;
		background-size: 22px;
		padding: 9px 20px 9px 14px;
	}
}

.button_01 {
	position: relative;
	min-width: 290px;
	background: url(../images/arrow_bl_r.svg) no-repeat;
	background-position: top 45% right 7px;
	line-height: 1.2;
	border: 1px solid #000;
	padding: 13px 25px 13px 15px;
	color: #000;
	font-size: 95%;
	cursor: pointer;
	outline: none;
	display: inline-block;
	text-align: center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.button_01:nth-child(n+2),
.button_01_l:nth-child(n+2),
.button_02:nth-child(n+2),
.button_02_l:nth-child(n+2) {
	margin-left: 20px;
}

.button_01:hover {
	background-position: top 45% right 2px;
	text-decoration: none;
}

.button_01.blank {
	background-position: top 49% right 7px;
	padding: 13px 15px 13px 15px;
}

.button_01.blank:hover {
	background-position: top 39% right 7px;
	text-decoration: none;
}

.button_01_l {
	position: relative;
	min-width: 290px;
	background: url(../images/arrow_bl_l.svg) no-repeat;
	background-position: top 45% left 7px;
	line-height: 1.2;
	border: 1px solid #000;
	padding: 13px 15px 13px 25px;
	color: #000;
	font-size: 95%;
	cursor: pointer;
	outline: none;
	display: inline-block;
	text-align: center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.button_01_l:hover {
	background-position: top 45% left 2px;
	text-decoration: none;
}

.button_02 {
	position: relative;
	min-width: 290px;
	background: url(../images/arrow_wh_r.svg) no-repeat;
	background-position: top 45% right 7px;
	line-height: 1.2;
	border: 1px solid #fff;
	padding: 13px 25px 13px 15px;
	color: #fff;
	font-size: 95%;
	cursor: pointer;
	outline: none;
	display: inline-block;
	text-align: center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.button_02:hover {
	background-position: top 45% right 2px;
	text-decoration: none;
}

@media screen and (max-width: 480px) {
	.button_01,
	.button_02 {
		min-width: 220px;
		background-size: 22px;
		padding: 10px 25px 10px 12px;
		font-size: 10pt !important;
	}
	
	.button_01:nth-child(n+2),
	.button_01_l:nth-child(n+2),
	.button_02:nth-child(n+2),
	.button_02_l:nth-child(n+2) {
		margin-left: 0;
		margin-top: 20px;
	}
}

.button_02_l {
	position: relative;
	min-width: 290px;
	background: url(../images/arrow_wh_l.svg) no-repeat;
	background-position: top 45% left 7px;
	line-height: 1.2;
	border: 1px solid #fff;
	padding: 13px 15px 13px 25px;
	color: #fff;
	font-size: 95%;
	cursor: pointer;
	outline: none;
	display: inline-block;
	text-align: center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.button_02_l:hover {
	background-position: top 45% left 2px;
	text-decoration: none;
}

@media screen and (max-width: 480px) {
	.button_01_l,
	.button_02_l {
		min-width: 220px;
		background-size: 22px;
		padding: 10px 12px 10px 25px;
		font-size: 10pt !important;
	}
}


/***** Button *****/

.page_navi {
	margin-top: 50px;
}

.page_navi li {
	position: relative;
	float: left;
	width: 32%;
	margin-top: 10px;
	margin-right: 2%;
	text-align: center;
	color: #fff;
	font-size: 11.5pt !important;
	line-height: 1.4;
}

.page_navi li:nth-of-type(3n) {
	margin-right: 0;
}

@media screen and (max-width: 1024px) {
	.page_navi li {
		width: 49%;
	}
	.page_navi li:nth-of-type(2n) {
		margin-right: 0;
	}
	.page_navi li:nth-child(odd) {
		margin-right: 2%;
	}
}

.page_navi li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 35px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(../images/arrow_wh_r.svg) no-repeat #465561;
	background-position: top 45% right 10px;
	color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.page_navi li a[target="_blank"] {
	background: url(../images/icon_blank.png) no-repeat #465561;
	background-position: top 46% right 20px;
}

.page_navi li a span {
	display: inline-block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.page_navi li a:hover {
	background-position: top 45% right 0;
	text-decoration: none;
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}

.page_navi li a[target="_blank"]:hover {
	background-position: top 40% right 20px;
}

.page_navi li.now a {
	background: #00b9ca;
}

@media screen and (max-width: 480px) {
	.page_navi li {
		font-size: 10pt !important;
		line-height: 1.25;
	}
	.page_navi li a {
		padding: 22px 0;
		background-image: none;
	}
	.page_navi li a[target="_blank"],
	.page_navi li a[target="_blank"]:hover {
		background-image: none;
	}
}


/***** Layouts *****/

.w1146 {
	width: 1146px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	overflow: hidden;
}

.w1146 p,
.w1146 table,
.w1146 ul li,
.w1146 ol li {
	font-size: 95%;
}

.w1146 .text_box img.fr {
	margin-left: 20px;
}

.w1146 .text_box img.fl {
	margin-right: 20px;
}

@media screen and (max-width: 1024px) {
	.w1146 p,
	.w1146 table,
	.w1146 ul li,
	.w1146 ol li {
		font-size: 10.5pt;
	}
}

@media screen and (max-width: 768px) {
	.w1146 p,
	.w1146 table,
	.w1146 ul li,
	.w1146 ol li {
		font-size: 10pt;
	}
}

@media screen and (max-width: 520px) {
	.w1146 .text_box img.fl,
	.w1146 .text_box img.fr {
		max-width: 200px;
	}
}

.w1146 p.date {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-top: 1.5em;
}

.text_box p {
	margin-bottom: 1.5em;
}

.text_box .indent {
	text-indent: 1em;
}

@media screen and (max-width: 1200px) {
	.w1146 {
		width: 96%;
		margin: 0 auto;
	}
}

.section+.section {
	margin-top: 40px;
}

.mg_box {
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

.pd_l {
	padding-top: 70px;
	padding-bottom: 70px;
}

.pd_m {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
	#container section:last-child {
		margin-bottom: 45px;
	}
	.section+.section {
		margin-top: 30px;
	}
	.mg_box {
		margin-top: 2em;
		margin-bottom: 2em;
	}
	.pd_l {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.pd_m {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.pd_l.pb20 {
		padding-bottom: 15px !important;
	}
	.pd_m.pb20 {
		padding-bottom: 15px !important;
	}
}

img {
	max-width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	img {
		max-width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.col2,
.col3 {
	overflow: hidden;
}

/*.col2 div {
	width: 47%;
	margin: 0 1.5%;
	float: left;
}

.col3 div {
	width: 30.3%;
	margin: 0 1.5%;
	float: left;
}*/

.col2>div {
	width: 48%;
	float: left;
}

.col2>div:first-of-type {
	margin-right: 4%;
}

.col3>div {
	width: 31%;
	float: left;
}

.col3>div:nth-of-type(2) {
	margin-left: 1.75%;
	margin-right: 1.75%;
}

@media screen and (max-width: 480px) {
	.col2>div,
	.col3>div {
		width: 100%;
		float: none;
	}
	.col2>div img,
	.col3>div img {
		max-width: 320px;
		margin: 5px auto;
	}
	.col2>div:first-of-type {
		margin-right: 0;
	}
	.col3>div:nth-of-type(2) {
		margin-left: 0;
		margin-right: 0;
	}
}


/***** Title *****/

.title_slash {
	position: relative;
	font-family: "Yu Mincho", "YuMincho", 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: 240%;
	line-height: 1.75;
	display: inline-block;
	margin-right: 20px;
}

.title_slash:after {
	position: absolute;
	width: 0;
	height: 52px;
	content: '';
	-webkit-transform: rotate(53deg);
	transform: rotate(53deg);
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: rgba(0, 185, 202, 1);
	right: -30px;
	bottom: 10px;
}

@media screen and (max-width: 768px) {
	.title_slash {
		font-size: 210%;
	}
	.title_slash:after {
		height: 42px;
		bottom: 7px;
	}
}

@media screen and (max-width: 480px) {
	.title_slash {
		font-size: 180%;
	}
	.title_slash:after {
		height: 34px;
	}
}

.title_underbar {
	font-size: 180%;
	position: relative;
	display: inline-block;
	margin-top: 50px;
}

.title_underbar:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 40px;
	height: 3px;
	left: 0;
	background-color: #00b9ca;
}

.title_underbar small {
	padding: 5px 10px;
	color: #fff;
	font-size: 60%;
	display: inline-block;
	margin-bottom: 10px;
}

.title_underbar small.group_01 {
	background-color: #00b9ca;
}

.title_underbar small.group_02 {
	background-color: rgba(144, 87, 139, 1.0);
}

.title_underbar small.group_03 {
	background-color: #3469b4;
}

@media screen and (max-width: 1024px) {
	.title_underbar {
		font-size: 20pt;
	}
}

@media screen and (max-width: 768px) {
	.title_underbar {
		font-size: 16pt;
		line-height: 1.7;
	}
}

@media screen and (max-width: 520px) {
	.title_underbar {
		font-size: 14pt;
		line-height: 1.5;
	}
}

@media screen and (max-width: 360px) {
	.title_underbar {
		font-size: 12pt;
		line-height: 1.5;
	}
}

.title_underline {
	position: relative;
	padding-bottom: 0.6em;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 50px;
	font-size: 140%;
}

@media screen and (max-width: 1024px) {
	.title_underline {
		font-size: 14pt;
	}
}

@media screen and (max-width: 768px) {
	.title_underline {
		font-size: 13pt;
	}
}

@media screen and (max-width: 520px) {
	.title_underline {
		font-size: 12pt;
	}
}

.title_underline:after {
	position: absolute;
	content: " ";
	border-bottom: solid 1px #00b9ca;
	bottom: -1px;
	width: 320px;
	display: block;
}

@media screen and (max-width: 520px) {
	.title_underline:after {
		width: 200px;
	}
}

.title_underline span {
	font-weight: normal;
	font-size: 75%;
	margin-left: 20px;
}

.title_background {
	background: #ecf0f2;
	font-size: 100%;
	padding: 0.5em 1.25em;
	margin-top: 50px;
}

.title_background span {
	background: #00b9ca;
	padding: 0.25em 0.5em;
	color: #fff;
	font-size: 95%;
	margin-left: 10px;
}

.title_background span.workplace {
	background: rgba(144, 87, 139, 1.0);
}

@media screen and (max-width: 768px) {
	.title_background {
		font-size: 11.5pt;
	}
}

@media screen and (max-width: 480px) {
	.title_background span.workplace {
		margin-left: 0 !important;
		margin-top: 0.2em;
	}
}


/***** Page title *****/

.page_title {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	z-index: 10;
}

.page_title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	background: rgba(33, 54, 70, 0.75);
}

.page_title h1 {
	position: absolute;
	top: 155px;
	left: 35px;
	z-index: 140;
	text-align: left;
	color: #fff;
	font-family: "Yu Mincho", "YuMincho", 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: 30pt;
	line-height: 1.75;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
}

#faculty {
	background: url(../images/main_faculty.jpg) no-repeat center center;
	background-size: cover;
}

#graduate-school {
	background: url(../images/main_graduate-school.jpg) no-repeat center center;
	background-size: cover;
}

#student {
	background: url(../images/main_student.jpg) no-repeat center center;
	background-size: cover;
}

#research {
	background: url(../images/main_research.jpg) no-repeat center center;
	background-size: cover;
}

#general-public {
	background: url(../images/main_general-public.jpg) no-repeat center center;
	background-size: cover;
}

#other {
	background: url(../images/main_other.jpg) no-repeat center center;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.page_title {
		height: 240px;
	}
	.page_title h1 {
		top: 130px;
		left: 15px;
		font-size: 24pt;
	}
}

@media screen and (max-width: 480px) {
	.page_title {
		height: 212px;
	}
	.page_title h1 {
		top: 110px;
		font-size: 20pt;
	}
}


/***** Year select *****/

.year_select {
	float: right;
}

.year_select .form_label,
.select_box {
	display: inline-block;
	font-size: 10.5pt;
	font-weight: normal;
}

.select_box select {
	outline: none;
	vertical-align: middle;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	border: 1px solid #ddd;
	padding: 6px 10px 5px 10px;
	border-radius: 4px;
	line-height: 1;
	margin-left: 5px;
	background: #fff;
}

@media screen and (max-width: 768px) {
	.year_select .form_label,
	.select_box {
		font-size: 10pt;
	}
}


/***** Topic path *****/

.topicpath {
	position: absolute;
	top: 230px;
	left: 40px;
	font-size: 75%;
	overflow: hidden;
	text-align: left;
}

.topicpath li {
	position: relative;
	display: inline-block;
	list-style-type: none;
	margin-right: 28px;
	color: #fff;
}

.topicpath li:after {
	position: absolute;
	width: 0;
	height: 15px;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #fff;
	right: -15px;
	bottom: 4px;
}

.topicpath li:last-child:after {
	content: none;
	margin-right: 0;
}

.topicpath li a {
	color: #fff;
}

.topicpath li:last-child {
	max-width: 640px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	margin-bottom: -6px;
}

.topicpath li a {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.topicpath {
		top: 185px;
		left: 15px;
	}
}

@media screen and (max-width: 480px) {
	.topicpath {
		top: 160px;
		font-size: 68%;
		height: 35px;
		overflow: hidden;
	}
	.topicpath li {
		margin-right: 22px;
		line-height: 1.4;
	}
	.topicpath li:after {
		right: -12px;
		bottom: 0;
	}
	.topicpath li:last-child {
		max-width: 320px;
	}
}


/***** Table *****/

.table_01 {
	width: 100%;
}

.table_01 tr.overline td {
	border-top: 1px solid #d9d9d9;
}

.table_01 tr.overline th {
	border-top: 1px solid #777;
}

.table_01 th,
.table_01 td {
	padding: 0.6em 0;
	border-bottom: 1px solid #d9d9d9;
	vertical-align: top;
	overflow: hidden;
}

.table_01 th {
	font-weight: bold;
	border-bottom-color: #777;
}

@media screen and (max-width: 768px) {
	.table_01,
	.table_01 thead,
	.table_01 tbody,
	.table_01 tr,
	.table_01 th,
	.table_01 td {
		display: block;
	}
	.table_01 tr+tr th {
		margin-top: 10px;
	}
	.table_01 th,
	.table_01 td {
		height: auto;
		padding: 0.8em 0;
	}
	.table_01.height-min th,
	.table_01.height-min td {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	.table_01 th {
		text-align: center;
	}
}

.table_01 dl dt {
	float: left;
	clear: both;
}

.table_01 dl dt,
.table_01 dl dd {
	margin: 0;
	padding: 0;
}

.table_01 dl dd {
	text-align: right;
}

.table_01 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 106%;
}

.table_01 ul li {
	padding-left: 1em;
	text-indent: -.7em;
}

.table_01 ul li:before {
	content: "● ";
	color: #1585aa;
}

.table_01 ol {
	padding: 0;
	margin: 0;
	font-size: 106%;
}

.table_01 ol li {
	list-style-type: none;
	counter-increment: cnt;
}

.table_01 ol li:before {
	content: "（" counter(cnt) "） ";
}

.table_01 ion-icon {
	font-size: 130%;
	--ionicon-stroke-width: 24px;
	vertical-align: middle;
	margin-bottom: 2px;
}

.table_01 span.fl {
	width: 45%;
	margin-right: 30px;
}

@media screen and (max-width: 768px) {
	.table_01 span.fl {
		width: 100%;
		margin-right: 0;
	}
}

.table_02 {
	width: 100%;
	border-collapse:collapse;
}


.table_02 th,
.table_02 td {
	padding: 0.6em;
	border: 1px solid #d9d9d9;
	vertical-align: middle;
	overflow: hidden;
	line-height: 1.5;
}

.table_02 thead th {
	font-weight: bold;
	border-bottom-color: #777;
}

.table_02 .bg_b {
	background: #e9f4fa;
}


/***** Laboratory *****/

#laboratory a.link_text {
	font-size: 12pt;
	width: 100%;
}

#laboratory a.link_text:before {
	top: 0.4em;
}

#laboratory td{
	position: relative;
}

@media screen and (max-width: 480px) {
	#laboratory thead {
		display: none;
	}
	#laboratory td.prof:after,
	#laboratory td.assoc:after,
	#laboratory td.lect:after,
	#laboratory td.asst:after {
		position: absolute;
		top: 48%;
		transform: translateY(-48%);
		-webkit-transform: translateY(-48%);
		right: 0;
	}
	#laboratory td.prof:after {
		content: "教授";
	}
	#laboratory td.assoc:after {
		content: "准教授";
	}
	#laboratory td.lect:after {
		content: "講師";
	}
	#laboratory td.asst:after {
		content: "助教";
	}
}


/***** Labs *****/

.lab_menu {
	padding: 25px 0;
}

.lab_menu li {
	display: inline-block;
	margin-right: 20px;
}

.lab_menu li .link_text:before {
	top: 0.4em;
}

.lab_teacher {
	position: relative;
	border: 1px solid #000;
	margin-top: 50px;
	padding: 12px 20px;
}

.lab_teacher ul li {
	display: inline-block;
	margin-right: 20px;
}

.lab_teacher ul li:last-child {
	margin-right: 0;
}


/***** Award *****/

#award .table_01 th span {
	font-weight: normal;
}


/***** Message *****/

.message {
	margin-top: 30px;
	overflow: hidden;
}

.message h4 {
	margin-top: 20px;
}

.message_image {
	float: left;
	margin-top: 30px;
	margin-right: 4em;
	width: 250px;
}

.message_image p,
.message_image img {
	margin: 0;
	padding: 0;
	font-size: 0;
}

.message_image table {
	width: 250px;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 10pt !important;
	margin-top: 30px;
}

.message_image table th,
.message_image table td {
	padding: 0.4em 0.6em;
	border: 1px solid #d9d9d9;
	vertical-align: top;
}

.message_image table th {
	font-weight: bold;
	background: #f5f5f5;
	white-space: nowrap;
}

.message_text {
	margin-top: 30px;
}

.portrait {
	float: right;
	max-width: 200px;
	margin-left: 2em;
	margin-bottom: 2em;
}

@media screen and (max-width: 480px) {
	.message_image,
	.message_text {
		float: none;
	}
	.message_image {
		width: 100%;
	}
	.message_image p {
		text-align: center;
	}
	.message_image table {
		margin-left: auto;
		margin-right: auto;
		font-size: 9.5pt !important;
	}
	.portrait {
		max-width: 140px;
		margin-left: 1em;
		margin-bottom: 1em;
	}
}


/***** Width *****/

.w300 {
	width: 300px;
}

.w600 {
	width: 600px;
}


/***** List style *****/

.list_basic li {
	position: relative;
	padding-left: 1.25em;
	margin-bottom: 0.5em;
}

.list_basic.no_m li {
	margin-bottom: 0;
}

.list_basic li:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #00b9ca;
	position: absolute;
	top: 0.6em;
	left: 0;
}

.list_basic.black li:before {
	background: #000;
	width: 8px;
	height: 8px;
	top: 0.4em;
}

.list_basic li ul {
	margin-top: 0.5em;
}

.list_basic li ul li:before {
	background: #A8A8A8;
}

.list_num,
.list_num ol,
.list_num ol ol {
	counter-reset: num;
	list-style-type: none;
	padding-left: 0;
	font-size: 95%;
}

.list_num li ol {
	margin-top: 0.5em;
}

.list_num li {
	text-indent: -1.3em;
	padding-left: 1.3em;
	margin-bottom: 0.5em;
}

.list_num li:before {
	counter-increment: num;
	content: counter(num)'.';
	padding-right: .5em;
}


/***** Band *****/

.band {
 width: 100%;
 height: 360px;
 margin-top: 80px;
}

.band_campuslife {
 background: url(../images/campuslife_01.jpg) repeat-x 50% 50%;
 background-size: auto 100%;
}

@media screen and (max-width: 480px) {
	.band {
 		margin-top: 50px;
	}
	.band_campuslife {
		background: url(../images/campuslife_01_sp.jpg) repeat-x 50% 50%;
		background-size: auto 100%;
	}
}


/***** Campus map *****/

#campusmap {
	width: 100%;
	overflow: hidden;
	text-align: center;
}


/***** Mansonry *****/

.grid {
	margin-top: 70px;
	padding-bottom: 70px;
}

/* clear fix */
.grid:after {
	content: '';
	display: block;
	clear: both;
}

.grid-sizer,
.grid-item {
	width: 33.333%;
}

.grid-item {
	float: left;
	position: relative;
}

.grid-item img {
	display: block;
	width: 100%;
}

.grid-item a:nth-child(n+2) {
	display: none;
}

.grid-item-large { 
	width: 66.666%;
}

.grid-item-text {
	display: block;
	height: 50vh;
	background: #666;
	overflow: hidden;
	position: relative;
}

.grid-item-text p {
	position: absolute;
	left: -1.1vw;
	bottom: 0px;
	color: #888;
	font-size: 11.5vw;
	line-height: 0.7;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: -0.2vw;
}

.grid-item-button {
	display: block;
	height: 100px;
	overflow: hidden;
	position: relative;
}

.grid-item-button a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #35acd1;
	text-align: center;
	color: #fff;
	line-height: 100px;
}

.grid-item-button a ion-icon {
	vertical-align: middle;
	margin-left: 5px;
}

.grid-item-button a:hover {
	background-color: #55ccf1;
	text-decoration: none;
}

.grid-item span {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 5px 0;
	z-index: 30;
	display: inline-block;
	background-color: rgba(23, 44, 60, 0.8);
	color: #fff;
	text-align: center;
	font-size: 80%;
	line-height: 1.6;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.grid-item span.new {
	right: 75px;
	background: #a1be23;
}

@media screen and (max-width: 768px) {
	.grid {
		margin-top: 50px;
	}
	.grid-item-text {
		height: 38vh;
	}
	.grid-item-button {
		height: 80px;
	}
	.grid-item-button a {
		font-size: 10.5pt;
		line-height: 80px;
	}
	.grid-item span {
		padding: 2px 0;
		font-size: 70%;
	}
	.grid-item span.new {
		right: 60px;
	}
}

@media screen and (max-width: 520px) {
	.grid-sizer,
	.grid-item {
		width: 50%;
	}
	.grid-item-text {
		height: 26vh;
	}
	.grid-item span {
		font-size: 70%;
	}
	.grid-item span.new {
		right: 50px;
	}
}


/***** Picture *****/

.picture {
	text-align: center;
	font-size: 90%;
	line-height: 1.4;
	margin: 0;
}

@media screen and (max-width: 786px) {
	.picture {
		font-size: 80%;
	}
}

.picture_box {
	position: relative;
	overflow: hidden;
}

.picture_box>div {
	width: 60%;
	overflow: hidden;
}

.picture_box>div h3 {
	margin-top: 40px !important;
}

.picture_box>figure {
	width: 35%;
	margin-top: 50px;
}

.picture_box:nth-child(odd) .picture,
.picture_box:nth-child(even)>div {
	float: right;
}

.picture_box:nth-child(even) .picture,
.picture_box:nth-child(odd)>div {
	float: left;
}


/***** Scroll up *****/

.scroll_up {
	position: absolute;
	top: -80px;
	right: 10px;
	z-index: 150;
	color: #000;
}

.scroll_up span {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 77%;
	letter-spacing: 2px;
	transform: rotate(90deg);
	display: block;
	color: #000;
	width: 30px;
}

.scroll_up:hover {
	text-decoration: none;
}

.scroll_up:after {
	content: "";
	position: absolute;
	bottom: 40px;
	right: 15px;
	width: 1px;
	height: 80px;
	background: #000;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.scroll_up:hover:after {
	bottom: 50px;
}

@media screen and (max-width: 768px) {
	.scroll_up {
		right: 5px;
	}
	.scroll_up:after {
		height: 60px;
	}
}

@media screen and (max-width: 480px) {
	.scroll_up {
		right: 3px;
	}
	.scroll_up span {
		font-size: 70%;
	}
}


/***** Footer *****/

#footer {
	position: relative;
	width: 100%;
	margin-top: 150px;
}

#f_main_menu {
	position: relative;
	width: 100%;
	background: #455461;
	overflow: hidden;
	text-align: center;
}

#f_main_menu .boxes {
	position: relative;
	width: 96%;
	margin: 40px auto;
	overflow: hidden;
	text-align: left;
}

#f_main_menu .boxes>li {
	float: left;
	width: 21.2%;
}

#f_main_menu .boxes>li:last-child {
	width: 15.2%;
}

@media screen and (max-width: 768px) {
	#f_main_menu .boxes {
		padding-left: 4%;
	}
	#f_main_menu .boxes>li {
		width: 33%;
	}
	#f_main_menu .boxes>li:last-child {
		width: 33%;
	}
}

#f_main_menu li>h4 {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	color: #fff;
	font-size: 11pt;
}

#f_main_menu li>h4:nth-child(n+2) {
	margin-top: 20px;
}

#f_main_menu li>h4:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 30px;
	height: 2px;
	left: 0;
	background-color: #00b9ca;
}

#f_main_menu li>h4 a {
	color: #fff;
}

#f_main_menu .boxes>li>ul>li {
	width: 100%;
	display: inline-block;
	font-size: 82%;
	line-height: 1.3;
	padding: 7px 0;
	vertical-align: top;
}

#f_main_menu .boxes>li>ul>li>a {
	color: #fff;
	text-decoration: none;
}

#f_main_menu .boxes>li>ul>li>a:hover {
	text-decoration: underline;
}

#f_sub_menu {
	position: relative;
	width: 100%;
	background: #657481;
	overflow: hidden;
	text-align: center;
}

#f_sub_menu ul {
	margin: 25px auto;
}

#f_sub_menu ul>li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}

#f_sub_menu ul>li:first-child {
	margin-left: 0;
}

#f_sub_menu ul>li:last-child {
	margin-right: 0;
}

#f_sub_menu ul>li>a {
	color: #fff;
	font-size: 82%;
}

#footer_bottom {
	border-bottom: 1px solid #e3e3e3;
	padding: 35px 0;
}

#footer_bottom h2 {
	font-family: "Yu Mincho", "YuMincho", 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: 18pt;
	line-height: 1.0;
}

#footer_bottom h2 img {
	vertical-align: middle;
	margin: 0 15px 5px 0;
}

#footer_bottom h2 a {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	color: #000;
}

#footer_bottom h2 a:hover {
	text-decoration: none;
}

#footer address {
	padding: 20px 0;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 70%;
	font-weight: 400;
	letter-spacing: 1px;
}

@media screen and (max-width: 1140px) {
	#footer_bottom h2 {
		font-size: 17pt;
	}
	#footer_bottom h2 img {
		margin: 0 12px 5px 0;
	}
}

@media screen and (max-width: 768px) {
	#f_main_menu .boxes>li>ul>li {
		font-size: 80%;
		padding: 5px 0;
	}
	#footer_bottom {
		padding: 20px 0;
	}
	#footer_bottom h2 {
		font-size: 16pt;
	}
	#f_sub_menu ul {
		margin: 20px auto;
	}
	#f_sub_menu ul>li {
		margin-right: 7px;
		margin-left: 7px;
	}
	#f_sub_menu ul>li>a {
		font-size: 80%;
	}
}

@media screen and (max-width: 480px) {
	#footer {
		margin-top: 120px;
	}
	#f_main_menu {
		display: none;
	}
	#f_sub_menu {
		background: #455461;
	}
	#footer_bottom {
		padding: 15px 0;
	}
	#footer_bottom h2 {
		font-size: 14pt;
	}
	#footer_bottom h2 img {
		width: 90px;
	}
	#f_sub_menu ul>li>a {
		font-size: 70%;
	}
	#footer address {
		font-size: 8pt;
		letter-spacing: 0;
	}
}