a, h1, h2, h3, h4, h5, h6, p, span{
    font-family: 'Meiryo', sans-serif !important;
}

.top-bar {
    background: #FFFFFF;
    padding: 8px 0;
}

/*------------------------------*/

.top-bar .row {
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
}

.top-bar .row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

/*------------------------------*/

.top-bar ul {
    float: right;
    width: auto;
    display: table;
    padding: 0;
    margin: 0;
}

.top-bar li {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
    margin: 0;
}

.top-bar li:first-child {
    padding-left: 0;
}

.top-bar li:last-child {
    padding-right: 0;
}

/*------------------------------*/

a.top-phone {
    display: table;
    border-top: 1px solid transparent;
    /* border-bottom: 1px solid transparent; */
    text-decoration: none;
    color: #000000;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 26px;
}

a.top-phone > sup {
    top: -.2em;
    font-size: 18px;
}

a.top-phone:hover {
    border-bottom-color: #000000;
}

/*------------------------------*/

a.top-language {
    width: auto;
    display: table;
    text-decoration: none;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #000000;
    font-family: 'Meiryo', sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 13px;
    padding: 5px 15px 3px 15px;
    margin: 0;
}

a.top-language:hover {
    color: #FFFFFF;
    background: #0068b6;
    border-color: #0068b6;
}

/*------------------------------*/

.top-menu {
    background: #0168b7;
    z-index: 500 !important;
}

/*------------------------------*/

.top-menu ul {
    width: auto;
    display: table;
    table-layout: fixed;
    padding: 0;
    margin: 0;
}

.top-menu ul > li {
    width: 1%;
    display: table-cell;
    vertical-align: middle;
}

/*------------------------------*/

.is-sticky .top-menu ul {
    float: left;
    width: auto;
}

/*------------------------------*/

.top-menu ul > li > a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Meiryo', sans-serif;
    font-size: 18px;
    line-height: 20px;
    padding: 12px 0;
}

.top-menu ul > li > a:hover,
.top-menu ul > li > a.active,
.top-menu ul > li.open > a {
    background: #2a83d3;
}

.top-menu ul > li > a > span {
    display: block;
    border-left: 1px solid #3f8ec7;
    border-right: 1px solid #3f8ec7;
    margin: 0 -1px 0 0;
}

/*------------------------------*/

.top-menu .dropdown {
    position: static;
}

/*------------------------------*/

.top-menu-sub {
    width: 100%;
    top: auto;
    right: 0;
    left: 0;
    border: none;
    border-radius: 0;
    padding: 12px 0 10px 0;
    margin: 0;

    font-family: 'Meiryo', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

.top-menu-sub a {
    text-decoration: none;
    color: #000000;
    margin-left: 40px;
}

.top-menu-sub a:hover,
.top-menu-sub a.active {
    color: #0068b6;
}

.top-menu-sub a:first-child {
    margin-left: 0;
    font-size: 16px;
    font-weight: bold;
}

.top-menu-sub a:hover > img {
    opacity: 1;
}

/*------------------------------*/

.ShowOnTop {
    display: none;
    padding-top: 10px;
}

/*------------------------------*/

.is-sticky .ShowOnTop {
    display: block;
}

/*------------------------------*/

a.OnTopLanguage {
    width: auto;
    display: table;
    text-decoration: none;
    color: #0068b6;
    background: #FFFFFF;
    border: 1px solid transparent;
    font-family: 'Meiryo', sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
    padding: 5px 5px 3px 5px;
    margin: 0;
}

a.OnTopLanguage:hover {
    color: #FFFFFF;
    background: #0068b6;
    border-color: #FFFFFF;
}

/*------------------------------*/

.footer-box {
    color: #FFFFFF;
    background: #0168B7;
    padding-bottom: 8px;
}

/*------------------------------*/

.footer-box ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 0;
    margin: 0;
}

.footer-box ul > li {
    width: 1%;
    display: table-cell;
    vertical-align: middle;
}

/*------------------------------*/

.footer-box ul > li > a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Meiryo', sans-serif;
    font-size: 11px;
    line-height: 11px;
    padding: 12px 0;
}

