@charset "SHIFT_JIS";
/* CSS Document */

/*******************************
mainVisual
*******************************/
.slick-slider .slick-track, .slick-slider .slick-list {
	overflow: hidden;
}
.slick-dots {
    bottom: -22px;
}

.slick-dots li {
    margin: 0 6px;
	width: 8px;
	height: 8px;
}

.slick-dots li button {
    background: #d9d9d9;
	width: 8px;
	height: 8px;
	padding: 0 0 0;
	border-radius: 100%;
	overflow: hidden;
}

.slick-dots li.slick-active button {
    background: #094fa4;
}

.slick-dots li button::before {
    display: none;
}

.slick-slide img.sp {
	display: none;
}

/*******************************
notification
*******************************/
#notification {
	border-radius: 3px;
	margin: 4rem 0 0;
	display: table;
	width: 100%;
	border: 3px solid #094fa4;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#notification h2 {
	background: #094fa4;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0.8rem 0;
	line-height: 1.2;
	font-size: 1.2rem;
	width: 20%;
	display: table-cell;
	vertical-align: middle;
}

#notification h2 span {
	border-bottom: 2px solid #f00;
	display: inline-block;
	padding-bottom: 0.25em;
}

#notification h2::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 21px;
	background-image: url(/img/common2/arrow03.png);
	background-size: contain;
	vertical-align: middle;
	margin: -0.2em 0 0 0.4em;
}

#notification .notificationBox01{
	width: 79%;
	display: table-cell;
	vertical-align: top;
	padding: 1rem;
}

#notification .notificationBox01 ul li {
	line-height: 1.7;
}

#notification .notificationBox01 ul li:not(:last-child) {
	margin-bottom: 0.8rem;
	padding-bottom: 0.8rem;
	border-bottom: 1px dotted #ccc;
}

#notification .notificationBox01 ul li span {
	font-weight: normal;
    color: #fff;
    font-size: 0.88em;
    background: #f52c41;
    padding: 0 0.5em;
    display: inline-block;
    vertical-align: middle;
    margin: -0.15em 0 0 0.4rem;
    line-height: 1.5;
}

#notification .notificationBox01 ul li dt {
	font-weight: bold;
}

#notification .link01 {
    text-align: right;
	margin-top: 1rem;
}

#notification .link01 a {
	display: inline-block;
	text-align: center;
	background: url(/img/common2/arrow02.png) 96% 50% no-repeat;
	background-size: 5% auto;
	padding: 0 1.2rem 0 0;
}

/*******************************
information
*******************************/
#information {
	margin-top: 3rem;
}

#information h2 {
	color: #094fa4;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 1.2rem;
}

#information h2 span {
	display: inline-block;
	width: 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(#0083d3), to(#094fa4));
	background: -webkit-linear-gradient(top, #0083d3, #094fa4);
	background: linear-gradient(to bottom, #0083d3, #094fa4);
	border-radius: 3px;
	height: 1.2em;
	vertical-align: middle;
	margin: 0 0.5em 0.15em 0;
}

#information .tab {
	display: flex;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#information .tab li {
	width: 50%;
	cursor: pointer;
	color: #fff;
	background: #094fa4;
	text-align: center;
	padding: 0.9em 0;
	font-weight: bold;
	font-size: 1.15em;
}

#information .tab li div::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 6px;
	background-image: url(/img/common2/arrow05.png);
	background-size: contain;
	vertical-align: middle;
	margin: -0.2em 0.35em 0 0;
}

#information .tab li.active {
	background: #fff;
	color: #333;
}

#information .tab li.active div::before {
	background-image: url(/img/common2/arrow04.png);
}

#information .tab li span.new {
	font-weight: normal;
	color: #fff;
	font-size: 0.85em;
	background: #f52c41;
	padding: 0.2em 0.3em;
	display: inline-block;
	vertical-align: middle;
	margin: -0.15em 0 0 0.4rem;
}

#information .panel {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.5rem 0.6rem 1.2rem;
}

#information .panel .each:last-child {
	display: none;
}

#information .panel ul {
	padding: 0 0.6rem;
}

#information .panel ul.important {
	background: #eef9ff;
}

#information .panel ul li {
	padding: 1em 0;
}

#information .panel ul li:not(:last-child) {
	border-bottom: 1px dotted #ccc;
}

