@charset 'UTF-8';
/* window-size + 17px */
/*  Clear Fix
--------------------------------------- */
.clearfix:after
{
display: table;
clear: both; 
content: '';
}

/*  Base
--------------------------------------- */
html
{
overflow-y: scroll;
}

body
{
font-family: 'Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 1.5;
color: #221815;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-print-color-adjust: exact;
-webkit-font-smoothing: antialiased;
}

* html body
{
font-size: 84%;
}

*:first-child + html body
{
font-size: 84%;
}

.arial {
font-family: Arial, Helvetica, "sans-serif";
}

.hel {
font-family: Helvetica, "sans-serif"
}

/*  Links
--------------------------------------- */
a
{
text-decoration: none; 
color: #221815;
}
a:link,
a:visited
{
text-decoration: none; 
}
a:active,
a:hover,
a:focus
{
outline: none;
}

/* -------------------------------------------------------------------

Base Style

-------------------------------------------------------------------- */
/*  Universal Reset
--------------------------------------- */
html,
body,
div,
main,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
svg,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
picture,
button
{
zoom: 1; 
margin: 0;
padding: 0;
vertical-align: top;
border: 0;
background: transparent;
}

/*  HTML5 Display Definitions
--------------------------------------- */
main,
section,
nav,
article,
aside,
hgroup,
menu,
summary,
svg,
header,
footer,
figure,
figcaption,
details,
picture
{
display: block;
}

audio:not([controls])
{
display: none;
}

[hidden]
{
display: none;
}

/*  Typography
--------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6
{
font-size: 100%;
font-weight: normal; 
line-height: 1.5;
}

em
{
font-weight: bold; 
font-style: normal;
}

strong,
b
{
font-weight: bold; 
}

sup
{
font-size: 65%; 
line-height: 0;
position: relative;
top: -4px;
vertical-align: middle;
}

sub
{
font-size: 65%; 
line-height: 0;
position: relative;
top: 0;
vertical-align: middle;
}

pre
{
font-family: monospace, sans-serif;
white-space: pre-wrap;
word-wrap: break-word;
}

/*  Horizontal Rule
--------------------------------------- */
hr
{
display: none;
}

/*  Embedded Content
--------------------------------------- */
img
{
vertical-align: top; 
border: 0;
}

svg:not(:root)
{
overflow: hidden;
}

/*  List Content
--------------------------------------- */
ul,
ol
{
list-style: none;
}

/*  Tables
--------------------------------------- */
table
{
width: 100%; 

border-collapse: collapse;

border: 0 none;
}

table th,
table td
{
font-size: 1em;
font-weight: normal; 

text-align: left;
vertical-align: top;

border: 0 none;
}

/*  Forms
--------------------------------------- */
input::-moz-focus-inner,
button::-moz-focus-inner
{
padding: 0; 
border: 0;
}

fieldset
{
border: 0 none;
}

legend
{
display: none;
}

label
{
cursor: pointer;
}

input
{
font-family: 'Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif;
vertical-align: middle;
border-radius: 0;
outline: none;
}

input[type='text'],
input[type='tel'],
input[type='url'],
input[type='image'],
input[type='email'],
input[type='password'],
input[type='button'],
input[type='submit']
{
-webkit-appearance: none;
}

input[type='checkbox'],
input[type='radio']
{
box-sizing: border-box; 
padding: 0;
}

textarea
{
font-family: 'Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif;
resize: none;
vertical-align: top;
border-radius: 0;
outline: 0;
-webkit-appearance: none;
}

select
{
font-family: 'Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: normal;
outline: none;
}

button
{
font-size: 100%;
}

.pcHide {
display:none;
}

img {
max-width:100%;
}

