.top_image {
	background-image: url(../../../common/image/top_image.jpg);
	background-position: center top;
	height: 300px;
	width: 100%;
	margin-top: 79px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_image .support_title {
	height: autopx;
	width: 214px;
	margin-right: auto;
	margin-left: auto;
}
 @media screen and (max-width: 760px) {
.top_image {
	background-image: url(../../../common/image/top_images.jpg);
	background-position: center top;
	background-size: 100%;
	height: 160px;
	width: 100%;
	margin-top: 50px !important;
	background-color: #FFF;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_image .support_title {
	height: auto;
	width: 32%;
	margin-right: auto;
	margin-left: auto;
}
#sp_g-navi {
	position: fixed !important;
	top: 0px;
}
}
/*----------------------------------------------------------------------------------------
    CATEGORY BUTTON
------------------------------------------------------------------------------------------*/
#contents_wrapper .category_list {
	height: auto;
	width: 1076px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
}

#contents_wrapper .category_list .category_but:before {
	content: "";
	display: block;
	padding-top: 24.62%;
}
#contents_wrapper .category_list .category_but {
	background-color: #FFF;
	width: 256px;
	height: 76px;
	margin-right: 12px;
	color: #969696;
	font-size: 24px;
	border-radius: 50px 50px 50px 50px;
	border: 2px solid #969696;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s;
}
#contents_wrapper .category_list .ht {
	background-color: #94243A;
	width: 256px;
	height: 76px;
	margin-right: 12px;
	color: #FFF;
	font-size: 24px;
	border-radius: 50px 50px 50px 50px;
	border: 2px solid #94243A;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contents_wrapper .category_list .category_but:hover {
	background-color: #94243A;
	width: 256px;
	color: #FFF;
	font-size: 24px;
	border-radius: 50px 50px 50px 50px;
	border: 2px solid #94243A;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 76px;
}
#contents_wrapper .category_list .category_but:hover .jp {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 0.1em;
	transition: 0.4s;
}
#contents_wrapper .category_list .category_but:hover .en {
	font-family: "BarlowSemiCondensed Regular", sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 0.1em;
	transition: 0.4s;
}
#contents_wrapper .category_list .category_but .text, #contents_wrapper .category_list .ht .text {
	text-align: center;
	line-height: 17px;
	height: auto;
	width: auto;
}
#contents_wrapper .category_list .category_but .en {
	font-family: "BarlowSemiCondensed Regular", sans-serif;
	font-size: 14px;
	color: #969696;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#contents_wrapper .category_list .ht .en {
	font-family: "BarlowSemiCondensed Regular", sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#contents_wrapper .category_list .category_but .jp {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	color: #969696;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#contents_wrapper .category_list .ht .jp {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#contents_wrapper .category_list .category_but:nth-child(4) {
	margin-right: 0px;
}
/*----------------------------------------------------------------------------------------*/
 @media screen and (max-width: 760px) {
#contents_wrapper .category_list {
	height: auto;
	width: 94%;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 22px;
	margin-right: auto;
	margin-left: auto;
}
/*----------------------------------------------------------------------------------------
    CATEGORY BUTTON
------------------------------------------------------------------------------------------*/
#contents_wrapper .category_list .category_but:before {
	content: "";
	display: block;
	padding-top: 24.62%;
}
#contents_wrapper .category_list .category_but {
	background-color: #FFF;
	width: 47%;
	height: auto;
	color: #969696;
	font-size: 13px;
	border-radius: 50px 50px 50px 50px;
	border: 2px solid #969696;
	text-decoration: none;
	transition: 0.4s;
	position: relative;
	margin-right: 2%;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
#contents_wrapper .category_list .ht {
	background-color: #94243A;
	width: 48%;
	margin-right: 2%;
	color: #FFF;
	font-size: 13px;
	border-radius: 50px 50px 50px 50px;
	border: 2px solid #94243A;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contents_wrapper .category_list .category_but:hover {
	background-color: #FFF;
	width: 47%;
	height: auto;
	color: #969696;
	font-size: 13px;
	border-radius: 50px 50px 50px 50px;
	border: 2px solid #969696;
	text-decoration: none;
	transition: 0.4s;
	position: relative;
	margin-right: 2%;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
