@charset "utf-8";

/* last-update: 20150302 */
/* last-update: 20180215 */
/* last-update: 20190228 */
/* last-update: 20210316 */
/* last-update: 20210420 */

/* ------------------------------------
	contents.css: I N D E X
------------------------------------
- base css
	- btn_opacity
	- title_line
	- title_bar
	- title_line_bg

- contents css
	- contact
	- order
	- environment
	- sds

- guide css
	- index
	- local
	- global

- product css
	- index: main
	- details: material
------------------------------------ */
@font-face {
  font-family: "template-iconfont";
  /*src: url("/_assets/css/font/template-iconfont.eot"); */
  /* src: url("/_assets/css/font/template-iconfont.eot?#iefix") format("eot"), url("/_assets/font/template-iconfont.woff") format("woff"), url("/_assets/font/template-iconfont.ttf") format("truetype"), url("/_assets/font/template-iconfont.svg#template-iconfont") format("svg"); */
  src: url("/_assets/font/template-iconfont.woff") format("woff"), url("/_assets/font/template-iconfont.ttf") format("truetype"), url("/_assets/font/template-iconfont.svg#template-iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}


/* -----------------------------------------------------------------
	base css
----------------------------------------------------------------- */
#contents p.top span{
  font-size:14px;
}

#contents #order,
#contents #environment,
#contents #contact,
#contents #guide,
#contents #local,
#contents #global,
#contents #sds,
#contents #cad{
  margin:40px auto 50px auto;
  width:100%;
  max-width:950px;
  text-align:left;
  z-index:0;
}
#contents #order h1,
#contents #environment h1,
#contents #contact h1,
#contents #guide h1,
#contents #local h1,
#contents #global h1,
#contents #sds h1,
#contents #cad h1,
#contents #order h2,
#contents #environment h3,
#contents #guide h2,
#contents #local h2,
#contents #global h2,
#contents #sds h2,
#contents #cad h2,
#contents #environment h3,
#contents #contact h3,
#contents #guide h3,
#contents #local h3,
#contents #global h3,
#contents #sds h3,
#contents #cad h3{
  padding:0;
}

@media screen and (max-width: 640px) {
  #contents #order,
  #contents #environment,
  #contents #contact,
  #contents #guide,
  #contents #local,
  #contents #global,
  #contents #sds,
  #contents #cad{
    margin:40px auto 0 auto;
    max-width:640px;
    width:92%;
  }
  /* sp_index */
  #contents #contact,
  #contents #contact .index,
  #contents #contact .index h2,
  #contents #contact .nav ul,
  #contents #guide,
  #contents #guide .index,
  #contents #guide .index h2,
  #contents #guide .nav ul,
  #contents #local,
  #contents #local .index,
  #contents #local .index h2,
  #contents #local .nav ul,
  #contents #global,
  #contents #global .index,
  #contents #global .index h2,
  #contents #global .nav ul,
  #contents #sds,
  #contents #sds .index,
  #contents #sds .index h2,
  #contents #sds .nav ul,
  #contents #cad,
  #contents #cad .index,
  #contents #cad .index h2,
  #contents #cad .nav ul,{
    width:100%;
    max-width:100%;
  }
  #contents #order .main,
  #contents #environment .main,
  #contents #contact .main,
  #contents #sds .main,
  #contents #cad .main{
    float:none;
    width:100%;
    margin:0 auto 50px;
  }
  #contents #guide .main,
  #contents #local .main,
  #contents #global .main{
    float:none;
    width:100%;
    margin:0 auto 50px;
    word-wrap:break-word;
  }
  #contents #contact .nav,
  #contents #guide .nav,
  #contents #local .nav,
  #contents #global .nav,
  #contents #sds .nav,
  #contents #cad .nav{
    float:none;
    width:100%;
    margin:0 auto 20px;
    text-align:left;
  }
  #contents #contact .nav ul,
  #contents #guide .nav ul,
  #contents #local .nav ul,
  #contents #global .nav ul,
  #contents #sds .nav ul,
  #contents #cad .nav ul{
    float:none;
    width:100%;
    margin:0 auto;
  }
  #contents #contact .nav .contact li,
  #contents #guide .nav .contact li,
  #contents #local .nav .contact li,
  #contents #global .nav .contact li,
  #contents #sds .nav .contact li,
  #contents #cad .nav .contact li,
  #contents #contact .nav .bnr,
  #contents #guide .nav .bnr,
  #contents #local .nav .bnr,
  #contents #global .nav .bnr,
  #contents #sds .nav .bnr,
  #contents #cad .nav .bnr{
    margin-bottom:20px;
  }
  #contents #contact .nav ul li img,
  #contents #guide .nav ul li img,
  #contents #local .nav ul li img,
  #contents #global .nav ul li img,
  #contents #sds .nav ul li img,
  #contents #cad .nav ul li img,
  #contents #contact .main img,
  #contents #guide .main img,
  #contents #sds .main img,
  #contents #product .main img {
    min-width: 100%;
  }
}


/* btn_opacity */
#contents .btn a:hover{
  opacity:0.8;
}


/* title_line */
#contents .ttlline,
#contents .ttlline.top{
  clear:both;
  width:100%;
  border-top:solid 3px #000;
  background-image:url("../images/ttl_line.png");
  background-repeat:repeat-x;
  background-position:left bottom;
  margin:50px 0 20px 0;
}
#contents .ttlline.top{
  margin:0 0 20px 0;
}
#contents .ttlline span{
  display:block;
  padding:15px 0;
  color:#333;
  font-size:21px;
  letter-spacing:1.3px;
}

/* title_bar */
#contents .ttlbar,
#contents .ttlbar.top{
  clear:both;
  background-color:#333;
  margin:50px 0 20px 0;
  padding:7px 12px;
  color:#fff;
  font-size:16px;
  line-height:1.2;
  letter-spacing:1.3px;
}
#contents .ttlbar.top{
  margin:0 0 20px 0;
}



/* -----------------------------------------------------------------
	contents css
----------------------------------------------------------------- */
/* contact
----------------------------------------------------------------- */
/* index */
#contents #contact h1{
  font-size:30px;
  color:#333;
  padding-bottom:30px;
}
#contents #contact h3{
  padding:5px 12px;
}
#contents #contact .inquiry{
  margin-bottom:30px;
}
#contents #contact .inquiry .tel{
  margin-top:7px;
  margin:7px 0 5px 0;
  font-size:12px;
}
#contents #contact .inquiry .ttl{/* 220801 add */
  margin-top:7px;
  margin-bottom: 7px;
  font-size:14px;
}
#contents #contact .inquiry li{
  background-image:url("../images/ttl_line.png");
  background-repeat:repeat-x;
  background-position:left bottom;
  margin-bottom:15px;
  padding-bottom:20px;
  text-align:left;
}
#contents #contact .inquiry dt{
  float:left;
}
#contents #contact .inquiry dt div{
  float:left;
  width:65px;
}
#contents #contact .inquiry dt p{
  display:inline-block;
  float: left;
  margin: 18px 0 0 15px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#contents #contact .inquiry dd{
  float:right;
  width:353px;
  margin-top:2px;
  text-align:left;
}
#contents #contact dl.headoffice{
  display:table;
  background-color:#fff;
  padding:20px;
}
#contents #contact dl.headoffice dt{
  display:table-cell;
  width:25%;
  vertical-align:middle;
  font-weight:bold;
}
#contents #contact dl.headoffice dd{
  display:table-cell;
  border-left:solid 1px #ccc;
  width:75%;
  padding-left:30px;
}

@media screen and (max-width: 640px) {
  /* sp_title */
  #contents #contacttitle{
    background-size:cover;
    min-height:69px;
  }
  #contents #contacttitle h1{
    margin:0 auto;
    padding:22px 3px 0 0;
    font-size:18px;
    letter-spacing:0.06em;
    text-align:center;
    font-weight:normal;
  }

  #contents #contact h1{
    display:none;
  }
  #contents #contact .inquiry dt,
  #contents #contact .inquiry dd{
    float:none;
    width:100%;
  }
  #contents #contact .inquiry dt div{
    margin:0 0 5px 0;
  }
  #contents #contact .inquiry dt p{
    font-size:18px;
    width: calc(100% - 80px);/* 220801 add */
    padding-bottom: 30px;/* 220801 add */
  }
  #contents #contact dl.headoffice{
    display:block;
    padding:0 10px;
  }
  #contents #contact dl.headoffice dt{
    float:none;
    width:100%;
    padding-bottom:5px;
  }
  #contents #contact dl.headoffice dd{
    display:block;
    border:none;
    width:100%;
    padding-left:0;
  }
}





/* order service
----------------------------------------------------------------- */
#contents #spServicettitle{
  display:none;
}

/* index */
@media screen and (max-width: 640px) {
  /* sp_ttlline */
  #contents .ttlline{
    width:100%;
  }
  #contents .ttlline span{
    display:block;
    padding:6px 0 8px 0;
    color:#333;
    font-size:16px;
    letter-spacing:1.3px;
  }
}

#contents #order h1{
  padding-bottom:30px;
}
#contents #order p.top{
  font-size:16px;
  padding-bottom:45px;
}
#contents #order .title{
  width:680px;
  margin:0;
}
#contents #order .title ul,
#contents #order .flow ul{
  font-size:0;
}
#contents #order .title li,
#contents #order .flow li{
  display:table-cell;
}
#contents #order .merit{
  background-image:url("../images/order/image_bg.png");
  background-repeat:no-repeat;
  background-position:left bottom;
  margin:0;
  padding-bottom:30px;
}
#contents #order .merit ul{
  background-color:#fff;
  background-image:url("../images/order/image05.png");
  background-repeat:no-repeat;
  padding:23px 0 5px 141px;
}
#contents #order .merit li{
  background-image:url("../images/icon.png");
  background-repeat:no-repeat;
  background-position:left 3px;
  margin-top:10px;
  padding-left:23px;
  font-size:14px;
  font-weight:bold;
}

#contents #order .gba li,
#contents #order .gdm li{
  float:right;
}
#contents #order .gba li.top,
#contents #order .gdm li.top{
  float:left;
  border:0;
}

#contents #order .flow{
  margin:20px 0 60px 0;
}

#contents #order .orderbtn{
  width:100%;
  margin:0 auto;
  font-size:18px;
  letter-spacing:0.02em;
}
#contents #order .orderbtn a{
  display:block;
  background-color:#e25544;
  border-radius:3px;
  background-image:url(../images/order/icon_pdf.png),
    url(../images/order/icon_arw_w.png);
  background-repeat:no-repeat,
    no-repeat;
  background-size:4%,
    1.7%;
  background-position:16% 50%,
    97.8% 54%;
  color:#fff;
  padding:18px 27px 16px 150px;
  text-decoration:none;
}
#contents #order .orderbtn a:hover{
  background-color:#dc0f2b;
}


@media screen and (max-width: 640px) {
  /* order */
  #contents #order .title{
    width:100%;
  }
  #contents #order .merit{
    background-image:url("../images/order/image_bg.png");
    background-size:contain;
  }
  #contents #order .merit ul{
    background-size:18%;
    padding:4% 10% 1% 20%;
  }
  #contents #order .title img{
    vertical-align:top;
  }
  #contents #order .gba li,
  #contents #order .gdm li,
  #contents #order .gba li.top,
  #contents #order .gdm li.top{
    width:48%;
  }
  #contents #order .gba li img,
  #contents #order .gdm li img,
  #contents #order .gba li.top img,
  #contents #order .gdm li.top img{
    min-width:100%;
  }
  #contents #order .flow{
    margin:20px 0 30px 0;
  }
  #contents #order .flow li{
    display:inline-block;
    width:49%;
    vertical-align:top;
  }
  #contents #order .flow li:nth-child(1),
  #contents #order .flow li:nth-child(2){
    margin-bottom:15px;
  }
  #contents #order .flow li img{
    min-width:100%;
  }

  #contents #order .orderbtn{
    font-size:14px;
    letter-spacing:-0.03em;
    font-weight:bold;
  }
  #contents #order .orderbtn a{
    border-radius:3px;
    background-image:url(../images/order/icon_pdf.png),
      url(../images/order/icon_arw_w.png);
    background-repeat:no-repeat,
      no-repeat;
    background-size:6%,
      3%;
    background-position:6.5% 49%,
      95.5% 49%;
    padding:5% 9% 5% 16.2%;
  }
}


/* environment
----------------------------------------------------------------- */
#contents #environment h1{
  padding-bottom:30px;
  font-size:30px;
  color:#333;
  font-weight:normal;
}
#contents #environment p.top{
  font-size:16px;
  padding-bottom:45px;
}
#contents #environment .title{
  width:680px;
  padding-bottom:15px;
}
#contents #environment h3.top{
  margin:0 0 20px 0;
}
#contents #environment p{
  font-size:14px;
  padding-bottom:30px;
}
#contents #environment .target li{
  background-image:url("../images/icon.png");
  background-repeat:no-repeat;
  background-position:left 3px;
  margin-bottom:15px;
  padding-left:25px;
  font-size:14px;
  font-weight:bold;
}



/* sds
----------------------------------------------------------------- */
#contents #sds h1{
  margin-bottom:10px;
  font-size:30px;
  color:#333;
  font-weight:normal;
}
#contents #sds p{
  padding-top:20px;
}
#contents #sds p.top{
  font-size:16px;
  padding-top:0;
  padding-bottom:45px;
}

#contents #sds .main{
  float:left;
  width:700px;
  text-align:left;
  margin:0 auto 50px;
}

#contents #sds .download{
  width:700px;
}
#contents #sds .download li{
  float:left;
  padding:0 20px 18px 0;
}
#contents #sds .download li span{
  display:block;
  padding-top:10px;
  color:#666;
  font-size:12px;
  text-align:center;
}
#contents #sds .download li a{
  display:block;
  background-image:url("../images/sds/bg_off.png");
  background-repeat:no-repeat;
  background-position:left bottom;
  padding-bottom:13px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
}
#contents #sds .download li a:hover{
  display:block;
  background-image:url("../images/sds/bg_on.png");
  background-repeat:no-repeat;
  background-position:left bottom;
}
#contents #sds .download li a:link,
#contents #sds .download li a:visited{
  text-decoration:none;
}

