@charset "utf-8";

/***********************************************
reset
***********************************************/
* {
	margin: 0;
	line-height: 1.8;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***********************************************
reset
***********************************************/

img {
	vertical-align: middle;
}

img.btm {
	vertical-align: bottom;
}

img.mdl {
	vertical-align: middle;
}

img.top {
	vertical-align: top;
}

a img {
	border: none;
	text-decoration: none;
	cursor: pointer;
}

li {
	list-style-type: none;
}

br {
	letter-spacing: 0;
}

a {
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: FFF;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

ol,
ul {
	list-style: none;
}

.meiryo {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/***********************************************
response
***********************************************/

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

@media only screen and (max-width: 960px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}

@media screen and (min-width: 750px) {
	.br-sp {
		display: none;
	}
}

.anchorlink {
	position: relative;
	top: -120px;
	display: block;
}

/***********************************************
main
***********************************************/
html {
	background: #EEE;
	font-family: "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MSゴシック", Helvetica, verdana, arial;
	color: #1a1a1a;
	text-align: center;
	margin: 0 auto;
}

body {
	background-color: #FCFCFC;
	color: #000;
	font-size: 1.25rem;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: static;
}

/***********************************************
layout
***********************************************/

.header {
	width: 100%;
	margin: 0 auto;
	background: url(../images/header_back_pc.jpg) no-repeat top center;
	border-bottom: 3px solid #febe00;
	background-size: cover;
}

.header img {
	width: 100%;
	max-width: 1200px;
}

.container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
}

.main {
	background: url(../images/slider_back.jpg) no-repeat top center;
	background-size: contain;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
	position: relative;
}

.footer {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 20px auto;
	background: #222;
	color: #FFF;
}

.footer_menu {
	padding-top: 30px;
}

ul.footer_menu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-left: 0;
	margin-bottom: 20px;
}

ul.footer_menu li {
	padding: 0 0.2rem;
}

.footer_menu a {
	background: #333;
	padding: 5px 10px;
	margin: 0 auto;
	font-size: 0.8rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.footer_menu a:hover {
	opacity: 0.7;
}

.footer_psm {
	padding: 0px 0 20px 0;
}

.footer_psm p {
	font-size: 0.48rem;
}

.pa_text_area {
	padding: 1rem 0 0.2rem;
}

.pa_text_area p {
	font-size: 0.5rem;
}

.pa_text_area p br {
	line-height: initial;
}

.logout_btn {
	width: 40%;
	max-width: 450px;
	padding: 0.1rem 0.8rem;
	margin: 10px auto 0px;
	background: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.logout_btn:hover {
	opacity: 0.7;
}

.logout_btn a {
	display: block;
}

.footer_last_name {
	background: #111;
	padding: 15px 0 10px 0;
}

.footer_last_name p {
	font-size: 0.8rem;
}

/***********************************************
img size
***********************************************/

.img100par {
	width: 100%;
	margin: 0 auto;
}

.img100par img {
	width: 100%;
}

.img90par {
	width: 90%;
	margin: 0 auto;
}

.img90par img {
	width: 100%;
}

/***********************************************
button
***********************************************/
.contents_movepage_button {
	width: 75%;
	padding: 1rem 0;
	font-size: 1.4rem;
	text-align: center;
	margin: 20px auto;
	cursor: pointer;
	line-height: 1;
}

.contents_movepage_button a {
	color: #000;
	font-weight: bold;
}

/***********************************************
top_area
***********************************************/

.slick-prev {
	position: relative;
	z-index: 3;
}

.slick-next {
	position: relative;
	z-index: 3;
}

#top_area {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 80px;
	border-top: #1c1c1c 5px solid;
	background: #C70000;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.3) 0 3px 5px 0;
}

#top_area.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.top_inner_area {
	width: 80%;
	background: #C70000;
	margin-left: auto;
}

.main_toplogo_area {
	z-index: 10;
	width: 15%;
	height: 80px;
	display: inline-block;
}

.main_toplogo_area img {
	z-index: 20;
	position: relative;
	height: 110px;
	text-align: center;
	margin: 0 auto;
}

.main_topmenu_area {
	width: 70%;
	vertical-align: top;
	display: inline-block;
}

.main_topmenu_area a {
	vertical-align: middle;
}

.topul {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	list-style: none;
}

ul.topmenu li {
	display: block;
	list-style: none;
}

.topul li a {
	font-size: 0.8rem;
	margin: 0 auto;
	height: 76px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.topul li a:hover {
	opacity: 0.9;
	background-color: rgba(255, 255, 255, 0.2);
}

.new_mail {
	position: absolute;
	top: 20px;
	right: 10%;
	width: 20%;
	background: #fffa1d;
	color: #000;
	box-shadow: 0 0 10px #fffa1d;
	transition-delay: 0.5s;
}

.new_mail a {
	display: block;
	color: #000;
	padding: 5px 0.5rem;
}

.new_mail a:hover {
	background: #e0db0e;
	color: #333;
	box-shadow: 0 0 50px #fffa1d;
	transition: 0.5s;
}

.name_and_grade {
	width: 20%;
	height: 80px;
	width: 40%;
}


/***********************************************
ドロップダウンメニュー
***********************************************/
.menu-item {
	display: inline-block;
	position: relative;
}

.menu-item a {
	display: block;
	width: 100%;
	height: 60px;
}

.sub-menu {
	position: absolute;
	width: 100%;
	top: 74px;
}

.sub-menu-item {
	overflow: hidden;
	opacity: 0;
	height: 0;
	/* サブメニューが出現する速度の調整 */
	-webkit-transition: 2s;
	transition: 0.3s;
}

ul .sub-menu {
	padding-left: 0px;
	margin-left: 0;
}

.menu-item:hover>.sub-menu>.sub-menu-item {
	overflow: visible;
	opacity: 1;
	height: 60px;
	width: 200%;
	background: #0F0E0E;
	border-bottom: 1px solid #333;
	text-align: left;
}

.menu-item:hover>.sub-menu>.sub-menu-item a {
	padding-top: 0;
	margin-top: 0;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.menu-item:hover>.sub-menu>.sub-menu-item a:hover {
	opacity: 0.5;
}

.menu-item img {
	height: 70px;
}

/***********************************************
ハンバーガーメニュー
***********************************************/

.main_hamburger_area {
	width: 10%;
	background: #000;
}

/*menu*/
.menu {
	cursor: pointer;
	height: 45px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 50px;
	z-index: 99;
}

.menu:hover {
	opacity: 0.8;
}

.menu__line {
	background: #fff;
	display: block;
	height: 2px;
	position: absolute;
	transition: transform .3s;
	width: 100%;
}

.menu__line--center {
	top: 16px;
}

.menu__line--bottom {
	bottom: 10px;
}

.menu__line--top.active {
	top: 18px;
	left: 0px;
	transform: rotate(45deg);
}

.menu__line--center.active {
	transform: scaleX(0);
}

.menu__line--bottom.active {
	bottom: 23px;
	transform: rotate(135deg);
}

/*gnav*/
.gnav {
	overflow: scroll;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90;
	background: rgba(0, 0, 0, 0.9);
	display: none;
	height: 100%;
	width: 100%;
}

.gnav__wrap {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
}

.all_menu_area {
	display: block;
}

.gnav__wrap h2 {
	color: #FFF;
	text-align: center;
	font-size: 4rem;
}

.all_inner_menu_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.menu_li_tp {
	flex: 0 0 45%;
}

.menu_li_tp a {
	padding: 1rem 0;
}

ul.all_inner_menu_area {
	width: 100%;
	padding-left: 0px;
}

ul.all_inner_menu_area li {
	margin: 1.5rem 0;
	display: block;
	list-style: none;
	color: #FFF;
	text-align: center;
}

ul.all_inner_menu_area li a {
	padding: 2rem;
}

ul.all_inner_menu_area a {
	cursor: pointer;
}

ul.all_inner_menu_area a:hover {
	opacity: 0.8;
}

.all_inner_bottom_menu_area {}

ul.all_inner_bottom_menu_area li {
	display: block;
	vertical-align: middle;
	text-align: left;
}

.gnav__menu__item {
	margin: 40px 0;
}

.gnav__menu__item a {
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	padding: 40px;
	text-decoration: none;
	transition: .5s;
}

.gnav__menu__item a:hover {
	color: #666;
}

/*
.hero{
    background:url(images/hero.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 100vh;
}
*/


/***********************************************
menu_area
***********************************************/

.menu_area {
	text-align: left;
	margin: 0 auto;
	padding: 0 auto;
	background: #404040;
	color: #FFF;
}

.menu_bar_area {
	width: 86%;
	text-align: center;
	margin: 0 auto;
}

.menu_bar_inner_title_name {
	width: 100%;
	padding: 5px;
	background: #000fff;
}

.menu_bar_inner_title_name p {
	font-size: 0.8rem;
	color: #000;
}

.menu_bar_inner_contents {
	width: 100%;
	padding: 5px;
	background: #FFF;
}

.menu_bar_inner_contents p {
	font-size: 0.8rem;
	color: #000;
}


/***********************************************
main_area
***********************************************/

.main_area {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 0 auto;
}

.main_contents_area {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
}

.main_topbar_area {
	width: 100%;
	height: 80px;
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
	background: #141414;
	color: #FFF;
}

.title_area img {
	width: 100%;
	text-align: center;
	margin: -3rem auto 0;
}

.slider_area {
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	max-width: 1100px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	color: #FFF;
}

.slider_area img {
	width: 100%;
}

.slider_inner_area {
	width: 90%;
	max-width: 1080px;
	text-align: center;
	margin: 0 auto;
	padding: 20px;
	color: #FFF;
}

.slider_inner_area a:hover {
	opacity: 0.8;
}

#news_area {
	width: 100%;
	text-align: center;
	margin: 0px auto;
	padding: 0px 0 50px 0;
}

.news_inner_area {
	width: 90%;
	max-width: 1080px;
	text-align: center;
	margin: 20px auto 20px;
	padding: 0px 0;
	background: #FFF;
	border: 1px solid #000;
}

#news_area ul {
	padding-left: 0px;
}

.news_top_area {
	background-color: #404040;
	background-image: url("https://www.transparenttextures.com/patterns/triangles.png");
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.newstop_top_text_red {
	color: #E20613;
	font-weight: bold;
	font-size: 2rem;
}

.newstop_top_text_white {
	color: #FFF;
	padding: 10px 0;
	font-weight: bold;
	font-size: 2rem;
}

.news_all_contents {
	overflow: auto;
	height: 220px;
}

.news_contents {
	width: 100%;
	max-width: 1080px;
	text-align: left;
	color: #000;
	background: #FFF;
	padding: 0.2rem 0 0.5rem;
	margin-top: 0.1rem;
	border-top: 1px solid #b7b7b7;
	-webkit-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
}

.news_all_innder_contents a li {
	color: #000;
	font-size: 0.8rem;
}

.news_all_innder_contents a:hover li {
	color: #E20613;
	font-size: 0.8rem;
}

.news_contents li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 1rem;
	line-height: 0.5;
}

.most_recent_area {
	width: 100%;
	background: #222222;
	margin: 0px auto 0;
	padding: 20px 0;
	text-align: center;
}

.smooth {
	padding: 20px 0;
}

.smooth img {
	width: 100%;
}

.smooth a:hover {
	opacity: 0.6;
}

#contents_banner_area {
	width: 100%;
	margin: 0 auto;
	background: #000;
	padding: 20px 0;
	text-align: center;
}

