/*Componentレイヤーは多くのプロジェクトで横断的に再利用できる要素
*/
body{
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.pc {display:block;}
.sp {display:none;}
big { font-size: 18px;}
.b { font-weight:bold;}
.Right { text-align:right;}
.p01{ padding: 1px !important;}
.p03{ padding: 3px !important;}
.pb10 { padding-bottom: 10%;}
.pt03 { padding-top: 3%;}
.pt05 { padding-top: 5%;}
.lh1_3{line-height: 1.3em !important;}
.w35{width: 35%;}
.w40{width: 40%;}
.w50{width: 50%;}


ul.table_Li {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 0;
}

ul.table_Li li {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 5px;
  border:#999 1px solid;
}

ul.table_Li .btn {
  margin-top: auto;
}
ul.table_Li .btn-red {
  margin-top: auto;
}
ul.table_Li .btn-yellow {
  margin-top: auto;
}
ul.table_Li .btn-sky {
  margin-top: auto;
}
ul.table_Li .btn-green {
  margin-top: auto;
}
ul.table_Li .btn-purple {
  margin-top: auto;
}
ul.table_Li .btn-orange {
  margin-top: auto;
}

.button_side{
     display:block;
     width: 250px;
     height:50px;
     line-height: 50px;
     color: #FFF;
     text-decoration: none;
     text-align: center;
     background-color: #3598eb;
     border-radius: 2px;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
	 margin-bottom: 2px;
}
.button_side:hover{
     background-color: #337ab7;
	 color: #FFF;
}
.button_side2{
    display: block;
    float: left;
    width: 30%;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    text-decoration: none;
    text-align: left;
    text-indent: 1.2em;
    background-color: #3598eb;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    margin: 0 auto;
}
.button_side2:hover{
    background-color: #337ab7;
	 color: #FFF;
    -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
img.bs2-icon-img {
    width: 30%;
    height: 35%;
    padding-bottom: 3px;
}
br.clear {
    clear: both;
}
a.button_side2.bs201 {
    margin: 1% 1% 0 3%;
}
a.button_side2.bs202,a.button_side2.bs205,a.button_side2.bs206 {
    margin: 1% ;
}
a.button_side2.bs203 {
    margin: 1% 2% 0 1%;
}
a.button_side2.bs204 {
    margin: 1% 1% 0 3%;
}
.bs2-inner {
    margin-top: 5%;
}
.bs2-wrap {
    margin-top: 5%;
    max-width: 100%;
}

.table-2column{
  margin:0 auto;
  width: 86%;
}
.table-2column-ver2{
  margin:0 auto;
  width: 86%;
}
.table-2column-ver3{
  margin:0 auto;
  width: 86%;
}

.table-2column th,
.table-2column td{
  border:1px solid #000;
  padding:.4% .6%;
  line-height: 1.5em;
}
.table-2column-ver2 th,
.table-2column-ver2 td{
  border:1px solid #000;
  padding:.4% .6%;
  line-height: 1.5em;
}
.table-2column-ver3 th,
.table-2column-ver3 td{
  border:1px solid #000;
  padding:.4% .6%;
  line-height: 1.5em;
}

.table-2column th{
  text-align:center;
  color: #fff;
  width: 15%;
}
.table-2column-th01{
  text-align:center;
  color: #000;
  width: 22%;
}

.table-2column-th02{
  text-align:center;
  color: #000;
  width: 70%;
}

.table-2column-ver3 .table-2column-th02{
    text-align: center;
    color: #000;
    width: 100%;
}

/*
.table-2column-th03{
  text-align:center;
  color: #000;
  width: 100%;
}
*/

.table-title{
  text-align:center;
}

@media screen and (max-width: 768px){
.bs2-inner {
    margin-top: 7%;
}
a.button_side2.bs201 {
    margin: 1% 1% 0 1%;
}
a.button_side2.bs203 {
    margin: 1% 0% 0 1%;
}
a.button_side2.bs204 {
    margin: 1% 1% 0 1%;
}
.button_side2{
    width: 31%;
    font-size: 13px;
    text-indent: 0.8em;
}
}

@media screen and (max-width: 480px){
.bs2-inner {
    margin-top: 15%;
}
.button_side2 {
    width: 100%;
    font-size: 15px;
    text-indent: 1.0em;
}
a.button_side2.bs201 {
    margin: 0% 0% 1% 0%;
}
a.button_side2.bs202 {
    margin: 0% 0% 1% 0%;
}
a.button_side2.bs203 {
    margin: 0% 0% 1% 0%;
}
a.button_side2.bs204 {
    margin: 0% 0% 1% 0%;
}
a.button_side2.bs205 {
    margin: 0% 0% 1% 0%;
}
a.button_side2.bs206 {
    margin: 0% 0% 1% 0%;
}
.table-2column th,
.table-2column td{
  display:block;
}
.table-2column-ver2 th,
.table-2column-ver2 td{
  display:table-cell;
}
.table-2column-ver3 th,
.table-2column-ver3 td{
  display:block;
}

.table-2column-ver3 .center-title{
    text-align: center;
}

.table-2column-ver3 .table-2column-th01{
    text-align: center;
    color: #000;
    width: 100%;
}

.table-2column-ver2 .w40{
   width: 40%;
    }
.table-2column .btn{
    width: 220px;
}
.table-2column .btn a{
    width: 220px;
}
.table-2column .btn-red{
    width: 220px;
}
.table-2column .btn-red a{
    width: 220px;
}
.table-2column .btn-yellow{
    width: 220px;
}
.table-2column .btn-yellow a{
    width: 220px;
}
.table-2column .btn-sky{
    width: 220px;
}
.table-2column .btn-sky a{
    width: 220px;
}
.table-2column .btn-green{
    width: 220px;
}
.table-2column .btn-green a{
    width: 220px;
}
.table-2column .btn-purple{
    width: 220px;
}
.table-2column .btn-purple a{
    width: 220px;
}
.table-2column .btn-orange{
    width: 220px;
}
.table-2column .btn-orange a{
    width: 220px;
}
.table-2column .download-btn{
    margin: 4px;
}
.table-2column .download-btn-red{
    margin: 4px;
}
.table-2column .download-btn-yellow{
    margin: 4px;
}
.table-2column .download-btn-sky{
    margin: 4px;
}
.table-2column .download-btn-green{
    margin: 4px;
}
.table-2column .download-btn-purple{
    margin: 4px;
}
.table-2column .download-btn-orange{
    margin: 4px;
}

}

h2 ,.h2-eng{
  text-align: center;
}
h2{
  font-size: 25px;
  color: #636363;
  margin:0;
  margin-bottom: 10px;
  font-weight: bold;
}
.h2-eng{
  font-size: 16px;
  color: #54b8ea;
  margin:0;
}
.sp-header{
  display: none;
}

/* main-visual*/
.mv-slide-wrap{
  width: 100%;
  height:auto;
  max-height: calc(100vh - 106px);
  /*max-height: 800px;*/
}
.mv-slide img{
  width: 100%;
}
.swiper-pagination-bullet-active{
  background:#000;
}
.u-tube-slide-pagination .swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
}
.u-tube-slide-pagination .swiper-pagination-bullet-active {
  opacity: .5;
}
.slide-button-prev,.slide-button-next{
  width: 46px;
  height: 46px;
}
.swiper-button-next,.swiper-button-prev{
  background: none;
}
/* end-main-visual*/

/* pager*/
.slide-button{
  position: absolute;
  display: flex;
  justify-content: space-between;
  height: 46px;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.swiper-button-prev
.slide-pagination{
  text-align: center;
  margin-bottom: 40px;
}
.pager-item{
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: bottom;
}
.pager-item a{
  background: #bfbfbf;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.pager-item .active a{
  background: #404040;
}
/* end-pager*/

/* nav */
header {
  margin-top: 10px;
}
.page-top header.pc-header{
  transition: .3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: #fff;
  padding: 10px 0;
}
/*.page-top header{
  position: static;
}*/
.page-top header.pc-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 10px auto;
}
.header-nav-wrap.active {
  position: relative;
}
.page-top header.is-fixed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: #fff;
  padding: 10px 0;
}
.header-btn-wrap{
  display: flex;
  width: 1184px;
  margin: 0 auto;
  justify-content: space-between;
  padding-bottom: 20px;
}
.header-btn-wrap ul{
  list-style: none;
}
.header-btn-box ul li{
  margin-right: 12px;
  padding: 10px 8px;
  cursor: pointer;
}
.header-btn-box ul li.estimate-btn{
  background: #54c5e6;
}
.header-btn-box ul li.estimate-btn:hover{
  background: #48a2bc;
}
.header-btn-box ul li.catalog-btn{
  background: #3598eb;
}
.header-btn-box ul li.catalog-btn:hover{
  background: #266ca6;
}
.header-btn-box ul li.contact-btn{
  background: #3662e0;
}
.header-btn-box ul li.contact-btn:hover{
  background: #2b4db0;
}
.header-btn-box ul li:last-child{
  margin-right: 0px;
}
.header-btn-box ul li a{
  color: #fff;
}
.logo-box{
  width: 250px;
}
nav ul{
  display: flex;
  list-style: none;
  margin-right: 30px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.6rem;
}
nav ul li{
  margin-left: 30px;
}
nav ul li a{
  color: #000;
}
nav ul li a.active {
  color: #337ab7;
  padding-bottom: 8px;
  border-bottom: 0px solid #337ab7;
}
nav ul li a:hover{
  color:#0060a0 ;
}
nav.pc-menu{
  display: flex;
  align-items: center;
  width: 1184px;
  margin:0 auto;
  justify-content: flex-end;
  margin-bottom: 15px;
}
nav div{
  width: 77px;
  height: 35px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  /* IE */
nav div{
  width: 898px;
}
    div#login-form{
        height:40%;
    }

    .product-box-text{
        padding: 5px;
        width: 180px;
        word-wrap: break-word;
    }

    .product-box-photo{
        padding:0 1px !important;
    }

    .topic-slide-container{
        line-height:5px;
    }

    .topic-slide-button-wrap{
        margin-left: 21px;
        top: 0px;
    }

    .topic-slide-button-wrap .swiper-button-prev, .topic-slide-button-wrap .swiper-button-next{
        position: relative;
    }

}

@supports (-ms-ime-align:auto) { /* Edge */
nav div{
  width: 898px;
}
}

nav div a img:hover{
  opacity: .7;
}
nav ul.gnav-sub.info div:hover {
  opacity: 1;
}
.gnav-sub,.gnav-sub-sub{
  flex-direction: column;
  display: none;
}
.header-btn-box ul{
  display: flex;
  justify-content: flex-end;
  width:484px;
  margin:0 auto;
  padding-left: 0;
}
.gnav-list li{
  /*position: relative;*/
  padding: 0 5px 3px 5px;
  cursor: pointer;
}

.gnav-list li:hover {
	border-bottom:#3598eb 5px solid;
}
.gnav-list li:first-child{
  position: unset;
}
.gnav-list li:nth-child(2) {
  position: unset;
}
.gnav-list li:nth-child(3) {
  position: unset;
}
.gnav-list li:nth-child(4) {
  position: unset;
}
.gnav-list li:last-child{
  position: unset;
  display: block;
}
.gnav-list li:last-child ul{display: block;}
.gnav-sub{
  position: absolute;
  margin-left: -14px;
  margin-top: 8px;
  width: 180px;
  z-index: 1000;
  background: #fff;
  border-left: 4px solid #0061a1;
  box-shadow: 4px 4px #6767672e;
}

