@charset "utf-8";

/* タイトル */
.grade_h1{
	padding: 50px 10px 50px 10px;
	text-align: center;
	color: #5c73ad;
	font-size: 36px;
	line-height: 1.5;
	background:-webkit-gradient(linear,center top, center bottom, from(#00000), to(#131534));
	background:-moz-linear-gradient(top, #00000, #131534);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff000000', endColorstr='#ff131534');
	background: linear-gradient(to bottom, #000000, #131534);
}

.haba8{	
	transform: scale(0.8, 1);
}

.haba5{	
	transform: scale(0.5, 1);
}


/* 登録について */


/* ボタン */

.btnLink{
	margin-top: 30px;
	text-align: center;
	clear: both;
}
.btnLink a{
	margin: 0 auto;
	padding: 10px 40px 10px 75px;
	border: 1px solid #a7a7a7;
	background: #1c1d2c url(../../img/common/icon_btn_arrow.png) no-repeat left 30px center;
	color: #FFF;
	font-size: 23px;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
}

span.br{}
span.spbr{}
a.tel{}
.baselink{}

.fa-at:after{
	display: inline-block;
	content: "@";
	width: 1em;
	font-size: inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-style: normal;
}


.caution{
	color: #F00;
	font-weight: bold;
}

.caution_box{
	color: #F00;
	font-weight: bold;
	padding: 15px;
	margin: 1em auto;
	width: 90%;
	border: 2px solid #F00;
}
.txt16{
	font-size:16px;
}
.txt_large{
	font-size: 21px;
}
.txt_xlarge{
	font-size: 28px;
}


@media screen and (min-width: 980px) {
span.br{
	display: block;
	text-indent: -9999px;
	height: 0;
}
a.telno{
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #222222;
}
a.telno.white{
	color: #FFF;
}
}

@media screen and (max-width: 979px) {
a.telno{
	text-decoration: underline;
	pointer-events: auto;
	cursor: pointer;
}
.grade_h1{
	font-size: 24px;
}

}
@media screen and (max-width: 768px){
span.br{
	display: inline;
	text-indent: 0;
	height: auto;
}
span.spbr{
	display: block;
}
}

/*text
************************************************************************************/
.frameText{
	padding: 20px 0;
}
.text{
	padding: 10px;
	word-break: break-all;
}
.text p,
.text20 p{
	padding-bottom: 1em;
}
.text p:last-child,
.text20 p:last-child{
	padding: 0;
}

.text ul + p,
.text20 ul + p{
	padding-top: 1em;
}

.text20{
	padding: 20px;
	word-break: break-all;
}
.textCenter{
 text-align:center;
}
.textRight{
 text-align:right;
}
.textLeft{
 text-align:left;
}
.smidashi{
	font-weight: bold;
	font-size: 17px;
}
.bold{
	font-weight: bold;
}
.nowrap{
	white-space: nowrap;
}
.small{
	font-size:small;
}

.small2{
	font-size:x-small;
}

/* -- color -- */
.textRed{
	color: #FF0000;
}




/* -- margin -- */
.ml_10{ margin-left: 10px; }
.mr_10{ margin-right: 10px; }
.mt_10{ margin-top: 10px; }
.mb_10{ margin-bottom: 10px; }

/* -- float -- */
.rf10{float:right; margin-left:10px;}
.rf15{float:right; margin-left:15px;}
.lf15{float:left; margin-right:15px;}
.rf{float:right;}
.lf{float:left;}

.important_box{
	background: #F00;
	color: #FFF;
	font-weight: bold;
	margin: 0 20px 2em;
	text-align: center;
	font-size: 18px;
}
.important_box a{
	color: #FFF !important;
	text-decoration: none !important;
	display: block;
	padding: 15px;
}
.important_box a:after{
	content: "»";
}

@media screen and (max-width: 768px){
.text20{
	padding: 10px;
}
.rf10{float:none; margin:10px auto;}
.rf15{float:none; margin:10px auto;}
.lf15{float:none; margin:10px auto;}
.rf{float:none; margin:10px auto;}
.lf{float:none; margin:10px auto;}

img.rf10{float:none; margin:10px auto; display: block;}
img.rf15{float:none; margin:10px auto; display: block;}
img.lf15{float:none; margin:10px auto; display: block;}

.textCenter img{
	max-width: 100%;
	height: auto;
	width: auto;
	display: block;
	margin: auto;
}
}


/*list
----------------------------------------------------------------------*/
/*number*/
ul.number{
	list-style-type: decimal;
	margin-left: 30px;
}
ul.number li{
	margin: 5px 0;
	background: none;
	padding: 0;
	list-style-type: decimal;
}

/*number circle*/
ol.number{
	counter-reset:number;
	list-style:none;
	margin:0;
	padding:0;
}

ol.number li{
	margin: 15px 0;
	background: none;
	padding: 0;
	list-style-type: none;
}

ol.number li:before {
	counter-increment: number;
	content: counter(number);
	float: left;
	background: #212678;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	color: #FFF;
	text-align: center;
	line-height: 2.0;
	margin: 0 7px 0 0;
}
ol.number li li:before{
	counter-increment: none;
	content: normal;
	background: none;
	width: auto;
	height: auto;
	margin: auto;
}
ol.number li p,
ol.number li div{
	overflow: auto;
	zoom: 1;
	margin: 0;
	padding: 0;
}

/**/
ul.disc{
	list-style-type: disc;
}
ul.disc li{
	list-style-type: disc;
}

ul.square{
	list-style-type: square;
	margin-left: 2.4em;
	margin-top: 5px;
}
ul.square li{
	margin-bottom: 5px;
	background: none;
	padding: 0;
	list-style-type: square;
}
ul.square li p{
	padding: 0;
}

ul.kome{
	list-style:none;
	margin:0;
	padding:0;
}

ul.kome li{
	margin-bottom: 3px;
	background: none;
	padding: 0 0 0 1.5em;
	list-style-type: none;
	text-indent: -1.5em;
}

ul.kome li:before {
	content: "※";
	float: left;
	width: 1.5em;
	height: 1em;
	margin: 0;
}
/* ()数字リスト */
ol.list_parentheses{
  padding:0;
  margin:0;
}
 ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) "). ";
}

ul.inline li,
ol.inline li{
	display: inline-block !important;
	margin: 5px 1.5em 5px 0;
}

.R5{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.R3{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.valign{
	vertical-align: middle !important;
}
img.valign{
	margin: 0 5px;
}

.link_pdf{
	padding-left: 30px;
	background: url(../../img/common/icon_pdf.png) no-repeat left center;
}

@media screen and (min-width: 980px) {
span.br{
	display: block;
}
}

@media screen and (max-width: 768px){
ul.square{
	margin-left: 1em;
}
}


/*indent*/
.space05{
	padding-left: .5em !important;
}
.space1{
	padding-left: 1em !important;
}
.space1-5{
	padding-left: 1.5em !important;
}
.space2{
	padding-left: 2em !important;
}
.space2-5{
	padding-left: 2.5em !important;
}

/*table
----------------------------------------------------------------------*/
/* normal */
table.normal{
	width: 100%;
	border: 1px solid #777;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
table.normal tr:last-child td{
	border-bottom: none;
}
table.normal th,
table.normal td{
	padding: 5px 10px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}
table.normal thead th{
	border-right: 1px solid #fff;
	background-color: #777;
	color: #FFF;
	white-space: nowrap;
	font-weight: normal;
}
table.normal tbody th{
	font-weight: normal;
	text-align: center;
}
table.normal tbody td{
	vertical-align: middle;
}
table.normal thead th:last-child,
table.normal td:last-child{
	border-right: none;
}
table.normal a:hover{
	text-decoration: none;
}


/* std */
table.std{
	width: 100%;
	border: 1px solid #CCC;
	margin: 1em 0;
}
table.std th{
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #ededed;
	color: #222;
	vertical-align: top;
}
table.std td{
	padding: 10px;
	border: 1px solid #CCC;
}


/* line_btm */
table.line_btm th{
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
table.line_btm td{
	padding: 10px;
	border-bottom: 1px solid #ccc;
}


dl.normal dt{
}
dl.normal dd{
	padding-bottom: 1em;
}
.text ul + dl.normal,
.text20 ul + dl.normal{
	margin-top: 1em;
}

@media screen and (max-width: 620px) {
table.std{
	display: block;
	width: 100%;
	border: 0;
}
table.std tbody{
	display: block;
	width: 100%;
}
table.std tr{
	display: block;
	width: 100%;
}
table.std th,
table.std td{
	display: list-item;
	width: 100%;
	padding: 9px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
table.std th{
	list-style-type: none;
	display: block;
}
table.std td{
	list-style-type: none;
	border: 0;
}
}


/* form
----------------------------------------------------------------------*/
input[type="checkbox"]{
	margin-right: 5px;
}


/*clearfix
************************************************************************************/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}
* html .clearfix{
    height: 1em;
}
.clearfix{
    display: block;
}
*:first-child+html .clearfix{
	zoom:1;
}

ul.baselink{}
span.br{}
a.tel{}
span.spbr{}


@media screen and (min-width: 980px) {
span.br{
	display: block;
	text-indent: -9999;
	font-size: 0;
}
}

@media screen and (max-width: 768px){
span.spbr{
	display: block;
}

}