@charset "UTF-8";


/* -- Overwrite
-------------------------------------------------------------------------------- */
html, body { min-width: 980px; }
input {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
#skipnav_main {
	font-size: 14px;
	line-height: 2;
	color: #fff;
	background-color:#595959;
	text-align:center;
	display: block;
	height: 0;
	position: relative;
	overflow: hidden;
}
#skipnav_main:focus {
	height: 2em;
}
#module_breadcrumbs ol {
	font-size: 75%;
	line-height: 1.25;
}
#module_breadcrumbs ol li {
	padding: 0 0 1px 15px;
	background: url(../shared_resp/img/module/arw.gif) no-repeat 4px 0.3em;
	float: left;
}
#module_breadcrumbs ol li.first {
	padding: 0;
	background-image: none;
}
br.sp {
	display: none;
}



/* -- Link
-------------------------------------------------------------------------------- */
a:link,
a:visited {
	color: #333;
	outline: none;
}
a:focus {
	outline: 1px solid #c00;
}
a:active {
	outline: none;
}
article a,
.cate-nav a {
	transition: all 0.3s ease;
}
article a:not(.btn):hover,
article a:not(.btn):focus {
	color: #c00;
	text-decoration: none;
}
a.btn {
	font-size: 87.5%;
	color: #FFF;
	background: #000;
	text-align: center;
	display: block;
	width: 270px;
	height: 50px;
	padding-top: 16px;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}
a.btn::before {
	content: "";
	background: url(../images/arw_btn1.png) no-repeat;
	display: block;
	width: 23px;
	height: 9px;
	margin-top: -5px;
	position: absolute;
	right: 12px;
	top: 50%;
}
a.btn:hover,
a.btn:focus {
	background: #e60000;
	text-decoration: none;
}



/* -- Layout
-------------------------------------------------------------------------------- */
article {
	color: #202020;
	overflow: hidden;
}
article > div,
article > section {
	width: 980px;
	margin: auto;
	position: relative;
}
.wide-bg {
	padding-top: 60px;
}
.wide-bg:first-of-type { padding-top: 80px; }
.wide-bg:last-of-type { padding-bottom: 80px; }
div.wide-bg { padding: 80px 0; }
.wide-bg::before {
	content: "";
	background: #ededed;
	display: block;
	width: 300%;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
}
.wide-bg > * {
	position: relative;
}

/* -- Footer link -- */
.foot-nav {
	background: #494949;
	padding: 38px 0;
}
.foot-nav ul {
	line-height: 1;
	display: table;
	margin: auto;
	max-width: 980px;
}
.foot-nav ul li {
	display: table-cell;
	min-width: 180px;
	padding: 0 10px;
}
.foot-nav ul li:first-child {
    padding-left: 0;
}
.foot-nav ul li:last-child {
    padding-right: 0;
}
.foot-nav ul li a {
	color: #FFF;
	background: #303030;
	display: block;
	padding: 7px 12px;
	position: relative;
}
.foot-nav ul li a::before {
	content: "";
	background: url(../images/arw_btn3.png) no-repeat;
	display: block;
	height: 5px;
	width: 12px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 10px;
}
.foot-nav ul li a:hover,
.foot-nav ul li a:focus {
	color: #fff;
	background: #e60000;
}
.foot-nav ul li ul {
	display: block;
	padding-top: 7px;
}
.foot-nav ul li ul li {
	display: block;
	min-width: 0;
	padding: 0;
}
.foot-nav ul li ul li a {
	font-size: 92.8%;
	color: #c0bfbf;
	background: none;
	padding: 7px 0 7px 20px;
	position: relative;
	line-height: 1.5;
}
.foot-nav ul li ul li a::before {
	background: #FFF;
	width: 5px;
	height: 1px;
	left: 4px;
	top: 50%;
}
.foot-nav ul li ul li a:hover,
.foot-nav ul li ul li a:focus {
	background: none;
	text-decoration: underline;
}
.foot-nav ul li:nth-child(1) ul {
	vertical-align: top;
	display: inline-block;
}
.foot-nav ul li:nth-child(1) ul:first-of-type {
	padding-right: 20px;
}
.foot-nav ul li:nth-child(1) ul:last-of-type {
	padding-top: 0;
}
.foot-nav ul li .sublink li a {
	color: #FFF;
	background: #303030;
	display: block;
	margin-top: 10px;
	padding: 7px 12px;
	position: relative;
	line-height: 1.1;
}
.foot-nav ul li .sublink li a::before {
  	background: none;
}
.foot-nav ul li .sublink li a::after {
	content: "";
	background: url(../images/arw_btn3.png) no-repeat;
	display: block;
	height: 5px;
	width: 12px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 10px;
}
.foot-nav ul li .sublink li a:hover,
.foot-nav ul li .sublink li a:focus {
	color: #fff;
	background: #e60000;
}

