@charset "UTF-8";
/*--------------------------------------------------------------*/
/* general */
* {
    outline: none !important;
    border-radius: 0 !important;
	line-height: 1.4;
}
.sp {
    display: none;
}
/*--------------------------------------------------------------*/
/* common */
table.base {
    width: 100%;
    max-width: 100%;
}
table.base>tbody>tr>th {
    width: 30%;
    max-width: 250px;
    background-color: #f7f4ee;
    border: 1px solid #FFF;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    padding: 20px 70px 20px 25px;
}
table.base>tbody>tr>th>.label {
    transform: translateX(120%);
}
table.base>tbody>tr>td {
    background-color: #F6F6F6;
    border: 1px solid #FFF;
    font-size: 13px;
    padding: 20px 25px 20px 25px;
}
table.base>tbody>tr>td[colspan] {
    text-align: center;
}
.input-group-addon,
.form-control {
    box-shadow: none;
    border-color: #E6E6E6;
    height: 28px;
    padding-top: 3px;
    padding-bottom: 3px;
}
form {
    max-width: 100%;
}
form .label-black {
    float: right;
    display: inline-block;
    width: 44px;
    height: 20px;
    line-height: 17px;
    background-color: #362e2b;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 0 10px;
}
form textarea.form-control {
    width: 100% !important;
}
form table td label>input[type=radio] {
    margin-top: 1.5px;
}
/*--------------------------------------------------------------*/
/* header */
/*--------------------------------------------------------------*/
/* .contents */
body:not(#top) header+.contents {
    margin-top: 65px;
}
#message .content_wrap>.container>div>h4 {
    margin: 0 0 1.5em 0;
}
#message .content_wrap>.container>div>div>p+p {
    margin: 1.5em 0 0 0;
}
#message .content_wrap>.container>div>img {
    width: 100%;
}
#privacy_policy .content_wrap>.container>div>h4 {
    border-bottom: 1px solid #DDD;
    margin: 42px 0 18px 0;
    padding: 0 0 19px 0;
}
#privacy_policy .content_wrap>.container>div>p {
    line-height: 24px;
    margin: 0 !important;
}
#asset_management .content_wrap>.container>div {
    text-align: center;
}
#asset_management .content_wrap>.container>div>p,
#asset_management .content_wrap>.container>div>div>p {
    line-height: 25px;
    text-align: left;
    margin: 0 !important;
}
#asset_management .content_wrap>.container>div>img {
    max-width: 100%;
    margin: 30px 0;
}
#works p.btn-block {
    background-color: #a6937c;
    color: #FFF;
    border-radius: 6px !important;
    margin: 0;
    padding: 10px;
}
#works>.contents>.content_wrap>.container>div>p {
    line-height: 24px;
    margin: 0 !important;
}
#works .link-box>[class^=col-] {
    position: relative;
    margin-top: 38px;
    margin-bottom: 0;
}
#works .link-box>[class^=col-]>p {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    background-color: rgba(0, 0, 0, 0.4);
}
#works .link-box>[class^=col-]>p>a {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 10px 0;
}
#company_profile #organization_unit img {
    width: 100%;
    max-width: 600px;
}
#flow>.contents>.content_wrap>.container>div>.text-center>img {
    width: 100%;
    max-width: 500px;
    margin: 52px 0 30px 0;
}
#flow .content_wrap>.container>div>p,
#flow .content_wrap>.container>div>div>p {
    line-height: 25px;
    text-align: left;
    margin: 0 !important;
}
#flow #condition_table {
    margin: 0;
}
#flow #condition_table>thead>tr>th {
    width: 33%;
    background-color: #e2ecfa;
    border-right: 1px solid #FFF;
    font-weight: bold;
    text-align: center;
    padding: 23px 0 21px 0;
}
#flow #condition_table>thead>tr>th:nth-child(3) {
    background-color: #ffecee;
}
#flow #condition_table>tbody>tr>td {
    text-align: center;
}
#message .content_wrap>.container>div>div>p {
    line-height: 25px;
}
#recruit>.contents>.content_wrap>.container>div>.row>[class^=col-]>p {
    line-height: 24px;
}
/*--------------------------------------------------------------*/


/* Style function and raku-------------- */
#hs_create_file_html {
    position: fixed;
    left: 0;
    top: 200px;
    z-index: 9999999;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    width: 220px;
    text-align: left;
    border: 1px #ccc solid;
    background: #fff;
    padding: 10px;
}
.title-func-st1 {
    text-align: center;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 20px;
}
.btn-func-st1 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
}
#formAdmin {
    display: none;
}

