/***********************************************
 sub-common
************************************************/
/** sub-stage *********************************/
#sub-stage{
    position: relative;
    width: 100%;
    height: 420px;
    margin-bottom: 100px;
}
#sub-stage:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,4,0,0.25);
}
.title-business{
    background: url(../images/business/title-business.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.title-conveyor{
    background: url(../images/business/title-conveyor.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.title-parking{
    background: url(../images/business/title-parking.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.title-solar{
    background: url(../images/business/title-solar.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.title-company{
    background: url(../images/company/title-company.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.title-about{
    background: url(../images/company/title-about.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.title-access{
    background: url(../images/company/title-access.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.title-history{
    background: url(../images/company/title-history.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.title-recruit{
    background: url(../images/recruit/title-recruit.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.title-contact{
    background: url(../images/contact/title-contact.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.title-policy{
    background: url(../images/company/title-policy.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.title-group{
    background: url(../images/company/title-group.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.title-privacy{
    background: url(../images/privacy/title-privacy.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.title-guide{
    background: url(../images/guide/title-guide.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.title-sitemap{
    background: url(../images/sitemap/title-sitemap.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
/** pege-title *********************************/
#page-title{
    position: relative;
    z-index: 3;
    margin-top: -180px;
    background: var(--gradation);
    color: #fff;
    max-width: 770px;
    width: 90%;
    padding: 60px 60px 100px 60px;
    box-sizing: border-box;
}
#page-title:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    background: url(../images/common/u.svg) no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    padding-top: 6%;
    z-index: 2;
}
#page-title:after{
    position: absolute;
    content: "";
    right: 5%;
    bottom: -1px;
    background: url(../images/top/nc-logo.png) no-repeat;
    background-position: center top;
    background-size: cover;
    width: 35%;
    padding-top: 25%;
    z-index: 3;
}
#page-title .inner {
    position: relative;
    z-index: 4;
}
#page-title .inner strong{
    display: block;
    font-size: 50px;
    font-weight: 500;
    line-height: 120%;
}
/** breadcrumb *************************/
.breadcrumb{
    padding: 10px 0 0 0;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
}
.breadcrumb li:not(:last-of-type)::after {
    content: "›";
    margin: 0 .5em; 
    color: #fff;
}
.breadcrumb li a{
    color: #fff;
}
.breadcrumb li:last-child {
    position: relative;
}
.breadcrumb li:last-child:before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255,255,255,0.5);
}
/** sub-contents *************************/
#sub-contents {
    font-size: 18px;
}
#sub-contents .inner{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 70px 0;
}
#sub-contents section{
    margin-bottom: 70px;
}
#sub-contents h1{
    font-size: 36px;
    line-height: 120%;
    position: relative;
    padding: 0 0 10px 0;
    border-bottom: solid 3px var(--sub-color);
    margin: 50px 0;
}
#sub-contents h1:before{
    position: absolute;
    content: "";
    display: block;
    background:  var(--gradation);
    height: 3px;
    bottom: -3px;
    width: 30%;
}
#sub-contents h2{
    font-size: 30px;
    line-height: 120%;
    position: relative;
    padding: 0 0 0 25px;
    margin: 30px 0 10px 0 ;
    height: 60px;
    display: flex;
    align-items: center;
}
#sub-contents h2:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--gradation);
    width: 3px;
    height: 60px;
}
#sub-contents .basic-tb{
    border-spacing: 0;
    border-top: 1px solid #ddd;
}
#sub-contents .basic-tb th{
    background: var(--sub-color);
    width: 1%;
    white-space: nowrap;
    padding: 2em;
    border-bottom: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
}
#sub-contents .basic-tb td{
    padding: 2em;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
#sub-contents .basic-tb td ul li{
    position: relative;
    padding: 0 0 0 15px;
    margin-bottom: 10px;
}
#sub-contents .basic-tb td ul li:before{
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: var(--gradation);
    border-radius: 3px
}
/** contents-navi *************************/
#contents-navi{
    border-top: 1px solid #ddd;
}
#contents-navi .inner{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 70px 0;
    position: relative;
}
#contents-navi .inner:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 230px;
    height: 3px;
    background: var(--gradation);
}
#contents-navi .inner ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#contents-navi .inner nav ul li:first-child{
    width: 100%;
    font-size: 24px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 40px;
}
#contents-navi .inner nav ul li:first-child:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/ar-ic.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
}
#contents-navi .inner nav ul li:not(:first-child){
    width: 24%;
    margin-bottom: 20px;
}
.nv-business .inner nav ul li:not(:first-child){
    width: 32% !important;
    margin-bottom: 20px;
}
#contents-navi .inner nav ul li:not(:first-child) img{
    width: 100%;
    height: auto;
}
#contents-navi .inner nav ul li:not(:first-child) span{
    padding-left: 25px;
    position: relative;
    display: block;
    margin: 5px 0 0 0;
}
#contents-navi .inner nav ul li:not(:first-child) span:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/ar-ic.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
}
/***********************************************
 business
************************************************/
.ct-business ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ct-business ul > li{
    margin-bottom: 70px;
}
.ct-business ul li .showcase{
    margin-bottom: 15px;
    overflow: hidden;
}
.ct-business ul li .showcase img{
    transition: all  0.2s ease;
}
.ct-business ul li .showcase img:hover{
    transform:scale(1.2,1.2);
}
.ct-business ul > li.conveyor{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ct-business ul > li.conveyor .column-l{
    width: 50%;
}
.ct-business ul > li.conveyor .column-l img{
    width: 100%;
    height: auto;
}
.ct-business ul > li.conveyor .column-r{
    width: 45%;
}
.ct-business ul li a strong{
    display: block;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    padding: 0 0 0 30px;
}
.ct-business ul li a strong:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/ar-ic.svg);
    width: 24px;
    height: 24px;
    background-size: cover;
}
.ct-business ul li p{
    font-size: 16px;
}
.ct-business ul li ol{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ct-business ul li ol li{
    width: 48%;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.ct-business ul li ol li:before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/ar-ic.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
}
.ct-business ul li ol li a{
    display: block;
    font-size: 20px;
    padding: 1em 25px 1em 0;
}
.ct-business ul > li:not(:first-child) {
    width: 48%;
}
.ct-business ul > li:not(:first-child) .showcase img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}
/***********************************************
 list-navi
************************************************/
.list-navi ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: var(--gradation);
    padding: 20px 30px 5px 30px;
}
.list-navi ul li{
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
}
.list-navi ul li:before{
    position: absolute;
    content: "";
    right: 15px;
    top:0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/ar-ic.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
}
.list-navi ul li a{
    display: block;
    background: #fff;
    box-sizing: border-box;
    padding: 15px 30px 15px 15px;
    border-radius: 5px;
}
.ct-conveyor .list-navi ul li{
    width: 24%;
}
.ct-parking .list-navi ul li:nth-of-type(1), .ct-parking  .list-navi ul li:nth-of-type(2){
    width: 49%;
}
.ct-parking .list-navi ul li{
    width: 32%;
}
/***********************************************
 conveyor
************************************************/
#conveyor-01 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#conveyor-01 ul li:first-child{
    width: 35%;
    margin-bottom: 10px;
}
#conveyor-01 ul li:first-child img{
    width: 100%;
    height: auto
}
#conveyor-01 ul li:last-child{
    width: 60%;
    margin-bottom: 10px;
}
#conveyor-02 .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
}
#conveyor-02 .row .set{
    width: 32%;
    margin-bottom: 50px;
}
#conveyor-02 .row .set .showcase img{
    width: 100%;
    object-fit: cover;
    height: 240px;
}
#conveyor-02 .row .set strong{
    font-size: 24px;
    font-weight: 500;
    color: var(--main-color);
    display: block;
    margin: 15px 0;
}
#conveyor-02 .row .set p{
    font-size: 15px;
}
#conveyor-02 table{
    width: 100%;
    border-spacing: 0;
    border-top: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
    margin: 30px 0 50px 0;
}
#conveyor-02 table th{
    border-bottom: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    padding: .5em;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    background: var(--sub-color);
    vertical-align: top;
}
#conveyor-02 table th.lv-1{
    background: #d6efdf !important;
}
#conveyor-02 table td{
    border-bottom: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    padding: .5em;
    font-size: 16px;
}
#conveyor-02 table thead th{
    color: #fff;
    font-size: 22px;
    background: var(--main-color);
    text-align: left;
}
#conveyor-03 ul, #conveyor-03 ol{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#conveyor-03 ul li{
    width: 49%;
    margin-bottom: 30px;
}
#conveyor-03 ol li{
    width: 24%;
    background: var(--sub-color);
    box-sizing: border-box;
    padding: 25px 15px 10px 15px;
    font-size: 16px;
}
#conveyor-03 ol li h3{
    text-align: center;
    color: var(--main-color);
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 60px 0 0 0;
    position: relative;
}
#conveyor-03 ol li h3:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#conveyor-03 ol li:nth-of-type(1) h3:before{
    background: url(../images/business/conveyor-03-ic1.svg) no-repeat;
    width: 59px;
    height: 55px;
    background-size: cover;
}
#conveyor-03 ol li:nth-of-type(2) h3:before{
    background: url(../images/business/conveyor-03-ic2.svg) no-repeat;
    width: 61px;
    height: 49px;
    background-size: cover;
}
#conveyor-03 ol li:nth-of-type(3) h3:before{
    background: url(../images/business/conveyor-03-ic3.svg) no-repeat;
    width: 33px;
    height: 48px;
    background-size: cover;
}
#conveyor-03 ol li:nth-of-type(4) h3:before{
    background: url(../images/business/conveyor-03-ic4.svg) no-repeat;
    width: 53px;
    height: 43px;
    background-size: cover;
}
#conveyor-03 .alert{
   font-size: 14px;
}
#conveyor-04 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#conveyor-04 ul li:not(:last-child){
    width: 49%;
    margin-bottom: 30px;
}
#conveyor-04 ul li img{
    width: 100%;
    height: auto;
}
#conveyor-04 ul li:last-child{
    width: 100%;
    border: 1px solid #ddd;
}
#conveyor-04 .adv{
    background: var(--sub-color);
    padding: 40px;
}
#conveyor-04 .adv h3{
    display: flex;
    align-items: center;
    background: #fff;
    color: var(--main-color);
    font-size: 20px;
    margin: 0 0 10px 0;
}
#conveyor-04 .adv h3 span{
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background:  var(--main-color);
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    margin-right: 10px;
}
#conveyor-04 .device img{
    width: 100%;
    height: auto;
}
#conveyor-04 ol{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
#conveyor-04 ol li{
    background:  var(--sub-color);
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
#conveyor-04 ol li:first-child{
    width: 100%;
}
#conveyor-04 ol li:not(:first-child){
    width: 49%;
}
#conveyor-04 ol li h3{
    color: var(--main-color);
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px 0;
}
#conveyor-04 ol li table{
    border-spacing: 0 5px;
    font-size: 15px;
}
#conveyor-04 ol li table th{
    background: #fff;
    white-space: nowrap;
    width: 1%;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    text-align: center;
    padding: 0 5px;
}
#conveyor-04 ol li table td{
    padding-left: 5px;
}
#conveyor-04 ol li .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#conveyor-04 ol li .row .column-l{
    width: 40%;
    margin-bottom: 10px;
}
#conveyor-04 ol li .row .column-l img{
    width: 100%;
    height: auto;
}
#conveyor-04 ol li .row .column-r{
    width: 55%;
    font-size: 16px;
    margin-bottom: 10px;
}
#conveyor-04 table.size-tb{
    border-spacing: 0 ;
    border-left: 1px solid var(--main-color);
    border-top: 1px solid var(--main-color);
}
#conveyor-04 .size-tb th{
    background: var(--sub-color);
    border-right: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
    text-align: center;
    padding: .5em;
    font-size: 16px;
    font-weight: 500;
}
#conveyor-04 .size-tb td{
    border-right: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
    padding: .5em;
}
#conveyor-04 .size-tb td img{
    width: 100%;
    height: auto;
}
#conveyor-04 .box-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#conveyor-04 .box-row .box{
    width: 49%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 25px;
    font-size: 16px;
    margin-bottom: 30px;
}
#conveyor-04 .box-row .box h3{
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px 0;
}
#conveyor-04 .box-row .box img{
    width: 100%;
    height: auto
}
.remodal img{
    width: 100%;
    height: auto;
}
#conveyor-05 .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#conveyor-05 .row .set{
    width: 48%;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#conveyor-05 .row .set img{
    width: 100%;
    height: auto;
}
#conveyor-05 .row .set strong{
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin: 20px 0 0 0;
}
#conveyor-05 .row .set p{
    font-size: 16px;
}
/***********************************************
 parking
************************************************/
#parking-01 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#parking-01 ul li:first-child{
    width: 35%;
    margin-bottom: 10px;
}
#parking-01 ul li:first-child img{
    width: 100%;
    height: auto
}
#parking-01 ul li:last-child{
    width: 60%;
    margin-bottom: 10px;
}
#parking-01 .pk-rinen{
    background: var(--sub-color);
    padding: 40px;
}
#parking-01 .pk-rinen h3{
    display: flex;
    align-items: center;
    background: #fff;
    color: var(--main-color);
    font-size: 20px;
    margin: 0 0 10px 0;
}
#parking-01 .pk-rinen h3 span{
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background:  var(--main-color);
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    margin-right: 10px;
}
.ct-parking .pk-box{
    background: var(--sub-color);
    padding: 40px;
    margin-bottom: 50px;
}
.ct-parking .pk-box .pk-title{
    background: var(--main-color);
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 5px 5px 20px;
    margin-bottom: 30px;
}
.ct-parking .pk-box .pk-title h3{
    display: flex;
    align-items: center;
    font-size: 24px;
    width: calc(100% - 170px);
    box-sizing: border-box;
}
.ct-parking .pk-box .pk-title ul{
    display: flex;
    justify-content: flex-end;
    width: 160px;
}
.ct-parking .pk-box .pk-title ul li:not(:last-child){
    margin-right: 10px;
}
.ct-parking .pk-box .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ct-parking .pk-box .row .column-l{
    width: 30%;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.ct-parking .pk-box .row .column-l.nhx-bg{
    background: #f7f8f8;
}
.ct-parking .pk-box .row .column-l img{
    width: 100%;
    height: auto;
}
.ct-parking .pk-box .row .column-r{
    width: 65%;
}
.ct-parking .pk-box .row .column-r a.wazaari{
    display: block;
    max-width: 284px;
    margin: 30px 0 ;
}
.ct-parking .pk-box .row .column-r a.wazaari img{
    width: 100%;
    height: auto;
}
.ct-parking .pk-box .row .column-r h4{
    color: var(--main-color);
    font-size: 20px;
    margin: 20px 0 10px 0;
}
.ct-parking .pk-box dl{
    display: flex;
    border: 1px solid var(--main-color);
    background: #fff;
}
.ct-parking .pk-box dl dt{
    display: block;
    background: var(--main-color);
    color: #fff;
    width: 200px;
    text-align: center;
    padding: 10px 0;
}
.ct-parking .pk-box dl dd{
    display: block;
    padding: 10px ;
    margin: 0;
}
.pk-box table{
    border-top: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
    width: 100%;
    box-sizing: border-box;
    border-spacing: 0;
    font-size: 16px;
    margin: 0 0 30px 0;
}
.pk-box table th{
    background: var(--main-color);
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid var(--main-color);
    border-right: 1px solid #fff;
    font-weight: normal;
}
.pk-box table th:last-child{
    border-right: 1px solid var(--main-color);
}
.pk-box table td{
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    background: #fff;
}
.pk-box ol{
    display: flex;
    justify-content: space-between;
    background: #b2e1c2;
    padding: 10px;
}
.pk-box ol li{
    width: 32.5%;
    background: #fff;
    text-align: center;
}
.pk-box ol li a{
    display: block;
    padding: 15px 0;
}
.pk-box ol li .catalog{
    padding-left: 45px;
    position: relative;
}
.pk-box ol li .catalog:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/business/catalog-ic.svg) no-repeat;
    width: 39px;
    height: 31px;
    background-size: cover;
}
.pk-box ol li .tec{
    padding-left: 35px;
    position: relative;
}
.pk-box ol li .tec:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/business/tec-ic.svg) no-repeat;
    width: 30px;
    height: 32px;
    background-size: cover;
}
.pk-box ol li .cad{
    padding-left: 33px;
    position: relative;
}
.pk-box ol li .cad:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/business/cad-ic.svg) no-repeat;
    width: 28px;
    height: 32px;
    background-size: cover;
}
#parking-04 .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#parking-04 .row:after{
    content:"";
    display: block;
    width:24%;
}
#parking-04 .row:before{
    content:"";
    display: block;
    width:24%;
    order:1;
}
#parking-04 .row .set{
    width: 24%;
    box-sizing: border-box;
    padding: 15px;
    background: var(--sub-color);
    margin-bottom: 15px;
}
#parking-04 .row .set .showcase{
    object-fit: 170px;
}
#parking-04 .row .set .showcase img{
    width: 100%;
    height: auto;
}
#parking-04 .row .set h3{
    margin: 10px 0;
    font-size: 18px;
    line-height: 130%;
}
#parking-04 .row .set table{
    margin:0;
    padding: 0;
}
#parking-04 .row .set table th{
    width: 1%;
    border: 1px solid #ddd;
    font-size: 14px;
    white-space: nowrap;
    background: #fff;
    font-weight: 500;
}
#parking-04 .row .set table td{
    font-size: 14px;
    padding-left: 5px;
}
#parking-05 .set-1column {
    width: 100%;
    margin-bottom: 50px;
    font-size: 16px;
}
#parking-05 .set-1column {
    width: 100%;
    height: auto;
}
#parking-05 .set-1column .photo-box{
    border: 1px solid #ddd;
    padding: 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