#contents #sds .download li dl{
  clear:both;
  overflow:hidden;
  width:155px;
}
#contents #sds .download li dt{
  float:left;
  display:block;
  width:100%;
  background-image:url("../images/sds/bg_off.png");
  background-repeat:no-repeat;
  background-position:left top;
  border-bottom:1px solid #ccc;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
}
#contents #sds .download li dt .title{
  display:table;
  table-layout:fixed;
  width:100%;
  height:145px;
  text-align:center;
}
#contents #sds .download li dt .title-name{
  display:table-cell;
  padding:0 10px;
  color:#1780c4;
  font-size:16px;
  line-height:1.2;
  font-weight:bold;
  vertical-align:middle;
}
#contents #sds .download li dt span.title-ja,
#contents #sds .download li dt span.title-en{
  color:#1780c4;
  line-height:1.2;
}
#contents #sds .download li dt span.title-ja{
  padding-top:0;
  font-size:12px;
  font-weight:bold;
}
#contents #sds .download li dt span.title-en{
  padding-top:6px;
  font-size:12px;
  font-weight:normal;
}
#contents #sds .download li dd span{
  letter-spacing:-0.05em;
}
#contents #sds .download li dd.japanese a{
  float:left;
  display:block;
  width:100%;
  background-image:url("../images/sds/bg_off.png");
  background-repeat:no-repeat;
  background-position:left bottom;
  padding-bottom:10px;
  border-top-left-radius:2px;
  border-top-right-radius:0;
}
#contents #sds .download li dd.japanese a:hover,
#contents #sds .download li dd.english1 a:hover,
#contents #sds .download li dd.english2 a:hover{
  display:block;
  background-image:url("../images/sds/bg_on.png");
  background-repeat:no-repeat;
  background-position:left bottom;
  padding-bottom:10px;
}

/* --- There is also English version --- */
#contents #sds .download li dd.english1 a{
  float:left;
  display:block;
  width:49%;
  background-image:url("../images/sds/bg_off.png");
  background-repeat:no-repeat;
  background-position:left bottom;
  padding-bottom:10px;
  border-left:0;
  border-top-left-radius:2px;
  border-top-right-radius:0;
}
#contents #sds .download li dd.english2 a{
  float:left;
  display:block;
  width:50%;
  background-image:url("../images/sds/bg_off.png");
  background-repeat:no-repeat;
  background-position:right bottom;
  padding-bottom:10px;
  border-left:1px solid #ccc;
  border-top-left-radius:2px;
  border-top-right-radius:0;
}

@media screen and (max-width: 640px) {
  #contents #sds .main,
  #contents #sds .download{
    width:100%;
  }
  #contents #sds p.top{
    padding-bottom:25px;
  }
  #contents #sds .download li{
    float:left;
    width:49%;
    height:auto;
    margin:0 0 3% 0;
    padding:0;
    background-image:url("../images/sds/bg_off.png");
    background-repeat:no-repeat;
    background-position:left bottom;
    background-size:cover;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
  }
  #contents #sds .download li:nth-child(odd){
    float:right;
    margin:0 0 3% 0;
  }
  #contents #sds .download li:last-child{
    float:left;
    margin:0 0 3% 0;
  }
  #contents #sds .download li a{
    display:block;
  }
  #contents #sds .download li span{
    padding-top:20px;
    font-size:14px;
  }
  #contents #sds .download li dl{
    width:100%;
  }
  #contents #sds .download li dt{
    float:left;
    display:block;
    width:100%;
    background-image:url("../images/sds/bg_off.png");
    background-repeat:no-repeat;
    background-position:left top;
    background-size:cover;
    border-bottom:1px solid #ccc;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
  }
  #contents #sds .download li dd.japanese a{
    float:left;
    display:block;
    width:100%;
    background-image:url("../images/sds/bg_off.png");
    background-repeat:no-repeat;
    background-position:left bottom;
    background-size:cover;
    padding-bottom:20px;
    border-top-left-radius:2px;
    border-top-right-radius:0;
  }
  #contents #sds .download li dd.english1 a{
    width:49.6%;
  }
  #contents #sds .download li dd.english1 a,
  #contents #sds .download li dd.english2 a,
  #contents #sds .download li dd.japanese a:hover,
  #contents #sds .download li dd.english1 a:hover,
  #contents #sds .download li dd.english2 a:hover{
    padding-bottom:20px;
  }
}

@media screen and (max-width: 543px) {
  #contents #sds .download li,
  #contents #sds .download li dd.english1 a{
    width:49%;
  }
}





/* -----------------------------------------------------------------
	guide css
----------------------------------------------------------------- */
#contents #guide h1,
#contents #local h1,
#contents #global h1{
  padding-bottom:30px;
  font-size:30px;
  color:#333;
  font-weight:normal;
}

/* local, global */
#contents #local .title,
#contents #global .title{
  padding-bottom:20px;
}
#contents #local .title h2,
#contents #global .title h2{
  float:left;
  color:#555;
  font-size:20px;
  font-weight:bold;
}
#contents #local .title p,
#contents #global .title p{
  float:right;
  display:inline-block;
  background-image:url("../images/icon_arw.png");
  background-repeat:no-repeat;
  background-size:25%;
  background-position:left center;
  padding-left:20px;
}
#contents #local .title p a,
#contents #local .title p a:hover,
#contents #global .title p a,
#contents #global .title p a:hover{
  color:#333;
  text-decoration:none;
}
#contents #local .title p a:hover,
#contents #global .title p a:hover{
  color:#2a96e1;
}

#contents #local h3.ttlbar,
#contents #global h3.ttlbar{
  margin:0 0 15px 0;
  padding:5px 0 5px 10px;
}
#contents #local h3.ttlbar:first-child,
#contents #global h3.ttlbar:first-child{
  margin:20px 0 15px 0;
}

#contents #local dl,
#contents #global dl{
  background-image:url("../images/ttl_line.png");
  background-repeat:repeat-x;
  background-position:left bottom;
  margin-bottom:20px;
  padding-bottom:20px;
  font-size:14px;
  text-align:left;
}
#contents #local dt,
#contents #global dt{
  float:left;
  width:172px;
  font-weight:bold;
}
#contents #local dd,
#contents #global dd{
  float:right;
  width:508px;
}
#contents #local dt span,
#contents #local dd span,
#contents #global dt span,
#contents #global dd span{
  display:block;
}
#contents #local dd span.address,
#contents #local dd span.tel-link,
#contents #global dd span.address,
#contents #global dd span.tel-link{
  display:inline;
}
#contents #local dd em,
#contents #global dd em{
  font-weight:bold;
  font-style:normal;
}
#contents #local dd a,
#contents #global dd a{
  color:#1780c4;
}

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

  /* local, global */
  #contents #local .network,
  #contents #global .network{
    width:92%;
    margin:0 auto;
    word-break:normal;
  }
  #contents #local dt,
  #contents #local dd,
  #contents #global dt,
  #contents #global dd{
    float:none;
    width:100%;
  }
  #contents #local dt,
  #contents #global dt{
    margin-bottom:10px;
  }
  #contents #local dt span,
  #contents #local dd span,
  #contents #local dd span.tel-link,
  #contents #global dt span,
  #contents #global dd span,
  #contents #global dd span.tel-link{
    display:inline;
  }
  #contents #local dd span.address,
  #contents #global dd span.address{
    display:block;
  }
}





/* -----------------------------------------------------------------
	product css
----------------------------------------------------------------- */
/* index: main */
#contents #product #index_list{
  margin-bottom:40px;
  font-size:14px;
  line-height:1.2;
  text-align:left;
}
#contents #product #index_list li{
  float:left;
  width:48%;
}

#contents #product #index_list .item{
  clear:both;
  width:100%;
}
#contents #product #index_list .image{
  float:left;
  width:50%;
}
#contents #product #index_list .image img{
  max-width:95%;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  box-shadow:rgba(0, 0, 0, 0.86) 0px 1px 4px -2px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.86) 0px 1px 4px -2px;
  -moz-box-shadow:rgba(0, 0, 0, 0.86) 0px 1px 2px -2px;
}
#contents #product #index_list dl{
  float:left;
  width:150px;
}
#contents #product #index_list dt{
  margin:0 0 8px 0;
  color:#1780c4;
  font-weight:bold;
}
#contents #product #index_list dd{
  line-height:1.5;
}
#contents #product #index_list a{
  cursor:pointer;
}
#contents #product #index_list dt a:link,
#contents #product #index_list dt a:visited{
  text-decoration:underline;
  color:#1780c4;
}
#contents #product #index_list dt a:hover,
#contents #product #index_list dt a:active{
  opacity:0.7;
}
#product .index ul li.newitem{
  position:relative;
}
#product .index ul li.newitem span{
  position:absolute;
  top:0;
  left:0;
  width:46px;
  height:46px;
}

@media screen and (max-width: 640px) {
  #contents #product #index_list .nav ul{
    float:none;
    width:92%;
    margin:0 auto;
  }
  #contents #product #index_list,
  #contents #product #index_list li{
    float:none;
    width:100%;
  }
  #contents #product #index_list li{
    margin:0 0 3% 0;
    height:auto !important;
  }
  #contents #product #index_list ul,
  #contents #product #index_list li:last-child{
    margin:0;
  }
  #product .index ul li.newitem span{
    max-width:100%;
    max-height:100%;
  }
  #contents #product #index_list .image{
    float:left;
    width:45%;
  }
  #contents #product #index_list dl{
    float:right;
    width:52%;
  }
  #contents #product #index_list dt{
    font-size:16px;
  }
}

/* details: material */
#contents #product .material .list{
  margin-bottom:40px;
  font-size:14px;
  line-height:1.2;
  text-align:center;
}
#contents #product .material .list li{
  display:inline;
  border-right: solid 1px #9b9b9b;
  color:#9b9b9b;
  padding:0 20px;
  text-align:left;
}
#contents #product .material .list li:before{
  content:"↓";
  padding-right:6px;
}
#contents #product .material .list li.last{
  border-right:0;
}
#contents #product .material .list a{
  color:#1780c4;
  text-decoration:underline;
}
#contents #product .material .listttl{
  clear:both;
  margin-bottom:30px;
  padding-top:10px;
  text-align:left;
}
#contents #product .material .listttl h3{
  font-size:18px;
  font-weight:bold;
}
#contents #product .material dl{
  clear:both;
  width:680px;
  font-size:14px;
  padding-bottom:30px;
}
#contents #product .material dt{
  float:left;
  width:150px;
}
#contents #product .material dd{
  float:right;
  width:522px;
  text-align:left;
}
#contents #product .material dt span{
  display:block;
  color:#1780c4;
  line-height:1.2;
  background-image:url("../images/product/material_icon.png");
  background-repeat:no-repeat;
  background-position:left top;
  padding-left:15px;
  text-align:left;
  font-weight:bold;
}
#contents #product .material dd .image,
#contents #product .material dd .image2{
  float:left;
  width:172px;
  margin-right:38px;
}
#contents #product .material dd .image2{
  margin-right:20px;
}
#contents #product .material dd .image3{
  float:left;
  width:250px;
}
#contents #product .material dd .image p{
  margin-bottom:10px;
}

@media screen and (max-width: 640px) {
  #contents #product .material p,
  #contents #product .material span{
    font-size:16px;
    line-height:1.5;
  }
  #contents #product .material .list{
    margin-bottom:25px;
  }
  #contents #product .material .list li{
    display:block;
    border-right:none;
    margin-left:10px;
    padding:0 0 10px 0;
    text-align:left;
  }
  #contents #product .material .list li:last-child{
    padding:0;
  }
  #contents #product .material .listttl{
    margin-bottom:15px;
  }
  #contents #product .material dl{
    clear:both;
    width:100%;
    padding-bottom:20px;
  }
  #contents #product .material dt{
    float:none;
    margin-bottom:10px;
  }
  #contents #product .material dd{
    float:none;
    width:100%;
  }
  #contents #product .material dd .image,
  #contents #product .material dd .image2{
    float:none;
    width:100%;
    margin-right:0;
  }
  #contents #product .material dd .image + .image{
    margin-top:30px;
  }
  #contents #product .material dd .image2{
    margin-right:0;
  }
  #contents #product .material dd .image3{
    float:none;
    width:100%;
  }
  #contents #product .material dd .image p,
  #contents #product .material dd .image2 p,
  #contents #product .material dd .image3 p{
    margin-bottom:10px;
  }
}


/* about_product
----------------------------------------------------------------- */
#about_product h2 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #1d2c4c;
}
#about_product h2 span {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 163px;
  padding: 10px 0 10px 20px;
  background-color: #0b1327;
}
#about_product h2 span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  z-index: -1;
  border-top: 50px solid #0b1327;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}
#about_product .txt {
  font-size: 18px;
}

#about_product .contents__glay {
  padding: 20px;
  background-color: #f3f9fd;
}
#about_product .contents__blue {
  padding: 20px;
  background-color: #d6eaf9;
}

#about_product .contents-intro {
  display: flex;
}
#about_product .contents-intro-copy {
  width: 55%;
}

#about_product .contents-about .contents-about-figure {
  margin: 25px 0;
}
#about_product .contents-about .contents-about-example {
  float: left;
  width: 40%;
}
#about_product .contents-about .contents-about-detail {
  float: right;
  position: relative;
  width: 51%;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
#about_product .contents-about .contents-about-detail::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 20px;
  margin-left: 0;
  border: 20px solid transparent;
  border-bottom: 60px solid #fff;
}
#about_product .contents-about .contents-about-detail-copy{
  margin-top: 10px;
  font-size: 15px;
}

#about_product .contents-movie h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
#about_product .contents-movie h3::before {
  content: "■";
  color: #1780c3;
  margin-right: 5px;
}
#about_product .contents-movie .contents-movie-box {
  display: flex;
  margin-bottom: 20px;
}
#about_product .contents-movie .contents-movie-box:last-child {
  margin-bottom: 0;
}
#about_product .contents-movie .contents-movie-box .visual-box_movie__thumb {
  width: 47%;
  overflow: hidden;
}
#about_product .contents-movie .contents-movie-box .visual-box_movie__frame {
  position: relative;
  padding-top: 56.25%;
}
#about_product .contents-movie .contents-movie-box .visual-box_movie__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#about_product .contents-movie .contents-movie-box-copy {
  width: 48%;
  padding-left: 2%;
}

