@charset "UTF-8";
/* CSS Document */
@-ms-viewport {/* IE用のビューポイント*/
    width: 100%;
}
html {/* スクロールバーを常に表示*/
　　overflow: auto;
    margin-bottom:1px;
    height:100%;
    scroll-behavior: smooth; /*スムーズスクロール*/
}
body {
	-webkit-text-size-adjust: 100%;/* iphoneヨコで文字が大きくなるバグ*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;
}
/* グラデ */
/*html,body {
  height: 100%;
}
*/
/*
body:after { /*擬似要素をつくる*/
/*	position: fixed;/*固定配置*/
/*	top: 0; left: 0;/*左上に固定*/
/*	width: 100%;
/*	height: 100%;/*画面全体を覆う*/
/*	content: "";
/*	background: #FFF;/*保険用*/
/*	background: -moz-linear-gradient(top, #c3dc94 0%, #fff 100%); /* FireFox */
/*	background: -webkit-linear-gradient(top, #c3dc94 0%, #fff 100%); /* Safari・Chrome */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3dc94', endColorstr='#fff',GradientType=0 ); /* IE9以下 */
/*	background: linear-gradient(to bottom, #c3dc94 0%, #fff 100%);
/*	z-index: -1;
}
*/
/* エレメント / タグセレクター */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
.hr1{
	color: #EDEDED;
	height: 1px;
	margin: 10px 0px;
	padding: 0px;
}
.hr2{
	color: #EDEDED;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}
.aki{
	display: block;
	width: 5px;
	height: 10px;
}
.space{
	margin: 10px 0px 10px 0px;
}
/*画像(img)の下に余白（隙間）*/
img{
	vertical-align:top;
}
a img {
	border: none;
}

a:link {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover, aoverflow: hidden;:active, a:focus {
	text-decoration: none;
}
/* アンカーの上に20px空ける*/
a.anchor{
    display: block;
    padding-top: 20px;
    margin-top: -20px;
}
.container {
	width: 100%;
	max-width: 1400px;
	height: auto;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
/*	box-shadow: 0px 2px 10px rgba(0, 0, 0, .3); */
}
/*	告知のみ */
.sideline {
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.header {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.container img{
	padding: 0px;
	margin: 0px;
}
.container .header .pc,
.container .header .sp{
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}
.columns1 .pc .img_center{
	height: auto;
	width: 100%;
	max-width: 1400px;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}
.columns1 .sp .img_center{
	height: auto;
	width: 100%;
	max-width: 700px;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}
.container .content{
	margin: 0px 30px;
	padding: 0px;
}
/* フッター */
.footer {
	color: #000;
	margin: 10px 0px;
	padding: 0px;
	background-color: #FFF;
}
.footer a {
	color: #06C;
}
/* 1段組み */
.columns1 {
	-webkit-columns: 1;
	-moz-columns: 1;
	-ms-columns: 1;
	columns: 1;
	clear: both;
	height: auto;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* 2段組み */
.columns2 {
	-webkit-columns: 2;
	-moz-columns: 2;
	-ms-columns: 2;
	columns: 2;
	clear: both;
	height: auto;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* ニュースとfacebook*/
.newsbox {
    width: 58%;
	height: auto;
	margin: 30px 0px;
	padding: 0px;
	text-align: left;
	overflow: auto;	
	float: left;
}
.fecebookbox {
    width: 40%;
	max-width: 500px;
	height: 300px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFF;
	border: none;
	overflow: auto;
	float: right;
}
.pc {
	display: block !important;
	height: auto;
	width: 100%;
	display: block;
}
.sp { display: none !important; }

/* 700px以下 */
@media only screen and (max-width: 700px) {
.pc { display: none !important; }
.sp {
	display: block !important;
	height: auto;
	width: 100%;
	display: block;
	clear: both;
}
}
.container .footer .office{
	height: auto;
	width: auto;
	margin: 0px auto;
	padding: 0px 30px;
}
.container .footer .office a{
	color: #06F;
	font-weight: bolder;
}
.toiawase{
	font-size: 1.1em;
	font-weight: bolder;
	color: #000;
	background-color: #FFF;
	margin: 15px 0px;
	padding: 5px 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4161BC;
	border-bottom-color: #4161BC;
}
.jimukyoku{
	color: #000;
	font-weight: bolder;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}
.add{
	color: #000;
	font-weight: normal;
	font-size: 1.1em;
	margin: 10px 0px;
	padding: 0px;
}
.privacy {
	color: #06F;
	font-weight: bolder;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}
.copy{
	font-size: 0.9em;
	font-weight: bolder;
	color: #FFF;
	text-align: center;
	background-color: #4161BC;
	margin: 30px  0px;
	padding: 15px 0px;
}

/* ページUPボタン（右肩） */
/*右カタボタンページの上に戻る*/
#goto-pagetop {
	position: fixed;
	bottom: 30px;
	right: 0px;
	background: url(../image/trancepercent.png);/*IE9, 10 対策*/
	z-index: 4;
}

#goto-pagetop a {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-decoration: none;
	position: relative;
}

#goto-pagetop a:before {
	content: url(../image/pagetop.png);
	display: block;
	position: absolute;
	text-indent: 0;
	width: 71px;
	height: 71px;
	top: 0;
	left: 0;
}
/* ページUPボタン */	
.container #btn_top{
	font-size: 1.0em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#btn_top ul a{
	color: #FFF;
}
#btn_top ul .btn-top , .btn-next, .btn-back {
	display: inline-block;/* 中央配置 */
	width: auto;
	height: auto;
	border-radius: 20px;/* 角丸 */
	text-align: center;
	color: #4161BC;
	margin: 50px 3px;
	padding: 5px 15px;
	background-color: #4161BC;
}
/* ページUPボタンアイコン
.btn-top:before {
	font-family: "Font Awesome 5 Free";
	content: '\f0aa';
	font-weight: 900;
	color: #FFF;
	font-size: 1.1em;
	margin-right: 10px;	
}
/* ページNEXTボタンアイコン
.btn-next:before {
	font-family: "Font Awesome 5 Free";
	content: '\f0a9';
	font-weight: 900;
	color: #FFF;
	font-size: 1.1em;
	margin-right: 10px;
}
/* ページBACKボタンアイコン
.btn-back:before {
	font-family: "Font Awesome 5 Free";
	content: '\f0a8';
	font-weight: 900;
	color: #7FA5DC;
	font-size: 1.1em;
	margin-right: 10px;
}
 */
 
/* TOPのみ画像外部リンク（他大会など） */
.linkbanner1{
	font-size: 1em;
	line-height: 1.2em;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 25px;
}
.linkbanner1 img{
	height: auto;
	width: 30%;
	margin: 5px;
	vertical-align:top;
	float: none;
	display:inline-block;
}
.grayline{	
	border: 1px solid #CCC;
}
.whiteline{	
	border: 1px solid #FFF;
}
/* ニュース*/
.newstitle {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: bolder;
	text-align: center;
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 5px;
}
/* facebook*/
.facebooktitle {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #3D5B99;
	font-weight: bolder;
	text-align: center;
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 5px;
}
.day {
	font-weight: bolder;
	color: #F00;
	margin: 5px 0px;
	padding: 0px;
}
.news {
	color: #000;
	margin: 0px 0px 10px 0px ;
	padding: 5px 0px;
	border-bottom-width: 2px;
	border-bpottom-style: dashed;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
}
.news_midashi {
	font-weight: bolder;
	color: #000;
	margin: 5px 0px;
	padding-left: 10px;
}
.clear {
	clear: both;
}

/* 本文 */
.reed1{
	font-size: 1.05em;
	line-height: 1.45em;
	font-weight: bolder;
	color: #000;
	margin: 20px 0px 0px 0px;
	padding: 0px 15px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #CCC;
	clear:both;
}
.reed2{
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding: 15px 15px 0px 15px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #CCC;
}
h1 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	color: #3D5B99;
	font-size: 2.8em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
h1::before,h1::after {
	width: 5px;
	height: 38px;
	content: "";
	background-color: #3D5B99;
	margin: 5px;
}

h1::before {
	margin-right: 0.5em;
	transform: rotate(-30deg);
}

h1::after {
	margin-left: 0.5em;
	transform: rotate(30deg);
}

h2{
	font-size: 2.2em;
	line-height: 1.2em;
	font-weight: bolder;
	color: #3D5B99;
	text-align: center;
	margin: 10px 0px 0px 0px;
}
@media screen and (max-width: 1200px){
/* みだし */
h1 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	color: #3D5B99;
	font-size: 2.4em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
h1::before,h1::after {
	width: 5px;
	height: 38px;
	content: "";
	background-color: #3D5B99;
	margin: 5px;
}

h1::before {
	margin-right: 0.5em;
	transform: rotate(-30deg);
}

h1::after {
	margin-left: 0.5em;
	transform: rotate(30deg);
}

h2{
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: bolder;
	color: #3D5B99;
	text-align: center;
	margin: 10px 0px 0px 0px;
}
}
.kakomi1{
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	background-color: #FF1900;
	letter-spacing: 10px;
	padding: 5px 0px 5px 9px ;
	margin: 0px 10px;
	border-radius: 15px;
}
.kakomi2{
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	background-color: #4C8F31;/* 緑 */
	padding: 5px 10px;
	margin: 0px 10px;
	border-radius: 15px;
}
@media screen and (max-width: 800px){
/* みだし */
h1 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	color: #3D5B99;
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
h1::before,h1::after {
	width: 5px;
	height: 25px;
	content: "";
	background-color: #3D5B99;
	margin: 5px;
}

h1::before {
	margin-right: 0.5em;
	transform: rotate(-30deg);
}

h1::after {
	margin-left: 0.5em;
	transform: rotate(30deg);
}
h2{
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bolder;
	color: #3D5B99;
	text-align: center;
	margin: 10px 0px 0px 0px;
}
.kakomi1{
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	background-color: #FF1900;
	letter-spacing: 0px;
	padding: 5px 10px;
	margin: 0px 10px;
	border-radius: 15px;
}
.kakomi2{
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	background-color: #4C8F31;/* 緑 */
	letter-spacing: 0px;
	padding: 5px 10px;
	margin: 0px 10px;
	border-radius: 15px;
}
/* 本文 */
.reed1{
	font-size: 1.0em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
	margin: 20px 0px 0px 0px;
	padding: 0px 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.reed2{
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: normal;
	color: #000;
	margin: 0px ;
	padding: 15px 15px 0px 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.newsbox {
	width: 100%;
	height: auto;
	margin: 30px 0px;
	padding: 0px;
	text-align: left;
	overflow: auto;	
	float: none;
}
.fecebookbox {
	width: 100%;
	height: 800px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
	background-color: #CCC;
	border: none;
	overflow: auto;	
	float: none;
	display: inline;
}
}
@media screen and (max-width: 780px){
/* 1〜3段組み解除 */
.columns1,
.columns2,
.columns3{
	-webkit-columns: 1;
	-moz-columns: 1;
	-ms-columns: 1;
	columns: 1;
	clear: both;
	height: auto;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
}

@media screen and (max-width: 760px){
/* TOPのみ画像外部リンク（他大会など） */
.linkbanner1{
	font-size: 1em;
	line-height: 1.2em;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 25px;
}
.linkbanner1 img{
	height: auto;
	width: 43%;
	margin: 5px;
	vertical-align:top;
	float: none;
	display:inline-block;
}
}
@media screen and (max-width: 500px){
/* みだし */
h1 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	color: #3D5B99;
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
h1::before,h1::after {
	width: 5px;
	height: 20px;
	content: "";
	background-color: #3D5B99;
	margin: 5px;
}

h1::before {
	margin-right: 0.5em;
	transform: rotate(-30deg);
}

h1::after {
	margin-left: 0.5em;
	transform: rotate(30deg);
}
h2{
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bolder;
	color: #3D5B99;
	text-align: center;
	margin: 10px 0px 0px 0px;
}
.kakomi1{
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	background-color: #FF1900;
	letter-spacing: 8px;
	padding: 3px 0px 3px 9px ;
	margin: 0px 10px;
	border-radius: 15px;
}
.kakomi2{
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	background-color: #4C8F31;/* 緑 */
	padding: 3px 10px;
	margin: 0px 10px;
	border-radius: 15px;
}
}
@media screen and (max-width: 460px){
.container .content{
	margin: 0px 20px;
	padding: 0px;
}
.container .footer .office{
	height: auto;
	width: auto;
	margin: 0px auto;
	padding: 0px 20px;
}
}

.snsbox {
	width: auto;
	height: auto;
	margin: 0px ;
	padding: 0px;
	text-align: center;
}
.snsbox img {
	vertical-align:top;
	float: none;
	display:inline-block;
}