
* {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	color: black;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 16px;
	font-weight: 500;
	min-width: 1240px;
	-webkit-text-size-adjust: none;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4 {
	text-align: center;
}

h2.title,
h2.title-w {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	display: inline-block;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: .1em;
	margin-bottom: 10px;
	padding: 5px;
}

h2.title-w {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	color: white;
}

h3.subtitle,
h3.subtitle-w {
	display: block;
	font-size: 18px;
	padding: 20px 0;
}

h3.subtitle-w {
	color: white;
}

p {
	line-height: 2em;
	margin: 20px 0;
	text-align: justify;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

sup,
sub {
	font-size: 12px;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: black;
	overflow: hidden;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

a:hover,
input.submit:hover {
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	     opacity: .60;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

span.link-btn a,
span.link-btn,
a.link-btn {
	background: white url(images/link_btn.svg) no-repeat right 15px center;
	background-size: 8px;
	border: 1px solid black;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4em;
	margin: 0 auto;
	padding: 10px 100px 10px 90px;
	text-align: center;
	text-decoration: none;
}

a.link-btn-line {
	background: url(images/link_btn.svg) no-repeat right 15px center,
	url(images/footersns_line.svg) no-repeat left 20px center,
	linear-gradient(110deg, rgba(0,159,141,1), rgba(10,41,101,1));
	background-size: 12px,
	30px,
	100%;
	border-radius: 5px;
	color: white;
	display: inline-block;
	font-weight: 600;
	margin: 0 auto;
	padding: 5px 50px 5px 70px;
	text-align: center;
	text-decoration: none;
}

span.link-btn a:hover,
a.link-btn:hover,
div.page span.next a:hover,
div.page a.next:hover {
	background-position: right 10px center,
	100%;
	background-size: 12px,
	100%;
}

span.link-btn-prev a,
a.link-btn-prev,
div.page span.prev a,
div.page a.prev {
	background: white url(images/link_btn_prev.svg) no-repeat left 15px center;
	background-size: 12px, 100%;
	border: 1px solid #092d67;
	border-radius: 5px;
	color: #092d67;
	display: inline-block;
	font-weight: 600;
	margin: 0 auto;
	padding: 8px 50px 8px 60px;
	text-align: center;
	text-decoration: none;
}

span.link-btn-prev a:hover,
a.link-btn-prev:hover,
div.page span.prev a:hover,
div.page a.prev:hover {
	background-position: left 10px center,
	100%;
	background-size: 12px,
	100%;
}

img {
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
	text-align: justify;
}

sup {
	line-height: 1em;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.green {
	color: #006600;
}

span.orange {
	color: #ff7d00;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

span.img-right {
	float: right;
	margin: 5px 0 5px 20px;
}

span.img-left {
	float: left;
	margin: 5px 20px 5px 0;
}

span.marker,
strong.marker {
	background: url(images/marker.gif) repeat-x center bottom;
	color: #0a2965;
	line-height: 2.0em;
	padding: 0 5px;
}

ul.list,
div.body ul {
	line-height: 1.5em;
}

ul.list li,
div.body ul li {
	background: url(images/ul_list_li.svg) no-repeat left top 10px;
	background-size: 4px;
	display: block;
	padding: 3px 0 3px 11px;
}

ul.list li ul.notelist li {
	background-image: none;
	border: none;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 1.3em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0;
	text-align: justify;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .2em;
}

div.line {
	background: linear-gradient(to right, rgba(0,159,141,1), rgba(10,41,101,1));
	clear: both;
	display: block;
	font-size: 5px;
	height: 1px;
	text-indent: -2000em;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/

.animation {
	opacity: 0;
	transform: translateY(80px);
	transition: 1s;
	visibility: hidden;
}

.active {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}


.accordiontext {
	display: block;
	height: 100%;
	margin: 0 auto;
}

.hide-text {
	display: none;
}

button.readmore {
	background: white;
	border: 1px solid black;
	cursor: pointer;
	display: block;
	padding: 8px 30px;
	text-align: center;
	transition: .2s;
	width: 200px;
}

button.readmore::after,
div.history div.show_more::after {
	color: black;
	content: "+　続きを読む";
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 15px;
}

button.readmore:hover::after {
	top: 40px;
}

button.readmore.open::after,
div.history div.show_more.end::after {
	color: black;
	content: "-　閉じる";
}

/***********************************************************************/

header {
	align-items: center;
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .2);
	display: flex;
	justify-content: space-between;
	padding: 18px 30px;
}

header h1 {
	align-items: center;
	display: flex;
}

header h1 em {
	font-size: 14px;
	padding-left: 5px;
}

header ul {
	align-items: center;
	display: flex;
}

header ul li:first-child {
	border-right: 1px solid black;
	margin-right: 40px;
	padding-right: 10px;
}

header ul li a {
	align-items: center;
	display: flex;
	padding-right: 15px;
	text-decoration: none;
}

header ul li:first-child a {
	background-position: right 2px top 8px;
}

header ul li a em {
	font-size: 14px;
	padding-left: 15px;
}

footer {
	text-align: center;
}

footer h3 {
	padding: 60px 0 20px 0 ;
}

footer h3 a {
	text-decoration: none;
}

footer p#epilogue {
	font-size: 15px;
	font-weight: 300;
	margin: 15px 0;
	text-align: center;
}

footer #skbanner {
	margin: 0 10px;
	padding-top: 40px ;
	text-align: center;
}

footer #skbanner a img {
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .4);
}

footer h4 {
	padding: 70px 0 30px 0;
}

#pagetop {
	bottom: 25px;
	position: fixed;
	right: 25px;
}

#pagetop a {
	background: url(images/pagetop.svg) no-repeat center center, linear-gradient(#888888, #000000);
	background-size: 20px, 100%;
	border: 1px solid white;
	display: block;
	height: 45px;
	width: 45px;
}

p#copyright {
	background: black;
	color: white;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 11px;
	font-weight: 300;
	margin: 0;
	text-align: center;
}