* {
    font-family: 'Roboto', 'Noto Sans CJK JP', 'Helvetica Neue', YuGothicM, YuGothic, Meiryo, sans-serif;
    /* line-height: 1.8; */
    margin: 0;
    padding: 0;
}

/**
 * navMenu
 */
body {
/*    margin-top: 80px;*/
    /*20190314*/
    margin-top: 70px;
}

.navMenu {
    z-index: 9999;
    position: fixed;
/*    padding: 20px 30px;*/
    padding: 10px 30px;
    top: 0px;
    left: 0px;
    width: calc(100% - 60px);
/*    height: 40px;*/
    height: 50px;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); /* #000 */
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); /* #000 */
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); /* #000 */
    -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); /* #000 */
    -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); /* #000 */
}

.navMenu .section-container {
    text-align: left;
}

.leftMenu {
    line-height: 50px;
}

/*20190314*/
.rightMenu{
  height: 50px;
  line-height: 50px;
}
/*20190314*/

.rightMenu, .rightMenu-list,
.rightMenu .listItem {
    display: inline-block;
}

.leftMenu {
    position: relative;
    display: inline-block;
}

.leftMenu::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 1px #b4b3b3;
    border-right: solid 1px #b4b3b3;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    pointer-events: none;
}

.leftMenu .leftMenu-langSelect {
    padding: 3px 22px 3px 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #ccc;
    background-color: #fff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
}

.leftMenu .leftMenu-langSelect::-ms-expand {
    display: none;
}

.navMenu-logo {
    text-decoration: none;
}

.navMenu-logo-img {
    display: inline-block;
/*    height: 23px;*/
    height: 50px;
    vertical-align: bottom;
/*    margin-top: 9px;
    margin-bottom: 8px;*/
    margin-right: 20px;
    border: 0;
}

.rightMenu {
    float: right;
}

.rightMenu .listItem {
    height: 37px;
    line-height: 40px;
}

.rightMenu .listItem a {
    display: block;
    text-decoration: none;
    color: #000;
    /* font-weight: bold; */
    padding-left: 10px;
    padding-right: 10px;
}

.rightMenu .list-listItem_blueBorder {
    height: 35px;
    border-bottom: solid 2px #3d9be3;
}

.rightMenu .list-listItem_blueBackground {
    background-color: #0085B0;
}
.rightMenu .list-listItem_redBackground {
    background-color: #c51919;
}

.rightMenu .list-listItem_blueBackground,
.rightMenu .list-listItem_redBackground {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  margin-left: 5px;
}

.rightMenu .list-listItem_blueBackground a,
.rightMenu .list-listItem_redBackground a {
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}

.spContentsMenu,
.spContentsMenu span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.spContentsMenu {
    position: relative;
    display: none;
    width: 44px;
    height: 40px;
    /* margin-top: -10px; */
    margin-right: -10px;
    border-left: solid 1px #707070;
}
.spContentsMenu span {
    position: absolute;
    left: 11px;
    width: calc(100% - 22px);
    height: 2px;
    background-color: #4595f4;
    /* border-radius: 4px; */
}
.spContentsMenu span:nth-of-type(1) {
    top: 11px;
}
.spContentsMenu span:nth-of-type(2) {
    top: 19px;
}
.spContentsMenu span:nth-of-type(3) {
    bottom: 11px;
}

.spContentsMenu.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.spContentsMenu.active span:nth-of-type(2) {
    opacity: 0;
}
.spContentsMenu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}

.spLanguageMenu,
.spLanguageMenu span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}

.spLanguageMenu {
    position: relative;
    display: none;
    color: #000;
    text-decoration: none;
    line-height: 40px;
    height: 40px;
    padding-right: 25px;
    padding-left: 5px;
    border: 0;
    vertical-align: top;
}

.spLanguageMenu span:nth-of-type(2) {
    position: absolute;
    right: 5px;
    width: 10px;
    height: 1px;
    background-color: #707070;
    top: 12px;
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.spLanguageMenu span:nth-of-type(3) {
    position: absolute;
    right: 12px;
    width: 9px;
    height: 1px;
    background-color: #707070;
    top: 12px;
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

.spLanguageMenu.active span:nth-of-type(2) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
.spLanguageMenu.active span:nth-of-type(3) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.spContentsMenu-list,
.spLanguageMenu-list {
    z-index: 8888;
    position: fixed;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin-top: 50px;
    padding: 10px 30px;
    top: 0px;
    left: 0px;
    width: calc(100% - 60px);
    height: 0px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); /* #000 */
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); /* #000 */
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); /* #000 */
    -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); /* #000 */
    -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); /* #000 */
}

