@charset "utf-8";

@media screen and (max-width:1024.98px){

/* ============================================================
common
============================================================ */

.pc {
	display: none !important;
}

body.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

/* ============================================================
header
============================================================ */

/* aside.skip
-------------------------------------------------------------*/

aside.skip {
	display: none !important;
}
aside.prld {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -99;
}

/* header
-------------------------------------------------------------*/

header aside {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 60px;
	background: #fff;
	border-bottom: solid 1px #ccc;
}

header nav .menu,
header nav .contact,
header nav .lang,
header nav .font {
	display: none;
}

header .ttl {
	position: absolute;
	top: 14px;
	left: 10px;
	z-index: 5;
	background: #fff;
}
header .ttl a img {
	width: 170px;
	height: 35px;
}
header .btn_f,
header .btn_m {
	float: right;
	width: 60px;
	height: 60px;
}
header .btn_f {
	background: url("../img/btn_find_1.svg");
	background-size: 60px !important;
	transition: background .4s;
}
header .btn_f.on {
	background: url("../img/btn_find_2.svg");
}
header .btn_m {
	background: url("../img/btn_menu_1.svg");
	background-size: 60px !important;
	transition: background .4s;
}
header .btn_m.on {
	background: url("../img/btn_menu_2.svg");
}

/* .mt-site-search-container (find) */

header .mt-site-search-container {
	position: fixed;
	top: -140px;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 120px;
	background: #3E3A39;
	transition: top 0.3s;
}
header .mt-site-search-container.show {
	top: 60px;
}
header .mt-site-search-container input {
	background: #fff;
	width: calc(100vw - 60px);
	height: 60px;
	margin: 0 30px;
	padding: 0 3em 0 0.5em;
	font-size: 1.6rem;
	-webkit-appearance: none;
	border-radius: 0 !important;
}
header .mt-site-search-container button {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 20px;
	height: 20px;
	background: url('../img/icon_find.svg') no-repeat center center;
	background-size: 20px;
	color: rgba(0,0,0,0);
	overflow: hidden;
}

.sph {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #0068A6;
	line-height: 1;
}
.sph.show {
	display: block;
}
.sph > div {
	height: 100%;
	padding: 60px 8vw 0;
	overflow-y: auto;
}
.sph a {
	color: #fff;
	text-decoration: none;
}

/* font */

.sph .font {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 22px 0 10px;
}
.sph .font dt {
	margin-right: 4vw;
}
.sph .font dt a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 0.8em 4px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	font-size: 1.3rem;
}
.sph .font dt a:after {
	content: "";
	display: inline-block;
	position: relative;
	width: 11px;
	height: 11px;
	margin-left: 6px;
	background: url("../img/icon_font_1_sp.svg");
	background-size: 11px;
}
.sph .font.on dt a:after {
	height: 1px;
	background: url("../img/icon_font_2_sp.svg");
}

/* lang */

.sph .lang {
	display: flex;
}
.sph .lang li {
	position: relative;
	top: 0.2em;
	padding-right: 0.8em;
}
.sph .lang li:first-child::before {
	content: '';
	position: absolute;
	top: 0.35em;
	right: 0.3em;
	background: #fff;
	width: 3px;
	height: 3px;
	border-radius: 50%;
}
header .lang a {
	font-size: 1.2rem;
}
header .lang em {
	position: relative;
	top: -1px;
	font-size: 1.3rem;
	color: #fff;
}
header .lang a::after,
header .lang em::after {
	content: '';
	display: block;
	margin-top: 3px;
	height: 2px;
	width: 100%;
	background: #0068a5;
}
header .lang em::after {
	background: #fff;
}

/* font dd */

.sph .font dd {
	height: 0;
	overflow: hidden;
	transition: height 0.3s;
}
.sph .font dd.show {
	height: 102px;
}
.sph .font dd ul {
	margin-top: 10px;
}
.sph .font dd li {
	float: left;
}
.sph .font dd a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 28vw;
	height: 46px;
	padding-top: 8px;
	background: #fff;
	border-left: solid 1px #ccc; 
	color: #000;
	font-size: 1.3rem;
}
.sph .font dd a span {
	padding-bottom: 1px;
	border-bottom : solid 2px #fff;
}
.sph .font li:last-child a {
	padding-top: 12px !important;
}

/* contact */

.sph .contact {
	margin: 20px 0 10px;
}
.sph .contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	line-height: 1.2;
	border: solid 1px #fff;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
}

/* menu */

