@charset "utf-8";
/******************************************************************************
	common.css
	全ページ共通css
******************************************************************************/

/*
  base
*/
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: local('Noto Sans CJK JP'),
		local('NotoSansCJKjp-Regular'),
		local('NotoSansJP-Regular'),
		url('../font/NotoSansCJKjp-Regular.woff2') format('woff2'),
		url('../font/NotoSansCJKjp-Regular.woff') format('woff'),
		url('../font/NotoSansCJKjp-Regular.ttf')  format('truetype'),
		url('../font/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}
html {
	position: relative;
	min-height: 100%;
	font-size: 62.5%;
}
body {
	color: #333;
	min-width: 320px;
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 140%;
	line-height: 1.5;
	letter-spacing: 0.035em;
	-webkit-text-size-adjust: 100%;
	margin-bottom: 90px;
	overflow-y: scroll;
}
a {
	color: inherit;
	text-decoration: none;
	transition: all 0.5s;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}

@media print {
	body {
		min-width: 1050px;
	}
	.u-sp {
		display: none;
	}
}

/*
  layout
*/
.l-wapper {
	overflow-x: hidden;
}
.l-inner {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.l-header {
	position: relative;
	z-index: 10;
}
.l-header .l-inner {
	position: relative;
	padding-left: 30px;
}
.l-header_logo {
	padding-right: 480px;
}
.l-header_logo a {
	display: inline-block;
	padding-top: 9px;
	padding-bottom: 9px;
	box-sizing: border-box;
}
.l-header_menu {
	position: absolute;
	display: table;
	text-align: center;
	top: 0;
	right: 0;
	width: 530px;
	height: 100%;
}
.l-header_menu > * {
	display: table-cell;
	vertical-align: middle;
}
.l-header_menu_mypage {
	display: block;
	float: right;
}
.l-header_menu_mypage li {
	display: inline-block;
}
.l-header_menu_mypage li a {
	color: #fff;
	display: block;
	width: 120px;
	font-weight: bold;
	line-height: 1.28;
	padding-top: 18px;
	padding-bottom: 18px;
}
.l-header_menu_mypage li a.t-01 {
	background: #037ad5 url(../img/bg_l-header_menu_mypage.png) no-repeat right center;
}
.l-header_menu_mypage li a.t-02 {
	background: #0b0484 url(../img/bg_l-header_menu_mypage.png) no-repeat right center;
}
.l-header_menu_mypage li a.t-01:hover,
.l-header_menu_mypage li a.t-02:hover {
	background-color: #424d5a;
}


/*-- 221102ヘッダー更新 --*/
.l-header_menu._typeA {
	right: 180px;
	width: auto;
}
.l-header_menu._typeA .l-header_menu_mypage {
	display: flex;
	float: none;
	position: absolute;
	top: 0;
	right: -180px;
	flex-direction: column;
	text-align: left;
	height: 100%;
	z-index: 4;
}
.l-header_menu._typeA .l-header_menu_mega {
	display: none;
}
.l-header_menu._typeA .l-header_menu_mega > * {
	display: flex;
	flex-direction: column;
	z-index: 4;
}
.l-header_menu._typeA .l-header_menu_mega li {
	border-top: 1px solid #313e4c;
}
.l-header_menu._typeA .l-header_menu_mypage li {
	display: block;
	background-color: #313e4c;
	height: 100%;
}
.l-header_menu._typeA .l-header_menu_mypage li a {
	width: 180px;
	height: 100%;
	padding-left: 22px;
	box-sizing: border-box;
	padding-top: 17px;
	padding-bottom: 17px;
}
.l-header_menu._typeA .l-header_menu_mega li a {
	width: 180px;
	padding-left: 12px;
}
.l-header_menu._typeA .l-header_menu_mega li:nth-child(1) a {
	border-left: 10px solid #2297dc;
}
.l-header_menu._typeA .l-header_menu_mega li:nth-child(1) a:hover {
	background-color: #2297dc;
}
.l-header_menu._typeA .l-header_menu_mega li:nth-child(2) a {
	border-left: 10px solid #fa9a1d;
}
.l-header_menu._typeA .l-header_menu_mega li:nth-child(2) a:hover {
	background-color: #fa9a1d;
}
.l-header_menu._typeA .l-header_menu_mega li:nth-child(3) a {
	border-left: 10px solid #6fc61f;
}
.l-header_menu._typeA .l-header_menu_mega li:nth-child(3) a:hover {
	background-color: #6fc61f;
}
.l-header_menu._typeA .l-header_menu_mega li:nth-child(4) a {
	border-left: 10px solid #e76e76;
}
.l-header_menu._typeA .l-header_menu_mega li:nth-child(4) a:hover {
	background: #e76e76;
}
.l-header_menu._typeA .l-header_menu_mypage li a.t-01 {
	display: flex;
	align-items: center;
	background: url(../img/bg_l-header_menu_mypage_b.png) no-repeat 0 50%, url(../img/bg_l-header_menu_mypage_a.png) repeat-y 0 0;
	background-size: 100%, 100%;;
}
.l-header_menu._typeA .l-header_menu_mypage li a.t-01:before {
	content: '';
	position: absolute;
	display: block;
	top: 30px;
	margin: auto;
	width: 5px;
	height: 5px;
	right: 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg) scale(1, 1);
}
/*.l-header_menu._typeA .l-header_menu_mypage li a.t-01:hover:before,*/
.l-header_menu._typeA .l-header_menu_mypage li a.t-01._open:before {
	transform: rotate(45deg) scale(-1, -1);
}
/*-- //221102ヘッダー更新 --*/



.l-header_contact {
	width: 145px;
}
.l-header_contact a, .l-header_menu_lang li a {
	display: inline-block;
	padding: 10px;
}
.l-header_contact a:hover {
	opacity: 0.6;
}
.l-header_menu_lang li {
	display: inline-block;
	font-weight: bold;
}
.l-header_menu_lang li, .l-header_menu_lang li.t-jp:hover + li.t-en, .l-header_menu_lang li.t-en:hover + li.t-jp {
	color: #ccc;
}
.l-header_menu_lang li.is-selected, .l-header_menu_lang li.t-jp:hover, .l-header_menu_lang li.t-en:hover {
	color: #333;
}
.l-header_menu_lang li.t-en {
	position: relative;
}
.l-header_menu_lang li.t-en::before, .l-header_menu_lang li.t-en::after, .l-header_nav > ul > li + li > a::before, .l-header_nav > ul > li.t-mega > a > span::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
}
.l-header_menu_lang li.t-en::before {
	width: 12px;
	height: 1px;
	left: -5px;
	background-color: #ccc;
}
.l-header_menu_lang li.t-en::after {
	width: 5px;
	height: 5px;
	background-color: #323e4c;
	border-radius: 50%;
}
.l-header_menu_lang li.t-en:not(.is-selected)::after, .l-header_menu_lang li.t-jp:hover + li.t-en::after {
	left: -5px;
}
.l-header_menu_lang li.t-en.is-selected::after, .l-header_menu_lang li.t-en:hover::after {
	left: 2px;
}
.l-header_nav {
	position: relative;
	background-color: #323e4c;
	z-index: 3;
}
.l-header_nav > ul > li {
	color: #fff;
	display: inline-block;
	width: 20%;
	text-align: center;
	vertical-align: middle;
}
.l-header_nav > ul > li + li > a {
	position: relative;
}
.l-header_nav > ul > li + li > a::before {
	width: 1px;
	height: 20px;
	left: 0;
	background-color: #5b6570;
}
.l-header_nav > ul > li.is-open, .l-header_nav > ul > li.is-current, .l-header_nav > ul > li > a:hover {
	background-color: #424d5a;
}
.l-header_nav > ul > li > a {
	display: block;
	padding: 9px 10px 8px;
	box-sizing: border-box;
}
.l-header_nav > ul > li.t-mega {
	position: relative;
}
.l-header_nav > ul > li.t-mega > a > span {
	position: relative;
	display: block;
	padding-right: 16px;
}
.l-header_nav > ul > li.t-mega > a > span::before {
	width: 4px;
	height: 4px;
	right: 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
}
.l-header_nav > ul > li.t-mega.is-open > a > span::before {
	transform: rotate(45deg) scale(-1,-1);
}
.l-header_nav_mega {
	position: absolute;
	display: none;
	top: 100%;
	right: 0;
	left: 0;
	background-color: #424d5a;
	box-sizing: border-box;
	z-index: 4;
}
.l-header_nav_mega a:hover {
	opacity: 0.6;
}
.l-header_nav_mega_title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
}
.l-header_nav_mega > ul > li a {
	position: relative;
	display: block;
}
.l-header_nav_mega > ul > li > a {
	padding: 7px 15px 7px 35px;
}
.l-header_nav_mega > ul > li a::before {
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 2px;
	top: 0;
	bottom: 0;
	left: 9px;
	margin: auto;
	background-color: #fff;
}
.l-header_nav_mega > ul {
	text-align: left;
}
.l-header_nav_mega > ul > li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #5b6570;
}
.l-header_bg {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 100px;
	left: 0;
	background-color: rgba(255,255,255,0.8);
	z-index: 2;
}
.l-breadcrumbs {
	margin-top: 7px;
	margin-bottom: 40px;
}
.l-breadcrumbs li {
	color: rgba(51,51,51,0.6);
	display: inline-block;
	font-size: 85.7%;
	vertical-align: top;
}
.l-breadcrumbs li::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	vertical-align: 2px;
	margin-right: 10px;
	margin-left: 7px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
}
.l-breadcrumbs li:first-child::before {
	content: none;
}
.l-breadcrumbs li a, .l-breadcrumbs li.t-nolink {
	color: #333;
}
.l-breadcrumbs li a:hover {
	opacity: 0.6;
}
.l-content {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.l-content.t-one {
	display: block;
}
.l-main {
	width: 76%;
	margin-bottom: 60px;
}
.l-main.t-one {
	width: auto;
	margin-bottom: 80px;
}
.l-sidenav {
	width: 20%;
	margin-bottom: 80px;
	border-top: 1px solid #ccc;
}
.l-sidenav a, .l-sidenav_title span {
	position: relative;
	display: block;
	box-sizing: border-box;
}
.l-sidenav_title a, .l-sidenav_title span, .l-sidenav > ul > li > a, .l-sidenav > ul > li > ul > li > a{
	padding-right: 28px;
}
.l-sidenav_title a, .l-sidenav_title span, .l-sidenav > ul > li > a {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.l-sidenav_title a, .l-sidenav_title span {
	color: #fff;
	font-size: 114.3%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 17px;
	padding-left: 28px;
	background-color: #323e4c;
}
.l-sidenav_title a:hover {
	background-color: #424d5a;
}
.l-sidenav_title a::before, .l-sidenav > ul > li > a::before, .l-sidenav > ul > li > ul > li > a::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
}
.l-sidenav_title a::before, .l-sidenav > ul > li > a::before {
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.l-sidenav_title a::before {
	right: 20px;
}
.l-sidenav > ul > li > a {
	padding-top: 16px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-left: 4px solid #fff;
}
.l-sidenav > ul > li > a.is-current, .l-sidenav > ul > li > a:hover {
	border-left-color: #0b0484;
}
.l-sidenav > ul > li > a:hover {
	opacity: 0.6;
}
.l-sidenav > ul > li > a::before {
	right: 16px;
	border-top-color: #333;
	border-right-color: #333;
}
.l-sidenav > ul > li > a.t-02::before {
	transform: rotate(135deg);
}
.l-sidenav > ul > li > ul {
	display: none;
	/*margin-left: 8.25%;*/
}
.l-sidenav > ul > li.is-current > ul {
	display: block;
}
.l-sidenav > ul > li > ul > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
	/*padding-left: 40px;*/
	padding-left: calc(40px + 8.25%);
	border-bottom: 1px solid #e5e5e5;
}
.l-sidenav > ul > li > ul > li > a.is-current, .l-sidenav > ul > li > ul > li > a:hover {
	/*background-color: #ebf6ff;*/
	background: linear-gradient(to right, #ffffff 8.25%, #ebf6ff 8.25%);
}
.l-sidenav > ul > li > ul > li > a::before {
	width: 12px;
	height: 2px;
	left: calc(18px + 8.25%);
	background-color: #0b0484;
}
.l-footer {
	position: absolute;
	color: #fff;
	width: 100%;
	bottom: 0;
	text-align: center;
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 15px;
	background: #323e4c url(../img/bg_l-footer.png) no-repeat right center;
	background-size: contain;
}
.l-wapper.t-top .l-footer {
	margin-top: 0;
}
.l-footer_pagetop {
	position: fixed;
	display: none;
	width: 65px;
	line-height: 1;
	text-align: center;
	right: 35px;
	bottom: 80px;
	background-color: #323e4c;
	cursor: pointer;
	transition: background 0.5s;
	z-index: 4;
}
.l-footer_pagetop:hover {
	background-color: #eb8500;
}
.l-footer_nav {
	display: table;
	width: 100%;
	max-width: 765px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.l-footer_nav li {
	position: relative;
	display: table-cell;
	font-size: 85.7%;
}
.l-footer_nav li::before {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 20px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #56606c;
	transform: rotate(35deg);
}
.l-footer_nav li:first-child::before {
	content: none;
}
.l-footer_nav li a {
	display: block;
	padding: 10px 20px;
}
.l-footer_copy {
	font-size: 85.7%;
}

@media screen and (max-width: 1000px) {
	body {
		margin-bottom: 0;
	}
	.l-header_logo span {
		display: inline-block;
		max-width: 360px;
	}
	.l-header_logo a {
		/*
		padding-top: 19px;
		padding-bottom: 20px;
		*/
	}
	.l-header_menu {
		width: 490px;
	}
	.l-header_menu, .l-header_menu_mypage {
		/*
		height: 62px;
		*/
	}
	.l-header_menu_mypage li a {
		width: 115px;
		padding-top: 29px;
		padding-bottom: 28px;
	}
	.l-header_contact {
		width: 110px;
	}
	.l-content {
		display: block;
	}
	.l-main, .l-sidenav {
		width: auto;
	}
	.l-footer {
		position: static;
	}
	.l-footer_pagetop {
		width: 39px;
		right: 20px;
	}
}
@media screen and (max-width: 767px) {
	.l-inner {
		padding-right: 15px;
		padding-left: 15px;
	}
	.l-header .l-inner {
		position: initial;
		padding-left: 15px;
		min-height: 70px;
	}
	.l-header {
		padding-bottom: 40px;
	}
	.l-header_logo {
		padding-right: 120px;
	}
	.l-header_logo a {
		height: auto;
		padding-top: 12px;
		padding-bottom: 14px;
	}
	.l-header_logo span {
		max-width: 185px;
	}
	.l-header_logo img.t-01 {
		width: 110px;
	}
	.l-header_logo img.t-02 {
		width: 185px;
	}
	.l-header_menu, .l-header_menu > * {
		display: block;
	}
	.l-header_menu {
		position: static;
		width: auto;
		height: auto;
	}
	.l-header_menu_lang {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	.l-header_contact {
		position: absolute;
		width: 50%;
		font-weight: bold;
		text-align: center;
		right: 0;
		bottom: 40px;
		padding-right: 0;
		background-color: #fff;
		border-bottom: 1px solid #7c848d;
		border-left: 1px solid #7c848d;
		box-sizing: border-box;
		z-index: 4;
	}
	.l-header_contact a {
		display: block;
		padding-top: 9px;
		padding-bottom: 8px;
	}
	.l-header_menu_mypage {
		position: absolute;
		height: 70px;
		text-align: center;
		top: 0;
		right: 0;
	}
	.l-header_menu_mypage li {
		width: 50%;
	}
	.l-header_menu_mypage li a {
		width: auto;
		font-size: 85.7%;
		padding: 13px 3px;
	}
	/*-- 221102ヘッダー更新 --*/
	.l-header_logo {
		padding-right: 100px;
	}
	.l-header_menu._typeA .l-header_menu_mypage {
		height: auto;
		right: 0;
	}
	.l-header_menu._typeA .l-header_menu_mypage li a {
		height: 70px;
		width: 116px;
		padding: 10px;
		box-sizing: border-box;
	}
	.l-header_menu._typeA .l-header_menu_mypage li a.t-01 {
		background: url(../img/bg_l-header_menu_mypage_b.png) no-repeat 70% 50%, url(../img/bg_l-header_menu_mypage_a.png) repeat-y 0 0;
		background-size: 70%, cover;
	}
	.l-header_menu._typeA .l-header_menu_mypage li a.t-01:before {
		right: 10px;
	}
	.l-header_menu._typeA .l-header_menu_mypage li {
		width: 110px;
	}
	.l-header_menu._typeA .l-header_menu_mega {
		margin-left: calc(-100vw + 110px);
	}
	.l-header_menu._typeA .l-header_menu_mega li:nth-child(1),
	.l-header_menu._typeA .l-header_menu_mega li:nth-child(2),
	.l-header_menu._typeA .l-header_menu_mega li:nth-child(3),
	.l-header_menu._typeA .l-header_menu_mega li:nth-child(4),
	.l-header_menu._typeA .l-header_menu_mega li:nth-child(1) a,
	.l-header_menu._typeA .l-header_menu_mega li:nth-child(2) a,
	.l-header_menu._typeA .l-header_menu_mega li:nth-child(3) a,
	.l-header_menu._typeA .l-header_menu_mega li:nth-child(4) a {
		height: auto;
		width: 100vw;
	}
	.l-header_menu._typeA .l-header_menu_mega li:nth-child(1) a,
	.l-header_menu._typeA .l-header_menu_mega li:nth-child(2) a,
	.l-header_menu._typeA .l-header_menu_mega li:nth-child(3) a,
	.l-header_menu._typeA .l-header_menu_mega li:nth-child(4) a {
		text-align: center;
		width: 100vw;
		font-size: 1.4rem;
		padding: 15px;
	}
	/*-- //221102ヘッダー更新 --*/
	.l-header_nav > ul > li.t-mega > a > span {
		padding-right: 0;
	}
	.l-header_nav .l-inner {
		padding-right: 0;
		padding-left: 0;
	}
	.l-header_nav > ul > li {
		width: 50%;
		border-bottom: 1px solid #7c848d;
		box-sizing: border-box;
	}
	.l-header_nav > ul > li:nth-child(even) {
		border-left: 1px solid #7c848d;
	}
	.l-header_nav > ul > li + li > a::before, .l-header_nav > ul > li.t-mega > a > span::before {
		content: none;
	}
	.l-header_nav > ul > li > a {
		font-weight: bold;
	}
	.l-sidenav > ul > li > ul > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.l-footer {
		padding-top: 40px;
		padding-bottom: 27px;
		background-position: right 99%;
		background-size: 95px 123px;
	}
	.l-footer_pagetop {
		right: 15px;
	}
	.l-footer_nav, .l-footer_nav li {
		display: block;
	}
	.l-footer_nav {
		width: auto;
		margin-bottom: 33px;
		border-top: 1px solid #5b6570;
	}
	.l-footer_nav li {
		font-size: 100%;
		text-align: left;
		border-bottom: 1px solid #5b6570;
	}
	.l-footer_nav li::before {
		width: 12px;
		height: 2px;
		top: 0;
		bottom: 0;
		left: 9px;
		margin: auto;
		background-color: #fff;
		transform: rotate(0deg);
	}
	.l-footer_nav li:first-child::before {
		content: "";
	}
	.l-footer_nav li a {
		padding: 15px 30px 15px 35px;
	}
}

/*
  utility
*/
.u-cf {
	zoom: 1;
}
.u-palt {
	font-feature-settings: 'palt';
}
.u-cf:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}
.u-fl {
	float: left;
}
.u-fr {
	float: right;
}
.u-fc2 {
	color: #f00;
}
.u-fc3 {
	color: #eb8500;
}
.u-iblock {
	display: inline-block;
}
.u-fs-s {
	font-size: 90%;
}
.u-fs-l {
	font-size: 150%;
}
.u-fw-b {
	font-weight: bold;
}
.u-fw-n {
	font-weight: normal;
}
.u-ac {
	text-align: center;
}
.u-ar {
	text-align: right;
}
.u-mr3 {
	margin-right: 3px !important;
}
.u-mr10 {
	margin-right: 10px !important;
}
.u-mb-xl {
	margin-bottom: 12%;
}
.u-mb-l {
	margin-bottom: 55px !important;
}
.u-mb50 {
	margin-bottom: 50px !important;
}
.u-mb40 {
	margin-bottom: 40px !important;
}
.u-mb30 {
	margin-bottom: 30px !important;
}
.u-mb-m, .u-mb25 {
	margin-bottom: 25px !important;
}
.u-mb20 {
	margin-bottom: 20px !important;
}
.u-mb15, .u-mb-s {
	margin-bottom: 15px !important;
}
.u-mb10 {
	margin-bottom: 10px !important;
}
.u-mb5 {
	margin-bottom: 5px !important;
}
.u-mb0 {
	margin-bottom: 0 !important;
}
.u-ml10 {
	margin-left: 10px !important;
}
.u-pl10 {
	padding-left: 10px;
}
.u-oh {
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.u-sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.u-pc {
		display: none;
	}
	.u-mb-xl {
		margin-bottom: 120px;
	}
}

/*
  module
*/
.m-section-l {
	margin-bottom: 40px;
}
.m-section-m {
	margin-bottom: 25px;
}
.m-section-s {
	margin-bottom: 15px;
}
.m-page-title, .m-title-l, .m-title-m, .m-title-s {
	font-weight: bold;
}
.m-page-mainvis {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.m-page-title {
	color: #fff;
	font-size: 200%;
	text-align: center;
	padding-top: 21px;
	padding-bottom: 22px;
	background: url(../img/bg_m-page-title.png) no-repeat right center, -webkit-linear-gradient( 90deg, rgb(3,122,213) 0%, rgb(11,4,132) 100%);
	background: url(../img/bg_m-page-title.png) no-repeat right center, linear-gradient( 90deg, rgb(3,122,213) 0%, rgb(11,4,132) 100%);
	background-size: contain, cover;
}
.m-title-l {
	position: relative;
	font-size: 157.1%;
	margin-bottom: 20px;
	padding-bottom: 6px;
	border-bottom: 2px solid #0b0484;
}
.m-title-l::before, .m-title-m::before {
	content: "";
	position: absolute;
	display: block;
}
.m-title-l::before {
	width: 6px;
	height: 6px;
	right: 0;
	bottom: -6px;
	background-color: #fff;
	border: 2px solid #0b0484;
	border-radius: 50%;
}
.m-title-l.t-link a::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: 3px;
	margin-right: 10px;
	margin-left: -3px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
	box-sizing: border-box;
}
.m-title-l.t-link a:hover {
	opacity: 0.6;
}
.m-title-l.t-notice {
	color: #fa0c0c;
}
.m-title-l_label {
	display: inline-block;
	font-size: 63%;
	vertical-align: 2px;
	margin-right: 10px;
	padding: 1px 10px 2px;
	border: 2px solid #fa0c0c;
}
.m-title-m {
	position: relative;
	font-size: 128.6%;
	padding-left: 14px;
	margin-bottom: 15px;
}
.m-title-m::before {
	width: 4px;
	height: 1.33em;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #0b0484;
}
.m-title-s {
	font-size: 114.3%;
	margin-bottom: 10px;
}
.m-list li, .m-link, .m-pdf-list li a {
	position: relative;
}
.m-list li, .m-link {
	padding-left: 20px;
}
.m-list li + li {
	margin-top: 5px;
}
.m-list li::before, .m-link::before, .m-pdf-list li a::before {
	content: "";
	position: absolute;
	display: block;
}
.m-list.t-circle li::before {
	width: 6px;
	height: 6px;
	top: 5px;
	left: 0;
	background-color: #fff;
	border: 2px solid #0b0484;
	border-radius: 50%;
}
.m-list.t-dash li::before, .m-link::before, .m-pdf-list li a::before {
	width: 12px;
	height: 2px;
	background-color: #0b0484;
}
.m-list.t-dash li::before, .m-link::before {
	top: 10px;
	left: 0;
}
.m-link.t-pdf, .m-link.t-excel, .m-link.t-word {
	margin-bottom: 15px;
}
.m-link a, .m-pdf-list_size {
	position: relative;
	padding-right: 30px;
}
.m-link a {
	display: inline-block;
}
.m-link a:hover {
	opacity: 0.6;
}
.m-link a::after, .m-pdf-list_size::after {
	content: "";
	position: absolute;
	display: block;
	width: 23px;
	height: 23px;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.m-link.t-pdf a::after, .m-pdf-list_size::after {
	background: url(../img/icon_pdf.png) no-repeat right center;
	background-size: contain;
}
.m-link.t-excel a::after {
	background: url(../img/icon_excel.png) no-repeat right center;
	background-size: contain;
}
.m-link.t-word a::after {
	background: url(../img/icon_word.png) no-repeat right center;
	background-size: contain;
}
.m-underline-link {
	color: #1221b6;
	text-decoration: underline;
}
.m-underline-link:hover {
	text-decoration: none;
}
.m-bordered-link {
	position: relative;
	display: inline-block;
	min-width: 320px;
	font-weight: bold;
	padding: 12px 30px 12px 20px;
	box-shadow: 0px 0px 15.36px 0.64px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
}
.m-bordered-link:hover, .m-bordered-link.t-support:hover {
	box-shadow: 0px 0px 26.88px 1.12px rgba(21, 65, 232, 0.2);
}
.m-bordered-link::after,
.m-bordered-link_pdf.--typeA::after {
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	top: 0;
	right: 18px;
	bottom: 0;
	margin: auto;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
}
.m-bordered-link.t-support {
	display: block;
	box-shadow: none;
	padding-right: 0;
	padding-left: 0;
}
.m-bordered-link.t-support::after {
	width: 7px;
	height: 7px;
	right: 24px;
	border-top-width: 2px;
	border-right-width: 2px;
}
.m-bordered-link_pdf {
	display: inline-block;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 35px;
	background: url(../img/icon_pdf.png) no-repeat left center;
}
.m-bordered-link_word {
	display: inline-block;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 35px;
	background: url(../img/icon_word.png) no-repeat left center;
}
.m-bordered-link.--typeA,
.m-bordered-link_pdf.--typeA,
.m-bordered-link_blank.--typeA {
	background-color: #323e4c;
	color: #ffffff;
	padding: 25px 50px 25px 40px;
	box-shadow: none;
}
.m-bordered-link_pdf.--typeA,
.m-bordered-link_blank.--typeA {
	position: relative;
	display: inline-block;
	min-width: 320px;
	font-weight: bold;
	box-sizing: border-box;
	background-position: calc(100% - 18px) center;
}
.m-bordered-link_blank.--typeA {
	background-image: url(../img/icon_blank.png);
	background-repeat: no-repeat;
}
.m-bordered-link.--typeA:hover,
.m-bordered-link_pdf.--typeA:hover,
.m-bordered-link_blank.--typeA:hover {
	opacity: 0.6;
}
.m-bordered-link.--typeA::after {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.m-bordered-link_pdf.--typeA::after,
.m-bordered-link_blank.--typeA::after {
	content: none;
}
.m-pdf-list {
	border-bottom: 1px solid #eee;
}
.m-pdf-list li {
	border-top: 1px solid #eee;
}
.m-pdf-list li a {
	display: block;
	padding: 10px 18px 10px 40px;
}
.m-pdf-list li a::before {
	top: 0;
	bottom: 0;
	left: 18px;
	margin: auto;
}
.m-pdf-list li a:hover {
	box-shadow: 0px 0px 26.88px 1.12px rgba(21, 65, 232, 0.2);
}
.m-pdf-list_text, .m-pdf-list_size {
	display: block;
}
.m-pdf-list_text {
	float: left;
}
.m-pdf-list_size {
	float: right;
	color: #1221b6;
	padding-left: 20px;
}
.m-support-pdf {
	display: flex;
	justify-content: flex-end;
}
.m-support-pdf.t-left {
	justify-content: flex-start;
}
.m-support-pdf.t-center {
	justify-content: center;
}
.m-support-pdf > li + li {
	margin-left: 20px;
}
.m-button {
	position: relative;
	display: block;
	width: 320px;
	max-width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 18px 20px;
	box-sizing: border-box;
}
.m-button.t-submit.t-disabled {
	color: #ccc;
	background: #f0f3f5;
}
.m-button.t-submit:not(.t-disabled) {
	color: #fff;
	background: url(../img/bg_m-button.png) no-repeat left center, -webkit-linear-gradient( 90deg, rgb(3,122,213) 0%, rgb(11,4,132) 100%);
	background: url(../img/bg_m-button.png) no-repeat left center, linear-gradient( 90deg, rgb(3,122,213) 0%, rgb(11,4,132) 100%);
	background-size: contain;
}
.m-button.t-submit:not(.t-disabled)::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/bg_m-button.png) no-repeat left center, -webkit-linear-gradient( 0deg, #323e4c, #323e4c);
	background: url(../img/bg_m-button.png) no-repeat left center, linear-gradient( 0deg, #323e4c, #323e4c);
	background-size: contain;
	opacity: 0;
	transition-duration: 0.5s;
}
.m-button.t-submit.typeA:not(.t-disabled) {
	color: #fff;
	background: url(../img/bg_m-button.png) no-repeat left center, -webkit-linear-gradient( 90deg, rgb(232,110,117) 0%, rgb(232,110,117) 100%);
	background: url(../img/bg_m-button.png) no-repeat left center, linear-gradient( 90deg, rgb(232,110,117) 0%, rgb(232,110,117) 100%);
	background-size: contain;
}
.m-button.t-submit.typeA:not(.t-disabled)::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/bg_m-button.png) no-repeat left center, -webkit-linear-gradient( 0deg, #e8010e, #e8010e);
	background: url(../img/bg_m-button.png) no-repeat left center, linear-gradient( 0deg, #e8010e, #e8010e);
	background-size: contain;
	opacity: 0;
	transition-duration: 0.5s;
}
.m-button.t-submit.typeB:not(.t-disabled) {
	color: #fff;
	background: url(../img/bg_m-button.png) no-repeat left center, -webkit-linear-gradient( 90deg, #95d66e 0%, #48ad07 100%);
	background: url(../img/bg_m-button.png) no-repeat left center, linear-gradient( 90deg, #95d66e 0%, #48ad07 100%);
	background-size: contain;
}
.m-button.t-submit.typeB:not(.t-disabled)::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/bg_m-button.png) no-repeat left center, -webkit-linear-gradient( 0deg, #275e04, #48ad07);
	background: url(../img/bg_m-button.png) no-repeat left center, linear-gradient( 0deg, #275e04, #48ad07);
	background-size: contain;
	opacity: 0;
	transition-duration: 0.5s;
}
.m-button.t-submit.typeC:not(.t-disabled) {
	color: #fff;
	background: url(../img/bg_m-button.png) no-repeat left center, -webkit-linear-gradient( 90deg, #fa9a1d 0%, #ff7e00 100%);
	background: url(../img/bg_m-button.png) no-repeat left center, linear-gradient( 90deg, #fa9a1d 0%, #ff7e00 100%);
	background-size: contain;
}
.m-button.t-submit.typeC:not(.t-disabled)::after {
	content: "";
	background: url(../img/bg_m-button.png) no-repeat left center, -webkit-linear-gradient( 0deg, #fd6d03, #fd6d03);
	background: url(../img/bg_m-button.png) no-repeat left center, linear-gradient( 0deg, #fd6d03, #fd6d03);
	box-shadow: 0 1px 10px #fa9a1d;
}
.m-button.t-submit:not(.t-disabled):hover::after {
	opacity: 1;
}
.m-button.t-reset {
	color: #999;
	box-shadow: 0px 0px 15.36px 0.64px rgba(0, 0, 0, 0.08);
}
.m-button.t-reset:hover {
	background-color: #ebf6ff;
}
.m-button.t-submit::before, .m-button.t-reset.t-prev::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
}
.m-button.t-submit:not(.t-blank)::before, .m-button.t-reset.t-prev::before {
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.m-button.t-submit::before {
	right: 20px;
	z-index: 2;
}
.m-button.t-submit.t-blank::before {
	width: 19px;
	height: 19px;
	background: url(../img/icon_blank.png) no-repeat center center;
	background-size: contain;
}
.m-button.t-reset.t-prev::before {
	left: 20px;
	border-top-color: #333;
	border-right-color: #333;
	transform: rotate(-135deg);
}
.m-button.t-submit > span {
	position: relative;
	z-index: 2;
}
.m-table {
	width: 100%;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	box-sizing: border-box;
}
.m-table th, .m-table td {
	vertical-align: middle;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.m-table th {
	color: #fff;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #323e4c;
}
.m-table:not(.t-horizontal) td {
	padding-top: 12px;
	padding-bottom: 12px;
}
.m-table.t-horizontal td {
	padding-top: 15px;
	padding-bottom: 15px;
}
.m-data-list {
	display: table;
	width: 100%;
}
.m-data-list:not(.t-address) {
	border-bottom: 1px solid #eee;
}
.m-data-list.t-about, .m-data-list.t-address {
	font-weight: bold;
}
.m-data-list.t-about, .m-data-list.t-contact {
	padding-top: 15px;
	padding-bottom: 15px;
}
.m-data-list.t-awardees {
	padding-top: 10px;
	padding-bottom: 10px;
}
.m-data-list.t-awardees.t-first {
	padding-top: 0;
}
.m-data-list.t-contact.t-error {
	padding-top: 30px;
}
.m-data-list.t-contact.t-first {
	border-top: 1px solid #eee;
}
.m-data-list.t-directors {
	padding-bottom: 10px;
}
.m-data-list.t-address + .m-data-list.t-address {
	padding-top: 3px;
}
.m-data-list.t-directors + .m-data-list.t-directors {
	padding-top: 10px;
}
.m-data-list dt, .m-data-list dd {
	display: table-cell;
}
.m-data-list:not(.t-contact) dt, .m-data-list:not(.t-contact) dd {
	vertical-align: middle;
}
.m-data-list.t-contact dt, .m-data-list.t-contact dd {
	vertical-align: top;
}
.m-data-list.t-about dt, .m-data-list.t-address dt {
	color: #999;
}
.m-data-list.t-about dt {
	width: 12em;
}
.m-data-list.t-address dt {
	width: 8em;
}
.m-data-list.t-awardees dt {
	width: 150px;
}
.m-data-list.t-contact dt {
	width: 15.25em;
	font-weight: bold;
	padding-top: 10px;
}
.m-data-list.t-confirm dt {
	padding-top: 0;
}
.m-data-list.t-contact dt span {
	float: right;
	color: #eb8500;
	display: inline-block;
	font-size: 85.7%;
	font-weight: normal;
	line-height: 1;
	margin-top: 4px;
	margin-right: 3.5em;
	padding:2px 6px;
	border: 1px solid #eb8500;
}
.m-data-list.t-directors dt {
	width: 9.5em;
}
.m-data-list.t-address dd {
	font-size: 114.3%;
}
.m-box {
	padding: 15px 20px;
	border: 1px solid #eee;
}
.m-box.typeA {
	background-color: #f7f7f7;
}
.m-img-box.t-awardees,
.m-img-box.t-commemoration.typeA {
	display: flex;
	margin-bottom: 35px;
}
.m-img-box.t-awardees .m-img-box_image,
.m-img-box.t-commemoration.typeA .m-img-box_image {
	margin-right: 4%;
}
.m-img-box.t-commemoration.typeA .m-img-box_image img {
	width: 100%;
	max-width: 300px;
}
.m-img-box.t-speech .m-img-box_image {
	float: right;
	width: 33%;
	text-align: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
.m-img-box_text_title {
	font-weight: bold;
}
.m-img-box.t-commemoration.typeA,
.m-img-box.t-commemoration.typeB,
.m-img-box.t-commemoration.typeC {
	position: relative;
}
.m-img-box.t-commemoration.typeB .m-img-box_text {
	position: absolute;
	top: 28px;
	left: 0;
}
.m-img-box.t-commemoration.typeC .m-img-box_text {
	position: absolute;
	top: 0;
	left: 0;
	background:linear-gradient(to right, rgba(3,100,213,0.8), rgba(11,5,112,0.8));
	font-size: 2.8rem;
	color: #ffffff;
}
.m-img-box.t-commemoration.typeB .m-img-box_text .m-img-box_text_title {
	font-size: 3.2rem;
	font-weight: bold;
	color: #0b0483;
	line-height: 1.65;
}
.m-img-box.t-commemoration.typeC .m-img-box_text_title {
	font-size: 2.8rem;
	color: #ffffff;
	padding: 30px 40px;
	/*
	background: url(/prize/commemoration/img/cmn/bg_img_01.png) repeat;
	background-size: cover;
	*/
	mix-blend-mode: normal;
}
.m-img-box.t-commemoration.typeB .m-img-box_text .m-img-box_text_name {
	margin-top: 40px;
	font-weight: bold;
	font-size: 1.5rem;
}
.m-img-box.t-commemoration.typeB .m-img-box_text .m-img-box_text_txt {
	margin-top: 5px;
	font-size: 1.1rem;
}
.m-img-box.t-commemoration.typeB .m-img-box_image {
	margin-bottom: 45px;
}
.m-img-box.t-commemoration.typeC .m-img-box_image {
	padding-top: 90px;
	margin-bottom: 45px;
}
.m-img-box.t-commemoration.typeA .m-list {
	margin-top: 40px;
}
.m-img-box.t-commemoration.typeB .m-list.typeA > * {
	margin-top: 20px;
}
.m-img-box_text_title_name {
	display: inline-block;
	font-size: 142.9%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.m-img-box_text_title_name > span {
	font-size: 1.4rem;
}
.m-col2 {
	display: flex;
	justify-content: space-between;
}
.m-col2 > * {
	width: 48%;
}
.m-panel {
	display: table;
	table-layout: fixed;
	width: calc(100% + 40px);
	border-collapse: separate;
	border-spacing: 20px 0;
	margin: 0 -20px 20px;
}
.m-panel li {
	display: table-cell;
	text-align: center;
	padding: 32px 15px 0;
	border: 1px solid #eee;
}
.m-panel li.t-new {
	position: relative;
}
.m-panel_new {
	color: #fff;
	position: absolute;
	font-weight: bold;
	line-height: 1;
	top: 8px;
	left: 10px;
	padding: 3px 7px 4px 8px;
	background-color: #eb8500;
}
.m-panel_date {
	font-size: 85.7%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #eee;
}
.m-note_clm {
	display: flex;
}
.m-note_clm > *:first-child {
	padding-right: 5px;
}
.m-col-btn {
	margin-top: 30px;
	margin-left: calc(-3.5% / 2);
	margin-right: calc(-3.5% / 2);
	display: flex;
	justify-content: center;
}
.m-col-btn > * {
	width: 31%;
	margin-left: calc(3.5% / 2);
	margin-right: calc(3.5% / 2);
}
.m-col-btn > * a {
	position: relative;
	display: block;
	padding: 30px 25px;
}
.m-col-btn > * a:hover {
	opacity: 0.6;
}
.m-col-btn > * a:after {
	content: "";
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	top: 0;
	right: 18px;
	bottom: 0;
	margin: auto;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
}
.m-col-btn > *.m-btn02 a:after,
.m-col-btn > *.m-btn03 a:after {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.m-col-btn > *.m-btn01 a {
	border: 4px solid #0b0483;
	color: #0b0483;
	padding: 26px 21px;
}
.m-col-btn > *.m-btn02 a {
	background-color: #0b0483;
	color: #ffffff;
}
.m-col-btn > *.m-btn03 a {
	background: linear-gradient(to right, #037ad5, #0b0484);
	color: #ffffff;
}
.m-col-btn.typeA {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 380px;
	flex-direction: column;
}
.m-col-btn.typeA > * {
	margin-top: 40px;
	width: 100%;
}
.m-col-btn.typeA > *:nth-child(1) {
	margin-top: 0;
}
.m-banner-img {
	margin-left: auto;
	margin-right: auto;
	max-width: 570px;
}
.m-banner-img a:hover {
	opacity: 0.6;
}
.m-imgW650 {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.jsOpenWrap .jsBtnWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.jsOpenWrap .jsBtnWrap {
	cursor: pointer;
}
.jsOpenWrap .jsBtnWrap .jsBtn {
	font-size: 1.4rem;
	line-height: 2.2rem;
	display: flex;
}
.jsOpenWrap .jsBtnWrap .jsBtn:after {
	content: '－';
	color: #0B0483;
}
.jsOpenWrap .jsBtnWrap .jsBtn.is-current:after {
	content: '＋';
}
.jsOpenWrap .jsBtnWrap .jsBtn > *._close {
	display: block;
}
.jsOpenWrap .jsBtnWrap .jsBtn > *._open {
	display: none;
}
.jsOpenWrap .jsBtnWrap .jsBtn.is-current > *._close {
	display: none;
}
.jsOpenWrap .jsBtnWrap .jsBtn.is-current > *._open {
	display: block;
}
.jsOpenWrap .jsConts {
	display: none;
}
.m-link-anc {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.m-link-anc a {
	position: relative;
	display: block;
	width: 30%;
	text-align: center;
}
.m-link-anc a:hover {
	box-shadow: 0px 0px 26.88px 1.12px rgba(21, 65, 232, 0.2);
}
.m-link-anc a > span {
	display: block;
	background-color: #fff;
	padding: 12px 10px 34px 10px;
}
.m-link-anc a:before {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	top: -10px;
	left: -10px;
	background: linear-gradient( 90deg, rgb(3,122,213) 0%, rgb(11,4,132) 100%);
	z-index: -1;
}
.m-link-anc a:after {
	content: '';
	display: block;
	position: absolute;
	left: calc(50% - 5px);
	bottom: 16px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #0b0484;
	border-bottom: 2px solid #0b0484;
	transform: rotate(45deg);
}


@media screen and (max-width: 767px) {
	.m-bordered-link,
	.m-bordered-link_pdf.--typeA,
	.m-bordered-link_blank.--typeA {
		display: block;
		min-width: auto;
	}
	.m-scroll {
		margin: 30px -20px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.m-scroll_inner {
		min-width: 720px;
		padding: 0 20px;
	}
	.m-support-pdf, .m-table.t-horizontal th, .m-table.t-horizontal td, .m-data-list.t-about, .m-data-list.t-about dt, .m-data-list.t-about dd, .m-data-list.t-awardees, .m-data-list.t-awardees dt, .m-data-list.t-awardees dd, .m-data-list.t-contact, .m-data-list.t-contact dt, .m-data-list.t-contact dd {
		display: block;
	}
	.m-support-pdf li + li {
		margin-top: 20px;
		margin-left: 0;
	}
	.m-data-list.t-contact.t-error {
		padding-top: 15px;
	}
	.m-data-list.t-about, .m-data-list.t-contact dt {
		width: auto;
	}
	.m-data-list.t-about dt, .m-data-list.t-contact dt {
		margin-bottom: 5px;
	}
	.m-data-list.t-contact dt {
		padding-top: 0;
	}
	.m-data-list.t-contact dt span {
		float: none;
		margin-left: 0.75em;
	}
	.m-data-list.t-contact.t-error dd {
		padding-top: 20px;
	}
	.m-img-box.t-speech .m-img-box_image {
		float: none;
		width: auto;
		text-align: center;
		margin-left: 0;
	}
	.m-col2, .m-panel li, .m-panel li > div {
		display: block;
	}
	.m-col2 > *, .m-panel li, .m-panel_image {
		width: auto;
	}
	.m-panel li {
		position: relative;
		padding-top: 15px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.m-panel li + li {
		margin-top: 15px;
	}
	.m-bordered-link.t-support::after {
		right: 18px;
	}
	.m-col-btn {
		margin-left: auto;
		margin-right: auto;
		max-width: 270px;
		flex-direction: column;
	}
	.m-col-btn > * {
		width: 100%;
		margin-top: 15px;
	}
	.m-col-btn > *:nth-child(1) {
		margin-top: 0;
	}
	.m-col-btn.typeA {
		margin-top: 30px;
	}
	.m-col-btn.typeA > * {
		margin-top: 20px;
	}
	.m-img-box.t-commemoration.typeA {
		flex-direction: column-reverse;
	}
	.m-img-box.t-commemoration.typeA .m-img-box_image {
		margin-top: 28px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 600px;
	}
	.m-img-box.t-commemoration.typeB .m-img-box_image {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 600px;
	}
	.m-img-box.t-commemoration.typeC .m-img-box_image {
		width: 30%;
	}
	.m-img-box.t-commemoration.typeA .m-img-box_image img,
	.m-img-box.t-commemoration.typeB .m-img-box_image img {
		width: 100%;
		max-width: 600px;
	}
	.m-img-box.t-commemoration.typeA .m-list.typeA {
		display: flex;
		justify-content: flex-end;
		margin-top: 10px;
	}
	.m-img-box.t-commemoration.typeB .m-list.typeA > *.m-link {
		margin: 0;
	}
	.m-list.typeA > *.m-link:last-child a {
		padding-right: 0;
	}
	.m-img-box.t-commemoration.typeB .m-img-box_text {
		position: relative;
		top: 0;
	}
	.m-img-box.t-commemoration.typeC .m-img-box_text {
		position: relative;
		margin-left: -15px;
		display: inline-block;
		min-width: 70%;
	}
	.m-img-box.t-commemoration.typeB .m-img-box_text .m-img-box_text_title {
		font-size: 2.2rem;
		line-height: 1.5;
	}
	.m-img-box.t-commemoration.typeC .m-img-box_text_title {
		font-size: 2.0rem;
		padding: 25px 25px;
	}
	.m-img-box.t-commemoration.typeB .m-img-box_text .m-img-box_text_name {
		margin-top: 20px;
		font-size: 1.8rem;
	}
	.m-img-box.t-commemoration.typeB .m-img-box_text .m-img-box_text_txt {
		margin-top: 5px;
	}
	.m-img-box.t-commemoration.typeC .m-img-box_image {
		padding-top: 0;
		margin-top: -28px;
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 45px;
		width: calc(100% + 30px);
	}
	.m-img-box.t-commemoration.typeA .m-img-box_image img {
		width: 100%;
	}
	.m-banner-img {
		max-width: 375px;
	}
	.m-link-anc a {
		margin-bottom: 24px;
		margin-left: 10px;
		width: 100%;
	}
	.m-link-anc a:last-child {
		margin-bottom: 0;
	}
	.m-link-anc a > span {
		padding: 13px 0;
	}
	.m-link-anc a:before {
		width: 40px;
		height: 40px;
		top: -8px;
		left: -8px;
	}
	.m-link-anc a:after {
		left: auto;
		top: calc(50% - 5px);
		right: 20px;
	}

}