ul.gnav-sub.info {
  width: 100%;
 /* min-height: 300px;*/
  /*min-height: 400px;*/
  min-height: 100px;
  left: 14px;
  margin-top: 8px;
  padding: 24px 24px 0 24px;
  background: #F8F8F8;
  border: none;
  max-height: 100vh;
  overflow-y: auto;
  border-top: 8px solid #F8F8F8;
}
ul.gnav-sub.info::-webkit-scrollbar {
  display: none;
}
.gnav-sub li{
  margin-left: 0;
  width: 100%;
  background: #fff;
  padding: 0;
}
ul.gnav-sub a {
  display: inherit;
  padding: 8px 10px 16px;
}
ul.gnav-sub a.active {
  display: inherit;
  padding: 16px 10px;
  background: #0061a1;
  color: #fff;
}
ul.gnav-sub.info li {
  background: none;
  color: #fff;
  /*display: inline-block;*/
  width: auto;
  vertical-align: middle;
  position: relative;
}
ul.gnav-sub.info li.gnav-login {
  display: inline;
}
ul.gnav-sub.info li.gnav-sub-product {
  /*width: 80%;*/
  width: 100%;
}
.gnav-list li:nth-child(2) ul.gnav-sub.info li.gnav-sub-product{
  width: 100%;
}
ul.gnav-sub.info li a{
  padding: 3px 32px 0px 10px;
  position: relative;
}
ul.gnav-sub.info li a::after {
  /*content: ">";*/
  display: block;
  position: absolute;
  right: -8px;
  top: 50%;
  font-size: 12px;
  padding: 1px 8px 1px 9px;
  border: 0px solid #000;
  border-radius: 50%;
  transform: scale(0.8, 1);
  -webkit-transform: translate(0%, -50%) scale(0.8, 1);
  transform: translate(0%, -50%) scale(0.8, 1);
}
ul.gnav-sub.info li .product-box a::after {
  content: "";
  display: none;
}
ul.gnav-sub.info li a {
  color: #000;
}

ul.gnav-sub.info li a:hover {
  text-decoration:underline;
  color:#3598eb;

}

ul.gnav-sub.info:after {
	content: "×";
	position: absolute;
	top: 24px;
	right: 24px;
	font-size: 32px;
}

li .gnav-sub-title {
	color:#3598eb;
  font-size: 20px;
  font-weight: bold;
  width: 90%;
 /* margin: 40px auto;*/
  margin: 0 auto 5px;
}
.gnav-sub-link {
  /*width: 66%;*/
  width: 90%;
  margin: 0 auto 32px 84px;
  height: auto;
}
.gnav-sub-item{
  padding-left: 8px;
  margin: 24px 0 0;
  font-size: 18px;
}
.gnav-sub-link div {
	color:#3598eb;
  display: inline-block;
  width: 26em;
  position: relative;
/*  margin-right: 70px;*/
  margin-bottom: 10px;
  vertical-align: top;
}
.gnav-sub-link div a {
  /*font-size: 14px;*/
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 0;
  padding-right: 32px;
  position: relative;
}
.gnav-sub-link div a::after {
  content: ">";
  display: block;
  position: absolute;
  right: -8px;
  top: 0px;
  font-size: 10px;
  padding: 1px 8px 1px 9px;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: scale(0.5, 1);
}
.gnav-product-list .product-box-list {
  width: 100%;
  height: auto;
  font-size: 0;
  margin-bottom: 80px;
}
.gnav-product-list .product-box-list .product-box {
  display: flex;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1.4%;
  height: auto;
  font-size: 14px;
  background: #fff;
  padding: 1% 0;
}
.gnav-product-list .product-box-list .product-box:nth-child(4n) {
  margin-right: 0;
}
.gnav-product-list {
  display: block;
  /*width: 88%;*/
  width: 92%;
  height: auto;
  margin: 0 auto;
}
.gnav-product-list .product-box-list.fadein.scrollin {
  border: none;
}
.gnav-product-list .product-box-list.fadein.scrollin a {
 /* display: block;*/
  /*height: 100%;*/
  width: 100%;
  padding: 24px 0;
  position: relative;
  color: #000;
}
.gnav-product-list .product-box-list.fadein.scrollin a .product-box-text span{
  display: block;
  white-space: pre-wrap;
  position: absolute;
  top: 50%;
  left: 32%;
  width: 70%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 15px;
  padding: 0 4% 0 0;
}
.gnav-product-list .product-box-list.fadein.scrollin a .product-box-inn {
  width: 100%;
}
.gnav-product-list .product-box-list .product-box-photo {
  width: 24%;
  height: auto;
  padding: 0 24px 0 12px;
}
.gnav-product-list .product-box-list .product-box-text {
  width: 74%;
}
.topic-slide-container-wrap{
  height: 98px;
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
  width: 1184px;
  margin: 0 auto;
  padding-top: 28px;
}
.topic-slide-container{
  width: 1020px;
  margin: 0;
  /* height: 40px; */
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 110px;
  /* background: #fff; */
}
.topic-slide-background{
  background: #dae3f3;
}
.topic-tit{
  width: 118px;
  background: #6197d6;
  padding: 10px 0px;
  text-align: center;
  color: #fff;
}
.topic-slide-wrap{
  width: 880px;
  /* background: #fff;
  height: 40px; */
}
.topic-slide dl{
  display: flex;
  /* margin-top: 10px; */
  background-color: #fff;
  min-height: 40px;
  align-items: center;
}
.topic-slide dl dt{
  margin-left: 26px;
  margin-right: 36px;
}
.topic-slide dl dd{
  color: #0060a0;
  line-height: 1.1;
}
.topic-slide-button-wrap{
  margin-left: 30px;
  display: flex;
  position: absolute;
  right: 0px;
  background: #dae3f3;
  z-index: 100;
  padding: 0px 0 0 54px;
  height: 100%;
  align-items: center;
  top: -9px;
}
.topic-slide-button-prev,.topic-slide-button-next{
  margin-right: 30px;
}
.topic-slide-box{
  width: 880px;
  height: 40px;
  background: #fff;
}
.topic-slide-button-prev.u-sp,.topic-slide-button-next.u-sp{
  display: none;
}
.sp-slider{
  display: none;
}
.gnav-sub-sub{
  position: absolute;
  min-width: 120px;
  left: 176px;
  top: 0px;
  background: #fff;
  border-left: 4px solid #0061a1;
  box-shadow: 4px 4px #6767672e;
  display: none !important;
}

@media screen and (max-width: 1200px){
.gnav-product-list .product-box-list.fadein.scrollin a .product-box-text span{
  font-size: 14px;
}

.gnav-product-list .product-box-list .product-box-photo{
  padding: 0 24px 0 0;
}
}

@media screen and (max-width: 1100px){
  .gnav-product-list .product-box-list.fadein.scrollin a .product-box-text span{
  font-size: 13px;
}
}

@media screen and (max-width: 1070px){
  .gnav-product-list .product-box-list.fadein.scrollin a .product-box-text span{
  font-size: 12px;
}
}

@media screen and (max-width: 1070px){
  .gnav-product-list .product-box-list.fadein.scrollin a .product-box-text span{
  font-size: 11px;
}
}
/* end-nav */
/* main */
.l-content_wrapper {
  padding-top: 106px;
}
/* end-main */
/*login-area*/
.login-box-area {
  width: fit-content;
  width: -moz-fit-content; /*Firefox*/
  margin: 64px auto;
  height: auto;
}
.login-box {
  width: 426px;
  /*height: 360px;*/
  height:400px;
  box-shadow: 1px 2px 10px 1px #989898;
  background-color: white;
  display: inline-block;
  vertical-align: top;
}
.login-box:last-child {
  margin-left: 40px;
}
.login-box h2 {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding: 18px;
  color: #fff;
  background: #18c5c0;
  margin-bottom: 24px;
}
.login-box:last-child h2 {
  background: #00bcd4;
}
.login-box form {
  position: relative;
}
.login-box-area form input {
  width: 80%;
  color: #000;
  padding: 6px 0 6px 12px;
  border-radius: 4px;
  border: 1px solid #dedede;
}
.login-box-area form p {
  text-align: center;
}
.login-box-area form p.form-space {
  height: 34px;
}
.login-box-area form p.submit input {
  padding: 6px 14px;
  text-align: center;
  width: auto;
  border-radius: 24px;
  border: none;
  color: #fff;
  background: #006dbf;
  letter-spacing: 2px;
}
.login-box-area form p.check {
  text-align: left;
  width: auto;
  position: absolute;
  bottom: 0;
  /*right: 28px;*/
  right: 10px;
  margin: 0 0 4px;
  font-size: 12px;
  color: #333;
}
.login-box-area form p.check input {
  width: auto;
  margin-right: 8px;
  vertical-align: baseline;
}
div#login-form {
  margin-bottom: 20px;
  height: unset;
  width: 100%;
}
p.login-box-txt {
  padding: 0 20px;
  color: #333;
  white-space: normal!important;
}
p.login-box-txt span {
  display: block;
  font-size: 12px;
}
.gnav-login{
  width: 100%;
  margin:0 auto!important;
}
nav .gnav-login{
  width: auto;
}
.gnav-list li:last-child .gnav-sub.info{
  background: #fff;
}
/*end-login-area*/
/* sp-login-area */
#semi3Content .sp-login-box{
  height: auto;
}
#semi3Content .sp-login-box h2{
  padding: 18px;
  color: #fff;
}
#semi3Content .sp-login-box input[type="button"]{
  padding: 10px 40px;
  color: #fff;
}
#semi3Content .sp-login-box .submit{
  margin-bottom: 25px;
}

/* end-sp-login-area */

/* news-area*/
.news-box-list{
  padding-left: 0;
}
.news-box-wrap{
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news-box-list li{
  display: none;
}
.news-box-list li.select{
  display: flex;
}
.news-area{
  background: #f8f8f8;
}
.news-area-inner{
  width: 1184px;
  margin:0 auto;
  padding:36px 0 32px 0;
}
.news-title{
  margin-top: 32px;
  margin-bottom: 30px;
}
.news-title ul{
	display: flex;
	list-style: none;
	margin: 0 auto;
	width: 548px;
	padding: 0;
	justify-content: space-between;
}
.news-title ul li a{
	font-size: 18px;
  color: #000;
}
.news-title ul li a:hover{
  color: #0060a0!important;
}

.news-title ul #news.active{
  border-bottom: 5px solid #03eaff;
  padding-bottom: 6px;
}
.news-title ul #topics.active{
  border-bottom: 5px solid #54c5e6;
  padding-bottom: 6px;
}
.news-title ul #campaign.active{
  border-bottom: 5px solid #3598eb;
  padding-bottom: 6px;
}
.news-title ul #event.active{
  border-bottom: 5px solid #3662e0;
  padding-bottom: 6px;
}
.news-box{
  /*width: 585px;*/
  width: 49%;
  height: 120px;
  margin-right: 11px;
  background: #fff;
  margin-top: 11px;
  display: flex;
  box-shadow: 4px 4px 9px #e5e5e5;
  overflow: hidden;
}
.news-box-list .news-box:nth-child(2n){
  /*margin-right: 0;*/
}
.news-box-list{
  display: flex;
  flex-wrap:wrap;
}
.news-box-list a{
  text-decoration: none;
  width: 100%;
}
.news-box-inner{
  padding:20px 15px;
}
.news-box-content{
  color: #0060a0;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 54px;
  white-space: nowrap;
}
.news-box-date{
  font-size: 15px;
  color: #7a7a7a;
}
.news-box-tagu{
  display: flex;
}
.news-box-tagu p{
  margin-bottom: 0;
}
.tagu{
  width: 160px;
  text-align: center;
  color: #fff;
  padding: 2px 0;
  margin-left: 20px;
}
.news-box-tagu p#tagu1{
  background: #54c5e6;
}
.news-box-tagu p#tagu2{
  background: #3598eb;
}
.news-box-tagu p#tagu3{
  background: #3662e0;
}
.news-btn{
	text-align: center;
	text-align: center;
	margin-top: 36px;
	width: 100%;
	font-size: 19px;
}
.event-btn {
  text-align: center;
  margin-top: 36px;
  width: 100%;
  font-size: 19px;
}
.news-btn a{
  text-decoration: none;
  color: #0060a0;
}
.event-btn a{
  text-decoration: none;
  color: #0060a0;
}
.news-box:hover{
  opacity: .7;
}
.topic-slide-button-wrap .swiper-button-prev,.topic-slide-button-wrap .swiper-button-next{
  position: unset;
  margin-top: 0px;
  cursor: pointer;
  background-image: none;
}
/* end-news-area */

