@charset "UTF-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/

.un_mv {
    position: relative;
    width: 100%;
    height: 500px;
}

.un_company {
    background: url(../img/company_mv.jpg) no-repeat center top;
    background-size: cover;
}

.mini_tit{
    max-width: 1120px;
    margin: 0 auto 40px;
    text-align: center;
}

.mini_tit h2{
    margin-bottom: 15px;
    font-weight:bold;
    font-weight: 110%;
}

/*------------------------------------------------------------
製品情報
------------------------------------------------------------*/

.un_mv dl {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.un_mv dl dt {
    background: url(../../images/un_logo.svg) no-repeat center top;
    background-size: 40px 40px;
    padding-top: 50px;
    font-family: HelveticaNeue-CondensedBold, 'arial black';
    font-size: 200%;
    line-height: 150%
}

.un_mv dl dd {
    border-top: 1px solid #8ea5c5;
    width: 100%;
    display: block;
    padding-top: 10px;
}

.limit_s {
    max-width: 1120px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.limit_s li {
    width: 42%;
    -webkit-box-shadow: 0 0 0 1px #000 inset;
    box-shadow: 0 0 0 1px #000 inset;
    padding: 3%;
    margin-bottom: 3%;
    background: #fff;
}

.limit_s li img {
    width: 100%;
    height: auto;
}

.limit_s li h2 {
    text-align: center;
}

.limit_s li dd {
    margin-top: 13px;
}

.others {
    background: url(../../images/manic.svg) no-repeat center top #ecf1f6;
    background-size: 100% auto;
    width: 100%;
    padding: 50px 0;
    margin-top: 40px;
}

.eng_tit {
    text-align: center;
    margin-bottom: 30px;
}

.eng_tit dt {
    font-family: HelveticaNeue-CondensedBold, 'arial black';
    font-size: 200%;
    line-height: 150%
}

.b_ifb{
    padding: 2%;
    background: #ecf1f6
}

.ano_i {
    max-width: 1120px;
    margin: 0 auto;
}

.ano_i li {
    background: #fff;
    padding: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ano_i li {
    margin-bottom: 10px;
}

.ano_i li:last-child {
    margin-bottom: 0;
}

.ano_i li p {
    width: 16%;
}

.ano_i li p img {
    width: 100%;
    height: auto;
}

.ano_i li dl {
    width: 80%;
}

.ano_i li dl dt {
    font-weight: bold;
    font-size: 130%;
    line-height: 150%;
    margin-bottom: 20px;
}

.ano_i li .grapf {
    width: 40%;
    margin-top: 10px;
}

.lineups{
    background: url(../img/lineups.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    width: 100%;
    margin:40px auto 50px;
}

.lineups dl{
    max-width: 1120px;
    margin: 0 auto;
    color: #ddd;
    text-align: center;
}

.lineups dl dt{
    font-size: 150%;
    margin-bottom: 15px;
    line-height: 150%;
}

.lineups dl ul{
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lineups dl ul li{
    width: 30%;
}

.lineups dl ul li a{
    -webkit-box-shadow: 0 0 0 1px #DDD INSET;
    box-shadow: 0 0 0 2px #DDD INSET;
    background: url(../../images/w_arrow.png) no-repeat 92% center rgba(0,0,0,.5);
    padding: 15px 0;
    display: block;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}
.lineups dl ul li a:hover{
    -webkit-box-shadow: 0 0 0 1px #DDD INSET;
    box-shadow: 0 0 0 2px #DDD INSET;
    background: url(../../images/w_arrow.png) no-repeat 92% center rgba(0,0,0,.9);
    padding: 15px 0;
    display: block;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.tab_wrap {
    max-width: 100%;
    margin: 50px auto 0;
}
.tab_area{
    max-width: 1120px;
    margin: 0 auto;
}
.tab_wrap input[type="radio"] {
    display: none;
}
.tab_area {
    font-size: 0;
    margin: 0 auto;
}
.tab_area:after {
    content: "";
    clear: both;
    display: block;
}
.tab_area label:first-child {
    border-left: 1px solid #ccc;
}
.tab_area label {
    width: 33.2%;
    margin: 0 auto 10px;
    display: inline-block;
    padding: 16px 0 16px;
    background: #eee;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: ease 0.2s opacity;
    transition: ease 0.2s opacity;
    position: relative;
}
#tab1:checked ~ .tab_area .tab1_label:after, #tab2:checked ~ .tab_area .tab2_label:after, #tab3:checked ~ .tab_area .tab3_label:after {
    border: 10px solid transparent;
    border-top-color: #a7a7a7;
    border-bottom-width: 0;
    bottom: -10px;
    content: "";
    display: block;
    left: 48%;
    position: absolute;
    width: 0;
}
.tab_area label:last-child {
    margin-right: 0;
}
.tab_area label:hover {
    opacity: 0.5;
}
.tab_panel {
    width: 100%;
    padding: 50px 0;
    display: none;
}
.tab_panel p {
    letter-spacing: 1px;
}
#tab1:checked ~ .tab_area .tab1_label {
    background: #a7a7a7;
    color: #fff;
}
#tab1:checked ~ .panel_area #panel1 {
    display: block;
}
#tab2:checked ~ .tab_area .tab2_label {
    background: #a7a7a7;
    color: #fff;
}
#tab2:checked ~ .panel_area #panel2 {
    display: block;
}
#tab3:checked ~ .tab_area .tab3_label {
    background: #a7a7a7;
    color: #fff;
}
#tab3:checked ~ .panel_area #panel3 {
    display: block;
}