.spContentsMenu-list .list,
.spLanguageMenu-list .list {
    text-align: left;
}

.spContentsMenu-list .listItem,
.spLanguageMenu-list .listItem {
    display: block;
    height: 45px;
    line-height: 45px;
}

.spContentsMenu-list .listItem a,
.spLanguageMenu-list .listItem a {
    display: block;
    text-decoration: none;
    color: #000;
}
.spLanguageMenu-list .listItem div {
    display: block;
    text-decoration: none;
    color: #ccc;
}

/*20190314*/
/* .spContentsMenu-list.active,
.spLanguageMenu-list.active
 {
   height: 270px;
    margin-top: 80px;
    height: 230px;
    margin-top: 70px;
}*/
.spContentsMenu-list.active {
    height: 230px;
    margin-top: 70px;
}
.spContentsMenu-list.active.menu6 {
    height: 270px;
}

.spLanguageMenu-list.active {
    height: 140px;
    margin-top: 70px;
}

.spContentsMenu-list.active .list-listItem_blueBorder span {
    border-bottom: solid 2px #3d9be3;
}
.spLanguageMenu-list.active .list-listItem_blueBorder span {
    border-bottom: solid 2px #3d9be3;
}

.menuClose {
    display: none;
    z-index: 7777;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.menuClose.active {
    display: block;
}

/**
 * header
 */
.header-image {
    width: 100%;
    vertical-align: bottom;
}

header {
    background-color: #ecf0f5;
    font-size: 0;
}

header .left-margin {
    display: none;
}



/**
 * Section (common)
 */
.section-container {
    width: 100%;
    /* max-width: 1024px; */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

section .section-container {
    padding-top: 50px;
    padding-bottom: 130px;
}

/*20240522*/
.important{
  padding:10px 15px;
  position:absolute;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  top: 225px;
  font-size:18px;
  background-color: #c51919!important;
  color:#fff;
  width:590px;
  text-align:center;
    filter:drop-shadow(5px 5px 5px #4e4e4e);
}
.important span{
  display:inline-block;
}

@media screen and (max-width:1023px) {
.important{
    font-size:16px;
    top: 140px;
    max-width:590px;
    width:70%;
  }
}

.container-title {
    margin-top: 5px;
    padding: 0 20px;
    color: #373740;
}
.container-title img {
    max-width: 100%;
}

.container-subtitle {
    /* font-weight: bold; */
    color: #9595a5;
}

.container-introduction {
    margin-top: 50px;
    line-height: 1.8;
    padding-left: 30px;
    padding-right: 30px;
}

.logo-table {
    text-align: center;
    height: 100%;
    width: 100%;
    margin-top: 40px;
}

.logo-table table {
    width: 70%;
    border: 1px solid #dddddd;
    border-style: groove;
    margin: 0 auto;
}

.logo-table table td {
    padding: 10px 8px 10px 8px;
    border: 1px solid #dddddd;
    border-style: groove;
    text-align: center;
    background-color: #ffffff;
}

.logo-table td img {
    width: 70%;
}

.logo-table table td:first-child {
    padding: 5px 3px 5px 3px;
}

.container-button {
    display: inline-block;
    text-decoration: none;
    margin-top: 50px;
    padding: 13px 50px;
    color: #fff;
    background-color: #43c0e0;
    border: solid 2px #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 0 3px 6px rgba(21, 30, 42, 0.3); /* #354c6c */
    -moz-box-shadow: 0 3px 6px rgba(21, 30, 42, 0.3); /* #354c6c */
    -webkit-box-shadow: 0 3px 6px rgba(21, 30, 42, 0.3); /* #354c6c */
    -o-box-shadow: 0 3px 6px rgba(21, 30, 42, 0.3); /* #354c6c */
    -ms-box-shadow: 0 3px 6px rgba(21, 30, 42, 0.3); /* #354c6c */
}

.container-row {
    max-width: 636px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

/**
 * About Omni THK ?
 */
.container-title-textRed {
    color: #D70C18;
}

.container-title_textTransparent {
    color: #E39297;
}

.section-about {
    background-color: #ecf0f5;
}

.section-about .container-introduction {
    color: #373740;
}

.section-about .container-list {
    font-size: 0;
}

.section-about .container-row a {
    font-size: 16px;
}

.section-about .listItem {
    display: inline-block;
    width: calc(100% / 4);
    vertical-align: top;
}

.section-about .listItem-image,
.section-about .listItem-textLink {
    display: block;
}

.section-about .listItem-image {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    border: 0;
    border-radius: 75px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    -o-border-radius: 75px;
    -ms-border-radius: 75px;
}

.section-about .container-row {
    margin-top: 55px;
}

.section-about .container-row a {
    text-decoration: none;
    color: #4595f4;
}

.section-about .section-container {
    padding-bottom: 50px;
}

/**
 * Movie
 */
.section-movie {
    background-color: #fafcff;
}

.container-video {
    display: block;
    border-color: #fff;
    text-decoration: none;
}

.container-video .videoWrapper {
    display: inline-block;
    position:relative;
    margin-top: 50px;
    text-decoration: none;
    border: solid 10px #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); /* #000 */
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); /* #000 */
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); /* #000 */
    -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); /* #000 */
    -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3); /* #000 */
}