.mb0 {margin-bottom:0px !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.mb45 {margin-bottom:45px !important;}
.mb50 {margin-bottom:50px !important;}
.mt0 {margin-top:0px !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt45 {margin-top:45px !important;}
.mt50 {margin-top:50px !important;}
.pb0 {padding-bottom:0px !important;}
.pb5 {padding-bottom:5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important;}
.pb25 {padding-bottom:25px !important;}
.pb30 {padding-bottom:30px !important;}
.pb35 {padding-bottom:35px !important;}
.pb40 {padding-bottom:40px !important;}
.pb45 {padding-bottom:45px !important;}
.pb50 {padding-bottom:50px !important;}
.pt0 {padding-top:0px !important;}
.pt5 {padding-top:5px !important;}
.pt10 {padding-top:10px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt25 {padding-top:25px !important;}
.pt30 {padding-top:30px !important;}
.pt35 {padding-top:35px !important;}
.pt40 {padding-top:40px !important;}
.pt45 {padding-top:45px !important;}
.pt50 {padding-top:50px !important;}

/* Font-size
------------------------------ */
.mini {
font-size:100%;
font-weight:normal;
}

.mini1 {
font-size:83.33%;
}

.mini2 {
font-size:62.5%;
}

.caution {
color: #C00;
}

/*     position
----------------------------------------------*/

.center {
margin-left: auto;
margin-right: auto;
text-align: center !important;
}

.center > * {
margin-left: auto;
margin-right: auto;
}

.right {
text-align: right !important;
}

.right > * {
margin-left: auto;
margin-right: 0;
}

.left {
text-align: left !important;
}

.left > * {
margin-left: 0;
margin-right: auto;
}

@media print and (-ms-high-contrast: none) {
body , header {
zoom: 0.6;
}
}

/*  ヘッダ
--------------------------------------- */

#wrapper {
padding: 95px 0 0;
}

header {
position: fixed;
top: -100px;
left: 0;
width: 100%;
background: #fff;
box-shadow: 0 0 4px rgba(0,0,0,0.4);
z-index: 9999;
transition: 0.3s top;
}

header.fixed {
top: 0;
}

header .inner {
position: relative;
display: flex;
align-items: flex-end;
justify-content: space-between;
max-width: 1040px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}

header .logo {
padding: 15px 0 9px;
}

header .menu {
display: none;
}

header .gnav01 {
display: flex;
justify-content: space-between;
width: 700px;
}

header .gnav01 > li > a {
display: block;
padding: 5px 0;
font-size: 15px;
border-bottom: 4px solid #fff;
}

header .gnav01 > li.act > a {
border-bottom: 4px solid #e60012;
}
header .gnav01 > li > a.open {
border-bottom: 4px solid #00a0ea;
}

header .gnav01 .navBox {
display: none;
position: fixed;
top: 95px;
left: 0;
width: 100%;
padding: 20px 0 8px;
border-top: 1px solid #a5a09d;
border-bottom: 1px solid #a5a09d;
background: #fff;
z-index: 9999;
}

header .gnav01 .navBox .navInner {
display: flex;
justify-content: space-between;
width: 800px;
margin: 0 auto;
}

header .gnav01 .navBox .lefts {
width: 170px;
margin: 0 27px 0 0;
padding: 0 20px 0 0;
border-right: 1px solid #a5a09d;
}

header .gnav01 .navBox .lefts .link a {
display: block;
text-align: center;
}

header .gnav01 .navBox .lefts .link a .img {
position: relative;
}

header .gnav01 .navBox .lefts .link a .img:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 170px;
height: 0;
background: url("/ja/assets/img/img_nav_ov.png") no-repeat;
transition: 0.3s all;
}

header .gnav01 .navBox .lefts .link a:hover .img:after {
height: 95px;
transition: 0.3s all;
}

header .gnav01 .navBox .lefts .link a .txt {
display: inline-block;
margin: 3px 0 0;
padding: 0 18px 0 0;
font-size: 14px;
font-weight: bold;
}

header .gnav01 .navBox .rights {
width: 582px;
display: flex;
align-items: center;
text-align: left !important;
}

header .gnav01 .navBox .rights02 {
display: flex;
justify-content: space-between;
}

header .gnav01 .navBox .rights01 ul {
display: flex;
flex-wrap: wrap;
margin-right: -28px;
padding-top: 15px;
}

header .gnav01 .navBox .rights ul .first {
display: none;
}

header .gnav01 .navBox .rights01 ul li {
margin: 0 40px 15px 0;
}

header .gnav01 .navBox .rights01 ul li span ,
header .gnav01 .navBox .rights01 ul li .subBox {
display: none;
}

header .gnav01 .navBox .rights ul li a {
padding: 0 20px 0 0;
font-size: 14px;
font-weight: bold;
line-height: 1.65;
background: url("/ja/assets/img/ico_arw_03.png") no-repeat right center;
background-size: 16px;
transition: 0.3s all;
}

header .gnav01 .navBox .rights ul li a:hover {
opacity: 1;
color: #00a0ea;
transition: 0.3s all;
}

header .gnav02 {
position: absolute;
top: 0;
right: 20px;
display: flex;
}

header .gnav02 li {
width: 85px;
margin: 0 0 0 13px;
}

header .gnav02 li a {
display: block;
padding: 5px 0;
font-size: 11px;
text-align: center;
border: 1px solid #b4b5b6;
border-top: none;
transition: 0.3s;
}

header .gnav02 li.contactLink a {
	background-color: #EEFBFF;
}

header .gnav02 li a:hover {
color: #00a0ea;
border: 1px solid #00a0ea;
border-top: none;
transition: 0.3s;
}


/*  パンくずリスト
--------------------------------------- */
.breadcrumb {
background: #f2f2f2;
}

.breadcrumb ul {
display: flex;
align-items: center;
max-width: 1040px;
margin: 0 auto;
padding: 11px 20px;
box-sizing: border-box;
}

.breadcrumb ul li {
margin: 0 10px 0 0;
padding: 0 14px 0 0;
background: url("/ja/assets/img/ico_breadcrumb_02.png") no-repeat right center;
}

.breadcrumb ul li:last-child {
background: none;
}

.breadcrumb ul li a {
color: #144996;
font-size: 12px;
transition: 0.3s;
}

.breadcrumb ul li:first-child a {
padding: 0 0 0 25px;
background: url("/ja/assets/img/ico_breadcrumb_01.png") no-repeat left center;
}

.breadcrumb ul li a:hover {
opacity: 1;
color: #00a0ea;
transition: 0.3s;
}

.breadcrumb ul li span {
color: #333;
font-size: 12px;
}



/*  ローカルナビ
--------------------------------------- */
.lnav {
background: #00a0ea;
}

.lnav ul {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 900px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}

.lnav.tt ul {
max-width: 790px;
}

.lnav ul li {
padding: 11px 0 7px;
border-bottom: 4px solid #00a0ea;
}

.lnav ul li.act {
border-bottom: 4px solid #ce0f60;
}

.lnav ul li a {
color: #fff;
font-size: 14px;
line-height: 2;
transition: 0.3s opacity;
}

.lnav ul li a:hover {
opacity: 0.6;
}


/*  フッタ
--------------------------------------- */

footer a {
transition: 0.3s;
}

footer a:hover {
opacity: 0.6;
transition: 0.3s;
}

footer .inner {
max-width: 880px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}

footer .ftTop {
background: #898989;
border-top: 1px solid #c4c4c4;
}

footer .ftTop .inner {
position: relative;
display: flex;
justify-content: space-between;
padding: 50px 20px;
}

footer .ftTop .linkList {
width: 19.1%;
}

footer .ftTop .linkList dl {
margin: 0 0 40px;
}

footer .ftTop .linkList dl:last-child {
margin: 0;
}

footer .ftTop .linkList:first-child div dl:last-child {
margin: 0 0 40px;
}

footer .ftTop .linkList:nth-child(2) dl:first-child {
margin: 0 0 18px;
}

footer .ftTop .linkList dl dt {
margin: 0 0 5px;
padding: 0 0 5px;
border-bottom: 1px solid #fff;
}

footer .ftTop .linkList dl dt a {
color: #fff;
font-size: 14px;
font-weight: bold;
}

footer .ftTop .linkList dl dd a {
color: #fff;
font-size: 12px;
line-height: 1.84;
}

footer .ftTop .linkList dl dt a:hover ,
footer .ftTop .linkList dl dd a:hover {
color: #00a0ea;
opacity: 1;
}

footer .ftTop .btn {
position: absolute;
right: 20px;
bottom: 50px;
width: 180px;
}

footer .ftTop .btn a {
display: block;
padding: 6px 0 6px 16px;
color: #fff;
font-size: 12px;
text-align: center;
border: 1px solid #fff;
background: url("/ja/assets/img/ico_arw_02.png") no-repeat 10px center;
background-size: 10px auto;
}

footer .ftTop .btn a:hover {
opacity: 1;
color: #00a0ea;
border: 1px solid #00a0ea;
background: url("/ja/assets/img/ico_arw_04.png") no-repeat 10px center;
background-size: 10px auto;
}

footer .ftBtm {
background: #00a0ea;
border-bottom: 1px solid #7d95c1;
}

footer .ftBtm .inner {
display: flex;
align-items: center;
justify-content: space-between;
flex-flow: row-reverse;
padding: 16px 20px;
}

footer .ftBtm .copy {
color: #fff;
font-size: 16px;
}

footer .ftBtm .copy span {
margin: 0 0 0 8px;
font-size: 10px;
vertical-align: baseline;
}

footer .ftBtm ul {
display: flex;
}

footer .ftBtm ul li {
margin: 0 0 0 20px;
}

footer .ftBtm ul li a {
color: #fff;
font-size: 11px;
}

footer .pagetop {
display: none;
position: fixed;
right: 30px;
bottom: 75px;
width: 42px;
z-index: 999;
}



/*  ローカルナビ（コンテンツ）
--------------------------------------- */

.lnavCt {
padding: 60px 0 42px;
background: url("/ja/assets/img/bg_lnavct_01.png") no-repeat center;
background-size: cover;
}

.lnavCt ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
max-width: 900px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}

