@charset "UTF-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */*,::after,::before{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}main{display:block}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0}address,blockquote,dl,figure,form,iframe,ol,p,pre,table,ul{margin:0}ol,ul{padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}embed,iframe,img,object{vertical-align:bottom}button,inputtxt_color,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;outline:0;border-radius:0;text-align:inherit}[type=checkbox]{-webkit-appearance:checkbox;appearance:checkbox}[type=radio]{-webkit-appearance:radio;appearance:radio}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{cursor:pointer;-webkit-appearance:none;appearance:none}[type="button"][disabled],[type="reset"][disabled],[type="submit"][disabled],button[disabled]{cursor:default}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}select::-ms-expand{display:none}fieldset,option{padding:0}fieldset{margin:0;min-width:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]{outline:0}table{border-collapse:collapse;border-spacing:0}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}[hidden],template{display:none}

h1,h2,h3,h4,h5,h6{
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
*:focus {
  outline: none;
}

/* ------------------------------------------------------------------
WordPress Native Styles
------------------------------------------------------------------ */
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
  margin: 0 0 0 30px;
}
.alignleft {
  float: left;
  margin: 0 30px 0 0;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.tc{
  text-align: center !important;
}
.tl{
  text-align: left !important;
}
.tr{
  text-align: right !important;
}
@media only screen and (max-width:767.98px) {
  .alignright {
    margin: 0 0 0 5%;
  }
  .alignleft {
    margin: 0 5% 0 0;
  }
}

/* ------------------------------------------------------------------
font awesome
------------------------------------------------------------------ */
.fas {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}

/* ------------------------------------------------------------------
body
------------------------------------------------------------------ */
html {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
  letter-spacing: 0.03em;
	overflow-x: hidden;
}
html.is_fixed{
  height: 100%;
  overflow: hidden;
}
body {
  font-weight: 400;
  color: #222;
}

/* ------------------------------------------------------------------
font size
------------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
}
p {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width:767.98px) {
  body {
    font-size: 14px;
    font-size: 3.7333vw;
  }
  p {
    font-size: 14px;
    font-size: 3.7333vw;
  }
}

/* ------------------------------------------------------------------
color
------------------------------------------------------------------ */
.txtcolor.blue{
  color: #0051b6;
}
.txtcolor.sky{
  color: #00a3f0;
}
.txtcolor.red{
  color: #e95454;
}
.txtcolor.orange{
  color: #e87f40;
}
.bgcolor.blue{
  background-color: #0051b6;
}
.bgcolor.sky{
  background-color: #00a3f0;
}
.bgcolor.red{
  background-color: #e95454;
}
.bgcolor.orange{
  background-color: #e87f40;
}
.bgcolor.lightblue{
  background-color: #f1f6fb;
}
.line_orange::after{
  background: #e87f40;
}


/* ------------------------------------------------------------------
link
------------------------------------------------------------------ */
a {
  color: #222;
  text-decoration: none;
  transition: all 0.2s ease;
}
a::before,a::after{
  transition: all 0.2s ease;
}
a.txtlink{
  color: #0051b6;
  text-decoration: underline;
}
a.txtlink.bold{
  font-weight: 700;
}
a.txtlink:hover{
  text-decoration: none;
}
a.txtblue{
  color: #0051b6;
}
a.txtblue:hover{
  color: #222;
}
a.txtblack{
  color: #222;
}
a.txtblack:hover{
  color: #0051b6;
}

/* ------------------------------------------------------------------
display
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width:767.98px) {
  .pc {
    display: none !important;
  }
}

/* ------------------------------------------------------------------
common
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  body.no_floating .main{
    padding-top: 0;
  }
}
.main {
  padding-top: 100px;
}
.container{
  display: flex;
}
ul.disc{
  list-style: disc;
  margin: 0 0 0 1.5em;
  line-height: 1.8;
}
ul.circle{
  list-style: circle;
  margin: 0 0 0 1.5em;
  line-height: 1.8;
}
ul.decimal{
  list-style: decimal;
  margin: 0 0 0 1.5em;
  line-height: 1.8;
}
ul.alpha{
  list-style: lower-alpha;
  margin: 0 0 0 1.5em;
  line-height: 1.8;
}
ul.asterisk{
  margin: 0 0 0 1em;
}
ul.asterisk li{
  font-size: 1.4rem;
  color: #666;
  margin: 0 0 0.5em;
}
ul.asterisk li:before{
  content: "※";
  margin-left: -1em;
}
ul.format li{
  display: inline-block;
}
.underline{
  text-decoration: underline;
}
@media print,screen and (min-width:768px) {
  .inner {
    width: 100%;
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
  }
  table.data{
    width: 100%;
    line-height: 1.8;
    border-collapse: collapse;
  }
  table.data caption{
    margin: 0 0 5px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.6;
  }
  table.data th{
    padding: 15px;
    background: #f3f3f3;
    border: 1px solid #ddd;
    font-weight: 400;
    word-break : break-all;
  }
  table.data td{
    padding: 15px;
    border: 1px solid #ddd;
    word-break : break-all;
  }
  table.data td .s{
    font-size: 1.4rem;
  }
  .product table.data td:first-of-type{
    width: 200px;
  }
  .product table.data td:only-of-type{
    width: auto;
  }
  .product table.data th{
    min-width: 200px;
  }
  .product table.data.hz td:first-of-type,
  .product table.data.hz th:first-of-type{
    width: auto;
  }
  .product_modelnumber table.data th{
    padding: 5px 15px;
    font-weight: 700;
    text-align: center;
  }
  .product_modelnumber table.data td{
    padding: 10px 15px;
  }
  table.data th.data_header{
    border: none;
    background: #fff;
    font-weight: 700;
    padding: 15px 0 10px;
  }
}
@media only screen and (max-width:767.98px) {
  .main {
    padding-top: 76px;
  }
  .inner {
    width: 90%;
    margin: 0 auto;
  }
  .container{
    flex-direction: column;
  }
  ul.disc{
    line-height: 1.6;
  }
  ul.circle{
    line-height: 1.6;
  }
  ul.decimal{
    line-height: 1.6;
  }
  ul.alpha{
    line-height: 1.6;
  }
  ul.asterisk{
    line-height: 1.6;
  }
  table.data{
    width: 100%;
    font-size: 3.7333vw;
    line-height: 1.6;
    border: 1px solid #ddd;
    border-collapse: collapse;
  }
  .table_block table.data{
    border: none;
    border-bottom: 1px solid #ddd;
  }
  table.data th{
    padding: 10px;
    background: #f3f3f3;
    border: 1px solid #ddd;
    font-weight: 400;
  }
  table.data td{
    padding: 10px;
    border: 1px solid #ddd;
  }
  table.data td .s{
    font-size: 1.0rem;
  }
  table.data ul{
    list-style: disc;
    margin: 0 0 0 1.3em;
  }
  .table_block table.data th{
    display: block;
    padding: 5px 10px;
    border-bottom: none;
    word-break : break-all;
  }
  table.data th.data_header{
    border: none;
    background: #fff;
    font-weight: 700;
    padding: 15px 0 10px;
    border-top: 1px solid #ddd;
  }
  table.data tr:first-child th.data_header{
    border: none;
  }
  .table_block table.data td{
    display: block;
    border-bottom: none;
    word-break : break-all;
  }
  .js_scrollable.w500 table.data{
    width: 500px;
  }
  .js_scrollable.w600 table.data{
    width: 600px;
  }
  .js_scrollable.w700 table.data{
    width: 700px;
  }
  .js_scrollable.w800 table.data{
    width: 800px;
  }
  .js_scrollable.w900 table.data{
    width: 900px;
  }
}

.txt_border.black{
  padding: 0 0 2px;
  background:linear-gradient(transparent 95%, #222 95%);
}
.txt_border.blue{
  padding: 0 0 2px;
  background:linear-gradient(transparent 95%, #0051b6 95%);
}
.txt_border.red{
  padding: 0 0 2px;
  background:linear-gradient(transparent 95%, #e95454 95%);
}

.header_overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.75);
	left: 0;
	top: 0;
	z-index: 90;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease;
}
.header_overlay.is_active {
	visibility: visible;
	opacity: 1;
}

.sup{
  vertical-align: super;
  font-size: 80%;
  margin: 0 0 0 0.1em;
}

.ws{
  white-space: nowrap;
}
.fz{
  display: block;
  margin: 0.1em 0 0;
}
.fz:first-child{
  margin: 0;
}
.fz.f12{
  font-size: 120%;
  line-height: 1.5;
}
.fz.f14{
  font-size: 140%;
  line-height: 1.5;
}
.fz.f16{
  font-size: 160%;
  line-height: 1.4;
}
.fz.f18{
  font-size: 180%;
  line-height: 1.4;
}
.fz.f20{
  font-size: 200%;
  line-height: 1.4;
}

.tagonly{
  display: none;
}

/* ------------------------------------------------------------------
thh
------------------------------------------------------------------ */
.header_thh {
  position: relative;
  z-index: 999;
  border-top: 3px solid #0092d1;
  transition: all 0.2s ease;
}
.header.is_small .header_thh{
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.header_thh_logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 720px;
  height: 28px;
  margin: auto;
  background: #0092d1;
  transition: all 0.2s ease;
}
.header_thh_logo::after {
  position: absolute;
  top: 0;
  left: -50px;
  width: 100px;
  height: 28px;
  content: "";
  background: url("../img/common/th_l.svg") no-repeat right bottom;
}
.header_thh_logo::before {
  position: absolute;
  top: 0;
  right: -50px;
  width: 100px;
  height: 28px;
  content: "";
  background: url("../img/common/th_r.svg") no-repeat left bottom;
}
.header_thh_logo img {
  display: block;
  width: 205px;
  height: auto;
  margin: -3px 0 0;
}
.header_thh_youtube{
  position: absolute;
  bottom: 0;
  right: -65px;
  width: 24px;
}
@media only screen and (max-width:1600px) {
  .header_thh_logo {
    width: 560px;
  }
}
@media print,screen and (min-width:768px) {
  body.no_floating .header.is_small .header_thh{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media only screen and (max-width:767.98px) {
  .header_thh {
    border-top: 2px solid #0092d1;
  }
  .header_thh_logo {
    width: calc(100vw - 100px);
    height: 14px;
  }
  .header_thh_logo::after {
    left: -25px;
    width: 50px;
    height: 14px;
    background-size: 50px 19px;
  }
  .header_thh_logo::before {
    right: -25px;
    width: 50px;
    height: 14px;
    background-size: 50px 19px;
  }
  .header_thh_logo img {
    width: 120px;
    margin: -1px 0 0;
  }
  .header_thh_youtube{
    display: none;
    position: absolute;
    bottom: -5px;
    right: -40px;
    width: 20px;
  }
}

/* ------------------------------------------------------------------
header
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
    z-index: 99;
  }
  .header.is_small{
    height: 69px;
  }
  body.no_floating .header{
    position: relative;
  }
  body.no_floating .header.is_small{
    height: inherit;
  }
  .header_logo{
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 150px;
    transition: all 0.2s ease;
  }
  .header_txt{
    position: absolute;
    top: 50%;
    left: 205px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
    transition: all 0.2s ease;
  }
  .header_trigger{
    display: none;
  }
  .header_contact{
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 200px;
    transition: all 0.2s ease;
  }
  .header_contact a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    background: #0051b6;
    border-radius: 5px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .header_contact a:hover{
    opacity: 0.75;
  }
  .header_gnav{
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
  }
  .header_gnav_item{
    margin: 0 35px 0 0;
  }
  .header_gnav_item:last-child{
    margin: 0;
  }
  .header_gnav_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 69px;
    border-bottom: 3px solid transparent;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .header_gnav_btn:hover,
  .header_gnav_item.is_hover .header_gnav_btn,
  .header_gnav_item.is_current .header_gnav_btn{
    color: #0051b6;
    border-bottom: 3px solid #0051b6;
  }
  .header_cnav{
    position: absolute;
    top: 69px;
    left: 0;
    width: 100%;
    opacity: 0;
	  visibility: hidden;
    background: #fff;
    box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.1), 0px 5px 10px 0px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
  }
  .header_cnav.is_active{
	  opacity: 1;
	  visibility: visible;
	  transition-delay: 0.1s;
  }
  .header_cnav_inner{
    width: 100%;
    max-width: 1120px;
    padding: 50px 20px;
    margin: auto;
  }
  .header_cnav_solution .header_cnav_inner{
    display: flex;
    align-items: center;
  }
  .header_cnav_logo{
    width: 240px;
    margin: 0 60px 0 0;
  }
  .header_cnav_col{
    flex: 1;
  }
  .header_cnav_top{
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
  }
  .header_cnav_top a{
    position: relative;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .header_cnav_top a::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 6px solid #0051b6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .header_cnav_menu{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -15px;
  }
  .header_cnav_solution .header_cnav_menu li{
    width: 48%;
    margin: 0 4% 15px 0;
  }
  .header_cnav_solution .header_cnav_menu li:nth-of-type(2n){
    margin-right: 0;
  }
  .header_cnav_corporate .header_cnav_menu li{
    width: 31%;
    margin: 0 3.5% 15px 0;
  }
  .header_cnav_corporate .header_cnav_menu li:nth-of-type(3n){
    margin-right: 0;
  }
  .header_cnav_menu li a{
    position: relative;
    display: block;
    line-height: 1.6;
  }
  .header_cnav_solution .header_cnav_menu li a::after,
  .header_cnav_corporate .header_cnav_menu li a::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 6px solid #0051b6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .header_cnav_top a:hover,
  .header_cnav_solution .header_cnav_menu li a:hover,
  .header_cnav_corporate .header_cnav_menu li a:hover{
    color: #0051b6;
  }
  .header_cnav_product .header_cnav_menu{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -10px;
  }
  .header_cnav_product .header_cnav_menu li{
    width: 23.5%;
    margin: 0 2% 10px 0;
  }
  .header_cnav_product .header_cnav_menu li:nth-of-type(4n){
    margin-right: 0;
  }
  .header_cnav_product .header_cnav_menu li a{
    display: flex;
    align-items: center;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 12px;
    background: #fff;
  }
  .header_cnav_product .header_cnav_menu li a::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 6px solid #0051b6;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
  }
  .header_cnav_product .header_cnav_menu li a:hover{
    color: #0051b6;
    background: #f9f9f9;
  }
  .cnav_product_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: 0 12px 0 0;
  }
  .cnav_product_icon img{
    height: 28px;
    width: auto;
  }
  .header_cnav_product .cnav_product_label{
    flex: 1;
  }
  .header_cnav_product .cnav_product_label .s{
    display: block;
    font-size: 1.2rem;
  }
  .header_cnav_menu li.external a::after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url("../img/common/icon_external_blue.svg");
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  @media only screen and (max-width:1600px) {
    .header_gnav_item{
      margin: 0 25px 0 0;
    }
    .header_gnav_btn{
      font-size: 1.6rem;
    }
  }
  @media only screen and (max-width:1480px) {
    .header_logo{
      left: 20px;
      width: 140px;
    }
    .header_txt{
      left: 180px;
      font-size: 1.2rem;
    }
    .header_contact{
      right: 20px;
      width: 170px;
    }
    .header_contact a{
      font-size: 1.5rem;
    }
    .header_gnav_item{
      margin: 0 20px 0 0;
    }
    .header_gnav_btn{
      font-size: 1.5rem;
    }
  }
  @media only screen and (max-width:1380px) {
    .header_logo{
      left: 20px;
      width: 120px;
    }
    .header_txt{
      left: 160px;
      font-size: 1.1rem;
    }
    .header_gnav_item{
      margin: 0 15px 0 0;
    }
  }
  @media only screen and (max-width:1220px) {
    .header_txt{
      display: none;
    }
  }
  @media only screen and (max-width:1180px) {
    .header_gnav_item{
      margin: 0 13px 0 0;
    }
    .header_gnav_btn{
      font-size: 1.4rem;
    }
    .header_contact{
      width: 150px;
    }
    .header_contact a{
      font-size: 1.4rem;
    }
  }
}
@media only screen and (max-width:767.98px) {
  .header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 76px;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
    z-index: 99;
  }
  .header.is_small{
    height: 60px;
  }
  .header_logo{
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 120px;
    transition: all 0.2s ease;
  }
  .header_txt{
    position: absolute;
    bottom: 15px;
    left: 155px;
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.4;
    transition: all 0.2s ease;
  }
  .header_trigger {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .header_btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 16px;
  }
  .header_btn span {
    position: absolute;
    right: 0;
    width: 25px;
    height: 2px;
    background-color: #0051b6;
    transition: all 0.2s ease;
  }
  .header_btn span:nth-of-type(1) {
    top: 0;
  }
  .header_btn span:nth-of-type(2) {
    top: 7px;
  }
  .header_btn span:nth-of-type(3) {
    bottom: 0;
  }
  .is_header_nav_active .header_btn span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .is_header_nav_active .header_btn span:nth-of-type(2) {
    opacity: 0;
  }
  .is_header_nav_active .header_btn span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
  .header_nav{
    background: #FFF;
    position: fixed;
    top: 76px;
    right: 0;
    width: 100%;
    height: calc(100vh - 76px);
    z-index: 100;
    padding-top: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
  }
  .is_header_nav_active .header_nav{
    opacity: 1;
    visibility: visible;
  } 
  .header.is_small .header_nav{
    top: 60px;
    height: calc(100vh - 60px);
  }
  .header_gnav{
    margin: 0 0 40px;
    border-top: 1px solid #ddd;
  }
  .header_cnav{
    display: none;
  }
  .header_gnav_btn{
    position: relative;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    font-size: 4vw;
    font-weight: 700;
  }
  .header_gnav_btn::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 6px solid #0051b6;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
  }
  .header_contact a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 50px;
    border-radius: 5px;
    background: #0051b6;
    font-size: 4.8vw;
    font-weight: 700;
    color: #fff;
    margin: auto;
  }
  .header_contact a.hover{
    opacity: 0.75;
  }
}

/* ------------------------------------------------------------------
footer
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .footer{
    position: relative;
    padding: 80px 0 0;
    border-top: 1px solid #ddd;
  }
  .footer_top{
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 40px;
  }
  .footer_nav{
    display: flex;
    justify-content: space-between;
  }
  .footer_nav_col{
    width: 160px;
  }
  .footer_nav_col:last-child{
    width: 180px;
  }
  .footer_nav_group{
    margin: 0 0 40px;
  }
  .footer_nav_group:last-child{
    margin: 0;
  }
  .footer_nav_group p{
    font-weight: 700;
    margin: 0 0 20px;
  }
  .footer_nav_col:last-child .footer_nav_group p{
    font-size: 1.4rem;
    margin: 0 0 30px;
  }
  .footer_nav_group p:last-child{
    margin: 0;
  }
  .footer_nav_group li{
    margin: 0 0 10px;
  }
  .footer_nav_group li:last-child{
    margin: 0;
  }
  .footer_nav_group li a{
    font-size: 1.3rem;
    line-height: 1;
    color: #666;
  }
  .footer_nav_group a:hover{
    color: #0051b6;
  }
  .footer_pagetop {
    position: fixed;
    bottom: 40px;
    right: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
  }
  .footer_pagetop.is_active{
    opacity: 1;
    visibility: visible;
  }
  .footer_pagetop.is_fix {
    position: absolute;
    bottom: auto;
    top: 80px;
  }
  .footer_pagetop a {
    display: block;
    padding: 0 30px;
    width: 2px;
    height: 50px;
    position: relative;
  }
  .footer_pagetop a::after,
  .footer_pagetop a::before {
    content: '';
    display: block;
  }
  .footer_pagetop a::before {
    width: 2px;
    height: 50px;
    background: #0051b6;
    margin: auto;
  }
  .footer_pagetop a::after {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 3px 6px 3px;
    border-color: transparent transparent #0051b6 transparent;
  }
  .footer_pagetop a:hover::before {
    height: calc(100% - 15px);
  }
  .footer_group_logo{
    margin: 60px 0 30px;
  }
  .footer_group_logo img{
    display: block;
    width: 420px;
    margin: auto;
  }
	.footer_bottom{
    width: 100%;
    min-width: 1080px;
    padding: 15px;
    text-align: center;
    background: #0092d1;
	}
  .footer_copyright{
    font-size: 1.2rem;
    color: #fff;
  }
}
@media only screen and (max-width:767.98px) {
  .footer_inner{
    width: 100%;
  }
  .footer_top{
    display: none;
  }
  .footer_nav{
    margin: 0 0 40px;
    border-top: 1px solid #ddd;
  }
  .footer_nav_link a{
    position: relative;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 20px;
  }
  .footer_nav_link a::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-left: 6px solid #0051b6;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
  }
  .footer_nav_link.inline{
    display: inline-block;
    margin: 20px 0 0 20px;
  }
  .footer_nav_link.inline a{
    all: initial;
    font-size: 3.2vw;
    color: #666;
  }
  .footer_nav_link.inline a::after{
    display: none;
  }
  .footer_nav_contact a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 50px;
    border-radius: 5px;
    background: #0051b6;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin: 40px auto 0;
  }
  .footer_nav_group ul{
    display: none;
  }
  .footer_pagetop {
    margin: 0 0 40px;
    text-align: center;
  }
  .footer_pagetop::before{
    display: inline-block;
    content: "PAGE TOP";
    font-size: 3.2vw;
    color: #0051b6;
    margin: 0 auto 15px;
  }
  .footer_pagetop a {
    display: block;
    padding: 0 30px;
    width: 2px;
    height: 20px;
    position: relative;
    margin: auto;
  }
  .footer_pagetop a::after,
  .footer_pagetop a::before {
    content: '';
    display: block;
  }
  .footer_pagetop a::before {
    width: 2px;
    height: 20px;
    background: #0051b6;
    margin: auto;
  }
  .footer_pagetop a::after {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 3px 6px 3px;
    border-color: transparent transparent #0051b6 transparent;
  }
  .footer_pagetop a.hover::before {
    height: calc(100% - 10px);
  }
  .footer_pagetop img{
    width: 14px;
    height: auto;
  }
  .footer_group{
    background: #0092d1;
    padding: 20px 0;
  }
  .footer_group_logo{
    width: 50%;
    margin: auto;
  }
	.footer_bottom{
    text-align: center;
    background: #0092d1;
    padding: 0 0 15px;
	}
  .footer_copyright{
    font-size: 2.6666vw;
    color: #fff;
  }
}

/* ------------------------------------------------------------------
breadcrumbs
------------------------------------------------------------------ */
.breadcrumbs{
  position: relative;
  z-index: 2;
}
.breadcrumbs ul{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  padding: 20px;
}
.breadcrumbs ul::-webkit-scrollbar{
  display: none;
}
.breadcrumbs ul li{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.breadcrumbs ul li::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 6px solid #999;
  margin: 2px 12px 0 15px;
}
.breadcrumbs ul li:last-of-type::after{
  display: none;
}
.breadcrumbs ul li a:hover{
  color: #0051b6;
}
.series_elmoboard .breadcrumbs ul li,
.series_elmoboard .breadcrumbs ul li a,
.bread_white .breadcrumbs ul li,
.bread_white .breadcrumbs ul li a{
  color: #fff;
}
@media only screen and (max-width:767.98px) {
  .breadcrumbs ul{
    right: -5%;
    padding: 10px 0;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumbs ul li{
    font-size: 2.9333vw;
  }
  .breadcrumbs ul li::after{
    border: 2px solid transparent;
    border-left: 4px solid #999;
    margin: 2px 8px 0 10px;
  }
  .breadcrumbs ul li a.hover{
    color: #0051b6;
  }
}

/* ------------------------------------------------------------------
btmnav
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .btmnav{
    padding: 80px 0;
  }
  .btmnav_large_item{
    margin: 0 0 40px;
  }
  .btmnav_large_item a,
  .btmnav_large_item .nolink{
    display: flex;
    min-height: 300px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    overflow: hidden;
  }
  .btmnav_large_image{
    flex: 1;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }
  .btmnav_large_content{
    width: 500px;
    padding: 40px;
  }
  .btmnav_large_content .title{
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  .btmnav_large_content .txt{
    line-height: 1.8;
    margin: 0 0 40px;
  }
  .btmnav_large_content .btn{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: auto 0 0;
    text-align: right;
    font-weight: 700;
    color: #0051b6;
  }
  .btmnav_large_content .btn i{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 0 0 15px;
    border-radius: 40px;
    background: #0051b6;
  }
  .btmnav_large_content .btn img{
    width: 20px;
    height: auto;
  }
  .btmnav_small_group{
    display: flex;
    justify-content: space-between;
  }
  .btmnav_small_item{
    width: 100%;
    margin: 0 3.5% 0 0;
  }
  .btmnav_small_item:last-child{
    margin: 0;
  }
  .btmnav_small_item a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    overflow: hidden;
  }
  .btmnav_small_item .hover_shadow::after{
    display: none;
  }
  .btmnav_small_image{
    width: 148px;
    height: 148px;
    border-radius: 148px;
    overflow: hidden;
  }
  .btmnav_small_content{
    margin: 25px 0 0;
  }
  .btmnav_small_content .title{
    font-size: 2.0rem;
    font-weight: 700;
  }
}
@media only screen and (max-width:767.98px) {
  .btmnav{
    padding: 40px 0;
  }
  .btmnav_large_item{
    margin: 0 0 20px;
  }
  .btmnav_large_item a,
  .btmnav_large_item .nolink{
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    overflow: hidden;
  }
  .btmnav_large_image{
    height: 23.5vh;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }
  .btmnav_large_content{
    padding: 20px;
  }
  .btmnav_large_content .title{
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 10px;
  }
  .btmnav_large_content .txt{
    line-height: 1.6;
    margin: 0 0 20px;
  }
  .btmnav_large_content .btn{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: auto 0 0;
    text-align: right;
    font-weight: 700;
    color: #0051b6;
  }
  .btmnav_large_content .btn i{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 0 0 0 10px;
    border-radius: 30px;
    background: #0051b6;
  }
  .btmnav_large_content .btn img{
    width: 15px;
    height: auto;
  }
  .btmnav_small_group{
    display: flex;
    flex-direction: column;
  }
  .btmnav_small_item{
    margin: 0 0 10px;
  }
  .btmnav_small_item:last-child{
    margin: 0;
  }
  .btmnav_small_item a{
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px;
    overflow: hidden;
  }
  .btmnav_small_item .hover_shadow::after{
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .btmnav_small_image{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
  }
  .btmnav_small_content{
    margin: 0 0 0 20px;
  }
  .btmnav_small_content .title{
    font-size: 4vw;
    font-weight: 700;
  }
}

/* ------------------------------------------------------------------
btmcontact
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .btmcontact{
    border-top: 1px solid #ddd;
    padding: 80px 0;
  }
  .btmcontact_btns{
    display: flex;
    justify-content: center;
  }
  .btmcontact_btns div{
    margin: 0 40px 0 0;
  }
  .btmcontact_btns div:last-child{
    margin: 0;
  }
  .btmcontact_wrap{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
  }
  .btmcontact_wrap:only-of-type{
    margin-bottom: 0;
  }
  .btmcontact_col{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48.5%;
    padding: 30px 0;
    border: 1px solid #ddd;
    text-align: center;
    margin: 0 3% 0 0;
  }
  .btmcontact_col:last-child{
    margin: 0;
  }
  .btmcontact_col:only-of-type{
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
  }
  .btmcontact_col .title{
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 10px;
  }
  .btmcontact_col .tel{
    margin: 0 0 20px;
  }
  .btmcontact_col .tel a{
    font-size: 4.0rem;
    font-weight: 700;
  }
  .btmcontact_col .time{
    margin: -10px 0 20px;
  }
  .btmcontact_col .btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 60px;
    border-radius: 5px;
    background: #0051b6;
    font-size: 2.0rem;
    font-weight: 700;
    color: #fff;
    margin: auto;
  }
  .btmcontact_col .btn a:hover{
    opacity: 0.75;
  }
  .btmcontact_col ul{
    text-align: left;
    line-height: 1.8;
  }
  .btmcontact_col li{
    margin: 0 0 5px;
  }
  .btmcontact_col li:last-child{
    margin: 0;
  }
}
@media only screen and (max-width:767.98px) {
  .btmcontact{
    border-top: 1px solid #ddd;
    padding: 40px 0 80px;
  }
  .btmcontact_btns div{
    margin: 0 0 20px;
  }
  .btmcontact_btns div:last-child{
    margin: 0;
  }
  .btmcontact_wrap{
    margin-bottom: 40px;
  }
  .btmcontact_wrap:only-of-type{
    margin-bottom: 0;
  }
  .btmcontact_col{
    border: 1px solid #ddd;
    text-align: center;
    padding: 20px;
    margin: 0 0 30px;
  }
  .btmcontact_col:last-child{
    border: none;
    padding: 0;
    margin: 0;
  }
  .btmcontact_col .title{
    font-size: 4.2666vw;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 10px;
  }
  .btmcontact_col:only-of-type .title{
    font-size: 3.7333vw;
    font-weight: 400;
  }
  .btmcontact_col .tel{
    margin: 0 0 20px;
  }
  .btmcontact_col .tel a{
    font-size: 9.0vw;
    font-weight: 700;
  }
  .btmcontact_col .time{
    margin: -10px 0 20px;
  }
  .btmcontact_col .btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 50px;
    border-radius: 5px;
    background: #0051b6;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin: auto;
  }
  .btmcontact_col .btn a:hover{
    opacity: 0.75;
  }
  .btmcontact_col ul{
    text-align: left;
    line-height: 1.6;
  }
  .btmcontact_col li{
    margin: 0 0 10px;
  }
  .btmcontact_col li:last-child{
    margin: 0;
  }
}

/* ------------------------------------------------------------------
btmpagenav
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .btmpagenav{
    padding: 80px 0;
    border-top: 1px solid #ddd;
  }
  .btmpagenav_menu{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -20px;
  }
  .btmpagenav_menu_item{
    width: 32%;
    margin: 0 2% 20px 0;
  }
  .btmpagenav_menu_item:nth-of-type(3n){
    margin: 0 0 20px;
  }
  .btmpagenav_menu_item a{
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 30px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
  }
  .btmpagenav_menu_item .icon_s.icon_external{
    margin: 0 -6px 0 auto;
  }
  .btmpagenav_menu_item .icon_s.icon_external::after{
    width: 14px;
    height: 14px;
  }
}
@media only screen and (max-width:767.98px) {
  .btmpagenav{
    padding: 40px 0;
    border-top: 1px solid #ddd;
  }
  .btmpagenav_menu_item{
    margin: 0 0 10px;
  }
  .btmpagenav_menu_item:last-child{
    margin: 0;
  }
  .btmpagenav_menu_item a{
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0 15px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
  }
  .btmpagenav_menu_item .icon_s.icon_external{
    margin: 0 0 0 auto;
  }
  .btmpagenav_menu_item .icon_s.icon_external::after{
    width: 10px;
    height: 10px;
  }
}

/* ------------------------------------------------------------------
heading
------------------------------------------------------------------ */
.heading_page{
  text-align: center;
  padding: 100px 0 90px;
}
.heading_page h1{
  font-size: 3.6rem;
  line-height: 1.4;
}
.page_eos .heading_page h1{
  font-size: 3.2rem;
}
.heading_page p{
  line-height: 1.8;
  margin: 40px 0 0;
}
.heading_page p.sub{
  font-size: 2.0rem;
  line-height: 1.8;
  margin: 10px 0 0;
}
.heading_page p.fukidashi{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
}
.heading_page p.fukidashi::before,
.heading_page p.fukidashi::after {
	content: '';
	width: 2px;
	height: 30px;
	background-color: #222;
}
.heading_page p.fukidashi::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading_page p.fukidashi::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
.heading_page p.tl{
  text-align: left;
}
.heading_title{
  margin: 0 0 40px;
}
h2.heading_title{
  font-size: 3.2rem;
  line-height: 1.4;
}
h3.heading_title{
  font-size: 2.6rem;
  line-height: 1.5;
}
h4.heading_title{
  font-size: 2.0rem;
  line-height: 1.6;
}
.heading_title.title_center{
  text-align: center;
}
h2.heading_title.title_center{
  margin: 0 0 60px;
}
h3.heading_title.title_center{
  margin: 0 0 30px;
}
h4.heading_title.title_center{
  margin: 0 0 30px;
}
.heading_title.line_left{
  position: relative;
  font-weight: 700;
  padding-left: 25px;
}
.heading_title.line_left::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #222;
  margin: 0.23em 0 0;
}
h2.heading_title.line_left::before{
  width: 6px;
  height: 32px;
}
h3.heading_title.line_left::before{
  width: 4px;
  height: 26px;
}
h4.heading_title.line_left::before{
  width: 4px;
  height: 22px;
}
.heading_title.border_bottom{
  border-bottom: 1px solid #ddd;
  padding: 0 0 0.5em;
}
.heading_title.line_through{
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  color: #0051b6;
  margin: 0 0 50px;
}
.heading_title.line_through::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 100%;
  height: 4px;
  background: #0051b6;
}
.heading_title.line_through span{
  position: relative;
  background: #fff;
  padding: 0 40px;
}
.heading_title.bg_solid{
  position: relative;
  font-size: 2.4rem;
  color: #fff;
  padding: 10px 20px;
}
.heading_title.line_center{
  text-align: center;
  margin: 0 0 50px;
}
.heading_title.line_center::after{
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  margin: 20px auto 0;
}
@media only screen and (max-width:767.98px) {
  .heading_page{
    padding: 65px 0 55px;
  }
  .heading_page h1{
    font-size: 6.4vw;
  }
  .page_eos .heading_page h1{
    font-size: 5.3333vw;
  }
  .heading_page p{
    line-height: 1.6;
    text-align: left;
  }
  .heading_page p.sub{
    font-size: 4vw;
    line-height: 1.6;
    margin: 10px 0 0;
    text-align: center;
  }
  .heading_page p.fukidashi{
    font-size: 4.8vw;
    line-height: 1.6;
    margin: 0 0 5px;
  }
  .heading_page p.fukidashi::before,
  .heading_page p.fukidashi::after {
    height: 25px;
  }
  .heading_page p.fukidashi::before {
    margin-right: 20px;
  }
  .heading_page p.fukidashi::after {
    margin-left: 20px;
  }
  .heading_title{
    margin: 0 0 20px;
  }
  h2.heading_title{
    font-size: 5.8666vw;
    line-height: 1.4;
  }
  h3.heading_title{
    font-size: 4.8vw;
    line-height: 1.5;
  }
  h4.heading_title{
    font-size: 4.2666vw;
    line-height: 1.6;
  }
  h2.heading_title.title_center{
    margin: 0 0 30px;
  }
  h3.heading_title.title_center{
    margin: 0 0 20px;
  }
  h4.heading_title.title_center{
    margin: 0 0 20px;
  }
  .heading_title.line_left{
    padding-left: 20px;
  }
  .heading_title.line_left::before{
    margin: 0.21em 0 0;
  }
  h2.heading_title.line_left::before{
    width: 4px;
    height: 22px;
  }
  h3.heading_title.line_left::before{
    width: 4px;
    height: 20px;
  }
  h4.heading_title.line_left::before{
    width: 4px;
    height: 18px;
  }
  .heading_title.line_through{
    font-size: 5.3333vw;
    margin: 0 0 20px;
  }
  .heading_title.line_through::before{
    height: 2px;
  }
  .heading_title.line_through span{
    padding: 0 20px;
  }
  .heading_title.bg_solid{
    font-size: 4.2666vw;
    padding: 5px 10px;
  }
  .heading_title.line_center{
    margin: 0 0 30px;
  }
  .heading_title.line_center::after{
    width: 40px;
    height: 3px;
    margin: 15px auto 0;
  }
}

/* ------------------------------------------------------------------
parts_sns_icons
------------------------------------------------------------------ */
.parts_sns_icons{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: -10px;
}
.parts_sns_icons a{
  display: block;
  padding: 10px;
}
.parts_sns_icons img{
  width: 20px;
  height: auto;
}

@media print,screen and (min-width:768px) {
  .parts_sns_icons a:hover{
    opacity: 0.75;
  }
}
@media only screen and (max-width:767.98px) {
  .parts_sns_icons a.hover{
    opacity: 0.75;
  }
}

/* ------------------------------------------------------------------
status_icon
------------------------------------------------------------------ */
.st_icon .st_wrap::before{
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #222;
  min-width: 80px;
  height: 20px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  border-radius: 5px;
  padding: 0 15px;
  margin: 0 0 10px;
}
.st_icon_m .st_wrap::before{
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #222;
  min-width: 120px;
  height: 24px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  border-radius: 5px;
  padding: 0 15px;
  margin: 0 0 10px;
}
.st_icon_before::before{
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #222;
  min-width: 80px;
  height: 24px;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  border-radius: 5px;
  padding: 0 15px;
  margin: 0 5px 0 0;
}
@media only screen and (max-width:767.98px) {
  .st_icon .st_wrap::before{
    min-width: 60px;
    height: 16px;
    font-size: 2.6666vw;
    padding: 0 10px;
    margin: 0 0 5px;
  }
  .st_icon_m .st_wrap::before{
    min-width: 80px;
    height: 18px;
    font-size: 3.4666vw;
    padding: 0 10px;
    margin: 0 0 5px;
  }
  .st_icon_before::before{
    min-width: 80px;
    height: 20px;
    font-size: 3.7333vw;
    padding: 0 10px;
  }
}

.st_new .st_wrap::before,
.st_icon_before.st_new::before{
  content: "NEW";
  background-color: #e95454;
}
.st_last .st_wrap::before,
.st_icon_before.st_last::before{
  content: "在庫限り";
  background-color: #e87f40;
}
.st_eos .st_wrap::before,
.st_icon_before.st_eos::before{
  content: "販売終了";
  background-color: #666;
}
.st_eop .st_wrap::before,
.st_icon_before.st_eop::before{
  content: "生産終了";
  background-color: #666;
}
.st_newp .st_wrap::before{
  content: "新製品情報";
  background-color: #0092d1;
}
.st_education .st_wrap::before{
  content: "学校教育";
  background-color: #e06286;
}
.st_ebiss .st_wrap::before{
  content: "企業";
  background-color: #0092d1;
}

/* ------------------------------------------------------------------
pagenavi
------------------------------------------------------------------ */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin: 60px 0 0;
}
.wp-pagenavi a,
.wp-pagenavi .current{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  width: 50px;
  height: 50px;
}
.wp-pagenavi a{
  background: #fff;
  color: #222;
  border: 1px solid #ddd;
}
.wp-pagenavi .current {
  background: #0051b6;
  color: #fff;
  border: 1px solid #0051b6;
}
.wp-pagenavi span.pages,
.wp-pagenavi span.extend,
.wp-pagenavi .first,
.wp-pagenavi .last{
  display: none;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
  border: none;
}
.wp-pagenavi a.previouspostslink:before,
.wp-pagenavi a.nextpostslink:before{
  content: "";
  transition: all 0.2s ease;
}
.wp-pagenavi a.previouspostslink:before{
  border: 4.5px solid transparent;
  border-right: 9px solid #0051b6;
}
.wp-pagenavi a.nextpostslink:before{
  border: 4.5px solid transparent;
  border-left: 9px solid #0051b6;
}
@media print,screen and (min-width:768px) {
  .wp-pagenavi a.page:hover {
    background: #0051b6;
    color: #fff;
  }
  .wp-pagenavi a.previouspostslink:hover:before{
    -webkit-animation: anim_arrowslide_r 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
    animation: anim_arrowslide_r 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
  }
  .wp-pagenavi a.nextpostslink:hover:before{
    -webkit-animation: anim_arrowslide 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
    animation: anim_arrowslide 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
  }
}
@media only screen and (max-width:767.98px) {
  .wp-pagenavi a,
  .wp-pagenavi .current{
    margin: 0 5px;
    width: 44px;
    height: 44px;
  }
  .wp-pagenavi a.page.hover {
    background: #0051b6;
    color: #fff;
  }
  .wp-pagenavi a.previouspostslink.hover:before{
    -webkit-animation: anim_arrowslide_r 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
    animation: anim_arrowslide_r 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
  }
  .wp-pagenavi a.nextpostslink.hover:before{
    -webkit-animation: anim_arrowslide 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
    animation: anim_arrowslide 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
  }
}

/* ------------------------------------------------------------------
btn
------------------------------------------------------------------ */
.btn_default{
  text-align: center;
}
.btn_default a{
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: left;
  min-width: 400px;
  height: 50px;
  background: #0051b6;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 5px;
  padding: 0 30px;
  margin: auto;
}
.btn_default.btn_l a{
  min-width: 480px;
  height: 80px;
  font-size: 2.4rem;
}
.btn_default.white a{
  background: #fff;
  color: #0051b6;
}
.btn_default.border a{
  border: 2px solid #0051b6;
  background: transparent;
  color: #0051b6;
}
.btn_default span{
  display: block;
  text-align: center;
}
.btn_default .s{
  font-size: 1.4rem;
}
.btn_default .icp_box_middle{
  padding-right: 50px;
}
.txtlink_line{
  position: relative;
  color: #0051b6;
  border-bottom: 1px solid #0051b6;
  padding: 0 0 12px;
}
.maplink{
  display: inline-block;
  margin: 0 0 0 0.5em;
}
.maplink a{
  display: flex;
  align-items: center;
  border: 1px solid #0051b6;
  border-radius: 5px;
  padding: 3px 15px;
  font-size: 1.4rem;
  color: #0051b6;
}
.maplink a:before{
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/common/icon_map_blue.svg") 50% 50% no-repeat;
  background-size: auto 100%;
  margin: 0 0.5em 0 0;
}
@media print,screen and (min-width:768px) {
  .btn_default a:hover{
    opacity: 0.75;
  }
  .maplink a:hover{
    color: #222;
  }
}
@media only screen and (max-width:767.98px) {
	.btn_default a{
    min-width: 240px;
    height: 44px;
    padding: 0 20px;
    line-height: 1.4;
  }
  .btn_default.btn_l a{
    min-width: 280px;
    height: 54px;
    font-size: 4.2666vw;
  }
  .btn_default a.hover{
    opacity: 0.75;
  }
  .btn_default .s{
    font-size: 3.2vw;
  }
  .btn_default .icp_box_middle{
    padding-right: 30px;
  }
  .txtlink_line{
    padding: 0 0 10px;
  }
  .maplink a{
    padding: 2px 15px;
    font-size: 3.2vw;
  }
  .maplink a:before{
    width: 10px;
    height: 10px;
  }
  .maplink a.hover{
    color: #222;
  }
}

/* ------------------------------------------------------------------
hover
------------------------------------------------------------------ */
.hover_arrow {
  position: relative;
  display: block;
}
.hover_arrow::after{
  content: "";
  display: block;
}
.hover_arrow:hover::after {
  -webkit-animation: anim_arrowslide 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
  animation: anim_arrowslide 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
}
.hover_arrow.icp_down:hover::after {
  -webkit-animation: anim_arrowslide_down 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
  animation: anim_arrowslide_down 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
}
.hover_arrow.icp_up:hover::after {
  -webkit-animation: anim_arrowslide_up 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
  animation: anim_arrowslide_up 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
}
.hover_arrow.icp_list::after{
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.hover_arrow.icp_list.icp_down{
  top: 0.1em;
}
.hover_arrow.icp_list.icp_up{
  top: -0.1em;
}
.hover_arrow.icp_next,
.hover_arrow.icp_prev{
  display: inline-flex;
  align-items: center;
}
.hover_arrow.icp_next::after{
  margin: 0.2em 0 0 0.8em;
}
.hover_arrow.icp_prev::after{
  display: none;
}
.hover_arrow.icp_prev::before{
  content: "";
  display: block;
}
.hover_arrow.icp_prev::before{
  margin: 0.2em 0.8em 0 0;
}
.hover_arrow.icp_prev:hover::before {
  -webkit-animation: anim_arrowslide_r 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
  animation: anim_arrowslide_r 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
}
@media print,screen and (min-width:768px) {
  .hover_arrow::after{
    border: 4.5px solid transparent;
    border-left: 9px solid #0051b6;
  }
  .hover_arrow.icp_down::after{
    border: 4.5px solid transparent;
    border-top: 9px solid #0051b6;
  }
  .hover_arrow.icp_up::after{
    border: 4.5px solid transparent;
    border-bottom: 9px solid #0051b6;
  }
  .hover_arrow.ics_s::after{
    border: 3px solid transparent;
    border-left: 6px solid #0051b6;
  }
  .hover_arrow.ics_s.icp_down::after{
    border: 3px solid transparent;
    border-top: 6px solid #0051b6;
  }
  .hover_arrow.ics_s.icp_up::after{
    border: 3px solid transparent;
    border-bottom: 6px solid #0051b6;
  }
  .hover_arrow.icp_box::after{
    position: absolute;
    bottom: 20px;
    right: 15px;
  }
  .hover_arrow.icp_down.icp_box::after{
    bottom: 15px;
  }
  .hover_arrow.icp_up.icp_box::after{
    bottom: 15px;
  }
  .hover_arrow.icp_box_middle::after{
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4.5px;
  }
  .hover_arrow.icp_prev::before{
    border: 4.5px solid transparent;
    border-right: 9px solid #0051b6;
  }
  .hover_arrow.icp_external::after{
    position: absolute;
    bottom: 20px;
    right: 15px;
    border: none;
    width: 12px;
    height: 12px;
    background: url("../img/common/icon_external_black.svg");
    background-size: 100% auto;
  }
}
@media only screen and (max-width:767.98px) {
  .hover_arrow::after{
    border: 3px solid transparent;
    border-left: 6px solid #0051b6;
  }
  .hover_arrow.icp_down::after{
    border: 3px solid transparent;
    border-top: 6px solid #0051b6;
  }
  .hover_arrow.icp_up::after{
    border: 3px solid transparent;
    border-bottom: 6px solid #0051b6;
  }
  .hover_arrow.ics_s::after{
    border: 3px solid transparent;
    border-left: 6px solid #0051b6;
  }
  .hover_arrow.icp_box::after{
    position: absolute;
    bottom: 15px;
    right: 10px;
  }
  .hover_arrow.icp_down.icp_box::after{
    bottom: 10px;
  }
  .hover_arrow.icp_up.icp_box::after{
    bottom: 10px;
  }
  .hover_arrow.icp_box_middle::after{
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
  }
  .hover_arrow.icp_prev::before{
    border: 3px solid transparent;
    border-right: 6px solid #0051b6;
  }
  .hover_arrow.icp_external::after{
    position: absolute;
    bottom: 15px;
    right: 10px;
    border: none;
    width: 10px;
    height: 10px;
    background: url("../img/common/icon_external_black.svg");
    background-size: 100% auto;
  }
}
.hover_arrow.icc_black::after{
  border-left-color: #222;
}
.hover_arrow.icc_white::after{
  border-left-color: #fff;
}

.hover_shadow {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 768px) {
  .hover_shadow:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
  }
}
@media only screen and (max-width:767.98px) {
  .hover_shadow.hover {
    -webkit-box-shadow: 0 1.25vw 5.0vw 0 rgba(0,0,0,0.1);
    box-shadow: 0 1.25vw 5.0vw 0 rgba(0,0,0,0.1);
  }
}

.txtlink_line::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  border: 3px solid transparent;
  border-left: 6px solid #0051b6;
}
a:hover .txtlink_line::after{
  -webkit-animation: anim_arrowslide 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
  animation: anim_arrowslide 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s 1 forwards;
}

