@charset "UTF-8";
/**
Theme Name: FA Theme
Theme URI:
Author URI:
Description: This style is for fa web site.
Requires at least: 5.4.2
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*=====================
# 0. Common
# 1. Header
# 2. Footer
# 3. Top Page
# 4. Steps Page
# 5. Corporate Page
# 6. Hiring Post


# Contact from

# 7. Post Page
=====================*/

/*
    0. Common
 */

body{
    font-family: 'Zen Kaku Gothic New', 'YuGothic', 'Yu Gothic Medium', 'Yu Gothic', 'Noto Sans JP', sans-serif;
}

a {
    background-color: transparent;
    font-family: 'Zen Kaku Gothic New', 'YuGothic', 'Yu Gothic Medium', 'Yu Gothic', 'Noto Sans JP', sans-serif;
}

b, strong, .bold{
    font-family: 'Zen Kaku Gothic New', 'YuGothic', 'Yu Gothic', 'Noto Sans JP', sans-serif;
}
.entry-contents-table-top p {
    margin-bottom: 25px !important;
    line-height: 26px !important;
		font-weight: 300;
	font-size: 15px;
	    word-wrap: break-word;
	color: #2c2f34;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, sans-serif;

}
h1{
    font-size: 25px;
    font-weight:bold;
    text-decoration: none;
}

h2 {
    font-size: 22px;
    font-weight:500;
    text-decoration: none;
}

h3 {
    font-size: 20px;
    font-weight:500;
    text-decoration: none;
}

h4 {
    font-size: 18px;
    font-weight:400;
    text-decoration: none;
}

h5 {
    font-size: 16px;
    text-decoration: none;
    font-weight:400;
}

.h1-container{
    display:table;
    table-layout: fixed;
    width:100%;
}

.h1-container .h1-table{
    display:table;
    width:80%;
    margin: 0 auto;
    vertical-align: middle;
}

.h1-container .h1-table .h1-table-top{
    margin: 5% 0 5% 0;
}



.h2-container{
    display:table;
    table-layout: fixed;
    width:100%;
}

.h2-container .h2-table{
    display:table;
    width:100%;
    margin: 0 auto;
    vertical-align: middle;
}

.h2-container .h2-table .h2-table-top{
    margin: 5% 0 5% 0;
}


.h3-container{
    display:table;
    table-layout: fixed;
    width:100%;
}

.h3-container .h3-table{
    display:table;
    width:80%;
    margin: 0 auto;
    vertical-align: middle;
}

.h3-container .h3-table .h3-table-top{
    margin: 5% 0 5% 0;
}

.h4-container{
    display:table;
    table-layout: fixed;
    width:100%;
}

.h4-container .h4-table{
    display:table;
    width:80%;
    margin: 0 auto;
    vertical-align: middle;
}

.h4-container .h4-table .h4-table-top{
    margin: 5% 0 5% 0;
}


.title-container .h1-container .h1-table-top{
    text-align:center;
}

.title-container .h1-container .h1-table-top-l{
    text-align:left;
}


.title-container .h2-container .h2-table-top{
    text-align:center;
}

.title-container h1{
    color: #ffffff;
}

.title-container .h1-text{
    padding: 8%;
}

.title-container .h1-sub-text{
    font-size:16px;
    font-weight:400;
    color: #ffffff;
}


.nf-container{
    display: table;
    width: 100%;
}

.nf-container .nf-table {
    display: table;
    width: 70%;
    margin: 0 auto;
    padding: 10%;
}




/*
    1. Header
 */
.navigation-wrapper {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0);
}

.site-title,
p.site-title{
    margin:0;
    line-height:100%;
}
.site-description {
    margin:0;
    display:none;
}
.site-title a {
    font-size: 23px;
    color: #000;
    font-weight: 700;
    line-height:130%;
}


/* Global Menu */
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.menu-container{
    display: table;
    float: none !important;
    overflow: visible;
    width: 100%;
    margin:8px;
}

.mobile-menu-container{
    display:none;
}


.logo-container {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding:12px 0;
    width: 15%;

}

.nav-container{
    display: table-cell;
    width: 57%;
    vertical-align: middle;
}

.nav-contents{
    width: 100%;
}

.main-navigation {
    float: left;
}

