@charset "utf-8";
/* CSS Document */
.sp {
    display: none;
}
/*--------------------------------------About-------------*/
    #fv .wrap {
        display: flex;
    justify-content: space-between;
    align-items: center;
    }
    #fv .wrap img{
        margin-right: 100px;
    }
    h1 {
          margin: 20px auto 0 40px;
    border-bottom: 1px solid #0c6eb9;
    padding: 0 50px 10px 0;
    font-size: 1.1rem;
    font-weight: 500;
    }
    .fvengttl {
         font-size: 2.3rem;
    font-weight: 600;
    padding-right: 20px;
    letter-spacing: 0.01em;
    }
      .fvengttl span{
            font-size: 57%;
    padding-right: 15px;
    font-weight: lighter;
    letter-spacing: 0.1rem;
    }
     #pan  { 
         font-size: 0.9rem;
    }
    #pan a {
        color: #0c6eb9;
        border-bottom: 1px solid #0c6eb9;        
    }
    .abcont .wrap {
            display: flex;
    justify-content: space-between;
    margin: 80px auto 150px;
    }
    .abrighttext {
        writing-mode: vertical-rl;
    font-size: 1.1rem;
    line-height: 2.2rem;
    font-weight: 400;
    width: 22%;
    margin: 0;
    }
    .abrighttext span {
        border-right: 2px solid #FFF100;
    }
    .abinner {
        width: 78%;
        background: url("../img/about/img1.jpg") no-repeat bottom right;
    }
    .abinner p.ntext {    
        width: 48%;
    margin: 0 auto 30px 0;
    }
    .abcenterimg {
        position: relative;
        margin: 80px auto 150px
    }
    .abcenterimgright {
        position: absolute;
    right: 0;
    top: -30%;
    }
    .contengttl {
        margin: 0px auto 60px;
    font-size: 3rem;
    line-height: 0.9em;
    font-weight: 600;
    letter-spacing: 0.2rem;
        color: #0c6eb9;
    }
    .contengttl span {
        color: #aaaaaa;
        font-size: 2rem;
    }
    .contengttl span.big {
    font-weight: 100;
    font-size: 4rem;
    padding: 0 30px;
    }
    
    .h2ttl {
        margin-bottom: 30px;
    }
    .abcontunder .wrap {
          display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 80px auto 0;
    }
    .abcontunder .wrap .abcontundertextarea {
        width: 50%;
    }
        
    .linkbtnarea {
        text-align: center;
    margin: 80px auto 0;
    }


/*-------------------------------products----------------*/
            .prodtext {
                text-align: center;
                margin: 80px auto;
            }
                        .productlist {
                background: url("/img/common/bgridbg.png") repeat;
                padding: 80px 0;
            }
            .productlist .wrap {
                display: flex;
                justify-content: space-between;
            }
            .productmenu {
                width: 18%;
                margin: 0
            }
            .productcontents {
                width: 82%;
                height: 620px;
            overflow-y: scroll;
                margin: 0
            }
            .prolist {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                padding: 0 30px
            }
            .prolist li {
                width: 250px;
                margin: 0;
            }
            .proicon {
                display: flex;
                justify-content: space-between;
            }
.productcontents::-webkit-scrollbar{
  width: 8px;
}
.productcontents::-webkit-scrollbar-track{
  background: #0c6eb9;
  border: none;
}
.productcontents::-webkit-scrollbar-thumb{
  background: #18517d;
  box-shadow: none;
}
            
            ul.productmenu li  {
position: relative;
    color: #FFF;
    text-align: center;
    width: 85%;
    margin: 0 auto 25px 0;
    border-radius: 5px;
    display: flow-root;
    font-size: 0.9rem;
            }