.container-video .videoWrapper img {
    /* height: 280px; */
    max-width: 616px;
    text-decoration: none;
    vertical-align: bottom;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

/**
 * Omni Select / Omni Order
 */
.section-contents .container-introduction,
.section-contents .blockItem-title,
.section-contents .blockItem-description {
    color: #393939;
}

.section-contents .container-introduction {
    line-height: 1.8;
}

.section-contents .container-introlist {
    display: inline-block;
    text-align: left;
    margin: 20px 30px 0 20px;
    padding-right: 0;
}

.section-contents:nth-child(even) {
    background-color: #ecf0f5;
}

.section-contents:nth-child(odd) {
    background-color: #fafcff;
}

.section-contents .block {
    overflow: auto;
}

.section-contents .container-row {
    margin-top: 50px;
}

.section-contents .container-video + .container-row {
    margin-top: 130px;
}

.section-contents .blockItem-button {
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
    color: #4595f4;
}

.section-contents .blockItem {
    text-align: left;
    width: 50%;
}

.section-contents .blockItem img {
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.section-contents .block-left {
    float: left;
}

.section-contents .block-right {
    float: right;
}

.section-contents .block-right .blockItem-title {
    position: relative;
    margin-bottom: 33px;
    margin-left: 75px;
}

.section-contents .block-right .blockItem-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 30px;
    border-bottom: 4px solid #4595f4;
}

.section-contents .block-right .blockItem-description {
    line-height: 1.8;
    margin-left: 75px;
}

.section-contents .block-right .blockItem-button {
    line-height: 1.8;
    margin-left: 75px;
}

.section-contents .block-left .blockItem-title {
    position: relative;
    margin-bottom: 33px;
    margin-right: 75px;
}

.section-contents .block-left .blockItem-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 30px;
    border-bottom: 4px solid #4595f4;
}

.section-contents .block-left .blockItem-description {
    line-height: 1.8;
    margin-right: 75px;
}

.section-contents .block-left .blockItem-button {
    line-height: 1.8;
    margin-right: 75px;
}

#Section2 .section-container,
#Section3 .section-container,
#Section4 .section-container,
#Section5 .section-container {
    background-size: auto 90px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
html:lang(id) #Section2 .section-container,
html:lang(id) #Section3 .section-container,
html:lang(id) #Section4 .section-container,
html:lang(id) #Section5 .section-container {
    background-size: auto 70px;
}

/*html:lang(ja) #Section2 .section-container {
    background-image: url("../img/background-image-movie.png");
    background-position: left bottom;
}*/

html:lang(en) #Section2 .section-container {
    background-image: url("../img/background-image-movie_en.png");
    background-position: left bottom;
}
html:lang(id) #Section2 .section-container {
    background-image: url("../img/background-image-movie_id.png");
    background-position: left bottom;
}
html:lang(pt) #Section2 .section-container {
    background-image: url("../img/background-image-movie_pt.png");
    background-position: left bottom;
}
html:lang(th) #Section2 .section-container {
    background-image: url("../img/background-image-movie_th.png");
    background-position: left bottom;
}
html:lang(zh-cmn-Hans) #Section2 .section-container {
    background-image: url("../img/background-image-movie_zh-cn.png");
    background-position: left bottom;
}