.sph .menu {
	margin: 0 auto 60px;
	border-bottom: solid 1px #3486b5;
}
.sph .menu > li {
	background-image: url("../img/icon_plus_sp.svg");
	background-repeat: no-repeat;
	background-position: top 23px right 4vw;
	background-size: 17px 17px;
}
.sph .menu > li.open {
	background-image: url("../img/icon_minus_sp.svg");
}
.sph .menu > li ul {
	height: 0;
	overflow: hidden;
	transition: all 0.3s;
}
.sph .menu > li.open ul {
	height: auto;
	margin-top: 10px;
}
.sph .menu > li > a {
	position: relative;
	display: flex;
	align-items: center;
	height: 60px;
	padding: 0 2vw;
	border-top: solid 1px #3486b5;
	font-size: 1.6rem;
	color: #fff;
}
.sph .menu a.on::before {
	content: '';
	position: absolute;
	top: 0;
	left: -8px;
	height: 100%;
	width: 2px;
	background: #fff;
}
.sph .menu > li li a {
	display: block;
	padding: 0 0 2em 8vw;
	font-size: 1.4rem;
	color: rgba(255,2555,255,0.8);
}



/* ============================================================
 main
============================================================ */

main {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: 60px;
	line-height: 1.6;
	background: #fff;
}
main img {
	display: block;
	width: 100%;
	height: auto;
}
main a {
	color: #333;
	text-decoration: none;
}

/* nav & h1
-------------------------------------------------------------*/

/* nav.bc */

nav.bc ul {
	min-height: 50px;
	padding: 18px 15px 2px;
	overflow: hidden;
}
nav.bc li {
	float: left;
	margin: 0 0 10px;
	line-height: 1.2;
	font-size: 1.3rem;
	color: #999;
}
nav.bc li:after {
	content: '';
	position: relative;
	display: inline-block;
	width: 5px;
	height: 9px;
	margin: 0 8px;
	background: url("../img/arrow_r_gray.svg");
	background-size: 5px;
}
nav.bc li:last-child:after {
	content: none;
}

html.s nav.bc li:after,
html.sb nav.bc li:after {
	top: -2px;
}
html.s nav.bc li,
html.sb nav.bc li {
	padding-top: 4px;
}

nav.bc a {
	font-size: 1.3rem;
	text-decoration: none;
	color: #333;
}

/* main > h1 */

main > h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	width: 100%;
	height: 200px;
	margin-bottom: 15px;
	line-height: 1.4;
	background-size: cover !important;
	color: #fff;
	font-size: 3.2rem;
}
main > h1 small {
	margin-top: 15px;
	font-size: 1.8rem;
}

/* nav.anchor */

nav.anchor ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 4vw;
}
nav.anchor li {
	height: auto;
	min-height: 45px;
}
nav.anchor a {
	display: flex;
	align-items: center;
	height: 100%;
	width: 44vw;
	padding: 10px 5vw 10px 0;
	line-height: 1.1;
	border-bottom: solid 1px #ccc;
	background: url("../img/icon_down_blue.svg") no-repeat right 2vw center;
	background-size: 8px;
	line-height: 1.4;
	font-size: 1.3rem;
}
html.s nav.anchor a,
html.sb nav.anchor a {
	padding-bottom: 8px !important;
}


/* section
-------------------------------------------------------------*/

main section {
	width: 100%;
	margin: 0 auto;
	line-height: 175%;
	background: #fff;
	font-size: 1.6rem;
	color: #666;
}

/* h */

main section h2 {
	margin-bottom: 75px;
	text-align: center;
	line-height: 125%;
	color: #000;
	font-size: 2.8rem;
}
main section h2::after {
	content: '';
	display: block;
	margin: 14px auto 0;
	width: 60px;
	height: 2px;
	background: #0068A6;
}
main section h3 {
	margin-bottom: 40px;
	line-height: 125%;
	color: #936e00;
	font-size: 2.4rem;
}
main section h4 {
	margin: 35px 0 15px;
	line-height: 125%;
	color: #333;
	font-size: 1.8rem;
}
main section h5 {
	margin: 15px 0 5px;
	color: #000;
	font-size: 1.6rem;
}


/* p */

main section p {
	color: #666;
	font-size: 1.6rem;
}
main section p.tagline {
	margin-bottom: 35px !important;
	text-align: center;
	line-height: 125%;
	color: #000;
	font-size: 2.4rem;
}

/* ul ol dl */