.lnavCt ul li {
width: 48.8372%;
margin: 0 0 20px;
background: #fff;
}

.lnavCt ul li a {
display: flex;
transition: 0.3s all;
}

.lnavCt ul li a:hover {
box-shadow: 0 1px 16px rgba(0,0,0,0.2);
transition: 0.3s all;
}

.lnavCt ul li .img {
width: 160px;
}

.lnavCt ul li .txtBox {
flex: 1;
padding: 20px 15px 0 25px;
}

.lnavCt ul li .txtBox .ttl {
margin: 0 0 8px;
color: #144996;
font-size: 16px;
font-weight: bold;
transition: 0.3s all;
}

.lnavCt ul li a:hover .txtBox .ttl {
color: #00a0ea;
transition: 0.3s all;
}

.lnavCt ul li .txtBox .txt {
font-size: 14px;
line-height: 1.58;
}

.lnavCt .link {
max-width: 900px;
margin: 0 auto -20px;
padding: 0 20px;
font-size: 14px;
line-height: 1.58;
text-align: right;
box-sizing: border-box;
}

.lnavCt .link a {
color: #144996;
}



/*  404ページ
--------------------------------------- */
.error-404 {
padding: 100px 0;
text-align: center;
}

.error-404 p {
margin: 1.5em 0 0;
font-size: 16px;
}