/* product-area */
.product-area {
  padding: 40px 0;
  width: 1184px;
  margin: 0 auto;
}
.product-title{
  display: flex;
  margin-top: 20px;
  margin-bottom: 30px;
}
.product-box-list{
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #f4f4f4;
}
.product-box-list .product-box:nth-child(4n),.product-box-list .product-box:nth-child(8n),.product-box-list .product-box:nth-child(12n),.product-box-list .product-box:nth-child(16n){
  border-right: none;
}
.product-box-list .product-box:last-child,.product-box-list .product-box:nth-last-child(2),.product-box-list .product-box:nth-last-child(3),.product-box-list .product-box:nth-last-child(4){
  border-bottom: none;
}
.product-box{
  width: 295px;
  height: 100px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #f4f4f4;
  border-right: 2px solid #f4f4f4;
}
.product-box-list .product-box.product-box-white {
  border: none;
  display: none;
}
.product-box a .product-box-inn:hover{
  opacity: .7;
}
.product-box a{
  color: #000;
}
.product-box-photo img{
  height: 76px;
  width: auto;
}
.product-box-photo {
  padding: 0 12px;
}
.product-box-inn{
  display: flex;
}
.product-text span{
  display: block;
  font-size: 18px;
  margin-left: 8px;
}
.product-box-text span{
  display: block;
}
.product-box-photo{
  display: flex;
  align-items: center;
}
.product-box-text{
  padding: 5px;
  word-break: break-all;
}
.product-text .product-price{
  font-size: 14px;
}
a.product-box-link {
  display: block;
  width: 100%;
  height: auto;
}
.product-title-box{
  width: 25%;
}
.product-title .product-title-box:first-child .product-photo  {
  border-left: 2px solid #f4f4f4;
}
.product-photo {
  padding: 50px;
  border-right: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
  border-top: 2px solid #f4f4f4;
}
.product-text {
  color: #333;
}
.font_08{
    padding: 7px;
}
.font_09{
    padding: 3px;
}

/*
.kakaku_table{
    margin: 0 auto;
    width: 88%;
}
*/

.kakaku_table tr,
.kakaku_table th,
.kakaku_table td{
    border: 1px solid;
}

/*  end-product-area */

/* service-area */
.service-area{
  background: #f8f8f8;
}
.service-area-inner{
  width: 1184px;
  margin:0 auto;
  padding:36px 0 73px 0;
}
.service-box-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.service-box :hover{
  opacity: .9;
}
.service-box a{
  color: #000;
}
.service-box{
  width:31%;
  height: 340px;
  margin-bottom: 25px;
}
.service-box1,.service-box2,.service-box3,.service-box4,.service-box5,.service-box6{
  align-items: center;
  display: flex;
}
.service-box1{
  height: 340px;
  background: url(../img/service01.png)50% 50% /100% no-repeat;
}
.service-box2{
  height: 340px;
  background: url(../img/service02.png)50% 50% /100% no-repeat;
}
.service-box3{
  height: 340px;
  background: url(../img/service03.png)50% 50% /100% no-repeat;
}
.service-box4{
  height: 340px;
  background: url(../img/service04.png)50% 50% /100% no-repeat;
}
.service-box5{
  height: 340px;
  background: url(../img/service05.png)50% 50% /100% no-repeat;
}
.service-box6{
  height: 340px;
  background: url(../img/service06.png)50% 50% /100% no-repeat;
}
.service-box-inner{
  width: 277px;
  height: 262px;
  background: #fff;
  align-items: center;
  margin: 0 auto;
  padding:32px;
}
.service-box-title{
  font-size: 18px;
  color: #0060a0;
  text-align: center;
  height: 62px;
  border-bottom: 2px solid;
}
.service-box-content{
  font-size: 15px;
  padding: 4px;
}
/* end-service-area */

/* pick-area */
.pick-area{
  width: 1184px;
  margin:0 auto;
  padding:43px 0 45px 0;
}
.related-box-inn{
  display: flex;
  align-items: center;
}
.pick-box-list1{
  display: flex;
  box-shadow: 4px 4px 9px #e5e5e5;
  margin-top: 40px;
}
.pick-box-list1 .pick-box:last-child{
  border: none;
}
.pick-box-list2 .pick-box:last-child{
  border: none;
}
.pick-box{
  width: 296px;
  height: 346px;
  text-align: center;
  background: #f8f8f8;
  border-right: 1px solid ;
  padding:50px 4px 40px 4px;
}
.pick-box:hover{
  opacity: .7;
}
.pick-box-title{
  font-size: 20px;
  color: #0060a0;
  height: 40px;
}
.pick-box-text{
  font-size: 15px;
  color: #0060a0;
  height: 70px;
  padding: 0 12px;
}
.pick-icon img{
  height: 75px;
  width: auto;
  padding: 15px;
}
.pick-icon{
  height: 90px;
}
.pick-box-arrow img{
  height: 30px;
  width: auto;
}
.pick-box-list2{
  margin:0 auto;
  width: 880px;
  display: flex;
  margin-top: 20px;
  box-shadow: 4px 4px 9px #e5e5e5;
}
.pick-box-wrap{
  border-right: 1px solid;
}
.pick-box-wrap:hover{
  opacity: .7;
}
/* end-pick-area */

/* u-tube-area */
.u-tube-list-btn span img{
  width: 25px;
  height: auto;
}
.u-tube-list-btn{
  color: #fff;
}
.u-tube-title span{
  font-size: 22px;
  color: #fff;
}
.u-tube-title span img{
  height: 42px;
  width: auto;
}
.u-tube-title{
  padding-top: 20px;
}
.u-tube-area{
  background: #70a6f7;
  padding-bottom: 40px;
}
.u-tube-title{
  text-align: center;
}
.u-tube-list{
  text-align: right;
  width: 943px;
  margin:0 auto;
}
.u-tube-slide-container{
  width: 100%;
  margin:0 auto;
  margin-top: 20px;
  padding-bottom: 46px;
}
.u-tube-slide{
  display: flex;
  padding: 26px;
  background: #fff;
  border-radius: 10px;
  opacity: .6;
}
.u-tube-slide.swiper-slide-active{
  opacity: 1;
}
.u-tube-video{
  width: 545px;
}
.u-tube-video iframe{
  width: 100%;
  height: 100%;
}
.u-tube-text{
  width: 318px;
  padding-left: 20px;
  padding-top: 30px;
}
.u-tube-text-title{
  border-bottom: 2px solid #cdcbcb;
  padding-bottom: 32px;
  margin:0;
  font-size: 20px;
  color: #0060a0;
}
.u-tube-text-content{
  margin-bottom: 0;
  margin-top: 12px;
}
/* end-u-tube-area */

/* youtube-area */
.yt_area{
    border:1px solid #CCC;
    padding:10px;
    border-radius:10px;
}
/* end-youtube-area */

/* related-area */
.related-area{
  /*background: #f8f8f8;*/
}
.related-area-inner{
  width: 1184px;
  margin: 0 auto;
  padding:53px 0 63px 0;
}
.related-box-list{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.related-box-list a:hover{
  opacity: .7;
}
.related-box{
  width: 565px;
  height: 136px;
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: 4px 4px 9px #e5e5e5;
  margin: 40px auto 0;
}
.related-text{
  font-size: 20px;
  color: #0060a0;
}
.related-icon{
  height: 103px;
  align-items: center;
  display: flex;
  border-right: 1px solid;
  padding-left: 50px;
  padding-right: 50px;
  margin-right: 50px;
}
/* end-related-area */

/* footer */
.inner-footer{
  width: 1184px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: #fff;
  height: 350px;
  align-items: center;
}
.footer-content a,.footer-content_2 a{
  text-decoration: none;
  color: #000;
}
.footer-content li a:hover,.footer-content_2 li a:hover{
  text-decoration: underline;
}
.footer-content,.footer-content_2 {
  width: 100%;
}
.footer-copyright{
  text-align: center;
}
.footer-content ul{
	color:#3598eb;
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: space-between;
  position: relative;
}

.footer-content_2 ul{
	color:#3598eb;
  display: flex;
  list-style: none;
  padding-left: 0;
  /*justify-content: space-between;*/
  position: relative;
}

.footer-content_2 ul li p{
	color:#333;
}
.footer-content ul li,.footer-content_2 ul li{
	padding-right: 20px;
	display: inline-block;
}
.footer-content ul li{
	width: 17em;
}
.footer-content_2 ul li{
	width: 22.4em;
}
.footer-content ul li ul,.footer-content_2 ul li ul{
  display: block;
  padding-left: 10px;
}
.footer-content ul li ul li,.footer-content_2 ul li ul li{
  width: 100%;
  padding: 6px 0;
}
footer{
  background: #f8f8f8;
}
.footer-copyright{
  background: #3598eb;
  padding:6px;
  color: #fff;
}
.footer-copyright p{
  margin:0;
  font-size: 12px;
}
.sp-footer-content{
  display: none;
}

/*.footer-address {
    padding: 20px 10px;
    border: #b8b8b8 1px solid;
    background-color: #3598eb;
}*/


.footer-address {
    padding: 20px 10px;
    margin: 2em 0 0 0;
	height: 150px;
    color: #5d627b;
	background-color:#fefefe;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	position: absolute;
    bottom: 0;
	right: 0 ;
}

/* end-footer */

/* fade-in */
.fadein {
  opacity : 0;
  transform : translate(0, 80px);
  transition : all 600ms;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}
/* end fade-in */

/*---- 下層 ----*/

#main{
  /*padding: 110px 0 0;*/
}
.asset-header{
  height: 284px;
  background: url(../img/mv02.png) no-repeat 100% 100%/cover;
  position: relative;
}

/*
.asset-header2{
  height: 284px;
  background: url(/product_header.png) no-repeat 100% 100%/cover;
  position: relative;
}

.asset-header3{
  height: 284px;
  background: url(/other_header.png) no-repeat 100% 100%/cover;
  position: relative;
}
*/

.asset-header h1{
  margin: auto;
  height: 95px;
  background: rgba(255,255,255,.2);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 32px;
}