#about_product .contents-feature {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
}
#about_product .contents-feature h4 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #555;
}
#about_product .contents-feature h4::before {
  content: "■";
  color: #1780c3;
  margin-right: 5px;
}
#about_product .contents-feature h4 span {
  font-weight: normal;
}
#about_product .contents-feature ul {
  margin-bottom: 20px;
}
#about_product .contents-feature ul li {
  margin-bottom: 5px;
  font-size: 18px;
}
#about_product .contents-feature ul li::before {
  content: "●";
  margin-right: 5px;
}
#about_product .contents-feature dl {
  font-size: 15px;
}
#about_product .contents-feature dl dt {
  float: left;
  width: 25%;
  margin-right: 10px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  background-color: #d6eaf9;
}
#about_product .contents-feature dl dd {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  #about_product .main{
    float:none;
    width:100%;
    max-width:100%;
    margin: 0 auto 50px;
  }
  #about_product .main img {
    min-width:100%;
  }
  #about_product h2 {
    font-size: 16px;
  }
  #about_product h2 span {
    width: 35%;
    padding-left: 15px;
  }
  #about_product h2 span::after {
    border-top: 44px solid #0b1327;
  }
  #about_product .txt {
    font-size: 16px;
  }
  #about_product .contents__glay {
    padding: 15px;
  }
  #about_product .contents__blue {
    padding: 15px;
  }
  #about_product .contents-intro {
    display: block;
  }
  #about_product .contents-intro-copy {
    width: 100%;
  }
  #about_product .contents-about .contents-about-detail {
    float: none;
    width: 90%;
    padding: 15px 5%;
  }
  #about_product .contents-about .contents-about-detail::before {
    top: -48px;
    left: 50%;
    margin-left: -15px;
    border: 18px solid transparent;
    border-bottom: 30px solid #fff;
  }
  #about_product .contents-about .contents-about-example {
    float: none;
    display: block;
    min-width: 72.5%;
    margin: 20px auto 0;
  }
  #about_product .contents-movie h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  #about_product .contents-movie .contents-movie-box {
    display: block;
    margin-bottom: 15px;
  }
  #about_product .contents-movie .contents-movie-box .visual-box_movie__thumb {
    width: 100%;
  }
  #about_product .contents-movie .contents-movie-box-copy {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  #about_product .contents-feature h4 {
    font-size: 16px;
  }
  #about_product .contents-feature ul li {
    font-size: 16px;
  }
  #about_product .contents-feature dl {
    font-size: 13px;
  }
  #about_product .contents-feature dl dt {
    float: none;
    width: 97.4%;
    margin-right: 0;
    padding: 5px 1.3%;
    text-align: left;
  }
  #about_product .contents-feature dl dd {
    margin: 10px 0;
  }
}

/* calculator
----------------------------------------------------------------- */

#calculator[lang="zh-cn"] {
  font-family: "Microsoft YaHei", "微?雅黑", sans-serif;
}

#about_product .nav ul.list li.product {
  margin-bottom: 7px;
}

#calculator .calcHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0.75em;
}

#calculator .calcHeader + p {
  font-size: 0.875em;
  margin: 0 0 2em;
}

#calculator .calcHeader h1 {
  margin: 0;
  font-size: 1.875em;
  font-weight: normal;
}

#calculator .calcHeader h1::before {
  content: '';
  display: inline-block;
  width: 0.533333em;
  height: 0.733333em;
  background: url(../images/calculator/icon_dentaku.svg) no-repeat center center;
  background-size: contain;
  margin: 0 0.3em 0 0;
}

#calculator .calcLang {
  display: block;
  font-size: 0.875em;
  line-height: 1.3;
  box-sizing: border-box;
  padding: 0.715em 2em 0.715em 3.1em;
  width: 11.428571em;
  max-width: 11.428571em;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 0.214286em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('../images/calculator/icon_world.svg'), url('../images/calculator/icon_arrow1.svg');
  background-repeat: no-repeat, no-repeat;
  background-position: 1.142857em center, right 1.142857em top 50%;
  background-size: 1.285714em auto, 0.714286em auto;
  cursor: pointer;
}

#calculator .calcLang:hover,
#calculator .calcLang:focus {
  border-color: #0079cd;
}

#calculator .calcLang:focus {
  outline: none;
}

#calculator .calcLang::-ms-expand {
  display: none;
}

@media screen and (max-width: 640px) {
  #calculator {
    font-size: 4.266667vw;
  }

  #calculator .calcHeader {
    padding: 0 0.9375em;
  }

  #calculator .calcHeader h1 {
    font-size: 1.25em;
  }

  #calculator .calcLang {
    font-size: 0.625em;
    width: 10.428571em;
    max-width: 10.428571em;
  }

  #calculator .calcHeader + p {
    font-size: 0.75em;
    padding: 0 1.25em;
    margin: 0 0 2em;
  }
}

#calculator .calcTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 1.375em;
}

#calculator .calcTabs > li {
  font-size: 1.25em;
  font-weight: bold;
  color: #0079cd;
  width: calc(33.333333% - 0.333333em);
  margin: 0;
  line-height: 1;
}

#calculator .calcTabs > li a {
  display: block;
  color: inherit;
  background-color: #fff;
  background-position: 1em center;
  background-repeat: no-repeat;
  background-size: 3em auto;
  border-radius: 0.25em;
  border: 1px solid #cdcccd;
  box-shadow: 0 2px 2px #cdcdcd;
  padding: 1.5em 0.25em 1.5em 5em;
  position: relative;
}

#calculator .calcTabs > li:nth-child(1) a {
  background-image: url('../images/calculator/icon_shisaku.svg');
}

#calculator .calcTabs > li:nth-child(2) a {
  background-image: url('../images/calculator/icon_fries.svg');
}

#calculator .calcTabs > li:nth-child(3) a {
  background-image: url('../images/calculator/icon_anaake.svg');
}

#calculator .calcTabs > li a:hover {
  text-decoration: none;
}

#calculator .calcTabs > li a:hover,
#calculator .calcTabs > li a.active {
  background-color: #e8f3fa;
}

#calculator .calcTabs > li a.active::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.75em 1.5em 0.75em;
  border-color: transparent transparent #e8f3fa transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.75em;
}

@media screen and (max-width: 640px) {
  #calculator .calcTabs {
    padding: 0 0.9375em;
    margin-bottom: 1em;
  }

  #calculator .calcTabs > li {
    font-size: 0.875em;
  }

  #calculator .calcTabs > li a {
    background-position: 0.714286em center;
    background-size: 2.142857em auto;
    border-radius: 0.357143em;
    padding: 1.642857em 0.25em 1.642857em 3.214286em;
  }
}

#calculator .calcContent {
  display: none;
}

#calculator .calcContent.active {
  display: block;
}

#calculator .calcContentHeader {
  background-color: #e8f3fa;
  padding: 1.625em 1.875em;
  margin: 0 0 1.5em;
}

#calculator .calcContentHeaderInner1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.875em;
}

#calculator .calcContentHeader h2 {
  font-size: 1.5em;
  font-weight: normal;
  color: #0079cd;
  margin: 0;
  line-height: 1;
  background-color: transparent;
}

#calculator .calcBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#calculator .calcBtns li {
  margin: 0 0 0 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 0.1875em;
  box-shadow: 0 1px 2px #cdcdcd;
}

#calculator .changeBtn {
  font-size: 0.875em;
  text-align: center;
  display: block;
  background: #fff;
  border: none;
  width: 4.857143em;
  line-height: 1;
  padding: 0.928571em 0;
}

#calculator .changeBtn.selected,
#calculator .changeBtn:hover {
  color: #fff;
  background-color: #2996e1;
}

#calculator .changeBtn:nth-child(1) {
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  #calculator .calcContentHeader {
    padding: 1em 0.9375em 1.25em;
  }

  #calculator .calcContentHeaderInner1 {
    margin-bottom: 1.5em;
  }

  #calculator .calcContentHeader h2 {
    font-size: 1.125em;
  }

  #calculator .calcBtns li {
    margin-left: 0.75em;
  }

  #calculator .changeBtn {
    font-size: 0.625em;
    padding: 1em 0;
    width: 5em;
  }
}

#calculator .calcContentHeaderInner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

#calculator .calcContentHeaderInner2 dl {
  margin: 0;
  width: calc(50% - 1em);
}

#calculator .calcContentHeaderInner2 dt {
  font-size: 1.125em;
  margin: 0 0 0.75em;
  line-height: 1.1;
}

#calculator .calcContentHeaderInner2 dd {
  font-size: 1.3125em;
  margin: 0;
  line-height: 1.1;
}

#calculator .calcContentHeaderInner2 .calcResult {
  font-size: 1.52381em;
  font-weight: bold;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 1.5em);
  vertical-align: bottom;
  padding-top: 0.05em;
}

@media screen and (max-width: 640px) {
  #calculator .calcContentHeaderInner2 dt,
  #calculator .calcContentHeaderInner2 dd {
    font-size: 0.875em;
  }

  #calculator .calcContentHeaderInner2 .calcResult {
    font-size: 1.714286em;
  }
}

#calculator .calcInputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#calculator .calcInputs > li {
  margin: 1em 0 0;
  width: calc(50% - 1.25em);
}

#calculator .calcInputs > li:nth-child(-n+2) {
  margin-top: 0;
}

#calculator .calcInputs > li:nth-child(3) {
  margin-right: calc(50% + 1.25em);
}

#calculator .calcInputs label {
  font-size: 0.875em;
}

#calculator .calcInputs input[type="text"] {
  display: block;
  width: 100%;
  font-size: 0.875em;
  border-radius: 0.214286em;
  border: 1px solid #ccc;
  background: #fff;
  outline: none;
  line-height: 1.1;
  padding: 0.8em 1em;
  box-sizing: border-box;
  margin: 0.5em 0 0;
  text-align: right;
  box-shadow: none;
}

#calculator .calcInputs input[type="text"]::placeholder {
  color: #ccc;
  padding-top: 0.2em;
}

#calculator .calcInputs input[type="text"]:focus {
  border-color: #2996e1;
}

#calculator .resetBtn {
  display: block;
  font-size: 1em;
  text-align: center;
  width: 15em;
  border: 1px solid #ccc;
  background: #f4f4f4 url('../images/calculator/icon_arrow2.svg') no-repeat right 1em top 50%;
  background-size: 0.5em auto;
  padding: 1.375em;
  line-height: 1;
  margin: 2.5em auto 0;
  box-sizing: border-box;
  border-radius: 0.3125em;
  cursor: pointer;
  outline: none;
}

#calculator .resetBtn:hover {
  border-color: #2996e1;
}

@media screen and (max-width: 640px) {
  #calculator .calcInputs {
    padding: 0 0.9375em;
  }

  #calculator .calcInputs > li {
    width: calc(50% - 0.46875em);
  }

  #calculator .calcInputs > li:nth-child(3) {
    margin-right: calc(50% + 0.46875em);
  }

  #calculator .calcInputs input[type="text"] {
    border-radius: 0.357143em;
  }

  #calculator .resetBtn {
    font-size: 0.875em;
    width: 21.428571em;
    border-radius: 0.357143em;
    margin-top: 1.5em;
  }
}


/* jquery-ui.min  css
----------------------------------------------------------------- */


/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}


.ui-front {
  z-index:1000;
  height:60%;
  overflow-y:scroll;
  maxleft:100;
}
.ui-front li {
  font-family:Consolas,Courier;
  font-size:120%
}


/* trouble-shooting  css
----------------------------------------------------------------- */

/*------------------------------------------------------------
共通
------------------------------------------------------------*/
.st-GlobalFooter_PageTop {
  z-index: 999;
}

.display_sp {
  display: none;
}

#contents #trouble-shooting *,
#contents #faq *,
#contents #faq_detail *,
#contents #successor_search *,
#contents #successor_search_result * {
  box-sizing: border-box;
}

#contents #trouble-shooting img,
#contents #faq img,
#contents #faq_detail img,
#contents #successor_search img,
#contents #successor_search_result img {
  width: auto;
}

#contents #trouble-shooting p,
#contents #faq p,
#contents #faq_detail p,
#contents #successor_search p,
#contents #successor_search_result p {
  font-size: 16px;
}

#contents #trouble-shooting a,
#contents #faq a,
#contents #faq_detail a,
#contents #successor_search a,
#contents #successor_search_result a {
  transition: all 0.25s;
}
#contents #trouble-shooting a img,
#contents #faq a img,
#contents #faq_detail a img,
#contents #successor_search a img,
#contents #successor_search_result a img {
  transition: all 0.25s;
}

#contents #trouble-shooting .ttl_h3,
#contents #faq .ttl_h3,
#contents #faq_detail .ttl_h3,
#contents #successor_search .ttl_h3,
#contents #successor_search_result .ttl_h3 {
  font-size: 21px;
  border-top: 3px solid #000;
  border-bottom: 1px solid #ccc;
  padding: 8px 0 8px 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .display_sp {
    display: block;
  }

  #contents #environment h1 {
    font-size: 20px;
  }

  #contents #trouble-shooting .ttl_h3,
  #contents #faq .ttl_h3,
  #contents #faq_detail .ttl_h3,
  #contents #successor_search .ttl_h3,
  #contents #successor_search_result .ttl_h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
/*------------------------------------------------------------
トラブルシューティング
------------------------------------------------------------*/
#trouble-shooting .ttl_h3 {
  background: url("../images/trouble-shooting/icon_trouble_shooting.svg") no-repeat left center;
}
#trouble-shooting dl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#trouble-shooting dl dt a:hover {
  opacity: 0.8;
}
#trouble-shooting dl dd {
  padding-left: 20px;
}

@media screen and (max-width: 640px) {
  #trouble-shooting dl {
    display: block;
    text-align: center;
  }
  #trouble-shooting dl dt a:hover {
    opacity: 1;
  }
  #trouble-shooting dl dd {
    padding-left: 0;
    margin-top: 5px;
  }
}
/*------------------------------------------------------------
faq
------------------------------------------------------------*/
#faq .ttl_h3 {
  background: url("../images/trouble-shooting/icon_faq.svg") no-repeat left center;
}
#faq .faq_tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
#faq .faq_tab li {
  font-weight: bold;
  width: 216px;
  padding: 20px 0 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.25s;
}
#faq .faq_tab li img {
  vertical-align: middle;
  margin: 0 10px 5px 0;
}
#faq .faq_tab li:hover, #faq .faq_tab li.on {
  /* color: #0079cd; */
  background: #e8f3fa;
  border-color: #0079cd;
}
#faq .faq_tab_contents ul {
  display: none;
  background: #e8f3fa;
  padding: 20px 30px;
  margin-top: 25px;
  position: relative;
}
#faq .faq_tab_contents ul:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: -18px;
  left: 0;
  border: 18px solid transparent;
  border-top-width: 0;
  border-left-width: 10px;
  border-right-width: 10px;
  border-bottom-color: #e8f3fa;
}
#faq .faq_tab_contents ul:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
}
#faq .faq_tab_contents ul.faq_tab_contents_product:before {
  left: 15%;
}
#faq .faq_tab_contents ul.faq_tab_contents_processing:before {
  left: 49%;
}
#faq .faq_tab_contents ul.faq_tab_contents_other:before {
  left: 83%;
}
#faq .faq_tab_contents ul.on {
  display: block;
}
#faq .faq_tab_contents ul li {
  float: left;
  width: 33.333333%;
  padding-left: 15px;
  margin-top: 5px;
  position: relative;
}
#faq .faq_tab_contents ul li a {
  color: #555;
}
#faq .faq_tab_contents ul li:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #0079cd;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  left: 0;
}
#faq .faq_tab_contents ul li:nth-child(3n + 1) {
  clear: both;
}