#parking-05 .set-1column .photo-box img{
    width: 100%;
    height: auto;
    max-width: 600px;
}
#parking-05 .set-1column strong{
    color: var(--main-color);
    font-size: 20px;
    font-weight: 500;
}
#parking-05 .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#parking-05 .row .set{
    width: 48%;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#parking-05 .row .set .column-l{
    width: 40%;
}
#parking-05 .row .set .column-l img{
    width: 100%;
    height: auto;
}
#parking-05 .row .set .column-r{
    width: 55%;
    font-size: 16px;
}
#parking-05 .row .set .column-r strong{
    color: var(--main-color);
    font-size: 20px;
    font-weight: 500;
}
#parking-06 .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#parking-06 .row .aom{
    width: 32%;
}
#parking-06 .row .aom .aom-title{
    background: var(--main-color);
    color: #fff;
}
#parking-06 .row .aom .aom-title h3{
    padding: 10px 15px;
    font-size: 16px;
}
#parking-06 .row .aom .aom-title h3 span{
    display: block;
    font-size: 36px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    line-height: 120%;
}
#parking-06 .row .aom .aom-title img{
    width: calc(100% - 10px);
    margin-left: 10px;
}
#parking-06 .row .aom ul{
    background: var(--sub-color);
    padding: 15px;
    min-height: 80px;
}
#parking-06 .row .aom ul li{
    font-size: 15px;
    position: relative;
    padding-left: 10px;
}
#parking-06 .row .aom ul li:before{
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #333;
}
#parking-06 .row .aom .plan{
    background: var(--gradation);
    color: #fff;
    padding: 15px;
    font-size: 15px;
    min-height: 160px;
    box-sizing: border-box;
}
#parking-06 .row .aom .plan h4{
    font-size: 18px;
    margin: 10px 0;
}
#parking-06 .network {
    border: 1px solid  var(--main-color);
}
#parking-06 .network img{
    width: 100%;
    height: auto;
}
/***********************************************
 solar
************************************************/
#solar-01 ul {
    background: url(../images/business/bg-01.svg) no-repeat;
    background-size: contain;
    background-position: right center;
}
#solar-01 ul li{
    position: relative;
    padding-left: 35px;
    margin-bottom: 2em;
}
#solar-01 ul li:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 29px;
    height: 30px;
    background: url(../images/business/green-ic.svg) no-repeat;
    background-size: cover;
}
#solar-01 .solar-01bg{
    width: 100%;
    background: url(../images/business/solar-01bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    padding: 50px 15px;
    text-align: center;
}
#solar-01 .solar-01bg img{
    max-width: 790px;
    width: 100%;
    height: auto;
}
#solar-01 ol{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
}
#solar-01 ol li:first-child{
    width: 280px;
}
#solar-01 ol li:first-child img{
    max-width: 250px;
    width: 90%;
    height: auto;
}
#solar-01 ol li:first-child span{
    display: block;
    font-size: 20px;
    margin: 5px 0;
}
#solar-01 ol li:last-child{
    width: calc(100% - 280px);
    box-sizing: border-box;
    padding: 0 0 0 20px;
    border-left: 1px solid #ddd;
    font-size: 16px;
}
#solar-02 table{
    width: 100%;
    border-spacing: 0;
    border-left: 1px solid var(--main-color);
    border-top: 1px solid var(--main-color);
}
#solar-02 table thead th{
    background: var(--main-color);
    color: #fff;
    padding: 1em;
    border-right: 1px solid #fff;
}
#solar-02 table tbody th{
    background: #ebf7ef;
    padding: 1em;
    border-right: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
    font-size: 16px;
}
#solar-02 table tbody td{
    padding: 1em;
    border-right: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
    text-align: center;
    font-size: 16px;
}
#solar-02 ol{
    position: relative;
    padding-left: 120px;
    counter-reset: item;
    margin: 30px 0;
}
#solar-02 ol:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100px;
    height: 83px;
    background: url(../images/business/merit-ic.svg) no-repeat;
    background-size: cover;
}
#solar-02 ol li{
    position: relative;
    padding-left: 120px;
    text-indent: -1.3em;
    padding-left: 1.3em;
    margin-bottom: 10px;
    color: var(--main-color);
}
#solar-02 ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5em;
  font-weight: bold;
  color: var(--main-color);
}
#solar-02 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#solar-02 ul li{
    width: 48%;
    margin-bottom: 10px;
}
#solar-02 ul li img{
    width: 100%;
    height: auto;
}
#solar-03 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#solar-03 ul li:first-child{
    width: 35%;
    margin-bottom: 10px;
}
#solar-03 ul li:last-child{
    width: 60%;
    margin-bottom: 10px;
}
#solar-03 ul li img{
    width: 100%;
    height: auto;
}
#solar-04 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#solar-04 ul li:first-child{
    width: 38%;
    margin-bottom: 10px;
}
#solar-04 ul li:last-child{
    width: 60%;
    margin-bottom: 10px;
}
#solar-04 ul li img{
    width: 100%;
    height: auto;
}
#solar-04 .column-1 img{
    width: 100%;
    height: auto;
}
#solar-04 .alert{
    font-size: 14px;
    margin: 10px 0;
}
#solar-05 .ment-menu{
    background: var(--sub-color);
    padding: 40px;
}
#solar-05 .ment-menu h3{
    display: flex;
    align-items: center;
    background: #fff;
    color: var(--main-color);
    font-size: 20px;
    margin: 0 0 10px 0;
}
#solar-05 .ment-menu h3 span{
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background:  var(--main-color);
    font-size: 20px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    margin-right: 10px;
}
#solar-05 .ment-menu ul {
    margin-bottom: 40px;
}
#solar-05 .ment-menu ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
#solar-05 .ment-menu ul li:before{
    position: absolute;
    content: "";
    left: 5px;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #333;
}
#solar-05 .ment-menu h4{
    color: var(--main-color);
    margin: 0 0 10px 0;
}
#solar-05 .ment-menu ol{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
#solar-05 .ment-menu ol.column-6 li{
    width: 16%;
}
#solar-05 .ment-menu ol.column-3 li{
    width: 32%;
}
#solar-05 .ment-menu ol.column-2 li{
    width: 45%;
}
#solar-05 .ment-menu ol li img{
    width: 100%;
    height: auto;
}
#solar-05 .option{
    background: var(--sub-color);
    padding: 40px;
}
#solar-05 .option h3{
    display: flex;
    align-items: center;
    background: #fff;
    color: var(--main-color);
    font-size: 20px;
    margin: 0 0 10px 0;
}
#solar-05 .option h3 span{
    display: flex;
    width: 64px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background:  var(--main-color);
    font-size: 15px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    margin-right: 10px;
}
/***********************************************
 company
************************************************/
.ct-company ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ct-company ul li{
    width: 48%;
    margin: 0 0 40px 0;
}
.ct-company ul li .showcase{
    overflow: hidden;
}
.ct-company ul li .showcase img:hover{
    transform:scale(1.2,1.2);
}
.ct-company ul li img{
    width: 100%;
    height: auto;
    transition: all  0.2s ease;
}
.ct-company ul li span{
    font-size: 24px;
    display: block;
    position: relative;
    padding-left: 25px;
    margin: 10px 0;
}
.ct-company ul li span:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/ar-ic.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
}
/***********************************************
 access
************************************************/
#base-map div{
    text-align: center;
}
#base-map img{
    max-width: 1000px;
    width: 100%;
    height: auto;
}
#base-list .row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#base-list .row .set{
    width: 48%;
    margin-bottom: 50px;
    font-size: 16px;
}
#base-list .row .set ul{
    display: flex;
}
#base-list .row .set ul li{
    margin-right: 15px;
}
#base-list .row .set ul li span{
    font-size: 11px;
    line-height: 120%;
    text-align: center;
    display: block;
    margin: 5px 0 0 0;
}
/***********************************************
 history
************************************************/
.ct-history table th{
    clear: both;
    float: left;
    color: var(--main-color);
    position: relative;
    text-align: left;
    width: 140px;
    padding: 0 0 30px 0;
}
.ct-history table th:before{
    position: absolute;
    content: "";
    right: 15px;
    top: 10px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: var(--main-color);
}
.ct-history table th span{
    font-size: 40px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}
