@charset "utf-8";

html {
}

body {
}
@media screen and (min-width: 751px) {
	a {
		transition: color 0.3s ease-out;
		-webkit-transition: color 0.3s ease-out;
		-moz-transition: color 0.3s ease-out;
	}
	.scalup {
		overflow: hidden;
	}
	.scalup img {
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
	}
	a:hover .scalup img {
		opacity: 0.8;
		transform: scale(1.08);
		-webkit-transform: scale(1.08);
		-moz-transform: scale(1.08);
	}
	.hoverOpacity {
		opacity: 1;
		transition: opacity 0.3s ease-out;
		-webkit-transition: opacity 0.3s ease-out;
		-moz-transition: opacity 0.3s ease-out;
	}
	.hoverOpacity:hover  {
		opacity: 0.7;
	}
	.bgColor {
		transition: background-color 0.3s ease-out;
		-webkit-transition: background-color 0.3s ease-out;
		-moz-transition: background-color 0.3s ease-out;
	}
}

#content {
	overflow: hidden;
}
#kv.opened,
#content.opened,
#footer.opened {
	height: 0;
	overflow: hidden;
	padding: 0;
}

#kv .inner,
#header .inner,
#content .inner,
#footer .inner {
	max-width: 960px;
	margin: 0 auto;
}
@media screen and (max-width: 1010px) {
	#kv .inner,
	#header .inner,
	#content .inner,
	#footer .inner {
		padding: 0 25px;
		width: auto;
	}
}

@media screen and (min-width: 751px) { /* PC */
	.is-sp {
		display: none!important;
	}
}
@media screen and (max-width: 768px) { /* TB */
	
}
@media screen and (max-width: 750px) { /* SP */
	.is-pc {
		display: none!important;
	}
}