@media screen and (max-width: 640px) {
  #faq .faq_tab {
    margin-top: 40px;
  }
  #faq .faq_tab li {
    width: 32%;
    padding: 20px 0;
    position: relative;
  }
  #faq .faq_tab li img {
    position: absolute;
    top: 0;
    left: 50%;
    margin: -25px 0 0 -20px;
  }
  #faq .faq_tab li:before {
    display: block;
    content: "";
    background: #fff;
    width: 60px;
    height: 40px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -30px;
  }
  #faq .faq_tab_contents ul {
    padding: 10px 15px;
  }
  #faq .faq_tab_contents ul.faq_tab_contents_product:before {
    left: 14%;
  }
  #faq .faq_tab_contents ul.faq_tab_contents_processing:before {
    left: 48%;
  }
  #faq .faq_tab_contents ul.faq_tab_contents_other:before {
    left: 81%;
  }
  #faq .faq_tab_contents ul li {
    width: 50%;
    font-size: 14px;
  }
  #faq .faq_tab_contents ul li:nth-child(3n + 1) {
    clear: none;
  }
  #faq .faq_tab_contents ul li:nth-child(odd) {
    clear: both;
  }
}
/*------------------------------------------------------------
faq詳細
------------------------------------------------------------*/
#faq_detail .ttl_h3 {
  background: url("../images/trouble-shooting/icon_faq.svg") no-repeat left center;
}
#faq_detail .faq_header h3 {
  font-size: 20px;
  font-weight: bold;
  color:#555;
  text-align: center;
}
#faq_detail .faq_header h3 img {
  vertical-align: middle;
  margin: 0 10px 5px 0;
}
#faq_detail .faq_header dl {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin-top: 40px;
  display: flex;
  align-items: center;
  width: 100%;
}
#faq_detail .faq_header dl dt {
  font-size: 20px;
  font-weight: bold;
  padding: 0 40px;
}
#faq_detail .faq_header dl dd {
  flex: 1;
  padding-left: 40px;
  border-left: 1px solid #ccc;
}
#faq_detail .faq_header ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 40px;
}
#faq_detail .faq_header ul:after {
  display: block;
  content: "";
  width: 216px;
}
#faq_detail .faq_header ul.centering {
  justify-content: center;
}
#faq_detail .faq_header ul.centering:after {
  display: none;
}
#faq_detail .faq_header ul.centering li {
  margin-left: 8px;
  margin-right: 8px;
}
#faq_detail .faq_header ul.centering li:first-child, #faq_detail .faq_header ul.centering li:nth-child(3n + 1) {
  margin-left: 0;
}
#faq_detail .faq_header ul.centering li:last-child, #faq_detail .faq_header ul.centering li:nth-child(3n) {
  margin-right: 0;
}
#faq_detail .faq_header ul li {
  width: 216px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.25s;
  display: table;
  min-height: 80px;
  max-height: 80px;
  line-height: 1.2;
  margin-top: 15px;
}
#faq_detail .faq_header ul li:nth-child(-n + 3) {
  margin-top: 0;
}
#faq_detail .faq_header ul li:hover {
  border-color: #0079cd;
}
#faq_detail .faq_header ul li a {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  background: url("../images/trouble-shooting/arrow_down.svg") no-repeat center bottom 10px;
}
#faq_detail .faq_header ul li a:hover {
  text-decoration: none;
  color: #0079cd;
}
#faq_detail .faq_header .contact_us {
  padding: 0 !important;
  margin-top: 40px;
  font-weight: bold;
  text-align: center;
}
#faq_detail .faq_contents h3 {
  line-height: 1;
  color: #fff;
  background: #000;
  padding: 5px 8px !important;
  margin-top: 40px;
}
#faq_detail .faq_contents dl {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
#faq_detail .faq_contents dl dt {
  min-height: 30px;
  padding: 4px 30px 0 40px;
  background: url("../images/trouble-shooting/accordion_plus.svg") no-repeat right 10px top 10px;
  position: relative;
  cursor: pointer;
  transition: all 0.25s;
}
#faq_detail .faq_contents dl dt:before {
  display: block;
  content: "Q";
  color: #fff;
  background: #0079cd;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
#faq_detail .faq_contents dl dt.on {
  background-image: url("../images/trouble-shooting/accordion_minus.svg");
}
#faq_detail .faq_contents dl dd {
  overflow-wrap: break-word;
  display: none;
  margin-top: 10px;
  margin-left: 40px;
  color:#555;
  background: #e8f3fa;
  padding: 10px 10px 10px 45px;
  position: relative;
}
#faq_detail .faq_contents dl dd:before {
  display: block;
  content: "A";
  color: #0079cd;
  background: #fff;
  width: 26px;
  height: 26px;
  border: 2px solid #0079cd;
  border-radius: 100%;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 7px;
  left: 7px;
}
#faq_detail .faq_contents dl dd table td {
  padding-left: 1em;
}

@media screen and (max-width: 640px) {
  #faq_detail .faq_header dl {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
  #faq_detail .faq_header dl dt {
    padding: 0;
  }
  #faq_detail .faq_header dl dd {
    padding-left: 0;
    border-left: none;
    font-size: 14px;
  }
  #faq_detail .faq_header ul {
    margin-top: 20px;
  }
  #faq_detail .faq_header ul:after {
    display: block;
    content: "";
    width: 49%;
  }
  #faq_detail .faq_header ul li {
    width: 49%;
    min-height: 60px;
    max-height: 60px;
    margin-top: 2%;
    font-size: 14px;
  }
  #faq_detail .faq_header ul.centering{
    justify-content: space-between;
  }
  #faq_detail .faq_header ul.centering li {
    margin-left: 0;
    margin-right: 0;
  }
  #faq_detail .faq_header ul li:nth-child(-n + 3) {
    margin-top: 2%;
  }
  #faq_detail .faq_header ul li:nth-child(-n + 2) {
    margin-top: 0;
  }
  #faq_detail .faq_header ul li a {
    padding-bottom: 5px;
    background-position: center bottom 5px;
  }
  #faq_detail .faq_contents dl dd table {
    display: block;
  }
  #faq_detail .faq_contents dl dd table tr {
    display: block;
  }
  #faq_detail .faq_contents dl dd table th {
    display: block;
  }
  #faq_detail .faq_contents dl dd table td {
    display: block;
  }
}
/*------------------------------------------------------------
後継製品サーチ
------------------------------------------------------------*/
#successor_search .ttl_h3 {
  background: url("../images/trouble-shooting/icon_search.svg") no-repeat left center;
}
#successor_search dl dt {
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
#successor_search dl dt:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #0079cd;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  left: 0;
}
#successor_search dl dd {
  margin-top: 5px;
}
#successor_search dl dd input {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  line-height: 58px;
  height: 60px;
  padding: 0 5px;
  border: 1px solid #0079cd;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}

@media screen and (max-width: 640px) {
  #successor_search dl dd input {
    line-height: 48px;
    height: 50px;
  }
}
/*------------------------------------------------------------
後継製品サーチ：検索結果
------------------------------------------------------------*/
#successor_search_result .ttl_h3 {
  background: url("../images/trouble-shooting/icon_search.svg") no-repeat left center;
}
#successor_search_result .old_product {
  width: 100%;
}
#successor_search_result .old_product caption {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#successor_search_result .old_product th {
  font-weight: bold;
  background: #efefef;
  text-align: center;
  padding: 3px 0;
}
#successor_search_result .old_product th:nth-child(2) {
  width: 60%;
}
#successor_search_result .old_product td {
  width: 20%;
  text-align: center;
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
}
#successor_search_result .recommend_product {
  margin-top: 60px;
  width: 100%;
}
#successor_search_result .recommend_product caption {
  font-weight: bold;
  font-size: 20px;
  color: #ff6292;
  margin-bottom: 10px;
  text-align: center;
}
#successor_search_result .recommend_product th {
  font-weight: bold;
  color: #fff;
  background: #0079cd;
  text-align: center;
  padding: 3px 0;
}
#successor_search_result .recommend_product th:nth-child(2) {
  width: 60%;
}
#successor_search_result .recommend_product td {
  width: 20%;
  font-weight: bold;
  color:#555;
  text-align: center;
  padding: 10px 5px;
  border-bottom: 1px solid #0079cd;
}
#successor_search_result .caution {
  margin-top: 20px;
  padding: 15px;
  background: #ffeff4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#successor_search_result .caution dt {
  font-size: 14px;
  font-weight: bold;
  color: #ff6292;
  text-align: center;
  width: 120px;
}
#successor_search_result .caution dd {
  flex: 1;
  font-size: 14px;
  padding-left: 20px;
  border-left: 1px solid #ff6292;
}
#successor_search_result .customer_support {
  margin-top: 60px;
}
#successor_search_result .customer_support dl {
  border: 1px solid #ccc;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#successor_search_result .customer_support dl dt {
  flex: 1;
}
#successor_search_result .customer_support dl dt strong {
  font-weight: bold;
}
#successor_search_result .customer_support dl dd {
  width: 320px;
  font-size: 36px;
  font-weight: bold;
  color: #0079cd;
  text-align: center;
}
#successor_search_result .customer_support dl dd img {
  vertical-align: middle;
  margin-bottom: 8px;
  margin-right: 5px;
}
#successor_search_result .bt_backto_search {
  margin-top: 60px;
  text-align: center;
}
#successor_search_result .bt_backto_search a {
  display: block;
  width: 240px;
  margin: 0 auto;
  line-height: 60px;
  color: #fff;
  background: #0079cd url("../images/trouble-shooting/arrow_right.svg") no-repeat right 15px center;
  border-radius: 30px;
}
#successor_search_result .bt_backto_search a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  #successor_search_result .old_product caption {
    margin-bottom: 5px;
  }
  #successor_search_result .recommend_product {
    margin-top: 30px;
  }
  #successor_search_result .recommend_product caption {
    margin-bottom: 5px;
  }
  #successor_search_result .caution {
    padding: 10px;
    display: block;
  }
  #successor_search_result .caution dt {
    width: auto;
  }
  #successor_search_result .caution dd {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #ff6292;
    margin-top: 5px;
    padding-top: 10px;
  }
  #successor_search_result .customer_support {
    margin-top: 30px;
  }
  #successor_search_result .customer_support dl {
    padding: 10px;
    display: block;
  }
  #successor_search_result .customer_support dl dt {
    font-size: 14px;
    text-align: center;
  }
  #successor_search_result .customer_support dl dd {
    width: auto;
    font-size: 32px;
    margin-top: 10px;
  }
  #successor_search_result .bt_backto_search {
    margin-top: 30px;
  }
  #successor_search_result .bt_backto_search a {
    line-height: 55px;
  }
}

/* TOP用 新規追加 2021/04/20
----------------------------------------------------------------- */
/* グローバルナビ PC */
@media screen and (min-width: 1024px) {
  .st-Header {
    position: relative;
  }
  .st-Title {
    position: absolute;
    bottom: -50px;
    width: 100px;
    margin: 0;
    z-index: 101;
  }
}

@media screen and (max-width: 1024px) {
  .st-Title {
    bottom: -43px;
  }
}

.slide-animation {
  animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

/* TOPメインビジュアルのカルーセルスライダー
----------------------------------------------------------------- */
/* レイアウトシフト対策としてサイズを指定している */
@media screen and (max-width: 767px) {
  .top-mainVisual,
  .top-slidesWrap,
  .swiper-slide,
  .top-slide-figure {
    height: min(107vw, 401px); /* 375幅エリアに対して401px相当 */
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .top-mainVisual,
  .top-slidesWrap,
  .swiper-slide,
  .top-slide-figure {
    overflow: hidden;
    height: min(80.7vw, 620px); /* 768幅エリアに対して620px相当 */
    max-height: 620px;
  }
}
@media screen and (min-width: 1024px) {
  .top-mainVisual,
  .top-slidesWrap,
  .swiper-slide,
  .top-slide-figure {
    overflow: hidden;
    height: min(45.3vw, 620px); /* 1366幅エリアに対して620px相当 */
    max-height: 620px;
  }
}

.swiper-wrapper {
  position: relative;
  background-color: #003c664d;
}

/* TOPメインビジュアル:画像 - SPとPCで違う画像を使う */
.top-slide-figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.top-slide-img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper:not(.swiper-initialized) .top-slide-img {
  filter: blur(2vw);
  opacity: 0.25;
}
@media screen and (max-width: 767px) {
  .top-slide-img.--sp {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top-slide-img.--tb {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .top-slide-img.--pc {
    display: block;
  }
}

/* TOPメインビジュアル:テキスト */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top #contents .top-mainText {
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: calc(100% - 40px - 40px);
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-mainText {
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: 90%;
    max-width: 1672px;
  }
}
#top #contents .top-mainText-inner {
  position: absolute;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #top #contents .top-mainText-inner {
    bottom: min(57.8vw, 217px); /* 375幅エリアに対して217px相当 */
    left: min(7.5vw, 28px); /* 375幅エリアに対して28px相当 */
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top #contents .top-mainText-inner {
    bottom: min(44.3vw, 340px); /* 768幅エリアに対して340px相当 */
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-mainText-inner {
    bottom: min(22vw, 300px); /* 1366幅エリアに対して300px相当 */
    left: 0;
  }
}
#top #contents .top-mainText-catch {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #top #contents .top-mainText-catch {
    margin-bottom: 1em;
    font-size: min(3.2vw, 12px); /* 375幅エリアに対して12px相当 */
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top #contents .top-mainText-catch {
    margin-bottom: 0.5em;
    font-size: min(2.9vw, 22px); /* 768幅エリアに対して22px相当 */
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-mainText-catch {
    margin-bottom: 1em;
    font-size: min(1.6vw, 22px); /* 1366幅エリアに対して22px相当 */
  }
}
#top #contents .top-mainText-heaing {
  position: relative;
  font-weight: bold;
  line-height: 1.28;
}
@media screen and (max-width: 767px) {
  #top #contents .top-mainText-heaing {
    font-size: min(7.5vw, 28px); /* 375幅エリアに対して28px相当 */
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top #contents .top-mainText-heaing {
    font-size: min(6.77vw, 52px); /* 768幅エリアに対して52px相当 */
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-mainText-heaing {
    font-size: min(3.8vw, 52px); /* 1366幅エリアに対して52px相当 */
  }
}
#top #contents .top-mainText-lead {
  font-size: 18px;
  line-height: 1.66;
  margin-top: 28px;
  width: 435px;
}