.error-404 p a {
text-decoration: underline;
}

.error-404 p a:hover {
text-decoration: none;
}


/*  テンプレート
--------------------------------------- */

.tp_cont {
max-width: 900px;
margin: 0 auto;
padding:  65px 20px 20px;
text-align: center;
box-sizing: border-box;
}

.tp_lv2 {
margin: 0 0 38px;
padding: 0 0 18px;
color: #333;
font-size: 30px;
font-weight: bold;
background: url("/ja/assets/img/bg_h2_01.png") no-repeat center bottom;
}

.tp_lv3_01 {
margin: 0 0 30px;
padding: 8px 20px;
color: #fff;
font-size: 20px;
font-weight: bold;
text-align: left;
background: url("/ja/assets/img/bg_h3_01.png") no-repeat center;
}

.tp_lv3_02 {
margin: 0 0 30px;
padding: 0 0 2px 22px;
color: #333;
font-size: 20px;
font-weight: bold;
text-align: left;
border-bottom: 2px solid #a0a0a0;
background: url("/ja/assets/img/bg_h3_02.png") no-repeat left top;
}

.tp_lv4 {
position: relative;
margin: 0 0 30px;
padding: 0 0 4px 22px;
color: #333;
font-size: 20px;
font-weight: bold;
text-align: left;
}

.tp_lv4:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background: #ccc url("/ja/assets/img/bg_h4_01.png") no-repeat left center;
}

.tp_lv5 {
margin: 0 0 20px;
padding: 0 0 0 22px;
color: #333;
font-size: 18px;
font-weight: bold;
text-align: left;
background: url("/ja/assets/img/bg_h5_01.png") no-repeat left center;
}

.tp_lv6 {
margin: 0 0 20px;
padding: 0 0 0 22px;
color: #333;
font-size: 16px;
font-weight: bold;
text-align: left;
background: url("/ja/assets/img/bg_h6_01.png") no-repeat left center;
}

