@charset "shift_jis";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

/*--------------------------------*/
/*　サイト全体の設定　　　　　　　*/
/*--------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size:1.2em;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #333;
	line-height: 1.4;
    letter-spacing: .05em;
}
ol, ul {
	list-style-type: none;
  }

/* エリアの設定 */
#wrapper{
	width:100%;
	text-align:center;
	}
#contents{
	width:1200px;
	margin:0px auto;
	padding:0px;
	text-align:center;   
}
#footer{
	width:100%;
	background:#e5ebfa;
}
#footer_contents{
	display: flex;
	align-items: center;
	width:800px;
	padding: 15px 0px;
	margin: 0px auto;
	text-align:left;
}
#footer_contents a:hover {
	position : relative;
	top:3px; left:3px;}
#retern{width:100%;
	background:#285769;
}
#retern_contents{width:800px;
	padding:10px 0px 30px;
	margin: 0px auto;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;}
#retern_contents a{
	color:#FFFFFF;}
#retern_contents a:hover {
	position : relative;
	top:3px; left:3px;
}
/* 共通タグ設定 */
h1 {
	margin:0;
	padding:0;
}
/* h2 {
	margin:10px 0px 10px 0px;
	font-weight:bold;
	font-size: 1.2em;
	padding: 20px 0;
	border-bottom: 1px solid #000;
} */
h3 {
	margin-bottom:10px;
	font-weight:bold;
	font-size: 1.1em;
	background:#5FC1C7;
	color: #000;
	padding:5px 20px;
}
img {
	border:0;
	max-width: 100%;
	height: auto;
}
a:link {
	text-decoration: underline;
}
a{text-decoration : none;
}
/* テーブル（主催、顧問団） */
table.komondan {
	width:50%;
	border: none;
	padding:10px 0px;
}
table.komondan th{
	text-align:left;
	padding:2px;
	font-size:0.85em;
	white-space:nowrap;
}
table.komondan td{
	text-align:left;
	padding:2px;
	font-size:0.85em;
	white-space:nowrap;
}
/* 申込ボタン */
a.btn_entry {
	display: block;
	width: 90%;
	margin:0 auto;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	background:#fcc83a;
	color: #333333;
	font-weight:bold;
	border: 2px solid #FFF;
	border-radius: 8px;
	transition: .2s;
	box-shadow: inset 0 3px 0 rgba(255,255,255,0.2), 0 2px 4px rgba(0,0,0,0.3);
}
a.btn_entry:hover {
	background:#f1b340;
}
/*--------------------------------*/
/*共通部品*/
/*--------------------------------*/



/* フォント */
.txt07{font-size:0.7em;}
.txt08{font-size:0.8em;}
.txt09{font-size:0.9em;}
.txt12{font-size:1.2em;
       font-weight:bold;}
.txt13{font-size:1.3em;
       font-weight:bold;}
.txt15{font-size:1.5em;
       font-weight:bold;}