/* TOPメインビジュアル:View moreボタン */
#top #contents .top-mainViewMore {
  position: relative;
  font-size: 14px;
  font-family: Roboto;
  letter-spacing: 0.05em;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 180px;
  text-align: center;
  padding: 7px 0;
}
/* SPではリンクの範囲をエリア全体に引き伸ばしている */
#top #contents .top-mainViewMoreArea {
  position: absolute;
}
@media screen and (max-width: 767px) {
  #top #contents .top-mainViewMoreArea {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top #contents .top-mainViewMoreArea {
    bottom: min(35.9vw, 276px); /* 768幅エリアに対して276px相当 */
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-mainViewMoreArea {
    bottom: min(17.2vw, 235px); /* 1366幅エリアに対して235px相当 */
    left: 0;
  }
}
#top #contents .top-mainViewMoreArea .top-mainViewMoreLink {
  text-decoration: none;
  font-family: Roboto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top #contents .top-mainViewMoreArea .top-mainViewMoreLink {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top #contents .top-mainViewMoreArea .top-mainViewMoreLink {
    position: relative;
    display: flex;
    width: min(23.4vw, 180px); /* 768幅エリアに対して180px相当 */
    height: min(5.2vw, 40px); /* 768幅エリアに対して40px相当 */
    box-shadow: inset 0 0 0 2px #fff;
    border-radius: 999em;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: min(1.8vw, 14px); /* 768幅エリアに対して14px相当 */
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-mainViewMoreArea .top-mainViewMoreLink {
    position: relative;
    display: flex;
    width: min(13vw, 180px); /* 1366幅エリアに対して180px相当 */
    height: min(2.9vw, 40px); /* 1366幅エリアに対して40px相当 */
    box-shadow: inset 0 0 0 2px #fff;
    border-radius: 999em;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: min(1vw, 14px); /* 1366幅エリアに対して14px相当 */
  }
  #top #contents .top-mainViewMoreArea .top-mainViewMoreLink:hover {
    background-color: #007dd1;
    box-shadow: inset 0 0 0 2px #007dd1;
  }
}
@media screen and (max-width: 767px) {
  #top #contents .top-mainViewMoreArea .top-mainViewMoreLink-inner {
    position: absolute;
    bottom: min(48.8vw, 183px); /* 375幅エリアに対して183px相当 */
    left: min(7.5vw, 28px); /* 375幅エリアに対して28px相当 */
    display: inline-block;
    font-size: min(3.2vw, 12px); /* 768幅エリアに対して12px相当 */
  }
}
#top #contents .top-mainViewMoreArea .top-mainViewMoreLink:not([target]) .top-mainViewMoreLink-inner::after {
  content: '';
}
@media screen and (max-width: 767px) {
  #top #contents .top-mainViewMoreArea .top-mainViewMoreLink:not([target]) .top-mainViewMoreLink-inner::after {
    display: inline-block;
    margin-left: 0.25em;
    width: min(4vw, 15px); /* 768幅エリアに対して15px相当 */
    height: min(1.2vw, 4.55px); /* 768幅エリアに対して4.55px相当 */
    background: url(../images/index/arrow_02.svg) no-repeat right / cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  #top #contents .top-mainViewMoreArea .top-mainViewMoreLink:not([target]) .top-mainViewMoreLink-inner::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: min(2.6vw, 20px); /* 768幅エリアに対して20px相当 */
    height: min(0.6vw, 4.55px); /* 768幅エリアに対して4.55px相当 */
    right: 1em;
    background: url(../images/index/arrow_02.svg) no-repeat center / contain;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-mainViewMoreArea .top-mainViewMoreLink:not([target]) .top-mainViewMoreLink-inner::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: min(1.4vw, 20px); /* 1366幅エリアに対して20px相当 */
    height: min(0.4vw, 4.55px); /* 1366幅エリアに対して4.55px相当 */
    right: 1em;
    background: url(../images/index/arrow_02.svg) no-repeat center / contain;
  }
}
#top #contents .top-mainViewMoreArea .top-mainViewMoreLink-inner .st-Icon-Internal::before {
  font-size: 1.2em;
  height: 1em;
  widows: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #top #contents .top-mainViewMoreArea .top-mainViewMoreLink-inner .st-Icon-Internal {
    position: absolute;
    right: 1em;
  }
}

/* TOPメインビジュアル:ページネーション */
#top #contents .swiper-pagination {
  display: flex;
  align-items: center;
  width: auto;
}
@media screen and (max-width: 767px) {
  #top #contents .swiper-pagination {
    position: absolute;
    justify-content: flex-end;
    right: min(4.5vw, 17px); /* 375幅エリアに対して17px相当 */
    gap: min(0.8vw, 3px); /* 375幅エリアに対して3px相当 */
    height: min(7.5vw, 28px); /* 375幅エリアに対して28px相当 */
    bottom: min(38vw, 143px); /* 375幅エリアに対して143px相当 */

  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top #contents .swiper-pagination {
    justify-content: flex-end;
    gap: min(0.4vw, 3px); /* 768幅エリアに対して3px相当 */
    height: min(3.6vw, 28px); /* 768幅エリアに対して28px相当 */
    right: 0;
    bottom: min(22.9vw, 176px); /* 768幅エリアに対して176px相当 */
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .swiper-pagination {
    justify-content: flex-start;
    gap: min(0.2vw, 3px); /* 1366幅エリアに対して3px相当 */
    height: min(2vw, 28px); /* 1366幅エリアに対して28px相当 */
    left: 0;
    bottom: min(9.95vw, 136px); /* 1366幅エリアに対して136px相当 */
  }
}
#top #contents .swiper-pagination-bullet {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
  box-shadow: inset 0 0 0 2px #fff0;
  padding: 0;
  border: 0;
  transition: box-shadow 300ms ease;
}
#top #contents .swiper-pagination-bullet::after {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  display: block;
  pointer-events: none;
  transition: 300ms ease;
}
@media screen and (max-width: 767px) {
  #top #contents .swiper-pagination-bullet {
    width: min(7.5vw, 28px);
    height: min(7.5vw, 28px); /* 375幅エリアに対して28px相当 */
  }
  #top #contents .swiper-pagination-bullet::after {
    width: min(2.1vw, 8px);
    height: min(2.1vw, 8px); /* 375幅エリアに対して8px相当 */
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top #contents .swiper-pagination-bullet {
    width: min(3.6vw, 28px);
    height: min(3.6vw, 28px); /* 768幅エリアに対して28px相当 */
  }
  #top #contents .swiper-pagination-bullet::after {
    width: min(1vw, 8px);
    height: min(1vw, 8px); /* 768幅エリアに対して8px相当 */
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .swiper-pagination-bullet {
    width: min(2.1vw, 28px);
    height: min(2.1vw, 28px); /* 1366幅エリアに対して28px相当 */
  }
  #top #contents .swiper-pagination-bullet::after {
    width: min(0.6vw, 8px);
    height: min(0.6vw, 8px); /* 1366幅エリアに対して8px相当 */
  }
}
#top #contents .swiper-pagination-bullet .swiper-pagination-progress {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  border-radius: 50%;
  transition: 300ms ease;
}
.swiper-pagination-progress .circle {
  stroke-dasharray: 88px;
  stroke-dashoffset: 88px;
}
.swiper:not(.wipe-skip) .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-pagination-progress .circle {
  animation: stroke-dashoffset 6200ms 800ms  linear forwards;
  /* 切替アニメーションを800ms待ってからプログレスをアニメーション。 */
  /* durationは、待機時間7000msから 800msをマイナス。*/
}
.swiper.wipe-skip .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-pagination-progress .circle {
  animation: stroke-dashoffset 7000ms  linear forwards;
  /* durationは、待機時間7000ms*/
}
@keyframes stroke-dashoffset {
  100% {
    stroke-dashoffset: 0;
  }
}
#top #contents .swiper-pagination-bullet.swiper-pagination-bullet-active .swiper-pagination-progress {
  box-shadow: inset 0 0 0 2px #fff;
}
#top #contents .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: #2a96e1;
}
/* ページネーションのhover */
@media screen and (min-width: 768px) {
  #top #contents .swiper-pagination-bullet:hover .swiper-pagination-progress,
  #top #contents .swiper-pagination-bullet.swiper-pagination-bullet-active:hover .swiper-pagination-progress {
    box-shadow: inset 0 0 0 2px #2a96e1;
  }
  #top #contents .swiper-pagination-bullet:hover::after {
    background-color: #2a96e1;
  }
}
/* ページネーションをカラム左下へ配置 */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top #contents .top-mainConsole-wrapper {
    position: relative;
    width: calc(100% - 40px - 40px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-mainConsole-wrapper {
    position: relative;
    width: 90%;
    max-width: 1672px;
    margin: 0 auto;
  }
}

/* swiper切替エフェクト - 写真のワイプ */
@keyframes WipeEffect-R {
  0% {
    clip-path: inset(0 0 0 100%);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}
.swiper.wipe-skip .swiper-slide.swiper-slide-active .top-slide-figure {
  clip-path: inset(0 0 0 0);
}
.swiper:not(.wipe-skip) .swiper-slide.swiper-slide-active .top-slide-figure {
  animation: WipeEffect-R 800ms ease-in-out;
}
/* swiper切替エフェクト - 背景写真 */
@keyframes animationZoom1 {
  100% {
    transform: scale(1.1);
  }
}
.swiper-initialized .swiper-slide.swiper-slide-active .top-slide-img {
  animation: animationZoom1 8s ease-in-out forwards;
}
.swiper-initialized .swiper-slide.swiper-slide-prev .top-slide-img {
  transform: scale(1.1);
}
/* swiper切替エフェクト - 文字マーカー */
@keyframes WipeEffect-L {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes WipeEffect-L2 {
  0% {
    clip-path: inset(0 0 0 0);
  }

  100% {
    clip-path: inset(0 0 0 100%);
  }
}
.swiper-slide.swiper-slide-active .top-mainText-inner {
  opacity: 1;
}
.swiper-slide.swiper-slide-next .top-mainText-inner {
  opacity: 0;
}
.swiper-slide .top-toggleDisplay {
  position: relative;
  display: inline-block;
  clip-path: inset(0 100% 0 0);
}
.swiper-slide .top-toggleDisplay::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  background-color: #fff;
}
.swiper.swiper-initialized:not(.wipe-skip) .swiper-slide.swiper-slide-active .top-toggleDisplay {
  animation: WipeEffect-L 300ms 1100ms ease forwards;
}
.swiper.swiper-initialized.wipe-skip .swiper-slide.swiper-slide-active .top-toggleDisplay {
  animation: WipeEffect-L 300ms 300ms ease forwards;
}

.swiper.swiper-initialized:not(.wipe-skip) .swiper-slide.swiper-slide-active .top-toggleDisplay::after {
  animation: WipeEffect-L2 300ms 1300ms ease forwards;
}
.swiper.swiper-initialized.wipe-skip .swiper-slide.swiper-slide-active .top-toggleDisplay::after {
  animation: WipeEffect-L2 300ms 500ms ease forwards;
}
/* swiper切替エフェクト - キャッチコピーのフェード */
@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  50% {
    visibility: visible;
    opacity: 0.6;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}
.swiper-slide .top-mainText-catch {
  opacity: 0;
}
.swiper.swiper-initialized:not(.wipe-skip) .swiper-slide.swiper-slide-active .top-mainText-catch {
  animation: fade-in 100ms 1600ms ease forwards;
}
.swiper.swiper-initialized.wipe-skip .swiper-slide.swiper-slide-active .top-mainText-catch {
  animation: fade-in 100ms 800ms ease forwards;
}
.swiper-slide.swiper-slide-next .top-mainViewMoreArea {
  opacity: 0;
}
/* swiper切替エフェクト - ボタンは即座に表示 */
.swiper-slide.swiper-slide-active .top-mainViewMoreArea {
  opacity: 1;
}
.swiper-slide.swiper-slide-prev .top-mainViewMoreArea,
.swiper-slide.swiper-slide-next .top-mainViewMoreArea {
  opacity: 0;
}


/* #floatNav-sns { 220121
  position: fixed;
  display: block;
  top: 375px;
  right: 0;
  width: 40px;
  height: 126px;
  z-index: 600;
  background-color: #fff;
  border-radius: 5px;
  padding-top: 8px;
  transition: 0.3s;
}
.floatNav-sns-wrapper {
  height: 105px;
  display: flex;
  flex-direction: column;
}
#top .floatNav-sns-icon {
  margin: auto;
}
#top .floatNav-sns-icon:nth-child(1) {
  width: 10.4px;
}
#top .floatNav-sns-icon:nth-child(2) {
  width: 20px;
}
#top .floatNav-sns-icon:nth-child(3) {
  width: 20px;
} */
#top #contents .top-mainScroll {
  display: none;
}
@media screen and (min-width: 1024px) {
  #top #contents .top-mainScroll {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: min(2.2vw, 30px); /* 1366幅エリアに対して30px相当 */
    width: min(12.7vw, 173px); /* 1366幅エリアに対して135px相当 */
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-self: space-between;
    gap: min(0.8vw,11px); /* 1366幅エリアに対して11px相当 */
    transform: rotate(90deg) translate(-100%, 0);
    transform-origin: left bottom;
  }
}
.top-mainScroll-text {
  font-family: Roboto;
  font-size: min(1vw, 14px); /* 1366幅エリアに対して14px相当 */
  color: #fff;
  letter-spacing: 0.1em;
}
.top-mainScroll-bar {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #fff;
}
/* .top-toggleDisplay {
  visibility: hidden;
}
#top #contents .top-mainViewMore .top-viewMore-arrow::after {
  content: '';
  background-size: 18px;
  background-image: url(../images/index/arrow_02.svg);
  background-repeat: no-repeat;
  background-position: 6px 2px;
  display: inline-block;
  height: 10px;
  width: 30px;
} */

/* メインビジュアル SP */

@media screen and (max-width: 767px) {
  /* .top-slide {
    height: 86vh;
  } */
  /* #floatNav-sns { 220121
    top: 320px;
  } */
  /* #top #contents .top-mainText {
    bottom: 20vw;
  } */
}

@media screen and (max-width: 640px) {
  /* #top #contents .top-slide {
    height: 72vh;
  }
  #top #contents .top-slide .top-slide-img {
    pointer-events: auto;
  } */
  #top .top-mainSearch {
    width: 100%;
    padding: 4vw;
  }
  #top #contents .top-mainSearch-wrapper {
    display: flex;
    justify-content: space-between;
  }
  #top #contents .top-mainSearch-text {
    display: none;
  }
  #top #contents .top-mainSearch-item {
    width: 49%;
    margin: 0;
  }
  /* #top #contents .top-mainText {
    width: 280px;
    bottom: 135px;
  }
  #top #contents .top-mainText-catch {
    font-size: 16px;
  }
  #top #contents .top-mainText-heaing {
    font-size: 36px;
    margin-top: 7px;
  }
  #top #contents .top-mainText-lead {
    font-size: 14px;
    margin-top: 13px;
    width: auto;
  } */
  #top #contents .top-mainViewMore {
    border: none;
    text-align: left;
    opacity: 0.8;
    margin-top: 12px;
  }
  /* #top #contents .top-mainViewMoreArea {
    bottom: 92px;
  }
  #top #contents .top-mainViewMore .st-Icon-Internal::before {
    margin-left: 2px;
  } */
  /* #floatNav-sns { 220121
    top: 305px;
  } */
}