/*
.asset-header2 h1{
  margin: auto;
  height: 95px;
  background: rgba(255,255,255,.2);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 32px;
}

.asset-header3 h1{
  margin: auto;
  height: 95px;
  background: rgba(255,255,255,.2);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-size: 32px;
}
*/

.asset-content{
  max-width: 1184px;
  margin: 0 auto;
}
#semi3Content {
  padding-bottom: 20px;
}
#semi3Content h2{
  color: #6197d6;
  border-bottom: #bfbfbf solid 1px;
  text-align: left;
  /*padding-bottom: 5px;*/
  padding: 5px 0 5px 0;
  margin-top: 50px;
  line-height: 1.5;

}
/*#semi3Content h3{
  margin-bottom: 30px;
}*/


#semi3Content h3 {
    margin-bottom: 15px;
	padding-left: 10px;
    font-size: 19px;
    font-weight: bold;
}

#semi3Content {
  font-size: 16px;
  line-height: 2;
}
.column-img img{
  width: auto;
  margin-bottom: 20px;
}
.asset-body {
  padding: 0 20px 100px 20px;
}

/* 検索 */
.search-wrap{
  margin: 10px 0;
}
.search-wrap form{
  display: flex;
  box-shadow: 1px 2px 4px rgba(0,0,0,.2);
}
.search-wrap input[type="text"]{
  width: 82%;
  height: 40px;
  font-size: 16px;
  padding-left: 10px;
  vertical-align: middle;
  border: 1px solid #00377a;
}
.search-wrap input[type="submit"]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  width: 18%;
  vertical-align: middle;
  border: 1px solid #00377a;
  border-left: none;
}
.search-wrap input[type="submit"]:hover{
  background: #00377a;
  color: #fff;
}
/* end 検索 */

/** ボタン **/
.btn {
  width: 280px;
  margin: 5px 0 10px 0;
}

.btn a{
  display: block;
  width: 280px;
  height: 60px;
  font-size: 18px;
  font-weight:bold;
  text-align: center;
  /*padding-left: 40px;*/
  line-height: 60px;
  border-radius : 30px;
  border: 2px #6197d6 solid;

}
.btn a img{
  width: 28px;
  height: 26px;
  padding: 0 10px 0 0;
}
.btn a:hover{
	color:#FFF;
	border-radius : 30px;
}
.btn-red {
  width: 280px;
  margin: 5px 0 10px 0;
}

.btn-red a{
  display: block;
  width: 280px;
  height: 60px;
  font-size: 18px;
  font-weight:bold;
  text-align: center;
  /*padding-left: 40px;*/
  line-height: 60px;
  border-radius : 30px;
  border: 2px #ff5959 solid;

}
.btn-red a img{
  width: 28px;
  height: 26px;
  padding: 0 10px 0 0;
}
.btn-red a:hover{
	color:#FFF;
	border-radius : 30px;
}
.btn-yellow {
  width: 280px;
  margin: 5px 0 10px 0;
}

.btn-yellow a{
  display: block;
  width: 280px;
  height: 60px;
  font-size: 18px;
  font-weight:bold;
  text-align: center;
  /*padding-left: 40px;*/
  line-height: 60px;
  border-radius : 30px;
  border: 2px #ffd821 solid;

}
.btn-yellow a img{
  width: 28px;
  height: 26px;
  padding: 0 10px 0 0;
}
.btn-yellow a:hover{
	color:#FFF;
	border-radius : 30px;
}
.btn-sky {
  width: 280px;
  margin: 5px 0 10px 0;
}

.btn-sky a{
  display: block;
  width: 280px;
  height: 60px;
  font-size: 18px;
  font-weight:bold;
  text-align: center;
  /*padding-left: 40px;*/
  line-height: 60px;
  border-radius : 30px;
  border: 2px #00DFFF solid;

}
.btn-sky a img{
  width: 28px;
  height: 26px;
  padding: 0 10px 0 0;
}
.btn-sky a:hover{
	color:#FFF;
	border-radius : 30px;
}
.btn-green {
  width: 280px;
  margin: 5px 0 10px 0;
}

.btn-green a{
  display: block;
  width: 280px;
  height: 60px;
  font-size: 18px;
  font-weight:bold;
  text-align: center;
  /*padding-left: 40px;*/
  line-height: 60px;
  border-radius : 30px;
  border: 2px #005900 solid;

}
.btn-green a img{
  width: 28px;
  height: 26px;
  padding: 0 10px 0 0;
}
.btn-green a:hover{
	color:#FFF;
	border-radius : 30px;
}
.btn-purple {
  width: 280px;
  margin: 5px 0 10px 0;
}

.btn-purple a{
  display: block;
  width: 280px;
  height: 60px;
  font-size: 18px;
  font-weight:bold;
  text-align: center;
  /*padding-left: 40px;*/
  line-height: 60px;
  border-radius : 30px;
  border: 2px #9900FF solid;

}
.btn-purple a img{
  width: 28px;
  height: 26px;
  padding: 0 10px 0 0;
}
.btn-purple a:hover{
	color:#FFF;
	border-radius : 30px;
}
.btn-orange {
  width: 280px;
  margin: 5px 0 10px 0;
}

.btn-orange a{
  display: block;
  width: 280px;
  height: 60px;
  font-size: 18px;
  font-weight:bold;
  text-align: center;
  /*padding-left: 40px;*/
  line-height: 60px;
  border-radius : 30px;
  border: 2px #FF9900 solid;

}
.btn-orange a img{
  width: 28px;
  height: 26px;
  padding: 0 10px 0 0;
}
.btn-orange a:hover{
	color:#FFF;
	border-radius : 30px;
}

.download-btn.btn2 {
  margin : 10px 0;
}
.btn2 {
  width: 280px;
  margin: 5px 0 10px 0;
}

.btn2 a{
  display: block;
  /*width: 350px;*/
  width: 280px;
  height: 60px;
  font-size: 18px;
  font-weight:bold;
  text-align: center;
  /*padding-left: 40px;*/
  line-height: 60px;
  border-radius : 30px;
  border: 2px #6197d6 solid;

}
.btn2 a img{
  width: 28px;
  height: 26px;
  padding: 0 10px 0 0;
}
.btn2 a:hover{
	color:#FFF;
	border-radius : 30px;
}

.btn3 {
  width: 90%;
  margin: 5px 0 10px 0;
	clear: both;
}

.btn3 a{
	display: block;
	height: 60px;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
	/*padding-left: 40px;*/
  line-height: 60px;
	border-radius : 30px;
	border: 2px #6197d6 solid;
	white-space: nowrap;
}
.btn3 a img{
  width: 28px;
  height: 26px;
  padding: 0 10px 0 0;
}
.btn3 a:hover{
	color:#FFF;
	border-radius : 30px;
}

/* ダウンロード */
/*.download-btn a{
  background: url(../img/download-bg.png) no-repeat 100% 100%/cover;
}
*/

/* Sweep To Right */
.download-btn {
	margin:10px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-image: url(/new/img/download-icon.png);
	background-repeat: no-repeat;
	background-position:right 10% bottom 50%;
	background-size: 28px;
	border-radius : 30px;
}
.download-btn-red {
	margin:10px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-image: url(/new/img/download-icon_red.png);
	background-repeat: no-repeat;
	background-position:right 10% bottom 50%;
	background-size: 28px;
	border-radius : 30px;
}
.download-btn-yellow {
	margin:10px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-image: url(/new/img/download-icon_yellow.png);
	background-repeat: no-repeat;
	background-position:right 10% bottom 50%;
	background-size: 28px;
	border-radius : 30px;
}
.download-btn-sky {
	margin:10px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-image: url(/new/img/download-icon_sky.png);
	background-repeat: no-repeat;
	background-position:right 10% bottom 50%;
	background-size: 28px;
	border-radius : 30px;
}
.download-btn-green {
	margin:10px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-image: url(/new/img/download-icon_green.png);
	background-repeat: no-repeat;
	background-position:right 10% bottom 50%;
	background-size: 28px;
	border-radius : 30px;
}
.download-btn-purple {
	margin:10px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-image: url(/new/img/download-icon_purple.png);
	background-repeat: no-repeat;
	background-position:right 10% bottom 50%;
	background-size: 28px;
	border-radius : 30px;
}
.download-btn-orange {
	margin:10px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-image: url(/new/img/download-icon_orange.png);
	background-repeat: no-repeat;
	background-position:right 10% bottom 50%;
	background-size: 28px;
	border-radius : 30px;
}
.download-btn a {
	padding-right: 30px;}
.download-btn-red a {
	padding-right: 30px;
    color: #ff5959;
}
.download-btn-yellow a {
	padding-right: 30px;
    color: #ffd821;
}
.download-btn-sky a {
	padding-right: 30px;
    color: #00DFFF;
}
.download-btn-green a {
	padding-right: 30px;
    color: #005900;
}
.download-btn-purple a {
	padding-right: 30px;
    color: #9900FF;
}
.download-btn-orange a {
	padding-right: 30px;
    color: #FF9900;
}

.download-btn a:hover {
	background-image: url(/new/img/download-icon_on.png);
	background-repeat: no-repeat;
	background-position:right 8% bottom 50%;
	background-size: 28px;}
.download-btn-red a:hover {
	background-image: url(/new/img/download-icon_on.png);
	background-repeat: no-repeat;
	background-position:right 8% bottom 50%;
	background-size: 28px;}
.download-btn-yellow a:hover {
	background-image: url(/new/img/download-icon_on.png);
	background-repeat: no-repeat;
	background-position:right 8% bottom 50%;
	background-size: 28px;}
.download-btn-sky a:hover {
	background-image: url(/new/img/download-icon_on.png);
	background-repeat: no-repeat;
	background-position:right 8% bottom 50%;
	background-size: 28px;}
.download-btn-green a:hover {
	background-image: url(/new/img/download-icon_on.png);
	background-repeat: no-repeat;
	background-position:right 8% bottom 50%;
	background-size: 28px;}
.download-btn-purple a:hover {
	background-image: url(/new/img/download-icon_on.png);
	background-repeat: no-repeat;
	background-position:right 8% bottom 50%;
	background-size: 28px;}
.download-btn-orange a:hover {
	background-image: url(/new/img/download-icon_on.png);
	background-repeat: no-repeat;
	background-position:right 8% bottom 50%;
	background-size: 28px;}

.download-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  /*-webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;*/
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius : 30px;
}
.download-btn-red:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff5959;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  /*-webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;*/
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius : 30px;
}
.download-btn-yellow:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffd821;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  /*-webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;*/
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius : 30px;
}
.download-btn-sky:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00DFFF;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  /*-webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;*/
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius : 30px;
}
.download-btn-green:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #005900;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  /*-webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;*/
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius : 30px;
}
.download-btn-purple:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9900FF;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  /*-webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;*/
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius : 30px;
}
.download-btn-orange:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FF9900;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  /*-webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;*/
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius : 30px;
}
.download-btn:hover, .download-btn:focus, .download-btn:active,
.download-btn-red:hover, .download-btn-red:focus, .download-btn-red:active,
.download-btn-yellow:hover, .download-btn-yellow:focus, .download-btn-yellow:active,
.download-btn-sky:hover, .download-btn-sky:focus, .download-btn-sky:active,
.download-btn-green:hover, .download-btn-green:focus, .download-btn-green:active,
.download-btn-purple:hover, .download-btn-purple:focus, .download-btn-purple:active,
.download-btn-orange:hover, .download-btn-orange:focus, .download-btn-orange:active
{
  color:#FFF!important;
}
.download-btn:hover:before, .download-btn:focus:before, .download-btn:active:before,
.download-btn-red:hover:before, .download-btn-red:focus:before, .download-btn-red:active:before,
.download-btn-yellow:hover:before, .download-btn-yellow:focus:before, .download-btn-yellow:active:before,
.download-btn-sky:hover:before, .download-btn-sky:focus:before, .download-btn-sky:active:before,
.download-btn-green:hover:before, .download-btn-green:focus:before, .download-btn-green:active:before,
.download-btn-purple:hover:before, .download-btn-purple:focus:before, .download-btn-purple:active:before,
.download-btn-orange:hover:before, .download-btn-orange:focus:before, .download-btn-orange:active:before
{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.other-btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background-color: #f3f5f84d;
	border-radius : 30px;
}

