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

/* リスト要素をリセットする ---------------- */
dl,dt,dd,ol,ul,li	{
	list-style-position: outside;
	list-style-type: none;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* floatの解除 ------------- */
.fbox{
	clear:both;
	_display: inline-block;
	min-height: 1%;
}
.fbox:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	line-height: 0;
}



/* ===================================================================

	スタイルの設定

=================================================================== */
html {
	font-size:20px;
}
body{
	color:#444444;
	line-height:1.5;
	margin:0;
	background: #fff;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Noto Sans Japanese,Noto Sans JP,-apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial,  sans-serif;
	/* 900,700,500,400,300,200 */
}
#contents {
	box-sizing: border-box;
}
#contents * {
	box-sizing: border-box;
}
img {
	max-width: 100%;
}



/* ---------------- 上書き ------------- */
strong {font-weight:bold;}
p,li,dl,dt,dd {line-height:1.5;}
.red{	color:#F40027;}
.red2{	color:#DC0000;}
.blue{	color:blue;}
.blue{	color:blue;}
.txt-left {	text-align:left;}
.txt-right {	text-align:right;}
.txt-center {	text-align:center;}


.bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(51,51,51,0.7);
	display: none;
}

/* ===================================================================
	通常のリンク
=================================================================== */
a {
	text-decoration: underline;
}
a:link {
	color: #558BC6;
}
a:visited {
	color: #558BC6;
/*	text-decoration:none;*/
}
a:hover {
	color: #7BA8DB;
/*	text-decoration:none;*/
}
a:active {
	color: #7BA8DB;
/*	text-decoration:none;*/
}
/* メインエリアはリンクにアンダーライン */
/*#main a{
	text-decoration:underline;
}*/

/* ===================================================================
	#header
	ヘッダー
=================================================================== */
header {
	display: flex;
	align-items: center;
	width: 100%;
	height: 60px;
	padding: 0 10px;
/*	background: #8DC21F;
	color: #ffffff;*/
	border-bottom: 1px solid #efefef;
}

/*	ロゴ
------------------------------------------------------------------ */
h1 {
	display: flex;
	align-items: flex-end;
	font-size: 1rem;
}





/* ===================================================================
	#footer
	フッター
=================================================================== */
footer {
	padding: 0;
	background:#F1F1F1;
}

/* -------------- address -------------- */
address {
	margin:0;
	line-height: 40px;
	text-align:center;
	font-style: normal;
	font-size: 0.8rem;
}







/* ===================================================================
	共通CSS
=================================================================== */
#main {
	width: 96%;
	margin: 0 auto;
	padding: 40px 0;
}





/*	タイトル
----------------------------------------------------------------- */

h2 {
	margin: 0 0 20px;
	font-size: 1.2rem;
	font-weight: 600;
}
h3 {
	margin: 20px 0 10px;
	font-size: 1rem;
	font-weight: 600;
}




/*	共通設定
----------------------------------------------------------------- */

.form_box {
	margin: 0 0 2em;
}
.form_box dt {
	margin-bottom: 0.5em;
	font-weight: 700;
}
.form_box dd {
	margin-bottom: 0.5em;
}

.chui {
	margin-left: 1em;
	color: #ff0000;
}