/* アニメーション */
#top #contents .js-animateTop {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
#top #contents .js-animateTop.js-move {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* Bannerエリア */
#top #contents .top-bannerArea {
  position: relative;
  max-width: 1672px;
  margin-top: -129px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #top #contents .top-bannerArea {
    margin-top: -170px;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-bannerArea {
    display: flex;
    justify-content: space-between;
    margin-top: -135px;
    margin-bottom: 77px;
    padding-left: 69px;
    padding-right: 69px;
  }
}
@media screen and (min-width: 1920px) {
  #top #contents .top-bannerArea {
    margin-top: -115px;
    margin-bottom: 120px;
  }
}
#top #contents .top-products {
  position: relative;
  margin-left: 28px;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #top #contents .top-products {
    position: relative;
    margin-left: 40px;
    margin-bottom: 80px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-products {
    width: calc(44.65592% + 69px);
    max-width: 820px;
    max-height: 250px;
    margin: 0;
    margin-top: -10px;
    margin-right: -69px;
    padding: 0;
    order: 2;
  }
}
@media screen and (min-width: 1920px) {
  #top #contents .top-products {
    width: 820px;
    max-height: 297px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1742px) {
  #top #contents .top-products {
    margin-right: 0;
  }
}
#top #contents .top-products::after {
  position: absolute;
  top: 28px;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: calc(100% - 28px);
  background-color: #6aa6d4;
  background-image: url(../images/index/bg_products-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #top #contents .top-products::after {
    top: 40px;
    height: calc(100% - 40px);
    background-image: url(../images/index/bg_products-pc.png);
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-products::after {
    top: 42px;
    height: calc(100% - 42px);
  }
}
#top #contents .top-products_title {
  position: relative;
  line-height: 1.0;
  color: #fff;
  margin-left: 17px;
  margin-bottom: 8px;
  font-family: Roboto;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.025em;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #top #contents .top-products_title {
    margin-left: 30px;
    margin-bottom: 30px;
    font-size: 58px;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-products_title {
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 1920px) {
  #top #contents .top-products_title {
    margin-left: 35px;
    margin-bottom: 40px;
    font-size: 68px;
  }
}
#top #contents .top-products_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin: 0 25px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #top #contents .top-products_list {
    margin: 0 52px;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-products_list {
    margin: 0 5%;
  }
}
@media screen and (min-width: 1366px) {
  #top #contents .top-products_list {
    margin: 0 32px;
  }
}
#top #contents .top-products_listItem {
  width: calc(50% - 8px);
  margin-bottom: 3px;
}
#top #contents .top-products_listItem:nth-of-type(5) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top #contents .top-products_listItem {
    margin-bottom: 10px;
  }
}
/* @media screen and (min-width: 1024px) {
  #top #contents .top-products_listItem {
    width: 30.43%;
    margin: 0 1.45% 8px;
  }
} */
#top #contents .top-products_listItem a {
  position: relative;
  display: block;
  padding: 11px 0;
  padding-left: 35px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #top #contents .top-products_listItem a {
    padding: 12px 0;
    padding-left: 38px;
    font-size: 15px;
  }
}
/* @media screen and (min-width: 1024px) {
  #top #contents .top-products_listItem a {
    padding-top: 17px;
    padding-bottom: 16px;
    font-size: 12px;
  }
} */
@media screen and (min-width: 1366px) {
  #top #contents .top-products_listItem a {
    padding-left: 54px;
    font-size: 15px;
  }
}

#top #contents .top-products_listItem a:before {
  position: absolute;
  top: 50%;
  left: 3px;
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  #top #contents .top-products_listItem a:before {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-size: 20px auto;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
}
@media screen and (min-width: 1366px) {
  #top #contents .top-products_listItem a:before {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-size: 24px auto;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
}
#top #contents .top-products_listItem-lineup a:before {
  background-image: url(../images/index/icon_products_lineup.svg);
}
#top #contents .top-products_listItem-catalog a:before {
  background-image: url(../images/index/icon_products_catalog.svg);
}
#top #contents .top-products_listItem-video a:before {
  background-image: url(../images/index/icon_products_video.svg);
}
#top #contents .top-products_listItem-cad a:before {
  background-image: url(../images/index/icon_products_cad.svg);
}
#top #contents .top-products_listItem-search a:before {
  background-image: url(../images/index/icon_products_search.svg);
}
#top #contents .top-products_listItem a .st-Icon-Internal::before {
  font-size: 18px;
}
#top #contents .top-products_listItem a .st-Icon-Internal {
  line-height: 1.0;
  margin-left: 2px;
}
@media (any-hover: hover) {
  #top #contents .top-products_listItem a:hover:before {
    background-color: #0e7dcb;
  }
}

#top #contents .top-banner {
  margin-bottom: 80px;
  padding-left: 28px;
  padding-right: 28px;
}
@media screen and (max-width: 767px){
  #top #contents .top-banner_listItem {
    max-width: 450px;
  }
  #top #contents .top-banner_listItem:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  #top #contents .top-banner {
    margin-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-banner {
    width: 48.69707%;
    margin: 50px 0 0;
    padding: 0;
    order: 1;
  }
}
@media screen and (min-width: 1920px) {
  #top #contents .top-banner {
    width: 819px;
    margin: 65px 0 0;
  }
}
@media screen and (min-width: 768px) {
  #top #contents .top-banner .top-banner_list {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #top #contents .top-banner .top-banner_listItem {
    width: 48.1105%;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-banner .top-banner_listItem {
    width: 47.3244%;
    max-width: 393px;
  }
}
@media screen and (min-width: 1920px) {
  #top #contents .top-banner .top-banner_listItem {
    width: 393px;
  }
}
#top #contents .top-banner .top-banner_listItem a {
  text-decoration: none;
}
#top #contents .top-banner_listItemImage {
  position: relative;
  overflow: hidden;
}
#top #contents .top-banner_listItemImage > img {
  width: 100%;
  height: auto;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
#top #contents .top-banner_listItem a:hover .top-banner_listItemImage > img {
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
#top #contents .top-banner_listItemImage::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(41, 41, 41, 0.4));
  z-index: 1;
}
#top #contents .top-banner_listItemText {
  line-height: 1.6;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: calc(100% - 30px);
  margin: 0 15px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  #top #contents .top-banner_listItemText {
    line-height: 1.5;
    width: calc(100% - 50px);
    margin: 0 15px;
    padding-right: 20px;
    padding-bottom: 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  #top #contents .top-banner_listItemText {
    line-height: 1.4;
    width: calc(100% - 40px);
    margin: 0 20px;
    padding-right: 0;
    padding-bottom: 5px;
    font-size: 20px;
  }
}
#top #contents .top-banner_listItem a:not([target="_blank"]) .top-banner_listItemText:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  border-radius: 100%;
  background-image: url(../images/index/arrow_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px auto;
}
#top #contents .top-banner_listItem a:not([target="_blank"]):hover .top-banner_listItemText:after{
  border-color: #0e7dcb;
  background-color: #0e7dcb;
}
@media screen and (min-width: 1024px) {
  #top #contents .top-banner_listItem a:not([target="_blank"]) .top-banner_listItemText:after {
    position: absolute;
    right: -5px;
    bottom: -5px;
  }
}
@media screen and (min-width: 1920px) {
  #top #contents .top-banner_listItem a:not([target="_blank"]) .top-banner_listItemText:after {
    right: -2px;
    bottom: 0px;
    width: 38px;
    height: 38px;
  }
}
#top #contents .top-banner_listItemText .st-Icon-Internal {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  border-radius: 100%;
}
#top #contents .top-banner_listItem a:hover .top-banner_listItemText .st-Icon-Internal {
  border-color: #0e7dcb;
  background-color: #0e7dcb;
}
@media screen and (min-width: 1024px) {
  #top #contents .top-banner_listItemText .st-Icon-Internal {
    position: absolute;
    right: -5px;
    bottom: -5px;
  }
}
@media screen and (min-width: 1920px) {
  #top #contents .top-banner_listItemText .st-Icon-Internal {
    right: -2px;
    bottom: 0px;
    width: 38px;
    height: 38px;
  }
}
#top #contents .top-banner_listItemText .st-Icon-Internal::before {
  margin-top: 0;
  font-size: 1.0em;
}
#top #contents .top-banner_listItemTitle {
  color: #666;
  margin-top: 12px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  #top #contents .top-banner_listItemTitle {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  #top #contents .top-banner_listItemTitle {
    font-size: 14px;
  }
}

/* PICKUP */
#top #contents .top-pickup {
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #top #contents .top-pickup {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1920px) {
  #top #contents .top-pickup {
    margin-bottom: 120px;
  }
}
#top #contents .top-pickup_title {
  line-height: 1.0;
  max-width: 1672px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 72px;
  padding-left: 28px;
  padding-right: 28px;
  color: #333;
  font-family: Roboto;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top #contents .top-pickup_title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-pickup_title {
    margin-bottom: 60px;
    padding-left: 69px;
    padding-right: 69px;
    font-size: 64px;
  }
}
@media screen and (min-width: 1920px) {
  #top #contents .top-pickup_title {
    margin-bottom: 50px;
  }
}
#top #contents .top-pickup_sliderWrap {
  opacity: 0;
  transform: translateX(100%);
  transition-duration: 1.5s;
}
#top #contents .top-pickup_sliderWrap.js-move {
  opacity: 1;
  transform: translateX(0);
}
#top #contents .top-pickup_sliderWrap.js-move .top-pickup_listItem a {
  opacity: 1;
  transition: opacity 1.0s ease-out;
  transition-delay: 1.0s;
}
#top #contents .top-pickup_inner {
  max-width: 1672px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top #contents .top-pickup_inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-pickup_inner {
    padding-left: 69px;
    padding-right: 69px;
  }
}

#top #contents .top-pickup_list .slick-slide {
  width: 250px;
  height: 250px;
  margin: 0 10px;
}
@media screen and (min-width: 1024px) {
  #top #contents .top-pickup_list .slick-slide {
    width: 283px;
    height: 283px;
  }
}
@media screen and (min-width: 1920px) {
  #top #contents .top-pickup_list .slick-slide {
    width: 394px;
    height: 394px;
  }
}
#top #contents .top-pickup_list .slick-list {
  overflow: visible;
}
#top #contents .top-pickup_list .slick-arrow {
  position: absolute;
  top: -72px;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 50px;
  text-indent: -9999px;
  background-color: #fff;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  appearance: none;
  cursor: pointer;
}
#top #contents .top-pickup_list .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 8px;
  height: 14px;
  margin-left: -4px;
  margin-top: -7px;
  background-image: url(../images/index/pickup_arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#top #contents .top-pickup_list .slick-arrow:hover {
  background-color: #0e7dcb;
}
#top #contents .top-pickup_list .slick-arrow:hover::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  #top #contents .top-pickup_list .slick-arrow {
    top: -100px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-pickup_list .slick-arrow {
    top: -118px;
    width: 60px;
    height: 60px;
  }
}
#top #contents .top-pickup_list .slick-prev {
  position: absolute;
  right: 52px;
}
#top #contents .top-pickup_list .slick-prev::before {
  transform:rotate(180deg);
}
@media screen and (min-width: 1024px) {
  #top #contents .top-pickup_list .slick-prev {
    right: 75px;
  }
}
#top #contents .top-pickup_list .slick-next {
  position: absolute;
  right: 0;
}
#top #contents .top-pickup_list .slick-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
#top #contents .top-pickup_listItem {
  width: 250px;
  height: 250px;
  background-color: #2a96e1;
}
@media screen and (min-width: 1024px) {
  #top #contents .top-pickup_listItem {
    width: 283px;
    height: 283px;
  }
}
@media screen and (min-width: 1920px) {
  #top #contents .top-pickup_listItem {
    width: 394px;
    height: 394px;
  }
}
#top #contents .top-pickup_listItem a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
#top #contents .top-pickup_listItem a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(41, 41, 41, 0.4));
  z-index: 1;
}
#top #contents .top-pickup_listItem a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
#top #contents .top-pickup_listItem a:hover img {
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
#top #contents .top-pickup_listItemTitle {
  line-height: 1.4;
  position: absolute;
  bottom: 17px;
  left: 0;
  width: calc(100% - 40px);
  padding: 0 20px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  #top #contents .top-pickup_listItemTitle {
    bottom: 26px;
    font-size: 18px;
  }
}
#top #contents .top-pickup_listItem a:not([target="_blank"]) .top-pickup_listItemTitle:after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 16px;
  background-image: url(../images/index/arrow_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px auto;
}
#top #contents .top-pickup_listItemTitle .st-Icon-Internal {
  display: inline-block;
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 1024px) {
  /* #top #contents .top-pickup_listItemTitle .st-Icon-Internal {
    position: absolute;
    right: 20px;
    bottom: -5px;
  } */
}
#top #contents .top-pickup_listItemTitle .st-Icon-Internal::before {
  margin-top: 0;
  margin-left: 5px;
  font-size: 0.7em;
  vertical-align: baseline;
}
#top #contents .top-pickup_newLabel {
  position: absolute;
  top: 12px;
  left: 12px;
  line-height: 1.0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  margin-bottom: 5px;
  padding: 0 8px;
  color: #fff;
  background-color: #0e7dcb;
  border-radius: 50px;
  font-family: Roboto;
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #top #contents .top-pickup_newLabel {
    top: 16px;
    left: 16px;
  }
}
#top #contents .top-pickupViewMore {
  font-size: 14px;
  font-family: Roboto;
  opacity: 0.8;
  margin-top: 4px;
}
#top #contents .top-pickupViewMore .st-Icon-Internal {
  font-size: 12px;
  margin-left: 2px;
  opacity: 0.8;
}
#top #contents .top-pickupViewMore .st-Icon-External {
  font-size: 11px;
  margin-left: 2px;
  opacity: 0.8;
}

.top-viewMore-arrow {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  text-decoration: none;
  outline: none;
  opacity: 0.8;
}
.top-mainViewMore .top-viewMore-arrow {
  position: absolute;
  top: 18px;
  right: 8px;
  opacity: 1;
}
.top-viewMore-arrow {
  padding: 0 16px;
}

.top-viewMore-arrow::before {
  /*アニメーションの指定*/
  transition: all 0.3s;
}
.top-viewMore-arrow::after {
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: -3px;
  right: 0;
  /*アニメーションの指定*/
  transition: all 0.3s;
}
/*hoverした際の移動*/
#contents #menu2 .level2-navTitle-ja:hover .top-viewMore-arrow::before,
.top-pickup .top-pickup-list-link:hover .top-viewMore-arrow::before,
.top-news .top-news-link:hover .top-viewMore-arrow::before,
.top-news .btn-viewMore-text:hover .top-viewMore-arrow::before,
.top-pickup .btn-viewMore-wrapper:hover .top-viewMore-arrow::before,
.top-pds .top-pds-catalogue-link:hover .top-viewMore-arrow::before,
.top-pds .top-pds-search-tableLink:hover .top-viewMore-arrow::before,
.top-pds-search-subTable-link:hover .top-viewMore-arrow::before {
  left: 30%;
}
#contents #menu2 .level2-navTitle-ja:hover .top-viewMore-arrow::after,
.top-pickup .top-pickup-list-link:hover .top-viewMore-arrow::after,
.top-news .top-news-link:hover .top-viewMore-arrow::after,
.top-news .btn-viewMore-text:hover .top-viewMore-arrow::after,
.top-pickup .btn-viewMore-wrapper:hover .top-viewMore-arrow::after {
  right: -13%;
}


