@charset "utf-8";

/*------------------------------------------
//// base
---------------------------------------------*/
#content{
  width:calc(100% - 250px);
  margin-left: 250px;
}
.main-wrap{
  width:100%;
  max-width:1500px;
  margin:0 auto;
  padding:20px 50px 80px;
}
.leb{
  background: #fff;
}
.w{
  padding:0 50px;
}
@media screen and (max-width: 1500px){
  #content{
    width:calc(100% - 100px);
    margin-left: 100px;
  }
}
@media screen and (max-width: 1200px){
  #content{
    width:100%;
    margin-left: 0px;
  }
  .main-wrap{
    padding:30px 30px 60px;
  }
}
@media screen and (max-width: 980px){
  .w{
    padding:0 30px;
  }
}
@media screen and (max-width: 860px){
  .main-wrap{
    padding:30px 15px 60px;
  }
}
@media screen and (max-width: 680px){
  .main-wrap{
    padding:15px 5px 60px;
  }
  .w{
    padding:0 10px;
  }
}


/*------------------------------------------
//// header
---------------------------------------------*/
header{
  position: fixed;
  top:0;
  left:0;
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width:250px;
  height:100vh;
  background: #fff;
  border-right: 1px solid #dcdfe3;
}
@media screen and (max-width: 1500px){
  header{
    width:100px;
  }
}
@media screen and (max-width: 1200px){
  header{
    position: static;
    display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	width:100%;
  	flex-wrap: nowrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height:100px;
    border-right:none;
    border-bottom: 1px solid #dcdfe3;
  }
  header .object-htop{
    display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
    width:420px;
  }
}
@media screen and (max-width: 680px){
  header{
    height:90px;
  }
  header .object-htop{
    width:360px;
  }
}
@media screen and (max-width: 500px){
  header{
    height:60px;
  }
  header .object-htop{
    width:220px;
  }
}
/*--------------*/
header .logo{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  width:100%;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #dcdfe3;
  height:182px;
}
header .logo img{
  display:block;
  width:100%;
  max-width:97px;
  margin:0 auto;
}
@media screen and (max-width: 1500px){
  header .logo{
    height:100px;
  }
  header .logo img{
    max-width:67px;
  }
}
@media screen and (max-width: 1200px){
  header .logo{
    width:120px;
    border-bottom: none;
  }
}
@media screen and (max-width: 680px){
  header .logo{
    width:90px;
    height:89px;
  }
  header .logo img{
    max-width:57px;
  }
}
@media screen and (max-width: 500px){
  header .logo{
    width:70px;
    height:59px;
  }
  header .logo img{
    max-width:37px;
  }
}
/*--------------*/
header .nav{
  width:100%;
}
header .nav li{
  width:100%;
  border-bottom: 1px solid #dcdfe3;
}
header .nav li a{
  position: relative;
  display:block;
  padding:34px 10px;
  text-align: center;
  font-weight: 500;
  color: #353c42;
  background: #fff;
  font-size: 1.8rem;
  letter-spacing: 0rem;
  transition: 0.3s ease-in-out;
}
header .nav li a.blank::before,
header .nav li a.blank::after{
  content:"";
  position: absolute;
  width:8px;
  height:6px;
  border:1px solid #00b0f0;
}
header .nav li a.blank::before{
  top:calc(50% - 3px);
  right:20px;
}
header .nav li a.blank::after{
  top:calc(50% - 6px);
  right:17px;
}
header .nav li a span.vf3{
  margin-right: 5px;
}
header .nav li a i{
  display:none;
}
header .nav li a:hover{
  color: #fff;
  background: #00b0f0;
}
header .nav li a.blank:hover::before,
header .nav li a.blank:hover::after{
  border-color: #fff;
}
header .nav li.sbp a{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  justify-content: center;
  align-items: center;
}
header .nav li.sbp a svg{
  width:24px;
  fill:#00b0f0;
  margin-right: 7px;
}
header .nav li.sbp a:hover svg{
  fill:#fff;
}
@media screen and (max-width: 1500px){
  header .nav li a{
    padding:8px 10px;
    height:90px;
  }
  header .nav li a span.txt{
    display:none;
  }
  header .nav li a i{
    display:block;
  }
  header .nav li a.blank::before,
  header .nav li a.blank::after{
    display:none;
  }
  header .nav li.sbp a{
    flex-wrap: wrap;
  }
  header .nav li.sbp a svg{
    margin-right: 0px;
  }
  header .nav li.sbp a span.txt{
    display:block;
    width:100%;
    font-size: 10px;
    letter-spacing: 0rem;
  }
}
@media screen and (max-width: 1200px){
  header .nav{
    display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
    width:300px;
  }
  header .nav li{
    width:100px;
    border-bottom:none;
    border-right: 1px solid #dcdfe3;
  }
  header .nav li:first-of-type{
    border-left: 1px solid #dcdfe3;
  }
  header .nav li a{
    padding:8px 10px;
    height:99px;
  }
  header .nav li.sbp{
    display:none;
  }
}
@media screen and (max-width: 680px){
  header .nav{
    width:270px;
  }
  header .nav li{
    width:90px;
  }
  header .nav li a{
    display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
    width:100%;
    justify-content: center;
    align-items: center;
    padding:0px 3px;
    height:89px;
  }
  header .nav li a img{
    display:block;
    width:100%;
    max-width:70px;
    margin:0 auto;
  }
}
@media screen and (max-width: 500px){
  header .nav{
    width:150px;
  }
  header .nav li{
    width:50px;
  }
  header .nav li a{
    display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
    width:100%;
    justify-content: center;
    align-items: center;
    padding:0px 3px;
    height:59px;
  }
  header .nav li a img{
    display:block;
    width:100%;
    max-width:50px;
    margin:0 auto;
  }
}
/*--------------*/