.main-navigation ul {
    display: table-cell;
    list-style: none;
    margin: 0;
    float:right;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li:focus + ul,
.main-navigation ul ul li a:focus + ul,
.main-navigation ul ul ul:focus-within {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li:focus + ul,
.main-navigation ul li a:focus + ul,
.main-navigation ul:focus-within {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation.toggled ul {
    display: block;
}

.main-navigation ul ul{
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 38px;
    font-weight: 400;
    color: #404040;
    padding: 10px 15px;
}

.main-navigation ul ul li a {
    line-height:140%;
    font-size:13px;
}


/*
    * Navi BTN Style
 */

.nav-btn-container{
    display: table-cell;
    width: 13%;
    vertical-align: middle;
}


.nav-btn-container .nav-btn-container-table {
    /*padding-right:20px;*/
}

.nav-btn-container .nav-btn-container-table .btn-text-1{
    display: block;
    padding: 0 20px 0 0;
    background: #ffffff;
    border-radius: 2px;
    font-size: 16px;
    border: none;
    text-align: center;
    border-width: thin;
}

.nav-btn-container .nav-btn-container-table .btn-text-1 a {
    text-align: center;
    font-weight:bold;
    text-decoration: none;
    color: #000000;
}

.nav-btn-container .nav-btn-container-table .btn-text-1:hover {
    background:#ffffff;
    color:#000000;
    border: none;
    border-width:thin;
}

.nav-btn-container .nav-btn-container-table .btn-text-1:hover a{
    text-align: center;
    text-decoration: none;
    color: #ffc700;
}

.nav-btn-container .nav-btn-container-table .btn-text-2{
    display: block;

    background: #000000;
    border-radius: 2px;
    font-size: 16px;
    border: #000000 solid;
    text-align: center;
    border-width: thin;
}

.nav-btn-container .nav-btn-container-table .btn-text-2 a {
	    display: block;
    text-align: center;
    font-weight:bold;
    text-decoration: none;
    color: #ffffff;
	    padding: 12px 0px;
}

.nav-btn-container .nav-btn-container-table .btn-text-2:hover {
    background:#ffffff;
    border: #000000 solid;
    border-width:thin;
}

.nav-btn-container .nav-btn-container-table .btn-text-2:hover a{
   	    display: block;
	text-align: center;
    text-decoration: none;
    color: #000000;
		    padding: 12px 0px;
}


.bottom-header-wrapper.regular-img-head {
    text-align:center;
}

#page {
    font-size: 16px;
    color: #5d5d5d;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/* .single-post .thumbnail-below,
.page .thumbnail-below {display: none !important;} */


/*
    2. Footer
 */

/* Layout and Structures */
.footer-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    background: #636463;
}

.footer-container .footer-table{
    display: table;
    table-layout: fixed;
}

.footer-container .footer-table .footer-table-top{
    margin-bottom: 15px;
    padding-bottom:20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.footer-container .footer-table .footer-table-in{
    display: table;
    table-layout: fixed;
    width: 80%;
    margin:0 auto;
}

.footer-container .footer-table .footer-table-in .footer-widget-container{
    display: table;
    width:100%;
}

.footer-container .footer-table .footer-table-in .footer-widget-container .footer-column-top{
    display: table-cell;
    width:25%;
    padding: 7% 0 5% 0;
    vertical-align: top
}

.footer-container .footer-table .footer-table-in .footer-widget-container .footer-column{
    display: table;
    table-layout: fixed;
    width:100%;
}


/* Text and Format Styles */
.footer-column li {
    color:#a3a3a3;
    font-size:16px;
    padding-left: 0px;
}

.footer-column a {
    text-decoration: none;
    color:#c5c5c5;
}

.footer-column li a:hover{
    text-decoration: none;
    color:#c5c5c5;
    font-weight:bold;
}

.footer-column .widget {
    display: inline-block;
    float: left;
    width: 100%;
}
.footer-container ul,
.footer-container ol {
    float: left;
    display: inline-block;
    width: 95%;
    margin:0;
    list-style-type: none;
}
.footer-container ul ul {
    padding-left:10px;
}
.footer-container li {
    margin: 5px 0px;
}

.site-footer {
    color: #dedede;
    text-align: left;
}


.footer-column .widget_nav_menu li {
    padding: 2px 0;
    /*margin:5px 0;*/
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.05);*/
}
.footer-column .widget_nav_menu li:first-of-type {
    /*padding-top:0px;*/
}
.footer-column .widget_nav_menu li:last-of-type {
    padding-bottom:0px;
    border-bottom:0px solid #fff;
}
.footer-column .widget_nav_menu li a:before {
    /*content: "\f105";*/
    /*font-family: 'FontAwesome';*/
    font-style: normal;
    font-weight: 700;
    padding-right: 10px;
    padding-left:0px;
}
.footer-menu li a {
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-weight: 600;
    margin-left: 20px;
    font-size: 14px;
}


.footer-table-bottom .site-info {
    display: table;
    float: left;
    width: 95%;
    padding-bottom: 4%;
    padding-top: 1%;
    padding-left: 1%;
    text-align:center;

    font-size:13px;
    color: #c5c5c5;
}


.footer-column-ul li {
    float: left;
    margin: 10px;
}

/*
    3. Top Page
 */
.body-style{
    margin:0px;
}

.contents-container{
    margin:1px;
    width: 100%;
}

/*******
 Common Container Style
*******/
.margin-1-container {
    margin-top: 4%;
    padding-top: 4%;
    width:100%;
}

.margin-1-container-bk {
    margin-top: 0;
    padding-top: 4%;
    width:100%;
    background: #f5f5f5;
}

.margin-1-container-line {
    border-bottom: 1px solid #c5c5c5;
}

.margin-2-container {
    margin-top: 5%;
    margin-bottom: 5%;
    width:100%;
}

.clear-float {
    clear:  both;
}

/*******
 Top Container Style
*******/

.banner-container{
    display:table;
    width:100%;
}


.banner-container .top-banner-table{
    display:table;
    width:100%;
}

.banner-container .top-banner-table .top-banner-table-campus{
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}

.banner-container .top-banner-table .top-banner-table-cell{
    width:60%;
    display:table-cell;
    vertical-align: middle;
}
.banner-container .top-banner-table .text-area {
    z-index:20;
    position: relative;
}
.banner-container .top-banner-table .top-banner-table-cell.image-area {
    z-index:10;
}
.banner-container .top-banner-table .top-banner-table-cell .caption {
    max-width: 700px;
    width:98%;
    margin-left: auto;
    margin-right: auto;
}
.banner-container .top-banner-table .top-banner-table-cell .caption a{
    color: #5d5d5d;
}
.banner-container .top-banner-table .text-area .caption{
    display: none;
}
@media screen and (max-width: 1200px) {
    .banner-container .top-banner-table .top-banner-table-cell{
        width:60%;
        display:table-cell;
        vertical-align: top;
    }
}
.banner-container .top-banner-table .top-banner-table-cell .top-banner-image-batch{
    position: absolute;
    top: 30px;
    left: calc(100% + 30px);
}
.banner-container .top-banner-table .top-banner-table-cell .top-banner-image-batch img{
    max-width:200px;
}


.banner-container .top-banner-table .top-banner-table-cell .top-banner-table-text{
    display: table;
    table-layout: fixed;
    margin: 2% 0% 0% 30%;
}

.banner-container .top-banner-table .top-banner-table-cell .top-banner-table-text .top-banner-text-1{
    display: block;
    left: 10%;
    height: auto;
    padding-top: 0;

    background-color: transparent;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}

@media screen and (max-width: 1400px) {
    .banner-container .top-banner-table .top-banner-table-cell .top-banner-table-text .top-banner-text-1{
        display: block;
        left: 10%;
        height: auto;
        padding-top: 0;

        background-color: transparent;
        font-size: 15px;
        color: #000000;
        font-weight: 400;
    }
}

@media screen and (max-width: 960px) {
    .banner-container .top-banner-table .top-banner-table-cell .top-banner-table-text .top-banner-text-1{
        display: block;
        left: 10%;
        height: auto;
        padding-top: 0;

        background-color: transparent;
        font-size: 13px;
        color: #000000;
        font-weight: 400;
    }
}

.banner-container .top-banner-table .top-banner-table-cell .top-banner-table-text .top-banner-text-2{
    left: 10%;
    height: auto;
    padding-top: 0;

    background-color: transparent;
    font-size: 36px;
    font-weight:bold;
    color: #000000;
}

@media screen and (max-width: 1400px) {
    .banner-container .top-banner-table .top-banner-table-cell .top-banner-table-text .top-banner-text-2 {
        left: 10%;
        height: auto;
        padding-top: 0;

        background-color: transparent;
        font-size: 24px;
        font-weight:bold;
        color: #000000;
    }
}

@media screen and (max-width: 960px) {
    .banner-container .top-banner-table .top-banner-table-cell .top-banner-table-text .top-banner-text-2 {
        left: 10%;
        height: auto;
        padding-top: 0;

        background-color: transparent;
        font-size: 18px;
        font-weight:bold;
        color: #000000;
    }
}


.banner-container .top-banner-table .top-banner-table-cell .top-banner-table-text .top-banner-text-3 {
    left: 10%;
    height: auto;
    padding-top: 0;
    font-weight:300;
    background-color: transparent;
    font-size: 20px;
    color: #000000;

}

@media screen and (max-width: 1400px) {
    .banner-container .top-banner-table .top-banner-table-cell .top-banner-table-text .top-banner-text-3 {
        left: 10%;
        height: auto;
        padding-top: 0;

        background-color: transparent;
        font-size: 16px;
        color: #000000;
    }
}

@media screen and (max-width: 960px) {
    .banner-container .top-banner-table .top-banner-table-cell .top-banner-table-text .top-banner-text-3 {
        left: 10%;
        height: auto;
        padding-top: 0;

        background-color: transparent;
        font-size: 13px;
        color: #000000;
    }
}


.banner-container .top-banner-table .top-banner-table-cell .top-banner-table-text .top-banner-text-btn {
display: block;
    background: #4D4D4D;
    border-radius: 2px;
    font-size: 14px;
    border: #4D4D4D solid;
    text-align: center;
    border-width: thin;
    color: #fff;
    padding: 13px 13px;
    text-decoration: none;
}

.banner-container .top-banner-table .top-banner-table-cell .top-banner-table-text .top-banner-text-btn a{
    display:block;
    text-align: center;
    font-weight:400;
    text-decoration: none;
    color: #ffffff;
    padding: 13px 0px;
}

.banner-container .top-banner-table .top-banner-table-cell .top-banner-table-text .top-banner-text-btn:hover {
    display: block;
    background: #ffffff;
    border-radius: 2px;
    font-size: 14px;
    border: #000000 solid;
    text-align: center;
    border-width: thin;
	    text-decoration: none;
	color:#000;
}


.banner-container .top-banner-table .top-banner-table-cell .top-banner-table-text .top-banner-text-btn:hover a {
    text-align: center;
    font-weight:400;
    text-decoration: none;
    color: #000000;
}



.banner-container .top-banner-table .top-banner-table-cell .top-banner-table-image{
    display:table;
    table-layout: fixed;
	max-height: 100%;
    width:100%;
	text-align:right;
}

.banner-container .top-banner-table .top-banner-table-cell .top-banner-table-image-mobile{
    display:none;
}


/*******
 Second Container Style
*******/
.second-container{
    position: relative;
    z-index: 30;
}
.second-container {
    width:100%;
}

.second-container .second-left {
    width: 50%;
    float: left;
    max-hight: 100%;
}

.second-container .second-left .movie-container{
    margin: 10%;
}

.second-container .second-right {
    width: 50%;
    float: left;
    max-height: 100%;
}

.second-container .second-right .text-container{
    margin-top: 10%;
    margin-left: 5%;
    margin-right: 20%
}

.second-container .second-right .second-right-title{
    background-color: transparent;
    font-size: 30px;
    color: #DE0309;
    font-weight: bold;
    padding-bottom: 8%;
}

.second-container .second-right .textwidget {
    background-color: transparent;
    font-size: 16px;
    color: #000000;
}


/*******
 Third Container Style
*******/

.third-container {
    /* margin-top: 5%;*/
    width:100%;
}

.third-container .full-banner-mobile-widget{
    display:none;
}

.third-container .top-banner{
    position: relative;
}

.third-container .top-banner .widget_media_image{
    position: relative;
    max-height: 100%;
}

.third-container .top-banner .widget_media_image:before{
    bottom: 0;
    content: "";
    display: block;
    height: 90%;
    left: 0;
    position: absolute;
    right: 0;
}

.third-container .top-banner #text-6.widget_text {
    bottom: 21%;
    display: block;
    height: auto;
    padding-top: 0;
    position: absolute;
    width: 100%;
}

.third-container .top-banner .textwidget{
    background-color: transparent;
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    z-index: 2;
}

/*******
 Fourth Container Style
*******/

.fourth-container {
    margin-top: 0%;
    width:100%;
}

.fourth-container .top-banner .full-text-title{
    background-color: transparent;
    font-size: 32px;
    color: #636463;
    font-weight: bold;
    text-align: center;
}

.fourth-container .top-banner .full-text-title2{
    background-color: transparent;
    font-size: 24px;
    color: #636463;
    text-align: center;
    font-family: Oswald;
    font-weight: 500;
}


/*******
 Fifth Container Style
*******/
.fifth-container{
    width:100%;
}

.fifth-container .full-image-widget{
    position: relative;
    max-height: 100%;
}

.fifth-container .full-image-mobile-widget{
    display: none;
}


.fifth-container .top-banner .full-text-title{
    background-color: transparent;
    font-size: 32px;
    color: #636463;
    font-weight: bold;
    text-align: center;
}

.fifth-container .top-banner .full-text-title2{
    background-color: transparent;
    font-size: 24px;
    color: #636463;
    font-weight: bold;
    text-align: center;
}


/*******
 Spec Text Container Style
*******/

/* Box Position and Layout*/
.spec-text-container{
    display:table;
    width:100%;
}

.spec-text-container .spec-text-container-table{
    display:table;
    width:100%;
}

.spec-text-container .spec-text-container-table .spec-text-container-table-in{
    display:table;
    width:86%;
    margin:0 auto;
}

.spec-text-container .spec-text-1-widget{
    width: 25%;
    float: left;
    text-align: center;
}

.spec-text-container .spec-text-2-widget{
    width: 25%;
    float: left;
    text-align: center;
}

.spec-text-container .spec-text-3-widget{
    width: 25%;
    float: left;
    text-align: center;
}

.spec-text-container .spec-text-4-widget{
    width: 25%;
    float: left;
    text-align: center;
}

.spec-text-container .spec-text-1-widget .top-banner{
    margin-left: 10%;
    margin-right: 10%;
}

.spec-text-container .spec-text-2-widget .top-banner{
    margin-left: 10%;
    margin-right: 10%;
}

.spec-text-container .spec-text-3-widget .top-banner{
    margin-left: 10%;
    margin-right: 10%;
}

.spec-text-container .spec-text-4-widget .top-banner{
    margin-left: 10%;
    margin-right: 10%;
}


/* Title and Text Style */
.spec-text-container .spec-text-1-widget .top-banner .spec-text-1-title{
    background-color: transparent;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.spec-text-container .spec-text-2-widget .top-banner .spec-text-2-title{
    background-color: transparent;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.spec-text-container .spec-text-3-widget .top-banner .spec-text-3-title{
    background-color: transparent;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.spec-text-container .spec-text-4-widget .top-banner .spec-text-4-title{
    background-color: transparent;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}


.spec-text-container .spec-text-1-widget .top-banner .textwidget{
    background-color: transparent;
    font-size: 16px;
    color: #000000;
}

.spec-text-container .spec-text-2-widget .top-banner .textwidget{
    background-color: transparent;
    font-size: 16px;
    color: #000000;
}

.spec-text-container .spec-text-3-widget .top-banner .textwidget{
    background-color: transparent;
    font-size: 16px;
    color: #000000;
}

.spec-text-container .spec-text-4-widget .top-banner .textwidget{
    background-color: transparent;
    font-size: 16px;
    color: #000000;
}


/*******
 Text-Image Container Style
*******/

/* Container Position and Layout*/
.text-image-container .padding-container-4{
    width:10%;
    float: left;
    padding:1%;
}

.text-image-container .text-left {
    width: 40%;
    float: left;
}

.text-image-container .text-left .text-container{
    margin: 0 10% 0 0;
}


.text-image-container .image-right {
    width: 40%;
    float: left;
}

.text-image-container .image-right .image-container {
    margin: 0 0 0 10%;
}


/* Text Style */
.text-image-container .text-left .text-container .text-left-title{
    background-color: transparent;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.text-image-container .text-left .text-container .textwidget{
    background-color: transparent;
    font-size: 16px;
    color: #000000;
}



/*******
  Image-Text Container Style
*******/

/* Container Position and Layout*/
.image-text-container {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.image-text-container .image-text-block-table{
    display: table;
    table-layout: fixed;
}

.image-text-container .image-text-block-table .image-text-block-table-in{
    display: table;
    table-layout: fixed;
    width: 80%;
    margin:0 auto;
}

.image-text-container .image-text-block-table .image-text-block-table-in .image-text-block-cell{
    display: table-cell;
}

.image-text-container .image-text-block-table .image-text-block-table-in .image-text-block-cell .image-text-block{
    margin-left: 30px;
}

.image-text-container .image-text-block-table .image-text-block-table-in .image-text-block-cell .image-top{
    width: 100%;
}

.image-text-container .image-text-block-table .image-text-block-table-in .image-text-block-cell .text-bottom{
    width: 100%;
    max-width:350px;
}

/* Text Style */
.image-text-container .image-text-block-table .image-text-block-table-in .image-text-block-cell .text-bottom-title{
    background-color: transparent;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.image-text-container .image-text-block-table .image-text-block-table-in .image-text-block-cell .text-bottom .textwidget{
    background-color: transparent;
    font-size: 14px;
    color: #000000;
}


.image-text-container .image-text-block-table .image-text-block-table-in .image-text-block-cell .text-bottom .widget_custom_html .more-info-link{
    background-color: transparent;
    font-size: 16px;
    color: #000000;

}

.image-text-container .image-text-block-table .image-text-block-table-in .image-text-block-cell .text-bottom .widget_custom_html .more-info-link a{
    text-decoration: none;
    color: #0092b9;
    font-weight: 600;
}

.image-text-container .image-text-block-table .image-text-block-table-in .image-text-block-cell .text-bottom .widget_custom_html .more-info-link:hover a{
    color:#ffc700;
}

.image-text-container .image-text-block-table .image-text-block-table-in .image-text-block-cell .text-bottom .widget_custom_html .more-info-link a:after{
    text-decoration: none;
    content: "\f101";
    font-family: 'FontAwesome';
    color:#ffc700;
    font-style: normal;
    font-weight: 600;
    padding-right: 10px;
    padding-left:10px;
}

/*
    Active Link Style
 */

.action-link .textwidget{
    display: block;
    padding:20px 80px;
    background:#ffffff;
    color:#000000;
    font-size:18px;
    border-radius:2px;
    border: #000000 solid;
    text-align: center;
    border-width: thin;
}

.action-link .textwidget a{
    text-align: center;
    text-decoration: none;
    color: #000000;
}

.action-link .textwidget:hover{
    background:#000000;
    color:#ffffff;
    border: #ffffff solid;
    border-width:thin;
}

.action-link .textwidget:hover a{
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}

/* Text Position */
.action-link {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-height: 100%;
}

.action-link-container {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
}



/*******
 News Container Style
*******/
.news-mobile-container{
    display:none;
}

.news-container{
    display: table;
    table-layout: fixed;
    width: 100%

}

.news-container .news-table{
    display: table;
    table-layout: fixed;
}

.news-container .news-table a{
    text-decoration: none;
}

.news-container .news-table-in{
    display: table;
    table-layout: fixed;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #d2d2d2;
    padding: 2% 0 2% 0;
}

.news-container .news-table .news-table-cell-left{
    display: table-cell;
    width:12%;
}

.news-container .news-table .news-table-cell-middle{
    display: table-cell;
    width:20%;
    padding: 0 1% 0 1%;
}

.news-container .news-table .news-table-cell-right{
    display: table-cell;
    width:55%;
}

.news-container .news-table .news-table-cell-left .news-table-cell-left-in{
    display: table;
    width:100%;
    table-layout: fixed;
}

.news-container .news-table .news-table-cell-right .news-table-cell-right-in{
    display: table;
    width:100%;
    table-layout: fixed;
}


.news-container .news-date{
    padding: 0 2%;
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    color: #000000;

    /*text-align: right;*/
}

.news-container .news-category{
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #636463;
    text-align: center;
    background-color: #ffffff;
    border: #636463 solid;
    border-width:thin;
}

.news-container .news-title{
    padding: 0 2%;
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;

}

.news-container .news-title:hover{
    color: #ED6103;
}


/*******
 Message Container Style
*******/

.message-container{
    display: table;
    width: 100%;
}

.message-container .message-container-head{
    display: table;
    width: 100%;
}

.message-container .message-container-head .message-table{
    display: table;
    width: 80%;
    margin: 0 auto;
}


.message-container .message-container-head .message-table-top{
    display: table;
    width: 100%;
}

.message-container .message-container-head .message-table-top .message-table-top-left-cell{
    display: table-cell;
    width: 35%;
    vertical-align: middle;
}

.message-container .message-container-head .message-table-top .message-table-top-right-cell{
    display: table-cell;
    width: 65%;
}

.message-container .message-title{
    font-size: 24px;
    font-weight: 500;
    padding: 10%;
    color: #ffffff;
    text-align:center;
}

.message-container .message-text{
    font-size: 16px;
    font-weight: 400;
    padding: 10% 0 10% 0;
    color: #ffffff;
}


/*******
 CFO(77%) Container Style
*******/

.cfo-container{
    display: table;
    width: 100%;
}

.cfo-container .cfo-container-head{
    display: table;
    width: 100%;
}

.cfo-container .cfo-container-head .cfo-table{
    display: table;
    width: 80%;
    margin: 0 auto;
}


.cfo-container .cfo-container-head .cfo-table-top{
    display: table;
    width: 100%;
}

.cfo-container .cfo-container-head .cfo-table-top .cfo-table-top-left-cell{
    display: table-cell;
    width: 35%;
    vertical-align: middle;
}

.cfo-container .cfo-container-head .cfo-table-top .cfo-table-top-right-cell{
    display: table-cell;
    width: 65%;
}

.cfo-container .cfo-title{
    padding: 10%;
    text-align:center;
}

.cfo-container .cfo-text{
    font-size: 24px;
    font-weight: 500;
    padding: 15% 0 15% 0;
    color: #ffffff;
}




/*******
 Footer Ask Container Style
*******/


/* Layout and Setting */
.footer-ask-container{
    display: table;
    width: 100%;
}

.footer-ask-container .footer-ask-container-table{
    display: table;
    width: 100%;
}

.footer-ask-container .footer-ask-container-table .footer-ask-container-table-in{
    display: table;
    width: 75%;
    margin: 0 auto;
}

.footer-ask-container .footer-ask-container-table .footer-ask-table-cell-left{
    width:50%;
    display:table-cell;
    vertical-align: middle;
}


.footer-ask-container .footer-ask-container-table .footer-ask-table-cell-right{
    width:50%;
    display:table-cell;
    vertical-align: middle;
}

.footer-ask-container .footer-ask-container-table .footer-ask-table-cell-right .footer-ask-table-top{
    margin:2%;
}


.footer-ask-container .footer-ask-container-table .footer-ask-table-cell-right .footer-ask-table-bottom{
    margin:2%;
}

.footer-ask-container .footer-ask-container-table .footer-ask-table-cell-left .footer-ask-table{
    border-left: solid 8px #e62310;
    padding-left: 12px;
    margin-right: 10%;
}

.footer-ask-container .footer-ask-container-table .footer-ask-table-cell-right .footer-ask-table{
    width:100%;
    display:table;
}

.footer-ask-container .footer-ask-container-table .footer-ask-table-cell-right .footer-ask-table .footer-ask-table-in{
    width:70%;
    display:table;
    margin: 0 auto;
}



/* Text Setting */
.footer-ask-container .footer-ask-container-table .footer-ask-table-cell-left .top-text-1{
    font-size: 20px;
    font-weight:500;
}

.footer-ask-container .footer-ask-container-table .footer-ask-table-cell-left .bottom-text-1{
    font-size: 14px;
    color: #5d5d5d;
}

.footer-ask-container .footer-ask-container-table .footer-ask-table-cell-right .footer-ask-btn-1{
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding: 5%;
    background: #DE040A;
    border: 1px solid #DE040A;
    text-align:center;
	color: #ffffff;
    text-decoration: none;
}

.footer-ask-container .footer-ask-container-table .footer-ask-table-cell-right .footer-ask-btn-1 a{
    color: #ffffff;
    text-decoration: none;
}

.footer-ask-container .footer-ask-container-table .footer-ask-table-cell-right .footer-ask-btn-1:hover{
    font-size: 18px;
    font-weight: 400;
    padding: 5%;
    background: #ffffff;
    border: 1px solid #DE040A;
    color: #DE040A;
    text-decoration: none;
}

.footer-ask-container .footer-ask-container-table .footer-ask-table-cell-right .footer-ask-btn-2{
   display: block;
    font-size: 18px;
    font-weight: 400;
    padding: 5%;
    background: #DE040A;
    border: 1px solid #DE040A;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.footer-ask-container .footer-ask-container-table .footer-ask-table-cell-right .footer-ask-btn-2 a{
    color: #ffffff;
    text-decoration: none;
}

.footer-ask-container .footer-ask-container-table .footer-ask-table-cell-right .footer-ask-btn-2:hover{
    font-size: 18px;
    font-weight: 400;
    padding: 5%;
    background: #ffffff;
    border: 1px solid #DE040A;
    color: #DE040A;
    text-decoration: none;
}


.footer-ask-container .footer-ask-container-table .footer-ask-table-cell-right .footer-ask-btn-1:hover a{
    color: #DE040A;
    text-decoration: none;
}

.footer-ask-container .footer-ask-container-table .footer-ask-table-cell-right .footer-ask-btn-2:hover a{
    color: #DE040A;
    text-decoration: none;
}


/* Special setting fot Partner Page */
.partner-page-ask .footer-ask-container .footer-ask-container-table .footer-ask-container-table-in{
    display: table;
    width: 65%;
    margin: 0 auto;
}

.partner-page-ask .footer-ask-container .footer-ask-container-table .footer-ask-table-cell-right .footer-ask-btn-1{
    font-size: 18px;
    font-weight: 400;
    padding: 7%;
    background: #DE040A;
    border: 1px solid #DE040A;
    text-align:center;
}

.partner-page-ask .footer-ask-container .footer-ask-container-table .footer-ask-table-cell-right .footer-ask-btn-1:hover{
    font-size: 18px;
    font-weight: 400;
    padding: 7%;
    background: #ffffff;
    border: 1px solid #DE040A;
}


/*
    4. Steps Page
 */

/* Page Structure and Style */
.taxonomy-container{
    width: 100%;
}

.steps-head-container h1{
    text-align:center;
}

.steps-head-container h2{
    text-align:center;
}

.steps-container {
    display:table;
    table-layout: fixed;
    width:100%;
}

.steps-container .steps-table{
    display:table;
    width:90%;
    margin: 0 auto;
    vertical-align: middle;
}

.steps-container .steps-table .steps-table-top{
    display:table;
    width: 100%;
    margin: 5% 0 5% 0;
}

.steps-container .steps-table .steps-table-top .steps-table-left{
    display: table-cell;
    width: 50%;
}

.steps-container .steps-table .steps-table-top .steps-table-right{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.steps-table-left .steps-table-left-table{
    display:table;
    width: 100%;
}

.steps-table-left .steps-table-left-table-top{
    display:table;
    width: 80%;
    margin: 0 auto;
}


.steps-table-right .steps-table-right-table{
    display:table;
    width: 100%;
}

.steps-table-right .steps-table-right-table-top{
    display:table;
    width: 80%;
    margin: 0 auto;
}


.steps-table-left .steps-table-left-table-top .text-row1{
    display:table;
    width: 100%;

}

.steps-table-left .steps-table-left-table-top .text-row2{
    display:table;
    width: 100%;
    margin: 7% 0 7% 0;
}

.steps-table-left .steps-table-left-table-top .text-row3{
    display:table;
    width: 100%;
    margin: 0 0 7% 0;
}

/* Text Settings */
.steps-table-left .steps-table-left-table-top .text-row1 .text-row1-text{
    padding: 0 2%;
    background-color: transparent;
    font-size: 24px;
    color: #999999;
    text-decoration: none;

}

.steps-table-left .steps-table-left-table-top .text-row2 .text-row2-text{
    padding: 0 2%;
    background-color: transparent;
    font-size: 28px;
    color: #000000;
    text-decoration: none;

}

.steps-table-left .steps-table-left-table-top .text-row3 .text-row3-text{
    padding: 0 2%;
    background-color: transparent;
    font-size: 18px;
    color: #000000;
    text-decoration: none;

}


/*
    5. Corporate Page
 */


.corporate-page-container .h2-container .h2-table-top{
    text-align:center;
}

.corporate-page-container .h3-container .h3-table-top{
    text-align:center;
    margin-top: 0;
    margin-bottom: 0;
}

.corporate-page-container .h3-container .h3-table .h3-table-top .entry-title{
    margin-top: 0;
    margin-bottom: 0;
}

.corporate-page-container h1{
    font-size: 28px;
    text-align:center;
}

.corporate-page-container h2{
    font-size: 24px;
    font-weight:500;
    text-align:center;
}

.corporate-page-container h3{
    font-size: 20px;
    font-weight:500;
    text-align:center;
}

.corp-text-container {
    display:table;
    table-layout: fixed;
    width:100%;
}

.corp-text-container .corp-text-table{
    display:table;
    width:90%;
    margin: 0 auto;
    vertical-align: middle;
}

.corp-text-container .corp-text-table .corp-text-table-top{
    display:table;
    width: 100%;
    margin: 0 0 5% 0;
}


/* Text Settings */
.corp-text-container .corp-text-table .corp-text-1{
    padding: 0 2%;
    background-color: transparent;
    font-size: 18px;
    color: #DE040A;
    text-decoration: none;

}

.corp-text-container .corp-text-table .credo-text-box{
    text-align: center;
    margin: 2%;
}

.corp-text-container .corp-text-table .credo-text-box .credo-text{
    padding: 0 2%;
    background-color: transparent;
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;

}


.corporate-management-container {
    display:table;
    table-layout: fixed;
    width:100%;
}

.corporate-management-container .corporate-management-table{
    display:table;
    width:80%;
    margin: 0 auto;
    vertical-align: middle;
}

.corporate-management-container .corporate-management-table .corporate-management-table-top{
    display:table;
    width: 100%;
    margin: 5% 0 5% 0;
}

.corporate-management-container .corporate-management-table .corporate-management-table-top .corporate-management-table-left{
    display:table-cell;
    width: 50%;
}

.corporate-management-container .corporate-management-table .corporate-management-table-top .corporate-management-table-right{
    display:table-cell;
    width: 50%;
    vertical-align: middle;
}

.corporate-management-table-left .corporate-management-table-left-table{
    display:table;
    width: 100%;
    margin-top: 30px;
}

.corporate-management-table-left .corporate-management-table-left-table-top{
    display:table;
    width: 80%;
    margin: 10% auto;
}


.corporate-management-table-right .corporate-management-table-right-table{
    display:table;
    width: 100%;
}

.corporate-management-table-right .corporate-management-table-right-table-top{
    display:table;
    width: 100%;
    margin: 0 auto;
}


/* Text Settings */
.corporate-management-table-right .corporate-management-table-right-table-top .management-text-name{
    padding: 0 2%;
    background-color: transparent;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;

}

.corporate-management-table-right .corporate-management-table-right-table-top .management-text-title{
    padding: 0 2%;
    background-color: transparent;
    font-size: 16px;
    color: #000000;
    text-decoration: none;

}

.corporate-management-table-right .corporate-management-table-right-table-top .management-text-description{
    padding: 0 2%;
    background-color: transparent;
    font-size: 16px;
    color: #000000;
    text-decoration: none;

}


/*******
 Corporate Profile Container Style
*******/
.corporate-profile-mobile-container{
    display:none;
}

.corporate-profile-container{
    display: table;
    table-layout: fixed;
    width: 100%

}

.corporate-profile-container .corporate-profile-table{
    display: table;
    table-layout: fixed;
}


.corporate-profile-container .corporate-profile-table-in{
    display: table;
    table-layout: fixed;
    width: 65%;
    margin: 0 auto;
    padding: 2% 0 2% 0;
}

.corporate-profile-container .corporate-profile-table-in .corporate-profile-box{
    margin: 2% 0 3% 0;
}

.corporate-profile-container .corporate-profile-table .corporate-profile-table-cell-left{
    display: table-cell;
    width:20%;
}

.corporate-profile-container .corporate-profile-table .corporate-profile-table-cell-right{
    display: table-cell;
    width:100%;
}

.corporate-profile-container .corporate-profile-table .corporate-profile-table-cell-left .corporate-profile-table-cell-left-in{
    display: table;
    width:100%;
    table-layout: fixed;
}

.corporate-profile-container .corporate-profile-table .corporate-profile-table-cell-right .corporate-profile-table-cell-right-in{
    display: table;
    width:100%;
    table-layout: fixed;
}

.corporate-profile-container .corporate-profile-label{
    padding: 0 2%;
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    color: #000000;

    /*text-align: right;*/
}


.corporate-profile-container .corporate-profile-description{
    padding: 0 2%;
    background-color: transparent;
    font-size: 16px;
    color: #000000;
    text-decoration: none;

}


/*
    Hiring Post
 */

.hiring-container{
    display: table;
    width: 100%;
}

.hiring-container .addtoany_content{
    display:none;
}

.hiring-container-table{
    display: table;
    width: 100%;
}

.hiring-container-table .hiring-container-table-in {
    display: table;
    width: 80%;
    margin: 0 auto;
}

.hiring-container h1{
    font-size: 28px;
    text-align:center;
}

.hiring-container h2{
    font-size: 24px;
    font-weight:500;
    text-align:center;
}

/* Text Style */
.hiring-container p{
    font-size: 16px;
    color: #000000;
    text-decoration: none;

}

.hiring-container .is-style-borderless{
    font-size: 16px;
    color: #000000;
    text-decoration: none;

}


.hiring-apply-container{
    display: table;
    width: 100%;
}

.hiring-apply-container .hiring-apply-table{
    display: table;
    width: 100%;
}

.hiring-apply-container .hiring-apply-table .hiring-apply-table-in{
    display: table;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.hiring-apply-container .hiring-apply-table .hiring-apply-table-in .hiring-apply-table-top{
    display: table;
    width: 100%;
    margin: 2% 0 2% 0;
}

.hiring-apply-container .hiring-apply-table .hiring-apply-table-in .hiring-apply-table-middle{
    display: table;
    width: 100%;
    margin: 2% 0 2% 0;
}


.hiring-apply-container .hiring-apply-table .hiring-apply-table-in .hiring-apply-table-bottom a{
    text-align: center;
    text-decoration: none;
    color: #000000;
}

.hiring-apply-container .hiring-apply-table .hiring-apply-table-in .hiring-apply-table-bottom:hover a{
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}


/* Text Style */

.hiring-apply-container .hiring-apply-table-top-text{
    font-size: 24px;
    color: #000000;
    text-decoration: none;

}


.hiring-apply-container .hiring-apply-table-middle-text{
    font-size: 16px;
    color: #000000;
    text-decoration: none;

}



/* Thanks Page Layout and Structure */

.thanks-container{
    display: table;
    width: 100%;
}

.thanks-container-table{
    display: table;
    width: 100%;
}

.thanks-container-table .thanks-container-table-in {
    display: table;
    width: 80%;
    margin: 0 auto;
}

.thanks-text-container{
    display: table;
    width: 100%;
}


.thanks-text-container .thanks-text-table{
    display: table;
    width: 100%;
}


.thanks-text-container .thanks-text-table .thanks-text-table-top{
    display: table;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.thanks-text-container .thanks-text-table .thanks-text-table-bottom{
    display: table;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}


/* Text style */
.thanks-container .h1-container .header-title{
    text-align:center;
}

.thanks-text-container .thanks-text-top{
    padding: 5% 2%;
    background-color: transparent;
    font-size: 20px;
    color: #000000;

}

.thanks-text-container .thanks-text-bottom{
    padding: 0 2%;
    background-color: transparent;
    font-size: 20px;
    color: #000000;

}

.thanks-container h1{
    font-size: 28px;
    color: #636463;
    text-align: center;
}



/*
    Hiring List
 */

.hiring-list-container .h1-container .h1-table-top{
    text-align:center;
}


.hiring-list-container .h2-container .h2-table-top{
    text-align:center;
}

.hiring-list-container .h3-container .h3-table-top{
    text-align:center;
    margin-top: 0;
    margin-bottom: 0;
}

.hiring-list-container .h3-container .h3-table .h3-table-top .entry-title{
    margin-top: 0;
    margin-bottom: 0;
}


.hiring-list-container{
    display:table;
    width:100%;
}

.hiring-list-container .h5-container{
    display:table;
    table-layout: fixed;
    width:100%;
}

.hiring-list-container .h5-container .h5-table{
    display:table;
    width:80%;
    margin: 0 auto;
    vertical-align: middle;
}

.hiring-list-container .h5-container .h5-table .h5-table-top{
    margin: 0 0 0 0;
    text-align: center;
}


.hiring-list-container .h5-container .h5-table .h5-table-top .entry-title{
    margin-top: 0;
    margin-bottom: 0;
}


.hiring-list-container .hiring-list-table a{
    text-decoration: none;
}

.hiring-list-container .hiring-list-container .hiring-list-table-in{
    /*border-bottom: 1px solid #999999;*/
}


.hiring-list-container .hiring-list-container .hiring-list-table-in .hiring-list-table-in-top{
    margin:2%;
}

.hiring-list-container .hiring-list-container .hiring-list-table-in .hiring-list-table-in-bottom{
    margin:2%;
}


.hiring-list-container .hiring-list-mobile-container{
    display:none;
}



/* Text Style */
.hiring-list-container .hiring-list-container .hiring-list-table-in .hiring-list-table-in-top .hiring-list-table-top-text{
    display:inline-block;
    font-size: 24px;
    color: #000000;

    border-bottom: 1px solid #999999;
}

.hiring-list-container .hiring-list-container .hiring-list-table-in .hiring-list-table-in-bottom .hiring-list-table-bottom-text{
    font-size: 16px;
    color: #000000;

    padding-bottom: 2%;
    border-bottom: 1px solid #999999;
}


/*
    Partner Site
 */

/* Header Container layout*/
.partner-header-container{
    display:table;
    width:100%;
    /*background: #f5f5f5;*/
}

.partner-header-container .partner-header-container-table{
    display:table;
    width:100%;
}


.partner-header-container .partner-header-container-table .partner-header-container-table-in{
    display:table;
    width: 100%;
    margin:0 auto;
}

.partner-header-container .header-table{
    display: table;
    width:65%;
    margin: 0 auto;
}

.partner-header-container .header-table .h1-table-top{
    margin: 5% 0 5% 0;
}

.partner-header-container .h1-text{
    padding: 10% 5% 0 5%;
}


.partner-header-container .header-text-btn-box{
    width: 30%;
    padding: 0 5% 10% 5%;
}


/* Text Style */
.partner-header-container .header-table h1{
    font-size:30px;
    font-weight: 600;
    color: #000000;
}

.partner-header-container .header-text-btn a{
    display: block;
    padding: 13px 0px;
    background: #e62310;
    border-radius: 2px;
    font-size: 14px;
    color: #ffffff;
    border: #e62310 solid;
    text-align: center;
    border-width: thin;
    text-decoration: none;
}


.partner-header-container .header-text-btn:hover a{
    display: block;
    padding: 13px 0px;
    background: #ffffff;
    border-radius: 2px;
    font-size: 14px;
    color: #e62310;
    border: #e62310 solid;
    text-align: center;
    border-width: thin;
    text-decoration: none;
}


/**
/* Introduction Container layout*/
.partner-intro-container{
    display:table;
    width:100%;
    background: #ffffff;
}

.partner-intro-container .partner-intro-container-table{
    display:table;
    width:100%;
}


.partner-intro-container .partner-intro-container-table .partner-intro-container-table-in{
    display:table;
    width: 65%;
    margin:0 auto;
}


.partner-intro-container .intro-table .intro-table-in{
    border-left: solid 8px #e62310;
    padding-left: 12px;
}


.partner-intro-container .intro-table .intro-table-in .intro-table-top{
    padding-bottom: 3%;
}

.partner-intro-container .intro-table .intro-table-in .intro-table-bottom{
    width: 90%;
}


/* Text Style */
.partner-intro-container .intro-table .top-text-1{
    font-size: 20px;
    font-weight:500;
}


.partner-intro-container .intro-table .bottom-text-1{
    font-size: 14px;
}


/**
/* Network Container layout*/
.partner-net-container{
    display:table;
    width:100%;
    background: #f5f5f5;
}

.partner-net-container .partner-net-container-table{
    display:table;
    width:100%;
}


.partner-net-container .partner-net-container-table .partner-net-container-table-in{
    display:table;
    width: 65%;
    margin:0 auto;
}

.partner-net-container .partner-net-container-table .partner-net-table-cell-left{
    display:table-cell;
    width: 50%;
    vertical-align: middle;
}


.partner-net-container .partner-net-container-table .partner-net-table-cell-right{
    display:table-cell;
    width: 50%;
    vertical-align: middle;
}

.partner-net-container .partner-net-container-table .partner-net-table-cell-right .partner-net-table-cell-right-table{
    display:table;
    width: 100%;
}

.partner-net-container .partner-net-container-table .partner-net-table-cell-right .partner-net-table-cell-right-table .partner-net-table-cell-right-table-in{
    display:table;
    width: 70%;
    margin: 0 auto;
}


.partner-net-container .partner-net-container-table .net-table .net-table-in{
    border-left: solid 8px #e62310;
    padding-left: 12px;
}


.partner-net-container .partner-net-container-table .partner-net-table-cell-left .net-table-top{
    padding-bottom: 3%;
}

.partner-net-container .partner-net-container-table .partner-net-table-cell-left .net-table-bottom{
    width: 90%;
}



/* Text Style */
.partner-net-container .net-table .top-text-1{
    font-size: 20px;
    font-weight:500;
}


.partner-net-container .net-table .bottom-text-1{
    font-size: 14px;
}


/**
/* Partner Type Container layout*/
.partner-type-container{
    display:table;
    width:100%;
    background: #ffffff;
}

.partner-type-container .partner-type-container-table{
    display:table;
    width:100%;
}


.partner-type-container .partner-type-container-table .type-table{
    display:table;
    width: 65%;
    margin:0 auto;
}


.partner-type-container .partner-type-container-table .type-table .type-table-in{
    border-left: solid 8px #e62310;
    padding-left: 12px;
}


/* Text Style */
.partner-type-container .type-table .top-text-1{
    font-size: 20px;
    font-weight:500;
}



/**
/* Partner Type2 Container layout*/
.partner-type2-container{
    display:table;
    width:100%;
    background: #ffffff;
}

.partner-type2-container .partner-type2-container-table{
    display:table;
    width:100%;
}

.partner-type2-container .partner-type2-container-table .type2-table{
    display:table;
    width: 55%;
    margin:0 auto;
}

.partner-type2-container .partner-type2-container-table .type2-table .type2-table-cell-left{
    display:table-cell;
    width: 50%;
}

.partner-type2-container .partner-type2-container-table .type2-table .type2-table-cell-right{
    display:table-cell;
    width: 50%;
}

.partner-type2-container .partner-type2-container-table .type2-table .type2-table-left{
    margin:2%;
}

.partner-type2-container .partner-type2-container-table .type2-table .type2-table-right{
    margin:2%;
}


.partner-type2-container .partner-type2-container-table .type2-table .type2-table-left .type2-table-left-top{
    border: 5px solid #f5f5f5;
}

.partner-type2-container .partner-type2-container-table .type2-table .type2-table-right .type2-table-right-top{
    border: 5px solid #f5f5f5;
}


/* Text Style */
.partner-type2-container .partner-type2-container-table .type2-table .left-text-1{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5%;
    color: #e62310;
}

.partner-type2-container .partner-type2-container-table .type2-table .left-text-2{
    font-size: 14px;
    font-weight: 400;
    padding: 8%;
}

.partner-type2-container .partner-type2-container-table .type2-table .left-text-3{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 2%;
    text-decoration: none;
}

.partner-type2-container .partner-type2-container-table .type2-table .left-text-3 a{
    text-decoration: none;
    color: #5d5d5d;
}

.partner-type2-container .partner-type2-container-table .type2-table .left-text-3:before{
    content: "\f078";
    font-family: "FontAwesome";
    color:#e62310;
    font-style: normal;
    font-weight: 600;
    padding-right: 5px;
}


.partner-type2-container .partner-type2-container-table .type2-table .right-text-1{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-top:5%;
    color: #e62310;
}

.partner-type2-container .partner-type2-container-table .type2-table .right-text-2{
    font-size: 14px;
    font-weight: 400;
    padding: 8% 8% 13% 8%;
}

@media(max-width:1300px) {
    .partner-type2-container .partner-type2-container-table .type2-table .right-text-2{
        font-size: 14px;
        font-weight: 400;
        padding: 8% 8% 20% 8%;
    }
}

@media(max-width:1250px) {
    .partner-type2-container .partner-type2-container-table .type2-table .right-text-2{
        font-size: 14px;
        font-weight: 400;
        padding: 8% 8% 15% 8%;
    }
}

.partner-type2-container .partner-type2-container-table .type2-table .right-text-3{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding-top: 2%;
}

.partner-type2-container .partner-type2-container-table .type2-table .right-text-3 a{
    text-decoration: none;
    color: #5d5d5d;
}


.partner-type2-container .partner-type2-container-table .type2-table .right-text-3:before{
    content: "\f078";
    font-family: "FontAwesome";
    color:#e62310;
    font-style: normal;
    font-weight: 600;
    padding-right: 5px;
}


/**
/* Partner Cert Container layout*/
.partner-cert-container{
    display:table;
    width:100%;
    *background: #f5f5f5;*
	padding-top: 5%;
}

.partner-cert-container .partner-cert-container-table{
    display:table;
    width:100%;
background-color: #f5f5f5;
}

.partner-cert-container .partner-cert-container-table .cert-table{
    display:table;
    width: 20%;
    margin:0 auto;
}

/** Text Style */
.partner-cert-container .cert-table-top{
    border-bottom: solid 4px #e62310;
    padding-bottom: 5px;
    text-align: center;
}

.partner-cert-container .cert-table-top .top-text-1{
    font-size: 18px;
    font-weight: 500;
}


/**
/* Reseller Container layout*/
.partner-reseller-container{
    display:table;
    width:100%;
    background: #f5f5f5;
}

.partner-reseller-container .partner-reseller-container-table{
    display:table;
    width:100%;
}

.partner-reseller-container .partner-reseller-container-table .reseller-table-cell-left{
    display: table-cell;
    width: 50%;
}


.partner-reseller-container .partner-reseller-container-table .reseller-table-cell-right{
    display: table-cell;
    width: 50%;
}

.partner-reseller-container .partner-reseller-container-table .reseller-table-cell-left .reseller-table-cell-left-table{
    display: table;
    width: 100%;
    margin:1%;
}

.partner-reseller-container .partner-reseller-container-table .reseller-table-cell-right .reseller-table-cell-right-table{
    display: table;
    width: 100%;
    margin:1%;
}

.partner-reseller-container .partner-reseller-container-table .reseller-table-cell-left .reseller-table-cell-left-table .reseller-table-cell-left-table-in{
    display: table;
    width: 95%;
	max-width: 600px;
    margin: 0 auto;
	height: 200px;
}

.partner-reseller-container .partner-reseller-container-table .reseller-table-cell-right .reseller-table-cell-right-table .reseller-table-cell-right-table-in{
    display: table;
    width: 95%;
	max-width: 600px;
    margin: 0 auto;
	height: 200px;
}

/* Update reseller style 17.09.2020 */
.partner-reseller-container .partner-reseller-container-table .reseller-table{
    overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 1200px){
	.partner-reseller-container .partner-reseller-container-table .reseller-table{
		width: 850px;
	}
}

.partner-reseller-container .partner-reseller-container-table .reseller-table .reseller-table-in{
	width: 90%;
	margin: 0 auto;
}

.partner-reseller-container .partner-reseller-container-table .reseller-table ul{
    position: relative;
    /* width: 80%; */
    /* margin: 0 auto; */
}

.partner-reseller-container .partner-reseller-container-table .reseller-table ul li{
    position: relative;
    display: inline-block;
}

.reseller-tile{
    width: 300px;
	height: 600px;
    float: left;
    margin:2%;
    background: #ffffff;
}

.reseller-tile .reseller-tile-in{
    padding:4%;
}

.reseller-tile .img-area{
    display: table;
    height: 110px;
    vertical-align: middle;
    padding-top: 5%;
}

.reseller-tile .prof-area{
    border-top: solid 1px #dfe3e3;
}

.reseller-tile .prof-desc-area{
    border-top: solid 1px #dfe3e3;
}

.reseller-tile .reseller-name{
    font-size: 14px;
    font-weight: 500;
    padding: 3% 0;
    word-break: break-all;
}

.reseller-tile .concur_p{
    background: #000000;
    color: #f0ab00;
    font-weight: bolder;
    text-align: center;
    margin: 0 auto;
    margin-top: 2%;
}

.reseller-tile .concur_p2{
    background: #ffffff;
    width: 50%;
    margin: 0 auto;
    margin-top: 2%;
}

.reseller-tile .department{
    font-size: 14px;
    font-weight: 400;
    padding: 2% 0;
    word-break: break-all;
}

.reseller-tile .reseller_url{
    font-size: 14px;
    font-weight: 400;
    padding: 2% 0;
    word-break: break-all;
}

.reseller-tile .reseller_url a{
    text-decoration: none;
}

.reseller-tile .reseller_url:before{
    text-decoration: none;
    content: "\f0ac";
    font-family: 'FontAwesome';
    color:#000000;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    font-display: swap;
}

.reseller-tile .reseller_tel{
    font-size: 14px;
    font-weight: 400;
}

.reseller-tile .reseller_tel:before{
    text-decoration: none;
    content: "\f095";
    font-family: 'FontAwesome';
    color:#000000;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    font-display: swap;
}


.reseller-tile .reseller_email{
    font-size: 14px;
    font-weight: 400;
    padding: 2% 0;
    word-break: break-all;
}

.reseller-tile .reseller_email a{
    text-decoration: none;
}

.reseller-tile .reseller_email:before{
    text-decoration: none;
    content: "\f003";
    font-family: 'FontAwesome';
    color:#000000;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    font-display: swap;
}


.reseller-tile .reseller_contact{
    font-size: 14px;
    font-weight: 400;
    padding: 2% 0 5% 0;
    word-break: break-all;
}

.reseller-tile .reseller_contact a{
    text-decoration: none;
}

.reseller-tile .reseller_contact:before{
    text-decoration: none;
    content: "\f007";
    font-family: 'FontAwesome';
    color:#000000;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    font-display: swap;
}

.reseller-tile .reseller_description{
    font-size: 13px;
    font-weight: 400;
    padding: 2% 0 5% 0;
    word-break: break-all;
}


/**
 * Concur Partner Style
 */
.concur-partner-container ul{
    display: table;
    width: 100%;
    padding-left: 0px;
}


.concur-partner-container .concur-partner-table .concur-partner-tile{
    width: 40%;
    height: 700px;
    float: left;
    margin: 2%;
    background: #fff;
    display: inline-block;
    padding: 2%;
}


.concur-partner-tile .img-area{
    display: table;
    height: 110px;
    vertical-align: middle;
    padding-top: 5%;
}

.concur-partner-tile .prof-area{
    border-top: solid 1px #dfe3e3;
}

.concur-partner-tile .prof-desc-area{
    border-top: solid 1px #dfe3e3;
}

.concur-partner-tile .reseller-name{
    font-size: 16px;
    font-weight: 500;
    padding: 3% 0;
    word-break: break-all;
}

.concur-partner-tile .concur_p{
    background: #000000;
    color: #f0ab00;
    width: 50%;
    font-weight: bolder;
    text-align: center;
    margin: 0 auto;
    margin-top: 2%;
}

.concur-partner-tile .concur_p2{
    background: #ffffff;
    width: 50%;
    margin: 0 auto;
    margin-top: 2%;
}


.concur-partner-tile .department{
    font-size: 16px;
    font-weight: 400;
    padding: 2% 0;
    word-break: break-all;
}

.concur-partner-tile .reseller_url{
    font-size: 16px;
    font-weight: 400;
    padding: 2% 0;
    word-break: break-all;
}

.concur-partner-tile .reseller_url:before{
    text-decoration: none;
    content: "\f0ac";
    font-family: 'FontAwesome';
    color:#000000;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    font-display: swap;
}

.concur-partner-tile .reseller_tel{
    font-size: 16px;
    font-weight: 400;
}

.concur-partner-tile .reseller_tel:before{
    text-decoration: none;
    content: "\f095";
    font-family: 'FontAwesome';
    color:#000000;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    font-display: swap;
}


.concur-partner-tile .reseller_email{
    font-size: 16px;
    font-weight: 400;
    padding: 2% 0;
    word-break: break-all;
}

.concur-partner-tile .reseller_email:before{
    text-decoration: none;
    content: "\f003";
    font-family: 'FontAwesome';
    color:#000000;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    font-display: swap;
}


.concur-partner-tile .reseller_contact{
    font-size: 16px;
    font-weight: 400;
    padding: 2% 0 5% 0;
    word-break: break-all;
}

.concur-partner-tile .reseller_contact:before{
    text-decoration: none;
    content: "\f007";
    font-family: 'FontAwesome';
    color:#000000;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    font-display: swap;
}

.concur-partner-tile .reseller_description{
    font-size: 13px;
    font-weight: 400;
    padding: 2% 0 5% 0;
    word-break: break-all;
}


/*
   News List
 */

.news-list-container .h1-container .h1-table-top{
    text-align:center;
}


.news-list-container .h2-container .h2-table-top{
    text-align:center;
}


.news-list-container .news-list-contents-container{
    display:table;
    width:100%;
}


.news-list-container .category-selector-table{
    display: table;
    width: 100%;
}

.news-list-container .category-selector-table .category-selector-table-in{
    display: table;
}

.news-list-container .category-selector-table .category-selector-table-in .select-category{
    display: table;
    width: 100%;
}

.news-list-container .category-selector-table .category-selector-table-in .select-category .select-category-icon:before {
    text-decoration: none;
    content: "\f02b";
    font-family: 'FontAwesome';
    color:#DE0309;
    font-style: normal;
    font-weight: 600;
    padding-right: 5px
}

.news-list-container .category-selector-table .category-selector-table-in .select-category .select-category-text{
    position: relative;
    font-size:16px;
    font-weight: 400;
    padding: 0 0 0 0;
    text-align: center;
    background-color: #ffffff;
    border: #e62310 solid;
    border-width: thin;
}

.news-list-container .category-selector-table .category-selector-table-in .select-category .select-category-text a{
    color: #e62310;
    text-decoration: none;
}


.news-list-container .category-selector-table .category-selector-table-in .select-category .select-category-text:hover a{
    color: #e62310;
    text-decoration: line-through;
}


.news-list-container .news-list-contents-container .news-list-contents-container-table{
    display:table;
    width:100%;
}

.news-list-container .news-list-contents-container .news-list-contents-container-table .news-list-contents-container-table-in{
    display:table;
    width:90%;
    margin: 0 auto;
}


.news-list-contents-container .news-list-table-cell-left{
    display: table-cell;
    width: 67%;
}

.news-list-contents-container .news-list-table-cell-right{
      /* display: table-cell; */
    /* width: 33%; */
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}
}


.news-list-contents-container .news-list-table-cell-right .sidebar-table-right-table{
    display: table;
    width:100%;
    background: #f5f5f5;
}

.news-list-contents-container .news-list-table-cell-right .sidebar-table-right-table .sidebar-table-right-table-in{
    display: table;
    width: 100%;
    margin: 0 auto;
}


.news-list-contents-container .news-container .news-table-cell-left{
    display:table-cell;
    width:70%;
}


.news-list-contents-container  .news-container .category-selector-table{
    display: table;
    width: 95%;
    padding-bottom: 3%;
    border-bottom: 1px solid #7e7e7e;
}


.news-list-contents-container .news-container .select-category-icon{
    display:table-cell;
}


.news-list-contents-container .news-container .news-table-top{
    margin:2% 5% 2% 0;
}

.news-list-contents-container .news-container .news-table-bottom{
    margin: 2% 5% 0 0;
    border-bottom: 1px solid #c5c5c5;
}

.news-list-contents-container .news-container .news-table-cell-right{
    display:table-cell;
    width:30%;
}

.news-list-contents-container .news-container .news-table-cell-bottom{
    display:table;
    width:100%;
}

.news-list-contents-container .news-container .news-table-cell-left-in{
    display: table;
    width:100%;
}


.news-list-contents-container .news-container .news-table-cell-left-in .news-table-category-table{
    display: table;
    width:100%;
}


.news-list-contents-container .news-container .news-table-cell-left-in .news-table-category-table .news-table-category-table-in{
    display: table;
    width:auto;
}

.news-list-contents-container .news-container .news-table-cell-bottom .left-cell{
    display:table-cell;
    padding-right: 3%;
    vertical-align: middle;
}


.news-list-contents-container .news-container .news-table-cell-bottom .right-cell{
    display:table-cell;
    width: 80%;
}


.news-list-contents-container .news-container .news-category{
    display:table-cell;
    margin-right:2%;
    border: #ffffff solid;
}

.news-list-contents-container .news-container .news-category .category-text{
    display:table;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 0;
    text-align: center;
    background-color: #ffffff;
    border: #7e7e7e solid;
    border-width: thin;
}

.news-list-contents-container .news-container .news-category .category-text a{
    text-decoration: none;
    color: #7e7e7e;
}

.news-list-contents-container .news-container .news-category .category-text:hover{
    display:table;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 0;
    text-align: center;
    background-color: #ffffff;
    border: #e62310 solid;
    border-width: thin;
}

.news-list-contents-container .news-container .news-category .category-text:hover a{
    text-decoration: none;
    color: #e62310;
}

.news-list-contents-container .news-container .news-date{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    text-align:right;
    padding: 0 5% 0 0;
}

.news-list-contents-container .news-container .news-link-url .news-table-bottom-in p{
    color: #000000;
    text-decoration: none;
}

.news-list-contents-container .news-container .news-link-url .news-table-bottom-in:hover p{
    color: #e62310;
    /*font-weight: bolder;*/
    text-decoration: none;

}

.news-list-contents-container .news-container .news-link-url .eye-catch{
    width: 220px;
    height: auto;
}


.news-list-contents-container .news-container .news-link-url .news-title{
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 0 0;
}


.news-list-contents-container .news-container .news-link-url .news-excerpt{
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 0;
}


/**
 Ranking Style for WPP
 */
.ranking-container{
    padding: 7%;
}


.ranking-container .recommend-header{
    color: #002b49;
    position: relative;
    font-size: 17px;
    padding: 0 0 15px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.ranking-container .recommend-header:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-left: 0;
    border-right: 5px solid transparent;
    /*border-top: 5px solid #002b49;*/
}

.ranking-container .recommend-header:after{
    content: "";
    background: #e62310;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin-left:20px;
}


.ranking-container .recommend-header .recommend-text{
    font-size: 15px;
    min-height: 15px;
    font-weight:500;
}


.ranking-container .recommend-contents ul {
    position: relative;
    padding-left: 25px;
}

.ranking-container .recommend-contents ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    left: 3px;
    width: 5px;
    height: 100%;
    background: #e6e6e6;
}

.ranking-container .recommend-contents ul .wpp-views{
    display:none;
}


.ranking-container .recommend-contents ul .wpp-post-title{
    font-size: 14px;
    line-height: 1.4;
    font-weight:600;
}


.ranking-container .recommend-contents li .wpp-post-title:before{
    content: "1";
    width: 20px;
    height: 20px;
    background: #e62310;
    color: #ffffff;
    text-align: center;
    border: 2px solid #e6e6e6;
    position: absolute;
    left: -7px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    transition-duration: 0.3s;
}

.ranking-container .recommend-contents li:nth-of-type(2) .wpp-post-title:before {
    content: "2";
}

.ranking-container .recommend-contents li:nth-of-type(3) .wpp-post-title:before {
    content: "3";
}

.ranking-container .recommend-contents li:nth-of-type(4) .wpp-post-title:before {
    content: "4";
}

.ranking-container .recommend-contents li:nth-of-type(5) .wpp-post-title:before {
    content: "5";
}



.ranking-container .recommend-contents li:hover .wpp-post-title:before{
    background-color: #ffffff;
    color: #e62310;
    width: 20px;
    height: 20px;
    left: -7px;
    border: 2px solid #e62310;
}



/**
 Recommend Post Side Bar
 */
.recommend-container{
    padding: 7%;
}

.recommend-container .recommend-header{
    color: #5d5d5d;
    position: relative;
    font-size: 17px;
    padding: 0 0 15px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.recommend-container .recommend-header2{
    color: #5d5d5d;
    position: relative;
    font-size: 17px;
    padding: 0 0 15px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    margin-bottom: 20px;
}


.recommend-container .recommend-header:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-left: 0;
    border-right: 5px solid transparent;
    /*border-top: 5px solid #002b49;*/
}

.recommend-container .recommend-header2:before{
    content: "\f0a6";
    font-family: "FontAwesome";
    width: 0;
    height: 0;
    color:#e62310;
    position: absolute;
}

.recommend-container .recommend-header:after{
    content: "";
    background: #e62310;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin-left:20px;
}

.recommend-container .recommend-header2:after{
    content: "";
    background: #e62310;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin-left:20px;
}



.recommend-container .recommend-header .recommend-text{
    font-size: 15px;
    min-height: 15px;
    font-weight:500;
}

.recommend-container .recommend-header2 .recommend-text2{
    font-size: 15px;
    min-height: 15px;
    font-weight:500;
    margin-left:20px;
}


.recommend-container .recommend-header2 .recommend-text2 .dot-text{
    padding-top: 5px;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.0em .3em;
    background-image: radial-gradient(2px 2px,#e62310,#e62310 100%,transparent);
}


.recommend-contents ul{
    position: relative;
    padding-left: 15px;
}

.recommend-contents ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 2px;
    height: 100%;
    background: #e6e6e6;
}

.recommend-contents a{
    color: #333;
    text-decoration: none;
    transition: 0.15s;
}

.recommend-contents a:hover{
    color: #e62310;
}

.recommend-contents ul .recommend-date{
    font-size: 10px;
    display: block;
    position: relative;
    color: #767676;
    line-height: 10px;
    margin-bottom: 5px;
}

.recommend-contents ul .recommend-text{
    font-size: 14px;
    line-height: 1.4;
    font-weight:600;
}


.recommend-contents ul .recommend-date:before{
    content: "";
    width: 6px;
    height: 6px;
    background: #e62310;
    border: 2px solid #e6e6e6;
    position: absolute;
    left: -19px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    transition-duration: 0.3s;
}


.recommend-contents li {
    border-bottom: 0;
    padding-bottom: 10px;
    list-style: none;
}

.recommend-contents li:first-child {
    padding-top: 0;
}

.recommend-contents li:after {
    clear: both;
    display: table;
    content: "";
}

.recommend-contents li a:hover .recommend-date:before{
    background-color: #e62310;
    /*color: #FFFFFF;*/
    width: 10px;
    height: 10px;
    left: -20px;
    border: 1px solid #e62310;
}


/**
 Single Post Template
 */
.post-container{
    display: table;
    width: 100%;
}

.post-container .post-container-table{
    display: table;
    width: 100%;
}

.post-container .post-container-table .post-container-table-in{
    display: table;
    width: 90%;
    margin: 0 auto;
}


.post-container .post-contents-container{
    display:table;
    width:100%;
}



.post-contents-container .post-contents-container-table{
    display:table;
    width:100%;
}

.post-contents-container .post-contents-container-table .post-contents-container-table-in{
    display:table;
    width:90%;
    margin: 0 auto;
}

.post-contents-container .post-table-cell-left{
    display: table-cell;
    width: 67%;
}

.post-contents-container .post-table-cell-left .post-contents-main{
    padding: 7%;
}


.post-contents-container .post-table-cell-right{
    display: table-cell;
    width: 33%;
}

.post-contents-container .post-table-cell-right .sidebar-table-right-table{
    display: table;
    width:100%;
    background: #f5f5f5;
}

.post-contents-container .post-table-cell-right .sidebar-table-right-table .sidebar-table-right-table-in{
    display: table;
    width: 100%;
    margin: 0 auto;
}


.post-container .case-category{
    display:table;
    width: 100%;
}

.post-container .case-category .case-company-text{
    font-size: 18px;
    font-weight: 500;
}

.post-container .case-category .case-category-table-top{
    padding-bottom: 10px;
}


.post-container .case-category .case-category-left{
    display:table-cell;
    padding-right: 10px;
}


.post-container .case-category .case-category-left .case-category-title{
    font-size:16px;
    font-weight: 500;
}

.post-container .case-category .case-category-right{
    display:table-cell;
}

.post-container .case-category .case-category-right .case-category-text{
    display: table;
    font-size: 16px;
    color: #e62310;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 15px;
    border: #e62310 solid;
    border-width: thin;
}






/**
 ** Post List Style
 */

.list-header-container{
    display:table;
    width:100%;
    /*background: #f5f5f5;*/
}

.list-header-container .header-table{
    display: table;
    width:65%;
    margin: 0 auto;
}

.list-header-container .header-table .h1-table-top{
    margin: 5% 0 5% 0;
}

.list-header-container .header-table .header-text-1{
    padding-top:7%;
}


.list-header-container .header-text-btn-box{
    width: 100%;
    padding-bottom:10%;
}


/* Text Style */
.list-header-container .header-table h1{
    font-size:30px;
    font-weight: 600;
    color: #ffffff;
}

.list-header-container .header-table .header-text-btn{
    font-size:18px;
    font-weight: 400;
    color: #ffffff;
}



/*
    General Post without SNS
 */

.gen-post-container{
    display: table;
    width: 100%;
}

.gen-post-container .addtoany_content{
    display: none;
}

.gen-post-container .gen-post-container-table{
    display: table;
    width: 100%;
}


.gen-post-container .gen-post-container-table .gen-post-container-table-in{
    display: table;
    width: 65%;
    margin: 0 auto;
}


.gen-post-container h1 {
    font-size: 28px;
    text-align: center;
}


/*
    General Post with SNS
 */

.gen-post-sns-container{
    display: table;
    width: 100%;
}

.gen-post-sns-container .gen-post-container-table{
    display: table;
    width: 100%;
}


.gen-post-sns-container .gen-post-container-table .gen-post-container-table-in{
    display: table;
    width: 65%;
    margin: 0 auto;
}


.gen-post-sns-container h1 {
    font-size: 28px;
    text-align: center;
}


/**
 ** Product Page layout and style
 */
.product-container{
    display: table;
    width: 100%;
}

.product-container .product-container-table{
    display: table;
    width: 100%;
}


.product-container .product-image-banner{
    display: table;
}

.product-container .product-mobile-image-banner{
    display: none;
}


.product-container .product-container-table .product-container-table-in{
    display: table;
    width: 100%;
    margin: 0 auto;
}

.product-contents-container{
    display: table;
    width: 100%;
}

.product-contents-container-bk{
    display: table;
    width: 100%;
    background: #F5F5F5;
}


.product-contents-container .product-contents-container-table{
    display: table;
    width: 70%;
    margin: 0 auto;
}

.product-contents-container .product-contents-container-table .product-contents-container-table-in{
    padding: 7% 0 7% 0;
}


.product-contents-container-bk .product-contents-container-table{
    display: table;
    width: 70%;
    margin: 0 auto;
}

.product-contents-container-bk .product-contents-container-table .product-contents-container-table-in{
    padding: 7% 0 7% 0;
}


.product-contents-container .h2-container .h2-table-top{
    border-left: solid 8px #e62310;
    padding-left: 12px;
    text-align:left;
}


.product-contents-container-bk .h2-container .h2-table-top{
    border-left: solid 8px #e62310;
    padding-left: 12px;
    text-align:left;
}

.product-contents-container .h2-container .h2-table-top .top-subtext{
    font-size: 16px;
    text-align:left;
    padding-left:1%;
}

.product-contents-container-bk .h2-container .h2-table-top .top-subtext{
    font-size: 16px;
    text-align:left;
    padding-left:1%;
}


.product-contents-container .h3-container .h3-table-top{
    text-align:left;
    margin-top: 0;
    margin-bottom: 0;
}

.product-contents-container .h3-container .h3-table .h3-table-top .entry-title{
    margin-top: 0;
    margin-bottom: 0;
}

.product-contents-container h2{
    font-size: 24px;
    font-weight:500;
    text-align:left;
    padding-left: 1%;
}

.product-contents-container h3{
    font-size: 20px;
    font-weight:500;
    text-align:left;
}

.product-contents-container-bk h2{
    font-size: 24px;
    font-weight:500;
    text-align:left;
    padding-left: 1%;
}

.product-contents-container-bk h3{
    font-size: 20px;
    font-weight:500;
    text-align:left;
}

.product-step-area ul{
    position: relative;
    padding-left: 15px;
    list-style-type: none;
}


.product-step-area ul:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 70px;
    width: 8px;
    height: 97%;
    background: #e6e6e6;
}

.product-step-area ul .step-text{
    font-size: 14px;
    display: block;
    position: relative;
    font-weight:bold;
    color: #767676;
    line-height: 39px;
    margin-bottom: 10px;
    padding:5%;
}


.product-step-area ul .step-text:before{
    content: "1";
    width: 40px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    background: #e62310;
    border: 5px solid #e6e6e6;
    position: absolute;
    left: -30px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    transition-duration: 0.3s;
}


.product-step-area ul .step-title{
    font-size:16px;
    line-height:1.4;
    font-weight:500;
    margin-left:10%;
}


.product-step-area ul .step-title .emp-style{
    color: #e62310;
}

.product-step-area ul .step-description{
    font-size:16px;
    line-height:1.4;
    font-weight:400;
    margin-left:10%;
}

.product-step-area ul .step-description p{
    padding-left: 10%;
    padding-top: 2%;
}


.product-step-area li:nth-of-type(2) .step-text:before {
    content: "2";
}

.product-step-area li:nth-of-type(3) .step-text:before {
    content: "3";
}

.product-step-area li:nth-of-type(4) .step-text:before {
    content: "4";
}

.product-step-area ul .connect-area{
    display: table;
    margin-top:10%;
}


.product-step-area ul .connect-description{
    display: table;
    padding-left: 10%;
    font-size:16px;
    font-weight:500;
}

.product-step-area ul .connect-description p{
    font-size:14px;
    font-weight:400;
}

.product-step-area ul .connect-description .widget{
    border: 1px solid #c3c3c3;
    padding: 3%;
}


.product-contents-container .h3-container .h3-table{
    display: table;
    width: 92%;
    margin: 0 auto;
}

.product-contents-container-bk .h3-container .h3-width-92{
    display: table;
    width: 92%;
    margin: 0 auto;
}

.product-contents-container .red-text{
    color: #e62310;
    text-align:left;
}

.product-contents-container-bk .red-text{
    color: #e62310;
    text-align:left;
}

.product-contents-container .red-text2{
    color: #e62310;
    text-align:center;
}

.product-contents-container-bk .red-text2{
    color: #e62310;
    text-align: center;
}


.product-contents-container .point-text:before{
    text-decoration: none;
    content: "\f0a4";
    font-family: 'FontAwesome';
    color:#DE0309;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
}

.product-contents-container-bk .point-text:before{
    text-decoration: none;
    content: "\f0a4";
    font-family: 'FontAwesome';
    color:#DE0309;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
}



.product-contents-container .image-text-container .image-text-block-table .image-text-block-table-in{
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
}


.product-point-area .point-text{
    font-size:16px;
    font-weight:500;
    margin-bottom:0px;
}


.product-point-area .point-text .emp-style{
    color: #e62310;
}

.product-point-area .step-description{
    font-size:16px;
    line-height:1.4;
    font-weight:400;
    margin-left:0%;
}

.product-point-area .step-description p{
    padding-left: 1%;
    padding-top: 0%;
}


.product-point-area .connect-area{
    display: table;
    margin-top:10%;
}


.product-point-area .connect-description{
    display: table;
    font-size:16px;
    font-weight:500;
}

.product-point-area .connect-description p{
    font-size:14px;
    font-weight:400;
}

.product-point-area .connect-description .widget{
    border: 1px solid #c3c3c3;
    padding: 3%;
}



.product-spec{
    display:table;
    width: 100%;
    margin-top: 10%;
}


.product-spec .product-spec-top .product-spec-left-cell{
    display:table-cell;
    width: 50%;
    background-color: #f5f5f5;
    padding: 2%;
    border-radius: 20px;
    border: 10px solid #f5f5f5;
}

.product-spec .product-spec-top .product-spec-right-cell{
    display:table-cell;
    width: 50%;
    background-color: #f5f5f5;
    padding: 2%;
    border-radius: 20px;
    border: 10px solid #f5f5f5;
}


.product-spec2 .product-spec-top .product-spec-left-cell{
    display:table-cell;
    width: 50%;
    background-color: #f5f5f5;
    padding: 2%;
    border-radius: 20px;
    border: 10px solid #ffffff;
}

.product-spec2 .product-spec-top .product-spec-right-cell{
    display:table-cell;
    width: 50%;
    background-color: #f5f5f5;
    padding: 2%;
    border-radius: 20px;
    border: 10px solid #ffffff;
}


.product-spec3 .product-spec-top .product-spec-left-cell{
    display:table-cell;
    width: 33%;
    background-color: #ffffff;
    padding: 2%;
    border-radius: 20px;
    border: 10px solid #f5f5f5;
}

.product-spec3 .product-spec-top .product-spec-middle-cell{
    display:table-cell;
    width: 33%;
    background-color: #ffffff;
    padding: 2%;
    border-radius: 20px;
    border: 10px solid #f5f5f5;
}

.product-spec3 .product-spec-top .product-spec-right-cell{
    display:table-cell;
    width: 33%;
    background-color: #ffffff;
    padding: 2%;
    border-radius: 20px;
    border: 10px solid #f5f5f5;
}



.product-spec .product-spec-bottom .product-spec-left-cell{
    display:table-cell;
    width: 50%;
    background-color: #f5f5f5;
    padding: 2%;
    border-radius: 20px;
    border: 10px solid #f5f5f5;
}

.product-spec .product-spec-bottom .product-spec-right-cell{
    display:table-cell;
    width: 50%;
    background-color: #f5f5f5;
    padding: 2%;
    border-radius: 20px;
    border: 10px solid #f5f5f5;
}


.product-spec2 .product-spec-bottom .product-spec-left-cell{
    display:table-cell;
    width: 50%;
    background-color: #f5f5f5;
    padding: 2%;
    border-radius: 20px;
    border: 10px solid #ffffff;
}

.product-spec2 .product-spec-bottom .product-spec-right-cell{
    display:table-cell;
    width: 50%;
    background-color: #f5f5f5;
    padding: 2%;
    border-radius: 20px;
    border: 10px solid #ffffff;
}


.product-spec .product-spec-table{
    display: table;
    width: 100%;
}

.product-spec .product-spec-table .product-spec-table-in{
    display: table;
    width: 84%;
    margin: 0 auto;
}

.product-spec .product-spec-table .spec-image{
    display: table;
    width: 100%;
}

.product-spec .product-spec-table .spec-image .spec-image-in{
    display: table;
    /*width: 80%;*/
    margin: 0 auto;
}

.product-spec .product-spec-table .spec-text-title{
    margin: 12% 0 12% 0;
}

.product-spec .product-spec-table .spec-text-title2{
    margin: 8% 0 8% 0;
}

.product-spec .product-spec-table .spec-text{
    font-size:16px;
    font-weight:500;
}

.product-spec .product-spec-table .spec-text2{
    font-size:16px;
    font-weight:500;
    padding-bottom: 14%;
}

.product-spec2 .product-spec-table .spec-image{
    display: table;
    width: 100%;
}

.product-spec2 .product-spec-table .spec-image .spec-image-in{
    display: table;
    /*width: 80%;*/
    margin: 0 auto;
}

.product-spec2 .product-spec-table .spec-text-title{
    margin: 12% 0 12% 0;
}

.product-spec2 .product-spec-table .spec-text-title2{
    margin: 8% 0 8% 0;
}

.product-spec2 .product-spec-table .spec-text{
    font-size:16px;
    font-weight:500;
    margin: 2%;
}

.product-spec2 .product-spec-table .spec-text2{
    font-size:16px;
    font-weight:500;
    margin: 2%;
}


.product3-header-container .h1-text {
    padding: 10% 5% 0 5%;
}

.product3-header-container .h1-text .text-top {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
}

.product3-header-container .h1-text .text-bottom {
    font-size: 40px;
    font-weight: 500;
    color: #ffffff;
    border-bottom: 5px solid #DE0309;
}


.product3-header-container .header-text-btn-box{
    width: 30%;
    padding: 0 5% 10% 5%;
}

.product3-header-container .header-text-btn-box .header-text-btn a{
    display: block;
    padding: 13px 0px;
    background: #e62310;
    border-radius: 2px;
    font-size: 14px;
    color: #ffffff;
    border: #e62310 solid;
    text-align: center;
    border-width: thin;
    text-decoration: none;
}


.product3-header-container .header-text-btn:hover a{
    display: block;
    padding: 13px 0px;
    background: #ffffff;
    border-radius: 2px;
    font-size: 14px;
    color: #e62310;
    border: #e62310 solid;
    text-align: center;
    border-width: thin;
    text-decoration: none;
}


.product-spec3 .product-spec-table .spec-image{
    display: table;
    width: 100%;
}

.product-spec3 .product-spec-table .spec-image .spec-image-in{
    display: table;
    /*width: 80%;*/
    margin: 0 auto;
}

.product-spec3 .product-spec-table .spec-text{
    font-size:16px;
    font-weight:500;
    margin: 2%;
}


/**
 * Single Fixed Page Style
 */

.page-container{
    display: table;
    width: 100%;
    margin-top: 5%;
}

.content-table{
    display: table;
    width: 100%;
}

.content-table .content-table-in{
    display: table;
    width: 70%;
    margin: 0 auto;
}

.content-table .content-table-in .entry-content{
    display: table;
    width: 100%;
}






/*
    Contact Form
 */

/* Form Style */
.form-container-add {
    width: 100%;
}

.form-container-add h1{
    font-size: 28px;
    color: #636463;
    text-align: center;
}

.form-container-area h2{
    font-size: 20px;
    font-weight:400;
    color: #000000;
    text-align:center;
}


.form-container {
    display:table;
    table-layout: fixed;
    width:100%;
}

.form-container .form-table{
    display:table;
    width:70%;
    margin: 0 auto;
    vertical-align: middle;
}

.form-container .form-table .form-table-top{
    display:table;
    width: 100%;
    margin: 5% 0 0 0;
}


.form-box .policy-container{
    display:table;
    width: 100%;
    margin-top: 5%;
}

.form-box .policy-container .policy-table{
    display:table;
    width: 100%;
}

.form-box .policy-container .policy-table .policy-table-in{
    display: table;
    width: 95%;
    margin: 0 auto;
    border: #636463 solid;
    border-width: thin;
    padding:1%;
}


.form-box .policy-container .policy-table .policy-table-in-2{
    display: table;
    width: 95%;
    margin: 0 auto;
}

.form-box .policy-container .form-accept-table-top{
    margin: 0;
}


.form2-table{
    display: table;
    width: 100%;
}

.form2-table .form2-table-in{
    display: table;
    width: 80%;
    margin: 0 auto;
}


.form2-table .form2-table-in .form2-table-left-cell{
    display: table-cell;
    width: 50%;
    vertical-align: top;
}


.form2-table .form2-table-in .form2-table-right-cell{
    display: table-cell;
    width: 50%;
}


.form2-table .form-left-table{
    display: table;
    width: 100%;
}


.form2-table .form-left-table .form-left-table-in{
    display: table;
    width: 90%;
    margin: 0 auto;
}


.form2-table .form-left-table .form-left-table-in .form-left-image{
    display: table;
}


.form2-table .form-left-table .form-left-table-in .form-left-text{
    display: table;
}


.form2-table .form-container .form-table{
    display:table;
    width:100%;
    margin: 0 auto;
    vertical-align: middle;
}


/* Text Settings */
input[type = "text"]{
    width: 95%;
    display: block;
    margin-top: 1%;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    color: #000000;
    outline: none;
    border-width: thin;
}

input[type = "tel"]{
    width: 95%;
    display: block;
    margin-top: 1%;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    color: #000000;
    outline: none;
    border-width: thin;
}

input[type = "email"]{
    width: 95%;
    display: block;
    margin-top: 1%;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    color: #000000;
    outline: none;
    border-width: thin;
}

input[type = "date"]{
    width: 95%;
    display: block;
    margin-top: 1%;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    color: #000000;
    outline: none;
    border-width: thin;
}

input[type = "radio"]{
    margin-top: 20%;
}

textarea{
    width: 95%;
    margin-top: 1%;
    padding: 12px;
    border-radius: 5px;
    font-size: 16px;
    color: #000000;
    outline: none;
    border-width: thin;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-box .form-comment:before{
    text-decoration: none;
    content: "\f069";
    font-family: 'FontAwesome';
    color:#DE0309;
    font-style: normal;
    font-weight: 600;
    padding-right: 5px;
}

.form-box .form-comment{
    padding: 0 2%;
    background-color: transparent;
    font-size: 14px;
    color: #000000;
    text-decoration: none;

}


.form-box .form-label{
    padding: 0 2%;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    color: #636463;
    text-decoration: none;

}

.form-box .form-label:after{
    text-decoration: none;
    content: "\f069";
    font-family: 'FontAwesome';
    color:#DE0309;
    font-style: normal;
    font-weight: 600;
    padding-right: 5px;
}

.form-box .form-label-n{
    padding: 0 2%;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    color: #636463;
    text-decoration: none;

}


.form-box .form-label-2{
    padding: 0 2% 2% 1%;
    background-color: transparent;
    font-size: 16px;
    color: #636463;
    text-decoration: none;

}


.form-box .form-textbox{
    padding: 0 2%;
    background-color: transparent;
    font-size: 16px;
    color: #000000;
    text-decoration: none;

}

.form-box .policy-container .form-accept-table-top .accept-txt{
    padding: 0 2%;
    background-color: transparent;
    font-size: 16px;
    color: #636463;
    text-decoration: none;

}


.policy-table .policy-text{
    padding: 0 2%;
    background-color: transparent;
    font-size: 14px;
    color: #000000;
    text-decoration: none;

}

.policy-table .policy-text-2{
    background-color: transparent;
    font-size: 14px;
    color: #000000;
    text-decoration: none;

}


.form-accept-table-bottom {
    display:table;
    table-layout: fixed;
    width:100%;
}

.form-accept-table-bottom .accept-btn{
    display:table;
    width:80%;
    margin: 0 auto;
}


/*Form BTN Style*/
#formbtn{
    display: block;
    padding:1em 0;
    width:100%;
    background:#ffffff;
    color:#000000;
    font-size:18px;
    border-radius:2px;
    border: #000000 solid;
    border-width: thin;

}

/*Form BTN Mourover Style*/
#formbtn:hover{
    background:#000000;
    color:#ffffff;
    border: #000000 solid;
    border-width: thin;
}

#formbtn:focus{
    outline:0;

}


/* Contact Form 7 Style */
/* Mobile Contact Form 7 Style */
@media(max-width:834px){
    .inquiry th,.inquiry td {
        display:block!important;
        width:100%!important;
        border-top:none!important;
        -webkit-box-sizing:border-box!important;
        -moz-box-sizing:border-box!important;
        box-sizing:border-box!important;
    }
    .inquiry tr:first-child th{
        border-top:1px solid #d7d7d7!important;
    }
    /* Text Box Style */
    .inquiry .haveto,.inquiry .any {
        font-size:10px;
    }
}

/* Form Centering */
.inquiry {
    margin: 0 auto;
}

/*TH Style*/
.inquiry th{
    text-align:left;
    font-size:14px;
    color:#444;
    padding-right:5px;
    width:30%;
    background:#f7f7f7;
    border:solid 1px #d7d7d7;
}
/*TD Style*/
.inquiry td{
    font-size:13px;
    border:solid 1px #d7d7d7;
}
/*Row and Table Style*/
.entry-content .inquiry tr, table{
    border:solid 1px #d7d7d7;
}
/*Required field adjustment*/
.haveto{
    font-size:7px;
    padding:5px;
    background:#ff9393;
    color:#fff;
    border-radius:2px;
    margin-right:5px;
    position:relative;
    bottom:1px;
}

/*Non required field adjustment*/
.any{
    font-size:7px;
    padding:5px;
    background:#93c9ff;
    color:#fff;
    border-radius:2px;
    margin-right:5px;
    position:relative;
    bottom:1px;
}
/*Radio BTN Vertical Style*/
.verticallist .wpcf7-list-item{
    display:block;
}

.font-tablepress{
    font-size: 10px;
}
.tbody.row-hover {
    font-size: 10px;
}

.figcaption {
    font-size: x-small!important;
    text-align: center!important;
}

/* 7. Post Page*/
span.usecase-pick {
    /* text-decoration-color: #000; */
    background-color: #636463;
    color: #fff;
    padding: 3px 12px;
    margin: 0px;
    font-size: 12px;
    margin-top: 30px;
    display: inline-block;
}

figcaption {
    text-align: center;
    font-size: 0.7rem;
}
img.eye-catch {
/*     margin: 5px; */
}
.image-top {
    margin: 5px;
}
strong.fast-bold{ 
    color: #DE040A;
}
strong.concur-bold{ 
    color: rgb(240, 171, 0);
}
strong.abeam-bold{ 
    color: #3fa6cc;
}

span.waku {
    border: solid 2px #90949c;
    padding: 2px;
}
.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5;
    width: 100%　!important;
    padding: 0px　!important;
    margin: auto;
    font-size: 12px　!important;
}
.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto;
    font-size: 12px;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent;
	font-size: 12px !important;}
	
/*banner*/
	.entry-contents-table-top img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/*dencyouhou 固定ページ*/
div#text-146,div#text-147,div#text-148{
	padding: 0px 0px 0px 25px;
}
/*サイドバーfix*/
.news-list-table-cell-right {
    position: -webkit-sticky;
    position: sticky;
top: 80px;
}


/*関連記事*/
 div.related-entry-list {
    margin-left: 15px;
    }
 
div.related-entry-list div.related-entry {
    width: 125px;
    height: 260px;
    float: left;
    margin-right: 11px;
    }
.yarpp-related .blog-s-related__header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d3d3d3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 31px;
    padding-bottom: 17px;
}
.yarpp-related.blog-s-related__text {
    font-size: 14px;
    line-height: 1;
    color: #b4b4b4;
    margin-top: 1px;
}
.yarpp-related .blog-s-related__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.025em;
    margin-right: 7px;
} 


 .blog-s-service {
    margin: 37px 0 0;
}
.blog-s-service-list__item {
    background: #fff;
    position: relative;
}