#contents_wrapper .category_list .category_but .text, #contents_wrapper .category_list .ht .text {
	text-align: center;
	height: auto;
	width: auto;
	margin-top: 0px;
	display: table-cell;
	vertical-align: middle;
}
#contents_wrapper .category_list .category_but .en {
	display: none;
}
#contents_wrapper .category_list .ht .en {
	display: none;
}
#contents_wrapper .category_list .category_but .jp {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	color: #969696;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#contents_wrapper .category_list .ht .jp {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#contents_wrapper .category_list .category_but:nth-child(2) {
	margin-right: 0px;
}
#contents_wrapper .category_list .category_but:nth-child(4) {
	margin-right: 0px;
}
/*-------------------------------------------------------------------*/
}
#contents_wrapper .maintenance_title {
	text-align: center;
	width: 710px;
	margin-top: 105px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#contents_wrapper .maintenance_title .sp {
	display: none;
}
#contents_wrapper .maintenance_title .pc {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.brank {
	display: none;
}
@media screen and (max-width: 760px) {
.brank {
	display: block;
}
#contents_wrapper .maintenance_title {
	text-align: center;
	width: 80%;
	margin-top: 48px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .maintenance_title .pc {
	display: none;
}
#contents_wrapper .maintenance_title .sp {
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 100%;
}
}
#contents_wrapper .maintenance_contents {
	height: auto;
	width: 712px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: -10px;
}
#contents_wrapper .maintenance_contents .maintenance_block {
	height: auto;
	width: 710px;
	border: 1px solid #000;
	margin-bottom: 30px;
}
#contents_wrapper .maintenance_contents .maintenance_block .item {
	height: auto;
	width: 600px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 44px;
	padding-right: 66px;
	text-align: left;
	background-image: url(../../../common/image/mark_+.png);
	background-repeat: no-repeat;
	background-position: 670px center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 20px;
}
#contents_wrapper .maintenance_contents .maintenance_block .item .small {
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	vertical-align: 2px;
}
#contents_wrapper .maintenance_contents .maintenance_block .item_ht {
	font-size: 20px;
	font-family: "Noto Sans JP", sans-serif;
	height: auto;
	width: 600px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 44px;
	padding-right: 66px;
	text-align: left;
	background-image: url(../../../common/image/mark_-.png);
	background-repeat: no-repeat;
	background-position: 670px center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#contents_wrapper .maintenance_contents .maintenance_block .item_ht .small {
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	vertical-align: 2px;
}
#contents_wrapper .maintenance_contents .maintenance_block .item .sub_item {
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	color: #94243a;
	height: auto;
	width: 666px;
	display: block;
	padding-top: 5px;
}
#contents_wrapper .maintenance_contents .maintenance_block .item_ht .sub_item {
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	color: #94243a;
	height: auto;
	width: 666px;
	display: block;
	padding-top: 5px;
}
#contents_wrapper .maintenance_contents .maintenance_block .sentence {
	background-color: #f0f0f0;
	height: auto;
	width: 710px;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	display: none;
}
#contents_wrapper .maintenance_contents .maintenance_block .sentence .button_block {
	height: auto;
	width: 560px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
}
/*----------------------------------------------------------------------------------------
    INNER BUTTON
------------------------------------------------------------------------------------------*/
#contents_wrapper .maintenance_contents .maintenance_block .sentence .button_block .inner_button a {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #94243a;
	font-size: 15px;
	border-radius: 10px;
	width: 260px;
	height: 50px;
	border: 1px solid #94243a;
	transition: 0.3s;
	background-color: #FFFFFF;
}
#contents_wrapper .maintenance_contents .maintenance_block .sentence .button_block .inner_button a:hover {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
	border-radius: 10px;
	width: 260px;
	height: 50px;
	border: 1px solid #94243a;
	transition: 0.3s;
	background-color: #94243A;
}
/*-------------------------------------------------------------------*/






















