@charset "UTF-8";
/*--------------------------------
    STRUCTURE
----------------------------------*/
.tryout .red {
				color: #e31919;
}
.tryout .unit_left {
				width: 480px;
				float: left;
}
.tryout .unit_right {
				width: 480px;
				float: right;
}
.tryout h4.subHead {
				font-family: "Noto Sans JP", sans-serif;
				font-weight: 700;
				font-size: 40px;
				color: #19232B;
}
.tryout h5 {
				font-size: 18px;
				text-align: center;
				border-top: 1px solid #000;
				border-bottom: 1px solid #000;
				padding: 12px 0;
				margin-bottom: 15px;
				font-family: "Noto Sans JP", sans-serif;
				font-weight: 700;
}
.tryout .indent {
				text-indent: -1em;
				margin-left: 1em;
				padding-top: 5px;
}
.tryout .indent2 {
				text-indent: -1.5em;
				margin-left: 1.5em;
}

body.sp.tryout .unit_left {
				width: 100%;
				float: none;
}
body.sp.tryout .unit_right {
				width: 100%;
				float: none;
}
body.sp.tryout h4.subHead {
				font-size: 30px;
}
body.sp.tryout h5 {
				padding: 10px 0;
}

/*--------------------------------
    TOP
----------------------------------*/
.tryout.y2016 #lead_Wp {
				background: url(/jp/summary/12u_tryout/2016/img/bg_lead.jpg) center center no-repeat;
				background-size: cover;
				width: 100%;
				height: 340px;
				padding: 65px 0;
}

.tryout.y2018 #lead_Wp,
.tryout.y2019 #lead_Wp {
				background: url(/jp/summary/12u_tryout/2018/img/bg_lead.jpg) center center no-repeat;
				background-size: cover;
				width: 100%;
				height: 360px;
				padding: 80px 0;
}

.tryout.y2020 #lead_Wp,
.tryout.y2024 #lead_Wp {
				background: url(/jp/summary/12u_tryout/2018/img/bg_lead.jpg) center center no-repeat;
				background-size: cover;
				width: 100%;
				height: 260px;
				padding: 80px 0;
}

.tryout.y2022 #lead_Wp,
.tryout.y2023 #lead_Wp,
.tryout.y2025 #lead_Wp {
				background: url(/jp/summary/12u_tryout/2023/img/bg_lead.jpg) center center no-repeat;
				background-size: cover;
				width: 100%;
				padding: 60px 0;
}
.tryout.y2022 #lead_Wp .box,
.tryout.y2023 #lead_Wp .box,
.tryout.y2025 #lead_Wp .box {
				width: 100% !important;
				background: rgba(255, 255, 255, 0.8) !important;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
}

