@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";
@import "print.css";




.mainEyeCatch{
	width: 1100px;
	height: 529px;
	margin: 0 auto;
	background: url(../../img/toppage/bg_mainImg.jpg) no-repeat top center;
	position:relative;
}
.mainEyeCatch .catch{
	position: absolute;
	top: 7%;
	left: 0;
}
.mainEyeCatch .catch img{
	max-width: 100%;
	width: auto;
	height: auto;
}

@media screen and (max-width: 979px) {
.mainEyeCatch{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: url(../../img/toppage/bg_mainImg.jpg) no-repeat top center;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position:relative;
}
.mainEyeCatch:before {
	content:"";
	display: block;
	padding-top: 48%;
}
.mainEyeCatch .catch{
	top: 10%;
}
.mainEyeCatch .catch img{
	max-width: 80%;
	width: auto;
	height: auto;
}
}



.section{
	width: 1100px;
	margin: auto;
}
main#main{
	padding: 0;
}
.movie-btn .btnNormal.mini{
	margin: 40px 5px;
}
.movie-btn .btnNormal a{
	font-size: 14px;
}

@media screen and (max-width: 1100px){
	.section{
		width: 98%;
	}
}
/* タイトル
************************************************************************************/
.titlebox{
}
.titlebox h1{
	width: 100%;
	margin: 0 auto 30px auto;
	text-align: center;
}
.titlebox h1 img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
	.titlebox h1{
		font-size: 38px;
	}
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 480px){
}


/*topics
************************************************************************************/
.topics{
	width: 1100px;
	margin: 0 auto;
	background: #f4a975;
	height: 58px;
}
.topics .info{
	width: 930px;
	height: 58px;
	float: left;
}
.topics .info h1{
	width: 220px;
	height: 58px;
	float: left;
}
.topics .info ul.topics{
	width: auto;
	float: left;
	height: 56px;
	overflow-y: scroll;
	margin: auto auto auto 0;
}
.topics .info ul.topics li {
	display: block;
	height: 56px;
	line-height: 56px;
}
.topics .info ul.topics li span.date {
	width: 10em;
	font-weight: bold;
	display: inline-block;
	text-align: center;
}

.topics .btn{
	width: 150px;
	height: 58px;
	line-height: 58px;
	float: right;
	text-align: center;
	background: #eb6100;
}
.topics .btn a{
	padding: 0 20px;
	color: #FFF;
	text-decoration: none;
	background: url(../../img/common/ar_white.svg) no-repeat right center;
	-webkit-background-size: auto 7px;
	-moz-background-size: auto 7px;
	-o-background-size: auto 7px;
	background-size:  auto 7px;
}

@media screen and (max-width: 979px) {
.topics{
	width: 100%;
	height: auto;
}
.topics .info{
	width: auto;
	height: auto;
	float: none;
}
.topics .info h1{
	width: auto;
	height: auto;
	float: none;
	text-align: left;
}
.topics .info ul.topics{
	width: auto;
	float: none;
	height: auto;
}
.topics .info ul.topics li {
	display: block;
	height: auto;
	line-height: normal;
}
}
@media screen and (max-width: 768px){
.topics .info ul.topics li span.date {
	width: auto;
	display: block;
	text-align: left;
}
.topics .btn{
	width: 150px;
	height: 58px;
	line-height: 58px;
	margin-top: 1em;
	float: none;
	text-align: center;
	background: #eb6100;
	margin-left: auto;
}
}


/*system
************************************************************************************/
#system{
	background: url(../../img/toppage/bg_seido.png) repeat;
	width: 1100px;
	margin: 0 auto;
	padding: 80px 0;
}
#system .titlebox{
	background: url(../../img/toppage/line_left.png) no-repeat left 30px center, url(../../img/toppage/line_right.png) no-repeat right 30px center;
}


.itemBox{
	margin: 0 0 30px 0;
}
.itemBox ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
.itemBox ul li{
	width: 32%;
	display: block;
	padding: 10px;
	margin: 10px 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.itemBox .image{
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	background: #fffdde;
}
.itemBox h2{
	text-align: center;
	margin: 0 0 30px 0;
}

.itemBox .image img,
.itemBox h2 img{
	max-width: 100%;
	height: auto;
}
_:-ms-lang(x)::-ms-backdrop, .itemBox .image img,
_:-ms-lang(x)::-ms-backdrop, .itemBox h2 img{
	width: 100%;
	height: auto;
}

.itemBox .cmt{
	text-align: left;
	padding: 7px 0;
	word-break: break-all;
	word-wrap:break-word;
}


.itemBox ul li.wide{
	width: 65%;
	padding: 0;
	background: none;
	border-right: none;
	border-bottom: none;
}
.itemBox ul li.wide .inframe{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	display: table;
	border-spacing: 10px 10px;
}
.itemBox ul li.wide .inframe .image{
	text-align: center;
	margin: 0 0 0 0;
	background: #fffdde;
	display: table-cell;
	width: 310px;
	padding: 0 15px 0 0;
	vertical-align: middle;
}
.itemBox ul li.wide .inframe .cnt{
	display: table-cell;
	vertical-align: top;
}


@media screen and (max-width: 979px) { 
#system{
	background: url(../../img/toppage/bg_seido.png) repeat;
	width: 100%;
	margin: 0;
	padding: 40px 0;
}
#system .titlebox{
	background: none;
}
.itemBox ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.itemBox ul li{
	width: 49%;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
}
@media screen and (max-width: 768px){
.itemBox ul li{
	width: 49%;
}
.itemBox ul li.wide{
	width: 99%;
}
}
@media screen and (max-width: 620px) {
.itemBox ul li{
	width: 99%;
}
.itemBox ul li.wide .inframe{
	display: block;
	padding: 10px;
}

.itemBox ul li.wide .inframe .image{
	text-align: center;
	margin: 0 0 10px 0;
	background: #fffdde;
	display: block;
	width: 100%;
	padding: 0 0 0 0;
}
.itemBox ul li.wide .inframe .cnt{
	display: block;
	vertical-align: top;
}


}