header .object-hbottom a{
  display:block;
  width:100%;
  padding:34px 10px;
  color: #fff;
  background: #001e50;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  transition: 0.3s ease-in-out;
}
header .object-hbottom a span.en1{
  display:block;
  letter-spacing: 0.2rem;
}
header .object-hbottom a i{
  display:none;
}
header .object-hbottom a:hover{
  background: #00437a;
}

@media screen and (max-width: 1500px){
  header .object-hbottom a{
    padding:8px 10px;
    height:100px;
  }
  header .object-hbottom a span.txt{
    display:none;
  }
  header .object-hbottom a i{
    display:block;
  }
}
@media screen and (max-width: 1200px){
  header .object-hbottom a{
    width:100px;
    height:99px;
  }
}

@media screen and (max-width: 680px){
  header .object-hbottom a{
    display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
    width:100%;
    justify-content: center;
    align-items: center;
    padding:0px 3px;
    width:90px;
    height:89px;
  }
  header .object-hbottom a img{
    display:block;
    width:100%;
    max-width:70px;
    margin:0 auto;
  }
}
@media screen and (max-width: 500px){
  header .object-hbottom a{
    display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
    width:100%;
    justify-content: center;
    align-items: center;
    padding:0px 3px;
    width:60px;
    height:59px;
  }
  header .object-hbottom a img{
    display:block;
    width:100%;
    max-width:50px;
    margin:0 auto;
  }
}

/*------------------------------------------
//// #kv
---------------------------------------------*/
#kv{
  width:100%;
  background: #fff;
  margin-bottom: 60px;
}
#kv .kv{
  width:100%;
  overflow: hidden;
}
#kv .kv img.pc{
  display:block;
	width: 100%;
  max-width: 100%;
	height: auto;
  margin: 0 auto;
}
#kv .kv img.sp{
  display:none;
  width:100%;
  max-width:860px;
  margin:0 auto;
}

@media screen and (max-width: 680px){
  #kv{
    margin-bottom: 50px;
  }
  #kv .kv img.pc{
    display:none;
  }
  #kv .kv img.sp{
    display:block;
  }
}
@media screen and (max-width: 500px){
  #kv{
    margin-bottom: 30px;
  }
}
/*------------------------------------------
//// hadding
---------------------------------------------*/
.hadding1{
  font-size: 22px;
  color:#00b0f0;
  font-weight: 600;
}
@media screen and (max-width: 500px){
  .hadding1{
    font-size: 18px;
  }
}
/*------------------------------------------
//// col
---------------------------------------------*/
#col{
  padding-bottom: 80px;
}
#col h2{
  text-align: center;
  margin-bottom: 50px;
}
#col .inner{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
  justify-content: space-between;
}
#col .inner article{
  width:31%;
  margin-bottom: 40px;
}
#col .inner article h3{
  display: block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#col .inner article h3::before{
  content:"";
  position: absolute;
  left:0;
  bottom:0;
  width:30px;
  height: 2px;
  background:#00b0f0;
}

@media screen and (max-width: 860px){
  #col .inner article p{
    font-size: 14px;
  }
  #col .inner article{
    width:100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 680px){
  #col{
    padding-bottom: 10px;
  }
  #col h2{
    text-align: center;
    margin-bottom: 30px;
  }
  #col .inner article{
    width:100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px){
  #col h2{
    text-align: left;
    font-size: 17px;
    margin-bottom: 30px;
  }
  #col .inner article h3{
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #col .inner article p{
    font-size: 14px;
  }
}

