.img_ui {
  height: 540px;
}
.floating {
  width: 100%;
  text-align: center;
  bottom: 0px;
  color: rgb(255, 255, 255);
  display: none;
  position: fixed;
  background-color: red;
}
.sankaku1 {
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-top: 50px solid #f7fcff;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.sankaku2 {
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-top: 50px solid #fff;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.sankaku3 {
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-top: 50px solid #49A4C9;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.img_fullwidth {
  max-width: 100%;
}
body {
  background: rgb(255, 255, 255);
  color: rgb(66, 66, 66);
  /*  line-height: 1.7;*/
  /*  font-family: "メイリオ", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", ;*/
  /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
}
::selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
a {
  transition: 0.3s;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
}
.body_L {
  line-height: 0.8;
  font-size: 1.0em;
  margin-bottom: 20px;
}
.footerlink {
  background-color: rgb(51, 51, 46);
}
.footerlink a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.4em;
}
.footerlink a:hover {
  color: rgb(255, 255, 255);
}
.background_yellow {
  background-color: #f7fcff;
  position: relative;
}
.background_deepyellow {
  background-color: rgb(229, 212, 0);
}
.background_lightgrey {
  background-color: #fff;
  position: relative;
}
.background_lightgrey2 {
  background-color: #fff;
  background-image: url(../image/bg_fv.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.background_lightgrey2.nencho {
  background: #fff;
  /* background-image: url(../image/bg_nencho.jpg); */
  /* background-position: right bottom; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  /* padding-top: 100px; */
  text-align: center;
  margin-top: 102px;
}
.background_lightgrey3 {
/*  background: #FFF2D7;*/
	background-image: url("../image/bg_casetop.png");
  background-position: left 32% bottom;
  background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
}
.background_lightgrey4 {
/*  background: #FFF2D7;*/
	background-image: url("../image/bg-report2.png");
  background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
	background-size: cover;
	background-position: bottom;
}
.background_grey {
  background-color: rgb(179, 177, 153);
}
.background_download {
  background: #49A4C9;
}
.background_download2 {
  background: #0097EB;
}
.feature_movie {
  background-color: rgb(252, 255, 69);
}
.site-section {
  padding: 1.2em 0px !important;
}
.site-section-sp {
  display: none;
}
.site-section3 {
  padding: 1.2em 0px !important;
}
@media all and (max-width:1199px) {
  .site-section {
    padding: 5.2em 0px !important;
  }
  .site-section3 {
    padding: 1.2em 0px !important;
  }
  .site-section-sp {
    display: none;
  }
}
@media all and (max-width:768px) {
  .site-section {
    padding: 5.2em 0px !important;
  }
  .site-section3 {
    padding: 1.2em 0px !important;
  }
  .site-section-sp {
    display: none;
  }
}
.site-section2 {
  padding: 0 0 2em 0px !important;
}
.site-section-sp {
  display: none;
}
@media all and (max-width:640px) {
  .site-section {
    display: none;
  }
  .site-section-sp {
    display: block;
    padding-top: 65px;
    text-align: center;
  }
  .site-section-sp img {
    width: 100%;
    height: auto;
  }
}
.button_primary {
  background: #999;
  padding: 5px 40px;
  border-radius: 40px;
  color: rgb(255, 255, 255);
  font-size: 1.5em;
  font-weight: 600;
  cursor: pointer;
  min-width: 200px;
  appearance: none;
}
.button_primary:hover {
  background: rgba(0, 0, 0, 0.8);
  color: rgb(255, 255, 255);
}
.site-wrap::before {
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s ease-in-out;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  visibility: hidden;
  position: absolute;
  z-index: 2000;
  content: "";
  opacity: 0;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
}
@media all and (min-width:768px) {
  .site-section {
    padding: 3.75em 0px;
  }
  .site-section3 {
    padding: 3.75em 0px;
  }
}
@media all and (max-width:991.98px) {
  .img-md-fluid {
    max-width: 100%;
  }
}
/* footerのお問合せ */
img {
  border: 0;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
#Mailto {
  max-width: 1000px;
  width: 98%;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#Mailto li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  border: 3px solid #FFF;
  width: calc(100% / 2);
  background: #e3f5ff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#Mailto li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
#Mailto li > div:first-child {}
#Mailto li > div img:first-child {
  width: 70px;
  /*padding: 40px;*/
  margin: 20px;
}
#Mailto li > div:last-child {
  width: calc(100% - 150px);
  padding-left: 10px;
  text-align: left;
}
#Mailto li > div > h3 {
  color: #2A80C1;
  margin: 0;
  font-size: 21px;
}
#Mailto li > div > .sub {
  color: #2A80C1;
}
@media screen and (max-width: 900px) {
  #Mailto li > div img:first-child {
    width: 50px;
    /*padding: 30px;*/
    margin: 20px;
  }
  #Mailto li > div:last-child {
    width: calc(100% - 80px);
    padding-left: 0;
  }
  #Mailto li > div > h3 {
    font-size: 17px;
  }
  #Mailto li > div > .sub {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #Mailto li > div img:first-child {
    width: 40px;
    /*padding: 20px;*/
    margin: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #Mailto {
    width: 70%;
  }
  #Mailto li {
    width: calc(100% / 1);
  }
}
@media only screen and (max-width: 480px) {
  #Mailto {
    width: 100%;
  }
}
/* 印刷 */
@media print {
  body#aiocr {
    /*    zoom: 0.68;*/
    -webkit-print-color-adjust: exact;
  }
  .ba-demo img {
    /*
		width: 50%!important;
		height: auto!important;
*/
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .zukai {
    width: 65%;
    margin: 10px auto;
    text-align: center;
  }
  .site-section {
    padding: 0.2em 0px !important;
  }
  .site-section3 {
    padding: 0.2em 0px !important;
  }
  .player-container2 {
    width: 50% !important;
  }
  .col-lg-4 img {
    width: 80% !important;
    height: auto !important;
  }
  .row {
    display: flex;
    flex-wrap: nowrap;
  }
  .others {
    width: 35% !important;
  }
  .copy {
    width: 65% !important;
  }
}