@charset "UTF-8";


/* -- Overwrite
-------------------------------------------------------------------------------- */
a:hover, a:active, a:focus {
	text-decoration: none;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#module_breadcrumbs ol,
.sp_nav .search {
	display: none;
}
.global_header .site_id {
	margin: 16px 0 0 10px;
	width: 210px;
	height: 40px;
}
.global_header .site_id a {
	background: none;
	text-indent: 0;
	height: 28px;
}
.global_header .site_id a:focus {
	outline: 1px solid #c00!important;
}
.global_footer {
	margin-top: 0;
}
.global_footer .logo_group img {
	height: 37px;
}
.global_footer .function_nav .icon_blank {
	height: 11px;
}
br.pc,
.pc::after {
	display: none;
}



/* -- Link
-------------------------------------------------------------------------------- */
a:link,
a:visited {
	color: #333;
	outline: none;
}
a:focus,
input:focus {
	outline: 1px solid #c00;
}
a:active {
	outline: none;
}
a.btn {
	font-size: 14px;
	line-height: 22px;
	color: #FFF;
	background: #000;
	text-align: center;
	display: block;
	padding: 14px 0;
	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%;
}



/* -- Layout
-------------------------------------------------------------------------------- */
article {
	color: #202020;
	overflow: hidden;
}
article > div,
article > section {
	font-size: 16px;
	line-height: 1.75;
	padding: 0 20px;
	position: relative;
}
.wide-bg {
	background: #ededed;
	padding: 35px 20px;
}
.wide-bg:first-of-type { padding-top: 35px; }
.wide-bg:last-of-type { padding-bottom: 35px; }
.wide-bg + .wide-bg {
	padding-top: 0;
}

/* -- Footer link -- */
.foot-nav {
	background: #494949;
	padding: 40px 20px 15px;
}
.foot-nav ul li {
	display: block;
}
.foot-nav > ul > li {
	margin-bottom: 25px;
}
.foot-nav ul li a {
	font-size: 14px;
	color: #FFF;
	background: #303030;
	display: block;
	padding: 13px 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: -2px;
	position: absolute;
	top: 50%;
	right: 10px;
}
.foot-nav ul li ul li {
	display: block;
	min-width: 0;
	padding: 0;
}
.foot-nav ul li ul li a {
	font-size: 13px;
	color: #c0bfbf;
	background: none;
	padding: 9px 20px;
	border-bottom: solid 1px #686868;
	position: relative;
}
.foot-nav ul li ul li a::before {
	background: #FFF;
	width: 5px;
	height: 1px;
	left: 4px;
	top: 50%;
}
.foot-nav ul li .sublink li a {
	font-size: 14px;
	color: #FFF;
	background: #303030;
	display: block;
		margin-top: 25px;
	padding: 13px 12px;
	position: relative;
}
.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;
}

/* -- Footer contact -- */
.foot-contact {
	text-align: center;
	padding: 30px 20px!important;
}
.foot-contact h2 {
	font: 500 20px/1 'Alegreya Sans SC', sans-serif;
	color: #000;
	margin-bottom: 17px;
}
.foot-contact ul li {
	font-size: 13px;
	display: block;
	padding: 0 0 10px;
}
/*201810 add*/
.foot-contact ul li a {
  padding-left: 20px;
  padding-right: 20px;
}
.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 {
	line-height: 23px;
	text-align: center;
}
.pagetop a {
	display: block;
	padding: 5px 0;
	border-top: solid 1px #e3e3e3;
}
.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 {
	background: #ededed;
	margin: 32px 20px 0;
	padding: 5px;
	position: relative;
	z-index: 8;
}
.cate-nav ul {
	background: #fff;
	display: block;
	width: 270px;
	width: calc(100% - 10px);
	position: absolute;
	left: 5px;
	top: 35px;
	overflow: hidden;
	transition: all 0.5s ease;
}
.cate-nav ul.open { height: auto; }
.cate-nav li {
	visibility: hidden;
}
.cate-nav ul.open li {
	visibility: visible;
	
}
.cate-nav button {
	display: block;
	width: 100%;
}
.cate-nav li a,
.cate-nav button {
	font-size: 12px;
	line-height: 19px;
	background: #fff;
	text-align: center;
	display: block;
	padding: 5px 0;
	border: solid 1px #fff;
	position: relative;
}
.cate-nav li a:focus,
.cate-nav button:focus {
	border: solid 1px #c00;
	outline: none;
}
.cate-nav button::after {
	content: "";
	display: block;
	width: 1px;
	height: 1px;
	border-top: solid 6px #524d4d;
	border-left: solid 4px transparent;
	border-right: solid 4px transparent;
	position: absolute;
	right: 14px;
	bottom: 10px;
	transition: all 0.5s ease;
}
.cate-nav button.active::after {
	transform: rotateX(180deg);
}

