@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");





br.spo{
	display:none;
}
@media screen and (max-width: 640px) {
br.spo{
	display: block;
}
br.spn{
	display:none;
}
}

.header_p{
	width:100%;
	background:#FFF;
	height:130px;
	margin:0 !important;
}
header .Img_area{
	width:100%;
	position:relative;
}
header .Img_area a.logo_l{
	display:block;
	width:120px;
	position:absolute;
	left:5px;
	top:5px;
}
header .Img_area a.logo_r{
	display:block;
	width:45px;
	position:absolute;
	right:5px;
	top:5px;
}
header .Img_area a.logo_l img,
header .Img_area a.logo_r img{
	transition:all 0.5s;
}
header .Img_area a.logo_l img:hover,
header .Img_area a.logo_r img:hover{
	opacity:0.65;
}

header .Img_area img.tit{
	display:block;
	width:auto;
	max-width:100%;
	margin:auto;
	margin-top:15px;
}

.Nav_ber{
	position:fixed;
	top:0;
	left:0;
	background:#FFF;
	width:100%;
	height:70px;
	border-bottom:solid 1px #DADADA;
	z-index:1;
}
.Nav_ber a.logo_l{
	display:block;
	width:120px;
	position:fixed;
	left:5px;
	top:20px;
	z-index:2;
}

.Nav_ber a.logo_r{
	display:block;
	width:35px;
	position:fixed;
	right:5px;
	top:2px;
	z-index:2;
}
.Nav_ber a.logo_l img,
.Nav_ber a.logo_r img{
	transition:all 0.5s;
}
.Nav_ber a.logo_l img:hover,
.Nav_ber a.logo_r img:hover{
	opacity:0.65;
}