._edEdit .data-wrap{
    height:auto !important;
    width:inherit !important;
    left:0;
}
._edEdit .data-wrap img{
    max-width: 100% !important;
    position:relative;
    left:0 !important;
    width:100% !important;
    height:auto !important;
    max-height: 100% !important;
}
/* End style function and raku-------------- */

/* Banner */
.banner_ct {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    margin-top: 74px;
}
.overlay_banner {
    background: rgba(0, 0, 0, 0.6);
    padding: 56px 0 52px 0;
}
.banner_ct h2 {
    color: #FFF;
    font-size: 22px;
    margin: 0;
}
.banner_ct_en {
    display: inline-block;
    min-width: 200px;
    border-top: 1px solid #fff;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    margin: 10px 0 0 0;
    padding: 12px 0 0 0;
    /*text-transform: uppercase;*/
}
/* End banner */


.txt-indent {
    text-indent: 50px;
}

.img-qr {
    width: 80px;
}

.fa-arrow-down {
    color: #0AD6E5;
    font-size: 24px;    
}

.icon-arrow {
    text-align: center;
}

.txt-center {
    text-align: center;
}

.service_item_p p {
    line-height: 160%;
}

.img-100 {
    width: 100%;
}

/*
.line-qr {
    position: relative;
    left: 15%;
    top: -52px;   
}
*/

.btn-socials {
   text-align: center;
   margin-bottom: 65px;
}

.btn-socials img {
    width: 180px;
    height: auto;
    padding: 5px 2px;
}

.show-pc {
    display: inline-block;
}

.logo-ft img {
    width: 450px;
    height: auto;
}

.mgb-less {
    margin-bottom: -82px;
}

.mgt-add {
    margin-top: 50px;
}

.jn-slide-item {
    position: relative;
}

.jn-slide-txt {
    position: absolute;
    bottom: 10%;
    right: 2%;
    background-color: #00000070;
    color: #FFF;
    padding: 20px;
    font-weight: bold;
	font-size: 30px;
}


/* footer */
/* XS : W < 768px */

@media screen and (max-width: 991px) {
	.slide { 
		margin: 64px 0 0!important; 
	}
}

@media screen and (max-width: 768px) {
	.slide { 
		margin: 54px 0 0!important; 
	}
}

@media screen and (max-width: 767px) {
	.jn-slide-txt { 
		bottom: 15%; 
		right: unset; 
		margin: 0 15px; 
		padding: 5px 10px; 
		font-size: 16px; 
		line-height: 1.5; 
	}
    table.base_block>tbody>tr>th {
        display: block;
        width: 100%;
        max-width: none;
        min-width: none !important;
        border-bottom: none;
        padding: 10px 25px;
    }
    table.base_block>tbody>tr>th>.label {
        float: left;
        transform: none;
        margin: 0 10px 0 0;
    }
    table.base_block>tbody>tr>td {
        display: block;
        width: 100%;
        border-top: none;
        border-bottom: 10px solid #FFF;
        padding: 10px 25px 10px 25px;
    }
    table.base_block>tbody>tr>td>.form-control {
        width: 100% !important;
    }
    .table-responsive {
        position: relative;
    }
    .table-responsive>.left,
    .table-responsive>.right {
        content: "";
        position: fixed;
        bottom: 0;
        left: 0;
        display: block;
        width: 30px;
        height: 810px;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
        margin-left: -15px;
        margin-bottom: 203px;
    }
    .table-responsive>.right {
        left: auto;
        right: 0;
        margin-left: 0;
        margin-right: -15px;
    }
    .table-responsive>.left::after,
    .table-responsive>.right::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(../img/pankuzu_arrow.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50%;
    }
    .table-responsive>.left::after {
        transform: scaleX(-1);
    }
    .table-responsive>table.base>tbody>tr>th {
        white-space: nowrap;
        padding: 10px;
    }
    .table-responsive>table.base>tbody>tr>td {
        white-space: nowrap;
        padding: 10px;
    }
    
    .btn-socials {
        margin-bottom: 30px;
    }
    
    .btn-socials img {
       display: block;
       margin: 0 auto;
       padding: 5px 0;
    }
    
    .show-pc {
        display: none;
    }

}
/*--------------------------------------------------------------*/