/*!
sp css
 ______________________________*/
@media screen and (max-width: 1180px) {


  /*
.scroll-table
_____________________________*/

  .scroll-table {
    overflow: auto;
    white-space: nowrap;
    border: solid 1px #ddd;
    margin-bottom: 30px;
  }

  .scroll-table table {
    margin-bottom: 0;
  }




  /*
header
______________________________*/

  .header_in {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }

  .header_r {
    display: flex;
    justify-content: flex-end;
    min-width: 58px;
    text-align: right;
  }

  header article {
    position: absolute;
    background-color: var(--color-white);
    top: 0;
    width: 100%;
  }

  .header h1 {
    display: block;
    width: 172px;
    padding: 10px 0 0 10px;
    text-decoration: none;
    margin-right: auto;
  }

  .header h1 a {
    display: block;
  }

  .header h1 a img {
    width: 100% !important;
    height: auto !important;
    position: relative;
    z-index: 100;
  }

  .header {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    position: fixed;
    width: 100%;
    z-index: 1000;
    min-height: 73px;
    height: 73px;
  }

  .header .container {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
    background-color: #fff;
    position: static;
    z-index: 999;
  }

  .header li a {
    display: block;
    padding: 20px 10px;
    text-decoration: none;
    overflow: hidden;
    color: var(--color-primary) !important;
  }

  /*
  .header li a:hover,
  .header .menu-btn:hover {
    background-color: #f4f4f4;
  }
*/
  /* menu */
  .header .menu {
    position: absolute;
    transition: .2s ease-out;
    max-height: 0;
    opacity: 0;
    display: block;
  }

  /* menu icon */
  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 26px 20px;
    position: relative;
    user-select: none;
    color: var(--color-primary);
  }

  .header .menu-icon .navicon {
    background: var(--color-primary);
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }

  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: var(--color-primary);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }

  .header .menu-icon .navicon:before {
    top: 5px;
  }

  .header .menu-icon .navicon:after {
    top: -5px;
  }

  /* menu btn */
  .header .menu-btn {
    display: none;
  }

  .header .menu-btn:checked~.menu {
    max-height: inherit;
    opacity: 1;
    top: 61px;
  }

  .header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
  }

  .header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
  }

  .header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
  }

  .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
  }

  .header_contact {
    display: none;
  }

  /*
	header 子メニュー toggle3種 cssのみcheckbox形式
________________________________________________*/
  #toggle1,
  #toggle2,
  #toggle3 {
    display: none;
  }

  .toggle-inner {
    transition: line-height .3s, opacity .3s, max-height .3s;
    opacity: 0;
    line-height: 0;
    max-height: 0;
  }

  .toggle-inner a {
    transition: padding .3s, line-height .3s;
    opacity: 0;
    line-height: 0;
    padding: 0 20px;
  }

  #toggle1:checked~.toggle-inner,
  #toggle2:checked~.toggle-inner,
  #toggle3:checked~.toggle-inner {
    opacity: 1;
    line-height: 1.6;
    max-height: inherit;
  }

  #toggle1:checked~.toggle-inner a,
  #toggle2:checked~.toggle-inner a,
  #toggle3:checked~.toggle-inner a {
    opacity: 1;
    line-height: 1.6;
    padding: 10px;
  }

  .toggle_label {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
  }


  .toggle_label::after {
    position: absolute;
    right: 10px;
    content: "＋";
  }

  #toggle1:checked~.toggle_label::after,
  #toggle2:checked~.toggle_label::after,
  #toggle3:checked~.toggle_label::after {
    content: "－";
  }

  ul.toggle-inner {
    width: 100%;
    background-color: rgba(240, 240, 240, 1);
    margin: 0;
    padding: 0 0 0 1em;
  }

  ul.menu li.has-child:hover ul.toggle-inner {
    padding-top: 0;
  }


  /* header fixed adjustment */
  main {
    padding-top: 72px;
  }

  html {
    scroll-padding-top: 70px;
  }

  /*
menu
________________________*/
  ul.menu li {
    width: 100%;
    overflow: hidden;
  }

  ul.menu li a,
  .toggle_label {
    text-align: center;
  }

  ul.menu li a span,
  .toggle_label span {
    display: none;
  }

  ul.menu>li {
    padding: 13px 0;
    height: 69px;
    overflow: hidden;
  }

  ul.menu>li {
    padding: 10px 0;
    height: inherit;
  }

  ul.menu>li:last-child {
    height: inherit;
  }

  .mv .container {
    padding: 0;
  }

  /*
mv
____________________*/
#sidelink{
  width:120px;
}
  #sidelink a img {
    margin: 1px 0;
    width: calc(100% - 4px);
    border: 2px solid #6ec900;
    right:0;
  }

  .mv {
    padding-top: 14px;
  }


  br.sp {
    display: block;
  }


  section.normal_bg,
  section.second_bg {
    padding: 40px 0 50px;
  }

  section h3 {
    font-size: 2rem;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
section p {
    font-size:1.6rem;
    letter-spacing: 1px;
    line-height: 1.9;
}
.button, [type="button"], [type="reset"], [type="submit"], button {
    padding: 10px 20px;
    font-size:1.6rem;
}


.ico_data{
  width:60px;
}
.ico_trans{
  width:162.5px;
}
.ico_qa{
  width:83.5px;
  height: auto;
  margin: 0 auto;
}
.footer_link ul {
    display: block;
}
.footer_link ul li{
  padding:5px 0;
  text-align: center;
  border-left:inherit;
  border-bottom:1px dotted var(--color-primary);
}
.footer_link ul li:last-child{
  border-right:inherit;
  border-bottom:inherit;
}
.footer_link ul li a{
  font-size:1.3rem;
}
.footer_logo img {
    width: 100px;
}
.contents {
    padding-top: 62px;
}

  /*_______________________

.flex_box
________________________*/
  .flex_box {
    display: block;
  }

  .img_box,
  .img250 .img_box,
  .img350 .img_box,
  .text_box {
    width: 100% !important;
  }

  .img_box img,
  .img250 .img_box img,
  .img350 .img_box img {
    width: 100% !important;
  }

  .img_float .img_box {
    float: right;
    width: 40% !important;
    margin-left: 3%;
  }

  .img_float ::after {
    content: "";
    display: block;
    clear: both;
  }

  .hero_img img {
    width: 80%;
    height: auto;
  }

  /*
main
________________*/
  .contents {
    padding-top: 62px;

    overflow-x: hidden;
  }

  .main_wrapper {
    display: block;
  }

  .main_contents {
    width: 100%;
    order: 1;
  }

  .main_wrapper sub {
    width: 100%;
    order: 2;
  }


  /*___________________________________*/
}