#information .panel ul li dl {
	display: flex;
	line-height: 1.7;
    align-items: flex-start;
}

#information .panel ul li dl .important {
    width: 17%;
    text-align: center;
    color: #fff;
    background: #094fa4;
}

#information .panel ul li dl .icon02 {
    width: 17%;
    text-align: center;
    color: #fff;
    background: #208dd0;
}

#information .panel ul li dl .icon03 {
    width: 17%;
    text-align: center;
    background: #e1f3fd;
}

#information .panel ul li dl dt {
	width: 23%;
}

#information .panel ul li dl dd {
	width: 77%;
    margin-left: 2%;
}

#information .panel ul.important li dl dd {
	display: flex;
	align-items: flex-start;
    margin-left: 2%;
}

#information .panel ul li dl dd span.new {
	font-weight: normal;
	color: #fff;
	font-size: 0.88em;
	background: #f52c41;
	padding: 0 0.5em;
	display: inline-block;
	vertical-align: middle;
	margin: -0.15em 0 0 0.4rem;
	line-height: 1.5;
}

#information .panel ul li dl dd span.important {
	font-weight: normal;
	color: #f52c41;
	font-size: 0.88em;
	background: #fff;
	padding: 0 0.5em;
	display: inline-block;
	vertical-align: middle;
	margin: 0.1em 0.4rem 0 0;
	line-height: 1.5;
	border: 2px solid #f52c41;
	width: 5em;
	text-align: center;
}

#information .panel ul li dl dd a.bdy_a_link::after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 25px;
	background-image: url(/img/common2/pdf.png);
	background-size: contain;
	vertical-align: middle;
	margin: -0.2em 0 0 0.35em;
}

#information .more {
	text-align: right;
}

#information .more a {
	display: inline-block;
	text-align: center;
	background: url(/img/common2/arrow03.png) 96% 50% no-repeat #666;
	background-size: 4% auto;
	padding: 0.5rem 1.8rem;
	color: #fff;
	text-decoration: none;
}

/*******************************
instrument
*******************************/
#instrument {
	margin-top: 3rem;
}

#instrument h2 {
	color: #094fa4;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 1.2rem;
}

#instrument h2 span {
	display: inline-block;
	width: 8px;
	background: #0083d3;
	background: -webkit-gradient(linear, left top, left bottom, from(#0083d3), to(#094fa4));
	background: -webkit-linear-gradient(top, #0083d3, #094fa4);
	background: linear-gradient(to bottom, #0083d3, #094fa4);
	border-radius: 3px;
	height: 1.2em;
	vertical-align: middle;
	margin: 0 0.5em 0.15em 0;
}

#instrument .instrumentBox01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#instrument dl {
	width: 32%;
	border: 1px solid #cccccc;
	border-radius: 3px;
}

#instrument dl:first-child,
#instrument dl:nth-child(2),
#instrument dl:nth-child(3) {
	margin-bottom: 2rem;
}

#instrument dl dt {
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #094fa4;
	font-size: 1.35em;
	padding: 0.7em 0;
}

#instrument dl dd {
	padding: 1rem 1rem 0.8rem;
}

#instrument dl dd ul li {
	margin-bottom: 0.75em;
}

#instrument dl dd ul li a {
	text-decoration: none;
	background: url(/img/common2/arrow02.png) 0 50% no-repeat;
	background-size: 0.55em auto;
	padding: 0 0 0 1.1em;
	font-size: 1.02rem;
}

/*******************************
link
*******************************/
#link {
	margin-top: 3rem;
}

#link h2 {
	color: #094fa4;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 1.2rem;
}

#link h2 span {
	display: inline-block;
	width: 8px;
	background: #0083d3;
	background: -webkit-gradient(linear, left top, left bottom, from(#0083d3), to(#094fa4));
	background: -webkit-linear-gradient(top, #0083d3, #094fa4);
	background: linear-gradient(to bottom, #0083d3, #094fa4);
	border-radius: 3px;
	height: 1.2em;
	vertical-align: middle;
	margin: 0 0.5em 0.15em 0;
}

#link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#link ul li {
	width: 234px;
	margin-bottom: 1rem;
    margin-right: 7px;
}

#link ul li a {
	display: block;
}