.baseic{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.baseic .photo{
    width: 48%;
}

.baseic .photo img{
    width: 100%;
    height: auto;
}

.baseic dl{
    width: 47%;
}

.baseic dl dt{
    font-size: 130%;
    line-height: 150%;
    margin-bottom: 20px;
}

.bothline{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 20px;
}
.bothline:before, .bothline:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background: #444;
    display: block;
}
.bothline:before {
    margin-right: 2em;
}
.bothline:after {
    margin-left: 2em;
}

.panel_area table{
    border-collapse:collapse;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    width: 100%;
    margin-bottom: 40px;
}

.panel_area table th,
.panel_area table td{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding: 1%;
    word-break: break-all;
}
.panel_area table th{    background: #eee;}

.sing_photo{    margin-bottom: 50px;}
.sing_photo img{
    width: 100%;
    height: auto;
}
.z-pich{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.z-pich li{
    width: 32%;
    margin-bottom: 30px;
    margin-right: 2%;
}

.z-pich li:nth-child(3n){
    margin-right: 0;
}
.z-pich li p{    margin-bottom: 10px;}

#panel2 table{
    font-size: 82%;
}

.w10{
    width: 10%;
}

.tl_glay{
    background: #eee;
}

.pre_bg{ 
    background: url(../images/company_preg.jpg) no-repeat center top;
    background-size: cover;}
.ings{
    max-width: 1120px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
}

.ings:after {
    content: "";
    clear: both;
    display: block;
}

.ings .mb-txt{
    background: rgba(255,255,255,.7);
    padding: 3%;
    width: 45%;
}

.ings .mb-txt p{
    margin-bottom: 20px;
}

.ings .mb-txt .fr,
.mb-txt .sign{
    text-align: right;
}

.sign span{
    font-size:  150%;
    margin-left: 10px;
}

.base_area{
    max-width: 1120px;
    margin: 50px auto;
}

.company_a{
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.company_a dl{
    width: 40%;
    text-align: center;
}

.company_a .photo{
    width: 55%;
    text-align: center;
}

.company_a .photo img{
    width: 100%;
    height: auto;
}

.company_a dl dt{
    font-size: 300%;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.company_a dl dd.bigs{
    font-weight: bold;
    margin-bottom: 20px;
}
.publis{    
    text-align: center;
margin-bottom: 50px;}

.publis dt{
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 50px;
}

.bgabs{
    padding: 3%;
    background: #ecf1f6;
    margin-top: 20px;
}

.iso_s{
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-bottom: 50px;
    margin-bottom: 50px;
}

.iso_s .photo{
    width: 30%;
}
.iso_s .photo img{
    width: 100%;
    height: auto;
}
.iso_s .mb-txt{
    width: 62%;
}

.mb-txt p{
    margin-bottom: 25px;
}

.mb-txt p:last-child{    margin-bottom: 0;}

.gaiyou,
.histry,
.wides{
    max-width: 1120px;
    margin: 0 auto 50px;
}

.histry span{
    font-size: 80%;
    color: #999;line-height: 150%;
}

.gaiyou th{
    width: 30%;
    font-size: 120%;
}
.gaiyou td dt{
    font-weight: bold;
}
.gaiyou td dd{
    margin-bottom: 30px;
}
.gaiyou td{  font-size: 120%;  }
.gaiyou td ul{
    margin-left: 20px;
}
.gaiyou td li{
    list-style: disc;
}

.histry dl{
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    padding-bottom: 15px;
    border-bottom: 1px dotted #000;
    margin-bottom: 15px;
}

.histry dl dt{
    width: 20%;
}

.histry dl dd{
    width: 80%;
}

.mrb20{    margin-bottom: 20px;}

.network p{
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
}

.kwwn img{
    width: 100%;
    height: auto;
}

.g_maps{
    max-width: 1120px;
    margin: 0 auto 60px;
}

.g_maps iframe{
    width: 100%;
    height: 450px;
}

.contry{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 40px;
}

.contry div{
    width: 26%;
    margin-bottom: 40px;
    background:#f1f1f1;
    padding: 2%;
    margin-right: 5%;
}

.contry div:nth-of-type(3n){
    margin-right: 0;
}

.contry div dt{
    font-weight: bold;
}

.contry div dd{
    font-size: 80%;
    margin-top: 10px;
    border-top: 1px dotted #ccc;
    padding-top: 10px;
    padding-top: 10px;
}

.i_tel{
    background: url(../img/tel.svg) no-repeat left 10px;
    background-size: 20px 20px;
    padding-left: 30px;
    min-height: 20px;
}

.i_fax{
    background: url(../img/fax.svg) no-repeat left 10px;
    background-size: 20px 20px;
    padding-left: 30px;
    min-height: 20px;
}

.i_site{
    background: url(../img/world.svg) no-repeat left 10px;
    background-size: 20px 20px;
    padding-left: 30px;
    min-height: 20px;
}

.i_mail{
    background: url(../img/mail.svg) no-repeat left 10px;
    background-size: 20px 20px;
    padding-left: 30px;
    min-height: 20px;
}

/*追加*/

.tab_area label {
    width: 49.8%;
}


@media screen and (max-width: 695px) {
    .un_mv {
        position: relative;
        width: 100%;
        height: 350px;
    }
    .ano_i{
        width: 94%;
    }
    .ano_i li p{width: 30%;}
    .ano_i li dl{width: 65%;}
    .ano_i li .grapf{    width: 100%;}
    .lineups dl{
        width: 94%;
    }
    
    .baseic{
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .baseic .photo{width: 100%;    margin-bottom: 20px;}
    .baseic dl{    width: 100%;}
    
    #panel2 table{
        width:1200px;
    }
    .scroll{
        overflow: auto;　　　　/*tableをスクロールさせる*/
        white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
    }
    .scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
        height: 5px;
    }
    .scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
        background: #F1F1F1;
    }
    .scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
        background: #BCBCBC;
    }
    .pre_bg{ 
        background: url(../img/company_preg.jpg) no-repeat 94% top;
        background-size: 200% auto;}
    .ings .mb-txt{
        background: rgba(255,255,255,.7);
        padding: 3%;
        width: 84%;
        margin-top: 200px;
        margin-top: 200px;
    }
    .gaiyou{
        width: 100% !important;
    }
    .company_a{
        display: block !important;
    }
    .company_a dl{
        width: 100%;
        margin-bottom: 20px;
    }
    .company_a .photo{
        margin: 0 auto;
    }
    .g_maps iframe{
        width: 100%;
        height: 300px;
    }
    
    .contry{
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-top: 40px;
    }

    .contry div{
        width: 92%;
        margin-bottom: 20px;
        background:#f1f1f1;
        padding: 4%;
        margin-right: 0%;
    }

    .contry div:nth-of-type(3n){
        margin-right: 0;
    }

    .contry div dt{
        font-weight: bold;
    }

    .contry div dd{
        font-size: 80%;
        margin-top: 10px;
        border-top: 1px dotted #ccc;
        padding-top: 10px;
        padding-top: 10px;
    }
}

.tab_area.threecolumn{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.tab_area.threecolumn label{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab_area.threecolumn label:last-child {
    border-right: 1px solid #ccc;
}