html:lang(ja) #Section3 .section-container {
    background-image: url("../img/background-image-fastdelivery.png");
    background-position: right bottom;
}
html:lang(en) #Section3 .section-container {
    background-image: url("../img/background-image-fastdelivery_en.png");
    background-position: right bottom;
}
html:lang(id) #Section3 .section-container {
    background-image: url("../img/background-image-fastdelivery_id.png");
    background-position: right bottom;
}
html:lang(pt) #Section3 .section-container {
    background-image: url("../img/background-image-fastdelivery_pt.png");
    background-position: right bottom;
}
html:lang(th) #Section3 .section-container {
    background-image: url("../img/background-image-fastdelivery_th.png");
    background-position: right bottom;
}
html:lang(zh-cmn-Hans) #Section3 .section-container {
    background-image: url("../img/background-image-fastdelivery_zh-cn.png");
    background-position: right bottom;
}

html:lang(ja) #Section4 .section-container {
    background-image: url("../img/background-image-orders.png");
    background-position: left bottom;
}
html:lang(en) #Section4 .section-container {
    background-image: url("../img/background-image-orders_en.png");
    background-position: left bottom;
}
html:lang(id) #Section4 .section-container {
    background-image: url("../img/background-image-orders_id.png");
    background-position: left bottom;
}
html:lang(pt) #Section4 .section-container {
    background-image: url("../img/background-image-orders_pt.png");
    background-position: left bottom;
}
html:lang(th) #Section4 .section-container {
    background-image: url("../img/background-image-orders_th.png");
    background-position: left bottom;
}
html:lang(zh-cmn-Hans) #Section4 .section-container {
    background-image: url("../img/background-image-orders_zh-cn.png");
    background-position: left bottom;
}

#Section5 .section-container {
    background-image: url("../img/background-image-omniedge.png");
    background-position: right bottom;
}
#Section5.Regi .section-container {
    background-image: url("../img/background-image-registration.png");
    background-position: right bottom;
}

.section-contents_onlyIntroduction .container-introduction {
    margin-top: 0;
}

.section-contents_onlyIntroduction .section-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-contents_onlyIntroduction .section-container .sp-only {
    display: none;
}

/**
 * Contact
 */
.section-contact {
    height: 558px;
    background-color: #4595f4;
}

.section-contact .section-container {
    padding-bottom: 0;
}

.section-contact .container-title,
.section-contact .container-subtitle,
.section-contact .container-introduction {
    color: #fff;
}

.section-contact .container-introduction {
    line-height: 1.8;
}

.section-contact .listItem {
    display: inline-block;
    line-height: 2.5;
}

.section-contact .listItem:not(:nth-child(1)):before {
    content: "　|　";
    color: #fff;
}

.section-contact .listItem a {
    color: #fff;
    text-decoration: none;
}

.section-contact .container-list {
    margin-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
}

.section-contact .container-contacts {
    margin-top: 75px;
    padding: 0 30px;
    line-height: 1.8;
    color: #393939;
}

/**
 * footer
 */
footer {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    background-color: #373740;
    color: #fff;
    text-align: center;
}

/**
 * Responsive
 */
@media screen and (min-width:1024px) {
    /* navMenu */
    .leftMenu .listItem {
        font-size: 14px;
    }

    .leftMenu .listItem a {
        font-size: 14px;
    }

    .rightMenu .listItem a {
        font-size: 14px;
    }

    /* header */
    .header-image {
        width: 1024px;
        vertical-align: baseline;
    }

    header .left-margin {
        display: inline-block;
        width: calc((100% - 1024px) / 2);
        /* background-color: #4595f4; */
        /* height: 688px; */
    }

    header .section-container {
        display: inline-block;
        /* width: calc(1024px + ((100% - 1024px) / 2)); */
        max-width: calc(1024px + ((100% - 1024px) / 2));
        margin: 0;
        text-align: left;
        background-image: url("../img/header-main-image-background.png");
	    background-repeat: repeat-x;
    }

    /* Section (common) */
    .container-title {
        font-size: 30px;
    }
    .container-subtitle {
        font-size: 14px;
    }
    .container-introduction {
        font-size: 16px;
    }
    .container-button {
        font-size: 18px;
    }
    .section-container {
        max-width: 1024px;
    }
    .header-image {
        height: 680px; /* height: 688px; */
    }

    /* Contact */
    .section-contact .listItem a {
        font-size: 18px;
    }
}