ul.productmenu li a {
       color: #FFF;
    display: block;
    padding: 13px 0;
}
            ul.productmenu li:hover {
            cursor: pointer
            }
                ul.productmenu li:hover:after,
             ul.productmenu li.selected:after{
                    content: "";
                    position: absolute;
                    bottom: -10px;
                    left: 0;
                    width: 100%;
                    height: 2px;
                    background: #FFF100;
            
            }
            ul.productmenu li:first-child {
                    background: #45c4ae;
                    border-bottom: 3px solid #00a689;
                }
                ul.productmenu li:nth-child(2)  {
                    background: #ec6d74;
                    border-bottom: 3px solid #e13841;
                }
                ul.productmenu li:nth-child(3)  {
                    background: #f08300;
                    border-bottom: 3px solid #ba6500;
                }
            ul.productmenu li:nth-child(4) {
                 background: #00a0e9;
                    border-bottom: 3px solid #0075ab;
                }
                ul.productmenu li:last-child  {
                    background: #41b532;
                    border-bottom: 3px solid #0f7f00;
                }
                ul.productmenu li:before{
     background: url("/img/common/more.png") no-repeat;
    width: 12px;
    height: 16px;
    position: absolute;
    right: 13px;
    top: 38%;
    content: "";
                }


/*------------------------company------------------*/
    .greeting  .wrap{
               display: flex;
    justify-content: space-between;
    align-items: center;
                margin: 80px auto;
            }
            .greetextbox {
                width: 46%;
                margin: 0;
            }
            .contengttl span.conttljp {
                font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    color: #000;
    padding-left: 40px;
    position: relative;
    top: -7px;
            }
            
            .history .wrap {
               display: flex;
    justify-content: space-between;
    align-items: center;
            }
            .history .wrap  .contengttl {
            width: 50%;
    margin: 0;
    text-align: left;
    position: relative;
            }
            .history .wrap:before {
                content: "";
    background: #0c6eb9;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;

            }
            .historytext {
                width: 45%;
    margin: 0;
    border: 1px solid #0c6eb9;
    padding: 30px 0;
        position: relative;
                background: #FFF;
                z-index: 1
            }
            .historytext:before,
            .historytext:after{
                position: absolute;
                content: "";
                background: #0c6eb9;
                width: 100%;
                height: 1px;
                left: 0;
            }
            .historytext:before {
                top: 3px
            }
            .historytext:after {
                bottom: 3px;
            }
            .historytext p.ntext {
                width: 90%;
                margin: 0 auto;
            }
            
            
           .company #company .contengttl {
            text-align: left;
    display: table;
    position: relative;
            }
            #company .contengttl .conttljp{
                    position: absolute;
    top: 5px;
    right: 0;
            }
            .company #company {
                padding: 60px 0 0;
            }
            .complist 
            {align-items: flex-start;
            }
.comprightimg {
    width: 50%;
}
            .comprightimg img {
                margin-bottom: 70px;
            }
            #company .grtext {
                color: #ababab
            }
            .access {
                text-align: center;
                    margin: -40px auto 80px;
            }
            
            .company .accessengttl {
            font-weight: 600;
    font-size: 1.5rem;
    color: #0c6eb9;
    letter-spacing: 0.1rem;
            }
             .company　.accessttl {
                font-size: 1rem;
    border-bottom: 1px solid #FFF100;
    display: table;
    padding: 0 30px 5px;
    margin-bottom: 40px;
            }
             .company .compmap iframe {
                width: 80%;
                height: 300px;
            }
            .company .access ul {
                display: flex;
    margin: 30px auto 0;
    justify-content: space-between;
    width: 80%;
    align-items: center;
            }
            .access ul li:first-child {
                   text-align: left;
    width: 50%;
    margin: 0;
            }
           .access ul li:last-child {
                   text-align: right;
    width: 50%;
    margin: 0;
            }

/*------------------------privacy------------*/
            .pplist .wrap {
                width: 1050px;
    margin: 80px auto;
            }
            .pplist .h2ttl,
           .pplist .ntext{
                text-align: center
            }
            .ppinner {
                margin: 40px auto 0;
            }
            .ppttl {
                font-size: 1rem;
    font-weight: 500;
    padding: 30px 0 10px;
            }
            .pptext {
                font-size: 0.9rem;
                line-height: 1.7rem;
            }
            .pplist ul {
                   margin: 10px auto;
    font-size: 0.9rem;
    width: 97%;
            }
            .pplist ul li {
                list-style: decimal;
                padding-bottom: 10px;
            }


