@charset "utf-8";
/* CSS Document */

/*---------------
common
----------------*/

* {
	box-sizing: border-box;
	font-feature_spec-settings: 'palt';
}
html {
	height: auto;
	min-width: 1124px;
}
body {
    position: relative;
    letter-spacing: 1px;
    background-color: #1E1614;
    color: #ffffff;
	width: 100%;
	padding: 20px;
}
img {
	display: inline-block;
	width: auto;
}
h1,h2,h3,h4,h5,h6 {
	font-feature-settings: 'palt';
}
header {
    display: block;
    opacity: 1;
    height: auto;
    top: auto;
    transform: none;
    position: relative;
    border-bottom: 1px solid #b37f18;
    background-color: #1e1514;
}
header .logowrap {
	width: 1084px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 15.5px 0;
	background-color: #1E1614;
	align-items: flex-end;
}
header .logowrap figure:nth-of-type(1) {
	width: 108px;
	height: 21.28px;
	margin-right: 20px;
}
header .logowrap figure:nth-of-type(2) {
	height: 14px;
	margin-right: 20px;
}
header .logowrap figure:nth-of-type(3) {
	height: 14px;
}
header .logowrap img {
	height: 100%;
	display: block;
}
main {
	width: 1084px;
	margin: 0 auto;
	background-color: #1E1614;
}
.tokusetu_top {
	text-align: right;
	padding: 15px;
}
.tokusetu_bottom {
	text-align: right;
	margin-bottom: 5px;
}
.tokusetu_top a,
.tokusetu_bottom a {
	color: #ffffff;
	font-size: 0.750rem;
	display: inline-block;
	position: relative;
	padding-right: 30px;
}
.tokusetu_top a:after,
.tokusetu_bottom a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #b37f18;
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-5px);
}
.tokusetu_top a:hover:after,
.tokusetu_bottom a:hover:after {
    animation-name: triangle;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes triangle {
    0% {
        right:15px;
    }
	50% {
		right: 10px;
	}
    100% {
        opacity:15px;
    }
}
.maintitle {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
h1 {
	font-size: 1.125rem;
}
h1 figure {
	width: 284px;
	display: block;
	margin-right: 50px;
}
h1 figure img {
	width: 100%;
}
.maintitle {
	margin: 0 auto 35px;
	align-items: center;
	width: 950px;
}
.maintitle .anchor a {
	color: #ffffff;
	font-size: 0.9375rem;
	position: relative;
	padding-right: 20px;
}
.maintitle .anchor a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #b37f18 transparent transparent transparent;
	display: block;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-30%);
}
.maintitle .anchor a:first-of-type {
	margin-bottom: 5px;
}
.maintitle .anchor a:first-of-type:after {
	right: 0px;
}
.maintitle .anchor a:last-of-type:after {
	right: 240px;
}
.maintitle .anchor a:hover:after {
    animation-name: triangle_under;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes triangle_under {
    0% {
        top:50%;
    }
	50% {
		top:65%;
	}
    100% {
        top:50%;
    }
}
/*.basicarea .titleline {
	font-size: 0.875rem;
	width: 918px;
	margin: 0 auto;
	position: relative;
}
.basicarea .titleline:after {
	content: '';
	display: block;
	width: calc(100% - 72px);
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	background-color: #ffffff;
}*/
.basicarea .titleline {
    font-size: 1.25rem;
    text-align: center;
    border: 1px solid #FFFFFF;
	padding: 5px;
	width: 917px;
	margin: 0 auto;
}
.basicmenu {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	position: relative;
	padding: 20px 0 25px;
	font-feature-settings: 'palt';
	white-space: nowrap;
	width: 740px;
}
.basicmenu:after {
	content: '';
	width: 917px;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.basicmenu a {
	color: #ffffff;
	padding-left: 20px;
	position: relative;
}
.basicmenu a.current {
	color: #B88819;
	pointer-events: none;
}
.basicmenu a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #b37f18 transparent transparent transparent;
	display: block;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-30%);
}
.basicmenu a:hover:after {
    animation-name: triangle_under;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes triangle_under {
    0% {
        top:50%;
    }
	50% {
		top:65%;
	}
    100% {
        top:50%;
    }
}
.basicmenu .nolink {
	padding-left: 20px;
	position: relative;
	width: 250px;
}
.basicmenu .nolink span {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
.basicmenu .sprit {
	display: flex;
	flex-wrap: wrap;
}
.basicmenu .bunki1 {
	width: 15px;
	height: 102px;
	position: relative;
}
.basicmenu .bunki1 span:nth-of-type(1) {
	position: absolute;
	left: 0;
	top: 40px;
	background-color: #b37f18;
	display: block;
	width: 1px;
	height: 52px;
}
.basicmenu .bunki1 span:nth-of-type(2) {
	position: absolute;
	left: 0;
	top: 40px;
	background-color: #b37f18;
	display: block;
	width: 10px;
	height: 1px;
}
.basicmenu .bunki1 span:nth-of-type(3) {
	position: absolute;
	left: 0;
	top: 92px;
	background-color: #b37f18;
	display: block;
	width: 10px;
	height: 1px;
}
.basicmenu .bunki2 {
	width: 15px;
	height: 48px;
	position: relative;
}
.basicmenu .bunki2 span:nth-of-type(1) {
	position: absolute;
	left: 0;
	top: 13px;
	background-color: #b37f18;
	display: block;
	width: 1px;
	height: 40px;
}
.basicmenu .bunki2 span:nth-of-type(2) {
	position: absolute;
	left: 0;
	top: 13px;
	background-color: #b37f18;
	display: block;
	width: 10px;
	height: 1px;
}
.basicmenu .bunki2 span:nth-of-type(3) {
	position: absolute;
	left: 0;
	top: 53px;
	background-color: #b37f18;
	display: block;
	width: 10px;
	height: 1px;
}
.basicmenu .bunki2 + div a {
	margin-bottom: 15px;
}

.basicmenu > div:first-of-type {
	position: relative;
	width: 270px;
}
.basicmenu > div:first-of-type a {
	position: absolute;
	top: 55px;
	left: 50%;
	transform: translateX(-50%);
}

/*.basicmenu {
    font-size: 0.875rem;
    width: 918px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    justify-content: space-between;
    border-bottom: 1px solid #FFFFFF;
}
.basicmenu li {
	text-align: center;
	line-height: 18px;
	padding-top: 20px;
	padding-bottom: 25px;
	position: relative;
	transition: 0.3s;
}
.basicmenu li.current {
	color: #B88819;
}
.basicmenu li.current:after {
	opacity: 0;
}
.basicmenu li:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #b37f18 transparent transparent transparent;
	display: block;
	position: absolute;
	right: 50%;
	bottom: 10px;
	transform: translateX(-5px);
}
.basicmenu li:hover:after {
    animation-name: triangle_under;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes triangle_under {
    0% {
        bottom:10px;
    }
	50% {
		bottom: 5px;
	}
    100% {
        bottom:10px;
    }
}
.basicmenu li:hover {
	cursor: pointer;
}
.basicmenu li.current:hover {
	cursor: default;
}*/
.basic_imgwrap {
	width: 100%;
	height: 1060px;
	position: relative;
}
.basic_imgwrap h2 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: 1s;
}
.basic_imgwrap h2.current {
	opacity: 1;
}
.basic_imgwrap img {
	max-width: 100%;
}
.technology {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #A0A0A0;
	min-height: 985px;
	margin-bottom: 50px;
	transition: 0.3s;
}
.sidenav {
	width: calc(100% - 732px);
	font-weight: bold;
	padding: 10px;
	border-right: 1px solid #A0A0A0;
}
.sidenav h3 {
    text-align: center;
    padding: 10px;
    margin: 0 0 15px;
    border: 1px solid #A0A0A0;
	font-size: 1.25rem;
}
.sidenav .box {
	margin-bottom: 40px;
}
.technology_imgwrap {
    width: 732px;
    position: relative;
}
.technology_imgwrap figure {
	width: 100%;
	text-align: center;
	display: none;
	opacity: 0;
}
.technology_imgwrap figure.current {
	display: block;
    animation-name: spec;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@keyframes spec {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
.technology_imgwrap img {
	max-width: 100%;
}
.technology .titleline {
	font-size: 0.9375rem;
	background-color: #b37f18;
	padding: 10px 5px;
	margin-bottom: 2px;
	font-feature-settings: 'palt';
}
.technology p.sub_index {
	font-size: 0.9375rem;
	padding-left: 7px;
	margin: 10px 0 10px;
}
.technology dl {
	display: flex;
	font-size: 0.875rem;
}
.technology dl:not(:last-of-type) {
	margin-bottom: 2px;
}
.technology dl dt {
    border: 1px solid #A0A0A0;
	width: 60px;
	padding: 10px 0;
	text-align: center;
	color: #b37f18;
	margin-right: 3px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*.technology dl dt span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}*/
.technology dl dd.no_dt {
	width: 100%;
}
.technology dl dd {
	width: calc(100% - 63px);
}
.technology dl dd p {
	color: #000000;
	line-height: 1.4;
	background-color: #c9c9c9;
	position: relative;
	width: 100%;
	padding: 13px 22px 13px 10px;
	border: 1px solid #FFFFFF;
	transition: 0.3s;
	font-size: 13px;
}
.technology dl dd p.current {
    color: #B37F18;
    border: 1px solid #B37F18;
    background-color: #434343;
}
.technology dl dd p:hover {
	cursor: pointer
}
.technology dl dd p.current:hover {
	cursor: default;
}
.technology dl dd p:hover:after {
    animation-name: triangle2;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.technology dl dd p.current:hover:after {
	animation-name: none;
}
.technology dl dd p small {
	font-size: 10px;
}
.technology dl dd p .type {
	position: relative;
	display: inline-block;
	padding: 0 2px;
	margin: 0 2px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #B37F18
}

@keyframes triangle2 {
    0% {
        right:6px;
    }
	50% {
		right: 1px;
	}
    100% {
        opacity:6px;
    }
}
.technology dl dd p:not(:last-of-type) {
	margin-bottom: 2px;
}
.technology dl dd p:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #b37f18;
	display: block;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-5px);
}
.technology #explanation_trigger {
	font-size: 10px;
	text-align: right;
	margin-top: 2px;
}
.technology #explanation_trigger a {
	color: #FFFFFF;
}

