/*==================================================
	パソコンのみ適応
==================================================*/
@media print, screen and (min-width:769px) {
	.dsp_tbs, .dsp_smt { display: none; }
	.cen_pc { text-align: center; }
	.fl { float: left; } /* 左寄せ（float） */
	.fr { float: right; } /* 右寄せ（float） */
	/* ヘッダ */
	#header {
		position: relative;
	}
	#header h1 {
		position: absolute;
		top: 0;
		right: 0;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		width: 1100px;
		margin: auto;
		padding-top: 48px;
		padding-bottom: 160px;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 141px;
		margin-top: -141px;
	}
	/*--------------------------------------------------
	トップページ
	--------------------------------------------------*/
	#top_title {
		float: left;
		width: 825px;
	}
	/**/
	#top_info li {
		width: 50%;
		padding-right: 20px;
	}
	#top_info li:nth-child(2n) {
		position: relative;
		padding-left: 20px;
		padding-right: 0;
	}
	#top_info li:nth-child(2n)::before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: calc(100% - 20px);
		border-left: 1px solid #ccc;
		content: "";
	}
	/*--------------------------------------------------
	サブページ共通
	--------------------------------------------------*/
	/* フレックスボックス */
	.box_flex {
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.box_flex.w2 .box_in {
		width: 48%;
	}
	/*--------------------------------------------------
	プロテスト
	--------------------------------------------------*/
	#protest {
		margin-bottom: 40px;
	}
	#protest img.fr {
		margin-left: 10px;
		margin-bottom: 25px;
	}
	#protest table.protest01 {
		width: 50%;
	}
	#protest table.protest01 {
		margin-bottom: 25px;
	}
	#protest table.protest01 tr th {
		font-size: 14px;
		padding: 15px;
	}
	#protest table.protest01 tr td {
		font-size: 14px;
		padding: 10px;
	}
	#protest .txt1 {
		height: 44px;
		line-height: 44px;
		padding-left: 15px;
		font-size: 14px;
	}
	#protest .txt2 {
		font-size: 16px;
	}
	#protest .txt3 {
		font-size: 16px;
	}
	#protest a.btn {
		margin-top: 10px;
		font-size: 18px;
		padding: 12px 30px;
		border-radius: 25px;
		margin-bottom: 40px;
	}
	#past {
		margin-bottom: 40px;
	}
	#past .box1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 10px;
	}
	#past .box1 ul {
		width: 50%;
		padding: 20px;
	}
	#past .box1 ul li {
		font-size: 14px;
	}
	#past .box1 ul li a {
		font-size: 16px;
	}
	#faq dt {
		padding-left: 40px;
		height: 41px;
		line-height: 41px;
		margin-bottom: 20px;
	}
	#faq dt:before {
		left: 7px;
		top: 0;
		font-size: 20px;
	}
	#faq dd {
		padding-left: 40px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#faq dd:before {
		left: 7px;
		top: -3px;
		font-size: 20px;
	}
	#faq dd span {
		font-size: 16px;
	}
	/*--------------------------------------------------
	本部道場
	--------------------------------------------------*/
	#honbu table.honbu01 {
		margin-bottom: 25px;
	}
	#honbu table.honbu01 tr th {
		font-size: 14px;
		padding: 15px;
	}
	#honbu table.honbu01 tr td {
		font-size: 14px;
		padding: 10px;
		}
	#honbu .btn3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#honbu .btn3 li:first-child {
		margin-left: 0;
	}
	#honbu .btn3 li {
		width: 32%;
		margin-left: 15px;
	}
	#honbu .btn3 li a {
		display: block;
		text-align: center;
		font-size: 18px;
		color: #fff;
		margin: auto;
		border-radius: 35px;
	}
	/*--------------------------------------------------
	連盟チャンネル > 夏目坂スタジオ
	--------------------------------------------------*/
	#plice {
		margin-bottom: 40px;
	}
	#plice img.fr {
		margin-left: 25px;
		margin-bottom: 25px;
	}
	#plice .txt6 {
		letter-spacing: -0.05em;
	}
	#plice table {
		width: 66%;
		margin-bottom: 10px;
	}
	#plice table tr th {
		padding: 10px;
	}
	#plice table tr td {
		padding: 10px;
	}
	#plice table tr td span {
		font-size: 14px;
	}
	#plice .txt4 {
		font-size: 15px;
	}
	#facility {
		padding-bottom: 50px;
	}
	#facility .box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#facility .box_inner {
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 20px;
	}
	#facility .box_inner:nth-child(3n) {
		margin-right: 0;
	}
	#facility .box_inner .photo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 229px;
	}
	#facility .box_inner p {
		padding: 10px;
		font-size: 14px;
	}
	#facility .other {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#facility .other span {
		font-size: 20px;
		border-radius: 50%;
		padding: 30px 17px;
		width: 100%;
	}
	#room .box {
		width: 100%;
		margin-bottom: 45px;
	}
	#dream_match .box1 {
		margin-bottom: 20px;
	}
	#dream_match .box2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	#dream_match .box2 img:first-child {
		margin-right: 25px;
	}
	#dream_match a.btn {
		margin-top: 10px;
		margin-bottom:40px;
		font-size: 18px;
		padding: 12px 30px;
		border-radius: 25px;
	}
	#dream_match table {
		margin-bottom: 25px;
		width: 100%;
	}
	#dream_match table tr th {
		font-size: 18px;
		padding: 15px;
	}
	#dream_match table tr span {
		font-size: 16px;
	}
	#dream_match table tr td {
		font-size: 14px;
		padding: 10px;
	}
	#dream_match table ul li {
		padding-left: 15px;
	}
	#dream_match table ul li:before {
		width: 10px;
		height: 10px;
	}
	#dream_match .txt5 {
		text-align: center;
		font-size: 20px;
	}
	.contact_here {
		margin-top: 20px;
		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;
	}
	.contact_here span {
		padding: 15px 25px;
	}
	.contact_here .l_txt {
		font-size: 23px;
	}
	.contact_here .r_txt {
		font-size: 29px;
	}
	/*--------------------------------------------------
	当連盟について
	--------------------------------------------------*/
	#about .box1 {
		padding: 20px;
	}
	#about .bx {
		width: 48.5%;
		box-sizing: border-box;
	}
	/*------------------------------------------------*/
	/* 背景固定 */
	html, body, #wrap {
		height: 100%;
	}
	body > #wrap {
		height: auto;
		min-height: 100%;
	}
	/* Hides from IE-mac \*/
	* html .cf {
		height: 1%;
	}
	.cf {
		display: block;
	}
	/* End hide from IE-mac */
	/*------------------------------------------------*/
}