@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
	/*background-color: #111;*/
	color: #666;
background-color: #373d43;
background: repeating-linear-gradient( 45deg, #32373d, #32373d 2px, #373d43 2px, #373d43 10px );
}
/*リンク関連*/
a {
	color: #CC3300; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}
a:visited {
	color: #CC0000;/*リンクの色*/
}
a:hover {
	color: #FF3366; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}
.end {

	font-size: 26px;
	color: #C00;
	text-align: center;
	padding-bottom: 40px;
	letter-spacing: 0.1em;
	font-weight: bold;
}


/*#content {
	margin: auto;
	width: 960px;
	height: auto;
	font-size: 14px;
	padding-top: 60px;
	color: #333;
}
*/

.recruitment {
	text-align: center;
	background-color: #222;
	color: #C93;
	font-size: 28px;
	margin: auto;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #777;
	border-bottom: 1px solid;
	margin-bottom: 10px;
}



.img_right {
	float: right;
}
/*.access {
	float: left;
	padding: 10px 0 10px 50px;
	height: 40px;
}*/
#foot {
	clear:both;
}
/*---リンク---*/
a img {
	border-style: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

/* 1段目 ヘッダー */

#h1_wrap {
	margin: auto;
	height: auto;
	width: 960px;
}
#h1_wrap h1 {
	width: 960px;
	height: 550px;
}

#wrap {
	height: auto;
	width: 100%;
	background-image: url(../images/bg.png);
}

/* 2段目 ゲスト＋募集フォーム */
.text_box_wrap {
	height: 740px;
	width: 100%;
	background-image: url(../images/text_box_bg.jpg);
	background-repeat: repeat;
	font-family: "Noto Serif JP", serif;
	color:#333;

}
.text_box {
	width: 960px;
	height: 320px;
	padding: 43px 0 45px 0px;
	margin: auto;
}
.text_box_content {
	float: left;
	width: 700px;
	margin: 0px 10px 0 10px;
}
.profile {
	padding-top: 6px;
	font-size: 95%;
	line-height: 29px;
}
.title2 {
	margin-bottom: 13px;
	font-size: 28px;
	color: #d23434;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.marker1{
	background-image: linear-gradient(90deg, #e1ff91, #fcffc7);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 50%; /* マーカーの太さ調整箇所 */
	padding:0 5px 0 5px;
}

.title_icon {
	padding-right: 54px;
	padding-bottom: 2px;
}
.text_u {
	margin: 10px 0 10px 0;
	font-size:19px;
	line-height: 30px;
}

.btm {
	margin-top: 20px;
}

.photo_pc {
	float: left;
	width: 230px;
	margin: 5px 0 0 0;
}

.photo_pc img {
	width: 230px;
	height: auto;
}

.photo_sp {
	display:none;
}

/* form link option*/

.form {
	clear: none;
	float: left;
	width: 610px;
	text-align: center;
	margin: 0px 60px 0px 15px;
	padding: 15px 0 30px 0;
}

.form a.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	position: relative;
	background: #84be74;
	border: 1px solid #84be74;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 0 45px 0 25px;
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
}

.form a.btn:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -6px;
}

.form a.btn:hover {
	background: #fff;
	color: #84be74;
}

.form a.btn:hover:before {
	border-top: 2px solid #84be74;
	border-right: 2px solid #84be74;
}

/* 2段目 ゲスト追加 */
.guest2_area {
	width: 960px;
	height: 295px;
	margin: auto;
	padding:40px 0 0 0;
	/*background-color: #333;*/
	border-top: 1px solid #c4c4c4;
	
}

.guest2_box {
	width: 440px;
	height: auto;
	margin: auto;
	clear: none;
	float: left;
	padding:0px 0 0 0;
	margin: 0 10px 0 30px;
	/*background-color: #333;*/
	
}

.g {
	width: 220px;
	height: auto;
	clear: none;
	float: left;
	margin:0 20px 0 0px;
}

.g img{
	width: 220px;
}

.g_txt{
	width: 200px;
	clear: auto;
	float: left;
	text-align:center;
	/*background-color: #dbdbdb;*/
	padding:95px 0 0 0;
	font-size:16px;
	line-height: 30px;
}

/* 3段目 動画エリア */

.movie {
	width: 100%;
	background-color: #333;
	background-image: url(../images/bg_m.png);
	border-top: 1px solid #333;
	border-bottom: 1px solid #222;
}
.movie_box {
	width: 720px;
	margin: auto;
	padding: 80px 130px;
}
.frame {
	border: 10px solid #111;
	margin: 30px 0 0px 0;
}



/* 4段目 募集概要 */

.sports_live_pc {
	margin:30px 0 30px 0;
	font-size: 10px;
	text-align: center;
}

.sports_live_sp {
	display:none;
}

.sports_live_pc p {
	margin-top: 20px;
	font-size:11px;
}

.sports_live_pc  a:hover img{	
	filter: alpha( opacity=80 );  /* IE */
	opacity:0.80;                 /* Firefox,Opera,Safari */
	-moz-opacity:0.70;           /* Firefox 0.9より前 */
	}
	
.sports_live_pc  a img:hover {
	position : relative;
	top : 1pt;
	left : 1pt;
}

#contents {
	margin: auto;
	width: 960px;
	height: auto;
	font-size: 14px;
	padding-top: 60px;
	color: #333;
}


.summary {
	clear: none;
	float: left;
	width: 960px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: auto;
}
.summary dl {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.summary dl:last-child {
	border-bottom: none;
}

.summary dt {
	width: 190px;
	height: auto;
	clear: none;
	float: left;
	font-size: 15px;
	font-weight:600;
	margin-left: 10px;
	margin-right: 20px;
	color:#919191;
	letter-spacing: 0.1em;
}

.summary dd {
	width: 710px;
	height: auto;
	float: left;
	clear: none;
	font-size: 15px;
	line-height: 32px;
	margin-right: 20px;
}


.summary a {
	color: #2284CC; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}
.summary a:visited {
	color: #2284CC;/*リンクの色*/
}
.summary a:hover {
	color: #CC0000; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

.note{
	font-size:15px;
	margin:0 0 30px 0;
	line-height: 20px;

}

.icon:before {
	position: relative;
	top: 5px;
	margin: 0 15px 0 0;
	content: url('../images/title_icon2.png');
}

.sp_logo{
	width: 150px;
	background-color: #fff;
	margin: 5px 0 0 0;
}

.sp_logo2{
	width: 180px;
	margin: 0 30px 0 0;
}

.sp_logo_area {
	
}

/*font option*/

h4 {
	color: #7c7c8c;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #d5d5d5;
	margin:20px 0 10px 0;
}


.t1 {
	color: #39C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;

}