.contents_banner_inner_area {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

#contents_banner_area2 {
	width: 100%;
	margin: 0 auto;
	background: #FFF;
	padding: 20px 0;
	text-align: center;
}

.contents_banner_inner_area2 {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

.banner_area_all {
	width: 100%;
	text-align: center;
	margin: 20px auto 0;
}

.banner_area_all:hover {
	opacity: 0.6;
}

.banner_area_top {
	background: #EEE;
	color: #000;
	padding: 0.3rem 0;
}

.banner_area_bottom img {
	width: 100%;
}

/***********************************************
page_area
***********************************************/

.page_contents_area {
	width: 100%;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	background-image: linear-gradient(112.5deg, rgba(232, 232, 232, 0.03) 0%, rgba(232, 232, 232, 0.03) 2%, rgba(231, 231, 231, 0.03) 2%, rgba(231, 231, 231, 0.03) 4%, rgba(231, 231, 231, 0.03) 4%, rgba(231, 231, 231, 0.03) 11%, rgba(2, 2, 2, 0.03) 11%, rgba(2, 2, 2, 0.03) 67%, rgba(231, 231, 231, 0.03) 67%, rgba(231, 231, 231, 0.03) 90%, rgba(111, 111, 111, 0.03) 90%, rgba(111, 111, 111, 0.03) 100%), linear-gradient(157.5deg, rgba(210, 210, 210, 0.03) 0%, rgba(210, 210, 210, 0.03) 17%, rgba(254, 254, 254, 0.03) 17%, rgba(254, 254, 254, 0.03) 18%, rgba(96, 96, 96, 0.03) 18%, rgba(96, 96, 96, 0.03) 44%, rgba(159, 159, 159, 0.03) 44%, rgba(159, 159, 159, 0.03) 70%, rgba(24, 24, 24, 0.03) 70%, rgba(24, 24, 24, 0.03) 82%, rgba(16, 16, 16, 0.03) 82%, rgba(16, 16, 16, 0.03) 100%), linear-gradient(22.5deg, rgba(47, 47, 47, 0.03) 0%, rgba(47, 47, 47, 0.03) 32%, rgba(124, 124, 124, 0.03) 32%, rgba(124, 124, 124, 0.03) 40%, rgba(200, 200, 200, 0.03) 40%, rgba(200, 200, 200, 0.03) 42%, rgba(16, 16, 16, 0.03) 42%, rgba(16, 16, 16, 0.03) 64%, rgba(243, 243, 243, 0.03) 64%, rgba(243, 243, 243, 0.03) 94%, rgba(93, 93, 93, 0.03) 94%, rgba(93, 93, 93, 0.03) 100%), linear-gradient(90deg, #ffffff, #ffffff);
}

.page_contents_inner_area {
	width: 90%;
	max-width: 980px;
	padding: 0 0 50px 0;
	margin: 50px auto;
	background: #FFF;
}

.contents_sub_text {
	margin: 20px auto 0;
	background: #C70000;
	padding: 1rem 0;
	color: #FFF;
}

.page_contents_inner_area dl {
	width: 90%;
	margin: 40px auto;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ccc;
	border-top: none;

}

.page_contents_inner_area dt {
	background: #ddd;
	width: 30%;
	padding: 10px;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
}

.page_contents_inner_area dd {
	padding: 10px;
	margin: 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width: 70%;
	background: #fefefe;
	box-sizing: border-box;
}



/***********************************************
mailbox_area
***********************************************/

.page_contents_mailbox_area {
	width: 90%;
	max-width: 980px;
	padding: 0 0 50px 0;
	margin: 50px auto;
	background: #FFF;
}

.mailbox_top_info_area {
	width: 90%;
	height: 100%;
	margin: 15px auto;
	text-align: center;
	padding: 0;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 5px;
	list-style: none;
}

.mailbox_top_info_area a {
	display: block;
}

.mailbox_top_info_area a:hover {
	opacity: 0.7;
}

.mailbox_top_info_area_all {
	display: table;
	background: #00387b;
	padding: 0.3rem 0;
	border-radius: 15px;
	/* CSS3草案 */
	-webkit-border-radius: 15px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 15px;
	/* Firefox用 */
}

.mailbox_top_info_area_unread {
	display: table;
	padding: 0.3rem 0;
	background: #f00a36;
	border-radius: 15px;
	/* CSS3草案 */
	-webkit-border-radius: 15px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 15px;
	/* Firefox用 */
}

.mailbox_top_info_area_notice {
	display: table;
	padding: 0.3rem 0;
	background: #008000;
	border-radius: 15px;
	/* CSS3草案 */
	-webkit-border-radius: 15px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 15px;
	/* Firefox用 */
}

.mailbox_top_info_area_content {
	display: table;
	padding: 0.3rem 0;
	background: #f99104;
	border-radius: 15px;
	/* CSS3草案 */
	-webkit-border-radius: 15px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 15px;
	/* Firefox用 */
}


.mailbox_top_info_area_all a {
	font-size: 0.8rem;
	display: table-cell;
	vertical-align: middle;
}

.mailbox_top_info_area_unread a {
	font-size: 0.8rem;
	display: table-cell;
	vertical-align: middle;
}

.mailbox_top_info_area_notice a {
	font-size: 0.8rem;
	display: table-cell;
	vertical-align: middle;
}

.mailbox_top_info_area_content a {
	font-size: 0.8rem;
	display: table-cell;
	vertical-align: middle;
}

.mailbox_mail_all_area {
	width: 90%;
	height: 100%;
	margin: 30px auto 0;
	text-align: center;
	padding: 10px;
	background: #EEE;
}

.mailbox_mail {
	border-top: 1px solid #000;
}

.mailbox_mail a {
	display: block;
	color: #000;
	padding: 0.8rem;
}

.mailbox_mail a:hover {
	opacity: 0.8;
	background: #dff0d8;
}

.mailbox_mail_detail {
	border-top: 1px solid #000;
	color: #000;
	padding: 0.8rem;
}


.mailbox_inner_mail {
	display: grid;
	grid-template-columns: 8% 30% 1fr;
	grid-gap: 5px;
}

.mailbox_mail_read {
	grid-row: 1 / 2;
	grid-column: 1 / 2;
	background: #000;
}

.mailbox_mail_notice {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
	font-size: 0.8rem;
	display: table;
}

.mailbox_mail_time {
	grid-row: 1 / 2;
	grid-column: 3 / 4;
	text-align: left;
}

.mailbox_mail_title {
	grid-row: 2 / 3;
	grid-column: 1 / 4;
	font-size: 1rem;
	text-align: left;
}

.mailbox_mail_time span {
	font-size: 0.8rem;
}

.mailbox_mail_notice span {
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	font-size: 0.7rem;

}

.mailnotice span {
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	font-size: 0.7rem;
	background: #008000;
}

.mailcontent span {
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	font-size: 0.7rem;
	background: #f99104;
}

.mailunread {
	display: table;
	background: #f00a36;
	text-align: center;
	color: #FFF;
}

.mailunread span {
	display: table-cell;
	vertical-align: middle;
	font-size: 0.7rem;
}

.mailread {
	background: #ddd;
	text-align: center;
	display: table;
	color: #333;
}

.mailread span {
	display: table-cell;
	vertical-align: middle;
	font-size: 0.7rem;
}

.backpage_button {
	text-align: right;
	padding-right: 1rem;
}

.backpage_big_button {
	text-align: right;
	padding-right: 2rem;
}

.mailbox_mail_text {
	width: 100%;
	margin: 20px auto;
	background: #FFF;
	text-align: left;
}

.mailbox_mail_text p {
	padding: 0.8rem;
}

.back_button {
	width: 30%;
	margin: 10px auto;
	background: #39404A;
	color: #FFF;
	cursor: pointer;
	border: none;
	border-radius: 10px;
	/* CSS3草案 */
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	/* Firefox用 */
}

.back_button:hover {
	opacity: 0.7;
}

/***********************************************
page_contents_freecontents_area
***********************************************/

.page_contents_select_area {
	width: 90%;
	max-width: 980px;
	padding: 0 0 50px 0;
	margin: 50px auto;
	background: #FFF;
}

.select_race_frame {
	width: 90%;
	margin: 20px auto;
	padding: 0.5rem;
	text-align: center;
	background: #E0E0E0;
}

.select_race_frame_gird {
	display: grid;
	grid-template-columns: 0.4fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	gap: 0.2rem 0;
}

.select_day {
	background: #00695C;
	color: #FFF;
	padding: 0.3rem 0;
	margin-bottom: 0.2rem;
}

.select_day span {
	font-size: 2rem;
	font-weight: bold;
}

.select_race {
	background: #424242;
	color: #FFF;
	padding: 0.3rem 0;
	margin-bottom: 0.2rem;
}

.select_3plan_1 {
	background: #1B5E20;
	color: #FFF;
	display: table;
	grid-row: 1 / 2;
	grid-column: 1 / 2;
	padding: 0.3rem 0;
}

.select_3plan_1 span {
	display: table-cell;
	vertical-align: middle;
}

.select_3plan_1_number {
	background: #43A047;
	grid-row: 1 / 2;
	grid-column: 2 / 3;
	padding: 0.3rem 0;
}

.select_3plan_2 {
	background: #1A237E;
	color: #FFF;
	display: table;
	grid-row: 2 / 3;
	grid-column: 1 / 2;
	padding: 0.3rem 0;
}

.select_3plan_2 span {
	display: table-cell;
	vertical-align: middle;
}

.select_3plan_2_number {
	background: #3949AB;
	grid-row: 2 / 3;
	grid-column: 2 / 3;
	padding: 0.3rem 0;
}

.select_3plan_3 {
	background: #E65100;
	color: #FFF;
	display: table;
	grid-row: 3 / 4;
	grid-column: 1 / 2;
	padding: 0.3rem 0;
}

.select_3plan_3 span {
	display: table-cell;
	vertical-align: middle;
}

.select_3plan_3_number {
	background: #FB8C00;
	grid-row: 3/ 4;
	grid-column: 2 / 3;
	padding: 0.3rem 0;
}

.select_number_gird {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 0.3rem;
	padding: 0 0.3rem;
}

.select_number_gird p {
	background: #FFFFFF;
	color: #000;
	padding: 0.5rem 0;
	display: table;
}

.select_number_gird p span {
	display: table-cell;
	vertical-align: middle;
}

.select_number_gird p.freehit3 {
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	color: #4E342E;
	font-weight: bold;
	font-size: 1.3rem;
}

.select_number_gird p.freehit5 {
	background: #FFEB3B;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	color: #212121;
	font-weight: bold;
	font-size: 1.3rem;
}

.select_race_frame_hit {
	width: 100%;
	background-color: #111;
	background-image: url("https://www.transparenttextures.com/patterns/fake-brick.png");
	margin: 0.3rem auto;
	padding: 0.5rem 0;
	text-align: center;
}

.select_race_frame_hit {
	color: #FFF;
	font-weight: bold;
	font-size: 1.2rem;
}

.frame_hit_toptext {
	color: #FFFF00;
	font-weight: bold;
	font-size: 1.6rem;
}

.hit_text_yellow {
	color: #FFFF00;
	font-weight: bold;
	font-size: 1.6rem;
}

/***********************************************
login_area
***********************************************/

.login_all_area {
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 50px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	background-image: linear-gradient(230deg, rgba(93, 93, 93, 0.03) 0%, rgba(93, 93, 93, 0.03) 50%, rgba(78, 78, 78, 0.03) 50%, rgba(78, 78, 78, 0.03) 100%), linear-gradient(107deg, rgba(55, 55, 55, 0.01) 0%, rgba(55, 55, 55, 0.01) 50%, rgba(170, 170, 170, 0.01) 50%, rgba(170, 170, 170, 0.01) 100%), linear-gradient(278deg, rgba(16, 16, 16, 0.03) 0%, rgba(16, 16, 16, 0.03) 50%, rgba(24, 24, 24, 0.03) 50%, rgba(24, 24, 24, 0.03) 100%), linear-gradient(205deg, rgba(116, 116, 116, 0.03) 0%, rgba(116, 116, 116, 0.03) 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 100%), linear-gradient(150deg, rgba(5, 5, 5, 0.03) 0%, rgba(5, 5, 5, 0.03) 50%, rgba(80, 80, 80, 0.03) 50%, rgba(80, 80, 80, 0.03) 100%), linear-gradient(198deg, rgba(231, 231, 231, 0.03) 0%, rgba(231, 231, 231, 0.03) 50%, rgba(26, 26, 26, 0.03) 50%, rgba(26, 26, 26, 0.03) 100%), linear-gradient(278deg, rgba(89, 89, 89, 0.03) 0%, rgba(89, 89, 89, 0.03) 50%, rgba(26, 26, 26, 0.03) 50%, rgba(26, 26, 26, 0.03) 100%), linear-gradient(217deg, rgba(28, 28, 28, 0.03) 0%, rgba(28, 28, 28, 0.03) 50%, rgba(202, 202, 202, 0.03) 50%, rgba(202, 202, 202, 0.03) 100%), linear-gradient(129deg, rgba(23, 23, 23, 0.03) 0%, rgba(23, 23, 23, 0.03) 50%, rgba(244, 244, 244, 0.03) 50%, rgba(244, 244, 244, 0.03) 100%), linear-gradient(90deg, rgb(1, 64, 149), rgb(198, 5, 91));
}

.login_contents_area {}

.login_area {
	max-width: 600px;
	width: 90%;
	background: #eee;
	padding: 0.5rem 0;
	margin: 30px auto 30px;
	text-align: center;
	box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	/* CSS3草案 */
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	/* Firefox用 */
}

.login_top_line {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

.login_area ul {
	margin-left: 0;
	padding-left: 0;
}

.login_img {
	text-align: center;
	margin: 0 auto;
}

.login_img img {
	max-width: 300px;
	width: 40%;
	margin: 10px auto 20px;
}

.login_top_text {
	margin-top: 10px;
}

.login_caption_text {
	max-width: 450px;
	text-align: left;
	width: 65%;
	padding: 0.3rem 0;
	margin: 1rem auto 0rem;
}

.login_id_area {
	max-width: 450px;
	width: 65%;
	margin: 0 auto;
	padding: 0.3rem 1rem;
	border-bottom: 2px solid #cccccc;
	border-right: none;
	border-left: none;
	border-top: none;
	border-radius: 0px;
	font-size: 1.2rem;
	color: #333;
}

.login_button {
	max-width: 500px;
	width: 100%;
	margin: 1.5rem auto;
	text-align: center;
	background: #EE6E59;
	padding: 0.8rem 1.5rem;
	font-size: 1.5rem;
	color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;
	border: none;
}

.login_button:hover {
	opacity: 0.7;
}

hr.login_line {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

.login_under_area {
	max-width: 500px;
	width: 100%;
	margin: 0 auto 50px;
}

.login_check {
	text-align: center;
	margin: 0 auto;
	color: #FFF;
}

.login_check a {
	text-align: center;
	margin: 0 auto;
	font-size: 0.8rem;
}

.login_check a:hover {
	opacity: 0.7;
}

.login_check_all_area {
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 50px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	background-image: linear-gradient(230deg, rgba(93, 93, 93, 0.03) 0%, rgba(93, 93, 93, 0.03) 50%, rgba(78, 78, 78, 0.03) 50%, rgba(78, 78, 78, 0.03) 100%), linear-gradient(107deg, rgba(55, 55, 55, 0.01) 0%, rgba(55, 55, 55, 0.01) 50%, rgba(170, 170, 170, 0.01) 50%, rgba(170, 170, 170, 0.01) 100%), linear-gradient(278deg, rgba(16, 16, 16, 0.03) 0%, rgba(16, 16, 16, 0.03) 50%, rgba(24, 24, 24, 0.03) 50%, rgba(24, 24, 24, 0.03) 100%), linear-gradient(205deg, rgba(116, 116, 116, 0.03) 0%, rgba(116, 116, 116, 0.03) 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 100%), linear-gradient(150deg, rgba(5, 5, 5, 0.03) 0%, rgba(5, 5, 5, 0.03) 50%, rgba(80, 80, 80, 0.03) 50%, rgba(80, 80, 80, 0.03) 100%), linear-gradient(198deg, rgba(231, 231, 231, 0.03) 0%, rgba(231, 231, 231, 0.03) 50%, rgba(26, 26, 26, 0.03) 50%, rgba(26, 26, 26, 0.03) 100%), linear-gradient(278deg, rgba(89, 89, 89, 0.03) 0%, rgba(89, 89, 89, 0.03) 50%, rgba(26, 26, 26, 0.03) 50%, rgba(26, 26, 26, 0.03) 100%), linear-gradient(217deg, rgba(28, 28, 28, 0.03) 0%, rgba(28, 28, 28, 0.03) 50%, rgba(202, 202, 202, 0.03) 50%, rgba(202, 202, 202, 0.03) 100%), linear-gradient(129deg, rgba(23, 23, 23, 0.03) 0%, rgba(23, 23, 23, 0.03) 50%, rgba(244, 244, 244, 0.03) 50%, rgba(244, 244, 244, 0.03) 100%), linear-gradient(90deg, rgb(1, 64, 149), rgb(198, 5, 91));

}

.login_check_area {
	width: 90%;
	max-width: 900px;
	text-align: center;
	margin: 0 auto;
	background: #FFF;
}


/***********************************************
Font Awesome 5
***********************************************/

.thumb_item {
	margin: 0 auto 10px;
}

.thumb_item_nav {}


/***********************************************
Font Awesome 5
***********************************************/

.pagetop {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 30px;
}

.pagetop a {
	display: block;
	font-size: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	background: #D70C18;
	border-radius: 50%;
	line-height: 50px;
}

.pagetop a i {
	font-size: 20px;
	color: #fff;
	line-height: 50px;
}

/***********************************************
pagetop
***********************************************/

.pagetop {
	display: block;
}


/***********************************************
reflection
***********************************************/

.reflection {
	height: 100%;
	width: 30px;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflection 2s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 2s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-moz-animation: reflection 2s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-ms-animation: reflection 2s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-o-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-webkit-keyframes reflection {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-moz-keyframes reflection {
	0% {
		-moz-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-moz-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-moz-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-moz-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-ms-keyframes reflection {
	0% {
		-ms-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-ms-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-ms-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-ms-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-o-keyframes reflection {
	0% {
		-o-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	80% {
		-o-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	81% {
		-o-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-o-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

/***********************************************
LP
***********************************************/

.l_login_area {
	width: 100%;
	background: #000;
	padding: 0.1rem 0;
	margin: 0 auto;
	text-align: center;
	border-bottom: 4px solid #333;
	box-shadow: rgba(0, 0, 0, 0.3) 0 3px 5px 0;
}

.l_login_inner_area {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	position: relative;
	list-style: none;
	overflow: hidden;
}

.l_top_img {
	float: left;
	top: 10px;
	left: 10%;
	width: 140px;
}

.l_top_img img {
	width: 100%;
	max-width: 140px;
}

.l_login_area label[for="login"] {
	background: rgb(245, 98, 98);
	background: -moz-linear-gradient(top, rgba(245, 98, 98, 1) 0%, rgba(245, 98, 98, 1) 38%, rgba(205, 10, 11, 1) 65%, rgba(205, 10, 11, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(245, 98, 98, 1) 0%, rgba(245, 98, 98, 1) 38%, rgba(205, 10, 11, 1) 65%, rgba(205, 10, 11, 1) 100%);
	background: linear-gradient(to bottom, rgba(245, 98, 98, 1) 0%, rgba(245, 98, 98, 1) 38%, rgba(205, 10, 11, 1) 65%, rgba(205, 10, 11, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56262', endColorstr='#cd0a0b', GradientType=0);
	padding: 7px 25px;
	border-radius: 5px;
	border: 1px solid #cd0a0b;
	cursor: pointer;
}

.r_login_area {
	position: fixed;
	top: 100px;
	right: 0px;
	color: #FFF;
	width: 40%;
	padding: 40px 0;
	background-color: rgba(0, 0, 0, 0.9);
	transition: all 0.5s;
}

.r_login_inner_area p {
	margin-top: 10px;
}

.r_login_inner_area input {
	width: 80%;
	max-width: 350px;
	padding: 10px;
	font-size: 1.2rem;
}

.login_top_button {
	margin-top: 30px;
}

.r_login_area label[for="login"] {
	display: block;
	background: #960D09;
	padding: 10px;
	max-width: 350px;
	width: 80%;
	margin: 0 auto;
	border-radius: 5px;
	border: 1px solid #cd0a0b;
	cursor: pointer;
}

.r_login_area label[for="login"]:hover {
	opacity: 0.6;
}

.r_login_area button {
	display: block;
	background: #960D09;
	padding: 10px;
	max-width: 350px;
	width: 80%;
	color: #FFF;
	margin: 0 auto;
	border-radius: 5px;
	border: 1px solid #cd0a0b;
	cursor: pointer;
}

.r_login_area button:hover {
	opacity: 0.6;
}

.hidden_box {
	z-index: 9999;
	float: right;
	top: 10px;
	right: 30px;
	width: 100%;
	max-width: 450px;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
	display: none;
	opacity: 0;
	transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked~.hidden_show {
	display: block;
	opacity: 1;
}

.hidden_box label[for="label1"] {
	width: 100%;
	display: block;
	padding: 5px 0;
	margin-top: 13px;
	background: #3CAD6C;
	border-radius: 20px;
	cursor: pointer;
}

.hidden_box label[for="label1"]:hover {
	opacity: 0.6;
}

.r_login_inner_area label[for="label1"] {
	width: 5%;
	background: none;
	padding: 2px 0;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.hidden_box input[type="checkbox"] {
	display: none;
}

.l_topform_area {
	width: 100%;
	margin: 0 auto;
	border-top: 6px solid #000;
	background: url(../images/form_back.jpg) no-repeat top center;
	background-size: cover;
	padding: 1rem 0 3rem;
	text-align: center;
	color: #FFF;
	box-shadow: 0 0 8px gray;
}

.l_topform_area_bottom {
	width: 100%;
	margin: 0 auto;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	background: url(../images/form_back.jpg) no-repeat top center;
	background-size: cover;
	padding: 1rem 0 2rem;
	text-align: center;
	color: #FFF;
	box-shadow: 0 0 10px gray;
}

.l_form_box {
	width: 90%;
	max-width: 980px;
	padding: 2rem 0;
	margin: 0 auto;
	border: solid 4px #000;
	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 3px #FFF;
	/* 外側の線になる5pxの一本線の枠線をひく*/
	outline-offset: 1px;
	/* 内側の線になる一本線の枠線をひく*/
	background: #1e5799;
	/* Old browsers */
	background: -moz-linear-gradient(top, #1e5799 0%, #99d8e1 0%, #d7b1da 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e5799 0%, #99d8e1 0%, #d7b1da 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e5799 0%, #99d8e1 0%, #d7b1da 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#d7b1da', GradientType=0);
	/* IE6-9 */
	box-shadow: 0 0 15px gray;
}

.l_form_box p {
	color: #000;
}

.l_form_box input[type="text"] {
	width: 80%;
	height: 45px;
	padding: 7px;
	font-size: 20px;
	color: #000000;
	margin: 10px auto 0;
	background: #FAE7AB;
	font-weight: bold;
	border: 2px solid #000;
}

.button {
	cursor: pointer;
	display: inline-block;
	width: 95%;
	height: 100%;
	padding: 30px 0;
	margin: 10px auto 0;
	background: #FF0000;
	border: 4px solid #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-size: 1.8rem;
	color: #ffffff;
	line-height: 50px;
	border-radius: 10px;
	/* CSS3草案 */
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	/* Firefox用 */
}

.button:hover {
	opacity: 0.5;
}

.l_form_box_text_area p {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	font-size: 14px;
}

.sub_area {
	width: 100%;
	margin: 0px auto;
	padding: 20px 0;
}

.sub_area p {
	color: #000;
	font-weight: bold;
	font-size: 2rem;
	text-shadow: 1px 2px 3px #FFF;
}

.results_sub_area {
	width: 100%;
	margin: 0px auto;
	padding: 50px 0;
	background-image: linear-gradient(135deg, rgba(107, 107, 107, 0.06) 0%, rgba(107, 107, 107, 0.06) 50%, rgba(202, 202, 202, 0.06) 50%, rgba(202, 202, 202, 0.06) 100%), linear-gradient(90deg, rgb(190, 0, 0), rgb(190, 0, 0));
	background-size: 30px 30px;
	text-shadow: 1px 2px 3px #000;
}

.results_sub_area p {
	color: #FFF;
	font-weight: bold;
	font-size: 2rem;
}

.mainContainer {
	width: 100%;
	background: #C70000;
	background: url(../images/main_back_pc.jpg) no-repeat top center;
	background-size: cover;
	display: block;
	background-attachment: fixed;
	margin: 0 auto;
	padding: 6.25rem 0;
	box-shadow: 0px px 3px #000033;
	text-align: center;
}

.main_inner_Container {
	width: 95%;
	background-color: #ffffff;
	background-image: url("https://www.transparenttextures.com/patterns/back-pattern.png");
	max-width: 980px;
	margin: 0 auto;
	padding: 6rem 0;
	text-align: center;
	box-shadow: 0 0 8px gray;
}

.main_inner_Container p {
	padding: 0 30px;
	text-align: left;
}

.main_inner_Container p.center {
	padding: 0 30px;
	text-align: center;
}

.main_inner_under_Container {
	width: 95%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.results_area {
	background: #141414;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.results_inner_area {
	max-width: 1000px;
	width: 90%;
	padding: 2rem 0;
	margin: 0 auto;
	text-align: center;
}

.question_area {
	width: 95%;
	max-width: 900px;
	padding: 50px 0;
	margin: 0 auto;
	text-align: center;
	background-image: linear-gradient(135deg, rgba(107, 107, 107, 0.06) 0%, rgba(107, 107, 107, 0.06) 50%, rgba(202, 202, 202, 0.06) 50%, rgba(202, 202, 202, 0.06) 100%), linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));
	background-size: 30px 30px;
	border: 2px solid #838383;
}

.question_inner_area {
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	background: #FFF;
}

.question_area .contents_text {
	color: #333;
}

.answer_a_area {
	width: 90%;
	max-width: 900px;
	padding: 50px 0;
	margin: 0 auto;
	text-align: center;
	background-color: #FC4F49;
}

.answer_a_area p {
	color: #FFF;
	font-weight: bold;
}

.answer_b_area {
	width: 90%;
	max-width: 900px;
	padding: 50px 0;
	margin: 0 auto;
	text-align: center;
	background-color: #3F57ED;
}

.answer_b_area p {
	color: #FFF;
	font-weight: bold;
}

.full_text_back01 {
	width: 100%;
	padding: 30px 0;
}

.anime_ful {
	-webkit-animation-name: fuwafuwa;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;

	-moz-animation-name: fuwafuwa;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease;
}

@keyframes fuwafuwa {
	0% {
		-webkit-transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(0, -10px);
	}

	100% {
		-webkit-transform: translate(0, 0);
	}
}

.anime_opacity {
	animation: anime_opacity 5s linear infinite;
}

@keyframes anime_opacity {
	0% {
		opacity: 0.8;
	}

	10% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

.buruburu {
	display: inline-block;
	animation: hurueru .1s infinite;
	animation-duration: 0.2s;
}

@keyframes hurueru {
	0% {
		transform: translate(0px, 0px) rotateZ(0deg)
	}

	25% {
		transform: translate(1px, 1px) rotateZ(1deg)
	}

	50% {
		transform: translate(0px, 1px) rotateZ(0deg)
	}

	75% {
		transform: translate(1px, 0px) rotateZ(-1deg)
	}

	100% {
		transform: translate(0px, 0px) rotateZ(0deg)
	}
}

.anime_heart {
	animation: anime_heart 1.5s ease-out infinite;
	opacity: 1;
}

@keyframes anime_heart {

	0%,
	40%,
	60%,
	80% {
		transform: scale(1.0);
	}

	50%,
	70% {
		transform: scale(0.95);
	}
}

.heart_area {
	width: 100%;
	margin: 20px auto 0;
	background: url(../images/text05_back.jpg) no-repeat top center;
	border-top: solid 2px #92741b;
	border-bottom: solid 2px #92741b;
	background-size: cover;
}

/***********************************************
main_inner_secondpage_Container
***********************************************/

.mainContainer_secondpage {
	width: 100%;
	background: #C70000;
	background: url(../images/main_back_pc.jpg) no-repeat top center;
	background-size: cover;
	display: block;
	background-attachment: fixed;
	margin: 0 auto;
	padding: 0px 0;
	box-shadow: 0px 0 3px #000033;
	text-align: center;
}

.main_inner_secondpage_Container {
	background: #FFF;
	margin: 0 auto;
	text-align: center;
	max-width: 1100px;
	width: 95%;
	padding: 30px 0;
}

.secondpage_toptext {
	width: 80%;
	margin: 0 auto 0;
	padding: 6px 0;
	text-align: center;
	background: #000;
	color: #FFF;
	border-radius: 15px;
	/* CSS3草案 */
	-webkit-border-radius: 15px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 15px;
	/* Firefox用 */
}

.secondpage_topic {
	width: 80%;
	margin: 20px auto;
	text-align: left;
	border-bottom: 1px solid;
}

.secondpage_maintext {
	width: 80%;
	margin: 20px auto;
	text-align: left;
}

.secondpage_maintext p {
	font-size: 0.7rem;
}

.th_mail_button {
	position: relative;
	width: 80%;
	margin: 20px auto;
	text-align: center;
	background: #eb6877;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px #fff;
}

.th_set_button {
	position: relative;
	width: 80%;
	margin: 20px auto 0;
	text-align: center;
	background: #1EA276;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid {
	display: block;
	padding: 20px 0;
}

a.btn-radius-solid:hover {
	background: #ccc;
}

.th_text_box {
	width: 80%;
	background: #EEE;
	margin: 10px auto;
	padding: 5px 0;
	text-align: center;
}

.th_text_top_box2 {
	width: 80%;
	background: #F10000;
	margin: 10px auto;
	padding: 5px 0;
	text-align: center;
	border: 2px solid #000;
}

.th_text_box2 {
	width: 80%;
	background: #FFEEEE;
	margin: 10px auto;
	padding: 5px 0;
	text-align: center;
	border: 2px solid #000;
}

.th_text_box2 p {
	font-size: 0.8rem;
}

.th_mail_box {
	width: 80%;
	background: #FFEEEE;
	margin: 10px auto;
	padding: 5px 0;
	text-align: center;
	border: 3px solid #FFF;
	box-shadow: 0 0 3px gray;
}

.th_support_box {
	width: 90%;
	background: #fff4a1;
	border: 2px solid #e3c900;
	margin: 10px auto;
	padding: 5px 0;
	text-align: center;
}

.th_mail_link_text {
	text-align: center;
	color: #333;
	font-size: 0.7rem;
}

.th_login_button {
	position: relative;
	width: 80%;
	margin: 0px auto 20px;
	text-align: center;
	background: #1EA276;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px #fff;
}

.next-btn2 {
	width: 75%;
	margin: 10px auto;
	padding: 15px 0;
	text-align: center;
	background: #3F51B5;
	border-radius: 10px;
	/* CSS3草案 */
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	/* Firefox用 */
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}

.next-btn2:hover {
	opacity: 0.6;
}

/***********************************************
スライダー
***********************************************/

.slide_content {
	width: 450px;
	height: 284px;
}

.slideshow {
	display: flex;
	animation: loop-slide 50s infinite linear 1s both;
	animation-name: loop-slide;
	/* アニメーション名 */
	animation-duration: 60s;
	/* 開始から終了までの所要時間 */
	animation-iteration-count: infinite;
	/* アニメーションのループ回数 */
	animation-timing-function: linear;
	/* 動きの加減速 */
	animation-delay: 1s;
	/* アニメーションが開始するまでの遅延時間 */
	animation-fill-mode: both;
	/* アニメーション開始前・終了後の挙動 */
}

.slideshow li {
	margin: 0 1rem;
	border: solid 4px #333;
}


.slideshow li:hover {
	opacity: 1;
	border-radius: 0;
	border: solid 4px #9C242D;

}

@keyframes loop-slide {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.wrap {
	overflow: hidden;
	display: flex;
	align-items: center;
	height: 400px;
	overflow: hidden;
	margin-bottom: 10px;
}

.slide-paused:hover .slideshow {
	animation-play-state: paused;
}

.content-hover {
	transition: all 0.2s;
}

.content-hover:hover {
	transform: translateY(-20px);
	border-radius: 0 10%;
	box-shadow: 0 3px 10px 0 #333;
	opacity: 0.8;
	cursor: pointer;
}




/***********************************************
img size
***********************************************/

.img_full img {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.img_95 img {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}

.img_90 img {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.img_90_left {
	text-align: left;
}

.img_90_left img {
	width: 90%;
	max-width: 850px;
	text-align: left;
}

.img_80 img {
	width: 80%;
	max-width: 850px;
	margin: 0 auto;
}

.sub_img_full img {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}


.phone {
	text-align: center;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}