/* Style for PCs */
@media screen and (min-width: 1025px) {
#wrapper {
width:auto;
height:auto;
font-size:100%;
margin:0 auto;
}


/* Header */
#header {
width: 100%;
height: 120px;
display: block;
overflow: hidden;
position: fixed;
top:0px;
left:0px;
z-index: 19000;
padding:10px;
-webkit-transition: all 0.3s ease-out;  
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#header #hrbody {
width: 100%;
height: 100px;
display: block;
background-color:rgba(0,26,113,0.95);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.3s ease-out;  
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

#header h1 {
width:200px;
height: 100px;
display: block;
float:left;
background-color: #fff;
-webkit-transition: all 0.3s ease-out;  
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

#header h1 a {
width:100%;
height:100px;
display:block;
margin:0 auto;
background-image:url(../img/header/logo.png);
background-repeat:no-repeat;
background-position:center center;
background-size:160px auto;
text-indent:-9999px;
-webkit-transition: all 0.3s ease-out;  
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

#header #hr02 {
width:700px;
height: 40px;
display: block;
float:right;
padding-top:10px;
-webkit-transition: all 0.3s ease-out;  
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#header #hr02 #hrmenu {
width:450px;
height: 30px;
display: block;
float: left;
-webkit-transition: all 0.3s ease-out;  
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#header #hr02 #hrmenu li {
width:33.333333333333%;
height: 30px;
display: block;
float: left;
padding-right:10px;
}
#header #hr02 #hrmenu li a {
width:100%;
height: 30px;
display: block;
font-size:0.8em;
font-weight: 700;
letter-spacing: -0.5px;
line-height: 30px;
text-align: center;
text-decoration: none;
color:#fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.3s ease-out;  
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#header #hr02 #hrmenu li a:hover {
background-color: rgba(9,91,216,1.00);
}
#header #hr02 #hric {
width:224px;
height: 30px;
display: block;
float: right;
}
#header #hr02 #hric li {
display: block;
float: left;
}
#header #hr02 #hric li a {
background-repeat: no-repeat;
background-size: auto 22px;
text-decoration: none;
}
#header #hr02 #hric li a#hric-fb {
width:30px;
height: 30px;
display: block;
text-indent: -9999px;
background-image: url("../img/header/ic-fb.svg");
background-repeat: no-repeat;
background-position: center center;
}
#header #hr02 #hric li a#hric-line {
width:30px;
height: 30px;
display: block;
text-indent: -9999px;
background-image: url("../img/header/ic-line.svg");
background-repeat: no-repeat;
background-position: center center;
}
#header #hr02 #hric li a#hric-tel {
width:144px;
height: 30px;
display: block;
text-indent: -9999px;
background-image: url("../img/header/ic-tel.svg");
background-repeat: no-repeat;
background-position: left center;
font-size:18px;
font-weight: 700;
letter-spacing: -0.5px;
line-height: 30px;
text-align: right;
color:#fff;
margin-left: 4px;	
}


/* Menu */
#header #menubody {
width: 78%;
height:auto;
display:block;
position: fixed;
top:60px;
right:10px;
z-index: 19100;
overflow: hidden;
border-bottom-right-radius:5px;
-ms-border-bottom-right-radius:5px;
-o-border-bottom-right-radius:5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-transition: all 0.3s ease-out;  
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
a.menu-link {
display: none;
}
#header .js nav[role=navigation] {
max-height: none;
width: auto;
height:auto;
overflow:hidden;
}
#header nav[role=navigation] ul {
width:100%;
height:auto;
display: block;
-webkit-transition: all 0.3s ease-out;  
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

#header nav[role=navigation] li {
width:12.5%;
height:auto;
list-style-image: none;
list-style-type: none;
float:left;
}
#header nav[role=navigation] li a {
border: 0;
width:100%;
height:50px;
display:block;
text-align:center;
text-decoration:none;
color:#fff;
font-size:12px;
font-weight: 700;
line-height: 50px;
letter-spacing: -0.5px;
-webkit-transition: all 0.3s ease-out;  
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#header nav[role=navigation] li a:hover {
background-color: rgba(9,91,216,1.00);
}


