@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url("font-awesome.min.css");

/*
	Big Picture by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "a-otf-ryumin-pr6n", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;

}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

body {
	-webkit-text-size-adjust: none;
}

/* Box Model */

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Containers */

.container {
	margin-left: auto;
	margin-right: auto;
}

.container.\31 25\25 {
	width: 100%;
	max-width: 1800px;
	min-width: 1440px;
}

.container.\37 5\25 {
	width: 1080px;
}

.container.\35 0\25 {
	width: 720px;
}

.container.\32 5\25 {
	width: 360px;
}

.container {
	width: 1440px;
}


/* Basic */

@-ms-viewport {
	width: device-width;
}

html {
	height: 100%;
}

body {
	background: #fff;
	height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 18pt;
	line-height: 1.75em;
	color: #39454b;
	letter-spacing: 0.5px;
}

body.is-loading *,
body.is-resizing * {
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

input,
textarea,
select {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 18pt;
	line-height: 1.75em;
	color: #39454b;
	letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 900;
	color: #000;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

h2 {
	font-size: 2.25em;
	letter-spacing: -2px;
	line-height: 1.25em;
}

strong,
b {
	font-weight: 900;
	color: inherit;
}

em,
i {
	font-style: italic;
}

a {
	-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	color: #98c593;
}

sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}

sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}

hr {
	border: 0;
	border-top: solid 1px #ddd;
}

blockquote {
	border-left: solid 0.5em #ddd;
	padding: 1em 0 1em 2em;
	font-style: italic;
}

/*　2025.7.17　*/
/* p,
ul,
ol,
dl,
table {
	margin-bottom: 1em;
} */

header {
	margin-bottom: 1em;
}

header p {
	display: block;
	margin: 1em 0 0 0;
	padding: 0 0 0.5em 0;
}

footer {
	margin-top: 2em;
}

br.clear {
	clear: both;
}

/* Sections/Article */

section,
article {
	margin-bottom: 3em;
}

section> :last-child,
article> :last-child,
section>.content> :last-child,
article>.content> :last-child,
section:last-child,
article:last-child {
	margin-bottom: 0;
}

.row>section,
.row>article {
	margin-bottom: 0;
}



ul.menu {
	cursor: default;
}

ul.menu li {
	display: inline-block;
	line-height: 1em;
	border-left: solid 1px rgba(145, 146, 147, 0.25);
	padding: 0 0 0 0.5em;
	margin: 0 0 0 0.5em;
}

ul.menu li:first-child {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}

ul.actions {
	cursor: default;
}

ul.actions li {
	display: inline-block;
	margin: 0 0 0 0.5em;
}

ul.actions li:first-child {
	margin-left: 0;
}

ol.default {
	list-style: decimal;
	padding-left: 1.25em;
}

ol.default li {
	padding-left: 0.25em;
}



/* Box */

.box {
	background: #fff;
	color: #39454b;
	/* padding: 2em; */   /*2025.7.17 padding なし*/
}

.box.style2 {
	padding: 3.5em 2.5em 3.5em 2.5em;
	background-color: rgba(255, 255, 255, 0.7);
}

/* Main */

.main {
	position: relative;
	margin: 0;
	overflow-x: hidden;
}

.main.fullscreen {
	height: 100%;
}


.main.style3 {
	text-align: center;
	padding: 6em 0 6em 0;
}

.main.style3 .content>header {
	margin-bottom: 2em;
}

.main.style3.primary {
	background: #fff;
}

.main.style3.secondary {
	background: #f5f6f7;
}

/* Icons */

.icon {
	text-decoration: none;
}

.icon:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1.25em;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon>.label {
	display: none;
}

/* Header */

#header {
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, 0.95);
	height: 3em;
	line-height: 3em;
	box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
}

body {
	padding-top: 3em;
}

#logo {
	position: absolute;
	left: 0.5em;
	top: 0;
	height: 3em;
	line-height: 3em;
	letter-spacing: -1px;
	background: url("../../images/logo1.png") left center no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#logo a {
	font-size: 1.25em;
}

.accordion p {
	display: none;
}

#nav {
	position: absolute;
	right: 0.5em;
	top: 0;
	height: 3em;
	line-height: 3em;
}

#nav ul {
	margin: 0;
}

#nav ul li {
	display: inline-block;
	margin-left: 0.1em;
	font-size: 0.8em;
	padding:12px;
}

#nav ul li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	line-height: 100%;
	padding: 0 0.3em 0 0.3em;
	outline: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

#nav ul li a:hover {
	color: #bead6e;
}

#nav ul li a span {
	display: block;
	font-size: 80%;
	line-height: 150%;
	color: #bead6e;
}

/* Footer */

#footer {
	position: relative;
	height: 5em;
	line-height: 5em;
	margin: 0;
	background: #000000;
	color: #999;
	color: rgba(185, 186, 187, 0.5);
	overflow: hidden;
}

#footer a {
	color: #999;
	color: rgba(185, 186, 187, 0.5);
}

#footer a:hover {
	color: #bbb;
	color: #b9babb;
}

#footer .actions {
	position: absolute;
	left: 1em;
	top: 0.25em;
	height: 5em;
	line-height: 5em;
	margin: 0;
}

#footer .actions li {
	font-size: 1.25em;
	margin: 0;
}

#footer .actions li a {
	padding: 0.5em;
}

#footer .menu {
	position: absolute;
	right: 2em;
	top: 0;
	height: 5em;
	line-height: 5em;
	margin: 0;
}

#footer .menu li {
	font-size: 0.9em;
}

#footer .gotop {
	position: fixed;
	right: 20px;
	bottom: 90px;
}

#footer .gotop a {
	display: block;
	background: url("../../images/gotop.png");
	width: 60px;
	height: 60px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#footer .gotop a:hover {
	background: url("../../images/gotop-ov.png");
}

#nav ul li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    line-height: 100%;
    /* padding: 0 0.3em 0 0.3em; */
    outline: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}