.tp_txt {
margin: 0 0 20px;
font-size: 14px;
line-height: 1.58;
text-align: left;
}

.tp_ttl {
margin: 0 0 13px;
font-size: 18px;
font-weight: bold;
line-height: 1.5;
text-align: center;
}

.tp_img_left {
float: left;
margin: 0 20px 20px 0;
}

.tp_img_right {
float: right;
margin: 0 0 20px 20px;
}


.tp_tableBox {
position: relative;
margin: 0 0 33px;
border-top: 4px solid #ccc;
border-bottom: 4px solid #ccc;
}

.tp_tableBox:after {
content: '';
position: absolute;
top: -4px;
left: 0;
width: 215px;
height: 4px;
background: url("/ja/assets/img/bg_line_01.png") no-repeat center;
}

.tp_tableBox table {
position: relative;
width: 100%;
border-collapse: collapse;
}

.tp_tableBox_fix table {
table-layout: fixed;
}

.tp_tableBox table .tp_tableBox_bg01 {
background: #eef2f8;
}

.tp_tableBox table th {
padding: 16px 20px;
background: #eef2f8;
border-top: 1px solid #ccc;
box-sizing: border-box;
}

.tp_tableBox_fix table th:first-child ,
.tp_tableBox_fix table td:first-child {
width: 215px;
}

.tp_tableBox table td {
padding: 16px 10px 16px 20px;
border-top: 1px solid #ccc;
box-sizing: border-box;
}

.tp_tableBox table .tp_tableBox_border th ,
.tp_tableBox table .tp_tableBox_border td {
border-top: 2px solid #ccc;
}

.tp_tableBox_ttl {
font-size: 16px;
font-weight: bold;
line-height: 1.5;
}

.tp_tableBox table tr:first-child .tp_tableBox_ttl {
text-align: center;
}

.tp_tableBox_txt01 {
font-size: 16px;
line-height: 1.375;
}

.tp_tableBox_txt02 {
position: relative;
padding: 0 0 0 38px;
font-size: 16px;
line-height: 1.375;
}

.tp_tableBox_txt02 span {
position: absolute;
top: 3px;
left: 0;
width: 38px;
}

.tp_list {
margin-left: 30px;
list-style-type: disc;
font-size: 14px;
line-height: 1.58;
text-align: left;
}

.numberList {
margin-left: 30px;
list-style-type: decimal;
font-size: 14px;
line-height: 1.58;
text-align: left;
}

a.pdf {
padding: 0 20px 0 0;
background: url(/ja/assets/img/ico_pdf_01.png) no-repeat right center;
background-size: 16px auto;
transition: 0.3s color;
}

a.blank {
padding: 0 20px 0 0;
background: url(/ja/assets/img/ico_blank_02.png) no-repeat right center;
background-size: 16px auto;
transform: 0.3s color;
}

a.pdf:hover ,
a.blank:hover {
color: #00a0ea;
}




@media screen and (max-width: 1000px) {

/*  ヘッダ
--------------------------------------- */

#wrapper {
padding: 52px 0 0;
}

header {
top: -56px;
left: 0;
width: 100%;
background: #fff;
z-index: 9999;
}

header.fixed {
top: 0;
}

header .inner {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
margin: 0 auto;
padding: 0 13px 0 26px;
}

header .logo {
width: 117px;
padding: 8px 0;
}

header .menu {
display: block;
width: 36px;
}

header .menu,
header .menu span {
display: inline-block;
transition: all .4s;
box-sizing: border-box;
}
header .menu {
position: relative;
width: 36px;
height: 36px;
box-sizing: border-box;
}
header .menu span {
position: absolute;
left: 0;
width: 100%;
height: 3px;
background-color: #00a0ea;
border-radius: 3px;
}
header .menu span:nth-of-type(1) {
top: 5px;
}
header .menu span:nth-of-type(2) {
top: 17px;
}
header .menu span:nth-of-type(3) {
bottom: 5px;
}
header .menu.open span:nth-of-type(1) {
-webkit-transform: translateY(11px) rotate(-45deg);
transform: translateY(11px) rotate(-45deg);
}
header .menu.open span:nth-of-type(2) {
opacity: 0;
}
header .menu.open span:nth-of-type(3) {
-webkit-transform: translateY(-12px) rotate(45deg);
transform: translateY(-12px) rotate(45deg);
}
header .gnav {
display: none;
position: absolute;
top: 50px;
left: 0;
width: 100%;
max-height: calc(100vh - 50px);
overflow-y: scroll;
background: #2f3030;
}