.other-btn a:hover {
}

.other-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  /*-webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;*/
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius : 30px;
}
.other-btn:hover, .other-btn:focus, .other-btn:active {
  color:#FFF!important;
}
.other-btn:hover:before, .other-btn:focus:before, .other-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}




/* Overline From Left */


.overline {
  width: 350px;
  height: 90px;
  margin: 5px 0 5px 0;
  background-color:#6197d60a;
  border-radius : 2px;
  border: 1px #e1e1e1 solid;
}

.overline2 {
  width: 250px;
  height: 90px;
  margin: 5px 0 5px 0;
  background-color:#6197d60a;
  border-radius : 2px;
  border: 1px #e1e1e1 solid;
}

.overline3 {
  width: 350px;
  padding:10px;
  height: 120px;
  margin: 5px 0 5px 0;
  background-color:#e1e1e16e;
}

.overline4 {
  width: 250px;
  height: 90px;
  margin: 5px 0 5px 0;
  background-color:#6197d60a;
  border-radius : 2px;
  border: 1px #e1e1e1 solid;
}

.overline a,.overline2 a{
  padding: 15px 5px;
  display: block;
  width: 280px;
  height: auto;
  font-weight: 100;
  text-align: center;
  vertical-align:middle;

}

.overline4 a{
  padding: 25px 5px 15px 5px;
  display: block;
  width: 280px;
  height: auto;
  font-weight: 100;
  text-align: center;
  vertical-align:middle;
}

.overline a:hover,.overline2 a:hover,.overline4 a:hover{
	color:#3598eb;
}


.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #3598eb;
  height: 10px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
  right: 0;
}


/* 一覧を見る */
.list-btn a{
  background: url(../img/list-bg.png) no-repeat 100% 100%/cover;
}
.list-btn a img{
  width: 42px;
  height: 12px;
  margin: 0 0 10px 25px;
}
/* 購入する */
.purchase-btn a{
  background: url(../img/purchase-bg.png) no-repeat 100% 100%/cover;
  padding-left: 0;
}
/*質問項目ボタン*/
#semi3Content input[type="button"]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color:#54c5e6;
  color: #FFF;
  border: 1px solid #005ca6;
  padding: 10px 6px;
  box-shadow: 1px 2px 4px rgba(0,0,0,.1);
}
#semi3Content input[type="button"]:hover{
  background: #6197d6;
  color: #fff;
  box-shadow: 1px 1px 1px rgba(0,0,0,.1);
  border: 1px solid #6197d6;
  transform: translate(2px,1px);
}
/** end ボタン **/

/* フォーム */
.aform-content {
  margin-top: 40px;
}
.controls input {
  background: #f5f5f5;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}
.aform select {
  background: #f5f5f5;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}
.aform textarea {
  background: #f5f5f5;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  width: 100%;
}
.controls input:hover {
  background: #fff;
  border: 1px solid #005da6;
  box-shadow: 0px 6px 2px 0 #0000001f;
}
.aform input#input1 {
  width: 49% !important;
}
.mright1 {
  margin-right: 2%;
}
.aform input {
  background: #f5f5f5;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 8px;
  width: 100%;
}
.aform input:hover {
  background: #fff;
  border: 1px solid #005da6;
  box-shadow: 0px 6px 2px 0 #0000001f;
}
.aform input:focus {
  outline: 0;
  background: #fff;
  border: 1px solid #005da6;
  box-shadow: 0px 6px 2px 0 #0000001f;
}
.aform textarea:focus {
  outline: 0;
  background: #fff;
  border: 1px solid #005da6;
  box-shadow: 0px 6px 2px 0 #0000001f;
}
.aform select:focus {
  outline: 0;
  background: #fff;
  border: 1px solid #005da6;
  box-shadow: 0px 6px 2px 0 #0000001f;
}
.aform input#input1 {
  width: 49% !important;
}
.mright1 {
  margin-right: 2%;
}
ul.aform-radio-ul {
  padding: 0;
}
ul.aform-radio-ul li {
  display: block;
}
ul.aform-radio-ul li input {
  width: auto;
}
.aform  select.aform-input {
  padding: 0 10px;
  height: 40px;
  width: 80%;
  max-width: 480px;
}
/* ラジオボタン */
.aform-radio-ul .aform-input {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
  display: none;
}
.aform-radio-ul .aform-input + label:before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.2s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  border-radius: 50%;
  background: #fff;
  border: 2px solid #005da6;
}
.aform-radio-ul .aform-input:checked + label:after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  content: '';
  border: none;
  border-radius: 50%;
  background: #6d9ed9;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.aform-radio-ul .aform-input:checked + label:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
ul.aform-radio-ul .aform-input + label {
  padding-left: 32px;
  position: relative;
  margin-bottom: 14px;
}
/* end ラジオボタン */
/* チェックボックス */
ul.aform-checkbox-ul {
  list-style-type: none;
  padding: 0;
}
ul.aform-checkbox-ul .aform-input {
  width: 18px;
  height: 18px;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  vertical-align: text-bottom;
  cursor: pointer;
}
ul.aform-checkbox-ul .aform-input + label {
  padding-left: 15px;
}
/* end チェックボックス */
.aform-content dl {
  width: 80%;
  font-size: 0;
  margin: 0 auto 16px;
}
.aform-content dl dl {
  width: 100%;
}
.aform-content dl dt {
  display: inline-block;
  width: 30%;
  font-size: 16px;
  font-weight: bold;
}
.aform-content dl dd {
  font-size: 14px;
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
span.required {
  color: red;
  font-size: 12px;
  font-weight: normal;
  margin-left: 8px;
  vertical-align: text-top;
}
div#aform-19 {
  padding: 10% 0;
  box-shadow: 0 0 8px 1px #00000012;
  margin-top: 24px;
  margin-bottom: 24px;
}
.aform-header {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 64px;
}
.submit input {
  width: 32%;
  padding: 16px 0;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 15px;
  padding-left: 12px;
  text-align: center;
  background: #74a1cc url(../img/download-bg.png) no-repeat 100% 100%/cover;
  margin: 0 auto;
}
.submit {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.submit input:hover {
    color: #2d669d;
}
/* end フォーム */

/* フォーム-外部ページ */
.iframe-shadow {
    padding: 6% 11%;
    box-shadow: 0 0 8px 1px #00000012;
}
/* end フォーム-外部ページ */

/* h2見出し */
/* 下線 */

#semi3Content h2.sitemap {
  margin: 30px 0 20px 0;
  font-size: 25px;
  color: #6197d6;
  position: relative;
  padding: .5em .3em .3em .3em;
}


#semi3Content h2.title-line {
  font-size: 30px;
  color: #333;
  padding-left: 24px;
  border: none;
  position: relative;
}
#semi3Content h2.title-line::before {
  content: "";
  position: absolute;
  top: -0px;
  left: 0;
  width: 8px;
  height: 100%;
  background: #009fe6;
}

/* end 下線 */
/* 背景色 */

/*#semi3Content h2.title-bg {
	font-size: 30px;
	color:#FFF;
  position: relative;
  padding: 1em 4em 1em 1em;
  -webkit-background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #0061a1 0%);
  background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #0061a1 0%);
  border-radius: 6px;
}
#semi3Content h2.title-bg::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 1.65507em;
  height: 3.5493em;
  background: -webkit-linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
  background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
  border-bottom-left-radius: 6px;
  box-shadow: -.2em .2em .3em -.1em rgba(0, 0, 0, .15);
  -webkit-transform: translateY(-1.89424em) rotate(-40deg);
  transform: translateY(-1.89424em) rotate(-40deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}*/
#semi3Content h2.title-bg {
  font-size: 30px;
  color: #6197d6;
  padding-left: 24px;
  border: none;
  position: relative;
}
#semi3Content h2.title-bg::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 8px;
  height: 100%;
  background: #009fe6;
}
/* end 背景色 */
/* 左ライン */
#semi3Content h2.title-line-left {
  font-size: 30px;
  color: #333;
  padding-left: 24px;
  border: none;
  position: relative;
}
#semi3Content h2.title-line-left::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 8px;
  height: 100%;
  background: #009fe6;
}
/* end 左ライン */
/* 両側ライン */
#semi3Content h2.title-line-bg {
  font-size: 30px;
  color: #6197d6;
}
#semi3Content h2.title-line-bg {
  font-size: 30px;
  color: #2b2b2b;
  text-align: center;
  padding: 0;
  margin-bottom: 40px;
  position: relative;
  border: none;
}
#semi3Content h2.title-line-bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 54%;
  height: 1px;
  background: #51a3e0;
}
#semi3Content h2.title-line-bg strong {
  padding: 0 20px;
  background: #fff;
  position: relative;
}
/* end 両側ライン */

/* 黒い枠線 */
.title-frame{
    font-size: 30px;
    color: #000 !important;
    border: 1px solid #000 !important;
    padding: 0 24px !important;
    width: 42%;
}
/* end 黒い枠線 */
/* end h2見出し */

/* カラム */
.column-prl05 {
	padding: 0 5px;
}

/* １カラム */
.column-normal {
  padding-top: 20px;
}
.column-img{
  text-align: center;
}
.column-normal a {
	font-weight:bold;
  /*display: block;*/
  width: auto;
  margin: 0 auto;
}
/* end １カラム */

/* ２カラム */
.column-2item{
  display: flex;
  margin: 10px 0;
}
.column-left-area{
  flex-basis: auto;
  margin-right: 30px;
}
.column-right-area{
  flex-basis: auto;
}


.column-2item .column-img img{
	width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
	padding:0 10px;
}

/* end ２カラム */


/* ３カラム */
.column-3item{
  display: flex;
  margin-bottom: 30px;
}
.column-center-area{
  margin-right: 30px;
  flex-basis: auto;
}

.column-3item .column-img img{
	width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}
/* end ３カラム */

/* ４カラム */
.column-4item{
  display: flex;
  margin-top : 10px;
  margin-bottom: 30px;
}

.column-4item .column-img img{
	width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}
.column-4item .btn2 {
  width : 260px;
}
.column-4item .btn2 a {
  width : 260px;
}
/* end 4カラム */
/* end カラム */

.template-02 {
  height: 80px;
  width: 100%;
}
/*---- end 下層 ----*/