@media screen and (max-width:1023px) {
    /* navMenu */
    .leftMenu, .rightMenu .rightMenu-list {
        display: none;
    }
    .spLanguageMenu, .spContentsMenu {
        display: inline-block;
    }

    .leftMenu .listItem {
        font-size: 14px;
    }

    .leftMenu .listItem a {
        font-size: 14px;
    }

    .rightMenu .listItem a {
        font-size: 14px;
    }

    /* Section (common) */
    .container-title {
        font-size: 30px;
    }
    .container-subtitle {
        font-size: 14px;
    }
    .container-introduction {
        font-size: 16px;
    }
    .container-button {
        font-size: 18px;
    }
    .section-container {
        max-width: 100%; /* 768px */
    }

    /* Contact */
    .section-contact .listItem a {
        font-size: 18px;
    }
}

/*20190314*/
@media screen and (max-width:767px) {
    body {
  /*      margin-top: 40px;*/
        margin-top: 50px;
    }

    .spContentsMenu-list,
    .spLanguageMenu-list {
        margin-top: 10px;
    }

    .spContentsMenu-list.active,
    .spLanguageMenu-list.active {
        margin-top: 40px;
    }
/*20190314*/
    .navMenu {
/*        padding: 10px;
        height: 20px;*/
        padding: 5px 10px;
        height: 40px;
        width: calc(100% - 20px);
    }

    .rightMenu {
        margin-top: 0px;
    }
/*20190314*/
    .navMenu .section-container {
    /*    height: 20px;*/
      height: 50px;
    }
/*20190314*/
    .navMenu-logo-img {
    /*    height: 16px;*/
        height: 40px;
        margin-top: 2px;
        margin-left: 5px;
        vertical-align: top;
    }

    .section-container {
        max-width: 100%; /* 375px */
    }
    .container-row {
        max-width: 100%; /* 295px */
    }
    .section-about .listItem-image {
        width: 70%;
        height: auto;
    }
    .container-title {
        font-size: 25px;
    }
    .container-subtitle {
        font-size: 12px;
    }
    .container-introduction {
        font-size: 14px;
        margin-top: 25px;
    }
    .container-button {
        font-size: 16px;
    }
    .section-about .container-row a {
        font-size: 13px;
    }
    .container-video {
        padding-left: 30px;
        padding-right: 30px;
    }
    .container-video .videoWrapper {
        width: calc(100% - 10px);
        border: solid 5px #fff;
    }
    .container-video .videoWrapper img {
        width: 100%;
        height: auto;
    }
    .section-contents .blockItem {
        float: none;
    }
    .section-contents .blockItem img {
        width: 100%;
        margin-top: 1em;
    }
    .section-contents .blockItem {
        width: 100%;
    }
    .section-contents .blockItem-title {
        margin-left: 0!important;
        margin-right: 0!important;
        font-size: 17px;
        text-align: center;
    }
    .section-contents .blockItem-title::after {
        right: 0!important;
        width: 100%!important;
        border-bottom: 1px solid #4595f4!important;
    }
    .section-contents .blockItem-description {
        margin-left: 0!important;
        margin-right: 0!important;
        font-size: 14px;
    }
    .section-contents .blockItem-button {
        margin-left: 0!important;
        margin-right: 0!important;
        font-size: 14px;
    }
    .section-contents .blockItem-button {
        display: block;
        text-align: center;
    }
    .section-contact .listItem a,
    .section-contact .listItem:not(:nth-child(1)):before {
        font-size: 15px;
    }
    .section-contact .container-contacts {
        margin-top: 50px;
        font-size: 12px;
    }
    section .section-container {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .section-contents .container-video + .container-row {
        margin-top: 80px;
    }
    #Section2 .section-container,
    #Section3 .section-container,
    #Section4 .section-container,
    #Section5 .section-container {
        background-size: auto 40px;
        background-repeat: no-repeat;
    }
    html:lang(id) #Section2 .section-container,
    html:lang(id) #Section3 .section-container,
    html:lang(id) #Section4 .section-container,
    html:lang(id) #Section5 .section-container {
        background-size: auto 35px;
    }
    .section-contents_onlyIntroduction .section-container {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .section-contents_onlyIntroduction .section-container .sp-only {
        display: inline;
    }
    .section-contact .container-list {
        margin-top: 50px;
    }
    .section-contact {
        height: auto;
        padding-bottom: 50px;
        background-color: #4595f4;
    }
    .section-contact .container-button {
        margin-top: 25px;
    }
    /*
    footer {
        height: 15px;
        background-color: #373740;
    }
    */


    @media screen and (max-width:425px) {
        .navMenu-logo-img {
          /*  height: 14px;*/
/*20190314*/
            height:35px;
            margin-top: 3px;
        }
        .spLanguageMenu span {
            font-size: 13px;
        }
        .spLanguageMenu span:nth-of-type(2) {
            right: 6px;
            width: 8px;
            top: 13px;
            -webkit-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
        }
        .spLanguageMenu span:nth-of-type(3) {
            width: 7px;
            top: 13px;
            -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
        }
        .spContentsMenu {
            width: 40px;
            height: 40px;
        }
        .spContentsMenu span:nth-of-type(1) {
            top: 12px;
        }
        .spContentsMenu span:nth-of-type(2) {
            top: 19px;
        }
        .spContentsMenu span:nth-of-type(3) {
            bottom: 12px;
        }
        .spContentsMenu.active span:nth-of-type(1) {
            -webkit-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg);
        }
        .spContentsMenu.active span:nth-of-type(3) {
            -webkit-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg);
        }
        .spContentsMenu-list .listItem a, .spLanguageMenu-list .listItem a {
            font-size: 14px;
        }
        .spContentsMenu-list .listItem, .spLanguageMenu-list .listItem {
            height: 40px;
            line-height: 40px;
        }
        .spLanguageMenu-list.active,
        .spContentsMenu-list.active {
            height: 240px;
        }
        .container-button {
            padding-left: 15px;
            padding-right: 15px;
        }
        .container-title img {
            width: calc(100% - 80px);
            margin-left: auto;
            margin-right: auto;
        }
        html:lang(id) .container-title img {
            width: 100%;
        }
        .container-introduction br {
            display: none;
        }
        .section-contents_onlyIntroduction br,
        html:lang(ja) .section-contact br {
            display: inline;
        }
        .section-contents_onlyIntroduction br.sp-only {
            display: none!important;
        }
        html:lang(pt) #Section2 .section-container,
        html:lang(pt) #Section3 .section-container,
        html:lang(pt) #Section4 .section-container,
        html:lang(pt) #Section5 .section-container {
            background-size: auto 35px;
        }
        html:lang(id) #Section2 .section-container,
        html:lang(id) #Section3 .section-container,
        html:lang(id) #Section4 .section-container,
        html:lang(id) #Section5 .section-container {
            background-size: auto 30px;
        }
    }
}

