@charset "UTF-8";

.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-inner{
    max-width: 1200px;
    width: 94%;
    padding: 0 3%;
    margin: 0 auto;
}

.mb10{
    margin-bottom: 10%;
}

.contact-table th.must::after{
    content:"required";
    position: relative;
    right: auto;display: block;
    font-size: 12px;
}

#global-header .flex{
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

#global-header h1 {
    float: none;
    width: 127px;
    height: 25px;
    margin: 33px 0 33px 35px;
}

.en-globalnav{
    margin-right: 35px;
    margin-top: 15px;
}

.en-globalnav a{
    display: block;
    padding: 1em 0.75em;
    color: #444;
    font-size: 108%;
    letter-spacing: 0.1em;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.language{
    position: absolute;
    background: #00358a;
    width: 108px;
    padding:3px 0;
    text-align: center;
    display: block;
    top:0;
    right: 0;
    margin-right: 25px;
}

.language a{
    display: block;
    color:#fff;
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

#global-footer{
    height: 30px;
}

.en-main{
    width: 100%;
    margin-bottom: 6%;
}

.en-main img{
    width: 100%;
}

.en-contents1 .text{
    width: 45%;
    margin-right: 5%;
    font-size: 14px;
    line-height: 1.8;
}

.en-contents1 .img{
    width: 50%;
}

.en-contents1 .img img{
    width: 100%;
}

.en-title{
    font-size: 40px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 5%;
    color:#00358a;
}

.en-contents2 .topitem .logo{
    width: 20%;
    
}
.en-contents2 .topitem .text{
    width: 75%;
    margin-right: 5%;
}

.en-contents2 img{
width: 100%;
}

.en-contents2 .topitem{
    width: 100%;
    max-width: 900px;
    margin: 0 auto 6%;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.en-contents2 h3{
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 1%;
    padding:0 2%;;
}

.en-contents2 .img{
    margin-bottom: 8%;
}

.en-contents2 section{
    width: 33.333%; 
    padding: 0 5%;
    border-left: 1px solid #00358a;
	box-sizing: border-box;
	-webkit-box-sizing : border-box;
}

.en-contents2 section:first-child{
    border-left:none;
}

.en-contents2 section h3{
    text-align: center;
    margin-bottom: 30px;
}

.en-contents3 .link a{
    display: block;
    width: 100%;
    max-width: 410px;
    padding: 10px 2%;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    background:  #00358a;
    color:#fff;
    margin: 0 auto;
}

.en-table{
	box-sizing: border-box;
	-webkit-box-sizing : border-box;
    max-width: 815px;
    width: 100%;
    margin: 0 auto 8%;
}

.en-table th{
    text-align: left;
    vertical-align: top;
    padding: 2%;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
}

.en-table td{
    padding: 2%;
    border-bottom: 1px solid #ddd;
    line-height: 1.8;
}

@media screen and (max-width: 782px){
    .mb10{
        margin-bottom: 15%;
    }
    .contact-table th.must::after{
        display: inline-block;
        margin-left: 10px;
    }
    #global-header h1{
        margin: 18px 8px;
    }
    #global-header{
        position: fixed;
        top: 0;
        width: 100%;
        height: 60px;
        background: #fff;
        z-index: 105;
        box-shadow: 0px 0px 2px 0px rgba(3, 0, 0, 0.3);
    }
    .en-globalnav{
        margin-right: 18px;
    }
    .language{
        margin-right: 0;
        padding: 0;
        width: 70px;
    }
    .language a{
        font-size: 11px;
    }
    #global-footer{
        height: 80px;
    }
    .en-main{
        margin-bottom: 10%;
    }
    .en-title{
        font-size: 26px;
        margin-bottom: 8%;
    }

    .en-contents1 .text{
        width: 100%;
        margin: 0 auto 5%;
    }

    .en-contents1 .img{
        width: 100%;
    }
    .en-contents2 .topitem .logo{
        width: 50%;
        margin: 0 auto 5%;
    }
    .en-contents2 .topitem .text{
        width: 100%;
        margin:0 auto 6%;
    }
    .en-contents2 h3{
        font-size: 18px;
    }

    .en-contents2 section{
        width:100%; 
        padding: 30px 3%;
        border-top: 1px solid #00358a;
        border-left: none;
    }

    .en-contents2 section:last-child{
        border-bottom:  1px solid #00358a;
    }

    .en-contents2 section h3{
        margin-bottom: 15px;
    }
    .en-table {
        border-top:1px solid #ddd;
    }

    .en-table th{
        display: block;
        width: 100%;
        font-size: 16px;
        padding: 3% 2%;
    }

    .en-table td{
        display: block;
        width: 100%;
        padding: 3% 2% 5%;
    }

}