.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;
}
}

#contents_wrapper .test_title {
	text-align: center;
	width: 710px;
	margin-top: 105px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#contents_wrapper .test_title {
	text-align: center;
	width: 277px;
	margin-top: 48px;
	margin-right: auto;
	margin-left: auto;
}
.brank {
	display: none;
}
@media screen and (max-width: 760px) {
.brank {
	display: block;
}
#contents_wrapper .test_title {
	text-align: center;
	width: 48%;
	margin-top: 48px;
	margin-right: auto;
	margin-left: auto;
}
}
#contents_wrapper .test_contents {
	height: auto;
	width: 712px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: -10px;
}
#contents_wrapper .test_contents .test_block {
	height: auto;
	width: 710px;
	border: 1px solid #000;
	margin-bottom: 20px;
}
#contents_wrapper .test_contents .test_block .item {
	height: auto;
	width: 600px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 44px;
	padding-right: 66px;
	text-align: left;
	background-image: url(../image/pdf.svg);
	background-repeat: no-repeat;
	background-position:right 20px top 20px;
	background-size: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 20px;
	color:#000;
}
#contents_wrapper .test_contents .test_block a {
	text-decoration: none;
}
#contents_wrapper .test_contents .test_block a:hover {
	text-decoration: none;
	opacity: 0.6;
}

#contents_wrapper .test_contents .test_block .item .small {
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
	vertical-align: 2px;
}

#contents_wrapper .test_contents .test_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 .test_contents .test_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 .test_contents .test_block .sentence {
	background-color: #f0f0f0;
	height: auto;
	width: 710px;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	display: none;
}
#contents_wrapper .test_contents .test_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 .test_contents .test_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 .test_contents .test_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 .test_contents .test_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 .test_contents .test_block .sentence .button_block .button {
	background-image: url(../image/but_test.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 297px;
}
#contents_wrapper .test_contents .test_block .sentence .button_block .button .active {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.4s;
}
#contents_wrapper .test_contents .test_block .sentence .button_block .button .active:hover {
	opacity: 1;
}
#contents_wrapper .test_contents .test_block .sentence .button_block .button:nth-child(2) {
	background-image: url(../image/but_pdf.png);
}
#contents_wrapper .test_contents .test_block .sentence .button_block .button .sp {
	display: none;
}
 @media screen and (max-width: 760px) {
#contents_wrapper .test_contents .test_block .sentence .button_block .button .sp {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .test_contents .test_block .sentence .button_block .button .active {
	display: none;
}
#contents_wrapper .test_contents {
	height: auto;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
}
#contents_wrapper .test_contents .test_block {
	height: auto;
	width: 96%;
	border: 1px solid #000;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .test_contents .test_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(../image/pdf.svg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 15px;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 20px;
	color: #000;
}
#contents_wrapper .test_contents .test_block a {
	text-decoration: none;
}

#contents_wrapper .test_contents .test_block .item .small {
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
 vertical-align:;
}
#contents_wrapper .test_contents .test_block .item .sub_item {
	font-size: 13px;
	font-family: "Noto Sans JP", sans-serif;
	color: #94243a;
	height: auto;
	width: 88%;
	display: block;
	padding-top: 10px;
	line-height: 8px;
}
#contents_wrapper .test_contents .test_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 .test_contents .test_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 .test_contents .test_block .sentence .button_block .inner_button:nth-child(2) {
	margin-top: 18px;
}
/*----------------------------------------------------------------------------------------
    INNER BUTTON
------------------------------------------------------------------------------------------*/
#contents_wrapper .test_contents .test_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 .test_contents .test_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 .test_contents .test_block .sentence .button_block .pc {
	display: none;
}
#contents_wrapper .test_contents .test_block .sentence .button_block .active {
	display: none;
}
#contents_wrapper .test_contents .test_block .sentence .button_block .sp {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .test_contents .test_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 .test_contents .test_block .sentence .button_block .button:nth-child(2) {
	margin-top: 18px;
}
}
.test_contents .title_movie {
	height: auto;
	width: 710px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.test_contents .title_movie .pc {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.test_contents .title_movie .sp {
	display: none;
}
@media screen and (max-width: 760px) {
.test_contents .title_movie {
	height: auto;
	width: 94%;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.test_contents .title_movie .sp {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 50%;
}
.test_contents .title_movie .pc {
	display: none;
}
}
.test_contents .movie_contentsS {
	display: none;
}

.test_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;
}
.test_contents .movie_thumb {
	height: 191px;
	width: 340px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.test_contents .movie_thumb:nth-child(2) {
	margin-right: 0px;
}
.test_contents .movie_thumb:nth-child(3) {
}
.test_contents .movie_thumb:nth-child(4) {
	margin-right: 0px;
}
.test_contentsS .movie_thumb .sp {
	display: none;
}
.test_contents .movie_thumb .pc {
	display: block;
	transition: 0.3s;
}
.test_contents .movie_thumb .pc:hover {
	opacity: 0.7;
}
.sp{
	display: none;
}
.pc{
	display: block;
}
 @media screen and (max-width: 760px) {
.test_contents .movie_contents {
	display: none;
}
.test_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;
}
.test_contents .movie_contentsS .movie_thumb {
	height: auto;
	width: 100%;
	margin-bottom: 15px;
	margin-right: 0px;
}
.test_contents .movie_contents .movie_thumb .pc {
	display: none;
}
.test_contents .movie_contentsS .movie_thumb .sp {
	display: block;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.sp{
	display: block;
}
.pc{
	display: none;
}

}