.ct-history table td{
    line-height: 130%;
    padding: 0 0 30px 0;
    position: relative;
}
.ct-history table tr:not(:last-child) td:after{
    position: absolute;
    content: "";
    left: -23px;
    top: 10px;
    width: 1px;
    height: 100%;
    background: var(--main-color);
}
.ct-history table td span{
    width: 100px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    margin-right: 10px;
    line-height: 100%;
    padding: 6px 0;
    margin-bottom: 5px;
}
.ct-history table td span.cv{
    background: var(--main-color);
}
.ct-history table td span.pk{
    background: #00a799;
}
/***********************************************
 policy
************************************************/
#creed .column{
    background: var(--sub-color);
    padding: 30px;
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
}
#creed .column .column-l{
    text-align: center;
    color: var(--main-color);
    font-size: 26px;
    padding: 30px 60px;
    box-sizing: border-box;
    white-space: nowrap;
}
#creed .column .column-r{
    padding: 30px 0 30px 30px;
    box-sizing: border-box;
    border-left: 1px solid #009a34;
}
#nc-3s .panel{
    background: url(../images/company/title-policy.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 0;
    position: relative;
}
#nc-3s .panel:before{
    position: absolute;
    content: "";
    left: 30px;
    top: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background: rgba(255,255,255,.75)
}
#nc-3s .panel .inner{
    position: relative;
    z-index: 3;
    text-align: center;
    font-size: 20px;
    width: calc(100% - 60px);
}
#nc-3s .panel .inner span{
    display: block;
    color: var(--main-color);
    font-size: 56px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    line-height: 120%;
    margin: 60px 0 30px 0;
}
/***********************************************
 group
************************************************/
#sub-contents h2.nhs:before{
    background: #00a799 !important;
}
#sub-contents h2.nhs span{
    color: #00a799 !important;
    padding-left: 10px;
}
#sub-contents h2.kd:before{
    background: #0062b2 !important;
}
#sub-contents h2.jss:before{
    background: #0ba8d5 !important;
}
.ct-group table{
    border-spacing: 0;
    border-top: 1px solid #ddd;
    font-size: 16px;
    margin: 0 0 50px 0;
}
.ct-group table th{
    background: var(--sub-color);
    width: 1%;
    white-space: nowrap;
    padding: 1em 2em 1em 1em;
    border-bottom: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
}
.ct-group table.nhs th{
    background: #e3f5f4 !important;
}
.ct-group table.kd th{
    background: #e3eef7 !important;
}
.ct-group table.jss th{
    background: #e7f6fb !important;
}
.ct-group table td{
    padding: 1em;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
/***********************************************
 contact
************************************************/
.ct-contact table{
    width: 100%;
    border-spacing: 0;
    border-top: 1px solid #ddd;
}
.ct-contact table th{
    background: var(--sub-color);
    text-align: left;
    vertical-align: top;
    padding: 1em;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}
.ct-contact table th span{
    font-weight: normal;
    color: red;
    font-size: 14px;
    display: inline-block;
    padding-left: 10px;
}
.ct-contact table th.lv1{
    background: #d6efdf !important;
}
.ct-contact table td{
    padding: 1em;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}
.ct-contact table td input[type="text"],
.ct-contact table td input[type="email"],
.ct-contact table td input[type="tel"] {
	max-width: 90%;
	padding: 7px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin-top: 7px;
}
.ct-contact table td input[type="text"]:focus,
.ct-contact table td input[type="email"]:focus,
.ct-contact table td input[type="tel"]:focus,
.ct-contact table td textarea:focus {
	border: 1px solid #0075ff;
	background: #fff;
    outline: 0;
}
.ct-contact table td input[type="radio"],
.ct-contact table td input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 10px;
}
.ct-contact table td textarea {
	display: block;
	width: 90%;
	max-width: 90%;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-family: inherit;
}
.ct-contact table input#name1,
.ct-contact table input#name2,
.ct-contact table input#e_mail,
.ct-contact table input#tel,
.ct-contact table input#fax,
.ct-contact table input#company,
.ct-contact table input#field,
.ct-contact table input#area,
.ct-contact table input#purpose {
	width: 50%;
}
.ct-contact table input#address,
.ct-contact table input#address2 {
	width: 80%;
}
.ct-contact #form_submit{
    text-align: center;
    margin: 15px 0;
}
.ct-contact #form_submit input[type="button"] {
	padding: 20px 0;
    width: 240px;
    text-align: center;
	border-radius: 40px;
	background: linear-gradient(135deg, #6fbe00 0%, #008b34 100%);
	font-size: 20px;
	color: #fff;
    border: 1px solid #008b34;
}
.ct-contact #form_submit input[type="button"]:hover {
	cursor: pointer;
	background: #008b34;
    border: 1px solid #008b34;
}
/***********************************************
 privacy
************************************************/
.ct-privacy a{
     color: var(--main-color);
}
.ct-privacy ol{
     counter-reset: item;
}
.ct-privacy ol li{
  text-indent: -1.3em;
  padding-left: 1.3em;
    margin-bottom: 1em;
}
.ct-privacy ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5em;
  font-weight: bold;
  color: var(--main-color);
}
/***********************************************
 sitemap
************************************************/
.ct-sitemap ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ct-sitemap ul > li{
    width: 49%;
    margin-bottom: 50px;
    font-size: 20px;
    padding-left: 25px;
    box-sizing: border-box;
    position: relative;
}
.ct-sitemap ul > li:first-child{
    width: 100%;
}
.ct-sitemap ul > li:before{
    position: absolute;
    content: "";
    left: 0;
    top: top;
    margin: auto;
    background: url(../images/common/ar-ic.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
}
.ct-sitemap ul>li ol li{
    font-size: 16px;
    margin: 1em 0;
    padding-left: 15px;
    position: relative;
}
.ct-sitemap ul>li ol li:before{
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    transform: rotate(45deg);
}
@media screen and (max-width: 950px) {
/***********************************************
 sub-common
************************************************/
#sub-contents .basic-tb th{
    padding: 1em;
}
#sub-contents .basic-tb td{
    padding: 1em;
}
/***********************************************
 list-navi
************************************************/
.ct-conveyor .list-navi ul li{
    width: 49%;
}
.ct-parking .list-navi ul li{
    width: 49%;
}
/***********************************************
 parking
************************************************/
#parking-04 .row:after{
    width:32%;
}
#parking-04 .row:before{
    display: none;
}
#parking-04 .row .set{
    width: 32%;
}
#parking-06 .row .aom{
    width: 49%;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 900px) {
/***********************************************
 conveyor
************************************************/
#conveyor-03 ol li{
    width: 49%;
    margin-bottom: 15px;
}
}
@media screen and (max-width: 850px) {
}
@media screen and (max-width: 768px) {
/***********************************************
 sub-common
************************************************/
/** contents-navi *************************/
#contents-navi .inner nav ul:after{
    content:"";
    display: block;
    width:32%;
}
#contents-navi .inner nav ul li:not(:first-child){
    width: 32%;
}
/***********************************************
 business
************************************************/
.ct-business ul > li.conveyor .column-l{
    width: 100%;
}
.ct-business ul > li.conveyor .column-l .showcase img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.ct-business ul > li.conveyor .column-r{
    width: 100%;
}
.ct-business ul li ol li a{
    font-size: 16px;
}
.ct-business ul > li:not(:first-child) {
    width: 100%;
}
/***********************************************
 conveyor
************************************************/
#conveyor-03 ul li{
    width: 100%;
    margin-bottom: 30px;
}
#conveyor-04 ol li:not(:first-child){
    width: 100%;
}
#conveyor-04 .box-row .box{
    width: 100%;
    padding: 15px;
}
#conveyor-05 .row .set{
    width: 100%;
}
/***********************************************
 parking
************************************************/
#parking-05 .row .set{
    width: 100%;
}
/***********************************************
 policy
************************************************/
#creed .column{
    flex-wrap: wrap;
}
#creed .column .column-l{
    width: 100%;
    padding: 0 0 15px 0;
}
#creed .column .column-r{
    width: 100%;
    padding: 15px 0 0 0;
    border-left: none;
    border-top: 1px solid #009a34;
}
#nc-3s .panel{
    padding: 20px 0;
}
#nc-3s .panel:before{
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}
#nc-3s .panel .inner{
    width: calc(100% - 40px);
    font-size: 18px;
}
#nc-3s .panel .inner span{
    font-size: 10vw;
}
}
@media screen and (max-width: 640px) {
/***********************************************
 sub-common
************************************************/
/** pege-title *********************************/
#page-title{
    padding: 30px 20px 80px 20px;
    box-sizing: border-box;
}
#page-title .inner strong{
    font-size: 8vw;
}
/** breadcrumb *************************/
.breadcrumb{
    font-size: 14px;
}
#sub-contents h1{
    font-size: 30px;
}
#sub-contents h2{
    font-size: 26px;
    padding: 15px 0 15px 20px;
}
/** contents-navi *************************/
#contents-navi .inner nav ul:after{
    display: none;
}
#contents-navi .inner nav ul li:not(:first-child),
.nv-business .inner nav ul li:not(:first-child){
    width: 49% !important;
}
/***********************************************
 list-navi
************************************************/
.list-navi ul{
    padding: 10px 10px 0 10px;
}
.list-navi ul li{
    font-size: 16px;
    margin-bottom: 10px;
}
.list-navi ul li:before{
    right: 10px;
}
/***********************************************
 conveyor
************************************************/
#conveyor-01 ul li:first-child{
    width: 100%;
}
#conveyor-01 ul li:last-child{
    width: 100%;
}
#conveyor-02 .row .set{
    width: 100%;
}
#conveyor-02 table thead th{
    font-size: 18px;
}
#conveyor-02 table th{
    border-bottom: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    padding: .5em;
    display: block;
}
#conveyor-02 table td{
    border-bottom: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    display: block;
}
#conveyor-04 ul li:not(:last-child){
    width: 100%;
}
#conveyor-04 .adv{
    padding: 15px;
}
#conveyor-04 ol li{
    padding: 15px;
}
#conveyor-04 .size-tb th{
    display: none;
}
#conveyor-04 .size-tb td{
    display: block;
}
#conveyor-04 .size-tb td::before {
    content: attr(data-label);
    display: block;
    font-size: 16px;
    color:var(--main-color);    
    margin-bottom: 0.2rem;
}
/***********************************************
 parking
************************************************/
#parking-01 ul li:first-child{
    width: 100%;
}
#parking-01 ul li:last-child{
    width: 100%;
}
#parking-01 .pk-rinen{
    padding: 15px;
}
.ct-parking .pk-box{
    padding: 15px;
}
.ct-parking .pk-box .pk-title h3{
    flex-wrap: wrap;
    font-size: 20px;
    width: 100%;
    padding: 10px 0;
}
.ct-parking .pk-box .pk-title ul{
    justify-content: flex-start;
}
.ct-parking .pk-box .row .column-l{
    width: 100%;
    margin-bottom: 15px;
}
.ct-parking .pk-box .row .column-r{
    width: 100%;
}
.ct-parking .pk-box dl{
    flex-wrap: wrap;
    font-size: 15px;
}
.ct-parking .pk-box dl dt{
    width: 100%;
    line-height: 120%;
}
.ct-parking .pk-box dl dd{
    width: 100%;
    box-sizing: border-box;
}
.pk-box table{
    font-size: 14px;
}
.pk-box table th{
    display: none;
}
.pk-box table td{
    display: block;
}
.pk-box table td:before {
    content: attr(data-label);
    display: block;
    font-size: 15px;
    color:var(--main-color);    
    margin-bottom: 0.2rem;
  }