.Nav_ber a.menu{
	width:60px;
	height:60px;
	display:block;
	position:fixed;
	left:50%;
	margin-left:-30px;
	top:5px;
	z-index:2;
	transition:all 0.5s;
	background:url(https://ouhs-athletics.jp/wp-content/themes/ouhsa/img/project/menu.png) no-repeat left top;
}
.Nav_ber a.menu.ac{
	background:url(https://ouhs-athletics.jp/wp-content/themes/ouhsa/img/project/close.png) no-repeat left top;
}
.Gnavi{
	display:none;
	width:100%;
	position:fixed;
	top:70px;
	left:0;
	background:rgba(255,255,255,0.96);
	padding:20px 0;
	z-index:2;
}
.Gnavi li{
	width:260px;
	border-bottom:solid 1px #AAA;
	margin:auto;
}
.Gnavi li a{
	font-size:14px;
	font-family: "Noto Sans Japanese";
	text-decoration:none;
	display:block;
	text-align:center;
	padding:15px 0;
	color:#333;
}
.Gnavi li a.none{
	color:#CCC;
	cursor:default;
}

@media screen and (max-width: 900px) {
	.header_p{
		height:75px;
	}
	header .Img_area a.logo_r{
		width:35px;
		top:-5px;
	}
	header .Img_area img.tit{
		display:block;
		width:320px;
	}
}
@media screen and (max-width: 640px) {
	.header_p{
		height:90px;
	}
	header .Img_area a.logo_l{
		width:100px;
		top:0;
	}

	header .Img_area a.logo_r{
		width:28px;
		top:-10px;
	}
	header .Img_area img.tit{
		display:block;
		width:260px;
		padding-top:40px;
	}
	.Nav_ber{
		height:60px;
	}
	.Nav_ber a.logo_l{
		width:100px;
		left:5px;
		top:20px;
	}
	.Nav_ber a.logo_r{
		width:28px;
		right:5px;
		top:2px;
	}
	.Nav_ber a.menu{
		width:40px;
		height:40px;
		margin-left:-20px;
		top:12px;
		background:url(https://ouhs-athletics.jp/wp-content/themes/ouhsa/img/project/menu.png) no-repeat left top;
		background-size:40px;
	}
	.Nav_ber a.menu.ac{
		background:url(https://ouhs-athletics.jp/wp-content/themes/ouhsa/img/project/close.png) no-repeat left top;
		background-size:40px;
	}
	.Gnavi{
		top:60px;
		padding:10px 0;
	}
	.Gnavi li{
		width:240px;
	}
	.Gnavi li a{
		font-size:12px;
		padding:8px 0;
	}

}
















.sin_top{
	width:100%;
	display:block;
}

.FullImg{
	display:block;
	width:auto;
	max-width:100%;
	margin:auto;
}


.SinArea{
	width:auto;
	max-width:1000px;
	margin:auto;
}
.Sarea_g{
	width:auto;
	margin:auto;
	background:#F2F2F2;
	padding:25px 0;
}
p.tx{
	font-family: "Noto Sans Japanese";
	text-align:center;
	font-size:14px;
	letter-spacing:1px;
	margin: 60px auto;
	line-height:190%;
	width:95%;
}
p.n{
	font-family: "Noto Sans Japanese";
	font-size:14px;
	letter-spacing:1px;
	margin: 16px auto;
	line-height:155%;
	width:95%;
}
p.n b{
	font-weight:normal;
	color:#008fc5;
}

p.cap{
	font-family: "Noto Sans Japanese";
	font-size:11px;
	letter-spacing:1px;
	margin: 10px auto;
	width:95%;
}
p.indent60{
	text-indent:-60px;
	margin-left:60px;
}
p.indent105{
	text-indent:-105px;
	margin-left:105px;
}
p.indent125{
	text-indent:-125px;
	margin-left:125px;
}
p.indent60.n,
p.indent105.n,
p.indent125.n{
	width:auto;
}


span.block{
	display:inline-block;
	vertical-align:bottom;
	color:#FFF;
	padding:2px 12px;
	margin-right:8px;
	text-indent:0;
}
span.block.b1{
	background:url(https://ouhs-athletics.jp/wp-content/themes/ouhsa/img/project/sp_bg1.jpg) no-repeat center center;
}
span.block.b2{
	background:url(https://ouhs-athletics.jp/wp-content/themes/ouhsa/img/project/sp_bg2.jpg) no-repeat center center;
}
span.block.b3{
	background:url(https://ouhs-athletics.jp/wp-content/themes/ouhsa/img/project/sp_bg3.jpg) no-repeat center center;
}


.two_c{
	width:100%;
	margin:35px auto;
	overflow:hidden;
}
.two_c li{
	width:48.5%;
	float:left;
}
.two_c li.r{
	float:right;
}

@media screen and (max-width: 640px) {
	.two_c li,.two_c li.r{
		width:96%;
		float:none;
		margin:20px auto;
	}
}

.borderTop{
	border-top:solid 1px #333;
	padding-top:15px;
}

.tit_s{
	font-size:18px;
	font-weight:bold;
	line-height:155%;
	margin-bottom:15px;
}

.tit_m{
	font-size:22px;
	font-weight:bold;
	line-height:155%;
	margin-bottom:15px;
}
.tit_m span{
	font-size:18px;
	color:#008fc5;
}

.tit_bm{
	font-size:22px;
	font-weight:bold;
	line-height:155%;
	margin-bottom:5px;
	display:inline-block;
	background: linear-gradient(transparent 60%, #fae84d 60%);
}
@media screen and (max-width: 640px) {
	.tit_bm{
		font-size:19px;
		background: linear-gradient(transparent 85%, #fae84d 85%);
	}
}

.tit_vol{
	font-size:21px;
	font-weight:bold;
	line-height:115%;
	margin-bottom:10px;
}
.tit_vol span.b{
	display:inline-block;
	vertical-align:bottom;
	color:#FFF;
	padding:8px 12px;
	margin-right:8px;
	text-indent:0;
	font-size:12px;
	font-weight:normal;
	background:#008fc5;
	line-height:120%;
}
.tit_vol span.bm{
	display:inline-block;
	background: linear-gradient(transparent 70%, #fae84d 70%);
}
.tit_vol span.bm i{
	font-size:60%;
	font-weight:normal;
}

.tit_min{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
@media screen and (max-width: 640px) {
.tit_vol{
	font-size:16px;
}
.tit_vol span.b{
	padding:4px 7px;
	font-size:10px;
	margin-bottom:5px;
}

.tit_min{
	font-size:14px;
}
}



span.day{
	display:block;
	color:#AAA;
	font-size:12px;
	
}




.Btns{
	width:auto;
	max-width:800px;
	margin:40px auto;
	overflow:hidden;
}
.Btns li{
	width:48%;
	float:left;
	margin:0 1%;
}
.Btns li img{
	width:auto;
	display:block;
	max-width:100%;
}


.Shadow_w{
	width:auto;
	box-shadow:0 2px 4px rgba(0,0,0,0.2);
	padding:20px;
	margin:30px auto;
	background:#FFF;
}

.cafe{
	overflow: hidden;
}
.cafe img{
	width:280px;
	float:left;
	margin-right:20px;
	margin-bottom:15px;
	display:block;
}
@media screen and (max-width: 640px) {
	.cafe img{
		width:280px;
		float:none;
		margin:10px auto !important;
	}
}



img.ico{
	float:right;
	width:120px;
	margin-left:20px;
}
@media screen and (max-width: 640px) {
	.Shadow_w{
		width:90%;
		padding:14px;
	}
	img.ico{
		width:70px;
	}
}



.li_blue li{
	font-size:14px;
	font-family: "Noto Sans Japanese";
	margin:8px 0;
	text-indent:-15px;
	margin-left:15px;
}
.li_blue li span{
	font-size:12px;
	color:#70b9dd;
}
.li_blue li::before{
	content:"・";
	font-weight:bold;
	color:#70b9dd;
}

.NextBorder{
	border-top:solid 1px #AAA;
	margin:30px 0;
}






.gArea{
	background:#F2F2F2;
	padding:25px;
	margin:30px auto;
}
.gArea div{
	padding-left:100px;
}
.gArea .a1{
	background:url(https://ouhs-athletics.jp/wp-content/themes/ouhsa/img/project/research/img02.png) no-repeat left center;
}
.gArea .a2{
	background:url(https://ouhs-athletics.jp/wp-content/themes/ouhsa/img/project/research/img03.png) no-repeat left center;
}
.gArea .a3{
	background:url(https://ouhs-athletics.jp/wp-content/themes/ouhsa/img/project/research/img04.png) no-repeat left center;
}
.gArea .a4{
	background:url(https://ouhs-athletics.jp/wp-content/themes/ouhsa/img/project/research/img05.png) no-repeat left center;
}
@media screen and (max-width: 640px) {
	.gArea{
		padding:20px;
	}
	.gArea div{
		padding-left:0;
		padding-top:60px;
	}
	.gArea .a1{
		background:url(https://ouhs-athletics.jp/wp-content/themes/ouhsa/img/project/research/img02.png) no-repeat top center;
		background-size:50px;
	}
	.gArea .a2{
		background:url(https://ouhs-athletics.jp/wp-content/themes/ouhsa/img/project/research/img03.png) no-repeat top center;
		background-size:50px;
	}
	.gArea .a3{
		background:url(https://ouhs-athletics.jp/wp-content/themes/ouhsa/img/project/research/img04.png) no-repeat top center;
		background-size:50px;
	}
	.gArea .a4{
		background:url(https://ouhs-athletics.jp/wp-content/themes/ouhsa/img/project/research/img05.png) no-repeat top center;
		background-size:50px;
	}
	
}





ul.ico img{
	width:auto;
	max-width:100%;
	display:block;
	margin:auto;
}
ul.ico{
	max-width:920px;
	overflow:hidden;
	padding:10px;
	margin:15px auto;
	clear:both;
}
ul.ico.f{
	max-width:100%;
	padding:10px 0;
}
ul.ico li{
	width:26%;
	padding:25px 0 0 0;
	margin:12px 3.56666666%;
	float:left;
	background:#FFF;
	box-shadow:0 2px 5px rgba(0,0,0,0.15);
	font-size:12px;
	text-align:center;
	font-family: "Noto Sans Japanese";
}
ul.ico.f li{
	width:23%;
	margin:0 1%;
}
ul.ico li:nth-child(4),
ul.ico li:nth-child(7){
	clear:both;
}
ul.ico.f li:nth-child(4){
	clear: none;
}

ul.ico li div{
	width:auto;
	background:url(/ouhs-athletics/wp-content/themes/ouhsa/img/project/support/foot.png) no-repeat top center;
	padding:10px;
	padding-top:40px;
	color:#333;
	min-height:150px;
}
ul.ico li span{
	color:#008fc5;
	font-size:16px;
	font-weight:bold;
}
ul.ico.f li span{
	font-size:14px;
}
@media screen and (max-width: 900px) {
	ul.ico li{
		width:31%;
		padding:15px 0 0 0;
		margin:12px 1.16666666%;
	}
	ul.ico.f li{
		width:46%;
		margin:15px 2%;
	}
	ul.ico.f li:nth-child(3){
		clear:both;
	}
}
@media screen and (max-width: 640px) {
	ul.ico{
		margin:0 auto !important;
		padding:0 !important;
	}
	ul.ico li,ul.ico.f li{
		width:46%;
		padding:10px 1% 0 1%;
		margin:12px 2%;
	}
	ul.ico img{
		width:110px;
	}
ul.ico li div{
	width:104%;
	background:url(/ouhs-athletics/wp-content/themes/ouhsa/img/project/support/foot_sp.png) no-repeat top center;
	background-size:cover;
	padding:10px;
	padding-top:40px;
	margin-left:-2%;
	color:#333;
	min-height: 175px;
}
ul.ico li:nth-child(4),
ul.ico li:nth-child(7){
	clear:none;
}
ul.ico li:nth-child(3),
ul.ico li:nth-child(5),
ul.ico li:nth-child(7),
ul.ico li:nth-child(9){
	clear:both;
}
ul.ico.f li:nth-child(3){
	clear: both;
}

}



.Tr{
	margin:20px auto;
	font-family: "Noto Sans Japanese";
	width:96%;
}
.Tr h3{
	color:#FFF;
	background:url(/ouhs-athletics/wp-content/themes/ouhsa/img/project/members/bg.jpg) no-repeat center center;
	padding:12px;
	font-size:16px;
	font-weight:bold;
}
.Tr table.b{
	width:100%;
	background:#e5f2f9;
}
.Tr table.g{
	width:100%;
	background:#f8f8f8;
}
.Tr table td{
	padding:12px;
	font-size:16px;
}
.Tr table td.b{
	font-weight:bold;
	width:20%;
}

@media screen and (max-width: 640px) {
	.Tr table td{
		font-size:14px;
	}
	.Tr table td.b{
		width:32%;
	}
}



.Cread{
	border:solid 2px #436bc5;
}
.Cread h3{
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	padding:10px;
	background:#436bc5;
}
.Cread div{
	padding:25px;
}
@media screen and (max-width: 640px) {
	.Cread{
		width:92%;
		margin:auto;
	}
	.Cread img{
		width:70% !important;
	}
	.Cread div{
		padding:15px 12px;
	}
}

.Contact{
	width:90%;
	padding:35px 20px;
	padding-bottom:50px;
	max-width:900px;
	margin:20px auto;
	background:#FFFFFF;
	font-family: "Noto Sans Japanese";
	position:relative;
}
@media screen and (max-width: 640px) {
	.Contact{
		padding-bottom:85px;
	}
}
.Contact .c{
	font-size:10px;
    color: #f00;
	margin:10px 0;
}

.field-label .label {
	min-width:180px;
	
}
.field-label{
	padding-right:80px;
	
}
.input{
	width:80%;
	padding:10px;
	height:40px;
}
.textarea {
    display: block;
    max-width: none;
    min-width: inherit;
    padding: .625em;
    resize: vertical;
	width:80%;
}
@media screen and (max-width: 640px) {
.input{
	width:100%;
	padding:10px 5%;
}
.textarea {
	width:100%;
}

}
.tag:not(body).is-danger {
    background:none;
    color: #fff;
	padding:0 !important;
	width:0px !important;
	height:0 !important;
	margin-right:10px;
}
.tag:not(body).is-danger::before {
	content:"※";
    color: #f00;
}
.control.has-icons-left .icon.is-left{
	display:none;
	
}

.control{
	position:static;
}
.control p{
	line-height:170%;
}
.control label{
	margin:12px 0;
	font-size:15px;
	font-weight:bold;
}
.control label input{
	width:20px;
	height:20px;
	vertical-align:bottom;
}

.button.is-fullwidth {
    display: block;
    width: 240px;
	height:50px;
	border-radius:0;
	background:#008fc5;
	position:absolute;
	bottom:35px;
	left:50%;
	margin-left:-120px
}
.control.has-icons-left .input, .control.has-icons-left .select select {
    padding-left: 10px;
}

.wpcf7c-btn-back{
    display: block;
    width: 140px !important;
	height:30px !important;
	font-size:13px !important;
	border-radius:0;
	background:#CCCCCC !important;
	color:#333 !important;
	position:absolute;
	bottom:95px !important;
	left:50%;
	margin-left:-70px !important;
}


span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
    display: block;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none;
    position: absolute;
    width: 80%;
    text-align: center;
    left: 50%;
    margin-left: -40%;
    bottom: 82px;
    padding: 8px 0;
    background: #f9ebea;
    color: #FF0000;
}


.wpcf7c-conf {
    background-color: #e8f0fe;
    color: black;
    border: 1px solid #333333;
}


.Tankstit{
	font-family: "Noto Sans Japanese";
	text-align:center;
	font-size:28px;
	font-weight:bold;
	margin:30px auto;
	line-height:165%;
}



















.Numlist{
	margin: 16px auto;
    line-height: 155%;
    width: 95%;
}
.Numlist li{
	margin:15px auto;
	list-style-type:none;
	width:98%;
	font-family: "Noto Sans Japanese";
	text-indent:-12px;
	margin-left:12px;
}
.Numlist li::before{
	content:"1.";
	color:#0092ca;
}
.Numlist li:nth-child(2)::before{
	content:"2.";
}
.Numlist li:nth-child(3)::before{
	content:"3.";
}

.Btnmap{
	position:relative;
}

/* 1000 1275 */
.Btnmap a{
	display:block;
	width:24%;
	height:4.70588235%;
	position:absolute;
	transition:opacity 0.5s;
}
.Btnmap a:hover{
	opacity:0.6;
}
.Btnmap a.a{
	top:38.43137254%; /*490*/
	left:21.5%; /*215*/
}
.Btnmap a.b{
	top:38.43137254%; /*490*/
	left:64%; /*640*/
}
@media screen and (max-width: 640px) {
.Btnmap a:hover{
	opacity:0.6;
}
/* 623 865 */

.Btnmap a.a{
	top:38.15028901%; /*330*/
	left:16.85393258%; /*105*/
}
.Btnmap a.b{
	top:38.15028901%; /*330*/
	left:62.60032102%; /*390*/
}

}


img.flo_l{
	width:auto;
	max-width:100%;
	margin-right:15px;
	display:block;
	float:left;
	
}
@media screen and (max-width: 640px) {
	img.flo_l{
		margin:15px auto;
		float:none;
	}
}


div.clear{
		clear:both;
}



.B_wrapTwo{
	clear: both;
	margin-top:50px;
	width:100%;
	overflow: hidden;
}
.B_wrapTwo li{
	width:49%;
	float:left;
	margin-bottom:20px;
}
.B_wrapTwo li.r{
	float:right;
}
.B_wrapTwo li.c{
	clear:both;
	float:none;
	width:100%;
}
.B_wrapTwo li div{
	border:solid 6px #F2F2F2;
	padding:15px;
}
.B_wrapTwo li div h3{
	font-size:18px;
	font-weight:bold;
}
.B_wrapTwo li div h3 span{
	color:#0092ca;
	font-size:135%;
	margin-right:10px;
	vertical-align:bottom;
	margin-bottom:20px;
}

@media screen and (max-width: 640px) {
.B_wrapTwo li{
	width:92% !important;
	float:none !important;
	margin:10px auto !important;
}


}









.B_tit{
	font-size:16px;
	font-weight:bold;
	padding-bottom:4px;
	color:#333;
	border-bottom:solid 2px #333;
	margin:auto;
	margin-bottom:20px;
	width:96%;
}

.B_list_three{
	overflow:hidden;
	margin:10px auto;
	width:100%;
}
.B_list_three li{
	width:32%;
	margin-right:2%;
	float:left;
	font-family: "Noto Sans Japanese";
}
.B_list_three li:nth-child(3){
	margin-right:0;
}
.B_list_three li div{
	border:solid 6px #dff2f9;
	padding:15px;
	min-height:420px;
	background:#FFF;
}
.B_list_three li div h4{
	color:#0092ca;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	margin:14px auto;
}
.B_list_three li div ul{
	width:90%;
	margin:auto;
}
.B_list_three li div ul li{
	width:100%;
	float:none;
	margin:10px auto;
	font-size:14px;
	text-indent:-23px;
	margin-left:26px;
}
.B_list_three li div ul li i{
	display:inline-block;
	width:15px;
	height:15px;
	color:#FFF;
	border-radius:100px;
	margin-right:8px;
	background:#0092ca;
	vertical-align:sub;
}
.B_list_three li div ul li span{
	font-size:70%;
}

@media screen and (max-width: 640px) {
.B_list_three li{
	width:92% !important;
	float:none !important;
	margin:10px auto !important;
}

}




.B_list_Two{
	clear: both;
	margin-top:50px;
	width:100%;
	overflow: hidden;
}
.B_list_Two li{
	width:49%;
	float:left;
	margin-bottom:20px;
}
.B_list_Two li.r{
	float:right;
}
.B_list_Two li.c{
	clear:both;
	float:none;
	width:100%;
}
.B_list_Two li div{
	border:solid 6px #dff2f9;
	padding:15px;
	background:#FFF;
}
.B_list_Two li div.min370{
	min-height:370px;
}
.B_list_Two li div.min250{
	min-height:250px;
}
.B_list_Two li div h3{
	font-size:18px;
	font-weight:bold;
}
.B_list_Two li div h3.indent_40{
	text-indent:-43px;
	margin-left:43px;
}

.B_list_Two li div h3 span{
	color:#0092ca;
	font-size:135%;
	margin-right:10px;
	vertical-align:bottom;
	margin-bottom:20px;
}
.B_list_Two li div h3 i{
	font-style:normal;
	font-size:80%;
}
.B_list_Two li div ul{
	width:90%;
	margin:auto;
}
.B_list_Two li div ul li{
	width:100%;
	float:none;
	margin:10px auto;
	font-size:14px;
}
.B_list_Two li div ul.indent_20 li{
	text-indent:-22px;
	padding-left:22px;
	margin:15px 0;
}
.B_list_Two li div ul.indent_30 li{
	text-indent:-30px;
	padding-left:30px;
	margin:15px 0;
}
.B_list_Two li div ul.indent_30 li img{
	width:24px;
	margin-right:5px;
	vertical-align:bottom;
}
.B_list_Two li div ul li i{
	display:inline-block;
	width:15px;
	height:15px;
	color:#FFF;
	border-radius:100px;
	margin-right:8px;
	background:#0092ca;
	vertical-align: baseline;
	font-size:11px;
	text-align:center;
	line-height:15px;
	font-style:normal;
	text-indent:0;
}
.B_list_Two li div ul li span{
	font-size:70%;
}


@media screen and (max-width: 640px) {
.B_list_Two li{
	width:92% !important;
	float:none !important;
	margin:10px auto !important;
}


}





.News{
	width:auto;
	max-width:920px;
	padding:20px;
	background:#F2F2F2;
	margin:20px auto;
}
.text-date {
	color:#FFF !important;
	background:#3e8dc0;
	padding:4px 6px 3px 6px;
	font-weight:normal;
	text-align:center;
}
.text-date span{
	color:#FFF !important;
}
.news-list .news-text {
	  padding-left: 10rem;
  }
.news-list .news-text a{
	text-decoration:underline;
  }
@media screen and (max-width: 768px){
.text-date {
	color:#FFF !important;
	background:#3e8dc0;
	padding:0 !important;
	height:24px;
	line-height:24px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	margin-bottom:10px;
}
.news-list .news-text {
	  padding-left: 0;
	  margin-bottom:30px;
}
}