#contents_wrapper .maintenance_contents .maintenance_block .sentence .button_block {
	height: auto;
	width: 594px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .maintenance_contents .maintenance_block .sentence .button_block .button {
	background-image: url(../image/but_maintenance.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 297px;
}
#contents_wrapper .maintenance_contents .maintenance_block .sentence .button_block .button .active {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.4s;
}
#contents_wrapper .maintenance_contents .maintenance_block .sentence .button_block .button .active:hover {
	opacity: 1;
}
#contents_wrapper .maintenance_contents .maintenance_block .sentence .button_block .button:nth-child(2) {
	background-image: url(../image/but_pdf.png);
}
#contents_wrapper .maintenance_contents .maintenance_block .sentence .button_block .button .sp {
	display: none;
}
 @media screen and (max-width: 760px) {
#contents_wrapper .maintenance_contents .maintenance_block .sentence .button_block .button .sp {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .maintenance_contents .maintenance_block .sentence .button_block .button .active {
	display: none;
}
#contents_wrapper .maintenance_contents {
	height: auto;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: -30px;
}
#contents_wrapper .maintenance_contents .maintenance_block {
	height: auto;
	width: 96%;
	border: 1px solid #000;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .maintenance_contents .maintenance_block .item {
	height: auto;
	width: calc(100% - 55px);
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 15px;
	padding-right: 40px;
	text-align: left;
	background-image: url(../../../common/image/mark_+.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 11px;
	color: #000;
}
#contents_wrapper .maintenance_contents .maintenance_block .item_ht {
	height: auto;
	width: calc(100% - 55px);
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 15pxpx;
	padding-right: 40px;
	text-align: left;
	background-image: url(../../../common/image/mark_-.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 11px;
	color: #000;
	border: none;
}
#contents_wrapper .maintenance_contents .maintenance_block .item .small {
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
 vertical-align:;
}
#contents_wrapper .maintenance_contents .maintenance_block .item_ht .small {
	font-size: 14px;
 vertical-align:;
}
#contents_wrapper .maintenance_contents .maintenance_block .item .sub_item {
	font-size: 12px;
	font-family: "Noto Sans JP", sans-serif;
	color: #94243a;
	height: auto;
	width: 88%;
	display: block;
	padding-top: 10px;
	line-height: 8px;
}
#contents_wrapper .maintenance_contents .maintenance_block .item_ht .sub_item {
	font-size: 12px;
	font-family: "Noto Sans JP", sans-serif;
	color: #94243a;
	height: auto;
	width: 88%;
	display: block;
	padding-top: 10px;
	line-height: 8px;
}
#contents_wrapper .maintenance_contents .maintenance_block .sentence {
	background-color: #f0f0f0;
	height: auto;
	width: 100%;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
	display: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#contents_wrapper .maintenance_contents .maintenance_block .sentence .button_block {
	height: auto;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contents_wrapper .maintenance_contents .maintenance_block .sentence .button_block .inner_button:nth-child(2) {
	margin-top: 18px;
}
/*----------------------------------------------------------------------------------------
    INNER BUTTON
------------------------------------------------------------------------------------------*/
#contents_wrapper .maintenance_contents .maintenance_block .sentence .button_block .inner_button a {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #94243a;
	font-size: 13px;
	border-radius: 10px;
	width: 200px;
	height: 35px;
	border: 1px solid #94243a;
	transition: 0.3s;
	background-color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .maintenance_contents .maintenance_block .sentence .button_block .inner_button a:hover {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
	border-radius: 10px;
	width: 200px;
	height: 35px;
	border: 1px solid #94243a;
	transition: 0.3s;
	background-color: #94243A;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}
/*-------------------------------------------------------------------*/

#contents_wrapper .maintenance_contents .maintenance_block .sentence .button_block .pc {
	display: none;
}
#contents_wrapper .maintenance_contents .maintenance_block .sentence .button_block .active {
	display: none;
}
#contents_wrapper .maintenance_contents .maintenance_block .sentence .button_block .sp {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .maintenance_contents .maintenance_block .sentence .button_block .button {
	background-image: url(../image/bg_white.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 0px;
	text-align: center;
	padding: 0px;
	height: auto;
	width: 60%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#contents_wrapper .maintenance_contents .maintenance_block .sentence .button_block .button:nth-child(2) {
	margin-top: 18px;
}
}
.maintenance_contents .title_movie {
	height: auto;
	width: 710px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.maintenance_contents .title_movie .pc {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.maintenance_contents .title_movie .sp {
	display: none;
}
@media screen and (max-width: 760px) {
.maintenance_contents .title_movie {
	height: auto;
	width: 94%;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.maintenance_contents .title_movie .sp {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 50%;
}
.maintenance_contents .title_movie .pc {
	display: none;
}
}
.maintenance_contents .movie_contentsS {
	display: none;
}

.maintenance_contents .movie_contents {
	height: auto;
	width: 710px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.maintenance_contents .movie_thumb {
	height: 191px;
	width: 340px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.maintenance_contents .movie_thumb:nth-child(2) {
	margin-right: 0px;
}
.maintenance_contents .movie_thumb:nth-child(3) {
}
.maintenance_contents .movie_thumb:nth-child(4) {
	margin-right: 0px;
}
.maintenance_contentsS .movie_thumb .sp {
	display: none;
}
.maintenance_contents .movie_thumb .pc {
	display: block;
	transition: 0.3s;
}
.maintenance_contents .movie_thumb .pc:hover {
	opacity: 0.7;
}
.sp{
	display: none;
}
.pc{
	display: block;
}
 @media screen and (max-width: 760px) {
.maintenance_contents .movie_contents {
	display: none;
}
.maintenance_contents .movie_contentsS {
	height: auto;
	width: 94%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: block;
}
.maintenance_contents .movie_contentsS .movie_thumb {
	height: auto;
	width: 100%;
	margin-bottom: 15px;
	margin-right: 0px;
}
.maintenance_contents .movie_contents .movie_thumb .pc {
	display: none;
}
.maintenance_contents .movie_contentsS .movie_thumb .sp {
	display: block;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.sp{
	display: block;
}
.pc{
	display: none;
}

}
