@charset "UTF-8";

/********************************************************
 tag
 ********************************************************/

body {
/*	margin-bottom: 30rem;	/* footer固定用 */
}

/********************************************************
 レイアウト
 ********************************************************/

.contents {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
}

/********************************************************
 サイトロゴ
 ********************************************************/

.site_logo, .site_logo * {
	font-size: 3rem;
	font-weight: bold;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho";
	letter-spacing: -.2rem;
}

/*******************************
 ヘッダ
 *******************************/

header {
	padding: .5rem 0;
}

header h1 {
	display: inline-block;
	margin: 8px 0 5px -5px;
}

header h1, header h1 * {
	font-size: 2.5rem;
}

header a:hover {
	text-decoration: none;
}

header h3 {
	font-size: 1.7rem;
	text-align: center;
}

#login_user {
	display: block;
	float: right;
	margin-right: 2rem;
	text-align: right;
}

header #head_btn_login {
	float: right;
	margin: 0 4px 4px;
	min-width: 14rem;
	background-color: #253D99;
}

header #head_btn_logout {
	float: right;
	margin: 0 4px 0;
}

header #head_btn_regist {
	float: right;
	margin: 0 4px 0;
}

header #head_btn_mypage {
	float: right;
	margin: 0 4px 4px;
	background-color: #4497E4;
}

header #head_btn_juku {
	float: right;
	margin: 0 4px 4px;
	background-color: #409040;
}

header #subtitle {
	color: #FFF;
	background-color: #253D99;
	font-size: 1.3rem;
}

/*******************************
 フッタ
 *******************************/

footer {
	clear: both;
	width: 100%;
	background-color: #F0F0F0;

	/* 固定用 */
	bottom: 0;
	height: 29.5rem;
	position: absolute;
}

footer .contents {
	height: 24rem;
	padding-top: 1.5rem;
	background-color: #F0F0F0;
}

footer h3, footer h3 * {
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho";
	letter-spacing: -.1rem;
	font-size: 2.4rem;
	line-height: 4rem;
	font-weight: bold;
}

footer h3 span {
	color: #007DB8;
}

footer a:hover.noline  {
	text-decoration: none;
}

#nav_footer {
	float: right;
	overflow: hidden;
	line-height: 3rem;
}

#nav_footer div {
	float: left;
	overflow: hidden;
	margin-left: 4rem;
}

#nav_footer ul {
	margin-left: 3rem;
}

#copyright {
	width: 100%;
	min-width: 1200px;
	text-align: center;
	color: #FFF;
	line-height: 4rem;
}

#copyright a {
	color: #FFF;
}

/*******************************
 トップメニュー
 *******************************/

#nav_index li {
	display: table;
	float: left;
	border-left: dotted #F0F0F0 1px;
	height: 60px;
}

#nav_index li:last-child {
	border-right: dotted #F0F0F0 1px;
}

#nav_index li a {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	transition: .2s;
	text-align: center;
}

#nav_index li a:hover {
	background: #F0F0F0;
	text-decoration: none;
}

/*******************************
 メイン
 *******************************/

#main {
	margin: 3rem auto;
	padding-bottom: 32rem;
	width: 1200px;
	overflow: hidden;
}

#main h2 {
	margin: 0 0 3rem;
	padding: .5rem 0 0 2rem;
	font-size: 3.2rem;
	line-height: 5rem;
	font-weight: bold;
	border-left: 1rem solid #FF5050;
}

#main h4 {
	position: relative;
	margin: 4rem 0 2rem;
	padding: .2rem 0 0 3.5rem;
	font-size: 2.4rem;
	line-height: 3.5rem;
	font-weight: bold;
	border-bottom: .2rem solid #CCC;
}

#main h4:before {
	position: absolute;
	top: 14px;
	left: 0;
	width: 15px;
	height: 5px;
	display: block;
	content: '';
	background-color: #FF5050;
}

#main a {
	color: #007DB8;
	text-decoration: underline;
}