.txt_bold{font-weight:bold;}
.txt_red{ font-weight:bold;
          color:#CC0000}
.txt_orange{ font-weight:bold;
          color:#F36F33}
.txt_wht{ font-weight:bold;
          color:#FFFFFF}
.txt_yellow{ font-weight:bold;
          color:#FF9900;}
/* 線 */
.line_top{
	border-top: 1px solid #000;
}

/* フロート */
.fltleft{float:left;}
.fltright{float:right;}

/* フロート解除 */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  overflow:auto;}

/* テキスト等の配置 */
.center {text-align:center;}
.right{ text-align:right;}
.left{ text-align:left;}

.top { vertical-align:top;}
.middle { vertical-align:middle;}
.bottom { vertical-align:bottom;}

/* 余白 */
.pad10{padding:10px;}
.padleft10{padding-left:10px;}
.padleft20{padding-left:20px;}
.padleft30{padding-left:30px;}
.padleft50{padding-left:50px;}

.padright10{padding-right:10px;}
.padright20{padding-right:20px;}
.padright30{padding-right:30px;}

.padtop1{padding-top:1em;}
.padbottom1{padding-bottom:1em;}

.mgntop05{ margin-top:0.5em;}
.mgntop1{ margin-top:1em;}
.mgntop2{ margin-top:2em;}
.mgntop3{ margin-top:3em;}
.mgntop5{ margin-top:5em;}

.mgnbottom1{ margin-bottom:1em;}
.mgnbottom2{ margin-bottom:2em;}
.mgnbottom3{ margin-bottom:3em;}
.mgnbottom5{ margin-bottom:5em;}

.mgnright05{ margin-right:0.5em;}
.mgnright1{ margin-right:1em;}
.mgnleft1{ margin-left:1em;}
.mgnleft2{ margin-left:2em;}
.mgnleft3{ margin-left:3em;}

/* 余白（スマホ表示時維持） */
.padleft1em{padding-left:1em;}

/* 幅指定*/
.width5 {width:5%;}
.width10 {width:10%;}
.width15 {width:15%;}
.width20 {width:20%;}
.width30 {width:30%;}
.width35 {width:35%;}
.width40 {width:40%;}
.width45 {width:45%;}
.width50 {width:50%;}
.width60 {width:60%;}
.width70 {width:70%;}
.width75 {width:75%;}
.width80 {width:80%;}
.width90 {width:90%;}
.width100 {width:100%;}

/* 背景色 */
.blue{background:#F1F4FA;}
.yellow{background:#FFEED0;}
.green{background:#E9F8FA;}
/* スマホ対応用背景（Androidでテキストが半分の幅で折り返すことへの対応） */
.white{ background-color:#FFF;}

.green_closs{
background: url(../kouenkai/img/green_closs.gif) repeat-x;
background-attachment: fixed;
background-position: bottom
}
.idt1{
text-indent:-1em;
margin-left:1em;
font-size: 0.8em;
line-height: 1.2em;
}
.width480px {width:480px;}
.width300px {width:300px;}
.text_indent {
	display: table;
}
.text_indent .icon {
	display: table-cell;
	padding-right: 5px;
	white-space: nowrap;
}
.text_indent .text {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

/* リンクアイコン */
.link{
    background: url(../kouenkai/img/icon_link.png) no-repeat center left;
    padding-left: 25px;
}

.link a{color:#333333;
font-weight: bold;
font-size: 1.1em;}

.link a:hover {
	position : relative;
	top:3px; left:3px;
}


/*--------------------------------*/
/* ページ特有スタイル*/
/*--------------------------------*/
.background{
	background: #f8fafe;
}
.inner{
	border: 2px solid #f8fafe;
	border-radius: 10px;
	background-color: #f8fafe;
	width: 1100px;
	margin: 0px auto 100px;
}
.container{
	padding: 60px 50px;
}
.overview dl{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.overview dl:nth-child(4){
	margin-bottom: 20px;
}
.overview p{
	font-weight: bold;
	font-size: 22px;
}
.overview p:nth-child(2){
	padding: 0px 0px;
}
.overview dt{
	background-color: #b0bde1;
	border-radius: 10px;
	color: #333;
	padding: 8px 20px;
	font-weight: bold;
	margin-right: 50px;
}
.overview dd p span{
	font-size: 16px;
	font-weight: normal;
}
.overview dd span.large{
	font-size: 32px;
    font-weight: bold;
}

.overview dd p span.font_weight{
	font-weight: bold;
	font-size: 18px;
}
.koushi_container{
	display: flex;
	margin-bottom: 80px;
    padding: 30 30 0;
}
.koushi_img{
	max-width: 100%;
	border: solid 1px #DDDDDD;
    border-radius: 10px;}
.history{
	font-size: 14px;
	margin: 0;
    padding-left: 20px;
}


.app{
	background-color: #fff;
	padding: 30px;
	border: solid 2px #285769;
    border-radius: 10px;
}
.app h2{
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 30px;
}
.app ul li{
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.4;
    letter-spacing: .05em;
	padding-left:1em;
	text-indent:-1em;
}
.disc{
    list-style:  none; 
    margin:  0;
    padding: 0;
}
.disc li::before{
	content:  "";
	width:  10px;
	height:  10px;
	display:  inline-block;
	background-color: #285769;
	border-radius:  50%;
	position:  relative;
	top: -1px;
	margin-right: 10px;
}
.app_etc{
	display: flex;
	font-size: 14px;
}
.app_etc>div:first-of-type{
	border-right: solid 1px #285769;
	padding-right: 20px;
    margin-right: 20px;
}
.fax{
	font-size: 18px;
}
.deco{
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	background-color: #285769;
	margin-bottom: 10px;
}
.img_qr{margin: 10px 20px;
	border: solid 1px #DDDDDD;
}


.footer_contact{
	background-color: #FFFFFF;
    border: solid 1px #285769;
	border-radius: 20px;
	padding: 15px;
	font-size: 13px;
	margin: 20px;
    margin: 0 0 0 auto;
    max-height: 110px;
}
.footer_contact p:first-of-type{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
/* 募集終了 */

.close{
    padding: 20px 0px;
    color: #ff0000;
    background-color: #fff;
    border: solid 1px #ff0000;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 40px;
}
.koushi_container.revise {
	margin-bottom: 0px;
}


/*　ページアップ　*/
.page_up {margin: 0;
		padding: 0;
		position:absolute;
		z-index:9999;
		display:none;}
 
.page_up p {
	margin: 0;
	padding: 0;
	position: fixed;
	right: 50px;
	bottom: 30px;}
 
.move_up {
	display: block;
	width: 60px;
	height: 45px;
	background-color:#f1b340;
	border:3px #fff solid;
	border-radius: 60px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	line-height: 16px;
	padding-top:15px;

	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.move_up:hover {
	background-color:#285769;
	color:#fff;
	text-decoration:none;
	cursor:pointer;}


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/*************
/* スマートフォン用の設定
*************/

@media only screen and (max-width:640px){
/* 全体
------------------------------------------------------------*/
*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;}
    
#wrapper,.inner{width:100%;}
#wrapper{padding-bottom:0px;}    
    
#contents{
	width:100%;
}

#footer_contents{
    display: block;
	width:100%;
}
#retern_contents{
    width:100%;
}
.footer_contact{
	font-size: 12px;
    max-height: none;
    padding-bottom:1em;
}
.footer_contact p:first-of-type{
	font-size: 14px;
}
table.komondan th{
	font-size:0.7em;
}
table.komondan td{
	font-size:0.7em;
}
    
.background{
    width:100%;
}
.inner{
    width: 100%;
    margin: 20px 5px 100px;
}
.container{
	padding:5px;
}
a.btn_entry {
        width: 95%;}
    
.overview dt{
	padding: 5px 0px 5px 5px;
	margin-right: 10px;
    min-width: 20%;
}
.app{
	padding: 10px;
}
.app_etc{
	font-size: 12px;
}
.app_etc>div:first-of-type{
	padding-right: 0px;
    margin-right: 0px;
}
.fax{
	font-size: 12px;
}
.koushi_container{
	display: block;
}
.koushi_img{width:200px;
    margin-left: 20px;
    margin-bottom: 1em;
}

/* 
.padleft1em{padding-left:0;}
*/
    
.page_up {display:none;}
 
.page_up p {display:none;} 
.move_up {display:none;}

.link{
    background: url(../kouenkai/img/icon_link.png) no-repeat top left;
}


}