/* お知らせ一覧 */
.news-page .news-box-list {
  margin: 40px auto;
  max-width: 1200px;
  padding-left: 1%;
}
.news-page .news-box-list .news-box {
  width: 49%;
  margin-right: 1%;
  display: inline-block;
}
/* end お知らせ一覧 */
/* イベント・セミナー一覧 */
.event-page .news-box-list {
  margin: 40px auto;
  max-width: 1200px;
}
.event-page .news-box-list .news-box {
  width: 49%;
  display: inline-block;
}
#calendar {
  max-width: 900px;
  margin: 48px auto;
}
.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active{
  z-index: 1!important;
}
/* end イベント・セミナー一覧 */
/* ページネーション */
.pagination-area {
  text-align: center;
}
ul.pagination li a {
  border: none;
  color: #333;
  font-size: 16px;
  margin: 4px;
  width: 34px;
  height: 34px;
  padding: 6px 0;
}
ul.pagination li a:hover {
  color: #6d9ed9;
  background: none;
}
ul.pagination li a.active {
  background: #2c659c;
  color: #fff;
  border-radius: 50%;
}
/* end ページネーション */

/* QA */
ul.accordion { margin: 0; padding: 0; }
ul.accordion li { list-style: none; margin:5px 0; border:1px solid #CCC; padding:6px; border-radius:6px;}
.accordion .inner {display: none; padding: 0 0 0 0px;}
.accordion p{cursor: pointer; padding: 10px 10px 0px 10px; font-weight:bold;}
.accordion .inner li{padding: 10px 0; border:0px solid #CCC; margin:0 5px;}
.accordion .inner li.content{ }


/*  ダウンロード一覧用メニューリスト */
ul.downloadslist {
    padding: 1em 1em 0.5em 1em;
    list-style: none;
    margin: 0 0em 0 0em;
}

ul.downloadslist li {
	color:#3598eb;
	font-weight:700;
	line-height: 1.5;
	padding: 0px 0 0px 25px;
	margin-bottom: 5px;
	border-bottom: #e1e1e1 dotted 1px;
	background:url(/images/download/dls.jpg) no-repeat;
}

ul.downloadslist li h3 {
    margin-bottom: 5px!important;
    padding-left: 10px;
    font-size: 17px!important;
}

/* Page_Top */

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 90%;
	z-index: 99999;
}
#page-top a {
    background: #053c75;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

@media screen and (max-width: 1200px){
  .header-btn-wrap,nav,.topic-slide-container,.news-area-inner,
  .product-area,.service-area-inner,.pick-area,nav.pc-menu,
  .related-area-inner,.inner-footer,.topic-slide-container-wrap{
    width: 90%;
  }
  .mv-slide-wrap{
    /* height: 52vw; */
  }
  .news-box{
    width: 49%;
    margin-right: 1%;
  }
  .gnav-sub-link{
    width: 100%;
  }
  .product-box{
    width: 25%;
    height: 15vw;
  }
  .service-box1,.service-box2,.service-box3,.service-box4,.service-box5,.service-box6{
    width: 100%;
  }
  .service-box-inner{
    width: 85%;
    height: 65%;
    padding: 20px;
  }
  .pick-icon img{
    height: 6vw;
    width: auto;
  }
  .pick-box-arrow img,.u-tube-title span img{
    height: 3vw;
    width: auto;
  }
  .u-tube-list-btn span img {
    width: 3vw;
    height: auto;
  }
  .u-tube-slide-container{

    height: auto;
  }
  .u-tube-list{
    width: 70%;
  }
  .related-box{
    width: 48%;
  }
  .topic-slide-wrap{
    width: 70%;
    height: 93%;
  }
  .u-tube-text-title{
    padding-bottom: 3vw;
  }
  .u-tube-text{
    width: 45%;
    padding-top: 0;
  }
  .u-tube-video{
    width: 54.5%
  }
  .u-tube-slide-pagination{
    text-align: center;
  }
  .u-tube-pager-item{
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: bottom;
  }
  .u-tube-pager-item a{
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  .pick-box-list2{
    width: 75%;
  }
  .pick-box{
    height: auto;
  }
  /*nav ul li{
    white-space: nowrap;
  }*/
  /*nav ul li.gnav-sub-product{
    white-space: pre-wrap;
  }*/
  nav ul li{
    margin-left: 20px;
  }
  .u-tube-area{
    height: auto;
    padding: 40px 0;
  }
  .related-icon{
    padding-left: 2vw;
    padding-right: 2vw;
    margin-right: 3vw;
  }
  ul.gnav-sub.info li.gnav-sub-product {
    width: 94%;
  }
/*
  .gnav-product-list {
    margin-top: -64px;
  }
*/
}

@media screen and (max-width: 1070px){
  ul.gnav-list {
    margin-right: 0;
  }
  .gnav-sub-link{
    width: 90%;
  }
  nav ul{
    font-size: 1.5rem;
  }
  .btn-3item {
    display: block;
  }
}
@media screen and (max-width: 1000px){
  body{
    font-size: 12px;
  }
  .service-box-content,nav ul li h4{
    font-size: 12px;
  }
  .pick-box{
    padding: 20px 4px;
  }
  .service-box{
    width: 31%;
    height: 270px;
  }
  .u-tube-video{
    display: flex;
    align-items: center;
  }
  nav ul li{
    margin-left: 15px;
  }
  .gnav-product-list .product-box-list .product-box-photo{
    padding: 0;
  }
  .gnav-product-list .product-box-list .product-box-text{
    left: 32%;
  }
  .gnav-sub-link{
    width: 100%;
  }
   ul.gnav-sub.info li.gnav-sub-product{
    width: 100%;
  }
  li .gnav-sub-title{
    margin-left: 8px;
  }
  .gnav-sub-link{
    margin-left: 0;
  }
}
@media screen and (max-width: 900px){
  .service-box{
    width: 32%;
    margin-bottom: 0;
  }
  .service-box-title{
    font-size: 16px;
    height: 50px;
  }
  .service-box-inner{
    height: 60%;
  }
  .pick-icon img {
    height: 7vw;
  }
  .pick-icon {
    height: 70px;
  }
  .pick-box-text{
    font-size: 12px;
  }
  .login-box:first-child {
    margin-right: 10px;
  }
  .login-box{
    width: 49%;
  }
  .login-box-area{
    width: 86%;
  }
  .login-box-area form p.submit input{
    margin-right: 40px;
  }
  .gnav-product-list{
    width: 100%;
  }
  .login-box-area form p.check{
    right:4px;
  }
  .login-box-area form p.check input{
    margin-right: 3px;
  }
  .login-box:last-child {
    margin-left: 10px;
  }
  .gnav-product-list .product-box-list.fadein.scrollin a .product-box-text span{
    left: 38%;
    font-size: 11px;
    padding: 0 10% 0 0;
  }

}
@media screen and (max-width: 850px){
  .header-nav-wrap .pc-menu{
    width: 96%;
  }
}
@media screen and (max-width: 800px){
  .logo-box {
    width: 220px;
  }
  .header-btn-box ul{
    width: 400px;
  }
  .header-btn-box ul li{
    padding: 10px 4px;
  }
  .product-box {
    width: 25%;
    height: 16vw;
  }
  .u-tube-text-title {
    padding-bottom: 2vw;
  }
  .u-tube-video{
    display: flex;
    align-items: center;
  }
  nav ul li{
    margin-left: 10px;
  }
  .service-box-inner{
    height: 57%;
  }
  .service-box-title{
    font-size: 14px;
    height: 40px;
  }
  .service-box{
    height: 230px;
  }
  .service-box-list{
    margin-bottom: 30px;
    margin-top: 0;
  }
  .gnav-product-list .product-box-list.fadein.scrollin a .product-box-text span{
    font-size: 12px;
  }
  .login-box-area form p.submit input{
    margin-right: 70px;
  }
  p.login-box-txt{
    font-size: 10px;
  }
}
@media screen and (max-width: 768px){
  .l-main_wrapper{
    padding-top: 40px;
  }
  .sp-header{
    display: block;
    z-index: 10000;
    max-width: 768px;
  }
  .pc-header{
    display: none;
  }
  .sp-slider{
    display: block;
    margin-top: 0;
  }
  .pc-slider{
    display: none;
  }
  .header-nav-wrap{
    margin-top: 3vw;
  }
  .header-btn-wrap,nav,.news-area-inner,
  .product-area,.service-area-inner,.pick-area,
  .related-area-inner,.inner-footer{
    width: 95%;
  }
  .header-btn-box ul{
    width: 100%;
  }
  .header-btn-wrap{
    display: block;
  }
  .logo-box {
    width: 50%;
    margin-bottom: 3vw;
  }
  body{
    /*font-size: 3vw;*/
    font-size: 16px;
  }
  nav{
    justify-content: space-between;
  }
  nav ul{
    display: block;
  }

  #semi3Content h2.title-line {
  font-size: 20px;
  }

  #semi3Content h2.title-bg {
  font-size: 20px;
  }

  #semi3Content h2.title-line-left {
  font-size: 20px;
  }

  #semi3Content h2.title-frame {
  font-size: 20px;
  }

  h4{
    margin: 0;
  }
  /* ログイン */
  .login-box form{
    padding-bottom: 20px;
  }
  .login-box-area form p.submit input{
    margin: 0 auto;
  }
  .login-box-area form p.check{
    right: 26%;
  }
  .login-box-area{
    width: 100%;
    margin: 0;
  }
  .login-box{
    width: 100%;
    display: block;
    margin: 0;
  }
  .login-box:last-child{
    margin-left: 0;
  }

  .topic-slide dl{
    /*font-size: 2.9vw;*/
    font-size: 12px;
  }
  .mv-slide-wrap {
      height: 100%;
  }
  .mv-slide img {
    width: 100%;
    height: 100%;
  }
  .service-box-title{
    font-size: 20px;
    height: 7vw;
  }
  .news-box{
    width: 100%;
    margin-right: 0;
  }
  .news-title ul{
    width: auto;
  }
  .product-title{
    flex-wrap: wrap;
  }
  .product-title .product-title-box{
    margin-bottom: 2vw;
  }
  .product-title-box{
    width: 50%;
  }
  .product-box{
    width: 100%;
    height: 18vw;
  }
  .product-box-photo{
    text-align: center;
  }
  .product-box-text{
    width: 80%;
  }
  .product-title .product-title-box:nth-child(3n) .product-photo{
    border-left: 2px solid #f4f4f4;
  }
  .service-box{
    width: 100%;
    margin-bottom: 2vw;
    height: 280px;
  }
  .service-box-inner{
    width: 91%;
    height: 200px;
  }
  .service-box-content, nav ul li h4{
    font-size: 16px;
  }
  .service-box1,.service-box2,.service-box3,.service-box4,.service-box5,.service-box6{
    height: 280px;
  }
  .pick-box {
    width: 49%;
    margin-bottom: 2vw;
    margin-right: 2%;
    border-right: none;
  }
  .pick-box-list2,.pick-box-list1{
    width: 100%;
    flex-wrap: wrap;
  }
  .pick-box-list1{
    margin-top: 3vw;
  }
  .pick-box-list1,.pick-box:nth-child(2n){
    border: none;
    margin-right: 0;
  }
  .pick-box-list1,.pick-box:nth-child(3),.pick-box-list1,.pick-box:nth-child(4){
    margin-bottom: none;
  }
  .u-tube-text-content{
    font-size: 12px;
  }
  .u-tube-text-title{
    font-size: 14px;
  }
  .u-tube-video{
    width: 100%;
  }
  .u-tube-slide{
    display: block;
  }
  .u-tube-text{
    margin-top: 3vw;
    padding-left: 0;
    width: 100%;
  }
  .related-box {
    width: 100%;
    margin-bottom: 2vw;
  }
  .related-box-list{
    display: block;
  }
  .related-icon img{
    width: 21vw;
    height: auto;
  }
  .inner-footer{
    display: block;
    height: auto;
    width: 100%;
  }
  .footer-content,.footer-content_2{
    display: none;
  }
  .sp-footer-content{
    display: block;
  }
  .sp-footer-menu {
    display: block;
    padding: 0;
    margin: 0;
    background: #0061a1;
    list-style-type: none;
  }
  .sp-footer-menu li a {
    display: block;
    padding: 3.6vw 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    text-align: center;
  }
  .sp-footer-menu ul {
    list-style: none;
    padding-left: 0;
  }
  .footer-address{
    margin: 3vw 0;
    padding-left: 20px;
  }
  .footer-copyright{
    padding: 12px;
    font-size: 14px;
  }
  .footer-address p {
    font-size: 12px;
  }
  .product-box-list .product-box:last-child,.product-box-list .product-box:nth-last-child(2),.product-box-list .product-box:nth-last-child(3), .product-box-list .product-box:nth-last-child(4){
    border-bottom: 2px solid #f4f4f4;
    border-right: none;
  }
  .product-box-list .product-box:nth-child(9n),.product-box-list .product-box:nth-child(10n),.product-box-list .product-box:nth-child(11n),
  .product-box-list .product-box:nth-child(7n),.product-box-list .product-box:nth-child(6n),.product-box-list .product-box:nth-child(5n),
  .product-box-list .product-box:nth-child(1n),.product-box-list .product-box:nth-child(2n),.product-box-list .product-box:nth-child(3n){
    border-right: none;
  }
  .pick-box-text{
    height: 30px;
    font-size: 14px;
  }
  .u-tube-area{
    padding: 20px 0;
  }
  .u-tube-slide-wrap {
    height:auto;
  }
  .u-tube-list-btn span{
    font-size: 15px;
  }
  .u-tube-title span {
    font-size: 25px;
  }
  .related-text {
    font-size: 15px;
  }
  .pick-icon img{
    height: 6vw;
    padding: 5px;

  }
  .topic-tit {
    width: 160px;
    background: #6197d6;
    padding: 1vw 0px;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    margin-left: 10%;
  }
  .topic-slide-container-wrap{
    width: 96%;
    height: 26vw;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 0;
  }
  .topic-slide-wrap {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
  .topic-slide-container .swiper-slide{
    padding-right: 36%;
  }
  .topic-slide dl {
    display: block;
    margin: auto 0;
  }
  .topic-slide dl dd {
    color: #0060a0;
    margin-left: 0px;
    margin-top: 1vw;
    padding: 0 2vw;
  }
  .topic-slide-button-wrap {
    /*display: flex;
    position: absolute;
    left: -1%;
    background: none;
    z-index: 100;
    padding-left: 0;
    width: 102%;
    height: 102%;
    margin: 0 auto;
    justify-content: space-between;*/
    display: none;
  }
  .topic-slide-container{
    height: 12vw;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  /*.topic-slide-button-wrap .swiper-button-prev, .topic-slide-button-wrap .swiper-button-next{
    position: relative;
    height: 100%;
    width: 12%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    background: #dae3f3;
  }*/
  /*.topic-slide-button-wrap .swiper-button-prev img, .topic-slide-button-wrap .swiper-button-next img{
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }*/
  /*.topic-slide-button-wrap .swiper-button-next img{
    right: 0;
  }
  .topic-slide-button-next,.topic-slide-button-prev{
    margin-right: 0;
    margin-left: 10px;
  }*/
  .topic-slide-button-prev.u-sp, .topic-slide-button-next.u-sp{
    display: block;
    background: #dae3f3;
    height: 100%;
    top: 0;
    width: 10%;
    left: 0;
    margin: 0;
  }
  .topic-slide-button-next.u-sp{
    left: auto;
    right: 0;
  }
   .topic-slide-button-inner{
    position: relative;
    width: 100%;
    height: 100%;
   }
  .topic-slide-button-prev img,.topic-slide-button-next img{
    width: 3vw;
    height: 6vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .pick-box-list1,.pick-box-list2{
    box-shadow: 0px 0px 0px #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .pick-box{
    box-shadow: 4px 4px 9px #e5e5e5;
  }
  .pick-box-list2{
    margin-top: 0;
  }
  .u-tube-list{
    text-align: center;
  }
  .u-tube-title {
    padding-bottom: 20px;
    padding-top: 0;
  }
  /* sp -menu*/
  .header-logo{
    width: 240px;
  }
  .sp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10000;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    height: 40px;
    padding: 0 20px;
    margin-top: 0;
  }
  .c-inner {
    display: block;
    margin: 0 5vw;
    background: #fff;
  }
  .menu-sp {
    width: 100%;
    height: 100vh;
    overflow: scroll;
    margin-bottom: 0;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background: url(../img/service02-2.png)0 0 /cover no-repeat;
  }
  .sp-nav-button,
  .sp-nav-button span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .sp-nav-button {
    position: relative;
    width: 32px;
    height: 24px;
  }
  .sp-nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
  }
  .sp-nav-button span:nth-of-type(1) {
    top: 0;
  }
  .sp-nav-button span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .sp-nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .sp-nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .sp-nav-button.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
  }

  ul.table_Li {
  display: block;
}
ul.table_Li li {
    width: 100%;
    padding: 5px;
    border: #999 1px solid;
}