/*about
************************************************************************************/
#about{
	background: #62a7e2;
	width: 1100px;
	margin: 0 auto;
	padding: 80px 0;
	color: #FFF;
}
#about .frame_white{
	margin: 0 30px 20px 30px;
	padding: 20px;
	background: #FFF;
	color: #000;
}
#about .frame_white .ttl{
	width: 100%;
	display: table;
	font-weight: bold;
}
#about .frame_white .ttl .num{
	width: 50px;
	height: 50px;
	background: #0f78d0;
	font-size:24px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	color: #FFF;
}
#about .frame_white .ttl h2{
	font-size:18px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4;
	padding-left: 15px;
}
#about .frame_white .subttl{
	font-size:16px;
	color: #ff5959;
	display: block;
	margin: 15px 0;
	font-weight: bold;
}
#about .frame_white .subttl_02{
	font-size:16px;
	background: #ff5959;
	padding: 10px 0;
	text-align: center;
	color: #FFF;
	display: block;
	margin: 15px 0;
	font-weight: bold;
}

#about .merit{
	width: 100%;
	margin: 20px 0;
}

#about .merit .box{
	width: 49%;
	margin-left: 1%;
	float: left;
	list-style-type: none;
	display:table;
}
#about .merit .box .icon{
	display: table-cell;
	vertical-align: middle;
	width: 90px;
}
#about .merit .box .list{
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width: 979px) {
#about{
	width: 100%;
}
}
@media screen and (max-width: 768px){
#about .merit .box .icon{
	vertical-align: top;
}
#about .frame_white .subttl,
#about .frame_white .subttl_02{
	padding: 10px;
}

}
@media screen and (max-width: 620px) {
#about .frame_white{
	margin: 0 0px 20px 0px;
	padding: 10px;
}
#about .merit .box{
	width: 100%;
	margin-left: 0;
	float: none;
}
#about .merit .box .icon{
	vertical-align: top;
}
}


/*common
************************************************************************************/
.text{
	padding: 10px;
	line-height: 1.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
	word-wrap:break-word;
}
.text20{
	padding: 20px;
}
.text p,
.text20 p{
	padding: 0 0 1em 0;
}
.text p:last-child,
.text20 p:last-child{
	padding: 0;
}
.text:after,
.text20:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .text,
* html .text20{
    height: 1em;
}
.text,
.text20{
    display: block;
}
*:first-child+html .text,
*:first-child+html .text20{
	zoom:1;
}



.btnNormal{
	text-align: center;
	margin: 40px auto;
	width: 600px;
}
.btnNormal.mini{
	width: auto;
	display: inline-block;
	margin: 40px 15px;
}

.btnNormal a{
	padding: 20px 50px 20px 30px;
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	background: url(../../img/common/ar_black.png) no-repeat right 15px center #fff799;
}


/*table*/
table.normal{
	width: 100%;
	margin: 20px auto;
	border-collapse:collapse;
	border: 1px solid #000;
	background: #FFF;
}

table.normal th{
	padding: 7px;
	background: #fffee9;
	color: #0f78d0;
	text-align: center;
	border: 1px solid #000;
}

table.normal td{
	padding: 7px;
	border: 1px solid #000;
	background: #FFF;
	text-align: center;
}
table.normal td.gaito{
	background: #f76f6f;
	color: #FFF;
}



.divtable{
	display: table;
	width: 100%;
}
.divtable .cell{
	display: table-cell;
}
.divtable .top{
	vertical-align: top;
}
.divtable .mddle{
	vertical-align: middle;
}


dl.normal{
	margin-bottom: 1.5em;
}
dl.normal dt{
	font-weight: bold;
}
dl.normal dd{
	margin-bottom: 0.5em;
}



.table_scroll .sp_comment{
	display: none;
}
.table_scroll .scroll_body{}


@media screen and (max-width: 620px) {
.table_scroll .sp_comment{
	display: block;
	padding: 10px;
	border: 1px solid #ededed;
	margin: 10px 0;
}
.table_scroll .sp_comment:after{
	content: "※表が見切れている場合は、横にスクロールしてご覧いただけます";
	color: #666;
	display: block;
}
.table_scroll .scroll_body{
	width: 97%;
	margin: auto;
	overflow-x: scroll;
	font-size: 14px !important;
}
.table_scroll .scroll_body table{
	width: 950px !important;
	font-size: 14px !important;
}
.table_scroll .scroll_body table th,
.table_scroll .scroll_body table td,
.table_scroll .scroll_body table.main th,
.table_scroll .scroll_body table.main td,
.table_scroll .scroll_body table.normal th,
.table_scroll .scroll_body table.normal td{
	word-break: keep-all;
	font-size: 14px !important;
}
}
@media screen and (max-width: 480px){
.btnNormal{
	width: 98%;
}

}