/*------------------------------------------
//// tab
---------------------------------------------*/
#tab{
  padding:0 50px;
  margin-bottom: 80px;
}
#tab ul{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  justify-content: space-between;
}
#tab ul li{
  width:32%;
}
#tab ul li a{
  position: relative;
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #dce3e6;
  padding:35px 5px;
  transition: 0.3s ease-in-out;
}
#tab ul li a svg{
  display:block;
  fill:#353c42;
  width:34px;
  margin-right: 15px;
}
#tab ul li a span{
  color:#353c42;
  font-size: 18px;
  font-weight: bold;
}
#tab ul li a::before{
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid #dce3e6;
	border-left: 23px solid transparent;
	border-right: 23px solid transparent;
	position: absolute;
	left: calc(50% - 23px);
	bottom: 0;
	transition: 0.3s ease-in-out;
	z-index: 0;
}
#tab ul li.active a,
#tab ul li a:hover{
  background: #00b0f0;
}
#tab ul li.active a svg,
#tab ul li a:hover svg{
  fill:#fff;
}
#tab ul li.active a span,
#tab ul li a:hover span{
  color:#fff;
}
#tab ul li a:hover::before{
  border-top: 20px solid #00b0f0;
}
#tab ul li.active a::before{
	border-top: 20px solid #00b0f0;
	bottom: -20px;
}

@media screen and (max-width: 980px){
  #tab{
    padding:0 30px;
  }
}
@media screen and (max-width: 780px){
  #tab ul li a svg{
    width:34px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  #tab ul li a span{
    width:100%;
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 680px){
  #tab{
    padding:0 10px;
  }
}
@media screen and (max-width: 500px){
  #tab{
    margin-bottom: 30px;
  }
  #tab ul li a{
    height:150px;
    flex-direction: column;
    padding:0px 5px;
    transition: 0.3s ease-in-out;
  }
  #tab ul li a span{
    font-size: 14px;
    letter-spacing: 0.1rem;
  }
  #tab ul li a span i{
    display:block;
  }
}
/*------------------------------------------
//// mwrap
---------------------------------------------*/
.mwrap{
  width:100%;
}
#s_mainte2, #s_mainte3 {
    display: none;
}
.mainte_list.active{
  display:block;
}
.mainte_list h2.maint_h{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  justify-content: center;
  align-items: center;
  background: #00b0f0;
  padding:25px 50px;
  color:#fff;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 60px;
}
.mainte_list h2.maint_h svg{
  display:block;
  fill:#fff;
  width:42px;
  margin-right: 15px;
}
.mainte_list .inner{
  padding:0 50px 10px;
}
.mainte_list .catch{
  text-align: center;
  color:#00b0f0;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 60px;

}
.mainte_list .desc{
  line-height: 2.0;
  margin-bottom: 60px;
}
.mainte_list .desc span{
  display:block;
  font-weight: bold;
}