/* Header (Smaller) */
#header.smaller {
width: 100%;
height: 65px;
display: block;
overflow: hidden;
position: fixed;
top:0px;
left:0px;
z-index: 19000;
padding:0px;
background-color:rgba(0,26,113,0.95);
}
#header.smaller #hrbody {
width: 100%;
height: 65px;
display: block;
background-color:rgba(0,26,113,0);
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

#header.smaller h1 {
width:200px;
height: 65px;
display: block;
float:left;
background-color: #fff;
}

#header.smaller h1 a {
width:100%;
height:65px;
display:block;
margin:0 auto;
background-image:url(../img/header/logo.png);
background-repeat:no-repeat;
background-position:center center;
background-size:160px auto;
text-indent:-9999px;
}

#header.smaller #hr02 {
width:700px;
height: 30px;
display: block;
float:right;
padding-top:0px;
}
#header.smaller #hr02 #hrmenu {
width:450px;
height: 30px;
display: block;
float: left;
}
#header.smaller #hr02 #hrmenu li {
width:33.333333333333%;
height: 30px;
display: block;
float: left;
padding-right:10px;
}
#header.smaller #hr02 #hrmenu li a {
width:100%;
height: 30px;
display: block;
font-size:0.8em;
font-weight: 700;
letter-spacing: -0.5px;
line-height: 30px;
text-align: center;
text-decoration: none;
color:#fff;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-transition: all 0.3s ease-out;  
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#header.smaller #hr02 #hrmenu li a:hover {
background-color: rgba(9,91,216,1.00);
}
#header.smaller #hr02 #hric {
width:220px;
height: 30px;
display: block;
float: right;
}
#header.smaller #hr02 #hric li {
float: left;
}
#header.smaller #hr02 #hric li a {
background-repeat: no-repeat;
background-size: auto 22px;
text-decoration: none;
}
#header.smaller #hr02 #hric li a#hric-fb {
width:30px;
height: 30px;
display: block;
text-indent: -9999px;
background-image: url("../img/header/ic-fb.svg");
background-repeat: no-repeat;
background-position: center center;
}
#header.smaller #hr02 #hric li a#hric-line {
width:30px;
height: 30px;
display: block;
text-indent: -9999px;
background-image: url("../img/header/ic-line.svg");
background-repeat: no-repeat;
background-position: center center;
}
#header.smaller #hr02 #hric li a#hric-tel {
width:140px;
height: 30px;
display: block;
text-indent: -9999px;
background-image: url("../img/header/ic-tel.svg");
background-repeat: no-repeat;
background-position: left center;
font-size:18px;
font-weight: 700;
letter-spacing: -0.5px;
line-height: 30px;
text-align: right;
color:#fff;
}


/* Menu */
#header.smaller #menubody {
width: 78%;
height:auto;
display:block;
position: fixed;
top:30px;
right:0px;
z-index: 19100;
overflow: hidden;
border-bottom-right-radius:5px;
-ms-border-bottom-right-radius:5px;
-o-border-bottom-right-radius:5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
}
#header.smaller .js nav[role=navigation] {
max-height: none;
width: auto;
height:auto;
overflow:hidden;
}
#header.smaller nav[role=navigation] ul {
width:100%;
height:auto;
display: block;
}

#header.smaller nav[role=navigation]  li {
width:12.5%;
height:auto;
list-style-image: none;
list-style-type: none;
float:left;
}
#header.smaller nav[role=navigation] li a {
border: 0;
width:100%;
height:35px;
display:block;
text-align:center;
text-decoration:none;
color:#fff;
font-size:12px;
font-weight: 700;
line-height: 35px;
letter-spacing: -0.5px;
-webkit-transition: all 0.3s ease-out;  
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#header.smaller nav[role=navigation] li a:hover {
background-color: rgba(9,91,216,1.00);
}