/*20190311 CN agency_img */
.section-container .three-list .listItem{
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.section-container .three-list .listItem img{
  height:120px;
  width:auto;
  margin:10px auto;
}

@media screen and (max-width:820px) {
  .section-container .three-list .listItem img{
    height:110px;
  }
}
@media screen and (max-width:767px) {
  .section-container .three-list .listItem{
    text-align:center;
    display:block;
  }
  .section-container .three-list .listItem img{
    height:auto;
  }
  .logo-table table {
    width: 90%;
  }
  .logo-table td img {
      width: 100%;
  }
}



.contact-float .block-left,.contact-float .block-right{
  padding-bottom: 40px;
}
.contact-float .block-left,.contact-float .block-right{
  float:none;
}
.section-contact .container-contacts.contact-float{
  width:auto;
}
@media screen and (min-width:768px) {
  .section-contact .container-contacts.contact-float{
    font-size:15px;
    max-width:850px;
    margin:30px auto;
  }
  .section-contact .container-contacts.contact-float:after {
  display: block;
  clear: both;
  content: "";
  }
  .contact-float .block-left{
    float:left;
    border-right:solid 1px #ffffff;
    width:49.8%;
  }
  .contact-float .block-right{
    float:right;
    width:49%;
  }
}
@media screen and (max-width:767px) {
  .contact-float .block-left,
  .contact-float .block-right{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-float .block-right{
    border-top:solid 1px #ffffff;
  }
}

img.pc{
  display:block;
}
img.sp{
  display:none;
}
@media screen and (max-width:767px) {
  img.pc{
    display:none;
  }
  img.sp{
    display:block;
  }
}
