/*
Theme Name:FiberLabo English Theme 
Theme URI:https://www.fiberlabs.com/
Author: sunrhythm.corp
Author URI: https://sunrhythm.com
Description:FiberLaboCorp english theme.
Version:1.0
*/

@import"glossary.css";
/* common */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;
	color:#1a1a1a;
}

ul {
	list-style: none;
}

.clear{
	clear: both;
}

.clearfix:after {
	clear: both;
	content: "";
	display: table;
}

a {
	color: #3A3A3A;
	text-decoration: none;
}

.wt {
	color: #fff;
}

.blk {
	color: #504e48;
}



/* top */
/*.n2-section-smartslider {
	padding-top: 70px;
}*/


/* top page */
/*.topContents {
	height: 800px;
	padding: 80px 0;
}*/


.blue {
    background: #425370;
}

.navy {
    background: #13284c;
}

.blk_titl h2 {
    border-bottom: 1px solid #9E9E9E;
	text-align: center;
	color: #504e48;
	font-size: 1.4rem;
    font-weight: 600;
	margin-bottom: 40px;
    margin-left: -50px;
}

.blk_titl a {
  position: relative;
  display: inline-block;
}

.blk_titl a:hover {
    opacity: .7;
}

.wt_titl h2 {
    border-bottom: 1px solid #FFF;
	text-align: center;
	color: #FFF;
	font-size: 1.4rem;
    font-weight: 600;
	margin-bottom: 40px;
    margin-left: -50px;
}

.navy h2 {
    width: 220px;
}

.wt_titl a {
  position: relative;
  display: inline-block;
}

.wt_titl a:hover {
    opacity: .7;
}


.wp-image-288 {
    margin: 0 auto;
}


.aboutFiber {
    width:50%;
	font-size: 1rem;
	line-height: 1.6rem;
    font-family: 'Open Sans', sans-serif;
}

.icon{
    vertical-align: middle;
    padding-right: 10px;
}

.allBtn {
    text-align: center;
    margin-top: 60px;
}

    .featureProducts .swiper-container {
        height: 280px;
        padding: 20px 0px !important;
    }

    .featureProducts .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #e9edf4;

       /*Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.featureProducts .swiper-pagination-bullet-active {
    background: #13284c !important;
}

.featureProducts .swiper-button-next,  .featureProducts .swiper-button-prev {
    color: #13284c !important;
}

.featureProducts .swiper-slide dl {
    width: 90%;
    height: 90%;
}

.productNews {
    background: #FFFFFF;
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsTitle {
    font-size: 1rem;
}

.featureProducts .swiper-slide dd {
    width: 100%;
    height: 30%;
    font-size: 0.82rem;
}

.more {
    background: #b2a900;
    color: #FFFFFF;
    width: 30%;
    margin: 0 auto;
    padding: 5px 20px;
}


.techNews {
    margin: 0 auto 40px;
}

.flex1 {
    display: flex;
}

/* page and search */
.searchContents {
	height: 800px;
}


/* product list page */

.productSub {
    float: left;
    min-width: 24%px;
    border: 1px solid #EEEEEE;
    margin: 30px;
    padding: 10px 15px;
	box-sizing: border-box;
}

.productSub .innnerCategory {
	margin-left: 15px;
}

.productMain {
    float: left;
    max-width: 100vw;
    margin: 0 50px;
}

ul.children {
    padding-left: 20px;
}

.pageBox {
    /* display: none; */
    width: 50vw;
}



/*タブナビ*/
.tab-wrap,
.pTab-wrap {
    display: flex;
    flex-wrap: wrap;
}

.pTab-wrap {
    margin-bottom: 80px;
}

.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #13284c;
  display: block;
  order: -1;
}

.pTab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  order: -1;
}

.tab-label {
    color: White;
    background: LightGray;
    margin-right: 2px;
    padding: 10px 10px;
    order: -1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
    font-size: 1.2rem;
    text-align: center;
    font-family: 'Exo 2', sans-serif;
}

.pTab-label {
    color: White;
    background: #A8B0BD;
    margin-right: 2px;
    padding: 10px 10px;
    order: -1;
    cursor: pointer;
    flex: 1;
    font-size: 1.2rem;
    text-align: center;
    font-family: 'Exo 2', sans-serif;
}

.tab-content {
    width: 100%;
    display: none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: #13284c;
}
.tab-switch:checked+.pTab-label {
    background: #6496FF;
}
.tab-switch:checked+.tab-label+.tab-content {
      display: block;
}
.tab-switch:checked+.pTab-label+.tab-content {
      display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}


#tab1,
#tab01 {
    margin-right: 50px !important;
}

/*タブナビここまで*/

.tab-content h4 {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.57rem;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 2px solid #F0FF00;
    padding-bottom: 10px;
    z-index: -1;
}

.tab-content h4:before {
  content: "";
    position: absolute;
  background: #F0FF00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
    z-index: -2;
}

.nameProduct_box {
    margin: 20px 0;
}
.prdForm, 
.waveLngt span {
    padding-left: 20px;
}

/* .prdForm th,
.waveLngt th {
    text-align: right;
}

.prdForm td {
    border: 1px solid;
    width: 100px;
    display: block;
    text-align: center;
    margin-left: 50px;
    padding: 5px;
}

.waveLngt td {
    font-size: 1.2rem;
    width: 200px;
    margin: 10px auto;
    text-align: center;
    padding-left: 5px;
} */

.productList, .downloadList {
    padding: 0 20px;
    font-weight: bold;
}

.productList li {
    list-style: disc;
}

.productList li a, .downloadList li a {
    color: #13284C;
}
.downloadList li a:hover {
    opacity: .7;
}

.downloadList li {
    list-style: none;
}

.toLogin {
    text-align: center;
    margin-top: 20px;
}

.toLogin a {
    border: 2px solid #13284C;
    padding: 10px;
    font-weight: bold;
    color: #13284C;
}

.toLogin a:hover {
    background: rgb(19, 40, 76, 0.5);
    color: #fff;
}

.cfs-hyperlink {
    color: #00377B;
    text-decoration: underline;
}

.cfs-hyperlink:hover {
    opacity: .5;
}

.related h4 {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.cont01 {
    width: 40%;
    margin: 40px;
    font-size: 1rem;
    line-height: 1.8rem;
    font-family: Arial, Helvetica, 'sans-serif';
}

.cont02 {
    width: 80%;
    margin: 40px auto;
    font-size: 1rem;
    line-height: 1.8rem;
    font-family: Arial, Helvetica, 'sans-serif';
}
.cont03 {
    margin: 40px auto;
    font-size: 1rem;
    line-height: 1.8rem;
    font-family: Arial, Helvetica, 'sans-serif';
}
.cont04 {
    width: 50%;
    margin: 40px 10px;
    font-size: 1rem;
    line-height: 1.8rem;
    font-family: Arial, Helvetica, 'sans-serif';
}

.innerCont02 {
    float: left;
    width: 50%;
    padding-bottom: 25px;
    box-sizing: border-box;
}

.cont02 .innerCont02 figure {
    text-align: center;
}

.cont02 .innerCont02 figure img {
    width: 84% !important;
}

.cont02 .innerCont02 figcaption {
    text-align: center;
}

.dataTables_wrapper {
    width: 500px;
}



.tab5 {
    text-align: center;
    font-family: 'Exo 2', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    width: 50%;
    margin: 0 auto;
}

.tab5 ul {
    padding: 50px;
}

.tab5 h6 {
    font-size: 1.3rem;
    border: solid 1px #3B3B3B;
    border-radius: 10px;
    padding: 20px;
    margin: 50px;
}

.related h4 {
    color: White;
    background: #13284c;
    margin-right: 2px;
    padding: 10px 10px;
    border-radius: 5px 5px 0 0;
    font-size: 1.2rem;
    text-align: center;
    font-family: 'Exo 2', sans-serif;
    width: 20%;
}




/*------------Glossary  Blog FAQ Swiper--------------*/
    .glsArchive .swiper-container {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }

.glsArchive .gallery-thumbs {
    height: 60px;
}

    .glsArchive .swiper-slide {
      background-size: cover;
      background-position: center;
        background: none;
    }

    .glsArchive .gallery-top {
      width: 100%;
        margin-top: 70px;
    }

    .glsArchive .gallery-thumbs .swiper-wrapper {
        height: 50px;
    }

.allGls p {
    padding-left: 5px;
}

    .glsArchive .gallery-thumbs .swiper-slide {
        background: #6496FF;
      height: 100%;
      opacity: 0.4;
        cursor: pointer;
        text-align: center;
        display: table;
    }

.glsArchive .gallery-thumbs .swiper-slide p {
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    display: table-cell;
    vertical-align: middle; 
}

    .glsArchive .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }


.swipIn {
    height: 130px;
    width: 80%;
    margin: 30px auto;
    border-bottom: 1px solid;
    display: flex;
}

.swipIn:hover {
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    transform: translateY(-5px);
}
.swipIn dt {
    width: 30%;
    text-align: center;
}
.swipIn dt img {
    width: 60%;
    height: auto;
}
.swipIn dd {
    width: 70%;
    padding: 20px 0;
}
.swipIn p {
    font-size: 1rem;
}
.swipIn .tAcat {
    font-weight: bold;
    line-height: 2rem;
}
@media screen and (max-width: 640px) {
    .swipIn {
        margin: 10px auto;
        height: 180px;
    }
    .swipIn p.tAcat {
        font-size: 0.92rem;
        line-height: 1.14rem;
    }
    .swipIn p {
        font-size: 0.78rem;
        line-height: 1rem;
    }
    
}





/*----------Glossary,Partner,Faq Single---------*/



.title02 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    border-bottom: 2px solid #808080;
    margin: 20px;
    padding: 10px;
}

.comment02 {
    font-size: 1.4rem;
    padding: 30px 0;
    width: 50%;
    margin: 20px auto;
    text-align: center;
}

.comment02 img {
    width: 300px;
}

.comment02 a {
    text-decoration: none;
    box-shadow: 7px 8px 10px #13284C;
    border-radius: 10px;
    padding: 15px;
    display: block;
    width: 500px;
    margin: 0 auto;
}

.comment02 a:hover {
    opacity: .5;
}

.comment02 p {
    margin: 30px 0;
    word-wrap: break-word;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
}

.back02 {
    margin-top: 1px;
}


.boxContents {
	display: flex;
	margin: 15px;
	padding: 15px;
	border-bottom: solid 1px #13284c;
	width: 100%;
}
.boxContents img {
    height: 200px;
}

.boxContentsInner {
	padding: 15px 20px;
	box-sizing: border-box;
	width: 100%;
}

.boxContentsInner h4 {
	font-size: 20px;
	padding: 4px 0;
	margin: 5px 0;
	border-bottom: dotted 1px #13284c;	
}

.boxContentsInner h5 {
	display: flex;
}

.boxContentsInner h5 span {
	display: block;
	padding: 4px 10px;
	background: #13284c;
	color: #fff;
	margin: 10px 5px 10px 0;
}



.productMain h3.prodListTitle {
	font-size: 16px;
}