.tryout #ttl_Mv {
				width: 100%;
				height: 470px;
				background: url(/jp/summary/12u_tryout/2023/img/bg_mv.jpg) center center no-repeat;
				background-size: cover;
				text-align: center;
}
.tryout #ttl_Mv h4 {
				padding: 130px 30px 0 0;
}
.tryout #lead_Wp .inner_Wp {
				margin: 0 auto;
}
.tryout #lead_Wp .inner_Wp .box {
				width: 530px;
				background: rgba(255, 255, 255, 0.6);
				margin: 0 auto 0 0;
				padding: 35px;
}
.tryout #lead_Wp .inner_Wp .box p {
				padding-bottom: 15px;
				line-height: 1.8;
}
.tryout #lead_Wp .inner_Wp .box p.catch {
				font-size: 26px;
				color: #987e21;
				font-weight: normal;
				line-height: 1.2;
}
.tryout .caution {
				background: #DC1010;
}
.tryout .caution p {
				margin: 0 auto;
				width: 1000px;
				font-weight: bold;
				font-size: 14px;
				color: #FFFFFF;
				text-align: center;
				padding: 30px 0;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
}
.tryout .caution2 {
				font-size: 20px;
				color: #e31919;
				font-family: "Noto Sans JP", sans-serif;
				font-weight: 700;
				text-align: center;
				margin: 20px 0;
}
.tryout .caution2 img {
				width: 24px;
				height: auto;
				vertical-align: sub;
				display: inline-block;
				margin-right: 5px;
}
.tryout .img-auto {
				margin: 30px auto 0 auto;
				text-align: center;
}
.tryout p.txt.ex {
				text-align: center;
				font-size: 15px;
}
.tryout .flex {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				    justify-content: space-between;
}
.tryout .flex dl.ex {
				width: 260px;
				margin-top: 20px;
}
.tryout .flex dl.ex.vertical {
				width: 160px;
}
.tryout .flex dl.ex dd img {
				width: 100%;
				height: auto;
				border: 2px solid #ccc;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
}
.tryout .flex dl.ex dt {
				font-size: 13px;
				font-weight: bold;
				text-align: center;
				margin-top: 5px;
				line-height: 1.2;
}
.tryout .flex dl.ex dt span {
				display: block;
				font-size: 30px;
				color: #e60000;
}
.tryout .flex dl.ex dt span.ok {
				color: #1776F0;
}
.tryout #howto_Wp {
				position: relative;
				padding: 60px 0;
}
.tryout #howto_Wp h4 {
				text-align: center;
				margin-bottom: 60px;
}
.tryout #howto_Wp #corner_l {
				position: absolute;
				top: 0;
				left: 0;
}
.tryout #howto_Wp #corner_r {
				position: absolute;
				bottom: 0;
				right: 0;
}
.tryout #howto_Wp dl {
				width: 1000px;
				margin: 0 auto;
				text-align: center;
}
.tryout #howto_Wp dl dd {
				margin: 20px auto;
}
.tryout #howto_Wp dl dd.arrow {
				width: 0;
				border-top: 25px solid #19232B;
				border-right: 25px solid transparent;
				border-left: 25px solid transparent;
}
.tryout #howto_Wp dl dt {
				height: 60px;
				line-height: 57px;
				margin: 0 auto;
				position: relative;
				font-family: "Noto Sans JP", sans-serif;
				font-weight: 500;
}
.tryout #howto_Wp dl dt#flow2.long, .tryout #howto_Wp dl dt#flow3.long, .tryout #howto_Wp dl dt#flow4.long {
				line-height: 1.2;
				height: auto;
				padding: 10px 0;
}
.tryout #howto_Wp dl dt#flow2.long span.date, .tryout #howto_Wp dl dt#flow3.long span.date, .tryout #howto_Wp dl dt#flow4.long span.date {
				position: static;
				margin-top: 5px;
				font-size: 14px;
				padding: 5px 10px;
}
.tryout #howto_Wp dl dt span.date {
				position: absolute;
				top: 14px;
				right: 15px;
				display: inline-block;
				background: #DC1010;
				color: #FFF;
				font-size: 16px;
				font-weight: bold;
				padding: 8px 10px;
				line-height: 1;
				font-family: "Noto Sans JP", sans-serif;
}
.tryout #howto_Wp dl dt span.close {
				position: absolute;
				top: 14px;
				right: 15px;
}
.tryout #howto_Wp dl dt span.close.txt {
				display: inline-block;
				background: #19232B;
				color: #FFF;
				font-size: 16px;
				font-weight: bold;
				padding: 8px 10px;
				line-height: 1;
				font-family: "Noto Sans JP", sans-serif;
}
.tryout #howto_Wp dl dt span.red {
				font-size: 26px;
}
.tryout #howto_Wp dl dt img.logo {
				margin: -10px 10px 0 0;
				height: 40px;
				width: auto;
				vertical-align: middle;
}
.tryout #howto_Wp dl dt#flow1 {
				width: 900px;
				background: #eef3f8;
				font-size: 20px;
}
.tryout #howto_Wp dl dt#flow2 {
				width: 700px;
				background: #e2e8ef;
				font-size: 20px;
}
.tryout #howto_Wp dl dt#flow3 {
				width: 550px;
				background: #b3bdc9;
				font-size: 26px;
}
.tryout #howto_Wp dl dt#flow3.long {
				font-size: 20px;
}
.tryout #howto_Wp dl dt#flow3-2 {
				width: 420px;
				background: #8f97a0;
				font-size: 26px;
}
.tryout #howto_Wp dl dt#flow4 {
				width: 310px;
				background: #c6b886;
				padding-right: 40px;
}
.tryout #howto_Wp dl dt#flow4-2 {
				width: 360px;
				background: #c6b886;
				padding-right: 60px;
}
.tryout .btn a {
				width: 600px;
				margin: 0 auto;
				padding: 30px 0;
				border: 5px solid #FFF;
				background: url(/jp/summary/12u_tryout/2023/img/arrow.png) 570px center no-repeat;
				background-size: 16px 30px;
				display: block;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
				-webkit-transition: all 0.3s;
				transition: all 0.3s;
				position: relative;
}
.tryout .btn a::after, .tryout .btn a::before {
				position: absolute;
				z-index: -1;
				display: block;
				content: "";
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
				-webkit-transition: all 0.3s;
				transition: all 0.3s;
}
.tryout #entry_Wp {
				width: 100%;
				background: #a78f44;
				padding: 60px 0;
				text-align: center;
}
.tryout #entry_Wp .btn_block a {
				width: 480px;
				margin: 0 auto;
				padding: 20px 0;
				border: 4px solid #FFF;
				font-family: "Noto Sans JP", sans-serif;
				font-weight: 700;
				font-size: 24px;
				line-height: 1;
				color: #FFF;
				display: block;
				text-decoration: none;
				position: relative;
				-webkit-transition: background 0.3s ease-out;
				transition: background 0.3s ease-out;
}
.tryout #entry_Wp .btn_block a::after {
				content: "";
				width: 10px;
				height: 10px;
				border: 0px;
				border-top: solid 3px #FFFFFF;
				border-right: solid 3px #FFFFFF;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
				position: absolute;
				right: 20px;
				bottom: 0;
				top: 0;
				margin: auto;
}
.tryout #entry_Wp .btn_block a:hover {
				background: #DC1010;
}
.tryout #entry_Wp .btn a:hover,
.tryout #entry_Wp .btn a.hover {
				background-color: rgba(220, 16, 16, 0.6);
}
.tryout #bfa_Wp {
				width: 100%;
				background: #3399cc;
				padding: 60px 0;
				text-align: center;
}
.tryout #bfa_Wp .btn a:hover,
.tryout #bfa_Wp .btn a.hover {
				background-color: rgba(0, 0, 0, 0.6);
}
.tryout #bfa_Wp h4 {
				margin-bottom: 60px;
}
.tryout #pv_Wp {
				width: 100%;
				background: #19232B;
				padding: 60px 0;
				text-align: center;
}
.tryout #pv_Wp .inner_Wp {
				margin: 0 auto;
}
.tryout #pv_Wp h4 {
				margin: 0 0 20px 0;
				text-align: center;
}
.tryout #pv_Wp p {
				color: #FFF;
				margin-bottom: 20px;
}
.tryout #pv_Wp .unit_movie {
				width: 640px;
				margin: 0 auto;
}
.tryout #gray_Wp {
				background: #eeeeee;
				width: 100%;
				padding-bottom: 60px;
}
.tryout #gray_Wp .inner_Wp {
				margin: 0 auto;
}
.tryout #gray_Wp h4 {
				margin: 60px 0;
				text-align: center;
}
.tryout #gray_Wp h6 {
				font-size: 18px;
				font-weight: bold;
				border-bottom: 2px solid #a78f44;
}
.tryout #gray_Wp .movie_Wp {
				overflow: hidden;
				width: 1000px;
				margin: 50px auto 0 auto;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
}
.tryout #gray_Wp .movie_Wp dl {
				width: 300px;
				text-align: center;
				margin-top: 50px;
}
.tryout #gray_Wp .movie_Wp dl dt:hover {
				filter: alpha(opacity=70);
				-moz-opacity: 0.7;
				opacity: 0.7;
}
.tryout #gray_Wp .movie_Wp dl dd.name {
				font-size: 16px;
				font-weight: bold;
				padding: 15px 0;
}
.tryout #gray_Wp .movie_Wp dl dd.award {
				width: 180px;
				margin: 0 auto;
				background: #a78f44;
				color: #FFF;
				font-size: 14px;
				font-weight: bold;
				padding: 5px 10px;
				line-height: 1.2;
}
.tryout #gray_Wp .movie_Wp .unit_movie {
				width: 640px;
}
.tryout #gray_Wp .movie_Wp .unit_video {
				width: 640px;
}
.tryout #gray_Wp .movie_Wp .unit_video video {
				width: 100%;
				height: auto;
}

body.sp.tryout.y2016 #lead_Wp {
				width: 100%;
				height: 0;
				padding: 95% 0 5% 0;
				background: #f0f1f9 url(/jp/summary/12u_tryout/2016/img/bg_lead_sp.jpg) center bottom no-repeat;
				background-size: cover;
				position: relative;
}

body.sp.tryout.y2018 #lead_Wp {
				width: 100%;
				height: 0;
				padding: 95% 0 5% 0;
				background: #f0f1f9 url(/jp/summary/12u_tryout/2018/img/bg_lead_sp.jpg) center bottom no-repeat;
				background-size: cover;
				position: relative;
}

body.sp.tryout.y2019 #lead_Wp {
				width: 100%;
				height: 0;
				padding: 120% 0 5% 0;
				background: #f0f1f9 url(/jp/summary/12u_tryout/2018/img/bg_lead_sp.jpg) center bottom no-repeat;
				background-size: cover;
				position: relative;
}

