@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;
}

.footer .cont-small .logo-ft a img {
    width: 50%;
}

.title-style39 {
    background: #f1e6fa;
    border-left: solid 2em #7f3d68;
}

.title-style39::before {
    content: "\f005";
}

.price-txt {
    font-size: 20px;
    font-weight: bold;
    color: #7f3d68;
}

.price-box {
    border: 1px solid #000;
    margin: 0 10px 10px 0;
    width: calc(100% / 12 * 2 - 10px);
    padding: 0;
    min-height: 230px;
}

.prcbox-heading {
    background-color: #f1e6fa;
    padding: 10px;
}

.prcbox-content {
    padding: 10px;
}

.price-sh {
    text-decoration: underline;
}

.kf-cols {
    display: flex;
    clear: both;
    padding: 0 15px;
    margin: 0 0 20px;
}

.kf-2col {
    flex: 100%;
    max-width: calc(50% - 20px);
    margin: 0 20px 0 0;
}

.kf-2col.vcenter {
    height: fit-content;
    align-self: center;
}


.kf-flow-container {
    display: flex;
    width: 100%;
}

.kf-flow-item {
    border: 1px solid #000;
    margin: 20px 30px 10px 0;
    max-width: calc(100% / 7 - 30px);
    padding: 0;
    position: relative;
}

.kf-flow-item:last-child {
    margin: 20px 0 10px 0;
}

.kf-flow-item:last-child:after {
    content: "";
}

.kf-flow-item::after {
    content: "⇨";
    position: absolute;
    top: 30px;
    right: -30px;
    font-size: 30px;

}

.kf-flow-title {
    background-color: #f1e6fa;
    padding: 10px;
    text-align: center;
}

.kf-flow-content {
    padding: 10px;
}

.kf-flow-content img {
    width: 100%;
}

.kf-ceremony-flow {
    margin: 0 0 20px 0;
    border: 1px solid #DDD;
}

.kfcer-title {
    text-align: center;
    background-color: #f1e6fa;
    padding: 10px;
    position: relative;
    z-index: 2;
    font-weight: bold;
}
.kfcer-title::after {
    content: "";
    background-color: #f1e6fa;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
}
.kfcer-content {
    padding: 10px;
    background-color: #f7f7f7;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #f7f7f7;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active .accordion, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: block;
    overflow: hidden;
    transition: max-height 0.5s ease;
    max-height: 0;
}

.panel p {
    margin: 10px 0;
}

.active .panel {
    max-height: 400px; 
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active .accordion:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.color-purple {
    color: #cfd385;
}

.pdl-115 {
	padding-left: 115px;
}
/* End banner */

/* footer */
/* XS : W < 768px */
@media screen and (max-width: 767px) {
	
	.pdl-115 {
		padding-left: 0px !important;
	}
	
    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;
    }

    .kf-cols {
        flex-wrap: wrap;
        margin: 0;
    }

    .kf-2col {
        flex: 100%;
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .kf-flow-container {
        flex-wrap: wrap;
    }

    .kf-flow-item {
        position: relative;
        margin: 20px 0 30px;
        max-width: 100%;
    }

    .kf-flow-item::after {
        content: "⇩";
        top: unset;
        right: unset;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
    }
}
/*--------------------------------------------------------------*/