@charset "UTF-8";

/* ==========================================================================
	Foundation
========================================================================== */

/* Reset
----------------------------------------------------------------- */
ul {
	margin: 0;
	padding: 0;
}
li {
 list-style: none;
}

/* Base
----------------------------------------------------------------- */
/* fontsize */
html {
	font-size: 62.5%;
}
html.fz_s {
	font-size: 50%;
}
html.fz_m {
	font-size: 62.5%;
}
html.fz_l {
	font-size: 75%;
}
@media screen and (max-width: 960px) {
	html {
		font-size: 62.5%;
	}
}
@media screen and (max-width: 896px) {
	html {
		font-size: 56.25%;
	}
}
@media screen and (max-width: 832px) {
	html {
		font-size: 50%;
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: 43.75%;
	}
}
@media screen and (max-width: 704px) {
	html {
		font-size: 37.5%;
	}
}
@media screen and (max-width: 600px) {
	html {
		font-size: 62.5%;
	}
}
@media screen and (max-width: 576px) {
	html {
		font-size: 56.25%;
	}
}
@media screen and (max-width: 512px) {
	html {
		font-size: 50%;
	}
}
@media screen and (max-width: 448px) {
	html {
		font-size: 43.75%;
	}
}
@media screen and (max-width: 384px) {
	html {
		font-size: 37.5%;
	}
}
@media screen and (max-width: 320px) {
	html {
		font-size: 37.5%;
	}
}