.index_frame {
	overflow: hidden;
	margin-bottom: 50px;
	padding: 20px;
	width: 450px;
	height: 450px;
	border: 1px solid #999;
	text-align: center;
	position: relative;
}

.index_frame h3 {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1.6rem;
	color: #555;
	font-weight: bold;
}


/* tinybox用 */

#main_tiny {
	width: 700px;
	padding: 30px;
}

#main_tiny h1 {
	margin: 1rem 0 4rem;
	padding: .5rem 0 0 2rem;
	font-size: 2.5rem;
	line-height: 4rem;
	font-weight: bold;
	border-left: 1.5rem solid #007DB8;
	background-color: #F0F0F0;
}

/*******************************
 右カラム
 *******************************/

#col_right {
	float: left;
	width: 900px;
	overflow: hidden;
	margin-left: 20px;
}

/*******************************
 サイドメニュー
 *******************************/

#side_menu {
	float: left;
	width: 250px;
	overflow: hidden;
	background-color: #EEE;
	border: 1px solid #AAA;
	padding: 10px;
}

#side_menu h3 {
	text-align: center;
	color: #FFF;
	background-color: #007DB8;
	line-height: 3.5rem;
}

#side_menu div {
	margin-bottom: 2rem;
	padding: 1rem;
	text-align: center;
	background-color: #FFF;
}

/*******************************
 ボタン
 *******************************/

button {
	position: relative;
	padding: 1.5rem 1.5rem;
	min-width: 20rem;
	background-color: #4497E4;
	color: #FFF;
	border-style: none;
	-moz-box-shadow: 3px 3px 2px 0px #CCC;
	-webkit-box-shadow: 3px 3px 2px 0px #CCC;
	box-shadow: 3px 3px 2px 0px #CCC;
	border-radius: 0.8rem;
	white-space: nowrap;
}

button:hover {
	top: 2px;
	left: 2px;
	cursor: pointer;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button.disabled {
	top: 2px;
	left: 2px;
	cursor:auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #333;
	background-color: #EEE;
}

button.btn_login {
	width: 400px;
	background-color: #FF5050;
}

button.btn_logout {
	min-width: 10rem;
	color: #333;
	background-color: #EEE;
}

button.btn_regist {
	width: 400px;
}

button.btn_back {
	background-color: #999;
}

button.btn_middle {
	min-width: 12rem;
}

.btn_signup {
	background-color: #F33;
}

.btn_signup_gakken {
	background-color: #B3B;
}

button.cancel {
	background-color: #E66;
}

button.mini {
	padding: 0.4rem 0.6rem;
	min-width: 2rem;
	font-size: 1.5rem;
}

.btntype_back {
	background-color: #BBB;
}

.btntype_jomei {
	background-color: #F0AE20;
}

.btntype_delete {
	background-color: #F00;
}

.btntype_taijuku {
	background-color: #f18d00;
}

#side_menu button {
	padding: .7rem;
	min-width: 15rem;
}

.btntype_rank_category {
	padding: 0.8rem 0.8rem;
	min-width: 8rem;
	background-color: #BBB;
}

.btn_a {
	position: relative;
	padding: 1.5rem 3rem;
	min-width: 20rem;
	background-color: #32C1DF;
	color: #FFF!important;
	border-style: none;
	-moz-box-shadow: 3px 3px 2px 0px #CCC;
	-webkit-box-shadow: 3px 3px 2px 0px #CCC;
	box-shadow: 3px 3px 2px 0px #CCC;
	white-space: nowrap;
	text-align: center;
	text-decoration: none!important;
}


/*******************************
 フォーム
 *******************************/