footer {
	width: 100%;
	background-color: #1E1614;
	margin: 0;
	padding: 0;
}
footer small {
	max-width: 1084px;
	margin: 0 auto;
	padding: 25px 0;
	color: #ffffff;
}

/*tablelist*/

.table h2 {
    margin-bottom: 10px;
    font-weight: normal;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    background-color: #E2E2E2;
    padding: 10px 30px;
    position: relative;
    overflow: hidden;
    font-size: 1rem;
	line-height: 1.2;
	color: #024da2;
}
.table h2:after {
	content: '';
	height: 80%;
	width: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translate(-50%,-50%);
}
.table h2 span.titlesub {
	color: #000000;
}
.table h2 span.sub {
	font-size: 0.875rem;
}
.table {
	margin-bottom: 30px;
}
.table img {
	max-width: 100%;
	width: auto;
}
.table table {
    width: 100%;
    background-color: #F0F0F0;
	letter-spacing: 0;
}
.table tr {
    border: 1px solid #E4E4E4;
}
.table table tr th:first-child {
	padding: 10px;
}
.table table tr th:not(:first-of-type) {
	text-align: center;
}
.table th,
.table td {
    font-size: 0.875rem;
    font-weight: bold;
    color: #4A4A4A;
	padding: 10px;
}
.table td {
	text-align: center;
}
.table a {
	color: #024da2;
	text-align: center;
	line-height: 1.2;
	transition: 0.3s;
}
.table .hosi {
	font-size: 0.875rem;
}
.table.ususa tr th:not(:first-child) {
	width: 8%;
}
.table table + p.annotation {
	font-size: 0.750rem;
	color: #A9A9A9;
	text-align: right;
	margin-top: 5px;
	font-feature-settings: 'palt';
}
.ruisin {
	width: 230px;
}
.table .th-kokin {
	color: #024da2;
}