body.sp.tryout.y2020 #lead_Wp,
body.sp.tryout.y2024 #lead_Wp {
				width: 100%;
				height: 0;
				padding: 100% 0 5% 0;
				background: #f0f1f9 url(/jp/summary/12u_tryout/2018/img/bg_lead_sp.jpg) center bottom no-repeat;
				background-size: cover;
				position: relative;
}
body.sp.tryout.y2020 #lead_Wp .inner_Wp,
body.sp.tryout.y2024 #lead_Wp .inner_Wp {
				height: 250px;
}

body.sp.tryout.y2022 #lead_Wp,
body.sp.tryout.y2023 #lead_Wp,
body.sp.tryout.y2025 #lead_Wp {
				width: 100%;
				background: #f0f1f9 url(/jp/summary/12u_tryout/2023/img/bg_lead_sp.jpg) center bottom no-repeat;
				background-size: cover;
				padding: 20px 0;
}
body.sp.tryout.y2022 #lead_Wp .inner_Wp,
body.sp.tryout.y2023 #lead_Wp .inner_Wp,
body.sp.tryout.y2025 #lead_Wp .inner_Wp {
				height: auto;
				position: static;
}
body.sp.tryout.y2022 #lead_Wp .inner_Wp .box,
body.sp.tryout.y2023 #lead_Wp .inner_Wp .box,
body.sp.tryout.y2025 #lead_Wp .inner_Wp .box {
				padding: 20px 20px 10px 20px;
}

body.sp.tryout #ttl_Mv {
				width: 100%;
				height: 0;
				padding-top: 65.625%;
				background: url(/jp/summary/12u_tryout/2023/img/bg_mv_sp.jpg) center center no-repeat;
				background-size: contain;
				text-align: center;
				position: relative;
}
body.sp.tryout #ttl_Mv h4 {
				position: absolute;
				padding: 0;
				top: 17vw;
				right: 0;
				left: 0;
}
body.sp.tryout #ttl_Mv h4 img {
				width: 94%;
				height: auto;
}
body.sp.tryout #lead_Wp .inner_Wp {
				width: 90%;
				height: 360px;
				position: absolute;
				margin: auto;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
}
body.sp.tryout #lead_Wp .inner_Wp .box {
				width: 96%;
				margin: 0 auto;
				padding: 10px;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
}
body.sp.tryout #lead_Wp .inner_Wp .box p {
				padding-bottom: 10px;
				line-height: 1.6;
}
body.sp.tryout #lead_Wp .inner_Wp .box p.catch {
				font-size: 16px;
}
body.sp.tryout .caution p {
				margin: 0 auto;
				width: auto;
				font-size: 14px;
				color: #FFFFFF;
				text-align: left;
				padding: 20px;
}
body.sp.tryout .caution2 {
				font-size: 16px;
}
body.sp.tryout .caution2 img {
				width: 18px;
				margin-right: 3px;
}
body.sp.tryout .img-auto {
				margin: 20px auto 40px auto;
}
body.sp.tryout .img-auto img {
				width: 100%;
				height: auto;
}
body.sp.tryout p.txt {
				line-height: 1.6;
}
body.sp.tryout p.txt.ex {
				text-align: left;
				font-size: 14px;
}
body.sp.tryout .flex {
				padding-bottom: 30px;
}
body.sp.tryout .flex dl.ex {
				width: 80vw;
				max-width: 300px;
				margin: 20px auto 0 auto;
}
body.sp.tryout .flex dl.ex.vertical {
				width: 50vw;
				max-width: 180px;
}
body.sp.tryout #howto_Wp {
				padding: 30px 0 60px;
}
body.sp.tryout #howto_Wp #corner_l {
				width: 15%;
}
body.sp.tryout #howto_Wp #corner_l img {
				width: 100%;
				height: auto;
}
body.sp.tryout #howto_Wp #corner_r {
				width: 15%;
}
body.sp.tryout #howto_Wp #corner_r img {
				width: 100%;
				height: auto;
}
body.sp.tryout #howto_Wp h4 {
				margin-bottom: 30px;
}
body.sp.tryout #howto_Wp h4 img {
				height: 30px;
				width: auto;
}
body.sp.tryout #howto_Wp dl {
				width: 94%;
				margin: 0 auto;
}
body.sp.tryout #howto_Wp dl dd {
				margin: 15px auto;
}
body.sp.tryout #howto_Wp dl dd.arrow {
				width: 0;
				border-top: 20px solid #19232B;
				border-right: 20px solid transparent;
				border-left: 20px solid transparent;
}
body.sp.tryout #howto_Wp dl dt {
				line-height: 1.2;
				height: auto;
}
body.sp.tryout #howto_Wp dl dt span.date {
				position: static;
				display: block;
				font-size: 14px;
				margin: 10px auto 0 auto;
				width: 120px;
				padding: 5px 8px;
}
body.sp.tryout #howto_Wp dl dt span.close {
				position: static;
				top: auto;
				right: auto;
				display: block;
				margin-top: 5px;
}
body.sp.tryout #howto_Wp dl dt span.close.txt {
				font-size: 14px;
				margin: 10px auto 0 auto;
				width: 80px;
				padding: 5px 8px;
}
body.sp.tryout #howto_Wp dl dt span.close img {
				height: 22px;
				width: auto;
}
body.sp.tryout #howto_Wp dl dt span.red {
				font-size: 16px;
}
body.sp.tryout #howto_Wp dl dt img.logo {
				width: 30px;
				height: auto;
				vertical-align: middle;
				margin-top: 0;
}
body.sp.tryout #howto_Wp dl dt#flow2.long .date, body.sp.tryout #howto_Wp dl dt#flow3.long .date {
				width: 240px;
				font-size: 13px;
				margin-top: 5px;
				line-height: 1.2;
}
body.sp.tryout #howto_Wp dl dt#flow1, body.sp.tryout #howto_Wp dl dt#flow2, body.sp.tryout #howto_Wp dl dt#flow4, body.sp.tryout #howto_Wp dl dt#flow4-2 {
				width: 100%;
				font-size: 14px;
}
body.sp.tryout #howto_Wp dl dt#flow3, body.sp.tryout #howto_Wp dl dt#flow3-2 {
				width: 100%;
				font-size: 16px;
}
body.sp.tryout #howto_Wp dl dt#flow1, body.sp.tryout #howto_Wp dl dt#flow4 {
				padding: 10px 0;
}
body.sp.tryout #howto_Wp dl dt#flow2, body.sp.tryout #howto_Wp dl dt#flow3, body.sp.tryout #howto_Wp dl dt#flow3-2 {
				padding: 15px 0;
}
body.sp.tryout #howto_Wp dl dt#flow4 {
				text-align: center;
}
body.sp.tryout #howto_Wp dl dt#flow4-2 {
				padding: 10px 0;
}
body.sp.tryout #howto_Wp dl dt#flow4-2 .date {
				margin-top: 5px;
}
body.sp.tryout #howto_Wp dl dd img {
				width: 24px;
				height: auto;
}
body.sp.tryout .btn a {
				width: 280px;
				margin: 0 auto;
				padding: 15px 0;
				border: 4px solid #FFF;
				background: url(/jp/summary/12u_tryout/2023/img/arrow.png) 250px center no-repeat;
				background-size: 12px 22px;
				display: block;
}
body.sp.tryout .btn a img {
				height: 20px;
				width: auto;
}
body.sp.tryout #entry_Wp .btn_block a {
				width: auto;
				padding: 20px 10px;
				margin: 0 4%;
				border: 2px solid #FFF;
				font-size: 20px;
}
body.sp.tryout #entry_Wp,
body.sp.tryout #bfa_Wp {
				padding: 30px 0;
}
body.sp.tryout #pv_Wp {
				padding: 30px 0;
				text-align: center;
}
body.sp.tryout #pv_Wp .inner_Wp {
				margin: 0 auto;
}
body.sp.tryout #pv_Wp h4 img {
				height: 27px;
				width: auto;
}
body.sp.tryout #pv_Wp .unit_movie {
				width: 300px;
				margin: 0 auto;
}
body.sp.tryout #pv_Wp .unit_movie > div {
				height: auto !important;
				overflow: hidden;
}
body.sp.tryout #gray_Wp h4 {
				margin: 30px auto;
}
body.sp.tryout #gray_Wp h4 img {
				height: 30px;
				width: auto;
}
body.sp.tryout #gray_Wp h6 {
				font-size: 16px;
				line-height: 1.2;
				padding-bottom: 5px;
}
body.sp.tryout #gray_Wp .movie_Wp {
				width: auto;
				margin: 30px auto 0 auto;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
}
body.sp.tryout #gray_Wp .movie_Wp dl {
				width: 100%;
				float: none;
				margin-top: 0;
				text-align: center;
}
body.sp.tryout #gray_Wp .movie_Wp dl dt {
				width: 120px;
				margin: 0 auto;
}
body.sp.tryout #gray_Wp .movie_Wp dl dt img {
				width: 100%;
				height: auto;
}
body.sp.tryout #gray_Wp .movie_Wp dl dd.name {
				padding: 10px 0;
}
body.sp.tryout #gray_Wp .movie_Wp dl dd.award {
				margin: 0 auto 20px auto;
}
body.sp.tryout #gray_Wp .movie_Wp .unit_movie {
				float: none;
				width: 320px;
				margin: 0 auto;
}
body.sp.tryout #gray_Wp .movie_Wp .unit_video {
				width: 92%;
				margin: 0 auto;
				height: 0;
				padding-top: 56.25%;
				position: relative;
}
body.sp.tryout #gray_Wp .movie_Wp .unit_video video {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
}
body.sp.tryout #gray_Wp .movie_Wp .unit_movie > div {
				height: auto !important;
				overflow: hidden;
}
body.sp.tryout #bfa_Wp {
				padding: 1px 0 30px 0;
}
body.sp.tryout #bfa_Wp h4 {
				margin: 30px auto;
}
body.sp.tryout #bfa_Wp h4 img {
				height: 30px;
				width: auto;
}