header .gnav01 {
display: block;
width: 100%;
}

header .gnav01 > li > a {
display: block;
padding: 10px 25px;
color: #fff;
font-size: 20px;
background: url("/ja/assets/img/ico_arw_03.png") no-repeat right 25px center;
background-size: 18px;
border-bottom: 1px solid #7c7d7d;
}

header .gnav01 > li.act > a {
border-bottom: 1px solid #7c7d7d;
}

header .gnav01 > li > a.open {
background: #2f3030 url("/ja/assets/img/ico_arw_01.png") no-repeat right 25px center;
background-size: 18px;
border-bottom: 1px solid #7c7d7d;
}

header .gnav01 .navBox {
display: none;
position: static;
width: 100%;
padding: 0;
border-top: none;
border-bottom: none;
background: #fff;
z-index: 9999;
}

header .gnav01 .navBox .navInner {
display: block;
width: auto;
margin: 0 auto;
}

header .gnav01 .navBox .lefts {
display: none;
}

header .gnav01 .navBox .rights {
display: block;
width: 100%;
}

header .gnav01 .navBox .rights02 {
display: block;
}

header .gnav01 .navBox .rights01 ul {
display: block;
margin: 0;
padding: 0;
}

header .gnav01 .navBox .rights ul .first {
display: block;
}

header .gnav01 .navBox .rights ul li {
position: relative;
margin: 0;
border-bottom: 1px solid #ababab;
}

header .gnav01 .navBox .rights02 ul .ttl {
display: none;
}

header .gnav01 .navBox .rights ul li a {
display: block;
padding: 8px 25px;
font-size: 15px;
font-weight: normal;
line-height: 1.65;
background: none;
}

header .gnav01 .navBox .rights ul li a:hover {
color: #221815;
background: none;
}

header .gnav01 .navBox .rights ul li span {
position: absolute;
top: 0;
right: 20px;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}

header .gnav01 .navBox .rights ul li span img {
width: 16px;
height: auto;
}

header .gnav01 .navBox .rights .subBox {
display: none;
}

header .gnav01 .navBox .rights .subBox li a {
padding: 8px 25px 8px 40px;
color: #fff;
background: #868687;
}

header .gnav02 {
position: static;
display: flex;
justify-content: center;
margin: 0;
padding: 16px 0;
}

header .gnav02 li {
width: auto;
margin: 0 2%;
}

header .gnav02 li a {
display: block;
padding: 2px 13px;
color: #fff;
font-size: 17px;
text-align: center;
border: 1px solid #fff;
}

header .gnav02 li.contactLink a {
background-color: royalblue;
}	

header .gnav02 li a:hover {
color: #fff;
border: 1px solid #fff;
}

}



@media screen and (max-width: 900px) {

/*  ローカルナビ
--------------------------------------- */

.lnav ul li {
padding: 13px 0 9px;
}

.lnav ul li a {
font-size: 12px;
}

/*  ローカルナビ（コンテンツ）
--------------------------------------- */

.lnavEnvironment ul {
display: block;
}

.lnavEnvironment ul li {
width: 100%;
margin: 0 0 30px;
}

}



@media screen and (max-width: 750px) {
.pcHide {
display:inline;
}

.spHide {
display:none !important;
}

#wrapper {
overflow-x: hidden;
}

/*  パンくずリスト
--------------------------------------- */

.breadcrumb {
display: none;
}



/*  ローカルナビ
--------------------------------------- */

.lnav {
position: relative;
}

.lnav:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 77px;
height: 36px;
background: url("/ja/assets/img/bg_lnav_01.png") no-repeat;
background-size: contain;
}

.lnav.end:before {
display: none;
}

.lnav:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 77px;
height: 36px;
background: url("/ja/assets/img/bg_lnav_02.png") no-repeat;
background-size: contain;
}

.lnav.start:after {
display: none;
}

.lnav .inner {
width: 100%;
box-sizing: border-box;
overflow-x: scroll;
}