/* ボタン */
.form_btn {
	margin:40px auto 0;
	text-align: center;
}
.form_btn .btn,
.form_btn a.btn {
	display: inline-block;
	min-width: 10em;
	margin: 0 1em;
	padding: 1em;
	background: linear-gradient(-45deg,#004bba 0%,#0062c4 25%,#007bd7 50%,#0098ec 73%,#00beff 100%);
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
	border: none;
	border-radius: 20px;
	cursor: pointer;
}
.form_btn .btn_back,
.form_btn a.btn_back {
	background: linear-gradient(-45deg,#999 0%,#9f9f9f 25%,#a0a0a0 50%,#aaaaaa 73%,#bbbbbb 100%);
	color: #ffffff;
}




/* inputとか */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="month"] {
	width: 100%;
	border: 1px solid #bbb;
	padding: 0.8em;
	border-radius: 5px;
	font-size: 1rem;
	outline-color: #00beff;
}
input[type="checkbox"] {
	margin-right: 0.2em;
}
input[type="text"]:disabled {
	background: #efefef;
}


/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown,
::-webkit-input-placeholder {
	color: #949DA6;
}
:-moz-placeholder ,
::-moz-placeholder {
	color: #949DA6; opacity: 1;
}
:-ms-input-placeholder {
	color: #949DA6; }
::-ms-input-placeholder {
  color: #949DA6;
}
::placeholder{
	color:#949DA6;
}
input[type="text"].form_2em {
	width: 4em;
}
input[type="text"].form_5em {
	width: 7em;
}
input[type="text"].form_10em {
	width: 10em;
}
input[type="text"].form_15em {
	width: 15em;
}
input[type="text"].form_20em {
	width: 20em
		;
}
input[type="text"].form_25em {
	width: 25em;
}
input[type="text"].form_30em {
	width: 30em;
}



textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #CAD3DA;
	padding: 0.5em;
	font-family: Noto Sans Japanese,Noto Sans JP,-apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,  sans-serif;
}
select {
	width: auto;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #CAD3DA;
	padding: 0.6em 2em 0.6em 0.8em;
	background: #fff;
	font-size: 1rem;
	border-radius: 5px;
	outline-color: #00beff;
}
.select_box {
	display: inline-block;
	position: relative;
	z-index: 0;
}
.select_box::after {
	content: '';
	width: 0.5em;
	height: 0.5em;
	border: 0;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	position: absolute;
	top: 50%;
	right: 0.8em;
	margin-top: -0.3em;
	transform: rotate(45deg);
	z-index: 1;
}

.radio_list {
	display: flex;
	flex-wrap: wrap;
}
.radio_list > div {
	width: 30%;
}




/* タブレット用 */
.radio_group {
	display: flex;
}
.radio_group > div {
	
}
.radio_group > div label {
	display: block;
	padding: 0.5rem 1rem;
	background: #fff;
	line-height: 1;
	border: 1px solid #ccc;
	border-right: none;
}
.radio_group > div:first-of-type label {
	border-radius: 5px 0 0 5px;
}
.radio_group > div:last-of-type label {
	border-radius: 0 5px 5px 0;
	border-right: 1px solid #ccc;
}
.radio_group input {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.radio_group input:checked + label {
	background: #8DC21F;
	color: #fff;
}





table {
	width:100%;
	margin:20px 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	clear:both;
}
table th ,
table td {
	padding: 10px;
	border: 1px solid #e1e1e1;
	vertical-align: middle;
}
table th {
	background: #F1F1F1;
}




/* エラーメッセージ系
===================================================== */
.error {
	background: #ffefef;
}
label.error {
	display: block;
	color:#ff0000;
	background: #ffefef;
	margin:.5em 0;
	padding:5px;
	font-weight:bold;
}


/* 大元になるもの ------------------- */
#flashMessage {
	font-size:120%;
	font-weight:bold;
	padding:5px 0 5px 35px;
	margin:10px 0;
}
/* 追加（緑） ------------------- */
.add-message {
	color:#009933;
	border: 1px dashed #009933;
	margin:0 0 20px 0;
	padding:5px 5px 5px 32px;
	font-size:120%;
}
/* 編集（青） ------------------- */
.update-message {
	color:#0099FF;
	border: 1px dashed #0099FF;
	margin:0 0 20px 0;
	padding:5px 5px 5px 32px;
	font-size:120%;
}
/* 削除（赤） ------------------- */
.delete-message {
	color:#FF0000;
	border: 1px dashed #FF0000;
	margin:10px 0 10px 0;
	padding:5px 5px 5px 32px;
	font-size:120%;
}

/* エラー（赤） ------------------- */
.error-message {
	color:#FF0000;
	border: 1px dashed #FF0000;
	margin:10px 0 10px 0;
	padding:5px 5px 5px 32px;
	font-size:120%;
}



/* 成功（緑） ------------------- */
.message {
	color:#009933;
	border: 1px dashed #009933;
}

/* タブレット */
@media ( max-width : 960px ){
	
}
/* スマホ（横） */
@media screen and (max-width: 600px) {
	input[type="text"].form_tel,
	input[type="text"].form_school,
	input[type="text"].form_mail {
		width: 100%;
	}

}
/* スマホ用（縦） */
@media screen and (max-width: 480px) {
	
}


input#date_s,input#date_e,
input.date_s,input.date_e,
input.date_input,
input.month_input {
	width: 8em;
}
input.date_time {
	width: 10em;
}





/* 開始ページ
===================================================== */
.start {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: calc(100vh - 180px);
}


a.btn_start,
.btn_start {
	display: inline-block;
	padding: 1em;
	text-decoration: none;
	border: none;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 20px;
	background: linear-gradient(-45deg,#004bba 0%,#0062c4 25%,#007bd7 50%,#0098ec 73%,#00beff 100%);
}





/* 番号入力
===================================================== */


.main_col {
	display: flex;
	justify-content: space-between;
}
.main_col .input_area {
	width: 55%;
}
.main_col .keybords {
	width: 40%;
}

.keybords_line {
	display: flex;
	justify-content: center;
}

.keybords_line .num,
.keybords_line .teisei,
.keybords_line .kakutei {
	width: 100px;
	margin: 5px;
	height: 60px;
	background: #efefef;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	outline-color: #00beff;
	background: linear-gradient(-45deg,#ccc 0%,#d0d0d0 25%,#dfdfdf 50%,#efefef 73%,#fefefe 100%);
		
}
.keybords_line .teisei,
.keybords_line .kakutei {
	font-size: .9rem;
}
.keybords_line .teisei {
	background: linear-gradient(-45deg,#ff5a56 0%,#ff6056 25%,#ff6556 50%,#ff6a56 73%,#ff7056 100%);
}
.keybords_line .kakutei {
	background: linear-gradient(-45deg,#31ba4d 0%,#34c446 25%,#39d743 50%,#3eec3f 73%,#52ff43 100%);
}


.end {
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100vh - 180px);
}
.end p {
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
}

/* タブレット */
@media ( max-width : 960px ){
	
}
/* スマホ（横） */
@media screen and (max-width: 600px) {
	
}
/* スマホ用（縦） */
@media screen and (max-width: 480px) {
	
}