@media only screen and (min-width: 641px) {

	.pcNone {
		display: none;
	}

	.pcBlk {
		display: block;
	}
	
	.spBlk {
		display:none;
	}
    
    /* header */
    .headerOuter {
        box-shadow: 0 3px 3px 3px rgba(125,125,125,0.4);
        z-index: 9999;
        width: 100%;
        background: #fff;
    }
    
    header {
        display: flex !important;
        width: 1040px;
        margin: 0 auto !important;
        padding: 15px 0;
        justify-content:space-between;
    }
	
    header h1,header h2 {
        width: 30%;
    }
	
    header h1 img,header h2 img {
        width: 100%;
        height: auto;
    }

    .echbay-search-everything {
        display: none !important;
    }

    .searchBox {
        display: flex;
    }

    .searchBox p.langSelect {
        margin: 0 15px 0 0;
        font-size: .74rem;
        line-height: 2rem;
        letter-spacing: .06em;
    }

    .searchBox input[type="text"] {
    /*    position: absolute;
        top: 0;
        left: 6em;*/
        width: 10em;
        height: 2rem;
        border: 0.1rem solid #d1d1d1;
        border-right: none;
        padding: 0 0 0 15px;
    }
    .searchBox button {
    /*	position: absolute;
        top: 0;
        left: 17em;*/
        border: solid 0.1rem #d1d1d1;
        border-left: none;
        padding: 0 20px;
        color:#BDBDBD;
        line-height: 2rem;
        background: none;
    }

    .searchBox img {
        position: absolute;
        right: 20px;
        top: -5px;
    }
    
    /* fooer */
    .footerOuter {
        background: #fff;
        width: 100%;
        padding: 20px 0;
        font-family: Arial, Helvetica, 'sans-serif';
        color: #808080;
        border-top: solid 1px #00235c;
    }

    footer {
        display: flex;
        justify-content: space-between;
        width: 1040px;
        margin: 0 auto;
    }

    footer h3 {
        width: 280px;
        margin-bottom: 30px;
    }

    footer h3 img {
        width: 100%;
        height: auto;
    }

    .fnav1 li {
        margin-bottom: 5px;
    }

    .fnav1 li a,
    .fnav2 .menu-item-has-children a,
    .fnav3 li a {
        display: block;
        padding: 5px 0;
        font-size: 1.14rem;
        color: #808080;
    }

    .fnav2 .sub-menu a {
        font-size: 0.88rem;	
        font-family: Arial, Helvetica, 'sans-serif';
        padding: 1px 0;
    }

    .fnav3 .sub-menu a {
        font-size: 0.88rem;
        color: #00235c;
        font-family: Arial, Helvetica, 'sans-serif';
        padding: 1px 0;
    }
    
    .copyright {
        width: 1040px;
        margin: 0 auto;
        text-align: right;
        font-size: 0.88rem;
    }
    
    .menu-globalmenu-container {
        box-shadow: 0 1px 1px 1px rgba(125,125,125,0.4);
        width: 100%;
        background: #fff;
        padding: 10px 0;
        margin-bottom: 5px;
    }

    .menu-globalmenu-container ul {
        width: 1040px;
        margin: 0 auto;
        display: flex;
        justify-content:space-between;
    }

    .menu-globalmenu-container ul li {
        text-align: center;
        width: 14.2%;
    }

    .menu-globalmenu-container ul li a {
        padding: 10px 0;
        display: block;
        font-size: 1.14rem;
        color: #808080;
        font-family: 'Open Sans', sans-serif;
        opacity: 1;
        -webkit-transition: .6s ease-in-out;
        transition: .6s ease-in-out;
        border-right: solid 1px #808080;
    }

    .menu-globalmenu-container ul li:last-child a {
        border: none;
    }

    .menu-globalmenu-container ul li a:hover {
        background: #00235c;
        color: #fff;
    }
    
    .breadcrumb-area {
        margin: 30px;
        padding-left: 50px;
        color: #888888;
    }
    
    .breadcrumb-area a {
        color: #888888;
    }
    
    .breadcrumb-area a:hover{
        opacity: .7;
    }
    
    

    /*.topContents section .topContentsInner {
        width:1280px;
        margin: 0 auto;
        font-size: 1.14rem;
        line-height: 1.6rem;
    }*/
    
    section {
        padding: 30px 0;
    }
    
    .blk_titl a:hover h2{
        border-bottom: none;
        padding-bottom: 1px;
    }

    .blk_titl .border01::after {
      position: absolute;
      bottom: 40px;
      left: -100px;
      content: '';
      width: 300px;
      height: 2px;
      background: #9E9E9E;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform .3s;
    }

    .blk_titl .border01:hover::after {
          transform: scale(1, 1);
        }

        .wt_titl a:hover h2{
        border-bottom: none;
        padding-bottom: 1px;
    }

    .wt_titl .border02::after {
      position: absolute;
      bottom: 40px;
      left: -100px;
      content: '';
      width: 300px;
      height: 2px;
      background: #FFFFFF;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform .3s;
    }

    .wt_titl .border02:hover::after {
      transform: scale(1, 1);
    }
    
    .flex2 {
        display: flex;
        justify-content: center;
    }
    
    .topArchive, .more02 {
        color: #FFFFFF;
    }

    .topArchive {
        width: 80%;
        height: 170px;
        margin: 0 auto;
    }


    .blogCategory { 
        width: 20%;
        background: #FFFFFF;
    }

    .techTitle {
        color: #FFFFFF;
        padding-left: 20px;
        background: #425370;
        font-size: 0.92rem;
        font-weight: 100;
    }

    .techTitle a {
        color: #FFFFFF;
    }

/*    .techTitle span {
        font-size: 1.2rem;
        font-weight: bold;
    }*/

    .techTitle p {
        font-size: 1rem;
        font-weight: 400;
    }

    article {
        margin-top: 10px;
    }

    .taR {
        width: 90%;
        text-align: right;
    }

    .more02 {
        background: #cc8800;
        font-weight: bold;
        padding: 5px;
        margin: 5px;
    }
    
    .pageContents {
        padding-top: 70px;
        /*height: 800px;*/
    }
    
    /*各ページビジュアル*/
    .productV {
        background-image: url("images/mainProduct.jpg");
        background-color: #001131;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 80px;
        width: 100%;
        height: 300px;
        position: relative;
    }

    .techV {
        background-image: url("images/techGuide.jpg");
        background-color: #001131;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 80px;
        width: 100%;
        height: 600px;
        position: relative;
    }

    .appV {
        background-image: url("images/application.jpg");
        background-color: #001131;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 80px;
        width: 100%;
        height: 300px;
        position: relative;
    }

    .faqV {
        background-image: url("images/faq.jpg");
        background-color: #001131;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 80px;
        width: 100%;
        height: 300px;
        position: relative;    
    }

    .blogV {
        background-image: url("images/blog.jpg");
        background-color: #001131;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 80px;
        width: 100%;
        height: 300px;
        position: relative;    
    }

    .glossV {
        background-image: url("images/glossary.jpg");
        background-color: #001131;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 80px;
        width: 100%;
        height: 300px;
        position: relative;    
    }

    .aboutV {
        background: #001131;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 80px;
        width: 100%;
        height: 300px;
        position: relative;
    }

    .low {
        height: 300px !important;
    }



    .menuTitle h1,.menuTitle h2 {
        color: #FFFFFF;
        font-family: 'Open Sans', sans-serif;
        font-size: 60px;
        font-weight: 600;
        position: absolute;
        top: 50%;
        right: 20%;
    }
    
        /*blog swiper PC*/
    .allGls {
        margin-right: 50px !important;
    }
    
    .blg {
        width: 200px !important;
    }
    
    .blgName {
        width: 20%;
    }

    .blgText {
        width: 80%;
        /*border-bottom: 1px solid;*/
        font-weight: 400;
        line-height: 2rem;
        word-wrap: break-word;
    }
    
    .gls {
        width: 4% !important;
    }
    
    .glsName {
        width: 16%;
        padding: 0 20px;
        text-align: right;
        border: 1px solid;
        font-size: 1rem;
        font-weight: bold;
        border-radius: 20px;
    }

    .glsText {
        width: 65%;
        /*border-bottom: 1px solid;*/
        padding: 0 20px;
    }
    
    .taL {
        text-align: left;
    }

    
    /*----------Glossary,Partner,Faq Single---------*/
    /* single Product */
    .singleContents {
        width: 1280px;
        margin: 0 auto;
        padding: 80px 0;
        font-family: Arial, Helvetica, 'sans-serif';
        color: #3E3E3E;
    }
    .productContents {
        width: 1280px;
        margin: 0 auto;
        font-family: Arial, Helvetica, 'sans-serif';
        color: #3E3E3E;
    }
    .title01 {
        font-family: 'Open Sans', sans-serif;
        font-size: 2.28rem;
        font-weight: 600;
        border-bottom: 2px solid #808080;
        margin: 20px auto;
        padding: 10px;
        width: 1000px;
    }

    .date01 {
        color: #375B8F;
        font-style: italic;
        width: 1000px;
        margin: 0 auto;
    }

    .comment01 {
        font-family: 'Open Sans', sans-serif;
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 10px 30px;
        margin-bottom: 40px;
        border-radius: 10px;
        word-wrap: break-word;
        width: 1000px;
        margin: 0 auto;
    }

    .comment01 img {
        display: block;
        margin: auto;
        width: 260px;
    }
    
    
    /*------------Blog中身-------------*/
    .group {
        padding: 40px 0px;
        width: 1000px;
        margin: 0 auto;
        word-wrap: break-word;
        font-size: 1rem;
        line-height: 1.5rem;
        font-family: 'Open Sans', sans-serif;
    }
    
    .group h4 {
        font-size: 1.3rem;
    }
    
    .group p {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
    .group ol,
    .group ul {
        margin: 0 40px;
    }
    
    .group table {
        margin: 0 auto;
    }
    
    .group th,
    .group td {
        padding: 5px 20px;
    }
    
    .group th {
        font-weight: 400;
    }
    
    .post-figure {
        margin: 20px;
    }
    
    .post-figure img {
        display: block;
        margin: 0 auto;
    }
    
    .post-figure p {
        text-align: center;
        font-size: 0.8rem;
    }
    
    .boxSide {
        margin-top: 20px;
        margin-bottom: 30px;
        width: 500px;
    }
    
    .backBtn {
        font-weight: bold;
        text-align: right;
    }
    
    .group a {
        color: #003CFF;
        border-bottom: 1px dotted;
    }
    
    .group a:hover {
        opacity: .5;
    }
    
    
    
    
    /*-------------About Us-------------*/
    .flex3 {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .catBox {
        width: 20%;
        margin: 0 30px;
    }

    .catBox h5 {
        font-size: 1.14rem;
        font-weight: 600;
    }

    .catBox p {
        width: 100%;
        word-break: keep-all;
        font-size: 0.8rem;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.2rem;
        margin-top: 10px;
    }

    .catBox a {
      position: relative;
      display: inline-block;
    }

    .catBox a:hover {
        opacity: .7;
    }

    .catBox a::after {
      position: absolute;
      bottom: 65px;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: #9E9E9E;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform .3s;
    }

    .catBox a:hover::after {
      transform: scale(1, 1);
    }

    .commonAbout {
        width: 1000px !important;
    }

    .commonAbout h3 {
        font-size: 2.21rem;
        font-weight: 400;
        margin-bottom: 40px;
    }

    .commonAbout h4 {
        padding: 30px 50px;
        font-size: 1.64rem;
        font-weight: 400;
        text-align: center;
    }

    .commonAbout p{
        padding: 30px 0px;
        line-height: 1.8rem;
    }

    .commonAbout dl,
    .commonAbout ul {
        width: 800px;
        margin: 20px auto;
        line-height: 2rem;
    }

    .commonAbout dt {
        display: inline-block;
        border-bottom: 1px solid;
    }

    .commonAbout ul {
        list-style: disc;
    }


        .back a,
        .back02 a {
            font-size: 0.8rem;
        }

        .back a:hover,
        .back02 a:hover {
            opacity: .6;
        }

            .arrow3{
              position: relative;
              display: inline-block;
              padding-left: 20px;
            }

            .arrow3::before{
              content: '';
              width: 6px;
              height: 6px;
              border: 0px;
              border-bottom: solid 2px #000000;
              border-left: solid 2px #000000;
              transform: rotate(45deg);
              position: absolute;
              top: 50%;
              left: -20px;
              margin-top: 17px;
            }

    .taC {
        text-align: center;
        font-size: 0.8rem;
    }

    .taC a {
        display: block;
    }

    .taC a img:hover {
        opacity: .7;
    }

    .flProfile {
        margin: 0 auto;
        line-height: 2rem;
    }

    .flProfile th, .flProfile td {
        padding: 15px 20px;
    }

    .flProfile td {
        font-size: 1rem;
    }

    .click {
        font-size: 0.85rem;
        color: #13284C;
    }

    .click:hover {
        opacity: .5;
    }

    .fa-phone, .fa-fax,
    .fa-envelope {
        font-size: 0.85rem;
    }

    .flProfile ol {
        margin-left: 20px;
    }

    .axesMap {
        width: 40%;
        margin: 0 auto;
        line-height: 2rem;
        padding: 0 20px;
    }

    .axes {
        font-size: 0.92rem;
    }
    
    /*------------------pagination-----------------*/
    .pagination-center {
        width: 20%;
        margin: 0 auto;
    }
    
    .pagination-center ul {
        display: flex;
    }
    
    .page-numbers {
        border: 1px solid #9BF1FF;
        color: #9BF1FF;
        padding: 5px 10px;
        margin-right: 5px;
    }
    
    .page-numbers.current {
        background: #9BF1FF;
        color: #FFFFFF;
    }
    
    
    /* single Product */


    .flexBox {
        display: flex;
        height: 100%;
    }

    .productUpp {
        height: 550px;
        justify-content: center;
    }

    .productPicbox {
        margin: 20px;
        padding: 20px;
    }


    .picSub {
        display: flex;
        flex-wrap: wrap;
    }

    ul#subImg {
        margin: 3px;
        padding: 3px;
        border: 1px solid #EEEEEE;
    }



    .modal {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 700px;
          background-color: rgba(0, 0, 0, 0.8);
          display: none;
        }

    .bgWt {
              position: absolute;
          width: 100%;
          max-width: 1000px;
          top: 150px;
          left: 0;
          right: 0;
          margin-right: auto;
          margin-left: auto;
        background: #FFFFFF;
        height: 400px;
    }

    .bgWt .flexBox {
        justify-content: center;
    }

    .bigimg {
        width: 50%;
    }
    
    .bigimg img {
        width: 80%;
    }

    .subBox {
        display: flex;
        flex-wrap: wrap;
    }

    .sideBox {
        width: 50%;
    }

    .sideBox h3 {
        width: 360px;
        font-family: 'Exo 2', sans-serif;
        font-size: 1.4rem;
        margin: 30px 0 20px 20px;
    }

    #modalSub {
        margin: 3px;
        padding: 3px;
        border: 1px solid #EEEEEE;
    }


    .close-btn {
          color: #FFFFFF;
          font-size: 30px;
          position: absolute;
          right: 0;
          top: -30px;
        }

    .close-btn a {
          color: #FFFFFF;
          text-decoration: none;
        }


    .nameProduct {
        width: 700px;
        margin: 0 20px;
        padding: 50px 20px;
        line-height: 2em;
    }

    .nameProduct h1,.nameProduct h3 {
        font-family: 'Exo 2', sans-serif;
        font-size: 2rem;
        margin-bottom: 20px;
        border: 1px none;
        box-shadow: 7px 8px 10px #13284C;
        padding: 10px;
        text-align: center;
    }

    .nameProduct p {
        font-size: 1rem;
        font-family: Arial, Helvetica, 'sans-serif';
    }
    
    /*----------- product -----------*/
    .categoryWrapList {
        margin-bottom: 50px;
    }
    .categoryWrapList2 {
        margin-top: 15px;
		margin-left: 15px;
    }
    
    .categoryWrapList img {
        margin-left: 50px;
    }
    
    .categoryListInner {
        float: right;
        width: 65%;
    }
    
    .categoryListInner h3 {
        padding: 20px;
        border-left: 3px solid #13284C;
        border-bottom: 1px solid #13284C;
        width: 80%;
    }
    
    .categoryListInner h3 a {
        color: #13284C;
    }

    .sCat {
        display: inline-block;
        margin: 10px 20px 10px 10px;
    }
    
    .categoryListInner a:hover {
        opacity: .5;
    }
    
    .categoryListInner .fa-caret-square-right,
    .categoryListInner .fa-caret-right {
        color: #13284C;
    }

    /* .caegoryFlexOuter2 {
        margin-left: 20px;
    } */
    
        /*---Blog Archive, Glossary Archive----*/
    .initial {
        position: relative;
        width: 80%;
        margin: 0 auto;
    }

    .pCat2,
    .pCat3 {
        width: 35%;
    }

    .pCat2 dt,
    .pCat3 dt {
        width: 35px;
        height: 35px;
        font-family: 'Exo 2', sans-serif;
        background: #A8B0BD;
        padding: 5px 10px;
        color: #FFFFFF;
        cursor: pointer;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

    .pCat3 dt {
        width: 80px;
        height: 35px;
        font-family: 'Exo 2', sans-serif;
        background: #A8B0BD;
        padding: 5px 10px;
        color: #FFFFFF;
        cursor: pointer;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

    .pCat2 dd,
    .pCat3 dd {
        position: absolute;
        width: 1000px;
        margin: 50px auto;
    }


    .catBox3 {
        margin: 20px auto;
    }



    .float {
        float: left;
        /*width: 25%*/;
    }

    .gL dd {
        margin-left: 80px;
        margin-top: 50px;
        width: 800px;
        position: absolute;
        z-index: 1;
    }

        .atz {
            width: 10%;
            height: 700px;
        }

        .atzA {
            height: 4500px;
        }

        .atzBlog {
            width: 20%;
        }

        .atz dt {
            width: 20px;
        }

        .atzBlog dt {
            width: 160px;
        }

    .dpNone dd {
        display: none;
        position: absolute;
        left: 20px;
    }

    .pCat2 dt.active, .pCat3 dt.active {
        background: #6496FF;
        color: #FFFFFF;
        font-weight: 600;
    }

    .acMenu dl {
        width: 80%;
        margin: 0 auto;
    }

    .acMenu dt {
        display:block;
        border:#13284C 1px solid;
        cursor:pointer;
        padding: 20px 50px;
        font-weight: bold;
        background: #E3EBF8;
        position: relative;
    }

    .acMenu dd {
        border:#13284C 1px solid;
        display:none;
        padding: 40px;
    }


    .acMenu dt::after {
      content: "";
      position: absolute;
      top: 25px;
      right: 25px;
      width: 0;
      height: 0;
      border: 8px solid transparent;
      border-top-color: #13284C;
    }
    .acMenu dt.open::after {
      content: "";
      position: absolute;
      top: 15px;
      border: 8px solid transparent;
      border-bottom-color: #13284C;
    }

    .acMenu dd a {
        color: #1E44BF;
        text-decoration: underline;
    }
    
    .acMenu dd a:hover {
        color: #5A729A;
    }
    
    
    
    /*------------------- Partner Archive -----------------*/
    .pCat {
        display: flex;
        flex-wrap: wrap;
    }

    .catBox2 {
        width: 20%;
        text-align: center;
        margin-bottom: 20px;
        position: relative;
    }

    .imgBox {
        width: 90%;
        height: 250px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .catBox2:hover {
        opacity: .5;
    }

    .catBox2 a::after {
      position: absolute;
      bottom: 50px;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: #9E9E9E;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform .3s;
    }

    .catBox2 a:hover::after {
      transform: scale(1, 1);
    }

}   /*@media only screen and (min-width: 641px)*/


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

	.spNone {
		display: none;
	}

	.pcBlk {
		display: none;
	}

	.spBlk {
		display: block;
	}
	
        /* header */
    .headerOuter {
        box-shadow: 0 3px 3px 3px rgba(125,125,125,0.4);
        position: fixed;
        z-index: 9999;
        width: 100%;
        background: #fff;
        margin-top: -10px;
    }

    header {
        width: 96%;
        margin: 0 auto !important;
        padding: 20px 0 10px 0;
    }
    header h1,header h2 {
    width: 100%;
    margin: 0;
    display: table-cell;
  }
    /*header h1 {
        width: 360px;
        height: 40px;
        margin-left: 15px;
    }*/
    header h1 img,header h2 img {
        width: 60%;
        height: auto;
    }

    .echbay-search-everything {
        display: none !important;
    }

    .searchBox {
        display: none;
    }

    .searchBoxSp {
        display: block;
    }

    .searchBoxSp p.langSelect {
        margin: 0 15px 0 0;
        font-size: .74rem;
        line-height: 2rem;
        letter-spacing: .06em;
    }

    .searchBoxSp input[type="text"] {
    /*    position: absolute;
        top: 0;
        left: 6em;*/
        width: 10em;
        height: 2rem;
        border: 0.1rem solid #d1d1d1;
        border-right: none;
        padding: 0 0 0 15px;
    }
    .searchBoxSp button {
    /*	position: absolute;
        top: 0;
        left: 17em;*/
        border: solid 0.1rem #d1d1d1;
        border-left: none;
        padding: 0 20px;
        color:#BDBDBD;
        line-height: 2rem;
        background: none;
    }

    .searchBoxSp img {
        position: absolute;
        right: 20px;
        top: -5px;
    }

    /* fooer */
    .footerOuter {
        background: #fff;
        width: 100%;
        padding: 20px 0;
        font-family: Arial, Helvetica, 'sans-serif';
        color: #808080;
        border-top: solid 1px #00235c;
    }

    footer {
        display: flex;
        justify-content: space-between;
        width: 96%;
        margin: 0 auto;
    }

    footer h3 {
        width: 280px;
        margin-bottom: 30px;
    }

    footer h3 img {
        width: 100%;
        height: auto;
    }

    .copyright {
        width: 96%;
        margin: 0 auto;
        text-align: right;
        font-size: 0.88rem;
    }

    .fnav1,
    .fnav2, .fnav3 {
        display: none;
    }

    /* top */
    .n2-section-smartslider {
        padding-top: 60px;
    }

    .menu-globalmenu-container {
        display: none;
    }

    /* top page */
    /*.topContents {
        height: 800px;
        padding: 80px 0;
    }*/
    
    .breadcrumb-area {
        margin: 10px;
        padding: 10px;
        color: #888888;
    }
    
    .breadcrumb-area a {
        color: #888888;
    }

    section {
        padding: 20px 0;
    }

    .blue {
        background: #425370;
    }

    .navy {
        background: #13284c;
    }

    .blk_titl h2 {
        border-bottom: 1px solid #9E9E9E;
        text-align: center;
        color: #504e48;
        font-size: 1.4rem;
        font-weight: 600;
        margin-bottom: 40px;
        margin-left: 20px;
    }

    .blk_titl a {
      position: relative;
      display: inline-block;
    }

    .blk_titl a:hover {
        opacity: .7;
    }

    .wt_titl h2 {
        border-bottom: 1px solid #FFF;
        text-align: center;
        color: #FFF;
        font-size: 1.4rem;
        font-weight: 600;
        margin-bottom: 40px;
        margin-left: 20px;
    }

    .navy h2 {
        width: 220px;
    }

    .wt_titl a {
      position: relative;
      display: inline-block;
    }

    .wt_titl a:hover {
        opacity: .7;
    }


    .wp-image-288 {
        margin: 0 auto;
    }


    .topContents section .topContentsInner {
        width: 96%;
        margin: 0 auto;
        font-size: 1rem;
        line-height: 1.6rem;
    }
    
    .flex3 {
        width: 70%;
        margin: 0 auto;
    }

    .aboutFiber {
        width: 90%;
        font-size: 1rem;
        line-height: 1.6rem;
        font-family: 'Open Sans', sans-serif;
    }

    .icon{
        vertical-align: middle;
        padding-right: 10px;
    }

    .allBtn {
        text-align: center;
        margin-top: 60px;
    }

    .more {
        background: #b2a900;
        color: #FFFFFF;
        width: 30%;
        margin: 0 auto;
        padding: 5px 20px;
    }


    .techNews {
        margin: 0 auto 40px;
    }

    .flex1 {
        display: flex;
    }

    .topArchive, .more02 {
        color: #FFFFFF;
    }

    .topArchive {
        width: 100%;
        height: 170px;
        margin: 0 auto;
    }


    .blogCategory { 
        width: 100%;
        background: #FFFFFF;
        display: block;
    }

    .techTitle {
        color: #FFFFFF;
        padding: 20px;
        background: #425370;
        font-size: 0.92rem;
        font-weight: 100;
        width: 90%;
        display: block;
    }

    .techTitle a {
        color: #FFFFFF;
    }

/*    .techTitle span {
        font-size: 1.5rem;
        font-weight: bold;
    }*/

    .techTitle p {
        font-size: 0.85rem;
        font-weight: 400;
    }

    article {
        margin-top: 30px;
    }

    .taR {
        width: 90%;
        text-align: right;
    }

    .more02 {
        background: #cc8800;
        font-weight: bold;
        padding: 5px;
        margin: 5px;
    }
    /* page and search */
    .searchContents {
        height: 800px;
    }


    /*各ページビジュアル*/
    .productV {
        background-image: url("images/mainProduct_sp.jpg");
        background-color: #001131;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 80px;
        width: 100%;
        height: 200px;
        position: relative;
    }

    .techV {
        background-image: url("images/techGuide.jpg");
        background-color: #001131;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 80px;
        width: 100%;
        height: 200px;
        position: relative;
    }

    .appV {
        background-image: url("images/application.jpg");
        background-color: #001131;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 80px;
        width: 100%;
        height: 200px;
        position: relative;
    }

    .faqV {
        background-image: url("images/faq_sp.jpg");
        background-color: #001131;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 80px;
        width: 100%;
        height: 200px;
        position: relative;    
    }

    .blogV {
        background-image: url("images/blog_sp.jpg");
        background-color: #001131;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 80px;
        width: 100%;
        height: 200px;
        position: relative;    
    }

    .glossV {
        background-image: url("images/glossary_sp.jpg");
        background-color: #001131;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 80px;
        width: 100%;
        height: 200px;
        position: relative;    
    }

    .aboutV {
        background: #001131;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 80px;
        width: 100%;
        height: 120px;
        position: relative;
    }

    .low {
        height: 60px !important;
    }



    .menuTitle h1,.menuTitle h2 {
        color: #FFFFFF;
        font-family: 'Open Sans', sans-serif;
        font-size: 30px;
        font-weight: 600;
        position: absolute;
        top: 60%;
        right: 10%;
    }

    /* product list page */
    .pageContents {
        padding-top: 70px;
        /*height: 800px;*/
    }


    .productSub {
        float: left;
        width: 20%;
        border: 1px solid #EEEEEE;
        margin: 30px;
        padding: 10px 30px;
    }

    .productMain {
        float: right;
        width: 70%;
        padding: 30px;
    }
	
    ul.children {
        padding-left: 20px;
    }

    .pageBox {
        display: block;
    }

    /* single Product */
    .productContents,
    .singleContents {
        width: 96%;
        margin: 0 auto;
        padding: 80px 0;
        font-family: Arial, Helvetica, 'sans-serif';
        color: #3E3E3E;
    }


    .productUpp {
        padding-top: 20px;
    }

    .productPicbox {
        margin: 20px;
        padding: 20px;
    }


    .picSub {
        display: flex;
        flex-wrap: wrap;
    }

    ul#subImg {
        margin: 3px;
        padding: 3px;
        border: 1px solid #EEEEEE;
    }



    .modal {
          display: none;
        }

    .bgWt {
            display: none; 
        }

    .bigimg {
          width: 100%;
        }
    

    .subBox {
        display: flex;
        flex-wrap: wrap;
    }

    .sideBox h3 {
        width: 360px;
        font-family: 'Exo 2', sans-serif;
        font-size: 1.4rem;
        margin: 30px 0 20px 20px;
    }

    #modalSub {
        margin: 3px;
        padding: 3px;
        border: 1px solid #EEEEEE;
    }


    .close-btn {
          color: #FFFFFF;
          font-size: 30px;
          position: absolute;
          right: 0;
          top: -30px;
        }

    .close-btn a {
          color: #FFFFFF;
          text-decoration: none;
        }


    .nameProduct {
        width: 98%;
        margin: 20px 0;
        padding: 20px 10px;
        line-height: 2em;
    }

    .nameProduct h1,.nameProduct h3 {
        font-family: 'Exo 2', sans-serif;
        font-size: 2rem;
        margin-bottom: 20px;
        border: 1px none;
        box-shadow: 7px 8px 10px #13284C;
        padding: 10px;
        text-align: center;
    }

    .nameProduct p {
        font-size: 1rem;
        font-family: Arial, Helvetica, 'sans-serif';
        line-height: 1.5rem;
    }

    /*タブナビ*/
    .tab-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .tab-wrap:after {
      content: '';
      width: 100%;
      height: 3px;
      background: #13284c;
      display: block;
      order: -1;
    }

    .tab-label {
        width: 15%;
        color: White;
        background: LightGray;
        margin-right: 2px;
        padding: 1px;
        order: -1;
        cursor: pointer;
        border-radius: 5px 5px 0 0;
        flex: 1;
        font-size: 1rem;
        word-break: break-all;
        text-align: center;
        font-family: 'Exo 2', sans-serif;
    }
    .tab-content {
        width: 100%;
        display: none;
        /*height: 700px;*/
    }
    /* アクティブなタブ */
    .tab-switch:checked+.tab-label {
        background: #13284c;
    }
    .tab-switch:checked+.tab-label+.tab-content {
          display: block;
    }
    /* ラジオボタン非表示 */
    .tab-switch {
        display: none;
    }
    /*タブナビここまで*/

    .tab-content h4 {
        font-family: 'Exo 2', sans-serif;
        font-size: 1.57rem;
        margin-bottom: 30px;
        position: relative;
        border-bottom: 2px solid #F0FF00;
        padding-bottom: 10px;
        z-index: -1;
    }

    .tab-content h4:before {
      content: "";
        position: absolute;
      background: #F0FF00;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      top: 50%;
      /* border: dashed 1px white; */
      left: -17px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
        z-index: -2;
    }

    .nameProduct_box {
        margin: 20px 0;
    }

    /* .prdForm {
        border: 1px solid;
        width: 100px;
        text-align: center;
        padding: 5px;
    } */

    .waveLngt {
        margin: 10px 0;
    }
    .waveLngt span {
        padding: 0;
    }

    .productList, .downloadList {
        padding: 0 20px;
        font-weight: bold;
    }
    
    .productList li {
        list-style: disc;
    }
    
    .productList li a, .downloadList li a {
        color: #13284C;
    }
    
    .downloadList li {
        list-style: none;
    }

    .downloadList {
        padding: 0 20px;
    }
    
    .downloadList li {
        list-style: none;
    }

    .cfs-hyperlink {
        color: #00377B;
        text-decoration: underline;
    }

    .cfs-hyperlink:hover {
        opacity: .5;
    }

    .related h4 {
        font-family: 'Exo 2', sans-serif;
        font-size: 1.3rem;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .cont01, .cont04 {
        width: 90%;
        margin: 20px auto;
        font-size: 1rem;
        line-height: 1.8rem;
        font-family: Arial, Helvetica, 'sans-serif';
    }

    .cont02 {
        width: 90%;
        margin: 20px auto;
        font-size: 1rem;
        line-height: 1.28rem;
        font-family: Arial, Helvetica, 'sans-serif';
    }
    

    .innerCont02 {
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .cont02 .innerCont02 figure {
        text-align: center;
    }

    .cont02 .innerCont02 figure img {
        width: 90% !important;
    }

    .dataTables_wrapper {
        width: 500px;
    }



    .tab5 {
        text-align: center;
        font-family: 'Exo 2', sans-serif;
        font-size: 1rem;
        font-weight: bold;
        width: 50%;
        margin: 0 auto;
    }

    .tab5 ul {
        padding: 50px;
    }

    .tab5 h6 {
        font-size: 1.3rem;
        border: solid 1px #3B3B3B;
        border-radius: 10px;
        padding: 20px;
        margin: 50px;
    }

    .related h4 {
        color: White;
        background: #13284c;
        margin-right: 2px;
        padding: 10px 10px;
        border-radius: 5px 5px 0 0;
        font-size: 1.2rem;
        text-align: center;
        font-family: 'Exo 2', sans-serif;
        width: 20%;
    }


    /*------------Blog中身-------------*/
    .group {
        padding: 40px 0px;
        width: 96%;
        margin: 0 auto;
        word-wrap: break-word;
        font-size: 1rem;
        line-height: 1.8rem;
        font-family: 'Open Sans', sans-serif;
    }
    
    .group h4 {
        font-size: 1.5rem;
    }
    
    .group p {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    
    .group ol,
    .group ul {
        margin: 0 40px;
    }
    
    .group table {
        margin: 0 auto;
    }
    
    .group th,
    .group td {
        padding: 5px 20px;
    }
    
    .group th {
        font-weight: 400;
    }
    
    .post-figure img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    
    .post-figure p {
        text-align: center;
        font-size: 0.8rem;
    }
    
    .boxSide {
        margin-top: 20px;
        margin-bottom: 30px;
        width: 500px;
    }
    
    .backBtn {
        font-weight: bold;
        text-align: right;
    }
    
    .group a {
        color: #003CFF;
        border-bottom: 1px dotted;
    }
    
    .group a:hover {
        opacity: .5;
    }
    
    
    /*About Us*/
    .catBox {
        margin: 0 30px 10px 30px;
    }

    .catBox h5 {
        font-size: 1.14rem;
        font-weight: 600;
    }

    .catBox p {
        width: 100%;
        word-break: keep-all;
        font-size: 0.8rem;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.2rem;
        margin-top: 10px;
    }

    .catBox a {
      position: relative;
      display: inline-block;
    }

    .catBox a:hover {
        opacity: .7;
    }

    .catBox a::after {
      position: absolute;
      bottom: 65px;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: #9E9E9E;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform .3s;
    }

    .catBox a:hover::after {
      transform: scale(1, 1);
    }


    .commonAbout h3 {
        text-align: center;
        font-size: 1.85rem;
        font-weight: 400;
        margin-bottom: 40px;
    }

    .commonAbout h4 {
        padding: 30px 50px;
        font-size: 1.42rem;
        font-weight: 400;
    }

    .commonAbout p{
        padding: 30px 50px;
        font-family: Arial, Helvetica, 'sans-serif';
    }

    .commonAbout dl,
    .commonAbout ul {
        width: 90%;
        margin: 20px auto;
        line-height: 2rem;
    }

    .commonAbout dt {
        display: inline-block;
        border-bottom: 1px solid;
    }

    .commonAbout ul {
        list-style: disc;
    }


        .back a,
        .back02 a {
            font-size: 0.8rem;
        }

        .back a:hover,
        .back02 a:hover {
            opacity: .6;
        }

            .arrow3{
              position: relative;
              display: inline-block;
              padding-left: 20px;
            }

            .detail {
                margin-left: 30px;
            }

            .arrow3::before{
              content: '';
              width: 6px;
              height: 6px;
              border: 0px;
              border-bottom: solid 2px #000000;
              border-left: solid 2px #000000;
              transform: rotate(45deg);
              position: absolute;
              top: 50%;
              left: -20px;
              margin-top: 17px;
            }

    .taC {
        text-align: center;
        font-size: 0.8rem;
    }

    .taC a {
        display: block;
    }

    .taC a:hover {
      opacity: .7;
    }

    .flProfile {
        margin: 0 auto;
        line-height: 2rem;
    }

    .flProfile th, .flProfile td {
        padding: 15px 10px;
    }

    .flProfile td {
        font-size: 1rem;
    }

    .click {
        font-size: 0.85rem;
        color: #13284C;
    }

    .click:hover {
        opacity: .5;
    }

    .fa-phone, .fa-fax,
    .fa-envelope {
        font-size: 0.85rem;
    }

    .flProfile ol {
        margin-left: 20px;
    }

    iframe {
        width: 96%;
    }
    
    .axesMap {
        width: 96%;
        margin: 0 auto;
        line-height: 2rem;
    }
    
    .axesMap img {
        width: 96%;
    }

    .axes {
        font-size: 0.92rem;
    }




    /*Glossary,Partner,Faq*/

    .title01 {
        font-family: 'Open Sans', sans-serif;
        font-size: 1.5rem;
        font-weight: 600;
        border-bottom: 2px solid #808080;
        margin: 20px;
        padding: 10px;
    }

    .date01 {
        color: #375B8F;
        padding-left: 30px;
        font-style: italic;
    }
    .comment01 {
        font-family: 'Open Sans', sans-serif;
        font-size: 1rem;
        line-height: 1.85rem;
        padding: 10px 30px;
        margin-bottom: 40px;
        border-radius: 10px;
        word-wrap: break-word;
    }

    .comment01 img {
        display: block;
        margin: auto;
        width: 260px;
    }

    .title02 {
        font-family: 'Open Sans', sans-serif;
        font-size: 2rem;
        font-weight: 400;
        border-bottom: 2px solid #808080;
        margin: 20px;
        padding: 10px;
    }

    .comment02 {
        font-size: 1.4rem;
        padding: 30px 0;
        width: 96%;
        text-align: left;
    }

    .comment02 img {
        width: 300px;
    }

    .comment02 a {
        text-decoration: none;
        box-shadow: 7px 8px 10px #13284C;
        border-radius: 10px;
        padding: 15px;
        display: block;
        width: 90%;
    }

    .comment02 a:hover {
        opacity: .5;
    }

    .comment02 p {
        margin: 30px 0;
        word-wrap: break-word;
        font-family: 'Open Sans', sans-serif;
        font-size: 1rem;
    }

    .back02 {
        margin-top: 8px;
    }
    
    
    /*blog swiper SP*/
    .allGls {
        margin-right: 10px !important;
    }
    
    .blg {
        width: 50px !important;
        font-size: 0.62rem;
    }
    
    .blgName {
        display: block;
    }

    .blgText {
        /*border-bottom: 1px solid;*/
        font-weight: 400;
        word-wrap: break-word;
        display: block;
        font-size: 0.85rem;
    }

    
    .gls {
        width: 8% !important;
    }
    
    .glsName {
        padding: 20px 20px;
        text-align: right;
        border: 1px solid;
        font-size: 1rem;
        font-weight: bold;
        border-radius: 20px;
        display: block;
    }

    .glsText {
        /*border-bottom: 1px solid;*/
        padding: 20px 20px;
        display: block;
    }
    
    .glsPic {
        display: block;
        text-align: center;
    }

    /*---Blog Archive, Glossary Archive----*/

    .pCat2,
    .pCat3 {
        width: 35%;
    }

    .pCat2 dt,
    .pCat3 dt {
        width: 35px;
        height: 35px;
        font-family: 'Exo 2', sans-serif;
        background: #A8B0BD;
        padding: 5px 10px;
        color: #FFFFFF;
        cursor: pointer;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

    .pCat2 dd,
    .pCat3 dd {
        position: absolute;
        width: 1000px;
        margin: 50px auto;
    }

    .catBox2 {
        /*width: 90%;*/
        width: 25%;
        margin: 20px auto;
        text-align: center;
    }
    
    .catBox3 {
    margin: 20px auto;
    }
    
    
    /*.allPtr {
        margin: 10px;
        width: 30%;
    }*/

    .float {
        float: left;
        /*width: 25%;*/
    }
    
    .gL dd {
        margin-left: 80px;
        margin-top: 50px;
        width: 800px;
        position: absolute;
        z-index: 1;
    }

    .atz {
        width: 10%;
    }
    
    .atzBlog {
        width: 20%;
    }

    .atz dt {
        width: 20px;
    }
    
    .atzBlog dt {
        width: 160px;
    }

    .dpNone dd {
        display: none;
        position: absolute;
        left: 20px;
    }

    .acMenu dl {
        width: 80%;
        margin: 0 auto;
    }

    .acMenu dt {
        display:block;
        border:#13284C 1px solid;
        /*cursor:pointer;*/
        padding: 20px 50px;
        font-weight: bold;
        background: #E3EBF8;
    }

    .acMenu dd {
        border:#13284C 1px solid;
        display:none;
        padding: 40px;
    }

    .acMenu dt {
      position: relative;
    }

    .acMenu dt::after {
      content: "";
      position: absolute;
      top: 25px;
      right: 25px;
      width: 0;
      height: 0;
      border: 8px solid transparent;
      border-top-color: #13284C;
    }
    .acMenu dt.open::after {
      content: "";
      position: absolute;
      top: 15px;
      border: 8px solid transparent;
      border-bottom-color: #13284C;
    }

    .acMenu dd a:hover {
        color: #5A729A;
    }
    
    .initial {
        position: relative;
        height: 500px;
        width: 80%;
        margin: 0 auto;
    }    

    /*------------------- Partner Archive -----------------*/
    .pCat {
        display: flex;
        flex-wrap: wrap;
    }

    .catBox2 {
        width: 35%;
        text-align: center;
        margin: 20px;
        position: relative;
    }

    .imgBox {
        width: 100%;
        height: 200px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .imgBox img {
        width: 100% !important;
    }

    .catBox2:hover {
        opacity: .5;
    }

    .catBox2 a::after {
      position: absolute;
      bottom: 50px;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: #9E9E9E;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform .3s;
    }

    .catBox2 a:hover::after {
      transform: scale(1, 1);
    }

    .mainImgL {
        margin: 0 auto;
    }
    
}  /*@media only screen and (max-width: 640px)*/




    .swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
      height: 300px;

    }

.wpmf_gallery_wrap {
    height: 250px;
}

.wpmf-gallery-icon {
    width: 84% !important;
    cursor: pointer;
}

.gallery-masonry {
    min-height: 200px !important;
}
.subBox #wpmf-gallery-1 {
    display: flex;
    flex-wrap: wrap;
    min-height: 250px !important;
}

.mainthum .wpmf_gallery_wrap {
    margin: 0;
    padding-left: 20px;
}
.mainthum .wpmf-gallerys-addon {
    margin: 0;
}
.wpmf_gallery_box .wpmf-gallery-item img {
    border: 1px solid #EEEEEE !important;
}

.mainImg {
    margin-top: 20px;
}

.mainImgL {
    width: 300px;
}

.mainImgL .js-modal-open img {
    width: 100%;
    height: auto;
    border: 1px solid #EEEEEE;
}

.flipster_infos {
    display: none;
}

.tab-content h6{
    width: 20%;
    margin: 30px auto;
    border: 1px solid;
    padding: 15px 0;
    font-size: 1rem;
    text-align: center;
}

.dlFile {
    display: block;
    text-align: center;
    font-size: 1rem;
    color: #13284C;
    margin-top: 30px;
}

.moreinfo {
    list-style: disc;
    width: 80%;
    margin: 0 auto;
    font-weight: bold;
}

.moreinfo a {
    color: #13284C;
}

.moreinfo a:hover {
    opacity: .7;
}

.relatedL {
    width: 20%;
    font-size: 1.2rem;
    line-height: 2rem;
    border: 1px solid;
    padding: 10px;
    margin-right: 20px;
}

.cont04 .tablepress {
    table-layout: fixed;
}

.cont04 .tablepress thead th {
    padding: 8px 3px !important;
    text-align: center;
}


/* category */
.caegoryFlexOuter {
	display: flex;
	flex-wrap:wrap;
	margin: 15px;
}

.outerCategory {
	margin-right: 15px;
}

.outerCategory2 {
	margin-left: 15px;
}
.categoryWrapList .innnerCategory a {
	display: block;
	margin-left: 15px;
	
}

.catLiesTitle {
	font-size: 16px;
	font-weight: bold;
}

.innnerCategory2 {
	margin-left: 15px;
}


/* login */
#loginPage dl {
	width: 600px;
	margin:0 auto;
	background:#F2F2F2;
	border-width:1px 1px 0;
	border-color:#E7E7E7;
	border-style:solid;
	clear:both;
}
#loginPage dl:nth-last-of-type(1) {
	border-bottom:solid 1px #E7E7E7;
}
#loginPage dl:after {
	content:"";
	display:block;
	clear:both;
}
#loginPage dt {
	float:left;
	width:260px;
	padding:17px 0;
	text-align:center;
	clear:both;
	font-size: 16px;
}
#loginPage dd {
	margin:0 0 0 260px;
	padding:10px 0 10px 20px;
	background:#fff;
}