/*--------------------------------
    FORM /  STRUCTURE
----------------------------------*/
.tryout #container,
.tryout #wrap {
				width: 100%;
}
.tryout #partner {
				margin-top: 0;
}
.tryout #ttl_Wp {
				width: 100%;
				height: 250px;
				text-align: center;
				background: url(/jp/summary/12u_tryout/2023/img/bg_ttl.jpg) center -60px no-repeat;
				background-size: cover;
}
.tryout #ttl_Wp h4 {
				padding-top: 94px;
}
.tryout #ttl_Wp h4.subHead {
				color: #FFF;
}
.tryout #ttl_Wp h4#recommend {
				padding-top: 77px;
}
.tryout .fixed {
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10;
				border-bottom: 1px solid #EEEEEE;
}
.tryout .nav ul {
				display: table;
				width: 100%;
				background: #FFF;
}
.tryout .nav li {
				width: 25%;
				height: 60px;
				display: table-cell;
				text-align: center;
				vertical-align: middle;
				-webkit-transition: opacity 0.3s ease-out;
				transition: opacity 0.3s ease-out;
}
.tryout .nav li:hover {
				filter: alpha(opacity=70);
				-moz-opacity: 0.7;
				opacity: 0.7;
}
.tryout .nav li a,
.tryout .nav li span {
				display: block;
				font-size: 20px;
				color: #FFF;
				text-decoration: none;
				font-family: "Noto Sans JP", sans-serif;
				font-weight: 700;
}
.tryout .nav li.off {
				background: #686868;
}
.tryout .nav li.off:hover {
				filter: alpha(opacity=100);
				-moz-opacity: 1;
				opacity: 1;
}
.tryout .nav li#pn_top {
				background: #FFF;
}
.tryout .nav li#pn_top a {
				padding: 15px 0;
}
.tryout .nav li#pn_about {
				background: #a78f44;
}
.tryout .nav li#pn_form {
				background: #e31919;
}
.tryout .nav li#pn_form.off {
				background: #868686;
}
.tryout .nav li#pn_form.off span {
				color: #c7c7c7;
}
.tryout .nav li#pn_game {
				background: #3399cc;
}
.tryout .nav li#pn_about a, .tryout .nav li#pn_form a, .tryout .nav li#pn_game a {
				padding: 22px 0;
}
.tryout .nav li#pn_about img, .tryout .nav li#pn_form img, .tryout .nav li#pn_game img {
				height: 18px;
				width: auto;
				vertical-align: middle;
}
.tryout .entry_before {
				font-size: 28px;
				font-weight: bold;
				color: #e31919;
				border-top: 3px solid #e31919;
				border-bottom: 3px solid #e31919;
				text-align: center;
				width: 600px;
				padding: 10px;
				margin: 0 auto;
}