/* Footer */

#footer {
width:100%;
height:auto;
display: block;
color:#fff;
background-color:rgba(0,26,113,1.00);
}
#footer #ftbody {
width:auto;
max-width:1400px;
height:auto;
margin:0 auto;
padding-top:25px;
}
#footer #ftbody .ftc {
width:25%;
height: auto;
display: block;
float: left;
padding:0 2%;
}
#footer #ftbody h3 {
font-size:12px;
font-weight: 700;
letter-spacing: -0.5px;
line-height: 1.25em;
padding:5px;
background-color: rgba(9,91,216,0.40);
margin-bottom: 5px;
}
#footer #ftbody ul {
width:100%;
height:auto;
display: block;
}
#footer #ftbody li {
font-size:0.8em;
letter-spacing: -0.5px;
line-height:1.25em;
font-family: 'Lato', sans-serif;
border-bottom: 1px dotted rgba(255,255,255,0.30);
}
#footer #ftbody li a {
width:100%;
height:auto;
display: block;
color:#fff;
text-decoration:none;
padding:10px 5px;
-webkit-transition: all 0.3s ease-out;  
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#footer #ftbody li a:hover {
background-color: rgba(9,91,216,0.70);
}
#footer p {
width:100%;
height: 40px;
display: block;
font-size:0.8em;
text-align: center;
letter-spacing: -0.5px;
color:#fff;
line-height:40px;
font-family: 'Lato', sans-serif;
}



}


/* Style for TabletPCs Large models */
@media screen and (min-width: 695px) and (max-width: 1024px) {
#wrapper {
width:100%;
height: auto;
display: block;
}

/* Header */
#header {
width: 100%;
height: auto;
display: block;
overflow: hidden;
position: fixed;
top:0px;
left:0px;
z-index: 19000;
}
#header #hrbody {
width: 100%;
height: 70px;
display: block;
background-color:rgba(0,26,113,0.95);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#header h1 {
width:200px;
height: 70px;
display: block;
float:left;
}

#header h1 a {
width:100%;
height:70px;
display:block;
margin:0 auto;
background-image:url(../img/header/logo_w.png);
background-repeat:no-repeat;
background-position:center center;
background-size:auto 40px;
text-indent:-9999px;
}

#header #hr02 {
width:calc(100%-200px);
height: 70px;
display: block;
float:right;
padding-top:5px;
}
#header #hr02 #hrmenu {
display:none;
}
#header #hr02 #hrmenu li {
display:none;
}
#header #hr02 #hrmenu li a {
display:none;
}
#header #hr02 #hric {
width:224px;
height: 60px;
display: block;
float: right;
margin-right:60px;
}
#header #hr02 #hric li {
display: block;	
float: left;
}
#header #hr02 #hric li a {
background-repeat: no-repeat;
background-size: auto 22px;
text-decoration: none;
}
#header #hr02 #hric li a#hric-fb {
width:30px;
height: 60px;
display: block;
text-indent: -9999px;
background-image: url("../img/header/ic-fb.svg");
background-repeat: no-repeat;
background-position: center center;
}
#header #hr02 #hric li a#hric-line {
width:30px;
height: 60px;
display: block;
text-indent: -9999px;
background-image: url("../img/header/ic-line.svg");
background-repeat: no-repeat;
background-position: center center;
}
#header #hr02 #hric li a#hric-tel {
width:144px;
height: 60px;
display: block;
text-indent: -9999px;
background-image: url("../img/header/ic-tel.svg");
background-repeat: no-repeat;
background-position: left center;
font-size:18px;
font-weight: 700;
letter-spacing: -0.5px;
line-height: 60px;
text-align: right;
color:#fff;
margin-left: 4px;		
}