main section ul.disc li {
	position: relative;
	padding-left: 1.2em;
}
main section ul.disc li::before {
	content: '';
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 0.7em;
	height: 0.7em;
	background: url("../img/icon_list_disc.svg");
	background-size: 0.7em;
}
html.s main section ul.disc li::before,
html.sb main section ul.disc li::before {
	top: 0.4em;
}

main section ul.dot li {
	position: relative;
	padding-left: 1em;
}
main section ul.dot li::before {
	content: '';
	position: absolute;
	top: 0.65em;
	left: 0.3em;
	width: 4px;
	height: 4px;
	background: #666;
	border-radius: 50%;
}

main section ol.num > li {
	margin-left: 1.5em;
	list-style: decimal;
}

/* table */

main section table {
	width: 100%;
	border-bottom: solid 1px #ccc;
	margin: 0 0 20px;
}
main section th,
main section td {
	padding: 17px 0 16px;
	border-top: solid 1px #ccc;
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
}
main section th {
	position: relative;
	padding-right: 4vw;
	border-right: solid 1px #ccc;
	white-space: nowrap;
}
main section th:before,
main section th:after {
	content: '';
	position: absolute;
	top: 0;
	right: -1px;
	width: 1px;
	height: 0.6em;
	background: #fff;
}
main section th:after {
	top: auto;
	bottom: 0;
}
main section td {
	padding-left: 4vw;
}

/* 
html.s main section th,
html.sb main section th,
html.s main section td,
html.sb main section td {
	padding-bottom: 7px !important;
}
 */

/* table.type1 */

main section table.type1,
main section table.type1 th,
main section table.type1 td {
	border: none;
}
main section table.type1 th:before,
main section table.type1 th:after {
	content: none;
}

main section table.type1 {
	width: 100%;
	border-top: solid 1px #ccc;
}
main section table.type1 tr {
	display: block;
	border-bottom: solid 1px #ccc;
	padding: 12px 0 10px;
}
main section table.type1 th,
main section table.type1 td {
	padding: 5px 25px 3px;
}
main section table.type1 td {
	border-left: solid 1px #ccc;
}

/* misc */

main section span.cap {
	display: block;
	margin-top: 10px;
	line-height: 125%;
	font-size: 1.4rem;
}
main section .annotation {
	font-size: 1.3rem;
}


/* aside.inquire
-------------------------------------------------------------*/

main aside.inquire {
	text-align: center;
	padding: 71px 30px 80px;
	border-top: solid 1px #ccc;
}
main aside.inquire h2 {
	margin-bottom: 30px;
	color: #000;
	font-size: 1.8rem;
}
main aside.inquire dl {
	margin:0 auto 26px;
}
main aside.inquire dl div {
	margin:0 0 10px;
}
main aside.inquire dt {
	font-size: 1.2rem;
}
main aside.inquire dd {
	font-size: 1.8rem;
	color: #0068A6;
}
main aside.inquire dd small {
	font-size: 1.3rem;
}
main aside.inquire p a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%x;
	height: 84px;
	margin:0 auto;
	background: #0068A6;
	line-height: 1;
	font-size: 1.8rem;
	color: #fff;
	text-decoration: none;
}


/* link
-------------------------------------------------------------*/

main section a {
	color: #0068A6;
	text-decoration: underline;
}
main section a:hover {
	text-decoration: none;
	opacity: 1;
}
main section a:visited {
	color: #800080;
}

/* a.button */

main section .button a,
main section a.button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 44px;
	padding-bottom: 1px;
	border: solid 1px #0068A6;
	line-height: 1;
	text-decoration: none;
	background-image: url("../img/arrow_r_blue.svg");
	background-repeat: no-repeat;
	background-position: top 16px right 10px;
	background-size: 19px 7px;
	color: #0068A6 !important;
	transition: all 0.2s;
}

/* a.button_rev */

main section .button_rev a,
main section a.button_rev {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 44px;
	padding-bottom: 1px;
	border: solid 1px #0068A6;
	line-height: 1;
	text-decoration: none;
	background-color: #0068A6;
	background-image: url("../img/arrow_r_white.svg");
	background-repeat: no-repeat;
	background-position: top 16px right 10px;
	background-size: 19px 7px;
	color: #fff !important;
	transition: all 0.2s;
}

/* arrow blank pdf */