.button_side{
     width: 100%;
}
  @-webkit-keyframes active-menu-bar02 {
    100% {
      height: 0;
    }


  }
  @keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  .sp-nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
  .menu-sp .c-header-nav{
    width: 100%;
      overflow-y: scroll!important;
      padding: 0 24px 0;
  }
  ul.c-header-nav:nth-child(2) {
    border-top: 4px double #fff;
    padding-bottom: 14vh;
  }
  .menu-sp .nav-item{
    line-height: 1.4;
    border-bottom: 2px #fff solid;
    margin-left: 0;
  }
  .nav-item {
    font-size: 3.7vw;
    text-align: center;
  }
  .nav-item ul{
    display: none;
  }
  .c-header-nav{
    z-index: 100;
  }
  .c-header-nav li:last-child{
    border-bottom: none;
  }
  .login-box:last-child h2{
    white-space: pre-wrap;
  }
  .c-header-nav li h3{
    font-size: 3.7vw;
    margin: 0;
    padding: 5vw 0;
  }
  .c-header-nav li h3,
  .c-header-nav li h3 a{
    color: #fff;
  }
  .c-header-nav li h3:hover{
    color: #fff;
    opacity: .8;
  }
  .nav-arrow ul li{
    background: #fff;
  }
  .nav-arrow h3{
    background: url(../img/nav-arrow.png)95% 54% /3% 11%  no-repeat;
  }
  .nav-arrow h3.active{
    background: url(../img/nav-arrow-active.png)95% 54% /3% 11%  no-repeat;
  }
  .nav-arrow h3.nav-only-link {
    background: url(../img/nav-arrow--link-white.png)95% 54% /2% 16% no-repeat;
  }
  li.nav-item.nav-btn h3 {
    margin: 0;
    width: 100%;
    padding: 24px 0;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
  }
  li.nav-item.nav-btn.btn01 {
      margin-top: 64px;
  }
  li.nav-item.nav-btn.btn04 {
    margin-bottom: 64px;
    padding-top: 32px;
    border-top: 2px solid #fff;
    border-radius: 0;
  }
  .nav-btn.btn01 h3{
    background: url(../img/sp-mitsumori.png)50% 50% /150% no-repeat;
  }
  .nav-btn.btn02 h3{
    background: url(../img/sp-catlog.png)50% 50% /150% no-repeat;
  }
  .nav-btn.btn03 h3{
    background: url(../img/sp-contact.png)50% 50% /150% no-repeat;
  }
  .nav-btn.btn04 h3{
    background: url(../img/sp-login.png)50% 50% /150% no-repeat;
  }
  li.nav-item.nav-btn {
    margin-top: 60px;
    border-radius: 10px;
    width: 100%;
    margin: 32px auto 0;
    border-bottom: none;
  }
  .scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .c-header-nav-sub-sub li{
    padding: 5vw 0;
  }
  /* end-sp -menu*/

  .topic-slide dl dt{
    margin-left: 2vw;
  }
  .nav-item ul li{
    text-align: center;
    line-height: 1.4;
    border-bottom: 2px #dae3f3 solid;
    margin-left: 0;
  }
  .nav-item ul li h4{
    font-size: 15px;
    padding: 5vw 30px;
    background: url(../img/nav-arrow--link.png)95% 54% /2% 18% no-repeat #fff;
    white-space: pre-wrap;
  }
  .nav-item ul li h4.c-header-nav-sub-title{
    background: url(../img/nav-arrow-black.png)95% 54% /3% 11% no-repeat #fff;
  }
  .nav-item ul li h4.c-header-nav-sub-title.active {
    background: url(../img/nav-arrow-active-black.png)95% 54% /3% 11% no-repeat #fff;
  }
  .nav-item ul{
    border-top: 2px #dae3f3 solid;
  }
  nav ul{
    margin-right: 0;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 32px;
    background-image: unset;
  }
  .mv-slide-container.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 2vw;
  }
  ul.c-header-nav-sub-sub {
    border: none;
  }
  ul.c-header-nav-sub-sub li {
    /*background: #d7d7d7;*/
    background: #eee;
    margin: 0;
    border-bottom: 2px solid #fff;
    padding: 3.8vw 0;
    font-size: 2.5vw;
  }
    /* 下層ページ */
  .column-2item {
    display: block;
  }
  .column-3item {
    display: block;
  }

  .column-4item {
    display: block;
  }

  .overline {
    width: 100%;
	height:auto;
  }
  .overline2 {
    width: 100%;
	height:auto;
  }
  .overline3 {
    width: 100%;
	height:auto;
  }
  .column-img img {
    max-width: 100%;
  }
  .column-center-area {
    margin-right: 0;
  }
  .column-left-area {
    margin-right: 0;
  }
  .asset-body {
    padding: 0 0px;
  }
  #semi3Content input[type="button"] {
    margin-bottom: 4px;
  }
  #main{
    padding: 0;
  }
  /* end 下層ページ */
  /* ニュース・イベント一覧ページ */
  .news-page .news-box-list .news-box,.event-page .news-box-list .news-box {
    width: 100%;
    margin-right: 0;
  }
  .l-content_wrapper {
    padding: 0;
  }
  /* end ニュース・イベント一覧ページ */

  .news-box-content {
    font-size: 15px;
  }
  .news-box-date {
    font-size: 16px;
  }
}


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

.sp {display:block;}
.pc {display:none;}

.btn {
  /*width: auto; */
}