/* Android用 */
* {
	background-image: url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
	max-height: 999999px;
	background: transparent;
}
html {
	background: #fff;
}
body,
input,
textarea {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.7;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
	color: #383a3b;
}
a {
	text-decoration: none;
}
a:focus {
	outline:none;
}
a:link,
a:visited {
	color: #00afff;
}
a:active,
a:hover {
	text-decoration: underline;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 0.2em 0.5em;
}
img,iframe {
	max-width: 100%;
}
b, strong {
	font-weight: bold;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width: 600px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

.sp_normal {
	display: inline;
}

@media screen and (max-width: 600px){
		.sp_normal {
			display: none;
		}
}

.sns .imgbox img {
	width: 100%;
}

.whspace {
	white-space: nowrap;
}

/* ==========================================================================
	layout
========================================================================== */
.wrapper {
	overflow: hidden;
}
.main {
	position: relative;
}
.content_width {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
	.content_width {
		max-width: 960px;
		padding: 0 2%;
	}
}
@media screen and (max-width: 960px) {
	.content_width {
		max-width: 960px;
		padding: 0 3%;
	}
}
@media screen and (max-width: 600px) {
	.content_width {
		max-width: 600px;
		padding: 0 4%;
	}
}

/* ==========================================================================
	object
========================================================================== */

/* Module
 ----------------------------------------------------------------- */
/* before,after */
.before,.after {
	position: relative;
}
.before::before,
.after::after {
	display: inline-block;
	content: "";
}
/* float */
.clear {
	clear: both;
}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
.floatbox {
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text_left{
	text-align: left;
}
.text_right{
	text-align: right;
}
/* position */
.center {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.central {
	top: 50%; left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
/* floatlist */
.floatlist {
	list-style: none;
	margin: 0;
	padding: 0;
	/*font-size: 0;*/
	letter-spacing: -0.4em;
}
.floatlist li {
	display: inline-block;
	vertical-align: top;
	font-size: 1.4rem;
	letter-spacing: normal;
}
.floatlist li:last-child {
	margin-right: 0;
}
/* table */
.table {
	display: table;
	width: 100%;
}
.cell {
	display: table-cell;
	vertical-align: middle;
}
/* image */
.imgbox {
	line-height: 0;
}
.imgbox img {
	vertical-align: middle;
}
/* btn */
.btn {
	margin: auto;
	text-align: center;
}
.btn a {
	display: block;
	padding: 2% 0;
	font-size: 1.8rem;
	line-height: 1;
}
.btn a:hover {
	opacity: .7;
	text-decoration: none;
}
/* absolute */
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}

/* text-align */
.align-right { text-align: right; }
.align-center { text-align: center; }

.nodspread {
  display: none;
}


/* Component
----------------------------------------------------------------- */
.section_head {
	line-height: 1;
	text-align: center;
}
.section_title {
	margin: 0 0 1%;
	font-size: 3.5rem;
	font-weight: 500;
}
.sub_ttl {
	font-size: 1.4rem;
}
.btn_to_entry {
	margin-top: 1%;
}
.btn_black a {
	border: 1px solid #214c80;
	padding: 1% 0;
	font-size: 1.4rem;
	color: #383a3b;
	border-radius: 5px;
}
.btn_black a:hover {
	opacity: 1;
	border: 1px solid #3da3e3;
	color: #fff;
	background: #3da3e3;
	border-radius: 5px;
}

/* entry_list */
.entry_list .entry {
	padding: 2% 0;
	border-top: 1px dotted #444;
}
.entry_list .entry:first-child {
	border-top-style: solid;
}
.entry_list .entry_meta {
	/*font-size: 0;*/
	letter-spacing: -0.4em;
}
.entry_list .entry_date,
.entry_list .entry_category,
.entry_list .new_entry {
	font-size: 1.4rem;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: normal;
}
.entry_list .entry_date {
	width: 15%;
	margin-right: 1.6%;
}
.entry_list .entry-meta.only-cat .entry_date {
	width: auto;
}
.entry_list .entry_category {
	width: 18%;
	box-sizing: border-box;
	margin-right: 1%;
	text-align: center;
	color: #fff;
}
.entry_list .entry_category span {
	display: block;
	padding: 3px 10px 1px;
	border-radius: 4px;
	line-height: 1.3;
	font-size: 10px;
	margin-left: 10px;
}
.entry_list .entry_category.cat_release span {
	background: #01a0e9;
}

.entry_list .entry_category.cat_topics span {
	background: #53b778;
}

.entry_list .entry_category.cat_media span {
	background: #e98901;
}

.entry_list .entry_category.cat_group span {
	background: #01a0e9;
}

.entry_list .entry_category.cat_performance span {
	background: #53b778;
}

.entry_list .entry_category.cat_other span {
	background: #808080;
}

.entry_list .entry_category.cat_personnel span {
	background: #535ecd;
}

.entry_list .new_entry {
	padding-left: 2%;
	color: #fff;
}
.entry_list .new_entry span {
	display: inline-block;
	background: #ec4141;
	padding: 3px 5px 1px 7px;
	line-height: 1.3;
	border-radius: 4px;
}
.entry_list .entry_title {
	margin: 1% 0 0;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.85;
}
.entry_list .entry_title a {
	color: #383a3b;
	text-decoration: underline;
}
.entry_list .entry_title a:hover {
	color: #383a3b;
	opacity: .7;
	text-decoration: none;
}

ul.dot-list li {
	position: relative;
	padding-left: 1em;
}
ul.dot-list li::before {
	display: inline-block;
	content: "・";
	position: absolute;
	top: 0; left: 0;
	margin: auto;
}

/* Project
----------------------------------------------------------------- */
/* .side_menu */
.side_menu {
	position: fixed;
	top: 0; left: 0;
	width: 230px;
	height: 100%;
	border-right: 1px solid #e5e5e5;
	background: #fff;
	z-index: 100;
	font-feature-settings: "palt";
	overflow: hidden;
}

.side_menu_inner {
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	height: 100%;
}

.wrapper .container {
	padding-left: 230px;
}
div#container {
	padding-left: 230px;
}
.side_menu .logo {
	width: 187px;
	padding: 40px 22px;
}
.side_menu .logo a {
	display: block;
}
.side_menu .logo a:hover {
	opacity: .7;
}
.language_ctrl {
	margin: 0 0 15px;
	padding: 0;
	width: 231px;
}
.language_ctrl li {
	display: table-cell;
	width: 50%;
	font-size: 1.4rem;
	line-height: 1;

	color: #fff;
	text-align: center;
	background: #4cc7ff;
}
.language_ctrl li.is_active {
/*	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2) inset;
*/	background: #214c80;
	padding: 6px 0;
}
.language_ctrl li:not(:last-child) {
	border-right: 1px solid #fff;
}
.language_ctrl li:hover {
/*	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2) inset;
*/	background: #214c80;
	cursor: pointer;
}

.language_ctrl li a {
	display: block;
	font-size: 1.4rem;
	width: 100%;
	color: #fff;
	/*background: #34b3ed;*/
	text-align: center;
	padding: 2px 0;
	text-decoration: none;
}


.language_ctrl li a:link,.language_ctrl a:visited {
	color: #fff;
}

.side_search {
	margin: 0 0 10px;
	padding: 0 15px;
	width: 231px;
	box-sizing: border-box;
}
.side_search .search_bar {
	height: 30px;
	/*font-size: 0;*/
	letter-spacing: -0.4em;
	color: #b5b5b5;
	background: #f0f0f0;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
.side_search form {
	height: 100%;
}
.side_search input[type="text"] {
	width: 85%;
	height: 100%;
	box-sizing: border-box;
	border: none;
	font-size: 14px;
	letter-spacing: normal;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
}
.side_search input[type="text"]:focus {
	outline: none;
}
.side_search .search_btn {
	position: absolute;
	top: 0; bottom: 0; right: 0;
	width: 30px;
	height: 100%;
	box-sizing: border-box;
	margin: auto;
	border: none;
	letter-spacing: normal;
	background: #29b2f0 url('/common/images/icon_search.png') no-repeat center center;
	background-size: 50%;
}
.side_search .search_btn:hover {
	cursor: pointer;
	opacity: .7;
}
.fsize_ctrl {
	padding: 0 15px;
	font-size: 0;
	text-align: right;
	width: 231px;
	box-sizing: border-box;
}
.fsize_ctrl .title {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-size: 15px;
	color: #000;
}
.fsize_ctrl ul {
	display: inline-block;
	vertical-align: middle;
}
.fsize_ctrl li {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #34b3ed;
}
.fsize_ctrl  li.textresizer-active {
/*	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3) inset;
*/	background: #214c80;
}
.fsize_ctrl li:not(:last-child) {
	margin-right: 8px;
}
.fsize_ctrl li:not(.textresizer-active):hover {
/*	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2) inset;
*/	background: #214c80;
	cursor: pointer;
}
.gnav {
	margin: 40px 0 0;
	padding: 0;
}
.gnav li {
	border-top: 1px solid #e5e5e5;
}
.gnav li:last-child {
	border-bottom: 1px solid #e5e5e5;
}
.gnav li a,
.gnav li > span {
	display: block;
	padding: 18px 8px;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #383a3b;
	text-decoration: none;
}
.gnav li a:hover,
.gnav li > span:hover,
.gnav li.is_active a,
.gnav li.is_current a {
	background: #3da3e3;
	color: #fff;
}
.gnav li .en {
	font-size: 1.3rem;
	opacity: .5;
}
.mega_menu_wrap {
	position: absolute;
	top: 0; left: 100%;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.mega_menu_wrap.is_active {
	pointer-events: all;
}
.mega_menu {
	display: none;
	position: fixed;
	width: 256px;
	left: 231px;
	top: 0;
	height: 100%;
	background: #3da3e3;
	color: #fff;
}
.mega_menu.is_active {
	display: block;
}
.mega_menu li {
	border-bottom: 1px solid #64b4e3;
	line-height: 1.5;
}
.mega_menu li a {
	display: block;
	padding: 7% 6.5%;
	font-size: 1.5rem;
	letter-spacing: -1px;
	color: #fff;
	white-space: nowrap;
}
.mega_menu li a:hover {
	text-decoration: none;
	background: #0083bf;
	color: #fff;
}

.side_menu .icon_ir_app {
	padding: 15px 15px 0;
	font-size: 1.3rem;
	line-height: 1;
	width: 231px;
	box-sizing: border-box;
}
.side_menu .icon_ir_app a {
	display: block;
	padding: 14px 0 13px 50px;
	color: #000;
	text-decoration: underline;
	background: no-repeat center left;
	background-image: url('/common/images/icon_ir_app.png');
	background-size: contain;
}
.side_menu .icon_ir_app a:hover {
	text-decoration: none;
}
.side_menu .sns {
	padding: .5rem 0 4rem;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}


.side_menu .sns li:not(:last-child) {
	margin-right: 0;
}
.side_menu .sns li a {
	display: block;
}
.side_menu .sns li img {
	vertical-align: middle;
}

.side_menu .sns .overseas {
	margin-bottom: 30px;
}

.side_menu .sns li {
	margin-left: 1rem;
	width: 18%;
}

.side_menu .sns li:first-child {
	margin-left: 0;
}




/* .header */
.header {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	z-index: 4;
}

/* .other_information */
.other_information {
	background: no-repeat center center;
	background-image: url('/common/images/other_bg.png');
	background-size: cover;
}
.other_information .section_inner {
	padding: 6.25% 0;
}
.other_information .section_head {
	margin-bottom: 3%;
	color: #fff;
}
.other .info_card {
	width: 18.75%;
	max-width: 180px;
}
.other .info_card:not(:last-child) {
	margin-right: 1.5625%;
}
.other .info_card a {
	display: block;
}
.other .info_card a:hover {
	opacity: .6;
}

/* .footer */
.footer {
	background-color: #f7f7f7;
}

.footer ul,
.footer li {
	margin: 0;
	padding: 0;
}
.footer li {
	line-height: 1.3;
}
.footer .footer_nav li a:hover {
	opacity: .7;
}
.footer .footer_nav {
	padding: 6.25% 0;
}
.footer .footer_nav > ul > li {
	vertical-align: top;
	width: 20%;
	padding: 0 1%;
	border-right: 1px dotted #000;
}
.footer .footer_nav > ul > li:first-child {
	padding-left: 0;
}
.footer .footer_nav > ul > li:nth-child(2) {
	width: 19%;
}
.footer .footer_nav > ul > li:nth-child(4) {
	width: 21%;
}
.footer .footer_nav > ul > li:last-child {
	padding-right: 0;
}
.footer .footer_nav .accordion_btn {
	display: block;
}
.footer .footer_nav .head {
	display: block;
	margin-bottom: 11.5%;
	font-size: 1.4rem;
	font-weight: bold;
	color: #383a3b;
}
.footer .footer_nav .under_list li {
	position: relative;
	font-size: 1.2rem;
	padding-left: 1em;
}
.footer .footer_nav .under_list li:not(:last-child) {
	margin-bottom: 8px;
}
.footer .footer_nav .under_list li::before {
	display: inline-block;
	position: absolute;
	top: 0; left: 0;
	content: "＞ ";
	font-size: 1rem;
}
.footer .footer_nav .under_list li a {
	color: #191919;
}
.pageTop.is_active {
	position: absolute;
}
.pageTop {
	position: fixed;
	bottom: 0; right: 0;
	width: 40px;
	height: 40px;
	z-index: 9997;
}
.pageTop:hover {
	cursor: pointer;
	opacity: .7;
}
.footer .footer_list {
	padding-bottom: 12px;
}
.footer .footer_list li {
	font-size: 1.3rem;
	letter-spacing: 1px;
}
.footer .footer_list li:not(:nth-last-child(-n+2))::after {
	display: inline-block;
	content: " ｜ ";
}
.footer .footer_list li:last-child {
	display: none;
}
.footer .footer_list li a {
	color: #000;
}
.footer .site_footer {
	background: #353535;
}
.footer .site_footer .copyright {
	padding: 11px 0;
	font-size: 1.1rem;
	line-height: 1.2;
	color: #fff;
	text-align: center;
}
.footer .site_footer .contact {
	top: 0; right: 0;
	height: 100%;
}
.footer .site_footer .btn-to-contact {
	display: table;
	width: 140px;
	height: 100%;
	background: #00afff;
}
.footer .site_footer .btn-to-contact a {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.3rem;
	line-height: 1;
	font-weight: bold;
	color: #fff;
}
.footer .site_footer .btn-to-contact a::after {
	display: inline-block;
	content: " ＞";
	font-size: 1.1rem;
}

.footer .footer_nav .under_list {
	display: block;
}








@media screen and (max-width: 960px) {
	div#container {
	padding-left: 0px;
}
	.section_title {
		font-size: 4.2rem;
	}
	.sub_ttl {
		font-size: 2.2rem;
	}

	.entry_list .entry {
		padding: 4% 0;
	}
	.entry_list .entry_date,
	.entry_list .entry_category,
	.entry_list .new_entry {
		font-size: 2rem;
	}
	.entry_list .entry_category {
		width: 28%;
	}
	.entry_list .entry_date {
		padding-right: 3%;
		font-weight: bold;
	}
	.entry_list .new_entry {
		padding-left: 3%;
	}
	.entry_list .entry_title {
		font-size: 2.2rem;
	}
	.btn_to_entry a {
		font-size: 2.2rem;
	}
	.footer .footer_nav .under_list li {
		padding-left: 0;
	}
	.footer .footer_nav .under_list li:not(:last-child) {
		margin-bottom: 0;
	}

	.footer .footer_nav .head::before {
		display: none;
	}

	/* .side_menu */
	.side_menu {
		display: none;
	}
	.wrapper .container {
		display: block;
		padding: 0;
	}
	body.is_active .container {
		position: fixed;
		width: 100%;
		height: 100%;
		overflow: scroll;
	}

	/* .header */
	body.is_active {
		position: fixed;
		top: 0; left: 0;
	}
	.header {
		display: block;
		z-index: 4;
	}
	.header.is_active {
		height: 100%;
	}
	.header .header_content {
		box-sizing: border-box;
		padding:  2.6% 3%;
		background: #fff;
		border-bottom: 2px solid #e5e5e5;
	}
	.header .cell {
		width: 50%;
	}
	.header .logo {
		width: 63%;
		max-width: 322px;
	}
	.header .logo a {
		display: block;
	}
	.header .logo a:hover {
		opacity: .7;
	}
	.header .logo img {
		vertical-align: middle;
	}
	.header .sp_menu_btn {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: right;
	}
	.header .sp_menu_btn li {
		width: 20%;
		max-width: 90px;
		position: relative;
		vertical-align: middle;
		background: no-repeat center center;
		background-size: contain;
	}
	.header .sp_menu_btn li .off {
		display: block;
	}
	.header .sp_menu_btn li .on {
		display: none;
		max-width: 100%;
		max-height: 100%;
	}
	.header .sp_menu_btn li.is_active .off {
		display: none;
	}
	.header .sp_menu_btn li.is_active .on {
		display: block;
		position: absolute;
		top: 50%; left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		-moz-transform: translateY(-50%) translateX(-50%);
		-o-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}
	.header .sp_menu_btn li:hover {
		cursor: pointer;
		opacity: .7;
	}
	.header .sp_menu_btn li:not(:last-child) {
		margin-right: 5%;
	}
	.header .sp_menu_btn .inner {
		position: absolute;
		top: 0; right: 0;
	}
	.header .sp_menu_btn .icon {
		position: relative;
		width: 67%;
		max-width: 60px;
		height: 0;
		margin: 0 auto;
		padding-bottom: 67%;
	}
	.header .sp_menu_btn .hamburger {
		position: absolute;
		top: 50%; left: 50%;
		width: 100%;
		max-width: 54px;
		margin: 0 auto;
		-webkit-transform: translateY(-50%) translateX(-50%);
		-moz-transform: translateY(-50%) translateX(-50%);
		-o-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}
	.header .sp_menu_btn .hamburger span {
		display: block;
		width: 100%;
		height: 5px;
		background: #34b3ed;
	}
	.header .sp_menu_btn .hamburger span:not(:last-of-type) {
		margin-bottom: 23%;
	}
	.header .sp_menu_btn .txt_sp_menu {
		margin: 17% auto 0;
		text-align: center;
	}
	.header .sp_menu_btn .search .txt_sp_menu {
		width: 100%;
		max-width: 90px;
	}
	.header .sp_menu_btn .language .txt_sp_menu {
		width: 67%;
		max-width: 60px;
	}
	.header .sp_menu_btn .menu .txt_sp_menu {
		width: 72%;
		max-width: 64px;
	}
	.sp_menu {
		display: none;
		position: relative;
		height: 100%;
		padding-bottom: 13%;
		box-sizing: border-box;
		background: #fff;
		overflow-y: hidden;
	}
	.header.is_active .sp_menu {
		display: block;
	}
	.sp_menu_content {
		display: none;
		height: 100%;
		box-sizing: border-box;
	}
	.sp_menu_content.is_active {
		display: block;
	}
	.sp_menu_content .search_bar {
		padding: 0 3%;
		border-bottom: 1px solid #eee;
		background: #f5f5f5;
	}
	.sp_menu_content.search input[type="text"] {
		width: 86%;
		box-sizing: border-box;
		padding: 5% 0;
		border: none;
		font-size: 16px;
		font-weight: bold;
		color: #c4c4c4;
		box-shadow: none;
		background: #f5f5f5;
	}
	.sp_menu_content.search .search_btn {
		position: absolute;
		top: 0; bottom: 0; right: 0;
		width: 14%;
		max-width: 120px;
		height: 100%;
		box-sizing: border-box;
		margin: auto;
		border: none;
		letter-spacing: normal;
		background: #01a0e9 url('/common/images/icon_search.png') no-repeat center center;
		background-size: 50%;
	}
	.sp_menu_content.language li {
		position: relative;
		border-bottom: 1px solid #eee;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1;
		color: #383a3b;
	}
	.sp_menu_content.language li:first-child {
		/*padding: 4.8% 3%;*/
	}
	.sp_menu_content.language li:hover {
		opacity: .7;
		cursor: pointer;
	}
	.sp_menu_content.language li::after {
		display: block;
		content: "";
		position: absolute;
		top: 0; bottom: 0; right: 3%;
		width: 1.5%;
		height: 0;
		padding-bottom: 1.5%;
		margin: auto;
		border-top: 2px solid #00afff;
		border-right: 2px solid #00afff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.sp_menu_content.language li a {
		display: block;
		padding: 4.8% 3%;
		text-decoration: none;
		color: #000;
	}

	.sp_menu_content.language li a:visited {
		color: #000;
	}

	.sp_menu_content .sns-nav {
		border-top: 1px solid #eee;
		padding: 5.5% 3% 5%;
	}
	.sp_menu_content .sns-nav .icon_ir_app a {
		display: block;
		padding: 0;
		text-decoration: none;
		letter-spacing: -1px;
	}
	.sp_menu_content .sns-nav .icon_ir_app span,
	.sp_menu_content .sns-nav .icon_ir_app .imgbox {
		display: inline-block;
		vertical-align: middle;
	}
	.sp_menu_content .sns-nav .icon_ir_app .imgbox {
		width: 11%;
	}
	.sp_menu_content .sns-nav .icon_ir_app span {
		margin-left: 2%;
		/*text-decoration: underline;*/
		letter-spacing: 0;
	}
	.sp_menu_content .sns-nav .sns {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
	}

	.sp_menu_content .sns-nav .sns a .imgbox{
		width: 50%;
	}

	.sp_menu_content .sns-nav .sns a {
		padding: 0;
	}

	/* .footer */
	.footer .content_width {
		padding: 0;
	}
	.footer .footer_nav {
		padding: 0;
	}
	.footer .footer_nav .head {
		display: table-cell;
		margin-bottom: 0;
		padding: 4.8% 4%;
		font-size: 2.2rem;
	}
	.footer .footer_nav .under_list {
		display: none;
	}
	.footer .footer_nav .under_list li a {
		color: #000;
	}
	.footer .footer_nav ul,
	.footer .footer_nav li {
		display: block;
	}
	.footer .footer_nav > ul > li,
	.footer .footer_nav > ul > li:nth-child(1),
	.footer .footer_nav > ul > li:nth-child(2),
	.footer .footer_nav > ul > li:nth-child(3) {
		width: 100%;
		padding: 0;
	}
	.footer .footer_nav > ul > li:nth-child(4) {
		width: 100%;
	}
	.footer .footer_nav li {
		position: relative;
	}
	.footer .footer_nav .under_list li::before {
		display: none;
	}
	.footer .footer_nav .title {
		margin-bottom: 0;
	}
	.footer .footer_list {
		padding: 0;
	}
	.footer .footer_list li {
		position: relative;
		width: 50%;
		box-sizing: border-box;
		border-bottom: 2px solid #fff;
		font-size: 2.2rem;
		background: #f0f0f0;
	}
	.footer .footer_list li:last-child {
		display: inline-block;
		width: 100%;
		border-bottom: none;
		text-align: center;
	}
	.footer .footer_list li:not(:nth-last-child(-n+2))::after {
		content: "";
	}
	.footer .footer_list li::after {
		display: block;
		content: "";
		position: absolute;
		top: 0; bottom: 0; right: 6%;
		width: 10px;
		height: 10px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		margin: auto;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.footer .footer_list li:last-child::after {
		right: 3%;
	}
	.footer .footer_list li:not(:nth-child(2n)) {
		border-right: 2px solid #fff;
	}
	.footer .footer_list li a {
		display: block;
		padding: 8% 6.25%;
	}
	.footer .footer_list li a:hover {
		opacity: .7;
		text-decoration: none;
	}
	.footer .footer_list li:last-child a {
		padding: 4% 3%;
	}
	.footer .site_footer .contact {
		display: none;
	}
	.footer .footer_logo {
		display: block;
		padding: 5% 0;
	}
	.footer .footer_logo .logo {
		max-width: 222px;
		width: 40%;
		margin: auto;
	}

	/* accordion_list */
	.accordion_list li {
		position: relative;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1;
		color: #383a3b;
	}

.accordion_list .sns li {
	padding-left: 3rem;
}

.accordion_list .sns li:first-child {
	padding-left: 0;
}


	.accordion_list li .head {
		position: relative;
		width: 88% !important;
		box-sizing: border-box;
	}
	.accordion_btn_content {
		position: relative;
		width: 12% !important;
		box-sizing: border-box;
		max-width: 70px;
	}

	.accordion_btn_content::before {
		display: block;
		content: "";
		position: absolute;
		top: 0; bottom: 0; right: 0; left: 0;
		width: 20%;
		height: 0;
		padding-bottom: 20%;
		border-bottom: 2px solid #01A0E0;
		border-right: 2px solid #01A0E0;
		margin: auto;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: 1;
	}
	.accordion_btn.is_active .accordion_btn_content::before {
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.footer .footer_nav .accordion_btn {
		display: table;
	}

	.accordion_list > li .table {
		border-top: 1px solid #eee;
	}

		.accordion_list > li:first-child .table {
			border-top: none;
		}

		.accordion_list > li:last-child {
			border-top: 1px solid #eee;
			border-bottom: 1px solid #eee;
		}


	.accordion_list li a {
		display: block;
		padding: 4.8% 4%;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1;
		color: #383a3b;
		text-decoration: none;
	}
	.accordion_list .under_list {
		display: none;
	}
	.accordion_list .under_list li {
		position: relative;
		border-bottom: 2px solid #eee;
	}
	.accordion_list .under_list li::after,
	.accordion_list .right_arrow::after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 5.25%;
		width: 2%;
		height: 0;
		margin: auto;
		padding-bottom: 2%;
		border-top: 2px solid #00afff;
		border-right: 2px solid #00afff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.accordion_list .under_list li span,
	.accordion_list .under_list li a {
		padding-left: 6%;
		color: #000;
		background: #f5f5f5;
	}
	.accordion_list .under_list li a {
		padding: 4.4% 4%;
	}

	.footer .site_footer .copyright {
		font-size: 1.8rem;
	}
	a.head.cell {
		pointer-events: none;
	}
}

@media screen and (max-width: 600px) {
	.section_title {
		margin-bottom: 2%;
		font-size: 4.2rem;
	}
	.sub_ttl {
		font-size: 2.3rem;
	}

	.entry_list .entry {
		padding: 5.4% 0;
		border-width: 2px;
	}

	.entry_list .entry_date {
		font-feature-settings : "palt";
		display: table-cell;
		width: 38%;
	}
	.entry_list .entry_category {
		width: 40%;
	}

	.entry_list .entry_category, {
		font-size: 1.9rem;
	}
/*	.entry_list .entry_date {
		margin-right: 6%;
	}*/
	.entry_list .entry_title {
		margin-top: 3%;
		line-height: 1.5;
	}

	.btn_to_entry {
		margin-top: 3%;
	}
	.btn_to_entry a {
		padding: 7.4% 0;
	}

	/* .header */
	.header .header_content {
		padding: 2.6% 4%;
	}
	.header .sp_menu_btn li .on {
		display: none;
		max-width: 100%;
		max-height: 100%;
	}

	.header .sp_menu_btn .hamburger span {
		height: 3px;
	}

	/* .other_information */
	.other_information .section_inner {
		padding: 17% 0;
	}
	.other_information .section_head {
		margin-bottom: 5%;
	}
	.other ul {
		text-align: center;
	}
	.other .info_card {
		width: 32%;
		max-width: 176px;
		margin: 0 2% 2% 0;
	}
	.other .info_card .pc {
		display: none;
	}
	.other .info_card .sp {
		display: block;
	}
	.other .info_card:nth-child(3n) {
		margin-right: 0;
	}
	.other .info_card:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

	.entry_list .entry_category span {
		padding: 3px 5px;
	}
/*	.btn_to_entry a {
		border-width: 2px;
	}*/
	.btn_to_entry a:hover {
		border-width: 2px;
	}

	/* .footer */
	.footer .footer_nav li a {
		padding: 6% 4%;
		font-size: 2.2rem;
	}
	.footer .footer_list li {
		font-size: 2.1rem;
		letter-spacing: -2px;
	}
	.footer .footer_list li a {
		padding: 10% 8%;
	}
	.footer .footer_list li:last-child a {
		padding: 5% 4%;
	}
	.footer .footer_list li::after {
		width: 5px;
		height: 5px;
	}
}
.footer .accordion_btn_content {
	display: none;
}
.footer .footer_nav > ul > li {
	padding: 0;
}
.footer .footer_nav > ul > li > .inner {
	padding: 0 4%;
}
.footer .footer_nav > ul > li:first-child > .inner {
	padding-left: 0;
}
.footer .footer_nav > ul > li:last-child > .inner {
	padding-right: 0;
}
@media screen and (max-width: 960px) {
	.footer .accordion_btn_content {
		display: table-cell;
	}
	.footer .footer_nav > ul > li > .inner {
		padding: 0;
	}
}



/* .header */
@media screen and (max-width: 960px) {
	body.is_active .wrapper {
		padding-top: 0 !important;
	}
	body.is_active .main,
	body.is_active .footer {
		display: none;
	}
	.header.is_active {
		/*position: absolute;*/
		background: #fff;
	}
	.sp_menu {
		position: absolute;
		width: 100%;
		height: auto;
		padding-bottom: 0;
	}
	.sp_menu_content {
		height: auto;
	}
}
body.is_active {
	position: relative;
	top: 0; left: 0;
}
.header {
	z-index: 9999;
}
.sub_menu_wrap {
	z-index: 9998;
}

.acd_btn {
	color: #009FE8;
	text-decoration: underline;
}
.acd_btn:hover {
	cursor: pointer;
	text-decoration: none;
}
.acd_content {
	display: none;
}
.margin_top_20{
	margin-top:20px;
}
.margin_bottom_20{
	margin-bottom:20px;
}
ul.list_antisocial>li{
	list-style-type: lower-roman;
}
.margin_top_20_pc{
	margin-top:20px;
}
@media screen and (max-width: 960px) {
.margin_top_20_pc{
	margin-top:0px;
}
}

/* 20190626 追加 */
/* サイドバーの矢印アイコン*/
.gnav li a {
	position: relative;
}
.gnav li a::after{
	position: absolute;
	right: 8px;
  top: 30%;
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	color: #3da3e3;
}
.gnav li.is_active a::after,
.gnav li.is_current a::after{
	color: #fff;
}

/* ipad対応*/
@media only screen
    and (min-device-width:768px)
    and (max-device-width:1024px){
	.side_menu_inner{
		width: 230px;
	}
	.mega_menu_wrap{
		display: none;
	}
}
/* ipad Pro対応*/
@media only screen
    and (min-device-width:1024px)
    and (max-device-width:1366px){
		.side_menu_inner{
		width: 230px;
	}
	.mega_menu_wrap{
		display: none;
	}
}

/* IRfairバナー設置 */

.side_menu .sns .irfair {
	padding: 1.5rem 0;
	width: 100%;
}


/* 矢印 */
.right_arrow {
	position: relative;
}


.right_arrow::after {
	position: absolute;
	right: 1rem;
  top: 5%;
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color: #000;
}

.right_arrow_l {
	position: relative;
}

.right_arrow_l::before {
	position: absolute;
	left: 0;
  top: 0;
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color: #505050;
	padding-right: 1rem;
}

/* リンク種類分け */
.breadcrumb_area .breadcrumb a {
	text-decoration: underline;
}

.content .box a:hover,
.media_list .topics a:hover,
.media_list .title a:hover,
.breadcrumb_area .breadcrumb a:hover {
	opacity: .7;
}
.footer .footer_nav li a:hover {
	text-decoration: none;
}


/* 20190826 サイドメニュー SNS */
.button_side_menu {
	margin: 8px;
	border: 1px solid #E5E5E5;
}

.button_side_menu_wrap {
	padding: 1px 10px;
}

.button_side_menu p {
	margin: 0;
}

.button_side_menu .title_1 {
	font-weight: bold;
	font-size: 1.3rem;
	color: #214C80;
}

.button_side_menu .right_picture_1 {
	padding-left: 1rem;
}

.button_side_menu small {
	font-size: 8.5px;
}

.menu_sidemenu_title {
	width: 82%;
}

.right_picture {
	width: 18%;
	padding-top: .8rem;
	padding-right: .8rem;
	box-sizing: border-box;
}

.right_picture img {
	max-width: none;
}

.button_side_menu a {
	color: #383A3B;
	display: flex;
	justify-content: space-around;
	align-items: center;
	cursor: pointer;
}

.button_side_menu a:hover {
	text-decoration: none;
	opacity: .7;
}

.sns.floatlist {
	letter-spacing: 0;
}

/* 20221222リストスタイル追加 */

.box_list_number ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.box_list_number ol ol{
  padding-left: 1em;
  padding-top: 1em;
}
.box_list_number li{
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-top: -3em;
}
.box_list_number li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .3em;
}

ul.asterisk {
  list-style-type: none;
  padding-left: 0px;
  list-style-position: outside;
}
ul.asterisk li{
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-top: -3em;
}
ul.asterisk li:before {
  counter-increment: item;
  content: "※";
  padding-right: .3em;
}