/*modal*/

.sprit {
	display: flex;
}
.nomodal {
	line-height: 1.2;
}
.modal {
	position:fixed;
	width:100%;
	height:100vh;
	top:0;
	left:0;
	display:none;
	z-index: 2;
	overflow-x: hidden;
	overflow-y: hidden;
}
.overLay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.90);
    width: 100%;
    height: 100vh;
    z-index: 10;
}
.modal .shell {
	position:absolute;
	z-index:11;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.modal .inner {
	background-color: #ffffff;
	width: calc(680px + 17px);
	max-height: 70vh;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 20px 17px 20px 20px;
	margin-bottom: 30px;
}
.modal .closearea {
	text-align: center;
	position: absolute;
	top: -45px;
	right: 0;
	width: 40px;
	height: 40px;
}
.modal .closearea a {
    letter-spacing: 0;
    border: 1px solid #E5E5E5;
	padding: 5px 20px;
	font-size: 10px;
	transition: 0.3s;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
}
.modal .closearea a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)rotate(45deg);
	transform-origin: center;
	background-color: #FFFFFF;
	height: 1px;
	width: 150%;
}
.modal .closearea a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)rotate(-45deg);
	transform-origin: center;
	background-color: #FFFFFF;
	height: 1px;
	width: 150%;
}
.modal .closearea a span {
	background-color: #000000;
	position: relative;
	z-index: 5;
}
.modal_element {
	margin-bottom: 30px;
	color: #000000;
}
.modal_element h4 {
    color: #024da2;
	border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
	margin-bottom: 30px;
	background-color: #f7f7f7;
	padding: 10px;
}
.modal_element h4 span {
	font-size: 0.750rem;
}
.modal_element p {
	font-size: 0.875rem;
	letter-spacing: 1px;
	font-feature-settings: 'palt';
}
.modal_element > p {
	margin-bottom: 10px;
}
.modal_element > p:last-of-type {
	margin-bottom: 30px;
}
.modal_element > figure {
	text-align: center;
}
.modal_element img {
	max-width: 100%;
	width: auto;
}
.modal_element dl dt {
	color: #707070;
	font-size: 0.875rem;
	margin-bottom: 5px;
}
.modal_element dl dd {
	font-size: 0.875rem;
}
.modal_element figure {
	margin-top: 10px;
	text-align: center;
}
.modal_element dl:nth-of-type(n + 2) {
	margin-top: 30px;
}
#uramen .modal_element .sprit p {
	width: 70%;
}
#uramen .modal_element figure {
	width: 30%;
}
#uramen .modal_element .sprit p {
	position: relative;
}
#uramen .modal_element .sprit p span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: inline-block;
	padding-left: 15px;
	width: 100%;
}
#kussetu .modal_element .sprit > div {
	width: 70%;
	position: relative;
}
#kussetu .modal_element .sprit div.wordwrap {
	width: 100%;
	padding-left: 15px;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
}
#hiju .modal_element .sprit > div {
	width: 60%;
}
#hiju .modal_element figure {
	width: 40%;
	position: relative;
}
#hiju .modal_element figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#hiju .modal_element .wordwrap {
	padding-right: 15px;
}

#explanation .list dl {
	font-size: 0.875rem;
	margin-bottom: 30px;
}
#explanation .list dl dd {
	width: 400px;
	margin-bottom: 5px;
}
#explanation .list dl dd p {
	color: #000000;
	line-height: 1.4;
	background-color: #c9c9c9;
	position: relative;
	width: 100%;
	padding: 13px 22px 13px 10px;
	border: 1px solid #FFFFFF;
	transition: 0.3s;
	font-size: 13px;
}
#explanation .list p.example {
	margin-bottom: 10px;
	color: #000000;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
}
#explanation .list dl .explanation {
	font-size: 14px;
	line-height: 1.4;
	color: #000000;
	width: 100%;
}
#explanation .list dl dd p .type {
	position: relative;
	display: inline-block;
	padding: 0 2px;
	margin: 0 2px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #B37F18
}
#explanation .list dl dd p:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #b37f18;
	display: block;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-5px);
}