body {
    font-family: "Shippori Mincho", serif !important;
    font-weight: 500;
    font-style: normal;
}

.navi_wrapper {
    width: 100%;
    background-color: #056fa1;
}

nav {
    width: 1200px;
    height: 60px;
    font-size: 14pt;
    margin: 0 auto;
    padding-top:16px;
}

.nav_logo img{
    width: 15%;
    z-index: 100 !important;
    position: absolute;
    left: 43%;
}

nav ul{
    display: flex;
    justify-content: space-between;
    color: #FFF;
    list-style: none;
}

nav ul li a {
    color: #FFF;
}

nav ul a:visited {
    color: #FFF;
}

.top_key {
    height: 630px;
    width: 100%;
    background-image: url(../img/10002859_l.jpg);
    background-size: cover;
    background-position:bottom;
}

.top_key p{
    position: absolute;
    font-size: 32pt;
    color: #FFF;
    left: 60px;
    top: 40%;
}

.top_key::before {
    content: '';
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 630px;
    background-color: rgba(0, 0, 0, 0.5);
}

.top_info {
    display: flex;
}

.top_info_l {
    width: 50%;
}

.top_info_r {
    font-size: 14pt;
    color: #FFF;
    width: 50%;
    background-color: #64a6c6;
    padding: 60px 30px;
    line-height: 2.5em;
}

.top_info_bottom {
    text-align: center;
    font-size: 16pt;
    margin: 60px;
    color: #056fa1;
}

.service_h2 {
    color: #FFF !important;
    width: 100%;
    background-color:#056fa1;
    padding: 10px;
}

.service_h2_inner {
    width: 1200px;
    margin: 0 auto;
}

.service {
    width: 1200px;
    margin: 0 auto;
}

.service ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    margin: 60px auto;
}

.service ul li{
    width: 80%;
}

.service ul li img{
    width: 90%;
}

.about_campany_wrapper {
    background-color: #64a6c6;
    width: 100%;
    padding: 60px 0;
}

.company_history {
    display: flex;
    color: #FFF;
    margin-bottom: 60px;
}

.about_campany_inner h2 {
    color: #FFF;
    text-align: center;
    padding: 10px 0 70px 0;
}

.company_history h3{
    border-bottom: 1px solid #FFF;
    padding: 20px 0;
    margin-bottom: 30px;
}

.history_l {
    width: 50%;
}

.history_l img{
    width: 100%;
}

.history_r {
    font-size: 14pt;
    width: 50%;
    padding: 0 0 0 40px;
    line-height: 2.5em;
}

.company_greeting {
    display: flex;
    color: #FFF;
    margin-bottom: 40px;
}

.company_greeting h3{
    border-bottom: 1px solid #FFF;
    padding: 20px 0 20px 40px;
    margin-bottom: 30px;
}

.greeting_r {
    width: 50%;
}

.greeting_r img{
    width: 100%;
}

.greeting_l {
    font-size: 14pt;
    width: 50%;
    padding: 0 40px 0 0 ;
    line-height: 2.5em;
}

.greeting_l p{
    padding-left: 40px;
}

.shop_info h2 {
    text-align: center;
    color: #0071a7;
    padding: 70px 0 50px 0;
}

.shopinfo_text {
    width: 1200px;
    margin: 0 auto;
}

.shopinfo_text table{
    font-size: 14pt;
    color:#0071a7;
    width: 100%;
    margin-bottom: 60px;
    
}

.shopinfo_text table tr {
    border-bottom: 1px solid #0071a7;
}

.shopinfo_text table tr td{
    padding:10px;
}

footer {
    width: 100%;
    padding: 20px 0 10px 0;
    background-color: #0071a7;
    color: #FFF;
    text-align: center;
}

a {
    color: #FFF !important;
    text-decoration: none !important;
}

a:hover {
    color: #FFF;
    text-decoration: underline !important;
}

a:visited {
    color: #FFF;
    text-decoration: none;
}

.mailform_wrapper {
    background-color: #64a6c5;
    width: 100%;
}

.mailfrom_inner {
    width: 1200px;
    margin: 0 auto;
}

.mailfrom_inner h2 {
    text-align: center;
    color: #FFF;
    padding: 70px 0 50px 0;
}

.mailfrom_inner table {
    width: 80%;
    margin: 0 auto;
}

.mailfrom_inner th{
    color: #FFF;
    width: 30%;
    /* border: #fFF 1px solid; */
}

.mailfrom_inner td{
    /* border: #fFF 1px solid; */
    padding-bottom: 16px;
}

.mail_submit {
    text-align: center;
}

.mailfrom_inner input,textarea{
    border-radius: 6px;
    border: none;
}