.lnav ul {
width: 830px;
margin: 0 auto;
padding: 0 75px 0 25px;
}

.lnav.tt ul {
width: 490px;
}

.lnav ul li {
padding: 6px 0 2px;
border-bottom: 4px solid #00a0ea;
}

.lnav ul li.act {
border-bottom: 4px solid #ce0f60;
}

.lnav ul li a {
color: #fff;
font-size: 12px;
line-height: 2;
}



/*  フッタ
--------------------------------------- */

footer .inner {
width: 81.333%;
margin: 0 auto;
padding: 0;
}

footer .ftTop {
background: #898989;
border-top: none;
}

footer .ftTop .inner {
display: block;
padding: 9% 0;
}

footer .ftTop .inner:after {
display: table;
clear: both; 
content: '';
}

footer .ftTop .linkList {
width: auto;
}

footer .ftTop .linkList dl {
width: 46%;
margin: 0 0 22px;
}

footer .ftTop .linkList:first-child div {
width: 46%;
}

footer .ftTop .linkList:first-child div dl {
width: 100%;
}

footer .ftTop .linkList .spLeft {
float: left;
}

footer .ftTop .linkList .spRight {
float: right;
}

footer .ftTop .linkList:nth-child(2) .spRight {
margin: 0;
}

footer .ftTop .linkList dl:last-child {
margin: 0 0 22px;
}

footer .ftTop .linkList:first-child div dl:last-child {
margin: 0 0 40px;
}

footer .ftTop .linkList:nth-child(2) dl:first-child {
margin: 0 0 22px;
}

footer .ftTop .linkList dl dt {
margin: 0 0 5px;
padding: 0 0 3px;
border-bottom: 1px solid #fff;
}

footer .ftTop .linkList dl dt a {
color: #fff;
font-size: 13px;
font-weight: bold;
}

footer .ftTop .linkList dl dd a {
color: #fff;
font-size: 11px;
line-height: 1.8;
}

footer .ftTop .btn {
position: static;
float: left;
width: 150px;
margin: 7% 0 0;
}

footer .ftTop .btn a {
display: block;
padding: 4px 0 4px 13px;
color: #fff;
font-size: 10px;
text-align: center;
border: 1px solid #fff;
background: url("/ja/assets/img/ico_arw_02.png") no-repeat 9px center;
background-size: 7px auto;
}

footer .ftBtm {
background: #00a0ea;
border-bottom: 1px solid #485e8f;
}

footer .ftBtm .inner {
display: block;
padding: 2.5% 0;
}

footer .ftBtm .copy {
color: #fff;
font-size: 12px;
}

footer .ftBtm .copy span {
margin: 0 0 0 8px;
font-size: 10px;
vertical-align: baseline;
}

footer .ftBtm ul {
display: flex;
justify-content: space-between;
margin: 0 0 4%;
}

footer .ftBtm ul li {
margin: 0;
}

footer .ftBtm ul li a {
color: #fff;
font-size: 11px;
}

footer .pagetop {
position: absolute;
right: 5%;
bottom: 0;
display: block;
width: 36px;
}

footer .pagetop a:hover {
opacity: 1;
}

/*  ローカルナビ（環境）
--------------------------------------- */

.lnavCt {
padding: 6% 0 1.5%;
background: url("/ja/assets/img/bg_lnavct_01_sp.png") no-repeat center;
background-size: cover;
}

.lnavCt ul {
display: block;
width: 86.667%;
margin: 0 auto;
padding: 0;
box-sizing: border-box;
}

.lnavCt ul li {
width: 100%;
margin: 0 0 4.62%;
background: #fff;
box-shadow: 0 1px 8px rgba(0,0,0,0.2);
}

.lnavCt ul li a {
display: flex;
}

.lnavCt ul li .img {
width: 38.46%;
}

.lnavCt ul li .txtBox {
flex: 1;
padding: 4% 4.6% 0;
}

.lnavCt ul li .txtBox .ttl {
margin: 0 0 2%;
color: #144996;
font-size: 13px;
font-weight: bold;
}

.lnavCt ul li .txtBox .txt {
font-size: 12px;
line-height: 1.5;
}

.lnavCt .link {
width: 86.667%;
margin: 0 auto 3%;
padding: 1% 0 0;
font-size: 12px;
line-height: 1.58;
text-align: right;
box-sizing: border-box;
}