body.sp.tryout #ttl_Wp {
				padding-top: 140px;
				width: 100%;
				height: 0;
				text-align: center;
				background: url(/jp/summary/12u_tryout/2023/img/bg_ttl.jpg) center bottom no-repeat;
				background-size: cover;
				position: relative;
}
body.sp.tryout #ttl_Wp h4 {
				padding-top: 0;
				position: absolute;
				top: 0;
				bottom: 0;
				margin: auto;
				left: 0;
				right: 0;
				height: 30px;
}
body.sp.tryout #ttl_Wp h4.subHead {
				height: 48px;
				letter-spacing: 0.05em;
}
body.sp.tryout #ttl_Wp h4 img {
				width: auto;
				height: 30px;
}
body.sp.tryout #ttl_Wp h4.recommend {
				height: 60px;
}
body.sp.tryout #ttl_Wp h4.recommend img {
				width: auto;
				height: 60px;
}
body.sp.tryout #ttl_Wp h4#recommend {
				padding-top: 0;
				top: 30%;
				left: 0;
				right: 0;
}
body.sp.tryout #ttl_Wp h4#recommend img {
				width: auto;
				height: 60px;
}
body.sp.tryout .fixed {
				position: static;
				border-bottom: none;
}
body.sp.tryout .nav li {
				width: 100%;
				display: block;
				text-align: center;
}
body.sp.tryout .nav li a,
body.sp.tryout .nav li span {
				display: block;
				font-size: 16px;
}
body.sp.tryout .nav li#pn_top {
				height: auto;
}
body.sp.tryout .nav li#pn_top a {
				padding: 5px 0;
}
body.sp.tryout .nav li#pn_top img {
				height: 26px;
				width: auto;
}
body.sp.tryout .nav li#pn_about, body.sp.tryout .nav li#pn_form, body.sp.tryout .nav li#pn_game {
				height: auto;
}
body.sp.tryout .nav li#pn_about a,
body.sp.tryout .nav li#pn_about span, body.sp.tryout .nav li#pn_form a,
body.sp.tryout .nav li#pn_form span, body.sp.tryout .nav li#pn_game a,
body.sp.tryout .nav li#pn_game span {
				padding: 8px 0;
}
body.sp.tryout .nav li#pn_about img, body.sp.tryout .nav li#pn_form img, body.sp.tryout .nav li#pn_game img {
				height: 16px;
				width: auto;
				vertical-align: middle;
}
body.sp.tryout .nav li a {
				display: block;
}
body.sp.tryout .nav li a:hover {
				filter: alpha(opacity=70);
				-moz-opacity: 0.7;
				opacity: 0.7;
}
body.sp.tryout .entry_before {
				font-size: 18px;
				width: 90%;
}

/*--------------------------------
    INDEX(FORM)
----------------------------------*/
.tryout .inner_Wp {
				width: 1000px;
				margin: 80px auto 0 auto;
				overflow: hidden;
}
.tryout .inner_Wp table th {
				text-align: center;
				background: #eeeeee;
				font-size: 13px;
				font-weight: normal;
				border: 1px solid #FFF;
				padding: 15px 10px;
				width: 30%;
}
.tryout .inner_Wp table td {
				padding: 15px 10px;
				border: 1px solid #FFF;
}
.tryout .inner_Wp h5.conditions {
				margin-top: 80px;
}
.tryout .inner_Wp table.conditions th {
				width: 32px;
				background: #FFF;
				padding: 10px 0;
}
.tryout .inner_Wp table.conditions td {
				padding: 10px 10px;
				font-size: 18px;
				font-weight: bold;
				line-height: 1;
				font-family: "Noto Sans JP", sans-serif;
				font-weight: 700;
}
.tryout .inner_Wp table.conditions td span.num {
				font-size: 28px;
}
.tryout .inner_Wp table.conditions td span.at {
				font-size: 13px;
				font-weight: normal;
}
.tryout .unit_button a:hover {
				filter: alpha(opacity=70);
				-moz-opacity: 0.7;
				opacity: 0.7;
}
.tryout .unit_button .btn_block {
				text-align: center;
}
.tryout .unit_button .btn_block a {
				display: block;
				margin: 0 auto;
				width: 300px;
				padding: 20px;
				background: #d72e2e;
				font-family: "Noto Sans JP", sans-serif;
				font-weight: 700;
				color: #FFF;
				font-size: 24px;
				text-decoration: none;
				-webkit-transition: opacity 0.3s ease-out;
				transition: opacity 0.3s ease-out;
				position: relative;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
}
.tryout .unit_button .btn_block a::after {
				content: "";
				width: 10px;
				height: 10px;
				border: 0px;
				border-top: solid 3px #FFFFFF;
				border-right: solid 3px #FFFFFF;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
				position: absolute;
				right: 20px;
				bottom: 0;
				top: 0;
				margin: auto;
}
.tryout .unit_button .btn_block span {
				display: block;
				margin: 0 auto;
				width: 300px;
				padding: 20px;
				background: #a6a6a6;
				font-family: "Noto Sans JP", sans-serif;
				font-weight: 700;
				color: #FFF;
				font-size: 24px;
				text-decoration: none;
				-webkit-transition: opacity 0.3s ease-out;
				transition: opacity 0.3s ease-out;
				position: relative;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
}
.tryout .blue_Wp {
				width: 100%;
				background: #E9F4FB;
				padding: 1px 0 80px 0;
}
.tryout .blue_Wp h4 {
				margin-bottom: 60px;
				text-align: center;
}
.tryout .blue_Wp th,
.tryout .blue_Wp td {
				border: 1px solid #E9F4FB !important;
}
.tryout .blue_Wp td {
				background: #FFF;
}
.tryout .blue_Wp td a {
				color: #3399CC;
}
.tryout .blue_Wp table#time {
				width: 100%;
}
.tryout .blue_Wp table#time thead th {
				color: #FFF;
				text-align: center;
				padding: 5px 10px;
}
.tryout .blue_Wp table#time thead th.none {
				border: none;
				background: none;
}
.tryout .blue_Wp table#time thead th.pitcher {
				background: #d72e2e;
}
.tryout .blue_Wp table#time thead th.fielder {
				background: #5a728f;
}
.tryout .blue_Wp table#time tbody td {
				text-align: center;
}
.tryout .blue_Wp table#time tbody .play th {
				background: #c4c6cf;
}
.tryout .blue_Wp table#time tbody .pr th {
				background: #d8cb81;
}
.tryout .blue_Wp table#time tbody .pr td {
				background: #fffdd6;
}
.tryout .blue_Wp table#time tbody .total th {
				background: #80879b;
}
.tryout .blue_Wp .i_box {
				text-align: center;
				margin: 10px 0 60px;
}
.tryout .blue_Wp .i_box img {
				width: 100%;
				height: auto;
}
.tryout .blue_Wp .i_box#pr img {
				width: 200px;
				height: auto;
}
.tryout .blue_Wp .indent {
				text-indent: -1em;
				margin-left: 1em;
}
.tryout .blue_Wp .indent li {
				padding-bottom: 5px;
}
.tryout #prevention,
.tryout .inner_Wp.infomation {
				padding-bottom: 100px;
}
.tryout #prevention h4,
.tryout .inner_Wp.infomation h4 {
				text-align: center;
}
.tryout #prevention dl,
.tryout .inner_Wp.infomation dl {
				margin-top: 30px;
				border: 1px solid #19232B;
				padding: 20px;
}
.tryout #prevention dl dt,
.tryout .inner_Wp.infomation dl dt {
				color: #19232B;
				font-size: 16px;
				font-family: "Noto Sans JP", sans-serif;
				font-weight: 500;
				line-height: 1.6;
}
.tryout #prevention dl dt table th,
.tryout #prevention dl dt table td,
.tryout .inner_Wp.infomation dl dt table th,
.tryout .inner_Wp.infomation dl dt table td {
				padding: 5px;
}
.tryout #prevention dl dt table th,
.tryout .inner_Wp.infomation dl dt table th {
				width: 2em;
				text-align: center;
				font-size: 18px;
}
.tryout #prevention dl dt table td,
.tryout .inner_Wp.infomation dl dt table td {
				padding-left: 10px;
}
.tryout #prevention dl dd,
.tryout .inner_Wp.infomation dl dd {
				margin-top: 5px;
				line-height: 1.8;
}
.tryout #prevention dl + h4,
.tryout .inner_Wp.infomation dl + h4 {
				margin-top: 50px;
}