.footer-box ul > li > a:hover,
.footer-box ul > li > a.active,
.footer-box ul > li.open > a {
    background: #2a83d3;
}

.footer-box ul > li > a > span {
    display: block;
    border-right: 1px solid #3f8ec7;
}

.footer-box ul > li:last-child > a > span {
    border-right: 0;
}

/*------------------------------*/

.footer-box .dropdown {
    position: static;
}

/*------------------------------*/

.footer-box-sub {
    width: auto;
    top: auto;
    right: 0;
    left: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 0 0 0;
    margin: 0;

    font-family: 'Meiryo', sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 11px;

}

.footer-box-sub a {
    text-decoration: none;
    color: #000000;
    margin-left: 20px;
}

.footer-box-sub a:hover,
.footer-box-sub a.active {
    color: #0068b6;
}

.footer-box-sub a:first-child {
    margin-left: 5px;
    font-size: 13px;
    font-weight: bold;
}

.footer-box-sub a:first-child:hover {
    color: #000000;
    cursor: default;
}

.footer-box-sub a:first-child > img {
    width: 6px;
}

.footer-box-sub a:hover > img {
    opacity: 1;
}

/*------------------------------*/

.copy-right {
    font-family: 'Meiryo',sans-serif;
    font-size: 10px;
    line-height: 10px;
    text-align: right;
    padding-top: 12px;
}

/*------------------------------*/

a.back-to-top {
    display: block;
    width: 40px;
    height: 40px;
    background: #cccccc;
    text-align: center;
    padding-top: 5px;
    margin-top: 80px;
    margin-bottom: 5px;
}

a.back-to-top:hover {
    background: #0168B7;
}

a.back-to-top:hover > img {
    opacity: 1;
}

/*------------------------------*/

.footer-contact {
    background: #FFFFFF;
    padding: 80px 0;
}

/*------------------------------*/

.footer-contact-title {
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-size: 26px;
    line-height: 26px;

    text-align: center;
}

/*------------------------------*/

ul.footer-contact-ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    padding: 0px;
    margin: 0px;
}

ul.footer-contact-ul > li {
    width: 1%;
    display: table-cell;
    vertical-align: top;
    padding: 10px 0;
}

ul.footer-contact-ul > li:first-child {
    border-right: 1px solid #bfbfbf;
}

/*------------------------------*/

.footer-contact-ul-title {
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;

    text-align: center;
}

/*------------------------------*/

.footer-contact-time {
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-size: 16px;
    line-height: 13px;

    text-align: center;
    margin: 15px 0;
}

.footer-contact-time > span {
    background: #0068b6;
    color: #FFFFFF;
    font-size: 11px;
    padding: 1px 5px 0 5px;
}

/*------------------------------*/