/*------------------------sitemap---------------*/
 .sitemaplist {
                margin: 80px auto;
            }
            .sitemaplist ul {
                    width: 90%;
  flex-wrap: wrap;
    position: relative;
    display: flex;
    justify-content: space-between;
}
           .sitemaplist  ul li {
    width: 20%;
    text-align: left;
}
            .sitemaplist ul li a {
    padding-left: 20px;
    position: relative;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: normal;
}
            .sitemaplist ul li a:before {
    content: "";
    position: absolute;
    background: url(/img/common/moreb.png);
    width: 11px;
    height: 17px;
    left: 0;
    font-weight: bold;
    font-style: normal;
    top: 5px;
}
            .sitemaplist ul ul {
    margin: 5px auto 25px;
    display: block;
}
            .sitemaplist ul ul {
    flex-wrap: wrap;
    position: relative;
}
            .sitemaplist ul ul li {
    width: 90%;
}
            .sitemaplist ul ul li {
    padding-left: 1rem;
}
            .sitemaplist ul ul li a:before {
    background: none;
    content: "・";
}

/*--------------------contact--------------*/

             .contform {
                 margin: 80px auto;
             }
             .contform .h2ttl,
             .contform .ntext{
                 text-align: center;
             }
             .contform table {
                 width: 60%;
    margin: 50px auto;
                 font-size: 0.9rem
             }
             .contform table td {
                     padding: 10px 0;
    width: 70%;
             }
             .contform table th {
                   text-align: left;
    font-weight: 400;
    width: 30%;
    vertical-align: middle;
}
             input[type=text],textarea {
                 background: #f8f8f8;
                 padding: 5px;
                 font-size: 1.2rem;
                 font-weight: lighter;
                 width: 90%;
                 border: none;
             }
             .submitbtn{
                 text-align: center;
             }
             input[type=submit],input[type=reset],input[type=button] {
                 background: #0c6eb9;
    padding: 30px 0;
    color: #fFF;
    text-align: center;
    font-size: 1.1rem;
    box-shadow: 0px 0px 0px 4px #e3f3ff, 0px 4px 6px 6px #ccc;
    border: 3px solid #FFF;
    width: 50%;
    letter-spacing: 0.2rem;
    cursor: pointer;
             }

/*----------------------------news-------------------*/
    .newinfolist ul {
        display: flex;
        justify-content:flex-start;
        flex-wrap: wrap;
        margin: 60px auto;
    }
    .newinfolist ul li{
        width: 23%;
        margin: 0 1% 20px;
        border: 1px solid #005799;
        border-bottom: 7px solid #005799;
        box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.3);
            position: relative;
            padding-bottom: 40px;
    }
    .newinfolist ul li img{
        width: 100%;
        height: auto;
    }
     .newinfolist ul li p{
         width: 90%;
         margin: 0 auto;
    }
    .newinfolist ul li a{
        display: block;
    }
    .newinfolist ul li p.date{
        color: #005799;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.02rem;
            margin-top: 15px;
    }
     .newinfolist ul li p.newsttl {
        margin-bottom: 15px;
    height: 4rem;
    overflow: hidden;
    }
    .newinfolist ul li .wp_tmnimg {
        width: 100%;
        height: 195px;
        background: #e3f3ff;
        overflow: hidden;
        position: relative
    }
    .newinfolist ul li .wp_tmnimg img {
       width: 130%;
    height: auto;
    position: absolute;
    left: -15%;
    top: -10%;
    }
    .newinfolist ul li p.newmore {
             width: 100%;
    background: #e3f3ff;
    padding: 10px 0;
    text-align: center;
    position: absolute;
    font-size: 0.9rem;
    font-weight: 500;
    bottom: 0;
    }
    .newinfolist ul li p.newmore:before {
        background: url("../img/common/moreb.png") no-repeat;
        width: 11px;
        height: 17px;
        content: "";
        position: absolute;
        right: 10px;
        top: 35%;
    }
    body.news .blinkbtn {
        width: 50%;
        margin: 0 auto 80px;
        
    }