#loginPage input[type=text],
#loginPage input[type=password],
#loginPage input[type=tel],
#loginPage input[type=email],
#loginPage textarea,
#loginPage select {
	padding:10px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:solid 1px #e7e7e7;
	margin-bottom:5px;
	width: 84%;
	font-size: 14px;
}

#loginPage input[type=submit] {
	padding:15px 60px;
	margin: 30px auto;
	border:solid 1px #13284c;
	font-size:18px;
	background:#13284c;
	color:#fff;
	font-weight:bold;
	opacity: 1;
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}

#loginPage input[type=submit]:hover {
	cursor:pointer;
	opacity: .5;
}
.cautionMes {
	color: #FF0004;
}

/* 製品名をフォームへのボタン */
.contactProduct {
	width: 150px;
	text-align: center;
	display: block;
  padding: 5px 15px;
  margin: 30px auto;
  border: solid 1px #3cbbb1;
  font-size: 14px;
  background: #3cbbb1;
  color: #fff;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}

.contactProduct:hover {
  cursor: pointer;
  opacity: .5;
}

.contactProduct span::before{
    content: url('');
    display: inline-block;
    background-image: url(images/contactsales_icon.png);
    background-size: contain;
    width: 20px;
    height: 15px;
    vertical-align: middle;
    margin-right: .8em;

}



/* ----------------
20220428--------------- */
/* .slick-list .slick-track .productsSlider a img {
    width: 100%;
    height: auto;
}


#navArea #menubtn img{
    width:100%;
    max-width: 50px;
}
#navArea .nav-hidden{
    display:none;
}
nav{
    background-color:#ccc;
    padding:20px 3%;
    display: none;
} */

.broken_link, a.broken_link {
	text-decoration: none !important;
}




/* ----------------
ギャラリー用 20220922
--------------- */
#gallary .mainImgL {
    width: 300px;
    height: 300px;
    cursor: pointer;
}

