/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

.column_record {
    border: solid 1px #fcad9d;
    display: block;
    width: 90%;
    margin: auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    background-color: #fff;
}

.column_record ul li {
    padding-left: 22px;
    margin: 0 0 5px;
    position: relative;
        display: block;
    background: none !important;
    border-bottom: solid 1px #ff9933;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
}
 .column_record li span {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #fdfd85 0%) repeat scroll 0 0;
    font-weight: bold;
    line-height: 1.8;
}
.heading {
    padding: 0rem 1rem!important;
    border-left: 6px double #000!important;
    font-weight: bold!important;
}
ul.column_record li {
    display: block;
    background: none !important;
    border-bottom: solid 1px #ff9933;
    margin-bottom: 10px !important;
    padding: 0px 0px 5px 0px !important;
    margin-left: 22px !important;
    position: unset !important;
}
 .column_record li:before {
    background: none !important;
    position: initial !important;
 }
.center {
    text-align: center;
}
.contents_top {
    margin-top: 0 !important;
}
.top-add .top-title h2 {
    margin-top: 3rem;
}

.top-add p.caption {
    font-size: 10px;
    line-height: 1.1;
    text-align: left;
}
.contents-left .top-add ul {
    margin: 1rem 0 2rem;
}

.contents-left .top-add li {
    margin: 0;
}
.top-add {
    margin-bottom: 4rem;
}
/*20220706oki*/

.kanren {
    position: relative;
    box-sizing: border-box;
    margin: 3rem auto;
    padding: 1rem;
    border: solid 10px #000;
background: #fff;
    overflow: hidden;
    clear: both;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    height: 200px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, #fff 100%);
    z-index: 1;
}
.readmore-label{
    display: table;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 10px 20px;
    background-color: #0057b8;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:hover{
    opacity:0.7;
}
.readmore-check{
    display: none;
}
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.readmore-label:before{
    content: "\7D9A\304D\3092\8AAD\3080";
}
.readmore-check:checked ~ .readmore-label:before{
    content: "\9589\3058\308B";
}
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}
#main .kanren a, #lower-main .kanren a {
    display: block;
}
.kanren li {
    padding-left: 15px;
    margin-bottom: 8px;
}
.kanren .midashi {
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}
.kanren a {
    display: block;
    padding-left: 1rem;
}
.kanren .midashi {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 1.5rem;
    background: #0057b8;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
}
.kanren {
    margin: 5rem auto;	
    padding: 2rem;
    background: #fff;
    border: 1px solid #ccc;
}
.kanren .midashi:before {
    display: block;
    font-size: 1.5rem;
    border: 1px solid;
    margin: 0 auto 1rem;
    width: max-content;
    padding: 1rem 1.5rem;
}
.kanren a {
    display: block;
    padding: 0 5rem 0 2rem;
    background-size: 22px auto;
    border-bottom: 1px solid #eee;	
}
h2.selecth2 {
    font-size: 3rem;
    text-align: center;
}

h2.selecth2 span {
    font-size: 2.4rem;
    display: block;
    color: #0057b8;
}

.select_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #beefff;
    padding: 10px;
    margin-bottom: 60px;
}

.company {
    width: 32.5%;
    background: #fff;
    padding: 10px;
}

.company .catch {
    background: #276cb8;
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    padding: 10px;
    margin: -10px -10px 10px;
    font-weight: bold;
    color: #fff;
}

.company .catch span {
    font-size: 2.4rem;
}

.company .fig img {
    height: 150px;
}

.company .fig {
    text-align: center;
}

.company h3 {font-size: 2rem;text-align: center;margin: 10px;}

.company .future {
    background: #f0f8fa;
    padding: 10px;
    min-height: 440px;
}

.company .future h4 {
    margin: 0;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 11px;
}

.company .future ul {
    margin: 0;
}

.company .future ul span {
    font-weight: bold;
    color: #276cb8;
    font-size: 1.6rem;
}

.company .future ul li {
    background: none;
    padding: 0;
}

.company-details {
    margin: 0 0 3rem;
    padding: 3rem 2rem 3rem;
    background: url(https://www.cubiclework-proposal.com/wp/wp-content/themes/va180/img/compare-table-group_bg.png);
    border: 1px solid #015a87;
}

.company-details .sub-catch {
    background: #276cb8;
    font-size: 3rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    margin: -30px -20px 20px;
    padding: 10px;
}

.company-details h3 {
    font-size: 3rem;
    text-align: center;
}

.company-details .fig {
    text-align: center;
}

.company-details .future_area {
    background: #fff;
    padding: 20px;
    font-size: 1.6rem;
    margin-bottom: 30px;
}

.company-details .future_area h5 {
    margin-bottom: 10px;
}

.company-details .projects {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

.company-details h4 {
    color: #333;
    font-size: 2.1rem;
    text-align: center;
    margin: 2rem 0 3rem;
    padding: 0 0 1rem;
    font-weight: 700;
    position: relative;
    background: url(https://www.cubiclework-proposal.com/wp/wp-content/themes/va180/img/catch-copy-01.png) no-repeat bottom;
    width: 100%;
    background-size: 100% 4px;
}

.company-details .projects {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company-details .project {
    width: 48%;
    border: 2px solid #000;
    text-align: center;
    padding: 20px;
}

.company-details .project h5 {
    font-size: 1.6rem;
    margin: 0px 0  20px;
}

.company-details .info {
    background: #fff;
    padding: 20px;
}

#company2 .project img {
    height: 230px;
}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {

.column_record {
    border: solid 1px #fcad9d;
    display: block;
    width: 90%;
    margin: auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    background-color: #fff;
}

ul.column_record li {
    display: block;
    background: none !important;
    border-bottom: solid 1px #ff9933;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
    padding-left: 2.2rem;
    position: unset !important;
}

 .column_record li span {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #fdfd85 0%) repeat scroll 0 0;
    font-weight: bold;
    line-height: 1.8;
}

.heading{
padding: 0rem 1rem!important;
    border-left: 6px double #000!important;
    font-weight: bold!important;
}
 .column_record li:before {
    background: none !important;
    position: initial !important;
 }
.center {
    text-align: center;
}
.company {
    width: 100%;
    margin-bottom: 20px;
}



.company .btn-internal a, .company .btn-web a, .company .btn-tel a {
    padding: 20px;
    width: 90%;
    font-size: 1.4rem;
}

.company .btn-internal a {padding-right: 40px;}

.company .future {
    min-height: auto;
    padding: 20px;
}

h2.selecth2 {
    font-size: 2.4rem;
}

.company-details .sub-catch {
    font-size: 2rem;
}

.company-details .projects {
    display: block;
}

.company-details .project {
    width: 100%;
    margin-bottom: 20px;
}
}