/*-----------------------------------------

		#header

-----------------------------------------*/
.h-mv,
.h-inner {
	position: relative;
}
.h-mv_swiper li {
	height: 495px;
	background-color: #000e4c;
	position: relative;
	overflow: hidden;
}
.h-mv_swiper li > img,
.h-mv_swiper li img.fix {
	max-width: inherit;
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.h-mv_swiper_video {
	width: 100%;
	height: 100%;
	position: relative;
}
.h-mv_swiper_video > video {
	max-width: inherit;
	max-width: 640px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.h-mv_swiper li .h-inner {
	height: 100%;
}
.h-mv_swiper li p {
	position: absolute;
	top: 50%;
	left: 240px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.h-mv_swiper_pagination {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1;
	z-index: 1;
}
.h-mv_swiper_pagination span {
	margin: 0 8px;
	opacity: 0.4;
	width: 10px;
	height: 10px;
	background-color: #eaeae9;
}
.h-mv_swiper_pagination span.swiper-pagination-bullet-active {
	opacity: 1;
}
@media screen and (max-width: 960px) {
	.h-mv_swiper li {
		height: auto;
	}
	.h-mv_swiper li .h-inner {
		padding-bottom: 52%;
		height: auto;
	}
}
.h-logo {
	padding-top: 88px;
	text-align: center;
	width: 158px;
	height: 395px;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 2;
	background-color: #000e4c;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.h-logo img {
	width: 80px;
	height: auto;
}
.is-2020.is-noindex .h-logo {
	opacity: 0;
}
.h-navi_box {
	font-size: 14px;
}
.h-navi_item {
	position: relative;
}
.h-navi_item a {
	display: block;
	padding: 25px 10px;
	text-decoration: none;
	font-weight: 400;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.h-navi_item.vol01 a:hover,
.h-navi_item.vol01 a.cur {
	color: #db0011;
}
.h-navi_item.vol02 a:hover,
.h-navi_item.vol02 a.cur {
	color: #ea6000;
}
.h-navi_item.vol03 a:hover,
.h-navi_item.vol03 a.cur {
	color: #fbc600;
}
.h-navi_item.vol04 a:hover,
.h-navi_item.vol04 a.cur {
	color: #1eaa39;
}
.h-navi_item.vol05 a:hover,
.h-navi_item.vol05 a.cur {
	color: #00b3ec;
}
.h-navi_item.vol06 a:hover,
.h-navi_item.vol06 a.cur {
	color: #c0599c;
}
.h-navi_item.vol07 a:hover,
.h-navi_item.vol07 a.cur {
	color: #db0011;
}
.h-navi_item.mouseOn a.cur {
	color: #00185f;
}
.h-navi_item br {
	display: none;
}
.h-navi_item:nth-child(1) a {
	padding-left: 0;
}
.h-navi_item:last-child a {
	padding-right: 0;
}
.h-navi_item ul {
	position: absolute;
	top: 80%;
	left: 50%;
	width: 12em;
	background-color: #ededec;
	transform: translate(-50%,0);
	z-index: 1;
	overflow: hidden;
	max-height: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.h-navi_item:hover ul {
	max-height: 100px;
}
.h-navi_item ul li a {
	padding: 5px 0;
}
.h-menu {
	display: none;
	width: 40px;
	height: 40px;
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 101;
	transition: background-color 0.3s ease-out;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
}
.h-menu.scroll {
	background-color: #00185f;
}
.h-menu:before,
.h-menu:after {
	content: " ";
	width: 24px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 8px;
	background-color: #fff;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}
.h-menu:before {
	margin-top: -3px;
}
.h-menu:after {
	margin-top: 3px;
}
.h-menu.opened:before {
	margin-top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.h-menu.opened:after {
	margin-top: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.h-mv_sub {
	height: 415px;
	position: relative;
	overflow: hidden;
	background-color: #000e4c;
}
.h-mv_sub figure {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.h-mv_sub figure img {
	max-width: inherit;
	height: 100%;
	width: auto;
}

.bogo-language-switcher {
	position: absolute;
	top: 30px;
	right: 20px;
	background-color: #fff;
	border-radius: 30px;
	z-index: 10;
}
.bogo-language-switcher li {
	float: left;
	font-size: 16px;
}
.bogo-language-switcher li.current {
	padding: 8px 20px;
	border-radius: 30px;
	background-color: #00177b;
	color: #fff;
}
.bogo-language-switcher li a {
	display: inline-block;
	padding: 8px 15px;
	text-decoration: none;
}
@media screen and (min-width: 1280px) {
	.h-mv_sub figure img {
		max-width: inherit;
		height: auto;
		width: 100%;
	}
}
@media screen and (max-width: 1000px) {
	.h-navi_item br {
		display: inherit;
	}
}
@media screen and (min-width: 751px) {
	.h-navi_box {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		text-align: center;
	}
	.h-navi_item {
		-webkit-box-flex: 1;
		flex-grow: 1;
	}
}
@media screen and (max-width: 750px) {
	.h-menu {
		display: inherit;
	}
	.h-mv_swiper li {
		height: auto;
	}
	.h-mv_swiper li.vol02 {
		height: auto;
	}
	.h-mv_swiper li .h-inner {
		padding-bottom: 0;
		height: 100%;
	}
	.h-mv_swiper li > img,
	.h-mv_swiper li img.fix {
		width: auto;
		height: auto;
		max-width: 100%;
		position: static;
		top: 0;
		left: 0;
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		transform: translate(0);
	}
	.h-mv_swiper li p {
		left: 38%;
		width: 58%;
	}
	.h-mv_swiper_pagination {
		padding: 14px 0;
		position: static;
		width: auto;
	}
	.h-mv_swiper_pagination span {
		margin: 0 8px;
		width: 13px;
		height: 13px;
		background-color: #000e4c;
	}
	.h-navi {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		font-size: 15px;
		z-index: 100;
		background-color: #00185f;
		text-align: left;
		display: none;
	}
	.h-navi .inner {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%!important;
		padding: 85px 25px 0!important;
		box-sizing: border-box;
		height: 100%;
		overflow-y: scroll;
	}
	.h-navi_item {
		float: 0;
		border-bottom: 1px solid #ededec;
		font-size: 16px;
	}
	.h-navi_item:nth-child(1) {
		border-top: 1px solid #ededec;
	}
	.h-navi_item a {
		display: block;
		padding: 14px 10px!important;
	}
	.h-navi_item.vol01 a {
		color: #db0011;
	}
	.h-navi_item.vol02 a {
		color: #ea6000;
	}
	.h-navi_item.vol03 a {
		color: #fbc600;
	}
	.h-navi_item.vol04 a {
		color: #1eaa39;
	}
	.h-navi_item.vol05 a {
		color: #00b3ec;
	}
	.h-navi_item.vol06 a {
		color: #c0599c;
	}
	.h-navi_item.vol07 a {
		color: #fff;
	}
	.h-navi_item ul {
		padding-left: 20px;
		margin-top: -5px;
		margin-bottom: 6px;
		position: static;
		width: auto;
		background-color: inherit;
		transform: translate(0,0);
		max-height: inherit;
	}
	.h-navi_item:hover ul {
		max-height: inherit;
	}
	.h-navi_item ul li a {
		padding: 10px 10px!important;
		border-bottom: 1px dotted #fff;
	}
	.h-navi_item ul li:last-child a {
		border-bottom: 0;
	}
	.h-navi_item br {
		display: none;
	}
	.h-mv_sub {
		height: 200px;
	}
	.h-mv_sub figure img {
		height: auto;
		width: 100%;
	}
	.h-logo {
		padding-top: 64px;
		width: 115px;
		height: 287px;
	}
	.h-logo img {
		width: 59px;
	}
	.h-mv_sub .h-logo {
		padding-top: 45px;
		width: 80px;
		height: 200px;
	}
	.h-mv_sub .h-logo img {
		width: 41px;
	}
	.bogo-language-switcher {
		top: 20px;
		right: 60px;
		border-radius: 20px;
	}
	.bogo-language-switcher li {
		font-size: 14px;
	}
	.bogo-language-switcher li.current {
		padding: 6px 15px;
		border-radius: 20px;
	}
	.bogo-language-switcher li a {
		padding: 6px 10px;
	}
}
@media screen and (max-width: 600px) {
	.h-logo {
		padding: 10% 0;
		width: 18%;
		height: auto;
	}
	.h-logo img {
		width: 49%;
	}
	.h-mv_sub .h-logo {
		padding: 45px 0 0;
		width: 80px;
		height: 200px;
	}
	.h-mv_sub .h-logo img {
		width: 41px;
	}
}
@media screen and (max-width: 375px) {
	.h-mv_sub figure img {
		height: 100%;
		width: auto;
	}
}


/*-----------------------------------------

		#content

-----------------------------------------*/
#content {
	padding: 30px 0 120px;
	position: relative;
}
.l-side {
	width: 220px;
	float: left;
}
.l-main {
	margin-left: 235px;
}
.c-title01 {
	font-size: 34px;
	font-weight: 500;
	line-height: 1.3;
}
.c-title02 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 400;
}
.c-title03 {
	margin-bottom: 35px;
	font-size: 24px;
	font-weight: 400;
}
.c-indent li {
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 750px) {
	#content {
		padding: 25px 0 44px;
	}
	.l-side {
		width: auto;
		float: none;
	}
	.l-main {
		margin-left: 0;
	}
	.c-title01 {
		margin-bottom: 13px;
		font-size: 25px;
	}
	.c-title01 br {
		display: none;
	}
	.c-title02 {
		margin-bottom: 18px;
		font-size: 25px;
		font-weight: 400;
	}
	.c-title03 {
		margin-bottom: 15px;
		font-size: 20px;
	}
}

.l-main02 {
	width: 62%;
	margin: 0 auto;
}
#content .inner02 {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
@media screen and (max-width: 750px) {
	.l-main02 {
		padding: 20px;
		width: auto;
	}
}





/*-----------------------------------------

		#footer

-----------------------------------------*/
#footer {
	padding: 53px 0 60px;
	background-color: #fff;
	overflow: hidden;
}
#footer .inner {
	position: relative;
}
.f-sns {
	margin-bottom: 25px;
}
.f-sns li {
	margin-right: 15px;
	width: 50px;
	float: left;
}
.f-link li {
	float: left;
	margin-right: 2em;
	font-size: 15px;
}
.f-link li a {
	text-decoration: none;
}
.f-box {
	position: absolute;
	width: 40%;
	top: -2px;
	right: 0;
	text-align: right;
}
.f-symbol {
	margin-bottom: 25px;
}
.f-symbol img {
	width: 51px;
}
.f-copyright {
	font-size: 15px;
}
@media screen and (max-width: 1010px) {
	.f-box {
		right: 25px;

	}
}
@media screen and (max-width: 750px) {
	#footer {
		padding: 40px 0 35px;
	}
	#footer .inner {
		padding-top: 60px;
		position: relative;
	}
	.f-sns {
		position: relative;
		left: 50%;
		float: left;
		margin-bottom: 50px;
	}
	.f-sns li {
		position: relative;
		left: -50%;
		margin: 0 20px 0;
		width: 70px;
	}
	.f-link {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.f-link li {
		display: inline-block;
		float: none;
		margin: 0 0.8em;
	}
	.f-box {
		clear: both;
		position: static;
		width: auto;
		text-align: center;
	}
	.f-symbol {
		margin-bottom: 20px;
	}
	.f-symbol img {
		width: 65px;
	}
	.f-copyright {
		font-size: 15px;
	}
}
@media screen and (max-width: 640px) {
	.f-sns li {
		margin: 0 15px 0;
		width: 50px;
	}
	.f-copyright {
		font-size: 12px;
	}
}

/*-----------------------------------------

		#page

-----------------------------------------*/

.m-challenge {
	margin-bottom: 50px;
}
.m-challenge li {
	margin-bottom: 55px;
}
.m-challenge_image {
	margin-bottom: 20px;
}
.m-challenge_text strong {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 400;
}
@media screen and (max-width: 750px) {
	.m-challenge {
		margin-bottom: 20px;
	}
	.m-challenge li {
		margin-bottom: 35px;
	}
	.m-challenge_image {
		text-align: center;
		margin-bottom: 15px;
	}
}

.m-challenge02 {
	margin-bottom: 50px;
	overflow: hidden;
}
.m-challenge02 h2 {
	
}
.m-challenge02 h2 {
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: 400;
}
.m-challenge02 li {
	border-top: 1px solid #000e4b;
	margin-right: 4.7%;
	width: 30.2%;
	float: left;
}
.m-challenge02 li:nth-child(3n) {
	margin-right: 0;
}
.challenge02_title {
	padding: 15px 0;
	text-align: center;
}
.m-challenge02_image {
	margin-bottom: 10px;
}
.m-challenge02 li strong {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
}
@media screen and (max-width: 750px) {
	.m-challenge02 {
		margin-bottom: 30px;
	}
	.m-challenge02 h2 {
		margin-bottom: 15px;
		font-size: 20px;
		font-weight: 400;
	}
	.m-challenge02 li {
		border-top: 0;
		margin-bottom: 25px;
		margin-right: 0;
		width: auto;
		float: none;
		position: relative;
	}
	.m-challenge02 li strong {
		text-align: left;
	}
	.challenge02_title {
		padding: 0 0;
		text-align: center;
		width: 100%;
		position: absolute;
		top: 15px;
		left: 0;
		color: #fff;
		font-size: 14px;
	}
}

.m-news {
	margin-bottom: 40px;
}
.m-news h2 {
	margin-bottom: 30px;
}
.m-news_item {
	border-bottom: 1px solid #000e4d;
}
.m-news_item:nth-child(1) {
	border-top: 1px solid #000e4d;
}
.m-news_item a {
	display: block;
	padding: 30px 0;
	text-decoration: none;
	overflow: hidden;
}
.m-news_catch {
	width: 38.8%;
	float: left;
	position: relative;
	overflow: hidden;
}
.m-news_category {
	width: 50%;
	height: 100%;
	background-color: #000e4d;
	color: #e14a07;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	font-weight: 400;
}
.m-news_category.color01 {
	color: #db0011;
}
.m-news_category.color02 {
	color: #e14a07;
}
.m-news_category.color03 {
	color: #f8bb09;
}
.m-news_category.color04 {
	color: #209d2c;
}
.m-news_category span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.m-news_image {
	width: 50%;
	float: right;
}
.m-news_textbody {
	margin-left: 41.6%;
}
.m-news_textbody h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: underline;
}
.m-news_textbody p {
	font-size: 14px;
	line-height: 1.4;
}
.m-news_category_list {
	padding-top: 50px;
}
.m-news_category_item {
	margin-bottom: 25px;
}
.m-news_category_item a {
	padding: 0 5px 2px;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	background-color: #db0011;
	color: #000e4c;
}
.m-news_category_item.color01 a {
	background-color: #db0011;
}
.m-news_category_item.color02 a {
	background-color: #e14a07;
}
.m-news_category_item.color03 a {
	background-color: #f8bb09;
}
.m-news_category_item.color04 a {
	background-color: #209d2c;
}
@media screen and (min-width: 751px) {
	a:hover .m-news_textbody h3 {
		text-decoration: none;
	}
}
@media screen and (max-width: 750px) {
	.m-news {
		margin-bottom: 25px;
	}
	.m-news h2 {
		margin-bottom: 20px;
	}
	.m-news_item a {
		padding: 20px 0;
	}
	.m-news_catch {
		max-width: 320px;
		width: 100%;
		float: none;
	}
	.m-news_category {
		font-size: 18px;
	}
	.m-news_textbody {
		padding-top: 8px;
		clear: both;
		margin-left: 0;
	}
	.m-news_textbody h3 {
		margin-bottom: 5px;
		font-size: 22px;
	}
	.m-news_textbody p {
		font-size: 17px;
	}
	.m-news_category_list {
		padding-top: 0;
		margin-bottom: 15px;
	}
	.m-news_category_item {
		margin: 0 17px 17px 0;
		display: inline-block;
	}
	.m-news_category_item a {
		font-weight: 400;
	}
}

.m-pager {
	padding-top: 30px;
	overflow: hidden;
	font-size: 15px;
}
.m-pager a {
	text-decoration: none;
}
.m-pager_prev {
	float: left;
}
.m-pager_next {
	float: right;
}
@media screen and (max-width: 750px) {
	.m-pager {
		padding-top: 70px;
		font-size: 17px;
	}
}

.m-about_logo {
	padding: 20px 0 40px;
	border-top: 1px solid #000e4c;
	border-bottom: 1px solid #000e4c;
}
.m-about_logo figure {
	width: 160px;
	float: left;
	text-align: center;
}
.m-about_logo_text {
	margin-left: 200px;
}
.m-about_mv {
	margin: 25px auto 40px;
}
@media screen and (max-width: 750px) {
	.m-about_logo {
		padding: 17px 0 35px;
	}
	.m-about_logo figure {
		margin-bottom: 15px;
		width: auto;
		float: none;
	}
	.m-about_logo_text {
		margin-left: 0;
	}
	.m-about_mv {
		width: auto;
		margin: 15px auto;
	}
}

.m-about {
	margin-bottom: 40px;
}
.m-about h2 {
	margin-bottom: 20px;
	text-align: center;
}
.m-about address {
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
}
.m-about .m-about_support h3 {
	font-size: 110%;
	margin: 30px 0 10px;
}
.m-about .m-about_support h3 span {
	font-size: 74%;
	font-weight: normal;
}
.m-about .m-about_support h4 {
	font-size: 100%;
	margin: 20px 0 3px;
}
.m-about .m-about_support p {
	margin-bottom: 15px;
	line-height: 1.7;
}
.m-about_box {
	margin: 40px 0 20px;
	padding: 15px 20px;
	background-color: #000e4b;
	color: #fff;
}
.m-about_box_wrap {
	overflow: hidden;
}
.m-about_textarea {
	width: 60%;
	float: left;
}
.m-about_map {
	width: 35%;
	float: right;
	background-color: #fff;
}
.m-about_map iframe {
	width: 100%;
	height: 100%;
}
.m-about_box th {
	width: 5em;
	text-align: left;
	font-weight: normal;
}
.m-about_box th.vol02 {
	width: 6em;
	text-align: left;
	font-weight: normal;
}
.m-about_box th,
.m-about_box td {
	vertical-align: top;
	text-align: left;
	padding: 5px 0;
}
.m-about_box h4 {
	font-size: 110%;
	margin-bottom: 10px;
}
.m-about_box p {
	line-height: 1.5;
}
.m-about_box a {
	color: #fff;
	text-decoration: underline;
}
.m-about_box a:hover {
	text-decoration: none;
}
.m-about_box ul {
	padding-top: 20px;
	clear: both;
}
.m-about_box ul li {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
	.m-about {
		margin-top: -50px;
		margin-bottom: 25px;
	}
	.m-about h2 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.m-about h2 br {
		display: inherit!important;
	}
	.m-about address {
		margin-bottom: 15px;
		font-size: 16px;
	}
	.m-about figure {
		margin-bottom: 16px;
	}
	.m-about h3 {
		margin: 20px 0 10px;
	}
	.m-about_box {
		margin: 20px 0;
		padding: 10px 15px;
	}
	.m-about_box h4 {
		font-size: 100%;
	}
	.m-about_box th {
		font-weight: normal;
	}
	.m-about_box p {
		margin-top: 15px;
	}
	.m-about .m-about_support {
		font-size: 15px;
	}
}
@media screen and (max-width: 640px) {
	.m-about_box th,
	.m-about_box td {
		padding: 3px 0;
	}
	.m-about_textarea {
		margin-bottom: 20px;
		width: auto;
		float: none;
	}
	.m-about_map {
		width: auto;
		float: none;
		text-align: center;
	}
}

.m-movie {
	margin-bottom: 50px;
}
.m-movie h2 {
	margin-bottom: 30px;
}
.m-movie_box {
	max-width: 640px;
	margin: 0 auto;
}
.m-movie_box > div {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.m-movie_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 750px) {
	.m-movie {
		margin-bottom: 30px;
	}
	.m-movie h2 {
		margin-bottom: 20px;
	}
}

.m-member_box {
	margin-bottom: 130px;
}
.m-member_box:last-of-type {
	margin-bottom: 0;
}
.m-member_organization_item {
	margin-bottom: 40px;
	overflow: hidden;
}
.m-member_organization_item h4 {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 400;
}
.m-member_organization_image {
	text-align: center;
	width: 218px;
	float: left;
}
.m-member_organization_textbody {
	margin-left: 250px;
}
.m-member_company {
	overflow: hidden;
}
.m-member_company_item {
	margin: 0 4.7% 30px 0;
	width: 30.2%;
	float: left;
}
.m-member_company_item h4 {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 400;
}
.m-member_company_item:nth-child(3n) {
	margin-right: 0;
}
.m-member_company_item:nth-child(3n+1) {
	clear: both;
}
@media screen and (max-width: 750px) {
	.m-member_box {
		margin-bottom: 60px;
	}
	.m-member_box:last-of-type {
		margin-bottom: 0;
	}
	.m-member_organization_item {
		margin-bottom: 30px;
	}
	.m-member_organization_item h4 {
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: 500;
	}
	.m-member_organization_image {
		margin-bottom: 12px;
		width: auto;
		float: none;
	}
	.m-member_organization_textbody {
		margin-left: 0;
	}
	.m-member_company_item {
		margin: 0 0 30px 0;
		width: auto;
		float: none;
	}
	.m-member_company_item h4 {
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: 500;
	}
}

.m-menu_detail {
	padding-top: 25px;
	padding-bottom: 40px;
	border-top: 1px solid #000e4d;
	border-bottom: 1px solid #000e4d;
	margin-bottom: 100px;
}
.m-menu_detail_title {
	overflow: hidden;
	margin-bottom: 35px
}
.m-menu_detail_title h1 {
	padding-right: 80px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
}
.m-menu_detail_category {
	width: 65px;
	height: 65px;
	background-color: #000e4c;
	float: right;
	position: relative;
	font-size: 8px;
}
.m-menu_detail_category span {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.m-menu_detail_category.color01 {
	color: #db0011;
}
.m-menu_detail_category.color02 {
	color: #e14a07;
}
.m-menu_detail_category.color03 {
	color: #f8bb09;
}
.m-menu_detail_category.color04 {
	color: #209d2c;
}
.m-menu_detail_box {
	margin-bottom: 40px;
}
.m-menu_detail_box:last-of-type {
	margin-bottom: 0;
}
.m-menu_detail_box figure {
	margin-bottom: 25px;
	text-align: center;
}
.m-menu_detail_box img {
	width: auto;
	height: auto;
}
.m-menu_detail_box p {
	margin-bottom: 1.5em;
}
.m-menu_detail_box h2 {
    font-size: 140%;
}
@media screen and (max-width: 750px) {
	.m-menu_detail {
		padding-top: 15px;
		padding-bottom: 40px;
		margin-bottom: 32px;
	}
	.m-menu_detail_title {
		margin-bottom: 17px
	}
	.m-menu_detail_title h1 {
		padding-right: 0;
		font-size: 22px;
		line-height: 1.4;
	}
	.m-menu_detail_category {
		display: none;
	}
}

.m-message_lead {
	margin-bottom: 60px;
}
.m-message_item {
	overflow: hidden;
	margin-bottom: 45px;
}
.m-message_item_image {
	width: 22.19%;
	float: left;
}
.m-message_item_text {
	padding: 16px 24px;
	border-radius: 10px;
	width: 76%;
	float: right;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
}
.m-message_item_text:after {
	content: " ";
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top: 18px solid #fff;
	position: absolute;
	top: 105px;
	left: -25px;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.m-video_item_title {
	font-weight: bold;
	margin-top: 3px;
}
.m-message_item_name {
	margin-top: 3px;
	text-align: right;
}
.m-video_top {
	margin-bottom: 30px;
}
.m-video_top a {
	display: block;
	padding: 30px 0;
	text-decoration: none;
}
.m-video_top .m-video_item_image {
	max-width: 520px;
	margin: 0 auto;
}
.m-video_top .m-video_item_name {
	margin: 10px auto 0;
}
.m-message_movie {
	padding-top: 50px;
	border-top: 1px solid #00185f;
	margin-top: 50px;
}
.m-video_item {
	margin-bottom: 30px;
	width: 48%;
	float: left;
}
.m-video_item:nth-child(2n) {
	float: right;
}
.m-video_item:nth-child(2n+1) {
	clear: both;
}
.m-video_item a {
	display: block;
	text-decoration: none;
}
.m-video_item_image {
	position: relative;
}
.m-video_item_image:before {
	content: " ";
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-left: 18px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -7px;
	z-index: 1;
}
.m-video_item_image:after {
	content: " ";
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #000e4c!important;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
}
.m-video_item_name {
	margin-top: 3px;
}
@media screen and (max-width: 750px) {
	.m-message_lead {
		font-size: 110%;
		margin-bottom: 45px;
	}
	.m-message_movie {
		padding-top: 30px;
		margin-top: 30px;
	}
	.m-message_item_image {
		margin: 0 auto 10px;
		width: auto;
		max-width: 450px;
		float: none;
	}
	.m-message_item_text {
		padding: 15px 15px 13px;
		border-radius: 8px;
		width: auto;
		float: none;
	}
	.m-message_item_text:after {
		border: 20px solid transparent;
		border-right: 15px solid #fff;
		position: absolute;
		top: -20px;
		left: 15%;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0);
	}
	.m-video_top a {
		padding: 10px 10px;
	}
	.m-video_item {
		margin-bottom: 25px;
		width: auto;
		float: none;
	}
	.m-video_item:nth-child(2n) {
		float: none;
	}
}

.m-support strong {
	font-weight: 400;
}
.m-support_lead {
	margin-bottom: 40px;
}
.m-support_individual {
	padding-bottom: 80px;
	border-bottom: 1px solid #000e4d;
	margin-bottom: 30px;
}
.c-m-support_title {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 400;
}
.c-m-support_text {
	margin-bottom: 40px;
}
.m-support_btns {
	margin-bottom: 40px;
	overflow: hidden;
}
.m-support_btns li {
	width: 48%;
	float: left;
	font-weight: 400;
	font-size: 16px;
}
.m-support_btns li:nth-child(2) {
	float: right;
}
.m-support_btns li a {
	display: block;
	padding: 12px 24px;
	color: #fff;
	text-decoration: none;
	background: #000e4c;
	position: relative;
}
.m-support_btns li a:after {
	content: " ";
	width: 24px;
	height: 24px;
	background: url(../img/arrow.svg) center center no-repeat;
	background-size: auto 24px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
}
.m-support_btns li a.now:after {
	right: 12px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
.m-support_btn a {
	display: block;
	max-width: 265px;
	padding: 12px 24px;
	color: #fff;
	text-decoration: none;
	background: #000e4c;
	position: relative;
	box-sizing: border-box;
}
.m-support_btn a:after {
	content: " ";
	width: 24px;
	height: 24px;
	background: url(../img/arrow.svg) center center no-repeat;
	background-size: auto 24px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
}
.m-form_table {
	width: 100%;
	display: table;
}
.m-form_table dl {
	display: table-row;
}
.m-form_table dt,
.m-form_table dd {
	padding: 8px 0;
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.m-form_table dd {
	font-size: 12px;
}
.m-form_table dt {
	font-size: 15px;
	width: 172px;
	overflow: hidden;
}
.en-US .m-form_table dt {
	width: 200px;
}
.m-form_table dt span {
	padding-top: 2px;
	margin-right: 11px;
	width: 9em;
	float: right;
	font-size: 12px;
}
.m-form_table dt .required {
	margin-left: 5px;
	font-size: 12px;
	color: #db0011;
}
.m-form_name {
	margin-left: -35px;
	overflow: hidden;
}
.m-form_name li {
	margin-right: 25px;
	width: 200px;
	float: left;
}
.m-form_name li:last-child {
	margin-right: 0;
}
.m-form_name li span {
	margin-right: 11px;
	display: inline-block;
	width: 2em;
	text-align: right;
}
.m-form_table dd span.error {
	display: block!important;
	padding-top: 5px!important;
	margin: 0!important;
	width: auto!important;
	position: static!important;
	color: #db0011;
	text-align: left!important;
}
.m-form_kana {
	position: relative;
}
.m-form_kana span {
	position: absolute;
	top: 2px;
	left: -35px;
	margin-right: 11px;
	display: inline-block;
	width: 2em;
	text-align: right;
}
.m-form_zip {
	margin-left: -35px;
}
.m-form_zip span {
	margin-right: 11px;
	display: inline-block;
	width: 2em;
	text-align: right;
}
.m-form_zip a {
	margin-left: 24px;
	display: inline-block;
	text-decoration: none;
}
@media screen and (max-width: 750px) {
	.m-support_lead {
		margin-bottom: 20px;
	}
	.m-support_individual {
		padding-bottom: 70px;
		margin-bottom: 30px;
	}
	.c-m-support_title {
		margin-bottom: 10px;
	}
	.c-m-support_text {
		margin-bottom: 25px;
	}
	.m-form_table {
		width: auto;
		display: block;
	}
	.m-form_table dl {
		overflow: hidden;
		display: block;
	}
	.m-form_table dt {
		padding: 15px 0 10px;
		display: block;
		font-size: 17px;
		width: 145px;
		float: left;
	}
	.m-form_table dd {
		padding: 10px 0;
		display: block;
		margin-left: 160px;
	}
	.m-form_table dl.layout01 dt,
	.m-form_table dl.layout01 dd {
		padding: 10px 0;
		display: block;
		width: auto;
		margin: 0;
		float: none;
	}
	.m-form_table dt span {
		padding: 2px 0 0 15px;
		margin: 0;
		width: auto;
		float: none;
		font-size: 14px;
		display: block;
	}
	.m-form_table dt span.error {
		padding: 5px 0 0;
		margin: 0;
		color: #db0011;
	}
	.m-form_name {
		margin-left: 0;
	}
	.m-form_name li {
		padding-left: 160px;
		margin: 0 0 20px;
		width: auto;
		float: none;
		position: relative;
	}
	.m-form_name li:last-child {
		margin: 0;
	}
	.m-form_name li span {
		margin-right: 0;
		display: inline-block;
		width: 2em;
		text-align: left;
		position: absolute;
		top: 12px;
		left: 15px;
	}
	.m-form_name li span.error {
		position: static;
		display: block;
		width: auto;
	}
	.m-form_kana {
		padding-left: 160px;
		margin-left: 0;
		position: relative;
	}
	.m-form_kana span {
		margin-right: 0;
		display: inline-block;
		width: 2em;
		text-align: left;
		position: absolute;
		top: 8px;
		left: 0;
		font-size: 17px;
	}
	.m-form_kana li span.error {
		position: static;
		display: block;
		width: auto;
	}
	.m-form_zip {
		padding-left: 160px;
		margin-left: 0;
		position: relative;
	}
	.m-form_zip span {
		margin-right: 0;
		display: inline-block;
		width: 2em;
		text-align: left;
		position: absolute;
		top: 12px;
		left: 15px;
	}
	.m-form_zip a {
		margin: 10px 0 0;
		display: block;
		text-decoration: none;
		font-size: 17px;
		text-decoration: underline;
	}
}
@media screen and (max-width: 640px) {
	.m-form_table dt {
		width: 73px;
	}
	.m-form_table dd {
		margin-left: 80px;
	}
	.en-US .m-form_table dt {
		width: 100%;
	}
	.en-US .m-form_table dd {
		margin-left: 0px;
	}
	.m-form_table dl.layout01 dt,
	.m-form_table dl.layout01 dd {
		width: auto;
		margin: 0;
	}
	.en-US .mw_wp_form .horizontal-item.horizontal-item{
		display: block;
		margin-left: 0;
	}
	.m-form_table dt span {
		padding: 4px 0 0 10px;
	}
	.m-form_name li {
		padding-left: 80px;
	}
	.m-form_name li span {
		left: 10px;
	}
	.m-form_kana {
		padding-left: 80px;
	}
	.m-form_zip {
		padding-left: 80px;
	}
	.m-form_zip span {
		margin-right: 0;
		display: inline-block;
		width: 2em;
		text-align: left;
		position: absolute;
		top: 12px;
		left: 15px;
	}
}


input[type=text],
input[type=email]{
	padding: 0 10px;
	height: 26px;
}
input[type=text].size01 {
	width: 164px;
}
input[type=text].size02 {
	width: 60px;
}
input[type=text].size03 {
	width: 76px;
}
textarea {
	padding: 10px;
	height: 220px;
}
input[type=submit] {
	padding: 12px 24px;
	color: #fff;
	font-size: 16px;
	text-align: left;
	position: relative;
	font-weight: 400;
	background: url(../img/arrow.svg) right 18px top 50% no-repeat;
	background-size: auto 24px;
	background-color: #000e4c;
}
@media screen and (max-width: 750px) {
	input[type=text] {
		padding: 0 10px;
		height: 40px;
		font-size: 16px;
	}
	input[type=text].size01 {
		width: 100%;
	}
	input[type=text].size02 {
		width: 85px;
	}
	input[type=text].size03 {
		width: 125px;
	}
	textarea {
		padding: 10px;
		height: 180px;
		font-size: 16px;
	}
	input[type=submit] {
		padding: 12px 24px;
		color: #fff;
		font-size: 16px;
		text-align: left;
		position: relative;
		font-weight: 400;
		background: url(../img/arrow.svg) right 18px top 50% no-repeat;
		background-size: auto 24px;
		background-color: #000e4c;
	}
}
@media screen and (max-width: 640px) {
	input[type=text].size02 {
		width: 60px;
	}
	input[type=text].size03 {
		width: 85px;
	}
}

.m-history_lead {
	margin-bottom: 50px;
}
.m-history_section {
	margin-bottom: 70px;
}
.m-history_section:last-of-type {
	margin: 0;
}
.m-history_section h2 {
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: 400;
}
.m-history_section p,
.m-history_section figure,
.m-history_section ul {
	margin-bottom: 30px;
}
.m-history_box .logo {
	margin-left: 30px;
	width: 34.6%;
	float: right;
}
.m-history_box p {
	padding-top: 20px;
}
.m-history_imageBox {
	overflow: hidden;
}
.m-history_imageBox figure {
	margin-right: 30px;
	width: 40%;
	float: left;
	
}
@media screen and (max-width: 750px) {
	.m-history_lead {
		margin-bottom: 45px;
	}
	.m-history_section {
		margin-bottom: 60px;
	}
	.m-history_section:last-of-type {
		margin: 0;
	}
	.m-history_section h2 {
		margin-bottom: 15px;
		font-size: 20px;
		font-weight: 400;
	}
	.m-history_section p,
	.m-history_section figure,
	.m-history_section ul {
		margin-bottom: 15px;
	}
	.m-history_box .logo {
		padding: 10px 20px;
		width: auto;
		float: none;
	}
	.m-history_box p {
		padding-top: 0;
		margin-right: 0;
	}
	
}

.m-privacy_section {
	margin-bottom: 45px;
}
.m-privacy_section:last-of-type {
	margin: 0;
}
.m-privacy_section h2 {
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: 400;
}
@media screen and (max-width: 750px) {
	.m-privacy_section {
		margin-bottom: 60px;
	}
	.m-privacy_section:last-of-type {
		margin: 0;
	}
	.m-privacy_section h2 {
		margin-bottom: 15px;
		font-size: 20px;
		font-weight: 400;
	}
	
}



.t-bnr {
	width: 14%;
	padding: 10px;
	background-color: #000e4b;
	box-sizing: border-box;
	position: absolute;
	top: 0;
}
.t-bnr:nth-of-type(1) {
	right: 0;
}
.t-bnr:nth-of-type(2) {
	left: 0;
}
.t-bnr.vol02 {
	right: inherit;
	left: 0;
}
.t-bnr h3 {
	margin-top: 8px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.t-bnr h3:nth-of-type(1) {
	margin-top: 0;
}
.t-bnr ul {
	overflow: hidden;
}
.t-bnr li {
	margin-bottom: 10px;
}
.t-bnr .rank02 li,
.t-bnr .rank03 li,
.t-bnr .rank04 li {
	width: 85%;
	margin: 0 auto 10px;
}
.t-bnr li:last-child,
.t-bnr .rank02 li:last-child,
.t-bnr .rank03 li:last-child,
.t-bnr .rank04 li:last-child {
	margin-bottom: 0;
}
.t-bnr_border {
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	.t-bnr {
		width: auto;
		padding: 10px;
		background-color: inherit;
		position: static;
	}
	.t-bnr h3 {
		font-size: 14px;
		margin-bottom: 10px;
		font-weight: normal;
		color: #000e4b;
		text-align: center;
	}
	.t-bnr ul {
		overflow: hidden;
	}
	.t-bnr li {
		margin-right: 5%;
		width: 30%;
		float: left;
		margin-bottom: 10px;
	}
	.t-bnr li:nth-child(3n) {
		margin-right: 0;
	}
	.t-bnr li:nth-child(3n+1) {
		clear: both;
	}
	.t-bnr .rank02 li,
	.t-bnr .rank03 li,
	.t-bnr .rank04 li {
		width: 22%;
		margin-right: 4%;
	}
	.t-bnr .rank02 li:nth-child(3n),
	.t-bnr .rank03 li:nth-child(3n),
	.t-bnr .rank04 li:nth-child(3n) {
		margin-right: 4%;
	}
	.t-bnr .rank02 li:nth-child(3n+1),
	.t-bnr .rank03 li:nth-child(3n+1),
	.t-bnr .rank04 li:nth-child(3n+1) {
		clear: inherit;
	}
	.t-bnr .rank02 li:nth-child(4n),
	.t-bnr .rank03 li:nth-child(4n),
	.t-bnr .rank04 li:nth-child(4n) {
		margin-right: 0;
	}
	.t-bnr .rank02 li:nth-child(4n+1),
	.t-bnr .rank03 li:nth-child(4n+1),
	.t-bnr .rank04 li:nth-child(4n+1) {
		clear: both;
	}
	.t-bnr_border {
		padding: 0;
		margin: 0;
		border: 0;
		padding-top: 20px;
		margin-top: 20px;
		border-top: 1px solid #000e4b;
	}
}


.m-collective h1 {
	margin-bottom: 30px;
	text-align: center;
}
.m-collective figure {
	margin-bottom: 20px;
	text-align: center;
}
.m-collective_list {
	margin-top: 30px;
}
.m-collective_list li {
	margin-bottom: 40px;
}
.m-collective_list li h2 {
	padding: 10px 20px;
	font-size: 22px;
	margin-bottom: 15px;
	color: #fff;
}
.m-collective_list li.color01 h2 {
	background-color: #cd0a20;
}
.m-collective_list li.color02 h2 {
	background-color: #d74720;
}
.m-collective_list li.color03 h2 {
	background-color: #f2b01e;
}
.m-collective_list li.color04 h2 {
	background-color: #73b532;
}
.m-collective_list li.color05 h2 {
	background-color: #0070b1;
}
.m-collective_list li.color06 h2 {
	background-color: #9d4182;
}
.m-collective_list li.color07 h2 {
	background-color: #0b1334;
}
.m-collective_list li dt {
	padding-bottom: 5px;
	border-bottom: 1px solid #0b1334;
	margin-bottom: 6px;
	font-weight: bold;
}
.m-collective_list li dd {
	margin-bottom: 25px;
}
.m-collective_list li dd:last-of-type {
	margin-bottom: 0;
}
.m-collective_btn {
	margin-top: 50px;
	margin-bottom: 40px;
	text-align: center;
}
.m-collective_btn a {
	display: inline-block;
	border-radius: 10px;
	padding: 18px 30px;
	text-align: center;
	background-color: #000e4b;
	color: #fff;
	width: 100%;
	max-width: 450px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 20px;
	position: relative;
}
.m-collective_btn a:after {
	content: " ";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
}
@media screen and (max-width: 750px) {
	.m-collective h1 {
		margin-bottom: 25px;
	}
	.m-collective figure {
		margin-bottom: 15px;
	}
	.m-collective_list {
		margin-top: 20px;
	}
	.m-collective_list li {
		padding: 10px 15px;
	}
	.m-collective_list li h2 {
		padding: 8px 15px;
		font-size: 20px;
		margin-bottom: 10px;
	}
	.m-collective_list li dt {
		padding-bottom: 4px;
		margin-bottom: 5px;
	}
	.m-collective_btn {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.m-collective_btn a {
		padding: 12px 30px;
		font-size: 18px;
	}
	.m-collective_btn a:after {
		border: 8px solid transparent;
		border-left: 8px solid #fff;
		right: 8px;
		margin-top: -8px;
	}
}



.m-handbook_lead {
	margin-bottom: 80px;
}
.m-handbook_lead span {
	margin-top: 8px;
	display: block;
	font-size: 90%;
}
.m-handbook_list li {
	margin-bottom: 80px;
}
.m-handbook_list li:last-child {
	margin-bottom: 0;
}
.m-handbook_list li a {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
}
.m-handbook_list li a figure {
	width: 25.8%;
}
.m-handbook_list li a div {
	width: 69.2%;
	text-align: center;
}
.m-handbook_list li a div h2 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 500;
}
.m-handbook_list li a div p {
	font-size: 14px;
	width: 84%;
	margin: 0 auto;
}
.m-handbook_list li:nth-child(1) a div p {
	text-align: center;
}
.m-handbook_list li:nth-child(2) a div p {
	text-align: left;
}
@media screen and (max-width: 750px) {
	.m-handbook_lead {
		margin-bottom: 40px;
	}
	.m-handbook_list li {
		margin-bottom: 50px;
	}
	.m-handbook_list li:last-child {
		margin-bottom: 0;
	}
	.m-handbook_list li a {
		display: block;
	}
	.m-handbook_list li a figure {
		width: 40%;
		margin: 0 auto 20px;
	}
	.m-handbook_list li a div {
		width: auto;
		text-align: left;
	}
	.m-handbook_list li a div h2 {
		margin-bottom: 15px;
		font-size: 16px;
		text-align: center;
	}
	.m-handbook_list li a div p {
		font-size: 14px;
		width: auto;
		text-align: left;
	}
	.m-handbook_list li:nth-child(1) a div p {
		text-align: left;
	}
}




.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}