a.footer-contact-tel {
    display: table;
    margin: 0 auto;
    color: #0068b6;
    font-family: 'Meiryo', sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

a.footer-contact-tel:hover {
    border-bottom: 1px solid #bfbfbf;
}

/*------------------------------*/

a.footer-contact-btn {
    width: 320px;
    display: block;
    background: #2ca6e0;
    border-bottom: 4px solid #0069b5;
    color: #FFFFFF;
    font-family: 'Meiryo', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;

    text-align: center;
    text-decoration: none;
    padding: 15px 0;
    margin: 17px auto 0 auto;
}

a.footer-contact-btn:hover {
    background: #0069b5;
    border-color: #2ca6e0;
}

/*------------------------------*/

.home-part1 {
    background: #FFFFFF;
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-size: 16px;
    line-height: 28px;
    /* padding: 80px 0; */
    padding: 80px 0px 0px 0px;
}

.contentPart {
    background: #FFFFFF;
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-size: 16px;
    line-height: 28px;
}

/*------------------------------*/

.home-part1 a {
    display: block;
    border: 1px solid #dddddd;
    color: #000000;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
    padding: 8px 0;
    margin: 0 0 11px 0;
}

.home-part1 a:before {
    position: absolute;
    content: url("../../images/home/arrow-right.png");
    margin-left: 10px;
}

.home-part1 a:hover {
    background: #0068b6;
    color: #FFFFFF;
}

.home-part1 a:hover:before {
    content: url("../../images/home/arrow-right-hover.png");
}

.home-part1 a > span {
    display: block;
    padding-left: 35px;
}

/*------------------------------*/

.home-part2 {
    background: #f2f2f2;
    padding: 80px 0;
}

/*------------------------------*/

.home-part2-title {
    width: 300px;
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    border-bottom: 1px solid #b6b6b6;
    padding: 0 0 15px 0;
    margin: 0 auto;
}

/*------------------------------*/

.home-part2-box.row {
    margin: 80px -10px 0 -10px;
}

.home-part2-box.row > [class*="col-"] {
    padding: 0 10px;
}

/*------------------------------*/

.home-part2-box a {
    display: block;
    text-decoration: none;
    outline: 0;
}

.home-part2-box a:hover img {
    opacity: 1;
}

.home-part2-box a:hover > .home-part2-box-title {
    color: #0068b6;
    background: #FFFFFF;
}

.home-part2-box a > img {
    transition: 0.3s;
}

.home-part2-box a:hover > img {
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

/*------------------------------*/

.home-part2-box-title {
    color: #FFFFFF;
    background: #0068b6;
    font-family: 'Century Gothic', sans-serif;
    font-size: 20px;
    line-height: 20px;

    text-align: center;
    padding: 10px 0;
}

/*------------------------------*/

.home-part2-box-detail {
    color: #0068b6;
    font-family: 'Meiryo', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    border-bottom: 1px solid #b5d0e3;
    padding: 17px 0 13px 0;
    margin: 0 0 15px 0;
}

/*------------------------------*/

.home-part2-box-detail-2 {
    color: #0068b6;
    font-family: 'Meiryo', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border-bottom: 1px solid #b5d0e3;
    padding: 10px 0 7px 0;
    margin: 0 0 15px 0;
}

/*------------------------------*/

.banner-table {
    width: 100%;
    padding: 0;
    margin: 0;
}

.banner-cell {
    width: 100%;
    height: 150px;
    display: table-cell;
    vertical-align: bottom;
    padding: 0 0 20px 0;
}

/*------------------------------*/

.banner-text {
    color: #FFFFFF;
    font-family: 'Meiryo', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;

    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

/*------------------------------*/

ul.nav-page {
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-size: 12px;
    line-height: 12px;
    padding: 20px 0 0 0;
    margin: 0 0 80px 0;
}

ul.nav-page > li {
    display: inline-block;
    vertical-align: middle;
}

ul.nav-page > li:nth-child(2) {
    padding: 0 5px;
}

ul.nav-page > li > a {
    color: #000000;
}

/*------------------------------
pages style
------------------------------*/

.pages-title {
    color: #000000;
    background: #e4e4e4;
    border-left: 4px solid #808080;
    font-family: 'Meiryo', sans-serif;
    font-weight: bold;
    font-size: 20px;

    padding: 8px 8px 6px 15px;
    margin: 80px 0 50px 0;
}

/*------------------------------
contact page
------------------------------*/

.contact-banner {
    background: url("../../images/contact/banner.jpg") no-repeat center;
    background-size: cover;
}

/*------------------------------*/

.contact-title {
    display: table;
    color: #000000;
    border-bottom: 1px solid #aaaaaa;
    font-family: 'Meiryo', sans-serif;
    font-size: 24px;
    line-height: 24px;

    text-align: center;
    padding: 0 0 15px 0;
    margin: 0 auto;
}

/*------------------------------*/

.contact-text1 {
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: 50px 0;
}

/*------------------------------*/

a.contact-tel {
    display: table;
    color: #000000;
    border-bottom: 1px solid transparent;
    font-family: 'Meiryo', sans-serif;
    /* font-weight: bold; */
    /* font-size: 28px; */
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    padding: 0;
    margin: 30px auto;
}

a.contact-tel:hover {
    border-bottom: 1px solid #aaaaaa;
}

/*------------------------------*/

.contact-time {
    width: 375px;
    color: #000000;
    border: 1px solid #aaaaaa;
    font-family: 'Meiryo', sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 8px 0 5px 0;
    margin: 0 auto 10px auto;
}

/*------------------------------*/

.contact-step {
    width: 600px;
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-size: 14px;
    line-height: 26px;

    margin: 50px auto;
}

.contact-step.one {
    background: url("../../images/contact/step1.png") no-repeat;
    background-size: 100% 100%;
}

.contact-step.two {
    background: url("../../images/contact/step2.png") no-repeat;
    background-size: 100% 100%;
}

.contact-step.three {
    background: url("../../images/contact/step3.png") no-repeat;
    background-size: 100% 100%;
}

/*------------------------------*/

.contact-step > ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 0;
    margin: 0;
}

.contact-step > ul > li {
    width: 1%;
    height: 35px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 2px 0 0 0;
    margin: 0;
}

.contact-step > ul > li.active {
    color: #FFFFFF;
}

.contact-step > ul > li:nth-child(2) {
    padding-left: 20px;
}

/*------------------------------*/

.contact-form {
    color: #4d4d4d;
    font-family: 'Meiryo', sans-serif;
    font-size: 14px;
    line-height: 14px;
    word-break: break-all;
}

/*------------------------------*/

.contact-form.row {
    width: 100%;
    display: table;
    padding: 0;
    margin: 8px 0;
}

.contact-form.row > [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.contact-form.row > [class*="col-"]:first-child {
    background: #e6e6e6;
    border-right: 20px solid #FFFFFF;
    padding: 0 10px 0 15px;
}

.contact-form.row > [class*="col-"]:first-child > span {
    float: right;
    color: #FFFFFF;
    background: #ad181f;
    font-size: 10px;
    line-height: 10px;
    padding: 4px;
    margin: -2px 0;
}

/*------------------------------*/

.contact-form.row > [class*="col-"].vTop {
    vertical-align: top;
    padding-top: 10px;
}

/*------------------------------*/

.contact-form.confirm.row > [class*="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*------------------------------*/

.contact-form.row > [class*="col-"] > ul {
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
}

.contact-form.row > [class*="col-"] > ul > li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
}

.contact-form.row > [class*="col-"] > ul > li:first-child {
    padding-left: 0;
}

.contact-form.row > [class*="col-"] > ul > li:last-child {
    padding-right: 0;
}

/*------------------------------*/

.contact-form .form-control {
    border-radius: 0 !important;
}

/*------------------------------*/

.contact-form .radio {
    margin: 6px 0 0 0;
}

.contact-form .radio label::before,
.contact-form .radio label::after {
    margin-top: -3px;
    outline: 0 !important;
}

/*------------------------------*/

.contact-not-robot {
    display: table;
    margin: 100px auto 0 auto;
}

/*------------------------------*/

.contact-btn {
    display: inline-block;
    width: 220px;
    color: #FFFFFF;
    background: #2ca6e0;
    border: none;
    font-family: 'Meiryo', sans-serif;
    font-size: 18px;
    line-height: 18px;

    text-align: center;
    padding: 13px 0 10px 0;
    margin: 100px auto 0 auto;
}

.contact-btn:hover {
    background: #0068b6;
}

/*------------------------------*/

.contact-thank-text {
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin: 50px 0 80px 0;
}

/*------------------------------
company page
------------------------------*/

.company-banner {
    background: url("../../images/company/banner.jpg") no-repeat center;
    background-size: cover;
}

/*------------------------------*/

.company-table {
    width: 100%;
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    margin: 0;
}

.company-table td {
    vertical-align: top;
    border-top: 1px dashed #dddddd;
    padding: 10px 40px;
}

.company-table td:first-child {
    width: 220px;
    padding-right: 0;
}

.company-table tr:last-child > td {
    border-bottom: 1px dashed #dddddd;
}

.company-table a {
    color: #000000;
}

.company-table span {
    display: inline-block;
    color: #FFFFFF;
    background: #666666;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    padding: 4px 15px 2px 15px;
}

/*------------------------------*/

ul.company-map {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 0;
    margin: 0;
}

ul.company-map > li {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    padding: 0 8px;
}

ul.company-map > li:first-child {
    padding-left: 0;
}

ul.company-map > li:last-child {
    padding-right: 0;
}

/*------------------------------*/

ul.company-map iframe {
    padding: 0;
    margin: 0 0 -5px 0;
}

/*------------------------------*/

a.company-map-link {
    display: block;
    color: #0068b4;
    background: #FFFFFF;
    border: 1px solid #0068b4;
    font-family: 'Meiryo', sans-serif;
    font-size: 16px;
    line-height: 16px;

    text-align: center;
    text-decoration: none;
    padding: 10px;
    margin: 16px 0 0 0;
}

a.company-map-link:hover {
    color: #FFFFFF;
    background: #0068b4;
}

/*------------------------------*/

.company-travel {
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-size: 16px;
    line-height: 26px;

    margin: 30px 20px 0 20px;
}

.company-travel > ul {
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
}

.company-travel > ul + ul {
    margin-top: 30px;
}

.company-travel > ul > li {
    display: table-cell;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.company-travel > ul > li:first-child {
    width: 230px;
}

/*------------------------------*/

.company-travel-label1 {
    color: #FFFFFF;
    background: #0168b5;

    text-align: center;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 30px 0 0;
}

/*------------------------------*/

.company-travel-label2 {
    color: #FFFFFF;
    background: #3494c4;

    text-align: center;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 30px 0 0;
}

/*------------------------------*/

.company-chart-bg {
    height: auto;
    background: url("../../images/company/chart.jpg") no-repeat;
    background-size: 100% 100%;
    margin: 50px 0 0 0;
}

/*------------------------------*/

.company-chart-text1 {
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-size: 14px;

    text-align: center;
}

/*------------------------------*/

.company-chart-text2 {
    width: 100%;
    display: table;
    color: #FFFFFF;
    font-family: 'Meiryo', sans-serif;
    font-size: 18px;

    text-align: center;
}

.company-chart-text2 > span {
    height: 45px;
    display: table-cell;
    vertical-align: middle;
}

/*------------------------------*/

.company-chart-text3 {
    width: 100%;
    display: table;
    table-layout: fixed;
    color: #FFFFFF;
    font-family: 'Meiryo', sans-serif;
    font-size: 16px;

    text-align: center;
    margin: 55px 0 0 0;
}

.company-chart-text3 > span {
    width: 1%;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
}

/*------------------------------*/

.company-chart-text4 {
    width: 100%;
    display: table;
    table-layout: fixed;
    color: #FFFFFF;
    font-family: 'Meiryo', sans-serif;
    font-size: 12px;

    text-align: center;
    margin: 55px 0 0 0;
}

.company-chart-text4 > span {
    height: 45px;
    display: table-cell;
    vertical-align: middle;
}

.company-chart-text4 > span:first-child {
    padding-right: 5px;
}

.company-chart-text4 > span:last-child {
    padding-left: 5px;
}

/*------------------------------*/

.company-chart-text5 {
    position: absolute;
    color: #FFFFFF;
    font-family: 'Meiryo', sans-serif;
    font-size: 12px;
    text-align: center;

}

/*------------------------------*/

ul.company-access-ul {
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
}

ul.company-access-ul > li {
    display: table-cell;
    vertical-align: top;
    padding: 8px;
}

ul.company-access-ul > li:first-child {
    width: 580px;
    padding-left: 0;
}

ul.company-access-ul > li:last-child {
    padding-right: 0;
}

/*------------------------------*/

.company-access-title {
    color: #000000;
    background: #edf5ff;
    border-left: 4px solid #0168b5;
    font-family: 'Meiryo', sans-serif;
    font-weight: bold;
    font-size: 18px;

    padding: 8px 8px 6px 15px;
    margin: 50px 0 0 0;
}

/*------------------------------*/

.company-access-text1 {
    border-bottom: 1px solid #dddddd;
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-size: 16px;

    padding: 0 0 2px 0;
    margin: 10px 0;
}

/*------------------------------*/

.company-access-text2 {
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-size: 14px;

}

.company-access-text2 a {
    color: #000000;
}

/*------------------------------*/

a.company-access-label {
    display: inline-block;
    color: #FFFFFF !important;
    background: #f5b32c;
    font-family: 'Meiryo', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;

    text-decoration: none;
    padding: 5px 10px 3px 10px;
    margin: 5px 0 0 0;
}

a.company-access-label:hover {
    background: #d4030f;
}

/*------------------------------*/

.company-access-table {
    width: 860px;
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    margin: 30px auto 0 auto;
}

.company-access-table tr:last-child > td {
    border-bottom: 1px dashed #dddddd;
}

.company-access-table td {
    vertical-align: top;
    border-top: 1px dashed #dddddd;
    padding: 10px 0;
}

.company-access-table td:nth-child(1) {
    width: 310px;

}

.company-access-table td:nth-child(3) {
    width: 60px;
    vertical-align: middle;
}

/*------------------------------*/

.company-access-table td:nth-child(1) > p {
    margin-bottom: 10px;
}

.company-access-table td:nth-child(2) > p {
    margin-bottom: 5px;
}

/*------------------------------*/

.company-access-table a {
    color: #000000;
}

/*------------------------------*/

.company-access-table span {
    width: 55px;
    display: inline-block;
    color: #FFFFFF;
    background: #666666;
    font-weight: bold;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    padding: 4px 0 2px 0;
}

/*------------------------------*/

a.company-access-link {
    color: #0068b4;
    font-family: 'Meiryo', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.company-access-link ul {
    width: auto;
    display: table;
    padding: 0;
    margin: 0 auto;
}

.company-access-link li {
    display: table-cell;
    vertical-align: middle;
}

.company-access-link li:first-child {
    padding-right: 5px;
}


/*------------------------------
product page
------------------------------*/

.products {
    background: #FFFFFF;
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 0 30px;
}

/*------------------------------*/


/*------------------------------
service page
------------------------------*/

.service-banner {
    background: url("../../images/service/banner.jpg") no-repeat center;
    background-size: cover;
}

/*------------------------------*/

ul.service-ul {
    width: 100%;
    clear: both;
    display: table;
    table-layout: fixed;
    background: #f2f2f2;
    padding: 0;
    margin: 0 0 30px 0;
}

ul.service-ul > li {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

ul.service-ul > li:nth-child(1) {
    padding: 20px;
}

ul.service-ul > li:nth-child(2) {
    width: 300px;
}

/*------------------------------*/

.service-ul-title {
    /* color: #0068b6; */
    color: #000000;
    border-bottom: 1px solid #999999;
    font-family: 'Meiryo', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;

    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
}

.service-ul-title small{
	font-size: 90%;
}

/*------------------------------*/

.service-ul-detail {
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-size: 14px;
    line-height: 28px;
    text

}

/*------------------------------*/

a.serviceLink {
    position: absolute;
    right: 15px;
    bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #0068b6;
    background: #0068b6;
    color: #FFFFFF;
    font-size: 13px;
    text-decoration: none;
    padding: 3px 10px 2px 15px;
}

a.serviceLink .fa {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    padding-left: 10px;
}

a.serviceLink:hover {
    background: #FFFFFF;
    color: #0068b6;
}

/*------------------------------*/

.service-ul-picText {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #FFFFFF;
    font-family: 'Meiryo', sans-serif;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1px;
    text-shadow: rgb(0, 0, 0) 2px 0 0, rgb(0, 0, 0) 1.75517px 0.958851px 0, rgb(0, 0, 0) 1.0806px 1.68294px 0, rgb(0, 0, 0) 0.141474px 1.99499px 0, rgb(0, 0, 0) -0.832294px 1.81859px 0, rgb(0, 0, 0) -1.60229px 1.19694px 0, rgb(0, 0, 0) -1.97998px 0.28224px 0, rgb(0, 0, 0) -1.87291px -0.701566px 0, rgb(0, 0, 0) -1.30729px -1.5136px 0, rgb(0, 0, 0) -0.421592px -1.95506px 0, rgb(0, 0, 0) 0.567324px -1.91785px 0, rgb(0, 0, 0) 1.41734px -1.41108px 0, rgb(0, 0, 0) 1.92034px -0.558831px 0;
}

/*------------------------------*/

.service-features-topic {
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-size: 16px;
    line-height: 24px;

    margin: 0 0 50px 0;
}

/*------------------------------*/

.service-box {
    display: block;
    margin: 0 -8px 10px -8px;
}

.service-box > ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 0;
    margin: 0;
}

.service-box > ul > li {
    width: 1%;
    display: table-cell;
    vertical-align: top;
    background: url("../../images/service/box.png") no-repeat;
    background-size: 100% 100%;
    padding: 20px 15px 15px 15px;
}

.service-box > ul > li.box-2 {
    width: 1%;
    display: table-cell;
    vertical-align: top;
    background: url("../../images/service/box-2.png") no-repeat;
    background-size: 100% 100%;
    padding: 20px 15px 15px 15px;
}

/*------------------------------*/

.service-box-text1 {
    color: #0068b6;
    font-family: 'Meiryo', sans-serif;
    font-size: 13px;
    text-align: center;
}

.service-box-text1 > span {
    font-size: 16px;
}

/*------------------------------*/

.service-box-text2 {
    color: #0068b6;
    font-family: 'Meiryo', sans-serif;
    font-weight: bold;
    font-size: 24px;

    text-align: center;
    margin: 10px 0 0 0;
}

.service-box-text2-2 {
    color: #0068b6;
    font-family: 'Meiryo', sans-serif;
    font-weight: bold;
    font-size: 20px;
		line-height: 120%;

    text-align: center;
    margin: 10px 0 0 0;
}

/*------------------------------*/

.service-box-text3 {
    width: 100%;
    display: table;
    table-layout: fixed;
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
}

.service-box-text3-cell {
    height: 120px;
    display: table-cell;
    vertical-align: middle;
}

.service-box-text3-cell > p {
    width: auto;
    display: table;
    padding: 0;
    margin: 0 auto;
}

.service-box-text3-cell > ul {
    width: auto;
    list-style-type: disc;
    padding: 12px 20px 1px 50px;
    margin: 0 auto;
}

.service-box-text3-cell > ul >li{
	line-height: 150%;
	margin-bottom: 10px;
}

/*------------------------------*/

a.serviceLink2 {
    width: auto;
    display: table;
    vertical-align: middle;
    border: 1px solid #0068b6;
    background: #0068b6;
    color: #FFFFFF;
    font-size: 13px;
    text-decoration: none;
    padding: 3px 10px 2px 15px;
    margin: 10px auto;
}

a.serviceLink2 .fa {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    padding-left: 10px;
}

a.serviceLink2:hover {
    background: #FFFFFF;
    color: #0068b6;
}

/*------------------------------
products page
------------------------------*/

.products-banner {
    background: url("../../images/products/banner.jpg") no-repeat center;
    background-size: cover;
}

/*------------------------------*/

ul.achievement-box {
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
    text-align: center;
}

ul.achievement-box > li {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

ul.achievement-box > li.achievementPdf {
    width: 245px;
}

/*------------------------------*/

.achievement-text1 {
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-size: 14px;
    line-height: 150%;
    margin: 0 0 50px 0;
}

/*------------------------------*/

.achievement-text2 {
    color: #000000;
    font-family: 'Meiryo', sans-serif;
    font-size: 14px;
    line-height: 22px;

    text-align: center;
    margin: 0 0 50px 0;
}

/*------------------------------*/

.achievement-text3 {
    color: #0068b6;
    font-family: 'Meiryo', sans-serif;
    font-weight: bold;
    font-size: 16px;

    text-align: center;
    margin: 10px 0 50px 0;
}

/*------------------------------*/

.achievement-btn {
    width: 100%;
    display: table;
    color: #ffffff;
    background: url("../../images/btn-bg.jpg") repeat-x;
    background-size: auto 100%;
    font-family: 'Meiryo', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    margin: 0 auto 50px auto;
}

.achievement-btn > span {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}

.achievement-btn > span:last-child {
    width: 45px;
    padding: 0 12px 0 10px;
}

.achievement-btn:hover {
    background: url("../../images/btn-hover-bg.jpg") repeat-x;
    background-size: auto 100%;
}

a.achievement-btn {
    color: #ffffff;
    text-decoration: none;
}
/*------------------------------*/