@charset "UTF-8";

/*============================
#contents
============================*/
@media screen and (min-width: 840px) {

#index_bg {
	position: relative;
	padding-top: 150px;
	width: 100%;
	height:496px;
}
#index_bg img{
	width: 100%;
	height:496px;
	object-fit: cover;
}

#index_content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.index_title{
	padding-top: 500px;
	padding-bottom: 50px;
}


.tab01 {
	width: 900px;
	margin: 0 auto 50px auto;
}
.table_bg01{
	width:100%;
	border-bottom: dotted 1px #999;
}
.tab01 .table_bg01 th{
    padding: 25px;
    width: 220px;
}
.tab01 .table_bg01 td{
    padding: 25px;
    font-size:1.2em;
}
.tab02 .table_bg01 th{
    padding: 50px;
    width: 120px;
}
.tab02 .table_bg01 td{
    padding: 50px;
}
.table_bg01 th span{
	display: inline-block;
	width:100px;
	height: 20px;
    background-color: #254c9c;
    border-radius: 8px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    margin-left: 40px;
}
.index_box {
	padding-bottom:20px;
}
.index_box li {
	box-shadow: 0 0 8px gray;
	margin:6px;
}
.index_box li a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.index_box02 li {
	color:#474747;
	width: 295px;
	font-weight:700;
	font-size:14px;
	line-height: 24px;
	margin-left: 5px;
}


}


@media screen and (max-width: 840px) {

#index_bg {
	position: relative;
	padding-top: 80px;
	width: 100%;
	height:230px;
}
#index_bg img{
	width: 100%;
	height:230px;
object-fit: cover;
}

#index_content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#contents{
	width: 100％;
	overflow: hidden;
	padding-top: 20px;
}

.index_title{
	padding-top: 300px;
	width:95%;
	margin:0 auto;
}

.tab01 {
	width: 95%;
	margin: 0 auto 50px auto;
}
.table_bg01{
	width:100%;
	border-bottom: dotted 1px #999;
}
.tab01 .table_bg01 th{
    padding: 15px 15px 0px 15px;
    width: 100%;
    display: block;
}
.tab01 .table_bg01 td{
    padding: 10px 15px 15px 15px;
    font-size:1.2em;
    display: block;
}
.tab02 .table_bg01 th{
    padding: 50px;
    width: 100%;
    display: block;
}
.tab02 .table_bg01 td{
    padding: 50px;
}
.table_bg01 th span{
	display: inline-block;
	width:50px;
	height: 15px;
    background-color: #254c9c;
    border-radius: 8px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 15px;
    margin-left: 20px;
}
.index_box {
	padding-bottom:20px;
}
.index_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_box li {
	width:90%;
	box-shadow: 0 0 8px gray;
	margin:0px auto 15px auto;
}
.index_box li a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.index_box02 li {
	color:#474747;
	width: 295px;
	font-weight:700;
	font-size:14px;
	line-height: 24px;
	margin-left: 5px;
}

.title_sp{
	width:95%;
	height: 58px;
	background: url(../images/common/sp_title01_bg.jpg) no-repeat center left #722843;
	font-size: 2em;
	color:#fff;
	line-height:58px;
	padding-left:5%;
}
}