.blog-s-service-list__link {
    color: #222;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.blog-s-service-list__title:before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 18px;
    height: 80px;
    width: 80px;
}

.blog-s-service-list__link--seo .blog-s-service-list__title:before {
    background-image: url(../images/blog/bnr-seo_lg.png);
    background-color: #d2556a;
}

.blog-s-service-list__title .txt-wrap {
    margin-top: -2px;
}

.blog-s-service-list__en {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.025em;
}

.blog-s-service-list__link--seo .blog-s-service-list__ja {
    color: #d2556a;
}

.blog-s-service-list__ja {
    font-size: 14px;
    line-height: 1;
    letter-spacing: .05em;
    margin-top: 8px;
    margin-left: 2px;
}
.blog-s-service-list__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: -.3px;
    margin-top: 0;
    height: 100%;
    text-align: right;
}

@media screen and (min-width: 768px)
.blog-s-service-list__text:before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-color: #d3d3d3;
    margin-right: 44px;
    height: 40px;
    width: 1px;
}
}

.blog-s-service-list__text .c-ico {
    height: 12px;
    margin-left: 34px;
    top: 1px;
width: 7px;
}


/*gazou*/

.wp-block-image img {
    max-width: 100%;
    height: auto !important;
}
/*saiyo*/
header.hero.is-animating {
    width: /* margin: 0 auto; */ width: 100%;
    position: relative;
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
}
 .more {
    width: 42%;
    min-width: 280px;
    position: static;
}
.more a {
    margin: 0 auto;
    border: 2px solid #fff;
    width: 350px;
    height: 60px;
    font-size: 18px;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.more a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -6px;
    transform: rotate( 
45deg
 );
    transition: 0.3s;
}
.more-wrapper {
    display: flex;
    justify-content: space-around;
/*     max-width: 1040px; */
    width: 100%;
}
.inner {
    height: 600px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    /* align-items: center; */
    position: relative;
}
.image-text-block-cell.saiyo img {
    width: 100%;
}