.pk-box ol{
    flex-wrap: wrap;
}
.pk-box ol li{
    width: 100%;
    font-size: 15px;
}
.pk-box ol li:not(:last-child){
    margin-bottom: 10px;
}
#parking-04 .row:after{
    display: none;
}
#parking-04 .row .set{
    width: 49%;
    padding: 10px;
}
#parking-04 .row .set table th{
    font-size: 13px;
}
#parking-04 .row .set table td{
    font-size: 13px;
    padding-left: 0;
}
#parking-06 .row .aom{
    width: 100%;
}
/***********************************************
 solar
************************************************/
#solar-01 ol li:first-child{
    max-width: 280px;
    width: 100%;
    margin-bottom: 10px;
}
#solar-01 ol li:last-child{
    width: 100%;
    padding: 0;
    border: none;
}
#solar-02 table thead th{
    padding: .3em;
    font-size: 15px;
    line-height: 130%;
}
#solar-02 table tbody th{
    padding: .3em;
    font-size: 14px;
    line-height: 130%;
}
#solar-02 table tbody td{
    padding: .3em;
    font-size: 14px;
    line-height: 130%;
}
#solar-02 ol{
    padding-left: 0;
    padding-top: 100px;
}
#solar-02 ul li{
    width: 100%;
}
#solar-03 ul li:first-child{
    width: 100%;
}
#solar-03 ul li:last-child{
    width: 100%;
}
#solar-04 ul li:first-child{
    width: 100%;
}
#solar-04 ul li:last-child{
    width: 100%;
}
#solar-05 .ment-menu{
    padding: 15px;
}
#solar-05 .ment-menu ol.column-6 li{
    width: 32%;
    margin-bottom: 10px
}
#solar-05 .ment-menu ol.column-3 li{
    width: 100%;
    margin-bottom: 10px
}
#solar-05 .ment-menu ol.column-2 li{
    width: 100%;
    margin-bottom: 10px
}
#solar-05 .option{
    background: var(--sub-color);
    padding: 15px;
}
/***********************************************
 company
************************************************/
.ct-company ul li{
    width: 100%;
}
.ct-company ul li span{
    font-size: 18px;
}
/***********************************************
 access
************************************************/
#base-list .row .set{
    width: 100%;
}
/***********************************************
 history
************************************************/
.ct-history table th{
    width: 100px;
}
.ct-history table th span{
    font-size: 30px;
}
.ct-history table th:before{
    right: 5px;
}
.ct-history table tr:not(:last-child) td:after{
    left: -13px;
}
.ct-history table td span{
    display: block;
}
/***********************************************
 contact
************************************************/
.ct-contact table th{
    display: block;
}
.ct-contact table td{
    display: block;
}
}
@media screen and (max-width: 500px) {
/***********************************************
 list-navi
************************************************/
.ct-conveyor .list-navi ul li{
    width: 100%;
}
.ct-parking .list-navi ul li:nth-of-type(1), .ct-parking  .list-navi ul li:nth-of-type(2){
    width: 100%;
}
.ct-parking .list-navi ul li{
    width: 100%;
}
/***********************************************
 conveyor
************************************************/
#conveyor-03 ol li{
    width: 100%;
}
#conveyor-04 ol li .row .column-l{
    width: 100%;
}
#conveyor-04 ol li .row .column-r{
    width: 100%;
}
/***********************************************
 sitemap
************************************************/
.ct-sitemap ul > li{
    width: 100%;
}
}
@media screen and (max-width: 400px) {
/***********************************************
 sub-common
************************************************/
#sub-contents .basic-tb th{
    width: 100%;
    white-space: normal;
    border-bottom: 1px solid #ddd;
    display: block;
}
#sub-contents .basic-tb td{
        width: 100%;
    border-bottom: 1px solid #ddd;
    display: block;
}
/***********************************************
 business
************************************************/
.ct-business ul li ol li{
    width: 100%;
}
/***********************************************
 conveyor
************************************************/
#conveyor-04 ol li table {
    width: 100%;
}
#conveyor-04 ol li table th{
    white-space: normal;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
#conveyor-04 ol li table td{
    padding-left: 0;
    display: block;
}
/***********************************************
 parking
************************************************/
#parking-04 .row .set{
    width: 100%;
}
#parking-05 .row .set .column-l{
    width: 100%;
    margin-bottom: 15px;
}
#parking-05 .row .set .column-r{
    width: 100%;
}
/***********************************************
 group
************************************************/
.ct-group table th{
    width: 100%;
    white-space: normal;
    border-bottom: 1px solid #ddd;
    display: block;
}
.ct-group table td{
    width: 100%;
    border-bottom: 1px solid #ddd;
    display: block;
}
}
@media screen and (max-width: 350px) {
/***********************************************
 sub-common
************************************************/
/** contents-navi *************************/
#contents-navi .inner nav ul li:not(:first-child),
.nv-business .inner nav ul li:not(:first-child){
    width: 100% !important;
}
}
@media screen and (max-width: 300px) {
}