@charset "utf-8";


/* desktop */

#wrap {
}

#wrap #mainImage {
	height: 200px;
	background: url(../img/moving/main_image.jpg) center top repeat-x;
}

#wrap #moving section {
	min-height: 680px;
	padding: 80px 0 0 0;
	background: url(../img/common/section_bg.png) top center no-repeat;
}

#wrap #moving section .sectionBg {
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

#wrap #moving section p {
	margin: 0 0 6px 0;
}


#wrap #moving section table {
	width: 100%;
	font-size: 1.286em;
	font-weight: bold;
	border: 2px solid #493759;
	display: table;
}

#wrap #moving section table tr.tableTop {
	background: #ead27e;
}

#wrap #moving section table.pc tr th,
#wrap #moving section table.pc tr td {
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
	border-right: 2px solid #493759;
	border-bottom: 2px solid #493759;
}

#wrap #moving section table tr th:first-child {
	height: 50px;
	text-align: left;
}

#wrap #moving section table tr td span {
	font-size: 1.857em;
	color: #b81c22;
}

#wrap #moving section table tr td:nth-child(5) {
	width: 340px;
	text-align: left;
}

#wrap #moving section .tableText {
	margin: 4px 0 0 0;
	font-size: 1.286em;
	font-weight: bold;
	text-align: right;
}

#wrap #moving section .movingBox div {
	width: 596px;
	margin: 0 20px 0 0;
	float: left;
}

#wrap #moving section .movingBox p {
	float: left;
}

#wrap #moving section table {
	width: 100%;
	border: 2px solid #493759;
	font-size: 1.286em;
	font-weight: bold;
	border: 2px solid #493759;
}

#wrap #moving section table .tableTop {
	background: #ead27e;
}

#wrap #moving section table tr th,
#wrap #moving section table tr td {
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
	border-right: 2px solid #493759;
	border-bottom: 2px solid #493759;
}

#wrap #moving section table tr th:first-child {
	height: 50px;
}

#wrap #moving section table tr td span {
	font-size: 1.857em;
	color: #b81c22;
}




/* smartphone */

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

br {
	display: none;
}

#wrap {
	background: url(../img/top/index_bg_sp01.png) center top no-repeat;
	background-size: contain;
}

#wrap #mainImageSp p img {
	vertical-align: bottom;
}

#wrap #moving section {
	padding: 20px 0 0 0;
	background: url(../img/common/section_bg_sp.png) top center no-repeat;
	background-size: contain;
	box-sizing: border-box;
}

#wrap #moving section .sectionBg {
	width: 100%;
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
}

#wrap #moving section p {
	margin: 6px 0 0 0;
}

#wrap #moving section .movingBox div {
	width: 100%;
	margin: 0;
	float: none;
}

#wrap #moving section .movingBox p {
	float: none;
}

#wrap #moving section table {
	font-size: 0.857em;
}

#wrap #moving section .tableText {
	margin: 4px 0 0 0;
	font-size: 0.786em;
	text-align: left;
}

#wrap #moving section .movingBox2 h3 {
 margin: 0 0 6px 0;
 font-size: 	1.000em;
}



}

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

}