main section a.arrow {
	color: #333;
	text-decoration: none;
}
main section a.arrow:visited {
	color: #800080;
	text-decoration: none;
}
main section a.arrow::before {
	content: '';
	display: inline-block;
	position: relative;
	top: 0.1em;
	width: 1em;
	height: 1em;
	margin-right: 0.5em;
	background: url("../img/icon_circle_arrow.svg");
	background-size: 1em;
	text-decoration: none;
}
main section a.blank::after {
	content: '';
	display: inline-block;
	position: relative;
	top: 0.1em;
	width: 1em;
	height: 0.9em;
	margin-left: 0.3em;
	background: url("../img/icon_blank.svg") no-repeat;
	background-size: 0.9em;
	text-decoration: none;
}
main section a.pdf::after {
	content: '';
	display: inline-block;
	position: relative;
	top: 0.3em;
	width: 1.1em;
	height: 1.2em;
	margin-left: 0.3em;
	background: url("../img/icon_pdf.svg") no-repeat;
	background-size: auto 1.2em;
	text-decoration: none;
}

/* parts
-------------------------------------------------------------*/

/* ul.download */

main section ul.download li {
	margin: 0 0 30px;
}
main section ul.download a {
	display: flex;
	align-items: center;
	width: calc(100vw - 60px);
	height: 85px;
	padding-left: 20px;
	border: solid 1px #0468a6;
	line-height: 1;
	color: #0468a6 !important;
	text-decoration: none;
}
main section ul.download a.pamphlet {
	background: url("../img/icon_dl_book.svg") no-repeat top 26px right 15px;
	background-size: auto 40px;
}
main section ul.download a.instruction {
	background: url("../img/icon_dl_text.svg") no-repeat top 26px right 15px;
	background-size: auto 40px;
}



/* div.Cpos
-------------------------------------------------------------*/

div.Cpos {
	position: fixed;
	top: 0;
	right: -20px;
	z-index: 1;
	width: 20px;
	height: 100vh;
}
div.Cpos ul {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 20px;
	height: 100vh;
	opacity: 0;
	transition: opacity 0.3s;
}
div.Cpos ul.active {
	opacity: 1;
}
div.Cpos li {
	position: relative;
	left: -20px;
	width: 10px;
	height: 10px;
	margin: 10px 0;
	background: #999;
	border-radius: 50%;
}
div.Cpos li.blue,
div.Cpos li.active {
	background: #0468a6;
}
div.Cpos li a {
	display: none;
}

/* ============================================================
footer
============================================================ */

footer {
	padding: 40px 0 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 10px #0068A6;
}
footer a {
	text-decoration: none;
}
footer ul.menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 30px 20px;
}
footer ul.menu > li > a {
	position: relative;
	display: flex;
	align-items: center;
	height: 60px;
	width: calc(100vw - 60px);
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 2px 5px 0;
	background: url("../img/arrow_r_blue.png") no-repeat top 23px right 5px;
	font-size: 1.4rem;
	color: #333;
}
footer ul.menu > li > a.on {
	color: #0068A6;
}
footer ul.menu > li > a.on::before {
	content: '';
	position: absolute;
	top: 0;
	left: -10px;
	width: 2px;
	height: 100%;
	background: #0068A6;
}
footer ul.menu > li:first-child a {
	border: none;
	background: none;
}

footer ul.menu li ul {
	margin: 14px 0 14px 8vw;
}
footer ul.menu li li > a {
	display: block;
	padding: 12px 0 12px;
	font-size: 1.3rem;
	color: #666;
}
footer ul.sub {
	padding: 20px 0 40px;
	text-align: center;
	border-top: solid 1px #ccc;
}
footer ul.sub li {
	display: inline-block;
}
footer ul.sub li.sep {
	margin: 0 3px 0 7px;
	color: #959595;
}
footer ul.sub a {
	font-size: 1.3rem;
	color: #959595;
}
footer aside p {
	margin-bottom: 15px;
	text-align: center;
	font-size: 1rem;
	color: #959595;
}

/* a.gotop
-------------------------------------------------------------*/
footer a.gotop {
	display: none;
	position: fixed;
	bottom: 4vw;
	right: 4vw;
	z-index: 10;
	width: 36px;
	height: 36px;
	background: url("../img/btn_gotop.svg");
	background-size: 36px;
	opacity: 0.85;
	transition: bottom 0.1s;
}
footer a.gotop.bottom {
	bottom: calc(4vw + 28px);
}
footer a.gotop:hover {
	opacity: 0.6 !important;
}


/* ============================================================
cookie
============================================================ */    
    
