@charset "UTF-8";
/* =====================
  setting
===================== */
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
a {
	text-decoration: none;
	opacity: 1;
	transition: .3s;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
a:hover {
	opacity: .6;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}
input[type="submit"] {
  -webkit-appearance: none;
}
/* 
  table
-------------------------- */
table {
	width: 100%;
}
.table_style1 tr {
	font-size: 16px;
	width: 100%;
	line-height: 2;
}
.table_style1 tr:nth-of-type(odd) {
	background: #f2f2f2;
}
.table_style1 tr:nth-of-type(even) {
	background: #fff;
}
.table_style1 th {
	font-weight: bold;
	width: 22%;
	text-align: left;
	padding: 30px 0 30px 70px;
	box-sizing: border-box;
	vertical-align: top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.table_style1 td {/* width: 78%; */
	padding: 30px 30px 30px 70px;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	overflow: hidden;
}
.table_style1 td span {
	display: block;
	float: left;
	padding: 0 0 0 10px;
}
.table_style1 td span:before {
	content: "●";
	display: block;
	color: #ef8200;
	float: left;
	margin: 0 5px 0 -18px;
	font-size: 13px;
	padding: 5px 0 0 0;
}
.table_style1 td a {
	display: inline-block;
	color: #e50011;
	text-decoration: underline;
}
.pc {
	display: block;
}
.tab {
	display: none;
}
.sp {
	display: none;
}
@media only screen and (max-width: 800px) {
.pc {
	display: none;
}
.tab {
	display: block;
}
.sp {
	display: none;
}
}
@media only screen and (max-width: 640px) {
.pc {
	display: none;
}
.tab {
	display: none;
}
.sp {
	display: block;
}
}
.wrap {
	overflow: hidden;
	background: #D53E2F;
}
/* =====================
  header
===================== */
header {
	width: 100%;
}
@media only screen and (max-width: 640px) {
}
/* =====================
  page
===================== */
.contain.page {
	margin: 0;
}
/* =====================
  footer
===================== */
footer {
	background: #D53E2F;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
footer .footer_box {
	width: 1000px;
	margin: 0 auto;
}
footer .footer_box .f_logo {
	float: left;
	max-width: 189px;
	margin: 15px 0 10px 0;
}
footer .footer_box ul {
	float: right;
	margin: 42px 0 0 0;
}
footer .footer_box ul li {
	display: inline-block;
}
footer .footer_box ul li {
	display: inline-block;
	margin: 0 auto 30px;
	background: #D53E2F;
	color: #FFF;
	padding: 0 0 0 45px;
	font-size: 22px;
	border-radius: 10px;
	border-color: initial;
	position: relative;
	webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
}
footer .footer_box ul li:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 19px;
	width: 13px;
	height: 13px;
	margin-top: -6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #fff;
	z-index: 1;
}
footer .footer_box ul li:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 24px;
	width: 0;
	height: 0;
	margin-top: -3px;
	border: 4px solid transparent;
	border-left: 5px solid #D53E2F;
	z-index: 1;
}
footer .footer_box ul li a {
	color: #FFF;
	font-size: 14px;
}
footer .footer_box .copy {
	text-align: center;
	clear: both;
	font-size: 14px;
	padding: 10px 0 30px 0;
	color: #FFF;
}
footer .footer_box li {
	margin: 0 20px 0 0;
}
footer .footer_box li:last-child {
	margin: 0 0 0 0;
}
@media only screen and (max-width: 768px) {
footer .footer_box {
	width: inherit;
	margin: 0 auto;
	padding: 0 20px;
}
footer .footer_box .f_logo {
	float: inherit;
	max-width: 189px;
	margin: 15px 0 10px 0;
}
footer .footer_box ul {
	float: inherit;
	margin: 22px 0 10px 0;
}
footer .footer_box ul li {
	display: block;
	margin: 0 auto 10px;
	background: #D53E2F;
	color: #FFF;
	padding: 0 0 0 45px;
	font-size: 22px;
	border-radius: 10px;
	border-color: initial;
	position: relative;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
}