h1.saiyo {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    font-size: 2.2rem;
}
.saiyo-container {
    margin: 0 10px;
/*     width: 100%; */
}
.saiyo-table {
    width: 85%;
    margin: 0 auto;
    padding: 2.5% 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.saiyo-cell.saiyo {
    width: 30%;
    float: left;
    margin: 5px;
}
iframe {
    border: 0px;
}

.saiyo-cell.saiyo.moovy {
    width: 30%;
    float: left;
    margin: 5px;
}
img.eye-catch.saiyo {
    width: 100%;
}
.saiyo-table {
    width: 93%;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;

    justify-content: center;
}
.saiyo-top-banner p {
    text-decoration: none;
    padding: 0px 5px;
    font-size: 87.7%;
    font-weight: 500;
    color: #000;
    /* font-size: 20px; */
    /* text-decoration: none; */
}
a.saiyo-news-link-url {
    text-decoration: none;
}
    /*採用投稿 */
.news-list-table-cell-left.Saiyo {
    display: table-cell;
    width: 100% !important;
    margin: 0px auto;
}
.news-list-table-cell-left.Saiyo {
    display: table-cell;
    width: 100%;
}
.news-list-contents-container-table.Saiyo {
    display: table;
    width: 70% !important;
    margin: 0 auto;
}
span.h1-recruit {
    text-align: center;
    color: #fff;
    width: 80%;
    display: block;
margin: 20px auto 30px;
    font-size: 1.5rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.top-banner.saiyo {
    line-height: 2.0rem;
    text-align: center;
	    width: 85%;
}
span.saiyo-position {
    background: linear-gradient(#ffffff 40%, #bfbfbf 0%);
    text-decoration: none;
    padding: 0px 5px;
    font-size: 77.7%;
    font-weight: 500;
    color: #000;
}

.regular-img-head img {
    max-width: 200px;
    /* display: block; */
}

.tablepress {
    font-size: 0.8rem !important;
}
    /* 採用ページ moovy */

iframe#moovy_embed_movie4 {
    display: block;
}

a dtod, a atod, a ocr, a poc {
    /* display: block; */
    padding-top: 70px;
    margin-top: -70px;
}

figure.wp-block-image.size-large {
    margin: 0;
}

blockquote{
    position:relative;
    border-left:3px solid #DA8596;
    padding-left:10px;
}
blockquote:before{
    position:absolute;
    font-family:'FontAwesome';
    content:'\f10d';
    font-size: 20px;
    color:#DA8596;
}
blockquote p{
    position:relative;
    padding-left:30px;
}
blockquote cite{
display: block;
    font-size: 0.8rem;
    color: #333;
    text-align: left;
}

.useragreement  {
	list-style-type: none;
	counter-increment: cnt;
}


 .useragreementl{
    margin-left: calc(40px + 3em);
}
.useragreement >  li{
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
}
 .useragreement >  li::before{
    display: block;
    content: "(" counter(cnt) ")";
    position: absolute;
    left: -3em;
    width: 3em;
    text-align: center;
}

ol>li>ol>li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol>li>ol>li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

table img {
    width: 100%;
}