/* Menu */
#menubody {
width: 100%;
height: auto;
display: block;
background-color:rgba(0,26,113,0.95);
}
p#pmenubn {
width:70px;
height:70px;
display: block;
position: fixed;
top:0;
right:0;
z-index:19900;
}
a.menu-link {
width:70px;
height:70px;
display: block;
text-indent: -9999px;
background-color:#0095d9;
background-image: url("../img/header/ic-menu.svg");
background-position: center center;
background-repeat: no-repeat;
background-size: 70px 70px;
}
nav[role=navigation] {
clear: both;
-webkit-transition: all 0.2s ease-out;  
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.js nav[role=navigation] {
overflow: hidden;
max-height: 0;
}
nav[role=navigation].active {
max-height: 400px;
}
nav[role=navigation] ul {
border-top:1px solid rgba(255,255,255,0.30);
margin: 0;
padding: 0;
}
nav[role=navigation] ul li {
width:25%;
height: 60px;
display: block;
float: left;
border-right:1px solid rgba(255,255,255,0.30);
border-bottom:1px solid rgba(255,255,255,0.30);
}
nav[role=navigation] ul li:nth-child(4n) {
border-right: none;
}
nav[role=navigation] li a {
width:100%;
height: 60px;
display: block;
line-height:60px;
font-size:14px;
font-weight: 700;
letter-spacing: -0.5px;
color:#fff;
text-align: center;
text-decoration:none;
}


/* Footer */

#footer {
width:100%;
height:auto;
display: block;
color:#fff;
background-color:rgba(0,26,113,0.95);
}
#footer #ftbody {
width:auto;
height:auto;
margin:0 auto;
padding:25px 5% 0;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#footer #ftbody .ftc {
width:48.92%;
height: auto;
display: block;
margin: 0.5%;
}
#footer #ftbody h3 {
font-size:12px;
font-weight: 700;
letter-spacing: -0.5px;
line-height: 1.25em;
padding:5px;
background-color: rgba(9,91,216,0.40);
margin-bottom: 5px;
}
#footer #ftbody ul {
width:100%;
height:auto;
display: block;
}
#footer #ftbody li {
font-size:0.8em;
letter-spacing: -0.5px;
line-height:1.25em;
font-family: 'Lato', sans-serif;
border-bottom: 1px dotted rgba(255,255,255,0.30);
}
#footer #ftbody li a {
width:100%;
height:auto;
display: block;
color:#fff;
text-decoration:none;
padding:10px 5px;
-webkit-transition: all 0.3s ease-out;  
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#footer #ftbody li a:hover {
background-color: rgba(9,91,216,0.70);
}
#footer p {
width:100%;
height: 40px;
display: block;
font-size:0.8em;
text-align: center;
letter-spacing: -0.5px;
color:#fff;
line-height:40px;
font-family: 'Lato', sans-serif;
}

}



/* Style for Smartphonea */
@media screen and (max-width: 694px) {
#wrapper {
width:100%;
font-size:14px;
line-height:150%;
min-width:320px;
}

/* Header */
#header {
width: 100%;
height: auto;
display: block;
overflow: hidden;
position: fixed;
top:0px;
left:0px;
z-index: 19000;
}
#header #hrbody {
width: 100%;
height: 70px;
display: block;
background-color:rgba(0,26,113,0.95);
}

#header h1 {
width:120px;
height: 70px;
display: block;
float:left;
}

#header h1 a {
width:100%;
height:70px;
display:block;
margin:0 auto;
background-image:url(../img/header/logo_w.png);
background-repeat:no-repeat;
background-position:center center;
background-size:110px auto;
text-indent:-9999px;
}