/* テキスト系 */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea,
select
{
	padding: 4px 6px;
	vertical-align:middle;
	border: solid 1px #999;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

/* テキスト系 高さ */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="date"]
{
	height: 2.9rem;
}
/*
select {
	height: 3.2rem;
}
*/
/* 必須（テキスト系） */
input[type="text"]:required,
input[type="email"]:required,
input[type="password"]:required,
input[type="tel"]:required,
input[type="number"]:required,
input[type="date"]:required,
textarea:required,
select:required
{background-color: #FFF0F0;}

/* 必須（テキスト系）chromeのオートフィル対策 */
input[type="text"]:required:-webkit-autofill,
input[type="email"]:required:-webkit-autofill,
input[type="password"]:required:-webkit-autofill,
input[type="tel"]:required:-webkit-autofill,
input[type="number"]:required:-webkit-autofill
{box-shadow: 0 0 0 1000px #FFF0F0 inset;}

/* 任意（テキスト系）chromeのオートフィル対策 */
input[type="text"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
input[type="password"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill,
input[type="number"]:-webkit-autofill
{box-shadow: 0 0 0 1000px #FFF inset;}

/* テキスト系のカーソルフォーカス時 */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="text"]:required:focus,
input[type="email"]:required:focus,
input[type="password"]:required:focus,
input[type="tel"]:required:focus,
input[type="number"]:required:focus,
input[type="date"]:required:focus,
textarea:focus,
select:focus
{
	border: solid 1px #00DDDD;
	background-color: #F0FFFF;
}

/* ラジオボタン */
input[type="radio"] {
	position: absolute;
	opacity: 0;
}
input[type="radio"] + .radio_label:before {
	content: "";
	background-color: #EEE;
	border-radius: 100%;
	border: 1px solid #999;
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	position: relative;
	margin-right: .6em;
	margin-bottom: .4em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all .25s ease;
}
input[type="radio"]:checked + .radio_label:before {
	background-color: #39E;
	box-shadow: inset 0 0 0 4px #EEE;
}
input[type="radio"]:focus + .radio_label:before {
	outline: none;
	border-color: #39E;
}
input[type="radio"]:disabled + .radio_label:before {
	box-shadow: inset 0 0 0 4px #EEE;
	border-color: #BBB;
	background-color: #BBB;
}
input[type="radio"] + .radio_label:empty:before {
	margin-right: 0;
}

/* チェックボックス */
input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 20px;
	vertical-align: -0.8rem;
	transition: all .1s ease-out 0s;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	margin: .4rem;
	outline: none;
	border: 1px solid #999;
	border-radius: 10%;
	background-color: #EEE;
}
input[type=checkbox]:focus {
	border: 1px solid #39E;
}
input[type=checkbox]:before, input[type=checkbox]:after {
	position: absolute;
	content: "";
	background-color: #39E;
	transition: all .1s ease-in-out;
}
input[type=checkbox]:before {
	left: 2px;
	top: 6px;
	width: 0;
	height: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
input[type=checkbox]:after {
	right: 9px;
	bottom: 3px;
	width: 2px;
	height: 0;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transition-delay: .1s;
}
input[type=checkbox]:checked:before {
	left: 2px;
	top: 10px;
	width: 7px;
	height: 2px;
}
input[type=checkbox]:checked:after {
	right: 5px;
	bottom: 2px;
	width: 3px;
	height: 13px;
}
input[type=checkbox]:indeterminate:before, input[type=checkbox]:indeterminate:after {
	width: 7px;
	height: 2px;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
}
input[type=checkbox]:indeterminate:before {
	left: 1px;
	top: 7px;
}
input[type=checkbox]:indeterminate:after {
	right: 1px;
	bottom: 7px;
}

/* フォーム用テーブル */

.tbl_form th {
	padding: 1rem;
	text-align: left;
	font-weight: bold;
}

.tbl_form td {
	padding: 1.5rem;
}

.tbl_form td.required {
	background-color: #FFF0F0;
}

.tbl_form .conditions {
	margin-right: 2rem;
	padding: .1rem .5rem;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
	font-weight: normal;
}

.tbl_form .conditions.con_req {
	color: #FFF;
	background-color: #D14E4E;
}

.tbl_form .conditions.con_any {
	background-color: #FFF;
}

.tbl_form .icon_my {
	margin-right: 0;
	color: #FFF;
	background-color: #007DB8;
}


.tbl_form .example {
	margin-top: .4rem;
}

/* エラーメッセージ */

.form_error_message {
	display: inline-block;
	margin-top: .7rem;
	padding: .3rem 1rem .1rem;
	color: #000;
	background-color: #FFEE00;
	-moz-box-shadow: 2px 2px 2px 0px #999;
	-webkit-box-shadow: 2px 2px 2px 0px #999;
	box-shadow: 2px 2px 2px 0px #999;
}

/*******************************
 メッセージ
 *******************************/

.err_msg {
	margin: 2rem 4px 2rem 0;
	padding: 2rem;
	text-align: left;
	text-indent: 2rem;
	color: #000;
	background-color: #FFEE00;
	-moz-box-shadow: 2px 2px 2px 0px #999;
	-webkit-box-shadow: 2px 2px 2px 0px #999;
	box-shadow: 2px 2px 2px 0px #999;
}

/*******************************
 お知らせ
 *******************************/

#index_osirase {
/*	margin: 0 3rem;*/
	overflow: hidden;
}

.osirase_date {
	margin-top: 1.5rem;
	color: #999;
}

.osirase_date:nth-of-type(n+2) {
	padding-top: 1rem;
	border-top: 1px solid #999;
}

.osirase_message {
	margin-top: .5rem;
}

.juuyou_osirase {
	overflow: hidden;
	margin: 50px auto;
	padding: 30px;
/*	width: 700px;*/
	width: 90%;
	-webkit-border-radius: 10px;
	moz-border-radius: 10px;
	box-shadow:3px 3px 8px 1px #BBB;
	-moz-box-shadow:3px 3px 8px 1px #BBB;
	-webkit-box-shadow: 3px 3px 8px 1px #BBB;
	
}

.juuyou_osirase h3 {
	margin-bottom: 1rem;
	color: #F00;
	font-size: 1.8rem;
	font-weight: bold;
}

/*******************************
 検定結果
 *******************************/

.kekka_td_1 {
	background-color: #FFBAF8;
}

/*******************************
 フキダシ
 *******************************/

.fukidasi {
	margin: 10px 10px;
	padding: 2rem;
/*	border: solid 3px #F55;*/
	overflow: hidden;
	width: 92%;
	background: #FFFFDD;
	box-shadow: 0 0 10px 1px #CCC;
	-moz-box-shadow: 0 0 10px 10px #CCC;
	-webkit-box-shadow: 0 0 10px 1px #CCC;
}

.fukidasi2 {
	position: relative;
	margin-left:15px;
	padding: 1rem;
	color: #000;
	background: #FAA;
	font-weight: bold;
}

.fukidasi2::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: -15px;
  margin-top: -15px;
  border-right: 15px solid #FAA;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/*
.fukidasi2 a {
	color: #FFF!important;
}
*/

/*******************************
 箇条書き
 *******************************/

ol.circle,
ol.square
{
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
 
ol.circle > li,
ol.square > li
{
	margin-bottom: 3rem;
	padding-left: 3rem;
	position: relative;
}

ol.circle > li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #007DB8;
	color: #FFF;
	display: block;
	float: left;
	line-height: 2.5rem;
	margin-left: -3rem;
	margin-right: 2rem;
	text-align: center;
	text-indent: 0;
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 50%;
}

ol.square > li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #494;
	color: #FFF;
	display: block;
	float: left;
	line-height: 2.5rem;
	margin-left: -3rem;
	margin-right: 2rem;
	text-align: center;
	text-indent: 0;
	height: 2.5rem;
	width: 2.5rem;
}

.num_circle {
	display: inline-block;
	margin-left: .2rem;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	color: #FFF;
	background-color: #007DB8;
	text-align: center;
	text-indent: 0;
	border-radius: 50%;
}


/*******************************
 ランキング
 *******************************/

.icon_update_today {
	color: #F30;
	font-weight: bold;
}



/*******************************
 その他
 *******************************/

.cap1 {
	margin: 7rem 0 2rem;
	padding: 1.5rem;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 1.8rem;
	font-weight: bold;
}

.th_cap1 {
	color: #F00;
	font-size: 1.8rem;
	font-weight: bold;
}
