@charset "utf-8";
/* CSS Document */
.pc {
    display: none;
}
/*--------------------------------------About-------------*/
    #fv .wrap {
       display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    }
    #fv .wrap img{
            width: 100%;
    height: auto;
    }
    h1 {
         margin: 5px auto 20px;
    border-bottom: 1px solid #0c6eb9;
    padding: 0 0 15px;
    font-size: 1.1rem;
    font-weight: 500;
    width: 100%;
    text-align: center;
    }
    .fvengttl {
      font-size: 2.1rem;
    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 {
    margin:30px auto 60px
    }
    .abrighttext {
   font-size: 1rem;
    line-height: 2rem;
    font-weight: 400;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    }
    .abrighttext span {
        border-bottom: 2px solid #FFF100;
    }
.abinnerimg {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.abinnerimg img {
    position: absolute;
    top: -55%;
}
    
    
    .abinner {
        width: 95%;
        margin: 0 auto;
    }
    .abinner p.ntext {    
        width: 100%;
    margin: 0 auto 30px 0;
    }
    .abcenterimg {
        margin: 0 auto;
    }
    .abcenterimgright {
        display: none;
    }
    .contengttl {
    margin: 0px auto 30px;
    font-size: 1.6rem;
    line-height: 1.2em;
    FONT-WEIGHT: 100;
    letter-spacing: 0.2rem;
    color: #0c6eb9;
    text-align: center;
    }
    .contengttl span {
        color: #aaaaaa;
        font-size: 1.4rem;
    }
    .contengttl span.big {
       font-weight: lighter;
    font-size: 2.2rem;
    padding: 0 10px;
    }
    
    
    
    
    
    
    .h2ttl {
          margin: 20px auto;
    line-height: 1.8rem;
    font-size: 1.1rem;
    }
 .abcontunder .wrap img{
    width: 90%;
    margin: 0 5%;
    height: auto;
}
    .abcontunder .wrap {
    margin: 80px auto 0;
    }
    .abcontunder .wrap .abcontundertextarea {
            width: 95%;
    margin: 30px auto;
    }
        
    .linkbtnarea {
        text-align: center;
    margin: 50px auto 0;
        width: 95%;
    }


/*-------------------------------products----------------*/
            .prodtext {
              text-align: center;
    margin: 60px auto 40px;
    width: 95%;
            }
                        .productlist {
                background: url("/img/common/bgridbg.png") repeat;
                padding: 60px 0;
            }
            .productmenu {
                width: 100%;
                  display: flex;
                justify-content: center;
                margin: 0 auto;
    flex-wrap: wrap;
            }
            .productcontents {
                width: 95%;
                height: 400px;
            overflow-y: scroll;
                margin: 0
            }
            .prolist {
                   display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px;
    margin: 20px auto;
            }
 .prolist li:last-child .proicon,
.prolist li:nth-last-child(2) .proicon {
    margin-bottom: 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: 32%;
    margin: 0 0.5% 5px;
    border-radius: 5px;
    display: flow-root;
    font-size: 0.9rem;
            }
 ul.productmenu li a {
    color: #FFF;
    padding: 13px 0px;
     display: block;
}
            ul.productmenu li:hover {
            cursor: pointer
            }
                ul.productmenu li:hover:after,
             ul.productmenu li.selected:after{
                    content: "";
                    position: absolute;
                    bottom: -5px;
                    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: 5px;
    top: 38%;
    content: "";
                }

/*------------------------company------------------*/
    .greeting  .wrap{
                margin: 60px auto;
            }
            .greetextbox {
                width: 95%;
                margin: 0 auto;
            }
            .contengttl span.conttljp {
                font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    color: #000;
    padding-left: 10px;
    position: relative;
    top: 0;
            }
            

            .history .wrap  .contengttl {
            width: 95%;
    margin: 0 auto;
    text-align: left;
    position: relative;
            }
           
            .historytext {
        width: 95%;
    margin: 20px auto;
    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 #company .contengttl .conttljp{
               position: absolute;
    top: 0px;
    right: -50px;
            }
            .company #company {
                padding: 60px 0 0;
            }
            .complist 
            {align-items: flex-start;
            }
            .comprightimg img {
                margin-bottom: 10px;
            }
           .company #company .grtext {
                color: #ababab
            }
            .company .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: 95%;
                height: 300px;
            }
           .company .access ul {
    margin: 30px auto 0;
    width: 95%;
    align-items: center;
            }
          .company  .access ul li {
                   text-align: left;
    width: 100%;
    margin: 0;
            }



/*------------------------privacy------------*/
            .pplist .wrap {
                width: 95%;
    margin: 60px 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: 90%;
            }
            .pplist ul li {
                list-style: decimal;
                padding-bottom: 10px;
            }


/*------------------------sitemap---------------*/
 .sitemaplist {
                margin: 60px auto;
            }
            .sitemaplist ul.footmenu {
    border-bottom: none;
                width: 60%;
    border-top:none
}
.sitemaplist .footmenu li:nth-child(odd),
.sitemaplist .footmenu li,
.sitemaplist .footmenu ul,
.sitemaplist .footmenu li:nth-child(3) li:last-child{
    border: none;
}

           .sitemaplist ul li{
           width: 100%;
    text-align: left;
    margin: 5px auto;
    padding: 5px 0;
}
            .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,
.sitemaplist .footmenu li:nth-child(4) ul li{
    width: 90%;
}
            .sitemaplist ul ul li {
    padding-left: 1rem;
}
            .sitemaplist ul ul li a:before {
    background: none;
    content: "・";
}


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

             .contform {
                 margin: 60px auto;
                 width: 95%
             }
             .contform .h2ttl,
             .contform .ntext{
                 text-align: center;
             }
             .contform table {
                 width: 100%;
    margin:50px auto 20px;
                 font-size: 0.9rem
             }
 .contform table th,.contform table td {
     display: block;
}
             .contform table td {
                     padding: 10px 0;
    width: 100%;
                 margin-bottom: 10px;
             }
             .contform table th {
                   text-align: left;
    font-weight: 400;
    width: 100%;
    vertical-align: middle;
}
             input[type=text],textarea {
                   background: #f8f8f8;
    padding: 5px 0;
    font-size: 1.4rem;
    font-weight: lighter;
    width: 100%;
    border: none;
    margin: 0 auto;
             }
             .submitbtn{
                 text-align: center;
             }
             input[type=submit],input[type=reset],input[type=button] {
background: #0c6eb9;
    padding: 25px 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: 90%;
    letter-spacing: 0.2rem;
    cursor: pointer;
             }

/*----------------------------news-------------------*/
    .newinfolist ul {
        display: flex;
        justify-content:flex-start;
        flex-wrap: wrap;
        margin: 60px auto 30px;
        width: 95%;
    }
    .newinfolist ul li{
        width: 47%;
        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: 125px;
        background: #e3f3ff;
        overflow: hidden;
        position: relative
    }
    .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 {
        margin: 0 auto 60px;
        
    }