body.sp.tryout #catch {
				text-align: center;
}
body.sp.tryout #catch img {
				height: auto;
				width: 90%;
}
body.sp.tryout .inner_Wp {
				width: 94%;
				margin: 0 auto;
}
body.sp.tryout .inner_Wp table {
				margin-bottom: 40px;
				border-collapse: separate;
				border-spacing: 0;
}
body.sp.tryout .inner_Wp table tr.play th {
				width: 40%;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
}
body.sp.tryout .inner_Wp table tr.play td {
				width: 30%;
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
}
body.sp.tryout .inner_Wp h5.conditions {
				margin-top: 40px;
}
body.sp.tryout .inner_Wp table.conditions {
				margin-bottom: 0;
}
body.sp.tryout .inner_Wp table.conditions td {
				padding: 10px 5px;
				font-size: 16px;
}
body.sp.tryout .inner_Wp table.conditions td span.num {
				font-size: 16px;
}
body.sp.tryout .unit_button img {
				width: 200px;
				height: auto;
}
body.sp.tryout .blue_Wp {
				width: 100%;
				padding: 1px 0 40px 0;
}
body.sp.tryout .blue_Wp h4 {
				margin: 30px 0;
}
body.sp.tryout .blue_Wp h4 img {
				height: 30px;
				width: auto;
}
body.sp.tryout .blue_Wp .i_box {
				margin: 10px 0 40px;
}
body.sp.tryout .blue_Wp .i_box img {
				width: 100%;
				height: auto;
}
body.sp.tryout .blue_Wp .i_box#pr img {
				width: 170px;
				height: auto;
}
body.sp.tryout #prevention,
body.sp.tryout .inner_Wp.infomation {
				padding: 40px 0 50px 0;
}
body.sp.tryout #prevention h4,
body.sp.tryout .inner_Wp.infomation h4 {
				text-align: center;
				font-size: 24px;
}
body.sp.tryout #prevention dl,
body.sp.tryout .inner_Wp.infomation dl {
				margin-top: 20px;
				padding: 15px;
}
body.sp.tryout #prevention dl dt,
body.sp.tryout .inner_Wp.infomation dl dt {
				font-size: 15px;
				line-height: 1.4;
}
body.sp.tryout #prevention dl dt table,
body.sp.tryout .inner_Wp.infomation dl dt table {
				margin-bottom: 0;
}
body.sp.tryout #prevention dl dt table th,
body.sp.tryout .inner_Wp.infomation dl dt table th {
				font-size: 15px;
}
body.sp.tryout #prevention dl dt table td,
body.sp.tryout .inner_Wp.infomation dl dt table td {
				font-size: 14px;
}
body.sp.tryout #prevention dl dd,
body.sp.tryout .inner_Wp.infomation dl dd {
				margin-top: 5px;
				line-height: 1.4;
				font-size: 13px;
}
body.sp.tryout #prevention + h4,
body.sp.tryout .inner_Wp.infomation + h4 {
				margin-top: 40px;
}