/* -- Footer contact -- */
.foot-contact {
	text-align: center;
	padding: 60px 0;
}
.foot-contact h2 {
	font: 500 150%/1 'Alegreya Sans SC', sans-serif;
	color: #000;
	margin-bottom: 20px;
}
.foot-contact ul {
	display: table;
	margin: auto;
}
.foot-contact ul li {
	font-size: 87.5%;
	display: table-cell;
	padding: 0 10px;
}
/*201810 add*/
.foot-contact ul li a img {
  width: 12px;
  height: 11px;
  padding-left: 10px;
}
.foot-contact ul li a.btn::before {
  content:none;
}
/*201810 add*/

.pagetop {
	font-size: 75%;
	line-height: 20px;
	text-align: right;
	width: 980px;
	margin: auto;
}
.pagetop a {
	display: inline-block;
	padding: 5px 0;
}
.pagetop a::before {
	content: "";
	vertical-align: baseline;
	display: inline-block;
	margin-right: 13px;
	width: 1px;
	height: 1px;
	border-left: solid 3px #fff;
	border-right: solid 3px #fff;
	border-bottom: solid 7px #e40b18;
}

/* -- Category navi -- */
.cate-nav {
	margin-top: 28px;
}
.cate-nav ul {
	display: table;
	table-layout: fixed;
	width: 980px;
	margin: auto;
}
.cate-nav li {
	vertical-align: top;
	display: table-cell;
	height: 43px;
	padding: 0 1px;
}
.cate-nav li a {
	font-size: 75%;
	line-height: 1.25;
	color: #646464;
	background: #EDEDED;
	text-align: center;
	display: block;
	padding: 15px 0 0;
	height: 43px;
	box-sizing: border-box;
}
.cate-nav li a:hover,
.cate-nav li a:focus {
	color: #fff;
	background: #e60000;
	text-decoration: none;
}
.cate-nav li.line2 a { padding-top: 8px; }
.cate-nav li a[aria-current] { border-bottom: 3px solid #F3140E; }
.cate-nav button {
	display: none;
}

/* -- Title -- */
.main-title {
	font-size: 287.5%;
	line-height: 1;
	font-weight: bold;
	color: #000;
	display: block;
	width: 980px;
	margin: auto;
	padding: 80px 0 60px;
}
.main-title span {
	font-size: 47.8%;
	font-weight: normal;
	display: block;
	margin-bottom: 12px;
}
.sub-title {
	font-size: 187.5%;
	line-height: 1;
	font-weight: bold;
	display: block;
	padding-left: 25px;
	margin-bottom: 25px;
}
.sub-title::before {
	content: "";
	background: #DE2C2C;
	display: inline-block;
	vertical-align: 5px;
	height: 7px;
	width: 7px;
	border-right: 5px solid #282828;
	border-bottom: 5px solid #282828;
	margin: 0 17px 0 -25px;
}
.line-title {
	margin: 15px 0 25px;
	border-top: solid 1px #bbb;
}
.line-title span {
	font-size: 187.5%;
	line-height: 1;
	font-weight: bold;
	background: #ededed;
	display: inline-block;
	padding-right: 30px;
	position: relative;
	top: -0.5em;
}

/* -- Link block -- */
ul.img-link {
	display: block;
	width: 966px;
	margin: 0 0 40px 14px;
}
ul.img-link::after {
	content: "";
	display: block;
	clear: both;
}
ul.img-link li {
	float: left;
	display: block;
	border: solid 1px #e60000;
	width: 455px;
	height: 283px;
}
ul.img-link li:nth-child(n+3) { margin-top: 45px; }
ul.img-link li:nth-child(odd) { margin-right: 52px; }
ul.img-link a {
	font-size: 150%;
	line-height: 1.375;
	color: #202020;
	display: block;
	width: 100%;
	height: 100%;
	padding: 120px 0 0 32px;
	box-sizing: border-box;
	position: relative;
	left: -15px;
	top: -15px;
}
ul.img-link a::after {
	content: url(/images/arw_btn4.png);
	line-height: 0;
	display: block;
	margin-top: 10px;
}
ul.img-link a:hover,
ul.img-link a:focus {
	color: #202020;
	left: 0;
	top: 0;
}
ul.icon-link {
	display: table;
	width: 100%;
}
ul.icon-link li {
	display: table-cell;
}
ul.icon-link li:first-child { padding-left: 0; }
ul.icon-link li a {
	font-size: 87.5%;
	color: #FFF;
	text-align: center;
	display: block;
	height: 82px;
	border: solid 1px #FFF;
}
ul.icon-link li a::after {
	content: url(/images/arw_btn4.png);
	line-height: 0;
	display: block;
	margin-top: 15px;
}
ul.icon-link li a:hover,
ul.icon-link li a:focus {
	color: #fff;
	background-color: #e60000!important;
}
ul.icon-link li a:hover::after,
ul.icon-link li a:focus::after {
	content: url(/images/arw_btn2.png);
}

/* -- Text based -- */
.text-base p {
	line-height: 1.75;
	margin-bottom: 50px;
}
.text-base p:last-child {
	margin-bottom: 0;
}
.text-base ul.num {
	line-height: 1.75;
	counter-reset: num;
	margin: 0 0 50px;
	list-style: none;
}
.text-base ul.num li {
	margin-left: 2.7em;
}
.text-base ul.num li::before {
	counter-increment: num;
	content: "（"counter(num)"）";
	display:inline-block;
	float: left;
	width: 2.7em;
	margin-left: -2.7em;
}
.text-base ul.disc {
	line-height: 1.75;
	counter-reset: none;
	list-style: disc;
	margin-bottom: 5px;
	margin-left: -1.5em;
}
.text-base ul.disc li::before {
	counter-increment: none;
	content: none;
	display:inline-block;
	float: left;
	width: 2.7em;
	margin-left: -2.7em;
}
.text-base div {
	background: #FFF;
	padding: 45px 60px;
	position: relative;
}
.text-base div p {
	margin: 0;
}
.text-base div + .sub-title {
	margin-top: 50px;
}
.text-base a.btn {
	margin: 0;
}
.declaration {
	text-align: right;
}

/* -- Table -- */
.outline {
	background: #494949;
	margin-top: -4px;
}
.outline dt,
.outline dd {
	border-top: solid 4px #ededed;
}
.outline dt {
	color: #FFF;
	padding: 16px 48px 16px 32px;
	width: 80px;
	height: 24px;
}
.outline dd {
	background: #FFF;
	padding: 16px 16px 16px 38px;
	margin: -60px 0 0 160px;
}
.outline dd i {
	font-style: normal;
}
table.list {
	background: #FFF;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.list th,
table.list td {
	vertical-align: top;
	padding: 15px 30px;
	border-top: 4px solid #EDEDED;
}
table.list th {
	font-weight: bold;
	width: 160px;
}
table.list th br {
	display: none;
}
.foot-nav ul li ul li a span{
	position: relative;
}
.foot-nav ul li ul li a.target span:after{
	content: "";
	background: url("/shared_sp/img/icon_blank_s.png")no-repeat;
	background-size: contain;
	width: 12px;
    height: 11px;
    position: absolute;
    right: -18px;
    top: 4px;

}

.sp {
	display: none;
}