#gallary .mainImgL img {
    width: 100%;
    height: auto;
    border: 1px solid #EEEEEE;
}

#gallary ul.subThumbImgWrap {
    width: 247px;
    margin: 5px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    overflow: hidden;
}

#gallary ul.subThumbImgWrap:after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
}

#gallary ul.subThumbImgWrap li {
    background: #fff;
    width: 30%;
}

#gallary ul.subThumbImgWrap li img {
    width: 70px;
    cursor: pointer;
}

#modalPlanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    background-color: rgba(0, 0, 0, 0.8);
}

#modalPlanel .mainImgL,
#modalPlanel .sideBox {
    width: 50%;
}
#modalPlanel .sideBox div.subBox {
    display: block;
}

#modal-gallary ul.subBox {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

#modal-gallary ul.subThumbImgWrap li img {
    width: 92px;
}

/*------------230317:404エラーページ-------------*/
.topContents .errorContentsInner {
    max-width: 1040px;
    margin: 0 auto;
}
.error_allwrap{
    padding: 150px 0;
	text-align: center;
}
p.error_topmsg{
    font-weight: bold;
	font-size: 22px;
	color: #a3b0bf;
	margin: 50px 0 75px;
}
.error-linkbtnflex{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.error_linkbtnbox{
    width: 30%;
    border: 1px solid #999999;
}
.error_linkbtnbox img.error_linkbtnimg{
    width: 100%;
}
h4.error_linkbtntitle{
    font-size: 22px;
}
p.error_linkbtntxt{
    padding: 10px;
	text-align: left;
	height: 3rem;
}
p.error_linkbtnbnr{
    padding: 10px;
	background: #13284c;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
img.error_linkbtncaret{
    vertical-align: middle;
	margin-right: 10px;
}

@media screen and (max-width: 640px){
.topContents .errorContentsInner {
    width: 100%;
}
.error_allwrap{
    padding: 143px 0 75px;
	text-align: center;
}
img.error_toplogo{
    width: 75%;
}
.error-linkbtnflex {
    display: block;
}
.error_linkbtnbox {
    width: 95%;
    margin: 0 auto 20px;
}
}