@media screen and (max-width: 640px) {
  #top #contents .top-mainViewMore .top-viewMore-arrow::after {
    background-size: 16px;
  }
  .top-mainViewMore .top-viewMore-arrow {
    position: relative;
    top: auto;
    right: auto;
  }
}

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-Ovelay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(41, 41, 41, 0.4));
}

/* NEWS */
#top #contents .top-news {
  position: relative;
  max-width: 1672px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}
@media screen and (max-width: 767px){
  #top #contents .top-news {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top #contents .top-news {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-news {
    padding-left: 69px;
    padding-right: 69px;
  }
}
#top #contents .top-news_title {
  line-height: 1.0;
  margin-bottom: 40px;
  color: #333;
  font-family: Roboto;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1024px) {
  #top #contents .top-news_title {
    font-size: 64px;
  }
}
@media screen and (min-width: 1920px) {
  #top #contents .top-news_title {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-news_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#top #contents .top-news_listItem {
  margin-bottom: 20px;
}
#top #contents .top-news_listItem:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px){
  #top #contents .top-news_listItem:nth-child(1) {
    max-width: 450px;
  }
  #top #contents .top-news_listItem:not(:nth-child(1)) {
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
  }
  #top #contents .top-news_listItem:nth-child(n+5) {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top #contents .top-news_listItem:nth-child(1) {
    max-width: 331px;
    margin-bottom: 35px;
  }
  #top #contents .top-news_listItem:not(:nth-child(1)) {
    margin-bottom: 25px;
    border-bottom: 1px solid #e3e3e3;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-news_listItem {
    width: 100%;
    margin-bottom: 80px;
  }
  #top #contents .top-news_listItem:nth-child(-n+4) {
    width: 23.045603%;
    max-width: 394px;
    border-bottom: none;
  }
  #top #contents .top-news_listItem:nth-child(n+5) {
    margin-bottom: 25px;
    border-bottom: 1px solid #e3e3e3;
  }
}
@media screen and (min-width: 1920px) {
  #top #contents .top-news_listItem:nth-child(-n+4) {
    width: 394px;
  }
}
#top #contents .top-news_listItem > a {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px){
  #top #contents .top-news_listItem > a {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #top #contents .top-news_listItem > a {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-news_listItem:nth-child(n+5) > a {
    padding-bottom: 20px;
  }
}
#top #contents .top-news_listItem > a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1023px){
  #top #contents .top-news_listItem:not(:nth-child(1)) .top-news_listItemImage {
    order: 2;
  }
  #top #contents .top-news_listItem:not(:nth-child(1)) .top-news_listItemInfo {
    order: 1;
  }
  #top #contents .top-news_listItem:not(:nth-child(1)) .top-news_listItemText {
    order: 3;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-news_listItem:nth-child(n+5) .top-news_listItemImage {
    order: 2;
  }
  #top #contents .top-news_listItem:nth-child(n+5) .top-news_listItemInfo {
    order: 1;
  }
  #top #contents .top-news_listItem:nth-child(n+5) .top-news_listItemText {
    order: 3;
  }
}
#top #contents .top-news_listItemImage {
  position: relative;
  overflow: hidden;
}
#top #contents .top-news_listItem > a:hover .top-news_listItemImage img {
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
@media screen and (max-width: 1023px){
  #top #contents .top-news_listItem:nth-child(1) .top-news_listItemImage {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-news_listItem:nth-child(-n+4) .top-news_listItemImage {
    width: 100%;
    margin-bottom: 15px;
  }
}
#top #contents .top-news_listItemImage > img {
  width: 100%;
  height: auto;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
#top #contents .top-news_listItem:not(:nth-child(1)) .top-news_listItemImage > img {
  display: none;
}
@media screen and (min-width: 1024px) {
  #top #contents .top-news_listItem:nth-child(2) .top-news_listItemImage > img,
  #top #contents .top-news_listItem:nth-child(3) .top-news_listItemImage > img,
  #top #contents .top-news_listItem:nth-child(4) .top-news_listItemImage > img {
    display: block;
  }
}
@media screen and (max-width: 1023px){
  #top #contents .top-news_listItem:nth-child(1) .top-news_categoryLabel {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-news_listItem:nth-child(-n+4) .top-news_categoryLabel {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#top #contents .top-news_categoryLabel {
  margin-left: 15px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
#top #contents .top-news_categoryLabel.newproduct {
  color: #d5004a;
  background-color: #ffe5ee;
}
#top #contents .top-news_categoryLabel.productinfo {
  color: #006cb9;
  background-color: #e6f5ff;
}
#top #contents .top-news_categoryLabel.seminar {
  color: #007962;
  background-color: #e5fcf7;
}
#top #contents .top-news_categoryLabel.information {
  color: #6a42c6;
  background-color: #f9f7ff;
}
#top #contents .top-news_categoryLabel.event {
  color: #c14b00;
  background-color: #fff8ef;
}
#top #contents .top-news_categoryLabel.other {
  color: #666;
  background-color: #f5f5f5;
}
#top #contents .top-news_listItemInfo {
  display: flex;
}
#top #contents .top-news_date {
  line-height: 26px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: Roboto;
}
#top #contents .top-news_newLabel {
  line-height: 1.0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  margin-top: 3px;
  margin-left: 12px;
  padding: 0 8px;
  color: #fff;
  background-color: #0e7dcb;
  border-radius: 50px;
  font-family: Roboto;
  font-size: 13px;
  text-align: center;
}
#top #contents .top-news_listItemText {
  line-height: 1.625;
  color: #666;
  font-weight: bold;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
#top #contents .top-news_listItem:nth-child(n+5) a:hover .top-news_listItemText {
  color: #0e7dcb;
}
@media screen and (max-width: 1023px){
  #top #contents .top-news_listItemText {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-news_listItem:nth-child(-n+4) .top-news_listItemText {
    width: 100%;
    margin-top: 10px;
  }
  #top #contents .top-news_listItem:nth-child(n+5) .top-news_listItemText {
    width: calc(100% - 310px);
    margin-left: auto;
  }
  html[lang=ja] #top #contents .top-news_listItem:nth-child(n+5) .top-news_listItemText,
  html[lang^="zh"] #top #contents .top-news_listItem:nth-child(n+5) .top-news_listItemText,
  html[lang=ko] #top #contents .top-news_listItem:nth-child(n+5) .top-news_listItemText {
    width: calc(100% - 220px);
  }
}

#top #contents .top-news_listItem .top-news_listItemText::after {
  position: relative;
  left: 0;
  content: '';
  background-image: url(../images/index/arrow_04.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px auto;
  display: inline-block;
  width: 20px;
  height: 1em;
  margin-left: 8px;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
#top #contents .top-news_listItem a:hover .top-news_listItemText::after {
  left: 7px;
}
#top #contents .top-news_button {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px){
  #top #contents .top-news_button {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  #top #contents .top-news_button {
    position: absolute;
    top: 11px;
    right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-news_button {
    top: 21px;
    right: 69px;
  }
}
#top #contents .top-news_button a {
  position: relative;
  display: block;
  width: calc(100% - 4px);
  padding: 8px 0;
  background-color: #fff;
  border: 2px solid #2a96e1;
  border-radius: 50px;
  font-size: 14px;
  font-family: Roboto;
  text-align: center;
}
#top #contents .top-news_button a:hover {
  color: #fff;
  background-color: #2a96e1;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #top #contents .top-news_button a {
    padding: 12px 0;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-news_button a {
    font-weight: bold;
  }
}
#top #contents .top-news_button a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: '';
  background-image: url(../images/index/arrow_04.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px;
  display: block;
  height: 10px;
  width: 15px;
  margin-top: -5px;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}
#top #contents .top-news_button a:hover::after {
  background-image: url(../images/index/arrow_01.svg);
}
@media screen and (min-width: 1024px) {
  #top #contents .top-news_button a::after {
    right: 20px;
    background-size: 15px;
  }
}

/* PDS */
#top #contents .top-pds {
  padding: 100px 0;
}
#top #contents .top-pds-categoryArea {
  background-image: url(../images/index/pds_mainBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 29.3vw;
  padding: 6.6vw 5vw 0;
  max-height: 400px;
  box-sizing: border-box;
  position: relative;
}
#top #contents .top-pds-category {
  line-height: calc(94 / 64);
  font-size: 64px;
  font-weight: bold;
  font-family: Roboto;
  color: #fff;
  letter-spacing: 0.025em;
}

#top #contents .top-pds-category-bar {
  margin: 0 20px;
}
#top #contents .top-pds-category-bar img {
  margin-bottom: 17px;
  width: 2px;
  height: 64px;
}

#top #contents .top-pds-catalogueArea {
  position: absolute;
  bottom: -9vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 96%;
  max-width: 1640px;
  background-color: #fff;
}
#top #contents .top-pds-catalogue-img {
  position: relative;
  width: 196px;
  min-height: 110px;
  height: 100%;
}
#top #contents .top-pds-catalogue-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#top #contents .top-pds-catalogue-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3%;
}
#top #contents .top-pds-catalogue-item {
  max-width: 760px;
  min-width: 390px;
  width: 48.7%;
  box-shadow: 1px 5px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
#top #contents .top-pds-catalogue-item:first-child {
  margin-right: 5px;
}
#top #contents .top-pds-catalogue-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  height: 100%;
}
#top #contents .top-pds-catalogue-text {
  /* line-height: calc(25.2 / 18);
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: auto;
  padding: 5px 0; */
}
#top #contents .top-pds-catalogueArea .top-viewMore-arrow {
  width: calc(100% - 32px);
}

#top #contents .top-pds-catalogueArea .top-viewMore-arrow::after {
  background-size: 22px;
  content: '';
  background-image: url(../images/index/arrow_04.svg);
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
  height: 5px;
  width: 20px;
}
#top #contents .top-pds-catalogue-link:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.08, 1.08);
}

#top #contents .top-pds-catalogue-link img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#top #contents .top-pds-catalogue-img {
  overflow: hidden;
}
#top #contents .top-pds-search {
  max-width: 1550px;
  width: 90%;
  padding-top: 12vw;
  margin: auto;
}
#top #contents .top-pds-search-item {
  display: flex;
}
#top #contents .top-pds-search-imgArea {
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 432px;
  min-width: 150px;
  width: 31%;
  padding: 55px 50px;
  color: #fff;
  box-sizing: border-box;
}

#top #contents .top-pds-search-item01 .top-pds-search-imgArea {
  background-image: url(../images/index/pds_bg01.jpg);
}
#top #contents .top-pds-search-item02 .top-pds-search-imgArea {
  background-image: url(../images/index/pds_bg02.jpg);
}
#top #contents .top-pds-search-item03 .top-pds-search-imgArea {
  background-image: url(../images/index/pds_bg03.jpg);
}
#top #contents .top-pds-search-item04 .top-pds-search-imgArea {
  background-image: url(../images/index/pds_bg04.jpg);
}

#top #contents .top-pds-search-imgArea-title {
  line-height: calc(44.8 / 32);
  font-size: 32px;
  font-weight: bold;
  overflow-wrap: break-word;
}
#top #contents .top-pds-search-table {
  background-image: url(../images/index/pds_listBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 71%;
  padding: 4% 2.5% 4% 5.5%;
  position: relative;
}
#top #contents .top-pds-search-tableItem {
  max-width: 300px;
  width: 30%;
  background-color: #fff;
  margin-right: 3.8%;
}
#top #contents .top-pds-search-tableItem {
  margin-right: 3.8%;
}
#top #contents .top-pds-search-tableItem:nth-child(3n) {
  margin-right: 0;
}
#top #contents .top-pds-search-tableItem:nth-child(n + 4) {
  margin-top: 3.8%;
}

#top #contents .top-pds-search-item03 .top-pds-search-tableItem:nth-child(2) { /* 220121 */
  margin-right: 33.8%;
}
@media screen and (max-width: 640px) { /* 220121 */
  #top #contents .top-pds-search-item03 .top-pds-search-tableItem:nth-child(2) {
    margin-right: 0;
  }
}
#top #contents .top-pds-search-item04 .top-pds-search-tableItem:nth-child(n + 4) {
  margin-top: 2.5%;
}
#top #contents .top-pds-search-item04 .top-pds-search-tableItem:nth-child(4) {
  margin-top: 0;
}
#top #contents .top-pds-search-tableItem img {
  width: 100%;
}
#top #contents .top-pds-search-tableTextArea {
  padding: 0 9% 6%;
  overflow-wrap: break-word;
}
#top #contents .top-pds-search-item04 .top-pds-search-tableTextArea {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#top #contents .top-pds-search-tableTextArea-title {
  line-height: calc(25.2 / 18);
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

#top #contents .top-pds-search-table .top-viewMore-arrow::after {
  background-size: 18px;
  content: '';
  background-image: url(../images/index/arrow_04.svg);
  background-repeat: no-repeat;
  background-position: 12px 0;
  display: inline-block;
  height: 7px;
  width: 38px;
}
#top #contents .top-pds-search-tableLink {
  text-decoration: none;
}
#top #contents .top-pds-search-tableLink:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.08, 1.08);
}

#top #contents .top-pds-search-tableLink img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#top #contents .top-pds-search-tableImgArea {
  overflow: hidden;
}
#top #contents .top-pds-search-item04 .top-pds-search-tableImgArea {
  max-height: 150px;
}
#top #contents .top-pds-search-tableList {
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
}
.view-sp {
  display: none;
}
#top #contents .top-pds-search-item.top-pds-search-item02,
#top #contents .top-pds-search-item.top-pds-search-item03,
#top #contents .top-pds-search-item.top-pds-search-item04 {
  margin-top: 100px;
}

#top #contents .top-pds-search-item04 .top-pds-search-tableItem:last-child {
  width: 97.5%;
  max-width: none;
  margin: 0;
  background-color: transparent;
}
#top #contents .top-pds-search-subTable {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
#top #contents .top-pds-search-subTable {
  width: 100%;
}
#top #contents .top-pds-search-subTable-text {
  font-size: 18px;
  font-weight: bold;
  padding: 7% 5%;
  padding-right: 50px;
  color: #333;
}
#top #contents .top-pds-search-subTable-item {
  width: calc(50% - 13px);
  background-color: #fff;
  position: relative;
}
#top #contents .top-pds-search-subTable-item {
  margin-top: 3.8%;
}

#top #contents .top-pds-search-subTable .top-viewMore-arrow {
  position: absolute;
  bottom: 49%;
  right: 6%;
}

#top #contents .top-pds-search-subTable-link {
  text-decoration: none;
}
#top #contents .top-pds-search-subTable .top-viewMore-arrow::after {
  background-size: 20px;
  content: '';
  background-image: url(../images/index/arrow_04.svg);
  background-repeat: no-repeat;
  background-position: 12px 0;
  display: inline-block;
  height: 7px;
  width: 38px;
}

