body {
	color: #282c30;
	font-family: Arial, sans-serif;
    line-height: 150%;
	margin:0;
	padding:0;
    font-weight: 500;
}
a{
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all  0.3s ease;
    color: #282c30;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:active,
a:hover {
	text-decoration:none;
}
@media (min-width: 751px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}
h1,h2,h3,h4,h5,h6{
    line-height: 150%;
}
ul,ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
.img-responsive {
	width:100%;
	height:auto;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
#wrapper{
    overflow: hidden;
}
h2{
    font-size: 24px;
    position: relative;
    padding-left: 30px;
}
h2:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width:20px;
    height:10px;
    border-radius:10px 10px 0 0;
    background:#05489b;
}
.ar-link{
    position: relative;
    display: inline-block;
    padding: 5px 0 5px 40px;
    text-decoration: none;
    outline: none;
    color: #05489b;
}
.ar-link:before{
    content: '';
    position: absolute;
    top: 17px;
    left:0;   
    width: 30px;
    height: 1px;
    background:#0091da;
}
.ar-link:after{
    content: '';
    position: absolute;
    top: 15px;
    left:23px;
    width: 7px;
    height:1px;
    background:#0091da;
    transform: rotate(35deg);
}
/************************************************************
 header
*************************************************************/
header{
    width: 100%;
    max-width: 1600px;
    position: relative;
    margin: 0 auto;
}
header dl{
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    padding:40px 40px 20px 40px; 
    margin: 0;
    max-width: 270px;
    z-index: 9999;
}
header dl dt{
    padding: 0;
}
header dl dt img{
    width: 100%;
    height: auto;
}
header dl dd{
    padding: 0 0 0 20px;
    margin: 15px 0 0 0;
    position: relative;
}
header dl dd a{
    color: #05489b;
}
header dl dd:before{
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    background: url(../images/common/global-ic.svg) no-repeat;
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
}
/************************************************************
 btm-contact
*************************************************************/
#btm-contact{
    background: url(../images/common/btm-contact.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}
#btm-contact:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,74,104,0.45);
}
#btm-contact .inner{
    position: relative;
    z-index: 5;
    max-width: 790px;
    width: 90%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
#btm-contact .inner h3{
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 4px;
}
#btm-contact .inner ul{
    background: rgba(5,72,155,.8);
    border: 1px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 3px #fff;
    padding: 1em 0;
}
#btm-contact .inner ul li:nth-of-type(1) {
    margin-bottom: 1em;
}
#btm-contact .inner ul li:nth-of-type(1) ,
#btm-contact .inner ul li:nth-of-type(2) a{
    color: #fff;
    line-height: 100%;
    width: 100%; 
    display: block;
    font-size: 28px;
}
#btm-contact .inner ul li:nth-of-type(1)  strong{
    position: relative;
    padding-left: 28px;
}
#btm-contact .inner ul li:nth-of-type(1)  strong:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/phone-ic-wh.svg) no-repeat;
    width: 21px;
    height: 24px;
}
#btm-contact .inner ul li:nth-of-type(1)  span{
    font-size: 13px;
    font-weight: normal;
    margin: 10px 0 0 0;
    line-height: 100%;
    display: block;
}
#btm-contact .inner ul li:nth-of-type(2)  strong{
    position: relative;
    padding-left: 26px;
}
#btm-contact .inner ul li:nth-of-type(2)  strong:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/mail-ic.svg) no-repeat;
    width: 21px;
    height: 13px;
}
/************************************************************
 footer
*************************************************************/
#footer .footer-navi{
    background: #0d2744;
    color: #fff;
    padding: 60px 0;
}
#footer .footer-navi .inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
#footer .footer-navi .inner a{
    color: #fff;
}
#footer .footer-navi .inner .footer-address{
    display: flex;
    font-size: 14px;
    line-height: 130%;
    align-items: center;
}
#footer .footer-navi .inner .footer-address li:nth-of-type(1){
    margin-right: 15px;
}
#footer .footer-navi .inner .footer-address li:nth-of-type(3),
#footer .footer-navi .inner .footer-address li:nth-of-type(4){
    width: 50px;
    text-align: center;
}
#footer .footer-navi .inner .footer-address li:nth-of-type(3) a,
#footer .footer-navi .inner .footer-address li:nth-of-type(4) a{
    display: block;
}
#footer .footer-copy{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 30px 0;
}
#footer .footer-copy ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer .footer-copy small{
    font-size: 12px;
}
#pagetop{
    position: fixed;
    right: 0;
    bottom: 50px;
    width: 50px;
    height: 50px;
    background: #0091da;
    display: flex;
    align-items: center;
}
#pagetop span{
    display: inline-block;    
    color: #fff;
    width: 14px;
    height: 14px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
    margin: 0 auto;
}
@media screen and (max-width: 992px) {
/************************************************************
 footer
*************************************************************/
#footer .footer-link .inner ul li {
    width: 24%;
}
}
@media screen and (max-width: 940px) {
}
@media screen and (max-width: 830px) {
}
@media screen and (max-width: 768px) {
/************************************************************
 footer
*************************************************************/
#footer .footer-navi .inner .footer-address{
    flex-wrap: wrap;
}
#footer .footer-navi .inner .footer-address li:nth-of-type(1),
#footer .footer-navi .inner .footer-address li:nth-of-type(2){
    width: 100%;
    margin-bottom: .5em;
}
#footer .footer-navi .inner .footer-address li:nth-of-type(3),
#footer .footer-navi .inner .footer-address li:nth-of-type(4){
    margin-top: .5em;
}
}
@media screen and (max-width: 766px) {
}
@media screen and (max-width: 740px) {
}
@media screen and (max-width: 640px) {
/************************************************************
 header
*************************************************************/
header dl{
    max-width: 250px;
    padding:40px 20px 20px 20px;  
}
/************************************************************
 btm-contact
*************************************************************/
#btm-contact .inner h3 span{
    display: inline;
}
#btm-contact .inner{
    text-align: left;
}
#btm-contact .inner ul li:nth-of-type(1),
#btm-contact .inner ul li:nth-of-type(2){
    width: 100%;
    margin-bottom: 1em;
}
#btm-contact .inner ul li:nth-of-type(1) a,
#btm-contact .inner ul li:nth-of-type(2) a{
    padding: 22px 20px;
    width: 100% 
}
#footer .footer-link .inner ul li {
    width: 48%;
}
}
@media screen and (max-width: 460px) {
/************************************************************
 btm-contact
*************************************************************/
#btm-contact .inner ul li:nth-of-type(1) a{
    font-size: 1.3em;
    white-space: nowrap;
}
#btm-contact .inner ul li:nth-of-type(2) a{
    font-size: 1.2em;
    white-space: nowrap;
}
#btm-contact .inner ul li:nth-of-type(1) a span{
    display: block;
    padding-top: .5em;
}
/************************************************************
 footer
*************************************************************/
#footer .footer-navi .inner nav ul>li {
    width: 100%;
}
#footer .footer-copy ul li{
    width: 100%;
    margin-bottom: 1em;
}
#footer .footer-copy ul li:first-child{
    order: 2;
}
}
@media screen and (max-width: 350px) {
/************************************************************
 header
*************************************************************/
header dl{
    width: 70%;
}
/************************************************************
 footer
*************************************************************/
#footer .footer-link .inner ul li {
    width: 100%;
}
}
@media screen and (max-width: 300px) {
/************************************************************
 btm-contact
*************************************************************/
#btm-contact .inner ul li:nth-of-type(2) a{
    font-size: 1em;
}
}