/*--------------------------------
    FORM
----------------------------------*/
.tryout .lead {
				width: 1000px;
				margin: 60px auto;
				text-align: center;
				font-family: "Noto Sans JP", sans-serif;
				font-weight: 500;
				font-size: 24px;
}
.tryout .lead#catch {
				font-size: 40px;
}
.tryout #unit_input_error {
				margin-top: 60px;
}
.tryout #unit_input_error ul {
				width: 968px;
				padding: 20px;
				margin: 0 auto;
				border: 1px solid #e31919;
				background: #FFF5F5;
				color: #e31919;
}
.tryout #unit_input_error ul li {
				margin-left: 20px;
				list-style: disc;
				line-height: 1.8;
}
.tryout .form_Wp {
				width: 1000px;
				margin: 60px auto 0 auto;
				overflow: hidden;
}
.tryout .form_Wp p {
				text-align: center;
}
.tryout .form_Wp table th {
				text-align: center;
				background: #eeeeee;
				font-size: 13px;
				font-weight: normal;
				border: 1px solid #FFF;
				padding: 15px 10px;
}
.tryout .form_Wp table td {
				padding: 15px 10px;
				border: 1px solid #FFF;
				line-height: 1.8;
}
.tryout .form_Wp input[type=text],
.tryout .form_Wp textarea {
				padding: 5px;
				font-size: 14px;
				border-radius: 0;
				border: 1px solid #999999;
				background: #FFFFFF;
				display: inline-block;
}
.tryout .form_Wp select {
				padding: 8px;
				font-size: 14px;
				border-radius: 0;
				background: #FFF;
				-webkit-box-shadow: none;
				        box-shadow: none;
				border: 1px solid #999999;
				color: #000000;
}
.tryout .form_Wp input[type=submit] {
				border-radius: 0;
				font-size: 14px;
}
.tryout .form_Wp .w1 {
				width: 80px;
}
.tryout .form_Wp .w2 {
				width: 180px;
}
.tryout .form_Wp .w3 {
				width: 280px;
}
.tryout .form_Wp input[type=checkbox] {
				margin-right: 5px;
}
.tryout .form_Wp input[type=submit] {
				padding: 5px 15px;
}
.tryout .form_Wp textarea {
				height: 250px;
				font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS PGothic", Sans-Serif;
}
.tryout #mvupload {
				width: 540px;
				margin: 20px auto 0 auto;
				border: 1px solid #eeeeee;
				background: #eafaff;
				padding: 30px;
				text-align: center;
				line-height: 4;
}
.tryout #agreement {
				width: 900px;
				margin: 20px auto;
				border: 1px solid #eeeeee;
				background: #fffee9;
				padding: 30px;
}
.tryout #agreement li {
				text-indent: -1em;
				margin-left: 1em;
				font-size: 13px;
				padding-bottom: 5px;
}
.tryout .file_upload_wp {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: start;
				-ms-flex-align: start;
				align-items: flex-start;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
}
.tryout .file_upload_wp .file_upload {
				width: 480px;
				margin: 30px auto 0 auto;
				border: 1px solid #2a4862;
				background: #eafaff;
				text-align: center;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
}
.tryout .file_upload_wp .file_upload.hide {
				display: none;
}
.tryout .file_upload_wp .file_upload h6 {
				background: #2a4862;
				color: #FFFFFF;
				font-size: 16px;
				padding: 8px 0;
				font-weight: normal;
}
.tryout .file_upload_wp .file_upload form,
.tryout .file_upload_wp .file_upload .confirm {
				padding: 20px;
}
.tryout .file_upload_wp .file_upload .upload_input {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
}
.tryout .file_upload_wp .file_upload .upload_input input[type=file] {
				display: none;
}
.tryout .file_upload_wp .file_upload .upload_input label {
				border: 1px solid #898989;
				padding: 5px 30px;
				display: inline-block;
				position: relative;
				margin-left: -220px;
				color: #000000;
				background: #f4f4f4;
				-webkit-transition: background 0.3s ease;
				transition: background 0.3s ease;
				height: 20px;
				min-width: 2em;
}
.tryout .file_upload_wp .file_upload .upload_input label::after {
				content: "ファイルが選択されていません";
				font-size: 14px;
				position: absolute;
				right: -220px;
				color: #999999;
}
.tryout .file_upload_wp .file_upload .upload_input label:hover {
				border: 1px solid #2377bd;
				background: #2377bd;
				color: #FFFFFF;
}
.tryout .file_upload_wp .file_upload .upload_input label.changed {
				margin-left: 0;
}
.tryout .file_upload_wp .file_upload .upload_input label.changed::after {
				content: "";
}
.tryout .file_upload_wp .file_upload .upload_input .filename {
				font-size: 14px;
				padding: 5px 20px;
}
.tryout .file_upload_wp .file_upload input[type=submit] {
				margin: 20px 0;
				border: 2px solid #5bc0de;
				padding: 10px 20px;
				background: #5bc0de;
				color: #FFFFFF;
				-webkit-transition: background 0.3s ease;
				transition: background 0.3s ease;
}
.tryout .file_upload_wp .file_upload input[type=submit]:hover {
				background: #2377bd;
				border: 2px solid #2377bd;
}
.tryout .file_upload_wp .file_upload input[type=submit]:disabled {
				background: #999999;
				color: #FFFFFF;
				border: 1px solid #999999;
				cursor: default;
				opacity: 0.8;
}
.tryout .file_upload_wp .file_upload .storage {
				font-size: 13px;
}
.tryout .file_upload_wp .file_upload .storage .upload_progre:empty {
				font-size: 0;
				margin: 0;
}
.tryout .file_upload_wp .file_upload .storage .upload_progre span {
				display: inline-block;
				padding: 10px;
				margin: 10px 0;
}
.tryout .file_upload_wp .file_upload .storage .upload_progre span:empty {
				padding: 0;
				border: none;
				margin: 0;
}
.tryout .file_upload_wp .file_upload .storage .upload_progre .error {
				color: #e31919;
				border: 1px solid #e31919;
				background: #fff5f5;
}
.tryout .file_upload_wp .file_upload .storage .upload_progre .successful {
				color: #FFFFFF;
				border: 1px solid #2377bd;
				background: #2377bd;
}
.tryout .file_upload_wp .file_upload .storage .upload_name {
				color: #2377bd;
				margin: 10px 0;
}
.tryout .file_upload_wp .file_upload .storage .upload_name:empty {
				font-size: 0;
				margin: 0;
}
.tryout #add_button {
				text-align: center;
				width: 180px;
				font-size: 16px;
				margin: 20px auto;
				font-weight: bold;
				padding: 10px;
				background: #000000;
				color: #FFFFFF;
				cursor: pointer;
				-webkit-transition: opacity 0.3s ease;
				transition: opacity 0.3s ease;
}
.tryout #add_button:hover {
				opacity: 0.7;
}
.tryout #add_button .plus {
				font-size: 10px;
				position: relative;
				width: 0.2em;
				height: 1.4em;
				background-color: #FFFFFF;
				display: inline-block;
				margin-right: 12px;
}
.tryout #add_button .plus::before {
				position: absolute;
				top: 0.6em;
				left: -0.6em;
				width: 1.4em;
				height: 0.2em;
				content: "";
				background-color: #FFFFFF;
}
.tryout .unit_button {
				width: 1000px;
				margin: 60px auto 120px auto;
				text-align: center;
}
.tryout .unit_button p.txt {
				position: relative;
				width: 300px;
				margin: 0 auto;
}
.tryout .unit_button p.txt::after {
				content: "";
				width: 10px;
				height: 10px;
				border: 0px;
				border-top: solid 3px #FFFFFF;
				border-right: solid 3px #FFFFFF;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
				position: absolute;
				right: 20px;
				bottom: 0;
				top: 0;
				margin: auto;
}
.tryout .unit_button p.txt input[type=submit],
.tryout .unit_button p.txt input[type=button] {
				border-radius: 0;
				display: block;
				margin: 0 auto;
				width: 300px;
				padding: 20px;
				background: #2a4862;
				font-family: "Noto Sans JP", sans-serif;
				font-weight: 700;
				color: #FFF;
				font-size: 24px;
				text-decoration: none;
				-webkit-transition: opacity 0.3s ease-out;
				transition: opacity 0.3s ease-out;
				position: relative;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
				border: 0;
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
}
.tryout .unit_button p.txt input[type=submit]:hover,
.tryout .unit_button p.txt input[type=button]:hover {
				filter: alpha(opacity=70);
				-moz-opacity: 0.7;
				opacity: 0.7;
}
.tryout .unit_button p.txt.return input[type=submit],
.tryout .unit_button p.txt.return input[type=button] {
				background: #e5e5e5;
				color: #999999;
}
.tryout .unit_button p.txt.return::after {
				content: "";
				width: 10px;
				height: 10px;
				border: 0px;
				border-top: solid 3px #999999;
				border-right: solid 3px #999999;
				-webkit-transform: rotate(-135deg);
				        transform: rotate(-135deg);
				position: absolute;
				left: 20px;
				right: auto;
				bottom: 0;
				top: 0;
				margin: auto;
}
.tryout .unit_button span {
				display: block;
				padding-top: 8px;
}
.tryout .red.at {
				font-weight: bold;
				font-size: 16px;
				text-align: center;
				margin: 20px 0;
}