@media screen and (min-width: 641px) {
  #top #contents .top-pds-catalogue-text {
    position: relative;
    line-height: calc(25.2 / 18);
    font-size: 18px;
    font-weight: bold;
    color: #333;
    width: calc(100% - 286px);
    padding: 5px 0;
    padding-right: 50px;
    text-align: left;
  }
  #top #contents .top-pds-catalogueArea .top-viewMore-arrow::after {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-pds-catalogue-text {
    line-height: calc(33.6 / 24);
    font-size: 1.7569vw;
  }
}
@media screen and (min-width: 1366px) {
  #top #contents .top-pds-catalogue-text {
    line-height: calc(33.6 / 24);
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px) {
  #top #contents .top-pds-catalogue-wrapper {
    padding: 25px 20px;
  }
  #top #contents .top-pds-catalogue-item {
    width: 100%;
    margin: auto;
  }
  #top #contents .top-pds-catalogue-item:last-child {
    margin-top: 20px;
  }
  #top #contents .top-pds-catalogue-item:first-child {
    margin-right: auto;
  }
  #top #contents .top-pds-catalogueArea {
    bottom: -30vw;
  }
  #top #contents .top-pds-search {
    padding-top: 35vw;
  }
  #top #contents .top-pds-categoryArea {
    padding-top: 4.4vw;
  }
  #top #contents .top-pds-search-imgArea {
    padding: 4.03vw 3.67vw;
    max-width: none;
  }
  #top #contents .top-pds-search-subTable-text {
    padding: 6% 5%;
    padding-right: 50px;
  }
  #top #contents .top-pds-category {
    font-size: 5.86vw;
  }
  #top #contents .top-pds-category-bar img {
    margin-bottom: 18px;
    height: 5vw;
  }
  #top #contents .top-pds-search-item.top-pds-search-item02,
  #top #contents .top-pds-search-item.top-pds-search-item03,
  #top #contents .top-pds-search-item.top-pds-search-item04 {
    margin-top: 80px;
  }
  #top #contents .top-pds-category-text {
    margin-top: -5px;
  }
  /* #top #contents .top-pds-search-imgArea-title {
    font-size: 30px;
  } */
  #top #contents .top-pds-search-imgArea-text {
    margin-top: 8px;
    font-size: 13px;
  }
  #top #contents .top-pds-search-subTable {
    flex-direction: column;
  }
  #top #contents .top-pds-search-subTable-item {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #top #contents .top-pds {
    padding-top: 0;
    padding-bottom: 0;
  }
  #top #contents .top-pds-category {
    line-height: calc(57.6 / 48);
    font-size: 48px;
  }
  #top #contents .top-pds-categoryArea {
    background-image: url(../images/index/pds_mainBg_sp.jpg);
    padding: 55px 10px 0 28px;
    height: 330px;
  }
  #top #contents .top-pds-category-bar {
    display: none;
  }
  .view-sp {
    display: block;
  }
  #top #contents .top-pds-category-text {
    margin-top: 20px;
  }
  #top #contents .top-pds-catalogueArea {
    width: 85%;
    bottom: -114vw;
    background-color: transparent;
  }
  #top #contents .top-pds-catalogue-link {
    display: block;
  }
  #top #contents .top-pds-catalogue-wrapper {
    padding: 0;
  }
  #top #contents .top-pds-catalogue-text {
    line-height: calc(25.2 / 18);
    width: calc(100% - 40px);
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: auto;
    padding: 24px 20px 0;
  }
  #top #contents .top-pds-catalogueArea .top-viewMore-arrow::after {
    position: absolute;
    bottom: 15px;
    right: 20px;
  }
  #top #contents .top-pds-catalogue-link {
    position: relative;
  }
  #top #contents .top-pds-catalogue-item {
    min-width: auto;
  }
  #top #contents .top-pds-catalogue-item:last-child {
    margin-top: 35px;
  }
  #top #contents .top-pds-search {
    padding: 135vw 0 0;
    width: 100%;
  }
  #top #contents .top-pds-search-item {
    display: block;
  }
  #top #contents .top-pds-search-imgArea {
    background-image: url(../images/index/pds_bg01_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 300px;
    padding: 50px 25px;
    box-sizing: border-box;
  }
  #top #contents .top-pds-search-table {
    width: 100%;
    padding: 0;
    background-image: url(../images/index/pds_listBg_sp.jpg);
  }
  #top #contents .top-pds-search-item02 .top-pds-search-imgArea {
    background-image: url(../images/index/pds_bg02_sp.jpg);
  }
  #top #contents .top-pds-search-item03 .top-pds-search-table {
    background-image: url(../images/index/pds_listBg02_sp.jpg);
  }
  #top #contents .top-pds-search-item01 .top-pds-search-imgArea {
    background-image: url(../images/index/pds_bg01_sp.jpg);
  }
  #top #contents .top-pds-search-tableItem {
    width: 48%;
  }
  #top #contents .top-pds-search-tableItem:nth-child(n + 4),
  #top #contents .top-pds-search-tableItem {
    margin-top: 6%;
  }
  #top #contents .top-pds-search-tableItem {
    margin-right: 0;
  }
  #top #contents .top-pds-search-tableList {
    position: relative;
    justify-content: space-between;
    top: -42px;
    padding: 0 6vw;
  }
  #top #contents .top-pds-search-tableTextArea-title {
    font-size: 15px;
    font-weight: 600;
  }
  #top #contents .top-pds-search-item.top-pds-search-item02,
  #top #contents .top-pds-search-item.top-pds-search-item03,
  #top #contents .top-pds-search-item.top-pds-search-item04 {
    margin-top: 0;
  }
  #top #contents .top-pds-search-item04 .top-pds-search-tableItem {
    width: 48%;
    margin-right: 0;
  }

  #top #contents .top-pds-search-subTable .top-viewMore-arrow {
    left: 235px;
    bottom: 38px;
  }
  #top #contents .top-pds-search-item04 .top-pds-search-imgArea {
    background-image: url(../images/index/pds_bg04_sp.jpg);
  }
  #top #contents .top-pds-search-item04 .top-pds-search-tableTextArea {
    max-height: none;
  }
  #top #contents .top-pds-search-item04 .top-pds-search-tableItem {
    min-height: 195px;
  }
  #top #contents .top-pds-search-item04 .top-pds-search-tableItem {
    margin-top: 20px;
  }
  #top #contents .top-pds-search-item04 .top-pds-search-tableItem:nth-child(n + 4),
  #top #contents .top-pds-search-item04 .top-pds-search-tableItem:nth-child(4) {
    margin-top: 20px;
  }
  #top #contents .top-pds-search-item04 .top-pds-search-tableItem:last-child {
    width: 100%;
  }
  #top #contents .top-pds-search-subTable-item {
    margin-top: 20px;
  }
  #top #contents .top-pds-search-subTable-item:first-child {
    margin-top: 0;
  }
  #top #contents .top-pds-search-subTable-text {
    padding: 26px 20px;
  }
  #top #contents .top-pds-search-subTable {
    height: 87%;
  }
  #top #contents .top-pds-catalogue-img {
    /* width: 100%;
    height: 140px;
    min-height: auto; */
    width: 100%;
    min-width: 200px;
    min-height: auto;
  }
  #top #contents .top-pds-catalogue-img img {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #top #contents .top-pds-search-item03 .top-pds-search-imgArea {
    background-image: url(../images/index/pds_bg03_sp.jpg);
  }
}

/* FooterBannerエリア */
#top #contents .top-footerBanner {
  padding: 60px 28px;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  #top #contents .top-footerBanner {
    padding: 60px 40px;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-footerBanner {
    padding: 60px 50px;
  }
}
@media screen and (min-width: 1366px) {
  #top #contents .top-footerBanner {
    padding: 80px 69px;
  }
}
@media screen and (min-width: 1920px) {
  #top #contents .top-footerBanner {
    padding: 100px 124px;
  }
}

@media screen and (min-width: 768px) {
  #top #contents .top-footerBannerList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#top #contents .top-footerBannerListItem {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #top #contents .top-footerBannerListItem {
    width: 48.1805%;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  #top #contents .top-footerBannerListItem {
    width: 48.1602%;
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 1365px){
  #top #contents .top-footerBannerListItem:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1366px) {
  #top #contents .top-footerBannerListItem {
    width: 31.596%;
    margin-bottom: 0;
  }
}
#top #contents .top-footerBannerListItem a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #333;
  background-color: #fff;
  box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.05);
  font-size: 18px;
  font-weight: bold;
}
#top #contents .top-footerBannerListItem a:hover {
  text-decoration: none;
}
#top #contents .top-footerBannerListItem a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  display: block;
  width: 20px;
  height: 5px;
  transform: translateY(-50%);
  background-image: url(../images/index/arrow_04.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px auto;
}
#top #contents .top-footerBannerListImage {
  position: relative;
  width: 100px;
  height: 100%;
  min-height: 90px;
  margin-right: 20px;
  overflow: hidden;
  background-color: #61ade1;
}
@media screen and (min-width: 1024px) {
  #top #contents .top-footerBannerListImage {
    width: 150px;
    min-height: 100px;
  }
}
@media screen and (min-width: 1920px) {
  #top #contents .top-footerBannerListImage {
    height: 115px;
  }
}
#top #contents .top-footerBannerListImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#top #contents .top-footerBannerListItem a:hover .top-footerBannerListImage img {
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
#top #contents .top-footerBannerListText {
  line-height: calc(22.4 / 16);
  width: calc(100% - 176px);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  #top #contents .top-footerBannerListText {
    line-height: calc(25.2 / 18);
    width: calc(100% - 220px);
    margin-right: 50px;
    font-size: 18px;
  }
}

/* CONTACT */
#top #contents .top-contact,
#aboutus .top-contact {
  background-color: #333;
}
#top #contents .top-contact-title,
#aboutus .top-contact-title {
  font-size: 20px;
  font-weight: bold;
  font-family: Roboto;
  text-align: center;
}
#top #contents .top-contact-textArea,
#aboutus .top-contact-textArea {
  width: 355px;
}
#top #contents .top-contact-number,
#aboutus .top-contact-number {
  text-align: center;
  margin-top: 5px;
}
#top #contents .top-contact-number a,
#aboutus .top-contact-number a {
  font-size: 50px;
  font-weight: bold;
  font-family: Roboto;
  color: #fff;
  text-decoration: none;
}
#top #contents .top-contact-textArea,
#aboutus .top-contact-textArea {
  color: #fff;
}
#top #contents .top-contact-time,
#aboutus .top-contact-time {
  font-size: 16px;
  margin-top: 8px;
  color: #ccc;
}

#top #contents .top-contact-wrapper,
#aboutus .top-contact-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1550px;
  width: 90%;
  margin: 0 auto;
  padding: 78px 0 75px;
}
#top #contents .top-contact-btnArea,
#aboutus .top-contact-btnArea {
  width: 67%;
  display: flex;
  justify-content: space-between;
}

#top #contents .top-contact-btn,
#aboutus .top-contact-btn {
  position: relative;
  width: 48%;
  margin: auto;
}
#top #contents .top-contact-btn-link,
#contents #aboutus .top-contact-btn-link {
  text-decoration: none;
}
#top #contents .top-contact-btn-text,
#aboutus .top-contact-btn-text {
  background-color: #fff;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  padding: 38px 0;
  text-align: center;
}
#top #contents .top-contact-btn-text:hover,
#aboutus .top-contact-btn-text:hover {
  background-color: #ebf4fc;
}

#top #contents .top-contact-icon,
#aboutus .top-contact-icon {
  position: absolute;
  top: 39px;
  left: 25%;
  width: 22px;
}
#top #contents .top-contact-icon img,
#aboutus .top-contact-icon img {
  width: 100%;
}
.top-contact-btn .st-Icon-Internal {
  position: absolute;
  font-size: 14px;
  top: 42px;
  right: 26px;
}
#top #contents .top-slide .st-Icon-Internal,
#aboutus .top-slide .st-Icon-Internal {
  position: absolute;
  top: 4px;
  right: 10px;
}
#top #contents .caution-01,
#aboutus .caution-01 {
  font-weight: bold;
}
#top #contents .caution .caution-02,
#aboutus .caution .caution-02 {
  font-size: 14px;
}

@media screen and (max-width: 1366px) {
  #top #contents .top-contact-btn-text,
  #aboutus .top-contact-btn-text {
    font-size: 1.61vw;
  }
}
@media screen and (max-width: 1023px) {
  #top #contents .top-contact-textArea,
  #aboutus .top-contact-textArea {
    width: 30%;
  }
  #top #contents .top-contact-icon,
  #aboutus .top-contact-icon {
    top: 35px;
    left: 18%;
  }
  #top #contents .top-contact-title,
  #aboutus .top-contact-title {
    font-size: 1.46vw;
  }
  #top #contents .top-contact-time,
  #aboutus .top-contact-time {
    font-size: 1.17vw;
  }
  #top #contents .top-contact-number a,
  #aboutus .top-contact-number a {
    font-size: 3.66vw;
  }
  #top #contents .top-contact-wrapper,
  #aboutus .top-contact-wrapper {
    padding: 70px 0 66px;
  }
}
@media screen and (max-width: 640px) {
  #top #contents .top-contact-wrapper,
  #aboutus .top-contact-wrapper {
    display: block;
    padding: 55px 0;
    width: 85%;
  }
  #top #contents .top-contact-btnArea,
  #aboutus .top-contact-btnArea {
    display: block;
    width: 100%;
    margin-top: 35px;
  }
  #top #contents .top-contact-title,
  #aboutus .top-contact-title {
    font-size: 18px;
    font-weight: 600;
  }
  #top #contents .top-contact-number a,
  #aboutus .top-contact-number a {
    font-size: 48px;
  }
  #top #contents .top-contact-time,
  #aboutus .top-contact-time {
    font-size: 14px;
    text-align: center;
  }
  #top #contents .top-contact-btn,
  #aboutus .top-contact-btn {
    width: 100%;
    margin-top: 23px;
  }
  #top #contents .top-contact-icon,
  #aboutus .top-contact-icon {
    top: 25px;
    left: 58px;
  }
  #top #contents .top-contact-textArea,
  #aboutus .top-contact-textArea {
    width: 100%;
  }
  #top #contents .top-slide .st-Icon-Internal,
  #aboutus .top-slide .st-Icon-Internal {
    right: 96px;
  }
  #top #contents .top-contact-btn-text,
  #aboutus .top-contact-btn-text {
    padding: 24px 0px;
    font-size: 18px;
  }
  .top-contact-btn .st-Icon-Internal {
    top: 29px;
    right: 20px;
  }
  #top #contents .caution .caution-01,
  #aboutus .caution .caution-01 {
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
    color: #666;
  }
  #top #contents .caution .caution-02,
  #aboutus .caution .caution-02 {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-top: 18px;
  }
  body#top #contents #index {
    margin: 30px auto 10px;
    width: 85%;
  }
}