#header #hr02 {
width:60%;
height: 70px;
display: block;
float:right;
padding-top:5px;
}
#header #hr02 #hrmenu {
display:none;
}
#header #hr02 #hrmenu li {
display:none;
}
#header #hr02 #hrmenu li a {
display:none;
}
#header #hr02 #hric {
width:90px;
height: 60px;
display: block;
float: right;
margin-right:75px;
}
#header #hr02 #hric li {
display: block;	
float: left;
}
#header #hr02 #hric li a {
background-repeat: no-repeat;
background-size: auto 26px;
text-decoration: none;
}
#header #hr02 #hric li a#hric-fb {
width:30px;
height: 60px;
display: block;
text-indent: -9999px;
background-image: url("../img/header/ic-fb.svg");
background-repeat: no-repeat;
background-position: center center;
}
#header #hr02 #hric li a#hric-line {
width:30px;
height: 60px;
display: block;
text-indent: -9999px;
background-image: url("../img/header/ic-line.svg");
background-repeat: no-repeat;
background-position: center center;
}
#header #hr02 #hric li a#hric-tel {
width:30px;
height: 60px;
display: block;
text-indent: -9999px;
background-image: url("../img/header/ic-tel.svg");
background-repeat: no-repeat;
background-position: center center;
}

/* Menu */
#menubody {
width: 100%;
height: auto;
display: block;
background-color:rgba(0,10,46,0.95);
}
p#pmenubn {
width:70px;
height:70px;
display: block;
position: fixed;
top:0;
right:0;
z-index:19900;
}
a.menu-link {
width:70px;
height:70px;
display: block;
text-indent: -9999px;
background-color:#0095d9;
background-image: url("../img/header/ic-menu.svg");
background-position: center center;
background-repeat: no-repeat;
background-size: 70px 70px;
}
nav[role=navigation] {
clear: both;
-webkit-transition: all 0.2s ease-out;  
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.js nav[role=navigation] {
overflow: hidden;
max-height: 0;
}
nav[role=navigation].active {
max-height: 400px;
}
nav[role=navigation] ul {
border-top:1px solid rgba(255,255,255,0.20);
margin: 0;
padding: 0;
}
nav[role=navigation] ul li {
width:50%;
height: 60px;
display: block;
float: left;
border-right:1px solid rgba(255,255,255,0.20);
border-bottom:1px solid rgba(255,255,255,0.20);
}
nav[role=navigation] ul li:nth-child(2n) {
border-right: none;
}
nav[role=navigation] li a {
width:100%;
height: 60px;
display: block;
line-height:60px;
font-size:14px;
font-weight: 700;
letter-spacing: -0.5px;
color:#fff;
text-align: center;
text-decoration:none;
}


/* Footer */

#footer {
width:100%;
height:auto;
display: block;
color:#fff;
background-color:rgba(0,26,113,0.95);
}
#footer #ftbody {
width:auto;
height:auto;
margin:0 auto;
padding:25px 5% 0;
display: block;
}
#footer #ftbody .ftc {
width:100%;
height: auto;
display: block;
margin: 0 0 30px 0;
}
#footer #ftbody h3 {
font-size:12px;
font-weight: 700;
letter-spacing: -0.5px;
line-height: 1.25em;
padding:5px;
background-color: rgba(9,91,216,0.40);
margin-bottom: 5px;
}
#footer #ftbody ul {
width:100%;
height:auto;
display: block;
}
#footer #ftbody li {
font-size:12px;
letter-spacing: -0.5px;
line-height:1.25em;
font-family: 'Lato', sans-serif;
border-bottom: 1px dotted rgba(255,255,255,0.30);
}
#footer #ftbody li a {
width:100%;
height:auto;
display: block;
color:#fff;
text-decoration:none;
padding:10px 5px;
-webkit-transition: all 0.3s ease-out;  
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#footer #ftbody li a:hover {
background-color: rgba(9,91,216,0.70);
}
#footer p {
width:100%;
height: 40px;
display: block;
font-size:0.8em;
text-align: center;
letter-spacing: -0.5px;
color:#fff;
line-height:40px;
font-family: 'Lato', sans-serif;
}

}