big { font-size: 16px;}

  .pick-icon img{
    height: 7vw;
    padding: 0;
  }
  .pick-box-arrow img, .u-tube-title span img {
    height: 5vw;
  }
  .service-box1, .service-box2, .service-box3, .service-box4, .service-box5, .service-box6 {
    height: 250px;
  }
  .service-box{
    height: 250px;
  }
  .service-box-list{
    margin-bottom: 0;
    margin-top: 30px;
  }
  .service-box {
    height: auto;
    margin-bottom: 20px ;
  }
  .service-box1, .service-box2, .service-box3, .service-box4, .service-box5, .service-box6 {
    height: auto;
    padding: 20px 0;
  }
  .service-box-inner {
    width: 91%;
    height: auto;
  }
  .product-box{
    height: 22vw;
  }
  .service-box-title{
    height: 9vw;
  }
  .table-2column th{
    width: 100%;
  }
  .table-2column-ver2 th{
    width: 100%;
  }

    .title-frame{
      width: 70%;
    }

}
@media screen and (max-width: 480px){
  .pick-box-text {
    height: 50px;
  }
  .pick-icon {
    height: 50px;
  }
  ul.c-header-nav-sub-sub li {
    font-size: 14px;
  }
  .nav-item ul li h4 {
    font-size: 15px;
  }
  .c-header-nav li h3 {
    font-size: 20px;
  }
  .topic-slide-container-wrap{
    height: 36vw;
    padding: 18px 0;
  }
  .topic-slide-container{
    height: 18vw;
  }
  /*  ダウンロード一覧用メニューリスト */
ul.downloadslist {
    border-radius: 2px;
    padding: 1em 0.5em 1em 0.5em;
    list-style: none;
	width: 100%;
    margin: 0 0em 0 0em;
}

/*
    .kakaku_table th{
        display: table-cell;
    }
*/
	table.side_lr td, th {
		display: initial;
	}

}
@media screen and (max-width: 400px){
  .news-box-content{
    font-size: 16px;
  }
  .news-title ul li a{
    font-size: 12px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 3px;
  }
  .topic-tit{
    width: 100px;
  }
  .topic-slide-button-prev img, .topic-slide-button-next img {
    width: 4vw;
  }
  .topic-slide dl{
    padding-top: 1.2vw;
  }
  .footer-copyright p{
    font-size: 10px;
  }
  .related-box{
    height: 120px;
  }
  .related-text{
    font-size: 4vw;
  }
  .pick-box-title{
    font-size: 16px;
  }
  h2{
    font-size: 20px;
  }
  .product-text span{
    font-size: 16px!important;
  }
  .news-btn{
    font-size: 16px;
  }
  .product-photo{
    padding: 36px!important;
  }
  .product-box{
    height: 28vw;
  }
  .pick-box{
    width: 100%;
    margin-right:0;
    margin-bottom: 4vw;
  }
  .header-btn-wrap, nav, .news-area-inner, .product-area, .service-area-inner, .pick-area, .related-area-inner, .inner-footer{
    width: 90%;
  }
  .pick-box-text {
    height: 45px;
  }
  .pick-icon {
    height: 80px;
  }
  .pick-box-title{
    height: 30px;
  }
  .pick-icon img{
    height: 12vw;
  }
/*  .service-box {
    height: 70vw;
  }
  .service-box-inner {
      height: 57vw;
  }*/
    .title-frame{
      width: 80%;
    }

}

@media screen and (max-width: 360px){
  .news-title ul li a{
    font-size: 10px;
  }
  .pick-icon img{
    height: 11vw;
  }
  .pick-box-text{
    font-size: 16px;
  }
  .tagu{
    width: 150px;
    margin-left: 10px;
  }
  .product-box{
    height: 36vw;
  }
  .pick-icon {
    height: 60px;
  }
  .topic-slide-container-wrap{
    height: 44vw;
  }
  .topic-slide-container{
    height: 24vw;
  }

    .title-frame{
      width: 80%;
      padding: 10px !important;
    }

}


/********** ADS-BT for Vectorworksユーザー登録 兼 シリアル番号発行依頼  11.3-CSS追加******/
.img-wrap{
  padding:40px 0;
  padding: 40px 0;
  width: 50%;
  margin: 0 auto;
}
#semi3Content{
  width: 1144px;
  margin:0 auto;
}
.semi3Content div{
  margin-top: 40px;
}
/*#semi3Content img{
  width: auto;
}*/
.page-asset.asset img{
  width: auto;
  margin: 0 10px 0 0px;
}
.pd-30{
  padding:30px 0;
}
.img-center{
　text-align:center;
}
.center-photo{
  text-align: center;
  padding:30px 0;
}
h2.text-center{
  padding:60px 0;
}
/*#semi3Content p{
  line-height: 2;
}*/
#login-form .username,#login-form .password{
  color: #222;
}
#login-form{
  padding-left: 20px;
}
.form-width{
  width: 1180px;
  margin: 0 auto;
  line-height: 2;
}
.form-width h3{
  text-align: center;
}
@media (max-width: 1200px){
  #semi3Content{
    width: 95%;
  }
  .form-width{
    width: 95%;
  }
}

@media (max-width: 768px){
  #semi3Content img{
    /*width: 90%;*/
	max-width: 90%;
  }
  .aform-content dl dt{
    width: 100%;
  }
  .aform-content dl dt span{
    margin-bottom: 30px;
  }
  .aform-content dl dd ul{
    display: flex;
  }
  .aform-content dl dd ul li:first-child{
    margin-right: 30px;
  }
  .aform-content dl dd{
    width: 100%;
  }
  .aform select.aform-input{
    width: 100%;
    max-width: 100%;
  }
  .submit input{
    width: 80%;
  }
  .asset-header h1{
    font-size: 26px;
  }
/*
 .asset-header2 h1{
    font-size: 26px;
  }
 .asset-header3 h1{
    font-size: 26px;
  }
*/

}
@media (max-width: 480px){
  .aform-content dl dd ul{
    display: block;
  }
}
@media (max-width: 320px){
  .header-logo{
    width: 200px;
  }
  .c-header-nav li h3{
    font-size: 16px;
  }
  .nav-item ul li h4{
    padding: 5vw 22px;
  }
  .news-box-date{
    font-size: 12px;
  }
  .nav-item ul li h4{
    font-size: 14px;
  }
}

/* kakaku.php liの青矢印 */

ul.kakakupdf li {
	list-style: none;
}
ul.kakakupdf li a {
	display: block;
	margin: 0px 0px 5px;
}
ul.kakakupdf li a, ul.kakakupdf li a:visited{
	background: url(/new/img/ico_triangleblue.png) no-repeat 5px center;
	border-bottom: 1px solid #b2b2b2;
	color: #000;
	text-decoration: none;
	padding: 0px 0px 0px 30px;
	box-shadow: 0px 3px 2px -3px rgba(0,0,0,0.6);
 	-webkit-box-shadow: 0px 3px 2px -3px rgba(0,0,0,0.6);
 	-moz-box-shadow: 0px 3px 2px -3px rgba(0,0,0,0.6);}

ul.kakakupdf li a:hover{
	border-bottom: 1px solid #cbcbcb;
	color: #525252;
}

/* フォーム2カラム仕様 */

.formContact {
	width: 50%;
	float: left;
}

.formContact:nth-child(2) {
	width: 50%;
	float: right;
}


@media (max-width: 768px){
.formContact, .formContact:nth-child(2) {
	width: 100%;
	float: none;
	clear: both;
}
}

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


/* フッターコンテンツ制御用 */
@media screen and (max-width: 1199px){
    .footer-content, .footer-content_2 {
        display: none;
    }
    .sp-footer-content {
        display: block;
    }
  .inner-footer{
    display: block;
    height: auto;
    width: 100%;
    }
    .sp-footer-menu {
        display: block;
        padding: 0;
        margin: 0;
        background: #0061a1;
        list-style-type: none;
    }
    .sp-footer-menu li a {
        display: block;
        padding: 3.6vw 0;
        border-bottom: 1px solid #fff;
        color: #fff;
        font-size: 15px;
        text-align: center;
    }
}
/* 動画スマホ表示制御用 */
iframe {
    max-width: 100%;
}
@media screen and (max-width: 540px){
    iframe {
        max-width: 100%;
        height:200px!important;
    }
}
/* テーブルレスポンシブ用 */
@media screen and (max-width: 540px){
    table.rps-table{
        max-width: 100%;
    }
}
/* 4種のケース修正用 */
td.four-case {
    width: 25%;
    text-align: center;
}
@media screen and (max-width: 540px){
    td.four-case {
        width: 100%;
        text-align: left;
    }.gnav-sub-link div a
}
/* FAQテーブル制御用 */
table.faq-table{
    width: 100%;
}
/*@media screen and (max-width: 768px){
    table.faq-table{
        max-width: 100%;
        width: 100%;
    }*
}/
/* プロジェクションマッピング調整 */
.column-left-area.mapping-wrap {
    margin-right: -15px!important;
}
@media screen and (max-width: 540px){
    .column-left-area.mapping-wrap {
        margin-right: 0px!important;
    }
}
/* ADS－win 水色メニュー用*/
@media screen and (max-width: 768px){
a.button_side2.tab-width {
    width: 100%;
}
}
/* メール配信の解除・登録 */
p.mail-link {
    max-width: 100%;
    word-wrap: break-word;
}
/* 天空率動画幅制御*/
iframe.ads-mov {
    margin: 2% auto 1%;
}
@media screen and (max-width: 540px){
iframe.ads-mov {
    width: 100%;
    margin: 4% auto 3%;
}
}
/*768px以下の画面でボタンセンタリング*/
@media screen and (max-width: 768px){
	div.btn-center{
		text-align: center;
	}
}
/*768px以下の画面でtableスクロール*/
@media screen and (max-width: 768px){
table.w768{
	width: 768px;
}
div.scroll{
	max-width: 768px;
	/*display: block;*/
	overflow-x: scroll; /*tableをスクロールさせる*/
	/*white-space: nowrap; /*tableのセル内にある文字の折り返しを禁止*/
	-webkit-overflow-scrolling: touch;
}
div.scroll::-webkit-scrollbar{ /*tableにスクロールバーを追加*/
	height: 5px;
}
div.scroll::-webkit-scrollbar-track{ /*tableにスクロールバーを追加*/
	background: #F1F1F1;
}
div.scroll::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
	background: #BCBCBC;
}
div.scroll td, th {
	width: auto;
	display: table-cell;
}
}
/*1144px以下の画面でtableスクロール*/
@media screen and (max-width: 1144px){
table.faq-table {
	width: 1144px;
}
table.w1144 {
	width: 1144px;
	/*table-layout: fixed;*/
}
div.scroll {
	max-width: 1144px;
	display: block;
	overflow-x: scroll; /*tableをスクロールさせる*/
	-webkit-overflow-scrolling: touch;
}
div.scroll::-webkit-scrollbar { /*tableにスクロールバーを追加*/
	height: 5px;
}
div.scroll::-webkit-scrollbar-track { /*tableにスクロールバーを追加*/
	background: #F1F1F1;
}
div.scroll::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
	background: #BCBCBC;
}
div.scroll td, th {
	/*width: auto;*/
	display: table-cell;
	overflow-wrap: break-word;
}
div.scroll td.nw {
	white-space: nowrap;
}
div.scroll th.nw {
	white-space: nowrap;
}
div.scroll div.nw{
	white-space: nowrap;
}
div #sp_wrapper{
	overflow: hidden;
}
}
/*815px以下の画面で質問項目ボタンの左寄せ*/
@media screen and (max-width: 815px) {
#semi3Content input[type="button"]{
  margin-bottom: 4px;
  display: block;
}
}
/*480x以下の画面でdisplayをtable-cellに*/
@media screen and (max-width: 480px) {
.dtc {
	display: table-cell;
	}
}

/* 会社概要 */
#company-table table {
  width : 100%;
}
#company-table table td:nth-child(1) {
  min-width : 100px;
  width : 28%;
  max-width : 200px;
}