/* -- Title -- */
.main-title {
	font-size: 30px;
	line-height: 1.25;
	font-weight: bold;
	color: #000;
	display: block;
	margin: 35px 20px 25px;
}
.main-title span {
	font-size: 13px;
	font-weight: normal;
	display: block;
	margin-bottom: 8px;
}
.sub-title {
	font-size: 25px;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 25px;
	margin-bottom: 15px;
}
.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 5px;
	border-top: solid 1px #bbb;
}
.line-title span {
	font-size: 25px;
	line-height: 1;
	font-weight: bold;
	background: #ededed;
	display: inline-block;
	padding-right: 10px;
	position: relative;
	top: -0.5em;
}

/* -- Link block -- */
ul.img-link {
	margin-left: 10px;
}
ul.img-link li {
	display: block;
	margin-bottom: 30px;
	border: solid 1px #e60000;
	height: 0;
	padding-top: 61.85%;
	position: relative;
}
ul.img-link a {
	font-size: 16px;
	line-height: 1.4;
	color: #202020;
	background-size: cover;
	display: block;
	width: 100%;
	height: 100%;
	padding: 28% 0 0 20px;
	box-sizing: border-box;
	position: absolute;
	left: -10px;
	top: -10px;
	text-shadow: 1px 1px 3px #fff, -1px 1px 3px #fff, 1px -1px 3px #fff, -1px -1px 3px #fff;
}
ul.img-link a::after,
ul.icon-link li a::after {
	content: "";
	background: url(/images/arw_btn4.png) no-repeat right bottom;
	line-height: 0;
	display: block;
	height: 7px;
	width: 25px;
	margin: 5px 0 0;
}
ul.icon-link {
	display: block;
}
ul.icon-link li {
	width: auto;
	margin: 0 0 20px;
}
ul.icon-link li a {
	font-size: 14px;
	line-height: 1;
	color: #FFF;
	text-align: center;
	display: block;
	height: 52px;
	border: solid 1px #FFF;
}
ul.icon-link li a::after {
	margin: 10px auto 0;
}

/* -- Text based -- */
.text-base p {
	line-height: 1.75;
	margin-bottom: 30px;
}
.text-base p:last-child {
	margin-bottom: 0;
}
.text-base ul.num {
	line-height: 1.75;
	counter-reset: num;
	margin-bottom: 30px;
}
.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: 35px 20px;
	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 dt {
	color: #FFF;
	background: #494949;
	text-align: center;
	padding: 7px 0;
	margin-top: 5px;
}
.outline dd {
	background: #FFF;
	padding: 12px 15px 8px;
}
.outline dd i {
	font-style: normal;
}
table.list {
	font-size: 14px;
	background: #FFF;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.list th,
table.list td {
	vertical-align: top;
	padding: 15px;
	border-top: 4px solid #EDEDED;
}
table.list th {
	font-weight: bold;
	white-space: nowrap;
	padding-right: 0;
}
.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: -19px;
    top: 5px;
}

.pc {
	display: none;
}

.sp {
	display: block;
}