@charset "UTF-8";
/* RESET
----------------------------------------------------*/
/*
  Made by Elly Loel - https://ellyloel.com/
*/
*{margin:0;padding:0;line-height:calc(0.25rem + 1em + 0.25rem)}*,::before,::after{box-sizing:border-box}*:where(:not(fieldset,progress,meter)){border-width:0;border-style:solid;background-origin:border-box;background-repeat:no-repeat}html{block-size:100%;-webkit-text-size-adjust:none}@media (prefers-reduced-motion:no-preference){html:focus-within{scroll-behavior:smooth}}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeSpeed;min-block-size:100%}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,svg,video){block-size:auto;max-inline-size:100%}:where(svg){stroke:none;fill:currentColor}:where(svg):where(:not([fill])){stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}:where(svg):where(:not([width])){inline-size:5rem}:where(input,button,textarea,select),:where(input[type="file"])::-webkit-file-upload-button{color:inherit;font:inherit;font-size:inherit;letter-spacing:inherit}:where(textarea){resize:vertical}@supports (resize:block){:where(textarea){resize:block}}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}h1{font-size:2em}:where(ul,ol)[role="list"]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}:where(a[href],area,button,input,label[for],select,summary,textarea,[tabindex]:not([tabindex*="-"])){cursor:pointer;touch-action:manipulation}:where(input[type="file"]){cursor:auto}:where(input[type="file"])::-webkit-file-upload-button,:where(input[type="file"])::file-selector-button{cursor:pointer}@media (prefers-reduced-motion:no-preference){:focus-visible{transition:outline-offset 145ms cubic-bezier(.25,0,.4,1)}:where(:not(:active)):focus-visible{transition-duration:0.25s}}:where(:not(:active)):focus-visible{outline-offset:5px}:where(button,button[type],input[type="button"],input[type="submit"],input[type="reset"]),:where(input[type="file"])::-webkit-file-upload-button,:where(input[type="file"])::file-selector-button{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none;text-align:center}:where(button,button[type],input[type="button"],input[type="submit"],input[type="reset"])[disabled]{cursor:not-allowed}