.wrap_cookie {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 0 20px;
    background: rgba(239, 239, 239, 0.9);
    z-index: 5;
}
.wrap_cookie .inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.wrap_cookie .cookie_l {
    width: 100%; 
    margin: 0 ;
}
.wrap_cookie .cookie_l p {
    font-size: 1.3rem;
    line-height: 20px;
    color: #000;
    margin-bottom: 20px;
}
.wrap_cookie .cookie_l p a{
    color: #0068A6;
    text-decoration: none;
}
.wrap_cookie .cookie_l p a:hover{
    color: #0068A6;
    text-decoration: underline;
}
.wrap_cookie .cookie_r {
    width: 125px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; 
    margin: 0 auto;
}
.wrap_cookie .cookie_r span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 21px;
    color: #fff;
    background-color: #0068A6;
    padding: 7px 0;
}
.wrap_cookie .cookie_r span:hover {
    opacity: 0.7;
    color: #FFF; 
}
.wrap_cookie .cookie_close {
    cursor: pointer;
    position: absolute;
    top: -25px;
    right: 0px; 
}
.wrap_cookie .cookie_close img {
    display: block;
    width: 15px;
    height: 15px;
}


/* ============================================================
lib
============================================================ */

.sp_w_1em {width:1em !important}
.sp_w_2em {width:2em !important}
.sp_w_3em {width:3em !important}
.sp_w_4em {width:4em !important}
.sp_w_5em {width:5em !important}
.sp_w_6em {width:6em !important}
.sp_w_7em {width:7em !important}
.sp_w_8em {width:8em !important}
.sp_w_9em {width:9em !important}
.sp_w_10em {width:10em !important}
.sp_w_11em {width:11em !important}
.sp_w_12em {width:12em !important}
.sp_w_13em {width:13em !important}
.sp_w_14em {width:14em !important}
.sp_w_15em {width:15em !important}
.sp_w_16em {width:16em !important}
.sp_w_17em {width:17em !important}
.sp_w_18em {width:18em !important}
.sp_w_19em {width:19em !important}
.sp_w_20em {width:20em !important}
.sp_w_21em {width:21em !important}
.sp_w_22em {width:22em !important}
.sp_w_23em {width:23em !important}
.sp_w_24em {width:24em !important}
.sp_w_25em {width:25em !important}
.sp_w_26em {width:26em !important}
.sp_w_27em {width:27em !important}
.sp_w_28em {width:28em !important}
.sp_w_29em {width:29em !important}
.sp_w_30em {width:30em !important}

.sp_mgt_0 {margin-top:0 !important}
.sp_mgt_10 {margin-top:10px !important}
.sp_mgt_15 {margin-top:15px !important}
.sp_mgt_20 {margin-top:20px !important}
.sp_mgt_25 {margin-top:25px !important}
.sp_mgt_30 {margin-top:30px !important}
.sp_mgt_35 {margin-top:35px !important}
.sp_mgt_40 {margin-top:40px !important}
.sp_mgt_45 {margin-top:45px !important}
.sp_mgt_50 {margin-top:50px !important}
.sp_mgt_55 {margin-top:55px !important}
.sp_mgt_60 {margin-top:60px !important}
.sp_mgt_65 {margin-top:65px !important}
.sp_mgt_70 {margin-top:70px !important}
.sp_mgt_75 {margin-top:75px !important}
.sp_mgt_80 {margin-top:80px !important}
.sp_mgt_85 {margin-top:85px !important}
.sp_mgt_90 {margin-top:90px !important}
.sp_mgt_95 {margin-top:95px !important}
.sp_mgt_100 {margin-top:100px !important}

.sp_mgb_0 {margin-bottom:0 !important}
.sp_mgb_10 {margin-bottom:10px !important}
.sp_mgb_15 {margin-bottom:15px !important}
.sp_mgb_20 {margin-bottom:20px !important}
.sp_mgb_25 {margin-bottom:25px !important}
.sp_mgb_30 {margin-bottom:30px !important}
.sp_mgb_35 {margin-bottom:35px !important}
.sp_mgb_40 {margin-bottom:40px !important}
.sp_mgb_45 {margin-bottom:45px !important}
.sp_mgb_50 {margin-bottom:50px !important}
.sp_mgb_55 {margin-bottom:55px !important}
.sp_mgb_60 {margin-bottom:60px !important}
.sp_mgb_65 {margin-bottom:65px !important}
.sp_mgb_70 {margin-bottom:70px !important}
.sp_mgb_75 {margin-bottom:75px !important}
.sp_mgb_80 {margin-bottom:80px !important}
.sp_mgb_85 {margin-bottom:85px !important}
.sp_mgb_90 {margin-bottom:90px !important}
.sp_mgb_95 {margin-bottom:95px !important}
.sp_mgb_100 {margin-bottom:100px !important}

} /* @media end */