/*  404ページ
--------------------------------------- */
.error-404 {
width: 86.666%;
margin: 0 auto;
padding: 15% 0;
}

.error-404 h2 {
width: 52px;
margin: 0 auto;
}

.error-404 p {
margin: 1.5em 0 0;
font-size: 12px;
}

.error-404 p a {
text-decoration: underline;
}

.error-404 p a:hover {
text-decoration: none;
}



/*  テンプレート
--------------------------------------- */

.tp_cont {
width: 86.666%;
margin: 0 auto;
padding: 11% 0 3%;
text-align: center;
box-sizing: border-box;
}

.tp_lv2 {
margin: 0 0 8%;
padding: 0 0 2%;
color: #333;
font-size: 20px;
font-weight: bold;
background: url("/ja/assets/img/bg_h2_01.png") no-repeat center bottom;
background-size: 100px auto;
}

.tp_lv3_01 {
margin: 0 0 7%;
padding: 7px 10px;
color: #fff;
font-size: 15px;
font-weight: bold;
text-align: left;
background: url("/ja/assets/img/bg_h3_01_sp.png") no-repeat center;
background-size: cover;
}

.tp_lv3_02 {
margin: 0 0 7%;
padding: 0 0 2px 14px;
color: #333;
font-size: 15px;
font-weight: bold;
text-align: left;
border-bottom: 2px solid #a0a0a0;
background: url("/ja/assets/img/bg_h3_02.png") no-repeat left top;
background-size: 4px auto;
}

.tp_lv4 {
position: relative;
margin: 0 0 7%;
padding: 0 0 4px 14px;
color: #333;
font-size: 15px;
font-weight: bold;
text-align: left;
}

.tp_lv4:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background: #ccc url("/ja/assets/img/bg_h4_01_sp.png") no-repeat left center;
}

.tp_lv5 {
margin: 0 0 5%;
padding: 0 0 0 14px;
color: #333;
font-size: 14px;
font-weight: bold;
text-align: left;
background: url("/ja/assets/img/bg_h5_01.png") no-repeat left center;
background-size: 10px auto;
}

.tp_lv6 {
margin: 0 0 5%;
padding: 0 0 0 14px;
color: #333;
font-size: 13px;
font-weight: bold;
text-align: left;
background: url("/ja/assets/img/bg_h6_01.png") no-repeat left center;
background-size: 10px auto;
}

.tp_txt {
margin: 0 0 7.5%;
font-size: 12px;
line-height: 1.59;
text-align: left;
}

.tp_ttl {
margin: 0 0 4%;
font-size: 14px;
font-weight: bold;
line-height: 1.5;
text-align: center;
}

.tp_img_left {
float: none;
margin: 0 0 5%;
}

.tp_img_right {
float: none;
margin: 0 0 5%;
}

.tp_tableBox {
position: relative;
width: 107.69%;
border-top: none;
border-bottom: 2px solid #ccc;
overflow-x: scroll;
}

.tp_tableBox:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 145px;
height: 2px;
background: url("/ja/assets/img/bg_line_01.png") no-repeat center;
background-size: 170px auto;
}

.tp_tableBox table {
position: relative;
width: 600px;
border-top: 2px solid #ccc;
border-collapse: collapse;
}

.tp_tableBox table th {
padding: 8px 10px;
background: #eef2f8;
border-top: 1px solid #ccc;
box-sizing: border-box;
}

.tp_tableBox_fix table th:first-child ,
.tp_tableBox_fix table td:first-child {
width: 145px;
}

.tp_tableBox table td {
padding: 8px 5px 8px 10px;
}

.tp_tableBox_ttl {
font-size: 13px;
line-height: 1.375;
}

.tp_tableBox table tr:first-child .tp_tableBox_ttl {
text-align: center;
}

.tp_tableBox table tr:last-child th ,
.tp_tableBox table tr:last-child td {
border-bottom: none;
}

.tp_tableBox_txt01 {
font-size: 13px;
line-height: 1.375;
}

.tp_tableBox_txt02 {
position: relative;
padding: 0 0 0 24px;
font-size: 13px;
line-height: 1.375;
}

.tp_tableBox_txt02 span {
position: absolute;
top: 2px;
left: 0;
width: 15px;
}

}