/* General Setting 
----------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  width /***/ : auto;
}
iframe {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 650px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* Typography
----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  margin-bottom: 10px;
  font-size: 30px;
}
/* Link
----------------------------------------------------*/
a {
  color: #333;
  text-decoration: none;
}
/* structure layout
----------------------------------------------------*/
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.inner {
  max-width: 1200px;
  margin: 0 auto;
}
#header {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #004EA1;
}
#footer {
  position: relative;
  margin: 0 auto;
  padding: 60px 0;
  background-color: #004EA1;
  text-align: center;
}
.is-bg {
  background-color: #eee;
}
/* header element
----------------------------------------------------*/
#header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header-inner {
  max-width: 1200px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.header-logo {
  line-height: 0;
}
.header-logo-link {
  display: block;
}
/* footer element
----------------------------------------------------*/
#footer p.copyright {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  text-align: center;
}
#footer p.copyright a, #footer p.copyright abbr {
  border: none;
}
#footer p.logo {
  margin: 0 auto;
  text-align: center;
}
#footer .logo img {
  width: 160px;
  margin: 0 auto;
  text-align: center;
}
/* global navigation
----------------------------------------------------*/
#menu-wrap {
  position: relative;
}
#gnav {
  margin: 0;
  padding: 0;
}
#gnav ul li {
  display: inline-block;
  margin: 0 10px;
}
#gnav ul li a {
  position: relative;
  display: block;
  width: 170px;
  margin: 0 auto;
  padding: 5px 10px 5px 0;
  background-color: #FABE00;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: 0.4s;
  text-decoration: none;
}
#gnav ul li a:hover {
  background-color: #FFD96F;
  color: #FABE00;
}
#gnav ul li a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -4px;
  transform: rotate(45deg);
}
#nav_toggle {
  display: none;
}
/* mv
----------------------------------------------------*/
.mv {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.mv-inner {
  width: 100%;
  height: 540px;
  margin: 0 auto;
  background: url("../images/title_bg.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.mv-inner .mv-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.mv-inner .mv-content h2.ttl {
  position: absolute;
  top: 30px;
  right: 0;
  margin: 0;
}
.mv-inner .mv-content p.copy {
  position: absolute;
  top: 380px;
  right: 150px;
  margin: 0;
}
.mv .mv_list {
  background-color: #006db1;
}
.mv .mv_list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
.mv .mv_list li {
  list-style: none;
  margin: 0 10px;
}
/* common 
----------------------------------------------------*/
.red {
  color: #f00;
}
.line_b {
  padding: 10px 0;
  border-bottom: 3px solid #FABE00;
  line-height: 2;
}
.bg_section {
  background-color: #e7eef5;
}
.bg_sec_03 {
  background: url("../images/bg_003.png") no-repeat center right;
  background-size: cover;
}
@media screen and (min-width: 650px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* Introduction
----------------------------------------------------*/
.intro {
  position: relative;
  margin: 0 auto;
  padding: 120px 0;
  background: url("../images/bg_001.png") no-repeat center;
  background-size: cover;
}
.intro::after {
  content: "";
  background: url("../images/img_arrow.png") no-repeat center;
  position: absolute;
  bottom: -95px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 165px;
  height: 165px;
}
.intro h2 {
  margin: 0 auto 60px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.intro_block {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 60px;
}
.intro ul.checklist {
  margin: 0;
}
.intro ul.checklist > li {
  list-style: none;
  position: relative;
  margin: 0 0 35px;
  padding: 0 0 0 40px;
  font-size: 24px;
  font-weight: bold;
}
.intro ul.checklist > li::before, .intro ul.checklist > li::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1em;
}
.intro ul.checklist > li::before {
  left: 0px;
  width: 25px;
  height: 25px;
  border: 2px solid #707070;
  transform: translateY(-50%);
}
.intro ul.checklist > li::after {
  top: 18px;
  left: 8px;
  width: 9px;
  height: 17px;
  border-bottom: 3px solid #FF0000;
  border-right: 3px solid #FF0000;
  transform: translateY(-75%) rotate(45deg);
}
.intro figure {
  width: 29.5%;
  margin: 0 0 20px;
  text-align: center;
}
.intro figure img {}
/* products
----------------------------------------------------*/
.products {
  margin: 0 auto;
  padding: 180px 0 120px;
  background: url("../images/bg_002.jpg") no-repeat center;
  background-size: cover;
}
.products h2 {
  margin: 0 auto 60px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.products p {
  margin: 0 auto 60px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.products figure img {
  margin: 0 auto 20px;
  text-align: center;
}
/* problem
----------------------------------------------------*/
.problem {
  position: relative;
  padding: 120px 0;
}
.problem::after {
  content: "";
  background: url("../images/img_arrow.png") no-repeat center;
  position: absolute;
  bottom: -95px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 165px;
  height: 165px;
}
.problem h2 {
  margin: 0 auto 60px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;

}
.problem_block {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 60px;
  padding: 30px 40px;
  border: 1px solid #19589F;
  box-shadow: 0 0 5px #999;
}
.problem_block .p_b_header {
  max-width: 75%;
}
.problem_block figure img {
  max-width: 180px;
}
.problem_block h3 {
  margin: 0 auto 20px;
  font-size: 25px;
  font-weight: bold;
}
.problem_block p {
  margin: 0 auto 10px;
  font-size: 20px;
  line-height: 1.6;
}
/* solution
----------------------------------------------------*/
.solution {
  padding: 120px 0;
}
.solution h2 {
  margin: 0 auto 60px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.solution h3 {
  margin: 70px auto 30px;
  color: #19589F;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.solution p {
  max-width: 1100px;
  margin: 0 auto 30px;
  font-size: 20px;
  line-height: 1.6;
}
.solution figure img {
  margin: 0 auto 20px;
  text-align: center;
}
/* reason
----------------------------------------------------*/
.reason {
  padding: 20px 0;
}
.reason h2 {
  margin: 0 auto 60px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.reason_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto 60px;
}
.reason_block_item {
  position: relative;
  width: 47%;
  height: 460px;
  margin: 0 0 60px;
  padding: 30px 40px;
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
}
.reason_block_item h3 {
  margin: 0 auto 30px;
  color: #19589F;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.reason_block_item p {
  margin: 0 auto 15px;
  font-size: 20px;
  line-height: 1.6;
}
.reason_block_item .label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 35px;
  font-size: 30px;
  font-weight: bold;
  background-color: #19589F;
  color: #fff;
  line-height: 1.6;
}
.reason_block_item figure img {
  margin: 20px auto;
  text-align: center;
}
/* voice
----------------------------------------------------*/
.voice {
  padding: 120px 0 60px;
}
.voice h2 {
  margin: 0 auto 60px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.voice p {
  margin: 0 auto 35px;
  font-size: 24px;
  text-align: center;
}
.voice_block {
  max-width: 875px;
  margin: 0 auto 60px;
}
.voice .voice_block p.name {
  font-weight: bold;
  text-align: right;
}
.voice .parenthesis {
  position: relative;
  margin: 0 auto 15px;
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.voice .parenthesis::before, .voice .parenthesis::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.voice .parenthesis::before {
  top: 0;
  left: 0;
  border-top: 1px solid #19589F;
  border-left: 1px solid #19589F;
}
.voice .parenthesis::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #19589F;
  border-right: 1px solid #19589F;
}
.voice .parenthesis h3 {
  margin: 0 auto 15px;
  font-size: 25px;
  font-weight: bold;
}
.voice .parenthesis p {
  margin: 0 auto 15px;
  font-size: 20px;
  text-align: left;
  line-height: 1.6;
}
/* application
----------------------------------------------------*/
.app {
  padding: 120px 0;
}
.app h2 {
  margin: 0 auto 60px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.app p {
  margin: 0 auto 60px;
  font-size: 24px;
  text-align: center;
}
.app figure img {
  margin: 20px auto;
  text-align: center;
}
/* contact
----------------------------------------------------*/
.contact {
  margin: 0 auto;
  padding: 180px 0 120px;
  background: url("../images/bg_002.jpg") no-repeat center;
  background-size: cover;
}
.contact h2 {
  margin: 0 auto 60px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.contact p {
  max-width: 1100px;
  margin: 0 auto 30px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.contact ul {
  margin: 90px auto 30px;
  text-align: center;
}
.contact ul li {
  display: inline-block;
  margin: 0 20px 40px;
}
.contact ul li a {
  position: relative;
  display: block;
  width: 230px;
  margin: 0 auto;
  padding: 10px 20px 10px 0;
  background-color: #FABE00;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: 0.4s;
  text-decoration: none;
}
.contact ul li a:hover {
  background-color: #fff;
  color: #FABE00;
}
.contact ul li a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 20%;
  margin-top: -4px;
  transform: rotate(45deg);
}
/* pagetop
----------------------------------------------------*/
.pagetop {
  margin: 0;
  font-size: 1.2rem;
  text-shadow: none;
  line-height: 1;
  text-indent: -99999px;
}
.pagetop a {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 58px;
  height: 58px;
  background-color: #004EA1;
  line-height: 0;
  transition: 0.4s;
}
.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
}
.pagetop a:hover:before, .pagetop a:hover:after {
  opacity: 0.4;
}
.pagetop a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-style: solid;
  border-color: #fff;
  border-width: 3px 0 0 3px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}
@media only screen and (max-width: 959px) {
  /* structure layout
----------------------------------------------------*/
  .inner {
    padding-left: 5%;
    padding-right: 5%;
  }
  /* header element
----------------------------------------------------*/
  .header-logo {
    margin: 0 0 0 10px;
  }
  /* mv
----------------------------------------------------*/
  .mv-inner .mv-content h2.ttl {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    width: 95%;
    margin: 0 auto;
    ;
  }
  .mv-inner .mv-content p.copy {
    position: absolute;
    top: 340px;
    right: 0;
    left: 0;
    width: 95%;
    margin: 0 auto;
  }
  .mv-inner .mv-content p.copy img {
    margin: 0 auto;
  }
  .mv .mv_list ul {
    padding: 10px 0;
  }
  .mv .mv_list li {
    width: 70%;
    margin: 0 auto;
  }
  /* reason
----------------------------------------------------*/
  .reason_block_item {
    position: relative;
    width: 47%;
    height: auto;
    margin: 0 0 60px;
    padding: 30px 40px;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
  }
  /* contact
----------------------------------------------------*/
  .contact ul li a {
    width: 335px;
  }
}
@media only screen and (max-width: 559px) {
  /* header element
----------------------------------------------------*/
  .header-inner {
    display: block;
    margin: 0 auto;
    padding: 1px 0 0 0;
  }
  .header-logo {
    line-height: 0;
    margin: 15px 0 0 10px;
  }
  /* global navigation
----------------------------------------------------*/
  #menu-wrap {
    margin: 0;
    position: relative;
  }
  #header nav {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
  }
  #header nav ul.menu {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 20px 0 0;
  }
  #header nav ul.menu li {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
  }
  #header nav ul.menu li a {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
  }
  #nav_toggle {
    display: block;
    position: absolute;
    top: -50px;
    right: 0;
    width: 2rem;
    height: 3rem;
    margin: 20px 15px 0 0;
    z-index: 100;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #nav_toggle div {
    position: relative;
  }
  #nav_toggle span {
    display: block;
    height: 3px;
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 10px;
  }
  #nav_toggle span:nth-child(3) {
    top: 20px;
  }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #header .scrollArea, #header.smaller .scrollArea {
    display: none;
  }
  /* mv
----------------------------------------------------*/
  .mv-inner {
    height: 400px;
    background: url("../images/title_bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  .mv-inner .mv-content h2.ttl {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    width: 95%;
    margin: 0 auto;
    ;
  }
  .mv-inner .mv-content p.copy {
    position: absolute;
    top: 165px;
    right: 0;
    left: 0;
    width: 95%;
    margin: 0 auto;
  }
  .mv .mv_list ul {
    display: block;
    padding: 10px 0;
  }
  .mv .mv_list li {
    width: 70%;
    margin: 0 auto;
  }
  /* Introduction
----------------------------------------------------*/
  .intro {
    padding: 80px 0 40px;
  }
  .intro::after {
    background-size: 100%;
    bottom: -55px;
    width: 95px;
    height: 95px;
  }
  .intro h2 {
    font-size: 25px;
  }
  .intro_block {
    display: block;
    margin: 0 auto 60px;
  }
  .intro ul.checklist > li {
    font-size: 16px;
  }
  .intro ul.checklist > li::before {
    top: 15px;
  }
  .intro figure {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
  /* products
----------------------------------------------------*/
  .products {
    padding: 100px 0 40px;
  }
  .products h2 {
    font-size: 25px;
  }
  .products p {
    font-size: 16px;
  }
  /* problem
----------------------------------------------------*/
  .problem {
    padding: 80px 0 60px;
  }
  .problem::after {
    background-size: 100%;
    bottom: -55px;
    width: 95px;
    height: 95px;
  }
  .problem h2 {
    font-size: 25px;
  }
  .problem_block {
    display: block;
    margin: 0 auto 60px;
    padding: 30px 20px;
  }
  .problem_block .p_b_header {
    max-width: 100%;
  }
  .problem_block figure img {
    max-width: 180px;
    text-align: center;
    margin: 0 auto;
  }
  .problem_block h3 {
    font-size: 18px;
  }
  .problem_block p {
    font-size: 16px;
  }
  /* solution
----------------------------------------------------*/
  .solution {
    padding: 100px 0 60px;
  }
  .solution h2 {
    font-size: 25px;
  }
  .solution h3 {
    font-size: 18px;
  }
  .solution p {
    font-size: 16px;
  }
  /* reason
----------------------------------------------------*/
  .reason h2 {
    font-size: 25px;
  }
  .reason_block {
    display: block;
    margin: 0 auto 60px;
  }
  .reason_block_item {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 60px;
    padding: 30px 20px;
  }
  .reason_block_item h3 {
    font-size: 18px;
  }
  .reason_block_item p {
    font-size: 16px;
  }
  .reason_block_item .label {
    padding: 8px 20px;
    font-size: 24px;
  }
  .reason_block_item figure img {
    margin: 35px auto;
  }
  /* voice
----------------------------------------------------*/
  .voice {
    padding: 80px 0 0;
  }
  .voice h2 {
    font-size: 25px;
  }
  .voice p {
    font-size: 16px;
  }
  .voice .parenthesis h3 {
    font-size: 18px;
  }
  .voice .parenthesis p {
    font-size: 16px;
  }
  /* application
----------------------------------------------------*/
  .app {
    padding: 80px 0;
  }
  .app h2 {
    font-size: 25px;
  }
  .app p {
    font-size: 16px;
  }
  /* contact
----------------------------------------------------*/
  .contact {
    padding: 80px 0 40px;
  }
  .contact h2 {
    font-size: 25px;
  }
  .contact p {
    font-size: 16px;
  }
  .contact ul li {
    display: inline-block;
    margin: 0 auto 30px;
  }
}
/* スクロール固定 バナー
----------------------------------------------------*/
.sidebar-toggle {
  position: fixed;
  z-index: 1;
  outline: none;
  width: 30px;
  height: 30px;
  margin-left: -1em;
  margin-top: -1em;
  padding: 5px;
  border: 2px solid #036BB4;
  background-color: #fff;
  border-radius: 50%;
  transform: rotate(45deg);
  cursor: pointer;
  transition: 0.5s;
}
.sidebar-toggle.is-closed {
  transform: translateX(0.3em) rotate(0deg);
  transition: 0.5s;
}
.sidebar-toggle .icon {
  color: #036BB4;
  font-size: 14px;
}
.sidebar {
  position: fixed;
  right: 0;
  bottom: 110px;
  width: 350px;
  z-index: 510;
  transition: 0.5s;
}
.sidebar.is-closed {
  transform: translateX(330px);
  transition: 0.5s;
}
div.bottom_bnr {}
div.bottom_bnr div.box-dl {
  position: relative;
  margin: 0 0 6px;
}
div.bottom_bnr div.box-dl a {
  display: block;
  padding: 20px;
  background-color: #fff;
}