.mainte_list .cbox{
  padding:50px;
  background: #f3f5f6;
  margin-bottom: 60px;
}
.mainte_list .cbox .box2{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mainte_list .cbox .box2 article{
  width:49%;
  background: #fff;
}
.mainte_list .box_inner{
  background: #fff;
}
.mainte_list .box_inner h3{
  border-top: 5px solid #00b0f0;
  border-bottom: 1px solid#f3f5f6;
  padding:40px 50px;
  text-align: center;
  font-size: 20px;
}
.mainte_list .elm{
  padding:50px;
  background: #fff;
}
.mainte_list .elm.nb20{
  padding-bottom: 20px;
}
.shaken_elm1{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  align-items: center;
  padding:0 50px;
  margin-bottom: 60px;
  font-size: 18px;
}
.shaken_elm1 .t1{
  width:55%;
  border-radius: 5px;
  background: #808890;
  color:#fff;
  padding:20px 5px;
  text-align: center;
}
.shaken_elm1 .t2{
  width:90px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.shaken_elm1 .t3{
  width:35%;
  border-radius: 5px;
  background: #005b9e;
  color:#fff;
  padding:20px 5px;
  text-align: center;
}

.table_list{
  width:100%;
}
.table_list.mab40{
  margin-bottom: 40px;
}
.table_list .h{
  text-align: center;
  background: #808890;
  color:#fff;
  font-size: 18px;
  font-weight: 500;
  padding:25px 15px;
  border-top: 1px solid #ebeeef;
  border-bottom: 1px solid #ebeeef;
}
.table_list.bbl .h{
  background: #005b9e;
}
.table_list.get .h{
  background: #00b0f0;
}
.table_list .sh{
  text-align: center;
  background: #102c49;
  color:#fff;
  font-size: 16px;
  font-weight: 500;
  padding:10px 15px;
  margin-top: -1px;
  border-bottom: 1px solid #ebeeef;
}
.table_list .sh span{
  font-size: 12px;
}
.table_list .p{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  border-bottom: 3px double #ebeeef;
}
.table_list .j{
  width:25%;
  border-right: 1px solid #ebeeef;
}
.table_list .j:last-of-type{
  border-right: none;
}
.table_list .c{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  justify-content: center;
  align-items: center;
  background: #f8f7f5;
  padding: 0px 5px;
  text-align: center;
  height: 84px;
  font-size: 14px;
  letter-spacing: 0rem;
}
.table_list .c span{
  display:block;
}
.table_list .k{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 5px;
  height: 74px;
  font-size: 20px;
  letter-spacing: 0rem;
  font-weight: bold;
}
.table_list .s{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 5px;
  height: 74px;
  border-bottom: 3px double #ebeeef;
}
.table_list .s span.jp{
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}
.table_list .s span.en1{
  font-size: 20px;
  letter-spacing: 0rem;
  font-weight: bold;
}
.plus{
  display: block;
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 0;
  font-weight: bold;
}
.table_list_under{
  background: #f8f7f5;
  padding:30px;
  margin-bottom: 40px;
}
.table_list_under.box2{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  width:100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.table_list_under h4{
  background: #eae7e2;
  padding:10px 5px;
  color:#102c49;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.table_list_under .pr{
  text-align: center;
  color:#102c49;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.table_list_under .pr span{
  color:#e61c55;
  font-size: 30px;
  margin-left: 10px;
}
.table_list_under .cap{
  font-size: 14px;
}
.table_list_under .cap span{
  color:#e61c55;
  font-weight: bold;
}
.table_list_under .article{
  width:48.5%;
}
.table_list_under .article .pr{
  font-size: 16px;
  margin-bottom: 10px;
}
.table_list_under .article .pr span{
  font-size: 22px;
}
.table_list_under .plong{
  width:100%;
}
.barrow{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.barrow span{
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 70px 0 70px;
  border-color: #00b0f0 transparent transparent transparent;
}

.cbox .esp{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.cbox .esp dt{
  width:87px;
  margin-right: 10px;
}
.cbox .esp dd{
  font-size: 20px;
  font-weight: bold;
}
.tokuten_h{
  width:100%;
  background: #ebeeef;
  padding:10px 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.tokuten_h span{
  color:#00b0f0;
  font-size: 20px;
}
.tokuten_h.v2{
  font-size: 14px;
}
.tokuten_h.v2 i{
  display:block;
}
.tokuten_h.v2 span{
  font-size: 16px;
}
.tokuten_h.v2 span.span2{
  color:#e61c55;
}
.tokuten_h.v2.v3{
  font-size: 16px;
}

.tokuten_box{
  display: block;
  width:100%;
  border: 5px solid #ebeeef;
  background: #fff;
  padding:30px;
  text-align: center;
}
.tokuten_box .tb{
  font-size: 22px;
  font-weight: bold;
  color:#e61c55;
}
.tokuten_box .tb .tb1,
.tokuten_box .tb .tb2{
  margin-right: 6px;
}
.tokuten_box .tb .tb2{
  font-size: 36px;
  letter-spacing: 0rem;
}
.tokuten_box .tb3{
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ebeeef;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tokuten_box.v3 .tb3{
  font-size: 16px;
}
.tokuten_box .tb3:last-of-type{
  margin-bottom: 0px;
}
.tokuten_box .tb4{
  display:block;
}
.cbox .inslist{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  width:100%;
  flex-wrap: wrap;
}
.cbox .inslist li{
  width:25%;
  padding:0 10px;
  margin-bottom: 30px;
}
.cbox .inslist li img{
  display:block;
  width:100%;
  max-width:158px;
  margin:0 auto;
}
.cbox .inslist li p{
  text-align: center;
  color:#00b0f0;
  font-weight: bold;
}

.cbox .inslist2{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  width:100%;
  flex-wrap: wrap;
}
.cbox .inslist2 li{
  width:33.3333%;
  padding:0 13px;
  margin-bottom: 30px;
}
.cbox .inslist2 li img{
  display:block;
  width:100%;
  max-width:500px;
  margin:0 auto 15px;
}
.cbox .inslist2 li .tit{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cbox .inslist2 li .cc span{
  color:#e61c55;
}
.cbox .s3_t{
  display:block;
  text-align: center;
  color:#00b0f0;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}
.cbox .s3_ul{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  width:100%;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cbox .s3_ul li{
  width:20%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.cbox .s3_ul li img{
  display:block;
  width:100%;
  max-width:130px;
  margin:0 auto 10px;
}
.cbox .s3_ul li p{
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1rem;
}
.cbox .esp2{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  border-top: 1px solid #eae7e2;
  border-bottom: 1px solid #eae7e2;
  padding: 20px 10px;
}
.cbox .esp2 dt{
  width:74px;
  margin-right: 10px;
}
.cbox .esp2 dd{
  font-size: 18px;
  font-weight: bold;
}
.cbox .esp_box{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  width:100%;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cbox .esp_box .l,
.cbox .esp_box .r{
  width:50%;
}
.cbox .esp_box .l{
  border-right: 1px solid #eae7e2;
}
.cbox .esp_box .bk{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  width:100%;
  padding: 10px 20px;
  border-bottom: 1px solid #eae7e2;
}
.cbox .esp_box .bk dt{
  width:75%;
  font-weight: bold;
}
.cbox .esp_box .bk dd{
  width:25%;
  font-weight: bold;
  color:#e61c55;
  font-size: 18px;
  text-align: right;
}
.cbox .esp_box .bk dd sup{
  color: #353c42;
}
.w_txt1,
.w_txt2{
  line-height: 2.0;
}
.w_txt2{
  text-align: center;
}
.w_cap{
  font-size: 14px;
  color:#808890;
}
.w_cap2{
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 980px){
  .mainte_list h2.maint_h{
    padding:20px 30px;
  }
  .mainte_list .inner{
    padding:0 30px 5px;
  }
  .mainte_list .cbox{
    padding:30px;
    margin-bottom: 60px;
  }
  .mainte_list .box_inner h3{
    padding:30px 30px;
  }
  .mainte_list .elm{
    padding:30px;
  }
}
@media screen and (max-width: 860px){

  .mainte_list .cbox .box2 article{
    width:100%;
  }
  .mainte_list .cbox .box2 article:first-of-type{
    margin-bottom: 30px;
  }
  .shaken_elm1{
    flex-wrap: wrap;
    padding:0 50px;
    margin-bottom: 40px;
    font-size: 16px;
  }
  .shaken_elm1 .t1{
    width:100%;
    padding:20px 5px;
  }
  .shaken_elm1 .t2{
    width:100%;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
  }
  .shaken_elm1 .t3{
    width:100%;
    padding:20px 5px;
  }
  .table_list .p{
    flex-wrap: wrap;
  }
  .table_list .j{
    display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	width:100%;
    border-right: none;
    border-bottom: 1px solid #ebeeef;
  }
  .table_list .j:last-of-type{
    border-bottom: none;
  }
  .table_list .c{
    justify-content: flex-start;
    align-items: stretch;
    width:70%;
    padding: 20px 20px;
    text-align: left;
    height: auto;
  }
  .table_list .c br{
    display:none;
  }
  .table_list .k{
    justify-content: flex-end;
    align-items: stretch;
    width:30%;
    padding: 20px 20px;
    text-align: right;
    height: auto;
    font-size: 18px;
  }
  .table_list_under .article{
    width:100%;
    margin-bottom: 30px;
  }
  .cbox .inslist2 li{
    width:50%;
    padding:0 13px;
    margin-bottom: 30px;
  }
  .cbox .esp_box .l,
  .cbox .esp_box .r{
    width:100%;
  }
  .cbox .esp_box .l{
    border-right: none;
  }
}
@media screen and (max-width: 680px){
  .mainte_list h2.maint_h{
    padding:15px 10px;
  }
  .mainte_list .inner{
    padding:0 10px;
  }
  .mainte_list .box_inner h3{
    padding:20px 10px;
  }
}
@media screen and (max-width: 500px){
  .mainte_list h2.maint_h svg{
    width:38px;
    margin-right: 10px;
  }
  .mainte_list h2.maint_h{
    padding:15px 10px;
    font-size: 20px;
    margin-bottom: 40px;
  }
  .mainte_list h2.maint_h i{
    display:block;
  }
  .mainte_list .catch{
    font-size: 18px;
    margin-bottom: 30px;
    letter-spacing: 0.1rem;
  }
  .mainte_list .desc{
    line-height: 1.8;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .mainte_list .cbox{
    padding:10px;
    margin-bottom: 30px;
  }
  .mainte_list .box_inner h3{
    text-align: left;
    font-size: 16px;
  }
  .mainte_list .elm{
    padding:15px 10px;
  }
  .w_txt1,
  .w_txt2{
    line-height: 1.8;
    font-size: 14px;
  }
  .shaken_elm1{
    flex-wrap: wrap;
    padding:0 15px;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .shaken_elm1 .t1{
    padding:10px 5px;
  }
  .shaken_elm1 .t3{
    padding:10px 5px;
  }
  .table_list .h{
    text-align: left;
    font-size: 14px;
    padding:12px 10px;
  }
  .table_list .c{
    width:70%;
    padding: 10px 10px;
    font-size: 12px;
  }
  .table_list .k{
    width:30%;
    padding: 10px 10px;
    text-align: right;
    font-size: 14px;
  }
  .table_list .s{
    padding: 10px 10px;
    height: auto;
  }
  .table_list .s span.jp{
    font-size: 14px;
  }
  .table_list .s span.en1{
    font-size: 16px;
  }
  .table_list .sh{
    font-size: 12px;
    padding:10px 10px;
  }
  .table_list_under{
    padding:15px;
    margin-bottom: 30px;
  }
  .table_list_under h4{
    padding:6px 5px;
    font-size: 12px;
    text-align: left;
    margin-bottom: 15px;
  }
  .table_list_under .pr{
    font-size: 12px;
    margin-bottom: 15px;
  }
  .table_list_under .pr span{
    font-size: 14px;
  }
  .table_list_under .cap{
    font-size: 10px;
  }
  .w_cap{
    font-size: 10px;
  }
  .w_cap2{
    font-size: 10px;
  }
  .cbox .esp{
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .cbox .esp dt{
    width:87px;
    margin: 0 auto 10px;
  }
  .cbox .esp dd{
    width:100%;
    font-size: 16px;
  }
  .w_txt2{
    text-align: left;
  }
  .tokuten_h{
    font-size: 14px;
  }
  .tokuten_h span{
    font-size: 16px;
  }
  .tokuten_box{
    padding:15px;
  }
  .tokuten_box .tb{
    font-size: 14px;
  }
  .tokuten_box .tb .tb2{
    font-size: 26px;
  }
  .tokuten_h.v2.v3{
    font-size: 14px;
  }
  .tokuten_box.v3 .tb3{
    font-size: 14px;
  }
  .cbox .inslist li{
    width:33.3333%;
    padding:0 10px;
    margin-bottom: 20px;
  }
  .cbox .inslist li p{
    font-size: 14px;
  }
  .table_list_under .article .pr{
    font-size: 11px;
    margin-bottom: 5px;
    letter-spacing: 0.1rem;
  }
  .table_list_under .article .pr span{
    font-size: 13px;
  }
  .table_list_under.box2 h4 br{
    display:none;
  }
  .cbox .inslist2 li{
    padding:0 7px;
    margin-bottom: 20px;
  }
  .cbox .inslist2 li .tit{
    font-size: 12px;
    letter-spacing: 0rem;
  }
  .cbox .inslist2 li .cc{
    font-size: 10px;
  }
  .cbox .s3_t{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .cbox .s3_ul li{
    width:33.3333%;
    padding: 0 5px;
    margin-bottom: 15px;
  }
  .cbox .s3_ul li p{
    font-size: 10px;
    letter-spacing: 0rem;
  }
  .cbox .esp2{
    padding: 10px 10px;
  }
  .cbox .esp2 dd{
    font-size: 14px;
  }
  .cbox .esp_box .bk{
    padding: 10px 8px;
  }
  .cbox .esp_box .bk dt{
    font-size: 12px;
  }
  .cbox .esp_box .bk dd{
    font-size: 14px;
  }
}
/*------------------------------------------
//// cta
---------------------------------------------*/
.cta{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  width:100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 80px 0;
}
.cta li{
  width:48%;
}
.cta li a{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  width:100%;
  justify-content: center;
  align-items: center;
  background: #00b0f0;
  color:#fff;
  padding:70px 15px;
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.cta li a svg{
  display:block;
  width:44px;
  fill:#fff;
  margin-right: 10px;
}
.cta li a:hover{
  background: #1ac2ff;
}
@media screen and (max-width: 980px){
  .cta{
    padding: 50px 0;
  }
}
@media screen and (max-width: 500px){
  .cta{
    padding: 20px 0 0px;
  }
  .cta li{
    width:100%;
    margin-bottom: 30px;
  }
  .cta li a{
    padding:40px 15px;
    font-size: 16px;
  }
  .cta li a svg{
    width:34px;
  }
}
/*------------------------------------------
//// footer
---------------------------------------------*/
footer{
  width:100%;
  background: #fff;
}
footer .f1{
  width:100%;
  padding:70px 15px;
  border-bottom: 1px solid #dcdfe3;
}
footer .f1 img{
  display:block;
  width:100%;
  max-width:260px;
  height:auto;
  margin:0 auto;
  pointer-events: none;
}
/*--------------*/
footer .f2{
  width:100%;
  padding:30px 0px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #f5f5f5;
}
footer .f2 ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width:100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .f2 ul li{
  position: relative;
  padding:0 30px;
}
footer .f2 ul li::after{
  content:"";
  position: absolute;
  width:1px;
  height:100%;
  background: #353c42;
  top:calc(50% - 9px);
  right:0;
  transform:rotate(15deg);
}
footer .f2 ul li:last-of-type::after{
  display:none;
}
footer .f2 ul li a{
  display:block;
  line-height: 1.4;
  color: #353c42;
  transition: 0.2s ease-in-out;
}
footer .f2 ul li a:hover{
  filter:alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7;
}
/*--------------*/
footer .f3{
  width:100%;
  padding:20px 15px;
  border-top: 1px solid #dcdfe3;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 1200px){
  footer .f3{
    padding:20px 15px 200px;
  }
}
@media screen and (max-width: 780px){
  footer .f1{
    padding:50px 15px;
  }
}

@media screen and (max-width: 680px){
  footer .f2{
    padding:10px 0px;
  }
  footer .f2 ul li{
    width:50%;
    padding:0 0px;
  }
  footer .f2 ul li a{
    text-align: center;
    padding:15px 0;
  }
  footer .f2 ul li::after{
    display:none;
  }
  footer .f3{
    padding:20px 15px 100px;
  }
}
@media screen and (max-width: 320px){
  footer .f1{
    padding:40px 15px;
  }
  footer .f1 img{
    width:200px;
  }
}


/* ----------------------------------------------------------------------
 mw-wrap
---------------------------------------------------------------------- */

#mw-wrap{
 position: fixed;
 overflow: visible;
 top: 0;
 left: 0;
 margin: 0 auto;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 width: 100%;
 height: 100vh;
 background: rgba(53,60,66,0.9);
 transition: 0.3s ease-in-out;
 transform: scale(0.9);
 opacity: 0;
 pointer-events: none;
 box-sizing: border-box;
 padding-bottom: 50px;
 z-index: 200;
}
.open-mw #mw-wrap{
 pointer-events: auto;
 opacity: 1;
 transform: scale(1);
}
.open-mw header,
.open-mw section,
.open-mw footer{
	filter: blur(4px);
}
#mw-wrap .pop-wrap{
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 z-index: 10;
 display: table;
 table-layout: fixed;
 padding:0px 15px;
 -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#mw-wrap .pop-wrap .pop-wrap-inner{
 display: table-cell;
 vertical-align: middle;
 width: 100%;
 padding: 30px 0 0;
 text-align: center;
}
#mw-wrap .pop-wrap .pop-wrap-inner .poplog{
position: relative;
 display: inline-block;
 width: 100%;
 height: 96vh;
 max-width:1300px;
 overflow-y: scroll;
 background: #fff;
 margin: 0 auto;
}

#mw-wrap ::-webkit-scrollbar {
	 width: 10px;
}
#mw-wrap ::-webkit-scrollbar-track {
 border-radius: 10px;
 box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
#mw-wrap ::-webkit-scrollbar-thumb {
 background-color: #001e50;
 border-radius: 10px;
 box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
.after_cl{
  position: absolute;
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  justify-content: center;
  align-items: center;
  height:120px;
  left:0;
  bottom:0;
  box-shadow: 0px -8px 15px -5px rgba(0,0,0,0.2);
}
.pwind-close{
  position: relative;
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  justify-content: center;
  align-items: center;
 width:66px;
 height:66px;
 background: #353c42;
 cursor: pointer;
 border-radius: 50px;
}
.pwind-close:before,
.pwind-close:after{
 content: "";
 display: block;
 width: 50px;
 height: 2px;
 background: #fff;
 position: absolute;

 transform: rotate(45deg);
 transition: 0.3s;
}
.pwind-close:after{
 transform: rotate(-45deg);
}
.pwind-close:hover{
 background: #444b52;
}
.mainpopbox{
  padding:0px 0 50px;
}
.pop-mw_close{
  position: absolute;
  top:20px;
  right:15px;
  width:66px;
  height:66px;
  background: #353c42;
  cursor: pointer;
  z-index: 10;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}
.pop-mw_close:hover{
  background: #444b52;
}
.pop-mw_close span{
 display: block;
 width: 50px;
 margin: 5px auto;
 transition: 0.3s;
 position: relative;
 z-index: 2;
}
.pop-mw_close span:before,
.pop-mw_close span:after{
 content: "";
 display: block;
 width: 50px;
 height: 2px;
 background: #fff;
 position: absolute;
 top: 27px;
 left: 0;
 transform: rotate(45deg);
 transition: 0.3s;
}
.pop-mw_close span:after{
 transform: rotate(-45deg);
}
.pop-mw_close:hover{
 opacity: 0.8;
}

#mw-wrap .pop_header{
  position: relative;
  border-top: 5px solid #00b0f0;
  border-bottom: 1px solid#f3f5f6;
  padding:30px 50px;
  text-align: center;
  font-size: 20px;
}
#mw-wrap .pop_header .pop_h{
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}
#mw-wrap .pop_inner{
  padding:50px 50px 130px;
}
#mw-wrap .pop_inner .pop_tel{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
  justify-content: space-between;
}
#mw-wrap .pop_inner .pop_tel li{
  width:48%;
  margin-bottom: 50px;
}
#mw-wrap .pop_inner .pop_tel li .tel_h{
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebeeef;
}

#mw-wrap .pop_inner .pop_tel li .tel_h span{
  margin-right: 6px;
}
#mw-wrap .pop_inner .pop_tel li .tel_p{
  text-align: left;
}
#mw-wrap .pop_inner .pop_tel li .tel_p a{
  color:#00b0f0;
  letter-spacing: 0rem;
  font-size: 50px;
  font-weight: bold;
}
#mw-wrap .pop_inner .pop_box{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
  justify-content: space-between;
}
#mw-wrap .pop_inner .pop_box article{
  width:48%;
  margin-bottom: 40px;
}
#mw-wrap .web_h{
  padding:15px 5px;
  background: #353c42;
  color:#fff;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #353c42;
}
#mw-wrap .web_inner{
  padding:30px 30px 10px;
  border: 1px solid #353c42;
}
#mw-wrap .web_btn li{
  margin-bottom: 20px;
}
#mw-wrap .web_btn li a{
  display:block;
  background: #00b0f0;
  color:#fff;
  padding:25px 5px;
  border-radius: 5px;
  font-weight: 600;
}
#mw-wrap .web_btn li a span{
  margin-right: 5px;
}
#mw-wrap .web_btn li a:hover{
  background: #1ac2ff;
}
@media screen and (max-width: 860px){
  #mw-wrap .pop_inner .pop_tel li .tel_p a{
    font-size: 30px;
  }
}
@media screen and (max-width: 760px){
  #mw-wrap .pop_inner .pop_box article{
    width:100%;
    margin-bottom: 40px;
  }
  .after_cl{
    position: fixed;
    background: #fff;
  }
}
@media screen and (max-width: 680px){
  .pop-mw_close{
    width:58px;
    height:58px;
  }
  .pop-mw_close span{
   width: 30px;
  }
  .pop-mw_close span:before,
  .pop-mw_close span:after{
   width: 30px;
   top: 24px;
   left: 0;
  }
  #mw-wrap .pop_inner .pop_tel li{
    width:100%;
    margin-bottom: 40px;
  }
  .after_cl{
    height:70px;
  }
  .pop-mw_close{
    top:10px;
    right:10px;
    width:46px;
    height:46px;
  }
  .pop-mw_close span{
   width: 30px;
  }
  .pop-mw_close span:before,
  .pop-mw_close span:after{
   content: "";
   display: block;
   width: 30px;
   height: 2px;
   background: #fff;
   position: absolute;
   top: 17px;
   left: 0;
   transform: rotate(45deg);
   transition: 0.3s;
  }
  .pop-mw_close span:after{
   transform: rotate(-45deg);
  }
  .pwind-close{
   width:46px;
   height:46px;
  }
  .pwind-close:before,
  .pwind-close:after{
   width: 30px;
  }
  #mw-wrap .pop_header{
    padding:20px 15px;

  }
  #mw-wrap .pop_header .pop_h{
    font-size: 18px;
  }
  #mw-wrap .pop_inner{
    padding:30px 15px 50px;
  }
  #mw-wrap .pop_inner .pop_tel li .tel_h{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
  }
  #mw-wrap .pop_inner .pop_tel li .tel_p a{
    font-size: 20px;
  }
  #mw-wrap .web_h{
    padding:12px 5px;
    font-size: 16px;
  }
  #mw-wrap .web_inner{
    padding:15px 15px 10px;
  }
  #mw-wrap .web_btn li a{
    padding:15px 5px;
    font-size: 14px;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 500px){

}

/*------------------------------------------
//// f_cta
---------------------------------------------*/
.f_cta{
  position: fixed;
  opacity: 0;
  pointer-events: none;
  left:0;
  bottom:-300px;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1200px){
  .scrolled .f_cta{
    display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	width:100%;
    justify-content: space-between;
    opacity: 1;
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.9);
    padding:20px 20px;
    bottom:0;
  }
  .f_cta li{
    width:48%;
  }
  .f_cta li a{
    display:block;
    background: #00b0f0;
    padding:25px 15px;
  }
  .f_cta li a img{
    display:block;
    width:100%;
    max-width:200px;
    margin:0 auto;
  }
  .f_cta li a:hover{
    background: #1ac2ff;
  }

}
@media screen and (max-width: 1200px){
  .scrolled .f_cta{
    padding:10px 10px;
  }
  .f_cta li a{
    padding:20px 10px;
  }
}

.asort{
  width:100%;
  padding:20px 15px;
  color:#e61c55;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border: 5px solid #e61c55;
  margin-bottom: 50px;
}

@media screen and (max-width: 680px){
  .asort{
    padding:20px 15px;
    font-size: 18px;
    margin-bottom: 40px;
  }
}