/* ------------------------------------------------------------------
animation
------------------------------------------------------------------ */
@-webkit-keyframes anim_arrowslide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_arrowslide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes anim_arrowslide_r {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_arrowslide_r {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes anim_arrowslide_down {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(0, -60%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_arrowslide_down {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(0, -60%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes anim_arrowslide_up {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(0, 60%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_arrowslide_up {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(0, 60%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes anim_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes anim_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anim_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* ------------------------------------------------------------------
icon
------------------------------------------------------------------ */
.icon_s{
  display: inline-block;
  margin: 0 0 0 0.75em;
}
.icon_s::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 22px;
  font-size: 1.2rem;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1;
  backface-visibility: #fff;
}
.icon_s.icon_pdf::before {
  content: 'PDF';
  color: #b30b00;
  border: 1px solid #b30b00;
}
.icon_s.icon_dxf::before {
  content: 'DXF';
  color: #0078c4;
  border: 1px solid #0078c4;
}
.icon_s.icon_zip::before {
  content: 'ZIP';
  color: #c56cff;
  border: 1px solid #c56cff;
}
.icon_s.icon_msi::before {
  content: 'msi';
  color: #c6710e;
  border: 1px solid #c6710e;
}
.icon_s.icon_pkg::before {
  content: 'pkg';
  color: #c6710e;
  border: 1px solid #c6710e;
}
.icon_s.icon_arr{
  margin: 0 0 0 0.6em;
  display: inline-block;
  vertical-align: middle;
}
.icon_s.icon_arr::after{
  content: "";
  display: block;
  border: 3px solid transparent;
  border-left: 6px solid #222;
}
.icon_s.icon_arr.blue::after{
  border: 3px solid transparent;
  border-left: 6px solid #0051b6;
}
.icon_s.icon_external{
  margin: 0 0 0 0.4em;
  display: inline-block;
  vertical-align: super;
}
.icon_s.icon_external::after{
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/common/icon_external_black.svg") 100% 0% no-repeat;
  background-size: 100% auto;
}
.icon_s.icon_external.blue::after{
  background: url("../img/common/icon_external_blue.svg") 100% 0% no-repeat;
  background-size: 100% auto;
}
.btn_l .icon_s.icon_external::after{
  margin-top: -0.4em;
  width: 14px;
  height: 14px;
}
.btn_default .icon_s.icon_external::after{
  background: url("../img/common/icon_external_white.svg") 100% 0% no-repeat;
  background-size: 100% auto;
}
.btn_default.border .icon_s.icon_external::after,
.btn_default.white .icon_s.icon_external::after{
  background: url("../img/common/icon_external_blue.svg") 100% 0% no-repeat;
  background-size: 100% auto;
}
.icon_label{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f3f3f3;
  min-width: 100px;
  height: 30px;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 1;
}
.icon_label.lightblue{
  color: #222;
  background: #d7f6fe;
}
.icon_label.blue{
  color: #fff;
  background: #0051b6;
}
.icon_label.border{
  border: 1px solid #0051b6;
  color: #0051b6;
  background: #fff;
}
.icon_label.num{
  background: none;
  border: none;
  padding: 0;
  min-width: 0;
  height: auto;
  font-size: 4.8rem;
  font-weight: 700;
  color: #0051b6;
}
.icon_img_list{
  display: flex;
}
.icon_img_list .icon_img{
  display: inline-flex;
  margin: 0 0 0 0.5em;
}
.icon_img_list .icon_img img{
  height: 45px;
  width: auto;
}
@media only screen and (max-width:767.98px) {
  .icon_s::before {
    width: 32px;
    height: 16px;
    font-size: 2.9333vw;
  }
  .btn_l .icon_s.icon_external::after{
    margin-top: 0;
    width: 10px;
    height: 10px;
  }
  .icon_label{
    min-width: 80px;
    height: 18px;
    font-size: 3.2vw;
    padding: 0 10px;
  }
  .icon_label.num{
    font-size: 8vw;
  }
}

.btn_default.white a{
  background: #fff;
  color: #0051b6;
}
.btn_default.border a{
  border: 2px solid #0051b6;
  background: transparent;
  color: #0051b6;
}


/* ------------------------------------------------------------------
slider
------------------------------------------------------------------ */
.slider {
	position: relative;
}
.slider .slick-arrow {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	position: absolute;
	width: 40px;
	z-index: 20;
	margin-bottom: -10px;
}
.slider .slick-arrow span {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	height: 6px;
	position: relative;
}
.slider .slick-arrow span::after,
.slider .slick-arrow span::before {
	content: '';
	display: block;
}
.slider .slick-arrow span::before {
	width: 100%;
	height: 2px;
	background: #0051b6;
	margin-right: 0;
	margin-left: auto;
  transition: all 0.2s ease;
}
.slider .slick-arrow span::after {
	position: absolute;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #0051b6;
}
.slider .slick-arrow.slick-prev {
	left: 0;
}
.slider .slick-arrow.slick-next {
	right: 0;
}
.slider .slick-arrow span:hover::before {
	width: calc(100% - 10px);
}
.slider .slick-dots {
	font-size: 0;
	line-height: 0;
	display: flex;
	justify-content: center;
	z-index: 5;
}
.slider .slick-dots li {
	padding: 10px 8px;
	cursor: pointer;
}
.slider .slick-dots li button {
	width: 8px;
	height: 8px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border-radius: 50%;
	background: rgba(0,81,182, 0.2);
	transition: all 0.2s ease;
}
.slider .slick-dots li:hover button,
.slider .slick-dots li.slick-active button {
	border: 2px solid #0051b6;
	background: none;
}
@media only screen and (max-width:767.98px) {
  .slider .slick-arrow {
    width: 30px;
  }
}

/* ------------------------------------------------------------------
product_list
------------------------------------------------------------------ */
.product_list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -30px;
}
.product_list .product_item{
  width: 48.5%;
  margin: 0 3% 30px 0;
}
.product_list .product_item:nth-of-type(2n){
  margin: 0 0 30px;
}
.product_list .product_item a,
.product_list .product_item .nolink{
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.product_item_image{
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.product_item_image img{
  display: block;
  max-height: 150px;
  width: auto;
  border-radius: 3px;
  overflow: hidden;
}
.product_item_txt{
  flex: 1;
  padding: 15px 30px 15px 15px;
  line-height: 1.6;
}
.product_item_txt .status .year::before{
  margin-right: 10px;
}
.product_item_txt .sub{
  font-size: 1.4rem;
  margin: 0 0 2px;
}
.product_item_txt .number{
  margin: 5px 0 0;
}
.product_item_txt .name{
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
#product_group_software .product_item_txt .name,
#product_group_option .product_item_txt .name{
  font-size: 2.3rem;
}
#product_group_robot .product_item_txt .name{
  font-size: 2.8rem;
}
.product_item_txt .name .s {
  display: block;
  font-size: 1.6rem;
  margin: 3px 0 0;
}
.product_item_txt .name + .type{
  margin: 5px 0 0;
}
.product_item_txt .note{
  font-size: 1.4rem;
  margin: 5px 0 0;
}
.product_item_txt .btn{
  display: inline-block;
  padding: 0 0 5px;
  margin: 15px 0 0;
  font-size: 1.4rem;
  color: #0051b6;
  border-bottom: 1px solid #0051b6;
}
.product_other_link{
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 0;
}
.product_other_link li{
  margin: 0 0 0 20px;
}
.page_eos .product_list .product_item{
  width: 49%;
  margin: 0 2% 20px 0;
}
.page_eos .product_list .product_item:nth-of-type(2n){
  margin: 0 0 20px;
}
.page_eos .product_item_image{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 120px;
}
.page_eos .product_item_image img{
  max-height: 110px;
}
.page_eos .product_item_txt{
  padding: 10px 15px 10px 5px;
}
.page_eos .product_item_txt .name{
  font-size: 1.6rem;
}
.page_eos .product_item_txt .number,
.page_eos .product_item_txt .type{
  font-size: 1.4rem;
}
@media only screen and (max-width:767.98px) {
  .product_list{
    display: block;
    margin: 0;
  }
  .product_list .product_item{
    width: 100%;
    margin: 0 0 15px;
  }
  .product_list .product_item:nth-of-type(2n){
    margin: 0 0 15px;
  }
  .product_list .product_item:last-child{
    margin: 0;
  }
  .product_item_image{
    width: 32vw;
  }
  .product_item_image img{
    max-height: 30vw;
  }
  .product_item_txt{
    padding: 5px;
  }
  .product_item_txt .status .year{
    font-size: 2.9333vw;
  }
  .product_item_txt .status .year::before{
    margin-right: 5px;
  }
  .product_item_txt .sub{
    font-size: 2.9333vw;
  }
  .product_item_txt .name{
    font-size: 4.8vw;
  }
  #product_group_software .product_item_txt .name,
  #product_group_option .product_item_txt .name{
    font-size: 4.2666vw;
  }
  #product_group_robot .product_item_txt .name{
    font-size: 5.3333vw;
  }
  .product_item_txt .name .s{
    font-size: 2.9333vw;
  }
  .product_item_txt .note{
    font-size: 2.9333vw;
    margin: 5px 0 0;
  }
  .product_item_txt .btn{
    padding: 0 0 5px;
    margin: 10px 0 0;
    font-size: 3.2vw;
  }
  .product_other_link{
    flex-direction: column;
    margin: 15px 0 0;
  }
  .product_other_link li{
    margin: 0 11px 5px 0;
  }
  .product_other_link li:last-child{
    margin-bottom: 0;
  }
  .product_other_link a{
    font-size: 2.9333vw;
    line-height: 1.6;
  }
  .page_eos .product_list .product_item{
    width: 100%;
    margin: 0 0 10px;
  }
  .page_eos .product_list .product_item:nth-of-type(2n){
    margin: 0 0 10px;
  }
  .page_eos .product_list .product_item:last-child{
    margin: 0;
  }
  .page_eos .product_item_image{
    width: 20vw;
  }
  .page_eos .product_item_image img{
    max-height: 18vw;
  }
  .page_eos .product_item_txt .name{
    font-size: 3.7333vw;
  }
  .page_eos .product_item_txt .number,
  .page_eos .product_item_txt .type{
    font-size: 3.2vw;
  }
}

/* ------------------------------------------------------------------
solution_list
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .solution_list_item{
    margin: 0 0 30px;
  }
  .solution_list_item:last-child{
    margin: 0;
  }
  .solution_list_item a{
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
  }
  .solution_list_image{
    width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .solution_list_image img{
    width: 100%;
    height: auto;
  }
  .solution_list_txt{
    flex: 1;
    line-height: 1.8;
    padding: 0 0 0 40px;
  }
  .solution_list_txt .cat{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
    min-width: 100px;
    height: 24px;
    color: #fff;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    padding: 0 15px;
    margin: 0 0 5px;
  }
  .solution_list_txt .sub{
    font-size: 2.0rem;
  }
  .solution_list_txt .title{
    font-size: 3.0rem;
    font-weight: 700;
  }
  .solution_list_txt .desc{
    margin: 10px 0 0;
    padding: 0 60px 0 0;
  }
  .solution_list_txt .btn{
    display: inline-block;
    padding: 0 0 5px;
    margin: 15px 0 0;
    color: #0051b6;
    border-bottom: 1px solid #0051b6;
  }
  .solution_list_txtlink{
    padding-left: 25px;
    margin: 0 0 30px;
  }
  .solution_list_txtlink .title{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: underline;
    margin: 0 0 0.3em;
  }
  .solution_list_txtlink .desc{
    line-height: 1.6;
  }
}
@media only screen and (max-width:767.98px) {
  .solution_list_item{
    margin: 0 0 15px;
  }
  .solution_list_item:last-child{
    margin: 0;
  }
  .solution_list_item a{
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
  }
  .solution_list_image{
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin: auto;
  }
  .solution_list_image img{
    width: 100%;
    height: auto;
  }
  .solution_list_txt{
    flex: 1;
    line-height: 1.6;
    padding: 0 20px 20px;
  }
  .solution_list_txt .cat{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #222;
    width: 90px;
    height: 18px;
    font-size: 3.2vw;
    color: #fff;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    margin: 0 0 5px;
  }
  .solution_list_txt .sub{
    font-size: 4.2666vw;
  }
  .solution_list_txt .title{
    font-size: 5.3333vw;
    font-weight: 700;
  }
  .solution_list_txt .desc{
    margin: 10px 0 0;
    font-size: 3.2vw;
  }
  .solution_list_txt .btn{
    display: inline-block;
    padding: 0 0 5px;
    margin: 10px 0 0;
    color: #0051b6;
    border-bottom: 1px solid #0051b6;
  }
  .solution_list_txtlink{
    padding-left: 20px;
    margin: 0 0 15px;
  }
  .solution_list_txtlink .title{
    font-size: 5.3333vw;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: underline;
    margin: 0 0 0.3em;
  }
  .solution_list_txtlink .desc{
    line-height: 1.6;
  }
}

/* ------------------------------------------------------------------
case_list
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .case_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -60px;
  }
  .page_casetop .case_list{
    justify-content: flex-start;
  }
  .case_list_item{
    display: flex;
    flex-direction: column;
    width: 31.333%;
    margin: 0 3% 60px 0;
  }
  .case_list_item:nth-of-type(3n){
    margin: 0 0 60px;
  }
  .case_list_item .image{
    height: 0px;
    padding: 66% 0 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/common/noimg.png");
    border-radius: 5px;
    margin: 0 0 20px;
	  transition: all 0.2s ease;
  }
  .case_list_item:hover .image{
    opacity: 0.75;
  }
  .case_list_item .title{
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .case_list_item .btm{
    margin: auto 0 0;
  }
  .case_list_item .name{
    margin: 15px 0 30px;
    font-size: 1.5rem;
    color: #777;
    line-height: 1.6;
  }
}
@media only screen and (max-width:767.98px) {
  .product_slider .case_list{
    margin: 0 -5% 0 0;
  }
  .case_list_item{
    display: block;
    margin: 0 0 60px;
  }
  .product_slider .case_list_item{
    width: 240px;
    margin: 0 20px 0 0;
  }
  .case_list_item:last-child{
    margin: 0;
  }
  .case_list_item .image{
    height: 0px;
    padding: 66% 0 0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/common/noimg.png");
    border-radius: 5px;
    margin: 0 0 20px;
  }
  .case_list_item.hover .image{
    opacity: 0.75;
  }
  .case_list_item .title{
    font-size: 4vw;
    line-height: 1.6;
  }
  .product_slider .title{
    min-height: 4.8em;
  }
  .case_list_item .name{
    font-size: 3.2vw;
    color: #777;
    margin: 15px 0 30px;
    line-height: 1.5;
  }
}

/* ------------------------------------------------------------------
voice_list
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .voice_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .voice_list_item{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 31.333%;
    margin: 0 3% 0 0;
    padding: 50px 30px 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  .voice_list_item:last-child{
    margin: 0;
  }
  .voice_list_item::before{
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 25px;
    height: 25px;
    background: url("../img/common/icon_quotation.svg") 50% 50% no-repeat;
    background-size: 100% auto;
  }
  .voice_list_txt{
    font-size: 1.8rem;
    line-height: 1.8;
    margin: 0 0 25px;
  }
  .voice_list_prof{
    display: flex;
    align-items: flex-end;
    border-top: 1px solid #ddd;
    padding: 20px 0 0;
    margin: auto 0 0;
  }
  .voice_list_prof .avatar{
    width: 80px;
    margin: -40px 0 0;
    padding: 0 0 0 20px;
    background: #fff;
  }
  .voice_list_prof .name{
    flex: 1;
    line-height: 1.6;
  }
  .voice_list_prof .name .s{
    font-size: 1.4rem;
  }
}
@media only screen and (max-width:767.98px) {
  .voice_list_item{
    position: relative;
    margin: 0 0 15px;
    padding: 30px 15px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  .voice_list_item:last-child{
    margin: 0;
  }
  .voice_list_item::before{
    content: "";
    position: absolute;
    top: 11px;
    left: 11px;
    width: 15px;
    height: 15px;
    background: url("../img/common/icon_quotation.svg") 50% 50% no-repeat;
    background-size: 100% auto;
  }
  .voice_list_txt{
    font-size: 4vw;
    line-height: 1.6;
    margin: 0 0 12px;
  }
  .voice_list_prof{
    display: flex;
    align-items: flex-end;
    border-top: 1px solid #ddd;
    padding: 12px 0 0;
    margin: auto 0 0;
  }
  .voice_list_prof .avatar{
    width: 50px;
    padding: 0 0 0 15px;
    background: #fff;
  }
  .voice_list_prof .name{
    flex: 1;
    line-height: 1.6;
  }
  .voice_list_prof .name .s{
    font-size: 3.2vw;
  }
}

/* ------------------------------------------------------------------
popular_list
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .popular_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .popular_list_item{
    display: flex;
    flex-direction: column;
    width: 31.333%;
    margin: 0 3% 0 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    padding: 30px;
  }
  .popular_list_item:last-child{
    margin: 0;
  }
  .popular_list_item{
    min-height: 0%;
  }
  .popular_list_image{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
  }
  .popular_list_image img{
    display: inline-block;
    width: auto;
    max-height: 200px;
  }
  .popular_list_txt{
    position: relative;
    margin: 30px 0 0;
  }
  .popular_list_txt::before{
    position: absolute;
    top: -30px;
    left: 0;
  }
  .popular_list_txt .sub{
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0 0 5px;
  }
  .popular_list_txt .name{
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
  }
}
@media only screen and (max-width:767.98px) {
  .popular_list{
    margin: 0 -5% 0 0;
  }
  .popular_list_item{
    width: 200px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    padding: 15px 15px 25px;
    margin: 0 20px 0 0;
  }
  .popular_list_item:last-child{
    margin: 0;
  }
  .popular_list_image{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
  }
  .popular_list_image img{
    display: block;
    max-height: 32vw;
    width: auto;
  }
  .popular_list_txt{
    position: relative;
    margin: 20px 0 0;
  }
  .popular_list_txt::before{
    position: absolute;
    top: -20px;
    left: 0;
  }
  .popular_list_txt .sub{
    font-size: 2.9333vw;
    line-height: 1.6;
    margin: 0 0 5px;
  }
  .popular_list_txt .name{
    font-size: 4.2666vw;
    font-weight: 700;
    line-height: 1.4;
  }
}

/* ------------------------------------------------------------------
news_article
------------------------------------------------------------------ */
.news_article_item{
  border-bottom: 1px solid #ddd;
}
.news_article_item:first-child{
  border-top: 1px solid #ddd;
}
.news_article_item a,
.news_article_item .nolink{
  display: flex;
  align-items: center;
  padding: 25px 0;
  line-height: 1.8;
}
.news_article_item a:hover{
  color: #0051b6;
}
.news_article_item .date{
  width: 100px;
  font-size: 1.4rem;
}
.news_article_item .cat{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222;
  width: 110px;
  height: 20px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  margin: 0 30px 0 0;
}
.news_article_item .txt{
  flex: 1;
  font-size: 1.8rem;
  padding: 0 40px 0 0;
}
@media only screen and (max-width:767.98px) {
  .news_article_item a,
  .news_article_item .nolink{
    display: block;
    padding: 15px 0;
  }
  .news_article_item a.hover{
    color: #0051b6;
  }
  .news_article_item .date{
    display: inline-block;
    width: 5.5em;
    font-size: 3.2vw;
    margin: 0 5px 0 0;
  }
  .news_article_item .cat{
    display: inline-flex;
    width: 96px;
    height: 16px;
    font-size: 2.6666vw;
    margin: 0;
  }
  .news_article_item .txt{
    font-size: 4vw;
    margin: 6px 0 0;
    padding: 0 25px 0 0;
  }
}

.news_article_item .cat.news{
  background: #1c96cb;
}
.news_article_item .cat.pr{
  background: #3e7ed8;
}
.news_article_item .cat.event{
  background: #43ad69;
}
.news_article_item .cat.support_news{
  background: #abc83c;
}

/* ------------------------------------------------------------------
noentry
------------------------------------------------------------------ */
.noentry{
  border: 1px solid #ddd;
  padding: 80px;
  text-align: center;
  line-height: 1.8;
}
.noentry p{
  margin: 0 0 20px;
}

/* ------------------------------------------------------------------
searchbox
------------------------------------------------------------------ */
.searchbox{
  margin: 0 0 60px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
  padding: 10px 40px;
}
.searchbox dl{
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  line-height: 1.8;
}
.searchbox dl:last-of-type{
  border-bottom: none;
}
.searchbox dt{
  width: 180px;
  font-size: 2.4rem;
}
.searchbox dt .s{
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 0 0.2em;
}
.searchbox dd{
  flex: 1;
}
@media only screen and (max-width:767.98px) {
  .searchbox{
    margin: 0 0 40px;
    padding: 0 20px;
  }
  .searchbox dl{
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    line-height: 1.6;
  }
  .searchbox dl:last-of-type{
    border-bottom: none;
  }
  .searchbox dt{
    width: 100%;
    font-size: 4.8vw;
    margin: 0 0 15px;
  }
  .searchbox dt .s{
    font-size: 3.7333vw;
  }
}

/* ------------------------------------------------------------------
article_comp
------------------------------------------------------------------ */
.article_comp *:first-child{
  margin-top: 0;
}
h2.comp_title + .comp_txt,h3.comp_title + .comp_txt,h4.comp_title + .comp_txt,
h2.comp_title + h3.comp_title,h2.comp_title + h4.comp_title,h3.comp_title + h4.comp_title{
  margin-top: 30px;
}
h2.comp_title + .form_item_wrap,h3.comp_title + .form_item_wrap,h4.comp_title + .form_item_wrap{
  margin-top: 20px;
}
.comp_title{
  margin-top: 60px;
}
h1.comp_title{
  font-size: 3.8rem;
  line-height: 1.3;
}
h2.comp_title{
  font-size: 3.2rem;
  line-height: 1.4;
}
h3.comp_title{
  font-size: 2.6rem;
  line-height: 1.5;
}
h4.comp_title{
  font-size: 2.0rem;
  line-height: 1.6;
}
.comp_title.line_bottom{
  border-bottom: 1px solid #ddd;
  padding: 0 0 0.5em;
}
.comp_title.line_left{
  display: flex;
}
.comp_title.line_left::before {
  content: '';
  margin-right: 0.70em;
  background: #222;
}
h2.comp_title.line_left::before{
  flex: 0 0 6px;
  width: 6px;
  height: 34px;
  margin-top: 0.23em;
}
h3.comp_title.line_left::before{
  flex: 0 0 4px;
  width: 4px;
  height: 26px;
  margin-top: 0.25em;
}
h4.comp_title.line_left::before{
  flex: 0 0 4px;
  width: 4px;
  height: 22px;
  margin-top: 0.27em;
}
.comp_title.line_top{
  border-top: 1px solid #ddd;
  padding-top: 60px;
}
.comp_title.title_center{
  text-align: center;
}
.comp_title.title_bg{
  padding: 10px 20px;
}
.comp_title.title_icon{
  display: flex;
  align-items: center;
}
.comp_title_txt{
  flex: 1;
  margin-left: 20px;
}
.comp_txt{
  margin-top: 30px;
  line-height: 1.8;
}
.image_list_txt{
  line-height: 1.8;
}
.comp_txt *:first-child,
.image_list_txt *:first-child{
  margin-top: 0;
}
.comp_txt h1,
.image_list_txt h1{
  font-size: 3.8rem;
  margin-top: 20px;
  line-height: 1.3;
}
.comp_txt h2,
.image_list_txt h2{
  font-size: 3.2rem;
  margin-top: 20px;
  line-height: 1.4;
}
.comp_txt h3,
.image_list_txt h3{
  font-size: 2.6rem;
  margin-top: 20px;
  line-height: 1.4;
}
.comp_txt h4,
.image_list_txt h4{
  font-size: 2.0rem;
  margin-top: 20px;
  line-height: 1.6;
}
.comp_txt p,
.image_list_txt p{
  margin-top: 20px;
}
.comp_txt h2 + p,.comp_txt h3 + p,.comp_txt h4 + p,
.image_list_txt h2 + p,.image_list_txt h3 + p,.image_list_txt h4 + p{
  margin-top: 10px;
}
.comp_txt h3 + h2,.comp_txt h4 + h2,.comp_txt h4 + h3,
.comp_txt h2 + h3,.comp_txt h2 + h4,.comp_txt h3 + h4,
.image_list_txt h3 + h2,.image_list_txt h4 + h2,.image_list_txt h4 + h3,
.image_list_txt h2 + h3,.image_list_txt h2 + h4,.image_list_txt h3 + h4{
  margin-top: 10px;
}
.comp_txt .icon_label + p,
.image_list_txt .icon_label + p{
  margin-top: 0;
}
.comp_txt p a,
.image_list_txt p a{
  color: #0051b6;
  text-decoration: underline;
}
.comp_txt ul,
.image_list_txt ul,
.comp_txt ol,
.image_list_txt ol{
  margin-top: 20px;
}
.comp_txt .table_block,
.image_list_txt .table_block,
.comp_txt .data.hz,
.image_list_txt .data.hz{
  margin-top: 20px;
}
.comp_txt ul,
.image_list_txt ul{
  list-style: disc;
  margin-left: 1.5em;;
}
.comp_txt ol,
.image_list_txt ol{
  list-style: decimal;
  margin-left: 1.5em;;
}
.comp_txt li,
.image_list_txt li{
  margin-top: 5px;
}
.comp_txt li:first-child,
.image_list_txt li:first-child{
  margin-top: 0;
}
.comp_txt li .title,
.image_list_txt li .title{
  display: block;
  font-size: 110%;
}
.comp_txt li .s,
.image_list_txt li .s{
  display: block;
  font-size: 90%;
  color: #666;
}
.comp_txt ul.data li,
.image_list_txt ul.data li{
  margin-top: 20px;
}
.comp_txt ul.data li:first-child,
.image_list_txt ul.data li:first-child{
  margin-top: 0;
}
.comp_txt ul.data p,
.image_list_txt ul.data p{
  margin-top: 0px;
}
.comp_txt.border,
.comp_image_list.border{
  border: 1px solid #ddd;
  padding: 30px;
}
ul.comp_panel{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0;
}
ul.comp_panel:first-child{
  margin: 0;
}
ul.comp_panel li{
  width: 100%;
  margin: 0 2% 0 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  list-style: none;
}
ul.comp_panel li:last-child{
  margin: 0;
}
ul.comp_panel .panel_title{
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.comp_btn{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
.comp_btn.tl{
  justify-content: flex-start;
}
.comp_txt .comp_btn,
.image_list_txt .comp_btn{
  margin-top: 20px;
}
.comp_btn .comp_btn_txt{
  width: 100%;
  font-size: 2.0rem;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 20px;
}
.comp_btn .btn_default{
  margin: 0 40px 0 0;
}
.comp_btn .btn_default:last-child{
  margin: 0;
}
.comp_btn .comp_btn_txt_footer{
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  margin: 10px 0 0;
}
.comp_blank.s{
  height: 2em;
}
.comp_blank.m{
  height: 3em;
}
.comp_blank.l{
  height: 4em;
}
.comp_separate{
  margin: 80px 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.comp_separate.s{
  margin: 40px 0;
}
.comp_separate.m{
  margin: 80px 0;
}
.comp_separate.l{
  margin: 120px 0;
}
.comp_img{
  text-align: center;
  margin-top: 40px;
}
.comp_img a:hover{
  opacity: 0.75;
}
.comp_video{
  margin-top: 40px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video_wrap{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.comp_video iframe,
.video_wrap iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.comp_data{
  margin-top: 40px;
}
.comp_html{
  margin-top: 40px;
}
.comp_image_list{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.comp_caption{
  margin: 10px 0 0;
  display: block;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
}
.comp_contact{
  margin-top: 40px;
  text-align: center;
}
.comp_contact .arr{
  margin: 0 0 20px;
}
.comp_contact a{
  display: block;
  border: 8px solid #0092d1;
  padding: 30px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
}
.comp_contact a:hover{
  color: #0092d1;
}
.comp_contact .s{
  display: block;
  font-size: 2.4rem;
}
.il_horizontal{
  margin-bottom: -40px;
}
.il_col_2 .image_list_item{
  width: 48.5%;
  margin: 0 3% 40px 0;
}
.il_col_3 .image_list_item{
  width: 32%;
  margin: 0 2% 40px 0;
}
.il_col_4 .image_list_item{
  width: 23.5%;
  margin: 0 2% 40px 0;
}
.il_horizontal .image_list_txt{
  margin: 15px 0 0;
}
.il_horizontal .image_list_txt p,
.il_horizontal .image_list_txt ul,
.il_horizontal .image_list_txt ol{
  font-size: 90%;
}
.il_vertical{
  flex-direction: row;
}
.il_vertical .image_list_item{
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}
.il_vertical.il_line .image_list_item{
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.il_vertical .image_list_item:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.image_list_image{
  position: relative;
  max-width: 100%;
  text-align: center;
}
.il_vertical .image_list_image{
  max-width: 48%;
}
.il_vertical .image_list_image .s{
  display: block;
  margin: 1em 0 0;
  font-size: 80%;
  line-height: 1.6;
}
.il_vertical .image_list_txt{
  flex: 1;
}
.il_vertical .image_list_image a:hover,
.il_horizontal .image_list_image a:hover{
  opacity: 0.75;
}
.comp_txt .wp-caption{
  max-width: 40%;
}
.comp_txt .wp-caption-text{
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.comp_func{
  margin-top: 40px;
}
.comp_func h3{
  margin-bottom: 40px;
}
.comp_func_group{
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}
.comp_func_group:first-child{
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.comp_func_item_wrap{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
.comp_func_item{
  width: 31%;
  margin: 0 3.5% 40px 0;
  padding: 30px;
  border: 1px solid #ddd;
}
.comp_func_item:nth-of-type(3n){
  margin: 0 0 40px;
}
.comp_func_list{
}
.comp_func_label{
  font-size: 2.0rem;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #ddd;
  margin-top: 40px;
}
.comp_func_note{
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: right;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .comp_txt a:hover,
  .image_list_txt a:hover{
    text-decoration: none;
  }
  .il_col_2 .image_list_item:nth-of-type(2n){
    margin: 0 0 40px;
  }
  .il_col_3 .image_list_item:nth-of-type(3n){
    margin: 0 0 40px;
  }
  .il_col_4 .image_list_item:nth-of-type(4n){
    margin: 0 0 40px;
  }
  .il_vertical .il_txt_l .image_list_txt{
    order: 1;
  }
  .il_vertical .il_txt_l .image_list_image{
    order: 2;
    margin: 0 0 0 40px;
  }
  .il_vertical .il_txt_r .image_list_txt{
    order: 2;
  }
  .il_vertical .il_txt_r .image_list_image{
    order: 1;
    margin: 0 40px 0 0;
  }
  .image_list_item.il_vt{
    align-items: flex-start;
  }
  .image_list_item.image_max30 .image_list_image{
    max-width: 30%;
  }
  .image_list_item.image_max40 .image_list_image{
    max-width: 40%;
  }
}
@media only screen and (max-width:767.98px) {
  .comp_txt a.hover,
  .image_list_txt a.hover{
    text-decoration: none;
  }
  h2.comp_title + .comp_txt,h3.comp_title + .comp_txt,h4.comp_title + .comp_txt,
  h2.comp_title + h3.comp_title,h2.comp_title + h4.comp_title,h3.comp_title + h4.comp_title{
    margin-top: 20px;
  }
  .comp_title{
    margin-top: 40px;
  }
  h2.comp_title{
    font-size: 5.3333vw;
    line-height: 1.4;
  }
  h3.comp_title{
    font-size: 4.8vw;
    line-height: 1.5;
  }
  h4.comp_title{
    font-size: 4.2666vw;
    line-height: 1.6;
  }
  .comp_title.line_left::before {
  margin-right: 0.70em;
  }
  h2.comp_title.line_left::before{
    flex: 0 0 4px;
    width: 4px;
    height: 22px;
  }
  h3.comp_title.line_left::before{
    height: 20px;
  }
  h4.comp_title.line_left::before{
    height: 18px;
  }
  .comp_title.line_top{
    padding-top: 40px;
  }
  .comp_title.title_bg{
    padding: 5px 15px;
  }
  .comp_title_icon{
    width: 40px;
  }
  .comp_title_txt{
    margin-left: 10px;
  }
  .comp_txt,
  .image_list_txt{
    line-height: 1.6;
  }
  .comp_txt h2,
  .image_list_txt h2{
    font-size: 5.3333vw;
  }
  .comp_txt h3,
  .image_list_txt h3{
    font-size: 4.8vw;
  }
  .comp_txt h4,
  .image_list_txt h4{
    font-size: 4.2666vw;
  }
  .comp_txt a.hover,
  .image_list_txt a.hover{
    text-decoration: none;
  }
  .comp_txt.border,
  .comp_image_list.border{
    padding: 15px;
  }
  ul.comp_panel{
    display: block;
  }
  ul.comp_panel li{
    padding: 5px;
    margin: 0 0 10px !important;
  }
  ul.comp_panel .panel_title{
    font-size: 3.7333vw;
  }
  .comp_btn{
    margin-top: 40px;
  }
  .comp_btn .comp_btn_txt{
    font-size: 4.2666vw;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 15px;
  }
  .comp_btn .btn_default{
    margin: 0 0 20px;
  }
  .comp_btn .btn_default:last-child{
    margin: 0;
  }
  .comp_btn .comp_btn_txt_footer{
    font-size: 3.2vw;
    margin: 5px 0 0;
  }
  .comp_img{
    margin-top: 20px;
  }
  .comp_img a.hover{
    opacity: 0.75;
  }
  .comp_video{
    margin-top: 20px;
  }
  .comp_data{
    margin-top: 20px;
  }
  .comp_html{
    margin-top: 20px;
  }
  .comp_image_list{
    margin-top: 20px;
  }
  .comp_caption{
    margin: 5px 0 0;
    display: block;
    text-align: left;
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .comp_contact{
    margin-top: 20px;
  }
  .comp_contact .arr{
    width: 20px;
    margin: 0 auto 15px;
  }
  .comp_contact a{
    border: 6px solid #0092d1;
    padding: 15px;
    font-size: 5.3333vw;
    line-height: 1.4;
  }
  .comp_contact a.hover{
    color: #0092d1;
  }
  .comp_contact .s{
    font-size: 3.4666vw;
  }
  .il_horizontal{
    margin-bottom: -20px;
  }
  .il_col_2 .image_list_item{
    margin: 0 3% 20px 0;
  }
  .il_col_2 .image_list_item:nth-of-type(2n){
    margin: 0 0 20px;
  }
  .il_col_3 .image_list_item{
    width: 48.5%;
    margin: 0 3% 20px 0;
  }
  .il_col_3 .image_list_item:nth-of-type(2n){
    margin: 0 0 20px;
  }
  .il_col_4 .image_list_item{
    width: 48.5%;
    margin: 0 3% 20px 0;
  }
  .il_col_4 .image_list_item:nth-of-type(2n){
    margin: 0 0 20px;
  }
  .il_horizontal.sp_block .image_list_item{
    width: 100%;
    margin: 0 0 20px;
  }
  .il_horizontal .image_list_txt{
    margin: 10px 0 0;
  }
  .il_vertical{
    display: block;
  }
  .il_vertical .image_list_item{
    display: block;
    margin: 0 0 30px;
  }
  .il_vertical.il_line .image_list_item{
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px;
    margin: 0 0 30px;
  }
  .il_vertical .image_list_item:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .il_vertical .image_list_txt{
  }
  .il_vertical .image_list_txt .title{
    font-size: 4.8vw;
    margin: 0 0 15px;
  }
  .il_vertical .image_list_image{
    max-width: 100%;
    margin: 0 0 15px;
  }
  .il_horizontal:not(.sp_block) .image_list_txt .btn_default a{
    min-width: 100%;
  }
  .il_vertical .image_list_image a.hover,
  .il_horizontal .image_list_image a.hover{
    opacity: 0.75;
  }
  .comp_txt .wp-caption{
    max-width: 45%;
  }
  .comp_txt .wp-caption-text{
    margin-top: 5px;
    font-size: 1.0rem;
    line-height: 1.6;
  }
  .comp_func{
    margin-top: 20px;
  }
  .comp_func h3{
    margin-bottom: 20px;
  }
  .comp_func_group{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
  }
  .comp_func_item_wrap{
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .comp_func_item{
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #ddd;
    padding: 20px;
  }
  .comp_func_item:nth-of-type(3n){
    margin: 0 0 20px;
  }
  .comp_func_item:last-child{
    margin: 0;
  }
  .comp_func_label{
    font-size: 4.2666vw;
    margin-top: 20px;
  }
  .comp_func_note{
    font-size: 2.6666vw;
    text-align: left;
  }
  .comp_separate{
    margin: 40px 0;
  }
  .comp_separate.s{
    margin: 20px 0;
  }
  .comp_separate.m{
    margin: 40px 0;
  }
  .comp_separate.l{
    margin: 60px 0;
  }
}

.image_list_icon_play{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
}

/* ------------------------------------------------------------------
page_sitemap
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
	.page_sitemap{
    padding: 0 0 120px;
  }
  .sitemap_block{
    margin: 0 0 80px;
  }
  .sitemap_block:last-child{
    margin: 0;
  }
  .sitemap_head{
    margin: 0 0 20px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .sitemap_block:last-child .sitemap_head{
    margin: 0 0 60px;
  }
  .sitemap_block:last-child .sitemap_head:last-child{
    margin: 0;
  }
  .sitemap_head a:hover{
    color: #0051b6;
  }
  .sitemap_list{
    border-top: 1px solid #ddd;
    padding: 20px 0 0;
    margin: 0 0 -15px;
    display: flex;
    flex-wrap: wrap;
  }
  .sitemap_list li{
    width: 31%;
    margin: 0 3.5% 15px 0;
  }
  .sitemap_list li:nth-of-type(3n){
    margin: 0 0 15px;
  }
  .sitemap_list li a{
    line-height: 1.6;
    padding: 0 20px 0 0;
  }
  .sitemap_list li a:hover{
    color: #0051b6;
  }
}
@media only screen and (max-width:767.98px) {
	.page_sitemap{
    padding: 0 0 80px;
  }
  .sitemap_block{
    margin: 0 0 40px;
  }
  .sitemap_block:last-child{
    margin: 0;
  }
  .sitemap_head{
    margin: 0 0 15px;
    font-size: 	3.7333vw;
    font-weight: 700;
  }
  .sitemap_block:last-child .sitemap_head{
    margin: 0 0 40px;
  }
  .sitemap_block:last-child .sitemap_head:last-child{
    margin: 0;
  }
  .sitemap_head a:hover{
    color: #0051b6;
  }
  .sitemap_list{
    border-top: 1px solid #ddd;
    padding: 15px 0 0;
  }
  .sitemap_list li{
    margin: 0 0 10px;
  }
  .sitemap_list li:last-child{
    margin: 0;
  }
  .sitemap_list li a{
    line-height: 1.6;
    padding: 0 20px 0 0;
  }
  .sitemap_list li a.hover{
    color: #0051b6;
  }
}

/* ------------------------------------------------------------------
snsbar
------------------------------------------------------------------ */
.snsbar{
  margin-top: 120px;
  margin-bottom: -80px;
  display: flex;
  justify-content: flex-end;
}
.snsbar_inner .snsbar{
  margin-top: 0px;
  margin-bottom: 40px;
}
.snsbar.inner{
  margin-top: 0px;
  margin-bottom: 80px;
}
.snsbar_bubble{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  height: 50px;
  background: #FFF;
  border: 1px solid #999;
  border-radius: 5px;
}
.snsbar_bubble:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 10px solid #FFF;
  z-index: 2;
}
.snsbar_bubble:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 12px solid #999;
  z-index: 1;
}
.snsbar_list{
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.snsbar_item{
  margin-left: 10px;
}
.snsbar_item a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 22px;
}
.snsbar_item a.youtube{
  background-color: #DA1725;
}
.snsbar_item a.facebook{
  background-color: #1877F2;
}
.snsbar_item a.twitter{
  background-color: #1DA1F2;
}
.snsbar_item img{
  width: 20px;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .snsbar_item a:hover{
    opacity: 0.75;
  }
}
@media only screen and (max-width:767.98px) {
  .snsbar{
    margin-top: 60px;
    margin-bottom: -40px;
    justify-content: center;
  }
  .snsbar.inner{
    margin-bottom: 40px;
  }
  .snsbar_bubble{
    min-width: 160px;
  }
  .snsbar_item a:active{
    opacity: 0.75;
  }
  .snsbar_item img{
    width: 16px;
  }
}

/* ------------------------------------------------------------------
gslider
------------------------------------------------------------------ */
.gslider {
  width: 100%;
  border-top: 5px solid #0095d1;
  opacity: 0;
  background: #0092d1;
}
.gslider.slick-initialized {
  opacity: 1;
}
.gslider > div {
  position: relative;
  text-align: center;
}
.gslider > div a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 230px;
  text-decoration: none;
  border: 1px solid #e6e6e6;
}
.gslider > div a .brand {
  width: 230px;
  height: 150px;
  text-align: center;
  background: #fff;
}
.gslider > div a .brand img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.gslider > div a .label {
  font-size: 10px;
  font-size: .66667rem;
  line-height: 24px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 230px;
  height: 24px;
  text-align: center;
  color: #fff;
}
.gslider > div a .label.ml {
  line-height: 1.1;
  padding-top: 1px;
  transform: scale(.75);
}
.gslider > div a:link img, .gslider > div a:visited img {
  transition: filter .2s;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.gslider > div a:hover img, .gslider > div a:active img {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.gslider .arrow {
  line-height: 30px;
  z-index: 2;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all .2s;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #0092d1;
}
.gslider .arrow:hover, .gslider .arrow:active {
  transform: translateY(-50%) scale(1.2);
  background: #50c9ff;
}
.gslider .arrow.prev {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 15px;
}
.gslider .arrow.prev::before {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 25%;
  width: 8px;
  height: 2px;
  content: '';
  transform: rotate(45deg) translateX(50%);
  background: #fff;
}
.gslider .arrow.prev::after {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 25%;
  width: 8px;
  height: 2px;
  content: '';
  transform: rotate(-45deg) translateX(50%);
  background: #fff;
}
.gslider .arrow.next {
  position: absolute;
  top: 50%;
  right: 15px;
  bottom: auto;
  left: auto;
}
.gslider .arrow.next::before {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 8px;
  height: 2px;
  content: '';
  transform: rotate(45deg) translateX(-50%);
  background: #fff;
}
.gslider .arrow.next::after {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 8px;
  height: 2px;
  content: '';
  transform: rotate(-45deg) translateX(-50%);
  background: #fff;
}

/* ------------------------------------------------------------------
slick
------------------------------------------------------------------ */
.slick-slider{opacity: 0;}.slick-slider.slick-initialized {opacity: 1;}.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{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{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track::after,.slick-track::before{display:table;content:''}.slick-track::after{clear:both}.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-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
.slick-dots > li:first-child:last-child {
    display: none;
}

/* ------------------------------------------------------------------
scroll-hint
------------------------------------------------------------------ */
@keyframes scroll-hint-appear{0%{transform:translateX(40px);opacity:0}10%{opacity:1}100%,50%{transform:translateX(-40px);opacity:0}}.scroll-hint.is-right-scrollable{background:linear-gradient(270deg,rgba(0,0,0,.15) 0,rgba(0,0,0,0) 16px,rgba(0,0,0,0))}.scroll-hint.is-right-scrollable.is-left-scrollable{background:linear-gradient(90deg,rgba(0,0,0,.15) 0,rgba(0,0,0,0) 16px,rgba(0,0,0,0)),linear-gradient(270deg,rgba(0,0,0,.15) 0,rgba(0,0,0,0) 16px,rgba(0,0,0,0))}.scroll-hint.is-left-scrollable{background:linear-gradient(90deg,rgba(0,0,0,.15) 0,rgba(0,0,0,0) 16px,rgba(0,0,0,0))}.scroll-hint-icon{position:absolute;top:calc(50% - 40px);top:40px;left:calc(50% - 60px);box-sizing:border-box;width:120px;height:80px;border-radius:5px;transition:opacity .3s;opacity:0;background:rgba(0,0,0,.7);text-align:center;padding:20px 10px 10px}.scroll-hint-icon:after,.scroll-hint-icon:before{content:"";background-repeat:no-repeat}.scroll-hint-icon-wrap{position:absolute;top:0;left:0;width:100%;height:100%;max-height:100%;pointer-events:none}.scroll-hint-text{font-size:10px;color:#FFF;margin-top:5px}.scroll-hint-icon-wrap.is-active .scroll-hint-icon{opacity:.8}.scroll-hint-icon:before{display:inline-block;width:40px;height:40px;color:#FFF;vertical-align:middle;text-align:center;background-size:contain;background-position:center center;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=)}.scroll-hint-icon:after{width:34px;height:14px;display:block;position:absolute;top:10px;left:50%;margin-left:-20px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);opacity:0;transition-delay:2.4s}.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after{opacity:1}.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before{animation:scroll-hint-appear 1.2s linear;animation-iteration-count:2}.scroll-hint-icon-white{background-color:#FFF;box-shadow:0 4px 5px rgba(0,0,0,.4)}.scroll-hint-icon-white:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=)}.scroll-hint-icon-white:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==)}.scroll-hint-icon-white .scroll-hint-text{color:#000}

/* ------------------------------------------------------------------
remodal
------------------------------------------------------------------ */
html.remodal-is-locked{overflow:hidden;-ms-touch-action:none;touch-action:none}.remodal,[data-remodal-id]{display:none}.remodal-overlay{position:fixed;z-index:9999;top:-5000px;right:-5000px;bottom:-5000px;left:-5000px;display:none}.remodal-wrapper{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;display:none;overflow:auto;text-align:center;-webkit-overflow-scrolling:touch}.remodal-wrapper:after{display:inline-block;height:100%;margin-left:-.05em;content:""}.remodal-overlay,.remodal-wrapper{-webkit-backface-visibility:hidden;backface-visibility:hidden}.remodal{position:relative;outline:none;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}.remodal-is-initialized{display:inline-block}

/* ------------------------------------------------------------------
remodal-default-theme
------------------------------------------------------------------ */
.remodal-bg.remodal-is-opening,.remodal-bg.remodal-is-opened{-webkit-filter:blur(3px);filter:blur(3px)}.remodal-overlay{background:rgba(43,46,56,.9)}.remodal-overlay.remodal-is-opening,.remodal-overlay.remodal-is-closing{-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal-overlay.remodal-is-opening{-webkit-animation-name:remodal-overlay-opening-keyframes;animation-name:remodal-overlay-opening-keyframes}.remodal-overlay.remodal-is-closing{-webkit-animation-name:remodal-overlay-closing-keyframes;animation-name:remodal-overlay-closing-keyframes}.remodal-wrapper{padding:10px 10px 0}.remodal{box-sizing:border-box;width:100%;margin-bottom:10px;padding:35px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);color:#2b2e38;background:#fff}.remodal.remodal-is-opening,.remodal.remodal-is-closing{-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal.remodal-is-opening{-webkit-animation-name:remodal-opening-keyframes;animation-name:remodal-opening-keyframes}.remodal.remodal-is-closing{-webkit-animation-name:remodal-closing-keyframes;animation-name:remodal-closing-keyframes}.remodal,.remodal-wrapper:after{vertical-align:middle}.remodal-close{position:absolute;top:0;left:0;display:block;overflow:visible;width:35px;height:35px;margin:0;padding:0;cursor:pointer;-webkit-transition:color 0.2s;transition:color 0.2s;text-decoration:none;color:#95979c;border:0;outline:0;background:transparent}.remodal-close:hover,.remodal-close:focus{color:#2b2e38}.remodal-close:before{font-family:Arial,"Helvetica CY","Nimbus Sans L",sans-serif!important;font-size:25px;line-height:35px;position:absolute;top:0;left:0;display:block;width:35px;content:"\00d7";text-align:center}.remodal-confirm,.remodal-cancel{font:inherit;display:inline-block;overflow:visible;min-width:110px;margin:0;padding:12px 0;cursor:pointer;-webkit-transition:background 0.2s;transition:background 0.2s;text-align:center;vertical-align:middle;text-decoration:none;border:0;outline:0}.remodal-confirm{color:#fff;background:#81c784}.remodal-confirm:hover,.remodal-confirm:focus{background:#66bb6a}.remodal-cancel{color:#fff;background:#e57373}.remodal-cancel:hover,.remodal-cancel:focus{background:#ef5350}.remodal-confirm::-moz-focus-inner,.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner{padding:0;border:0}@-webkit-keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1;-webkit-filter:blur(0);filter:blur(0)}}@keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1;-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.95);transform:scale(.95);opacity:0;-webkit-filter:blur(0);filter:blur(0)}}@keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(.95);transform:scale(.95);opacity:0;-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@-webkit-keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@media only screen and (min-width:641px){.remodal{max-width:700px}}.lt-ie9 .remodal-overlay{background:#2b2e38}.lt-ie9 .remodal{width:700px}
.re_video{
  padding: 0 !important;
}