body.sp.tryout .lead {
				width: 94%;
				margin: 30px auto 20px auto;
				font-size: 16px;
}
body.sp.tryout .lead#catch {
				font-size: 20px;
}
body.sp.tryout #unit_input_error {
				margin-top: 30px;
}
body.sp.tryout #unit_input_error ul {
				width: auto;
				margin: 0 4%;
				padding: 10px;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
}
body.sp.tryout .form_Wp {
				width: auto;
				margin: 30px 4% 0 4%;
				overflow: hidden;
}
body.sp.tryout .form_Wp p {
				text-align: left;
}
body.sp.tryout .form_Wp p br {
				display: none;
}
body.sp.tryout .form_Wp p.red.s {
				text-indent: -1em;
				margin-left: 1em;
}
body.sp.tryout .form_Wp table {
				width: 100%;
}
body.sp.tryout .form_Wp table th,
body.sp.tryout .form_Wp table td {
				display: block;
				padding: 5px;
				text-align: left;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
}
body.sp.tryout .form_Wp table td {
				margin-bottom: 10px;
}
body.sp.tryout .form_Wp table td#clear {
				line-height: 2.4;
				font-size: 14px;
}
body.sp.tryout .form_Wp input[type=text],
body.sp.tryout .form_Wp textarea {
				padding: 8px 5px;
				font-size: 15px;
				border-radius: 0;
				border: 1px solid #999999;
				background: #FFFFFF;
				display: inline-block;
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
}
body.sp.tryout .form_Wp select {
				padding: 8px 5px;
				font-size: 15px;
				border: 1px solid #999999;
				display: inline-block;
				background-color: #FFFFFF;
				border-radius: 0;
				color: #000000;
}
body.sp.tryout .form_Wp input[type=submit] {
				border-radius: 0;
				font-size: 14px;
				display: inline-block;
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
}
body.sp.tryout .form_Wp input[type=checkbox] {
				border-radius: 0;
}
body.sp.tryout .form_Wp .w1 {
				width: 80px;
}
body.sp.tryout .form_Wp .w2 {
				width: auto;
				min-width: 270px;
}
body.sp.tryout .form_Wp .w3 {
				width: auto;
				min-width: 270px;
}
body.sp.tryout input[type=checkbox] {
				width: 20px;
				height: 20px;
}
body.sp.tryout textarea {
				height: 150px;
}
body.sp.tryout #mvupload {
				width: auto;
				margin: 10px 0;
				padding: 10px;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
				line-height: 4;
}
body.sp.tryout #agreement {
				width: auto;
				margin: 10px 0;
				padding: 10px;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
}
body.sp.tryout #agreement li {
				font-size: 12px;
}
body.sp.tryout #agreement + p {
				text-align: center;
				font-size: 14px;
}
body.sp.tryout .file_upload_wp .file_upload {
				width: 100%;
				margin: 20px auto 0 auto;
}
body.sp.tryout .file_upload_wp .file_upload h6 {
				font-size: 15px;
				padding: 8px 0;
}
body.sp.tryout .file_upload_wp .file_upload form,
body.sp.tryout .file_upload_wp .file_upload .confirm {
				padding: 10px 15px;
}
body.sp.tryout .file_upload_wp .file_upload .upload_input {
				display: block;
				margin-top: 10px;
}
body.sp.tryout .file_upload_wp .file_upload .upload_input input[type=file] {
				display: none;
}
body.sp.tryout .file_upload_wp .file_upload .upload_input label {
				display: block;
				position: relative;
				margin: 0 auto 20px auto;
				padding: 10px;
				font-size: 14px;
}
body.sp.tryout .file_upload_wp .file_upload .upload_input label::after {
				font-size: 14px;
				position: static;
				right: auto;
				display: block;
				margin-top: 20px;
}
body.sp.tryout .file_upload_wp .file_upload .upload_input label:hover {
				border: 1px solid #2377bd;
				background: #2377bd;
				color: #FFFFFF;
}
body.sp.tryout .file_upload_wp .file_upload .upload_input label.changed {
				margin: 0 auto 20px auto;
}
body.sp.tryout .file_upload_wp .file_upload .upload_input label.changed::after {
				content: "";
}
body.sp.tryout .file_upload_wp .file_upload .upload_input .filename {
				padding: 0;
}
body.sp.tryout .file_upload_wp .file_upload input[type=submit] {
				margin: 20px 0 10px 0;
}
body.sp.tryout .file_upload_wp .file_upload .storage {
				font-size: 13px;
}
body.sp.tryout .file_upload_wp .file_upload .storage .upload_progre {
				text-align: center;
}
body.sp.tryout .file_upload_wp .file_upload .storage .upload_progre:empty {
				font-size: 0;
				margin: 0;
}
body.sp.tryout .file_upload_wp .file_upload .storage .upload_progre span {
				display: block;
				margin: 10px auto;
}
body.sp.tryout .file_upload_wp .file_upload .storage .upload_progre span.successful {
				width: 150px;
}
body.sp.tryout .file_upload_wp .file_upload .storage .upload_name {
				text-align: center;
}
body.sp.tryout .unit_button {
				width: 100%;
				margin: 40px auto;
				text-align: center;
}
body.sp.tryout .unit_button input {
				width: 200px;
				height: auto;
				border-radius: 0;
}
body.sp.tryout .unit_button p.txt {
				width: 280px;
				margin: 0 auto;
}
body.sp.tryout .unit_button p.txt input[type=submit],
body.sp.tryout .unit_button p.txt input[type=button] {
				width: 280px;
				padding: 15px;
				font-size: 20px;
}
body.sp.tryout .unit_button p.txt.return.txt {
				margin: 0 auto 15px auto;
}
body.sp.tryout .unit_button .btn_block a,
body.sp.tryout .unit_button .btn_block span {
				width: 280px;
				padding: 15px;
				font-size: 20px;
}
body.sp.tryout .red.at {
				text-align: center !important;
				line-height: 1.2;
}
body.sp.tryout .red.at br {
				display: block;
}

/*--------------------------------------------
    CONFORM
----------------------------------------------*/
.tryout table.confirm td {
				color: #30526f;
}
.tryout table.confirm td#clear {
				height: 340px;
}
.tryout #mvupload.confirm {
				color: #30526f;
}
.tryout .unit_button.confirm p {
				display: inline-block;
}
.tryout .unit_button.confirm p.return {
				margin-right: 20px;
}

body.sp.tryout table.confirm td {
				font-size: 14px;
}
body.sp.tryout table.confirm td#clear {
				height: auto;
}
body.sp.tryout .unit_button.confirm p {
				display: block;
}
body.sp.tryout .unit_button.confirm p.return {
				margin-right: 0;
				margin-bottom: 20px;
}

/*--------------------------------------------
    COMPLETE
----------------------------------------------*/
.tryout .lead.thanks {
				font-size: 28px;
				color: #30526f;
				font-weight: normal;
				line-height: 1.4;
				margin: 80px auto 40px auto !important;
}
.tryout .lead.thanks + .form_Wp {
				margin-top: 0;
}
.tryout .info {
				padding-bottom: 90px;
}

body.sp.tryout .lead.thanks {
				font-size: 16px;
				color: #30526f;
				font-weight: normal;
				text-align: center;
				margin: 40px auto 20px auto !important;
}
body.sp.tryout .info {
				padding-bottom: 40px;
}
/*# sourceMappingURL=summary_12u_tryout_legacy.css.map */