@charset "utf-8";

@font-face {
  font-family: "plain";
  src: url("../font/Plain-Hairline.otf") format("opentype"),
    url("Plain-Hairline.otf");
}

@font-face {
  font-family: "plain_bold";
  src: url("../font/Plain-Bold.otf") format("opentype");
}

@font-face {
  font-family: "plain_Light";
  src: url("../font/Plain-Light.otf") format("opentype");
}

@font-face {
  font-family: Deutschlander;
  src: url("../font/Deutschlander.otf") format("opentype"),
    url("/Deutschlander.otf") format("opentype");
}

.link a{
  color: #2b3299;
    text-decoration: underline;
}

.back_dm li {
  vertical-align: text-top;
}

.back_dm a {
  text-decoration: none;
}

.back_dm .top_pup .Deuts {

  font-size: 54px;
  margin-right: 10px;
}

.back_dm h1 {}

.back_dm .dm_sam {
  width: 70%;
  display: block;
  border: 7px #2b3299 solid;
  height: 264px;
  object-fit: cover;
  margin: 20px auto 0;
}

.back_dm .day {
  margin-top: 7px;
  font-weight: bold;
  display: inline-block;
  margin: 7px 115px 0 52px;
}

.back_dm .pickup {
  background: #2b3299;
  color: #fff;
  padding: 2px 13px;
  border-radius: 18px;
  font-weight: bold;
  text-align: right;
  display: inline-block;
}

.back_dm .dm_tit {
  color: #2B3299;
  font-weight: 400;
  text-align: center;
  min-height: 5em;
}

.normal_box li {
  vertical-align: text-top;
  width: 22%;
  display: inline-block;
}

.normal_box .dm_sam {
  width: 100%;
  height: 200px;
}

#map_canvas_sp {
  display: none;
}

#map_canvas {
  width: 100%;
  height: 325px;
}


.layer_board_bg,
.layer_board {
  position: absolute;
}

.layer_board_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
  background: #000;
}

.layer_board {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  text-align: center;
  z-index: 2000;
  padding: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  text-align: right;
}

.layer_board p {
  margin-bottom: 50px
}

.btn_close {
  /* display: block; */
  text-decoration: none;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  width: 20px;
  margin: 0 auto;
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 15
}

.btn_area {
  width: 400px;
  height: 250px;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 220
}

.btn_area .ttl {
  font-weight: bold
}

.btn_area p {
  padding: 15px
}

.btn_area button {
  display: block;
  background: #333;
  color: #fff;
  padding: 7px 6px;
  border: none;
  font-size: 26px;
  z-index: 21;
  width: 40px;
  position: absolute;
  top: -43px;
  right: 0;
}

.btn_area button:hover {
  background: #777
}







body {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 300;
  color: #292b53;
  letter-spacing: 0.16em;
}

body p,
h1,
h2,
h3,
h4,
span {
  font-family: ryo-gothic-plusn, sans-serif;
  color: #292b53;
  font-weight: 300;
}

.plain {
  font-family: "plain", sans-serif;
  font-style: normal;
  letter-spacing: 0em;
  font-weight: 100;
}

.plain_bold {
  font-family: "plain_bold", "plain", sans-serif;
  font-style: normal;
  letter-spacing: 0em;
  font-weight: 100;
}

.plain_Light {
  font-family: "plain_Light", "plain", sans-serif;
  font-style: normal;
  letter-spacing: 0em;
  font-weight: 100;
}

.Deuts {
  font-family: Deutschlander, sans-serif;
  font-style: normal;
  letter-spacing: 0em;
  font-weight: 100;
}

a {
  color: #292b53;
  text-decoration: none;
}

a:hover {
  color: #292b53;
  text-decoration: underline;
}

#wrap {
  width: 100%;
}

#main_content {
  width: 82%;
  position: absolute;
  left: 240px;
  z-index: 0;
  overflow: hidden;
}


#header_bx {
  position: fixed;
  z-index: 2;
  width: 82%;
  background: #be316a;
  color: #fff;
  height: 35px;

}

@media (max-width: 1350px) {
  #main_content {
    width: 80%;
  }

  #header_bx {
    width: 80%;

  }

}

@media (max-width: 1150px) {
  #main_content {
    width: 77%;
  }


}

#side {
  width: 210px;
  position: fixed;
  margin: 0px 0px 0 0px;
  -webkit-box-shadow: 8px 0px 8px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 8px 0px 8px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 8px 0px 8px -1px rgba(0, 0, 0, 0.1);
  z-index: 10;
  background: #fff;
  height: 1600px;
  padding-left: 28px;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.inner_sec {
  width: 850px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (min-width: 769px) and (max-width: 1060px) {
  .inner_sec {
    width: 100%;
  }
}

.reason .inner_sec {
  width: 940px;
}

@media screen and (min-width: 769px) and (max-width: 1150px) {

  .reason .inner_sec {
    width: 100%;
  }
}

.fff_btn {
  border: 1px solid;
  font-size: 17px !important;
  padding: 9px;
  text-align: center;
  border-radius: 26px;
  box-shadow: 0px 1px 5px 0px #bbb;
  transition: all 0.5s ease;
}

.fff_btn:hover {
  opacity: 0.7;
  box-shadow: none;
}

.blue_btn {
  border: 1px solid;
  font-size: 16px !important;
  padding: 9px;
  text-align: center;
  color: #2b3299;
  border-radius: 26px;
  box-shadow: 0px 2px 6px 0px #333;
}

.blue_btn a {
  color: #2b3299;
}

.blue_btn a:hover {
  opacity: 0.7;
}

.blue_btn :hover {
  opacity: 0.7;
  box-shadow: none;
}
.pink_btn {
  font-size: 16px !important;
  padding: 9px;
  text-align: center;
  background: #be316a;
  border-radius: 26px;
  box-shadow: 0px 2px 6px 0px #333;
}

.pink_btn a {
  color: #fff;
}

.pink_btn a:hover {
  opacity: 0.7;
}

.pink_btn :hover {
  opacity: 0.7;
  box-shadow: none;
}

#footer {
  clear: both;
  background: #2b3299;
  height: 600px !important;
  padding: 0;
  line-height: 1.4em;
  text-align: center;
}

#sub_footer {
  clear: both;
  background: #2b3299;
  height: 600px !important;
  padding: 0;
  line-height: 1.4em;
  text-align: center;
  box-shadow: 0px 0px 4px 1px #333;
}

#footer img,
#sub_footer img {
  padding: 0 7px 0 0;
  vertical-align: middle;
}

.add_01 {
  clear: both;
  font-size: 30px;
  line-height: 1.4em;
  color: #fff;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}

.add_01 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.add_02 {
  clear: both;
  font-size: 15px;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
}

.add_02 a {
  color: #fff;
  text-align: left;
} 
#footer .f_flex {
  justify-content: space-around;
}

.f_flex li{
  width: 18%;
  text-align: left;

}
.f_flex li{
  border-left: 1px solid #fff;
  padding-left: 1%;
  line-height: 2em;
}
.f_flex .f_add{
  border-left:none;
  padding-left: 0px;
  width: 40%;
  text-align: center;
  line-height: 2em;
}
.f_flex li ol {
  border: none;
  }
.f_flex li ol li{
width: 100%;
border: none;

}
#map_canvas {
  margin-top: 35px;
  height: 300px;
  margin-bottom: 35px;
}

#img_eara {
  background-image: url("../../img/map.png");
  background-size: cover;
  height: 300px;
  background-position: center;
  margin-top: 45px;
}

.f_tit {
  font-size: 13px;
  color: #fff;
  margin-top: 50px;
  border-bottom: 1px solid;
  padding-bottom: 33px;
}

.f_menu {
  font-size: 13px;
  margin-top: 41px;
}

.f_menu li {
  display: inline-block;
}

.f_menu li a {
  color: #fff;
}

.sp_br {
  display: none;
}

.p_left {
  width: 65%;
  float: left;
  text-align: left;
  line-height: 2.2em;
  margin-right: 18px;
}

.fnt16 {
  font-size: 16px;
}

.a_color_red {
  font-weight: 800;
  color: #be316a;
  text-decoration-line: underline;
}

.text_bluelink {
  font-size: 20px !important;
  padding: 9px;
  text-align: center;
  color: #2b3299;
  font-weight: 600;
  text-decoration: underline;
}

/*-------------------common eara------------------------*/
/*-------------------slider eara------------------------*/
.slider-pro {
  margin-left: 0 !important;
  padding: 0px 0 0 0 !important;
  position: relative;
}

.sp-buttons {
  display: none;
}

.sp-horizontal .sp-previous-arrow {
  display: none;
}

.h_menu_bx {
  text-align: center;
}

#side #h_menu_bx {
  text-align: center;
  margin-top: 20px;
}

#side .h_logo {}

#side .side_menu {
  margin-top: 35px;
}

#side .side_menu li {
  font-size: 16px;
  letter-spacing: 0.22em;
  margin-bottom: 15px;
}

#side .side_menu li span {
  font-size: 8px;
  display: block;
  line-height: 0em;
}

/*サイドボタン変更*/
#side .side_menu li a {
  display: block;
  width: 92%;
  /* height: 43px; */
  text-decoration: none;
  background: #2b3299;
  text-align: center;
  color: #ffffff;
  box-shadow: 3px 3px 0px 0px #5375bd;
  font-size: 16px;
}

#side .side_menu li a:hover {
  background: #2b3299;
  color: #ffffff;
  margin-left: 3px;
  margin-top: 3px;
  box-shadow: none;
}

#side .side_menu li span {
  color: #fff;
}

/*サイドボタン変更*/
.copy {
  color: #2b3299;
  font-size: 7px;
  margin-top: 5px;
}

.bnr {
  text-align: center;
  display: block;
  margin: 0 auto;
  clear: both;
}

/*-------------------slider eara------------------------*/
/*-------------------main eara------------------------*/
/*------top------*/

.two_btn li {
  width: 46%;
  display: inline-block;
}

.two_btn li:first-child {
  margin-right: 35px;
}

.two_btn li img {
  padding-left: 12px;
  padding-bottom: 3px;
}

/* お問い合わせボタン
-----------------------------------------*/
.Bnr {
  position: relative;
  margin: 0 auto;
  width: 90%;
  display: none;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif !important;
}

.Bnr .Bnr__img {
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 88;
}

.Bnr002 .Bnr__img {
  position: fixed;
  bottom: 130px;
  right: 0;
  z-index: 88;
}

.Bnr__img__inner{
  width: 175px;
  height: auto;
  box-sizing: border-box;
  padding:0px;
  background-position: right;
  background-repeat: no-repeat;
  text-align: center;
  background-color: #be316a;
}

.Bnr .Bnr__img__inner a {
  display: block;
  line-height: 2em;
}

.Bnr .Bnr__img p.close {
  position: absolute;
  right: 0px;
  top: -22px;
  text-align: center;
  font-size: 0;
  font-weight: 100;
  color:  #be316a;
}
.form_bnr{
  background: #be316a;
}
.form_bnr a {
  font-size: 20px;
  color: #FFF;
}
.Bnr .Bnr__img p.close a {
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
  color:  #2b3299;
}

.Bnr .Bnr__img p.close a span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.Bnr .Bnr__img p.close a i {
  font-size: 16px;
  z-index: 888;
  color: #be316a;
  font-weight: 100;
}
@media screen and (max-width: 498px) {
  .form_bnr a {
    font-size: 16px;
  }
  .Bnr__img__inner {
    width: 150px;}
}
.h_line {
  background: #be316a;
  color: #fff;
  height: 35px;
}

.h_line {
  display: flex;
  align-items: end;
}

.h_line h1 {
  width: 37%;
  display: inline-block;
  color: #fff;
  font-size: 1.5em;
  padding: 6px 0px 2px 31px;
}

.h_line h1 span {
  color: #fff;
}

.h_line ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 35px;
}

.h_line ul li {
  width: 23%;
  font-size: 1.2em;
  text-align: center;
}

.h_line ul li:first-child {}

.h_line ul li.tel_eara {
  background: #2b3299;
  width: 26%;
  height: 35px;
  padding-top: 8px;
  box-sizing: border-box;
  font-size: 1.5em;
}

.h_line ul li.tel_eara::after {}

.h_line ul li a {
  color: #fff;
  font-weight: 800;
}

.h_line ul li img {
  width: 6.5%;
  margin-right: 8px;
  vertical-align: middle;
}

.h_line ul li.tel_eara img {
  width: 11%;
}

.h_line ul li.right_c {
  width: 69%;
}



@media screen and (min-width: 769px) and (max-width: 1063px) {
  #main_content {
    width: 76%;
  }

  .h_line ul li {
    width: 21%;
    font-size: 1em;
    letter-spacing: 0em;
  }

  .h_line ul li.tel_eara {
    padding-top: 5px;
    font-size: 1.2em;
  }

}

@media screen and (min-width: 1190px) and (max-width: 1360px) {
  .h_line h1 {
    font-size: 1.2em;
  }

}



@media (max-width: 1150px) {
  #main_content {
    width: 78%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1063px) {
  #main_content {


    left: 22%;
  }

}


/*リニューアル*/
.h_line h1 {
  width: 60%;
}


.h_line .cont_r{
  width: 39%;
}
.h_line .cont_r li{
  width: 39%;
}
.h_line .cont_r li.tel_eara{
  width: 60%;
}

.sp-slides-container {
  margin-top: 50px;
}

.slider-pro {
  overflow: hidden;
}

.slider-pro ul {
  display: flex;
  flex-wrap: wrap;
}

.slider-pro li {
  overflow: hidden;
  width: 50%;
}

.slider-pro img.sp-image {
  width: 100%;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: bottom;
  transition: 1s all;
  overflow: hidden;
}

.slider-pro img.sp-image:hover {
  transition: 1s all;
}

.slider-pro img.sp-image001:hover {
  transform: scale(1.3, 1.3);
  transform-origin: center center;
}

.slider-pro img.sp-image002:hover {
  transform: scale(1.3, 1.3);
  transform-origin: top left;
}

.slider-pro img.sp-image003:hover {
  transform-origin: center left;
  transform: scale(1.2, 1.2);
}

.slider-pro img.sp-image004:hover {
  transform: translate(10px, 30px) scale(1.2, 1.2);
}

#topics .date {
  font-size: 10px;
  font-weight: bold;
  vertical-align: bottom;
  padding: 0 9px;
  display: ;
}

#topics h2 {
  display: block;
  margin-bottom: 30px;
}

#topics h2 a {
  text-decoration: underline;
}


.blue_top {
  width: 328px;
  background: #2b3299;
  position: absolute;
  z-index: 1;
  top: 41%;
  left: 39%;
  height: 291px;
}

.blue_top h2 {
  color: #fff;
  text-align: center;
  padding-top: 33px;
  vertical-align: bottom;
  font-size: 25px;
  line-height: 2em;
  font-weight: 100;
}

.slider-pro img.sp-image .blue_top img {
  margin-top: 20px !important;
}

.slider-pro .blue_top img {
  width: 50%;
}

.sp-horizontal .sp-next-arrow,
.sp-horizontal.sp-rtl .sp-previous-arrow {
  display: none;
}

.news_eara {
  padding: 10px 30px;
  margin: 0px;
  float: none;
  clear: both;
}

.news_eara .topic {
  font-size: 19px;
}

@media screen and (max-width: 1600px) {
  .news_eara .topic {
    font-size: 16px;
  }

  .news_eara .topic span {
    font-size: 14px;
  }

  .news_eara .topic img {
    width: 4%;
    margin-right: 5px;
  }

  .news_eara p.topic+img {
    width: 6%;
  }
}

.news_eara .topic span {}

.news_eara .topic img {
  display: inline-block;
  vertical-align: middle;
}

.benefits {
  background: #2b3299;
}

.benefits h1,
.benefits p {
  color: #fff;
}

.benefits h1 {
  font-size: 55px;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 44px;
}

.benefits h1 span {
  color: #fff;
  display: block;
  font-size: 30px;
}

.benefits p {
  font-size: 23px;
}

.benefits .fff_btn {
  width: 550px;
  margin: 0px auto;
  margin-top: 0px;
  margin-top: 35px;
  background: #fff;
}

.benefits .fff_btn a {
  font-weight: 800;
}

.advantage li {
  background-image: url("./img/top_s_001.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 183px;
  text-align: left;
}

.advantage li:first-child {
  background-image: url("../../img/top_s_001.png");
}

.advantage li:nth-child(2) {
  background-image: url("../../img/top_s_002.png");
  text-align: right;
}

.advantage li:nth-child(3) {
  background-image: url("../../img/top_s_003.png");
}

.advantage {
  text-align: center;
}

.advantage h1 {
  font-size: 55px;
  line-height: 1.1em;
  margin-bottom: 26px;
  color: #2b3299;
}

.advantage h1 span {
  color: #565bab;
  display: block;
  font-size: 30px;
}

.advantage h2 {
  font-size: 30px;
  margin-top: 8px;
  padding-top: 17px;
  padding-bottom: 11px;
}

.advantage p {
  font-size: 16px;
  color: #2b3299;
}
.com h1 {
  font-size: 55px;
  line-height: 1.1em;
  margin-bottom: 44px;
  color: #2b3299;
}

.com h1 span {
  color: #565bab;
  display: block;
  font-size: 30px;
}

.bene_3 ul {}

.bene_3 ul li {
  color: #565bab;
  border-right: 1px solid;
  font-size: 40px;
  display: inline-block;
  font-weight: 100;
  line-height: 1em;
  padding: 0 19px;
  margin-top: 66px;
  margin-bottom: 16px;
}

.bene_3 ul li:last-child {
  border-right: none;
}

.bene_3 ul li span {
  font-size: 30px;
  display: block;
  color: #565bab;
  
}

.top_prod h1 {
  text-align: center;
  font-size: 20px;
  color: #565bab;
}

.top_prod .tp_tit span {
  border-bottom: 1px solid;
  display: block;
}

.top_prod h1 span.bg_f {
  font-weight: 800;
  border: none;
  display: inline;
  font-size: 34px;
  color: #565bab;
  letter-spacing: 0em;
}

.top_prod h1 .ft {
  font-size: 30px;
  text-align: center;
}

.top_prod .tp_left {
  width: 68%;
  float: right;
  margin-top: -127px;
  margin-right: 7px;
  font-size: 16px;
}

.top_prod img {
  margin-top: 0px;
}

.top_prod .blue_btn {
  width: 570px !important;
  margin: 0 auto;
  margin-top: 35px;
}

.top_patented .blue_btn {
  width: 570px !important;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 45px;
}

.advantage .blue_btn {
  width: 600px;
  margin: 0px auto;
  margin-top: 0px;
  margin-top: 35px;
}

.image_eara {
  text-align: center;
}

/*------top------*/
.top_patented {
  color: #2b3299;
}


.top_patented h1 span .space {}

.top_patented h2 {
  font-size: 30px;
  color: #2b3299;
  margin-top: 50px;
  line-height: 1.15em;
}

.top_patented h2 span {
  font-size: 20px;
  display: block;
  color: #2b3299;
  font-weight: 100;
}

.top_patented .blue_btn {
  width: 500px;
  margin-top: 35px;
  text-align: center;
}

.tp_box .tp_left {
  width: 69%;
  margin-bottom: 60px;
  float: left;
}
.tp_box .tp_left p {
  font-size: 16px;
  margin-top: 0px;
  text-align: left;
}

.tp_box .tp_right {
  /* width: 27%; */
  /* position: absolute;
  top: 0px;
  right: 0; */
  position: relative;
}

.tp_box .tp_right img{
  width: 31%;
  position: absolute;
  top: -57px;
  right: 0;
}

.top_prod .tp_tit span {
  font-size: 35px;
}

.youtube_bnr video {
  width: 92%;
}

.top_patented h1.span_ja {
  font-size: 43px;
  font-weight: bold;
}

.top_company {
  clear: both;
  background: url("../../img/top_com.png") no-repeat;
  background-position-x: -146px;
  background-position-y: 41px;
  padding-bottom: 150px;
}

.top_company .inner_sec {
  width: 49%;
  text-align: right;
  margin-right: 72px;
}

.top_company h1,
.top_company h2,
.top_company h3,
.top_company p {
  text-align: left;
}

.top_company h1 span {
  font-weight: 100;
  font-size: 39px;
  color: #2b3299;
  margin-right: 25px;
  vertical-align: top;
  border-bottom: 1px solid;
  padding-bottom: 12px;
}

.top_company h2 {
  font-weight: 100;
  font-size: 29px;
  color: #292b53;
  line-height: 1.5em;
  margin: 15px 0;
  text-shadow: 1px -1px #fff;
}

.top_company h3 {
  font-weight: 100;
  font-size: 20px;
  margin-left: 52px;
  color: #292b53;
  margin-top: 23px;
  text-shadow: 1px -1px #fff;
}

.top_company .tp_text {
  font-weight: 800;
  font-size: 17px;
  color: #292b53;
  text-shadow: 1px -1px #fff;
  margin-left: 77px;
}

.top_company .blue_btn {
  width: 483px;
  margin-top: 35px;
  text-align: center;
  background: #fff;
}

.old_topics h1 {
  font-size: 20px;
  margin-bottom: 22px;
}

.old_topics h1 img {
  vertical-align: bottom;
  margin-right: 35px;
}

.old_topics li .topic {
  font-size: 18px;
}

.old_topics li .topic img {
  padding: 0 9px;
}

.old_topics li .topic span {
  font-size: 12px;
  font-weight: 800;
}

/*-------------------main eara------------------------*/
/*-------------------sub_common eara------------------------*/
.pan_eara {
  margin-top: 50px;
  padding-left: 50px;
  padding-bottom: 14px;
}

.pan_eara p {
  font-size: 12px;
}

.pan_eara p img {
  padding-right: 7px;
  vertical-align: text-top;
  width: 13px;
}

.pan_eara p span {
  font-size: 10px;
  padding: 0 14px;
}

.deuts_h1 {
  font-size: 55px;
  width: 680px;
  text-align: center;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-bottom: 29px;
  color: #2b3299;
}

.deuts_h1 span.Deuts {
  border-top: 1px solid #292b53;
  display: block;
  font-size: 107px;
  margin-top: -9px;
  padding: 0px 0;
  color: #2b3299;
}

.deuts_h1 span.Deuts .pd_rl {
  padding: 0 9px;
}

.sub_obi {
  background: #2b3299;
}

.sub_obi .inner_sec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sub_obi h1,
.sub_obi p,
.sub_obi span {
  color: #fff;
}

.sub_obi h1 {
  line-height: 1.5em;
  font-size: 35px;
}

.sub_obi h1 span.plain {
  font-size: 35px;
  font-weight: 100;
  display: block;
}

.sub_obi h1 span.font_b {
  font-size: 45px;
  font-weight: 100;
}

#facility .sub_obi h1 {
  padding-bottom: 37px;
}

@media (max-width: 1250px) {

  .benefits h1 {
    font-size: 48px;
  }

  .sub_obi h1 span.plain {
    font-size: 30px;
  }

  .sub_obi h1 span.font_b {
    font-size: 35px;
  }

  .h_line h1 {
    padding: 6px 0px 2px 15px;
    letter-spacing: -0.05em;
  }

  #side {
    width: 20%;
    padding-left: 15px;
  }
}

.sub_common_top {
  text-align: center;
}

.sub_common_top h1 {
  font-size: 50px;
  color: #2c3396;
  line-height: 1.2em;
  margin-bottom: 58px;
  margin-top: 17px;
}

.sub_common_top h1 span {
  font-size: 30px;
  display: block;
  color: #2c3396;
}

.bene_3 ul {
  width: 700px;
  margin: 0 auto;
}

.sub_common_top .bene_3 li {
  color: #be316a;
}

.sub_common_top .bene_3 li span {
  color: #be316a;
  font-size: 45px;
  font-weight: 100;
  margin-bottom: 17px;
}

.sub_common_top .sub_com_text {
  color: #2c3396;
  font-size: 16px;
  width: 424px;
  margin: 0 auto;
  text-align: left;
}

.bg_fa002 {
  background: #fafafa;
}

.sub_box_001 {}

.sub_box_001 h1,
.sub_box_001 h2,
.sub_box_001 p {
  color: #292b53;
}

.sub_box_001 h1 {
  font-size: 35px;
  margin-bottom: 58px;
  margin-top: 10px;
  text-align: center;
  font-weight: 800;
text-decoration-line: none;
  border-bottom: 3px double;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}

.sub_box_001 h2 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}

.sub_box_001 p {
  font-size: 16px;
}

.sub_box_001 p span {
  font-weight: 600;
}

.sub_common_top h1 span.h1_aline_l {
  font-size: 50px;
  color: #2c3396;
  line-height: 1.2em;
  margin-bottom: 58px;
  margin-top: 0px;
  text-align: left;
}


.bg_303031 {
  background: #17171a;
}

.lb-outerContainer {
  background-color: #303031 !important;
}

.bg_blue {
  background: #2b3299;
}

.bg_blue h1,
.bg_blue h2,
.bg_blue p .bg_blue span {
  color: #fff;
}

.clom_2_img {
  width: 680px;
  margin: 0 auto;
}

.clom_2_img li {
  width: 49%;
  display: inline-block;
  color: #292b53;
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
  letter-spacing: 0em;
}

.clom_3_img {
  width: 680px;
  margin: 0 auto;
}

.clom_3_img li {
  width: 30%;
  display: inline-block;
  color: #292b53;
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
  letter-spacing: 0em;
}

.clom_5_img {
  max-width: 1280px;
  min-width: 980px;
  margin: 0 auto;
}

.clom_5_img li {
  width: 19%;
  display: inline-block;
  color: #292b53;
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}

#facility .inner_sec {
  width: 780px;
  padding-bottom: 0;
  padding-top: 43px;
}

.pc_w_780 {
  width: 780px;
  margin: 0 auto;
  padding: 70px 0;
  clear: both;
}

.sub_box_002 .bg_img {
  position: absolute;
  left: 0;
}

.sub_box_002 .inner_b_002 {
  width: 670px;
  float: right;
  margin-top: 15px;
}

.sub_box_002 .inner_sec {
  position: relative;
}

.sub_box_002 .inner_b_002 h1,
.sub_box_002 .inner_b_002 h2,
.sub_box_002 .inner_b_002 p {
  text-align: center;
  color: #fff;
}

.sub_box_002 .inner_b_002 h1 {
  font-size: 28px;
  line-height: 1.5em;
}

.sub_box_002 .inner_b_002 span {
  border-top: 1px solid #fff;
  display: block;
  font-size: 40px;
  margin-top: 34px;
  padding: 20px 0;
  font-weight: bold;
  color: #292b53;
}

.sub_box_002 .inner_b_002 p {
  font-size: 16px;
  text-align: left;
  min-height: 300px;
}

.facility_003 {
  padding-bottom: 70px;
}

.fac_new {
  width: 7%;
  vertical-align: sub;
  padding-right: 15px;
}

/*-------------------sub_common eara------------------------*/
#topics h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 50px;
}

#topics p {
  font-size: 18px;
  margin-bottom: 30px;
}

#topics .nl-container {
  margin-left: 10%;
  background-color: #fff !important;
}

/*-------------------table eara------------------------*/
.tg {
  border-collapse: collapse;
  border-spacing: 0;
}

.tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
  width: 8%;
}

.tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.tg .tg-1yih {
  background-color: #be316a;
  border-color: #ffffff;
  color: #ffffff;
  text-align: center;
  vertical-align: top;
}

.tg .tg-baqh {
  text-align: center;
  vertical-align: middle;
}

.tg .tg-pnhl {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
  text-align: center;
  vertical-align: top;
}

.tg .tg-kwez {
  background-color: #c0c0c0;
  border-color: #ffffff;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}

.tg .tg-n2r7 {
  background-color: #2b3299;
  border-color: #ffffff;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}

.tg .tg-qa4t {
  background-color: #2b3299;
  border-color: #ffffff;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.tg .tg-mzr3 {
  background-color: #2b3299;
  border-color: #ffffff;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.tg .tg-yir2 {
  background-color: #2b3299;
  border-color: #ffffff;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

.tg .tg-qnit {
  background-color: #be316a;
  border-color: #ffffff;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

.tg .tg-i81m {
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

.tg .text_center {
  text-align: center;
}

.tg .vertical_inh {
  vertical-align: inherit;
}

.tg .width10 {
  width: 10%;
  vertical-align: middle;
}

.tg .width12 {
  width: 13%;
}

/*-------------------table eara------------------------*/

/*-------------------eXample eara------------------------*/

#double_ex .tan_box {
  border: none;
  padding: 0px;
  border-radius: 0;
  margin-bottom: 75px;
}

.double_yajirushi {
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 0px;
}

#double_ex .exam_width {
  width: 820px;
  margin-right: auto !important;
  padding-top: 0px;
  padding-bottom: 75px;
}


#double_ex .panel_area .box_befor {
  width: 100%;
  border-bottom: none;
  display: inline-block;
  text-align: center;
}

#double_ex .panel_area .box_after {
  width: 100%;
  border-bottom: none;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 17px;
  text-align: center;
}

#double_ex .panel_area .yajirushi {
  display: inline-block;
  margin: 0 0px;
  vertical-align: middle;
}

#double_ex .panel_area .yaji_box img {
  width: 10%;
  margin: 20px auto;
  text-align: center;
  display: block;
}

#double_ex .panel_area .yaji_box {
  display: block;
  height: auto;
  vertical-align: bottom;
  text-align: center;
  width: 100%;
}

.new_merit_box {
  border: 1px solid #2b3299;
  margin-top: 10px;
}

.new_merit_box ul {
  padding: 10px;
}

.new_merit_box ul ul {
  padding: 0px;
}

.new_merit_box li {
  list-style: disc;
  font-size: 16px;
}

.new_box_left,
.box_yaji, .ner_boxright {
  display: inline-block;
  vertical-align: top;
}

.new_box_left {
  width: 27%;
  display: inline-block;
}

.box_yaji {
  width: 11%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin-top: 229px;
}

.ner_boxright {
  width: 58%;
  display: inline-block;
}

#double_ex .exam_width .new_merit_box h2 {
  font-size: 20px;
}

#ex009 .ner_boxright {
  margin-top: 140px;
}

.box_yaji002 {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.ex009_after {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.ex009_after ul li {
  text-align: left;
}

.panel_area p.aline_r {
  text-align: right;
}

.merit_tit {
  font-size: 22px;
}

.mer_3 li {
  font-size: 18px;
}


#double_ex .li5 li {
  margin-right: 1%;

  text-align: center;
  font-weight: 800;
}

.exnew_h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 25px;
}

.exm_btn {
  position: relative;
}

.exm_btn ul {
  margin-left: 10px;
  width: 180px;
  position: absolute;
  background: #fff;
}

.exm_btn ul li {
  margin: 15px 0;

  padding-bottom: 5px;
  box-shadow: 0px 10px 10px -8px #c8c5c5;
  text-align: center;
  padding: 4px 2px;
  font-size: 14px;
}

.exm_btn ul li p {
  font-family: ryo-gothic-plusn, sans-serif;
}

a.btn--pink.btn--border-ridge {
  text-align: center;
  font-weight: bold;
}

a.btn--pink {
  color: #292b53;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

a.btn--pink::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

a.btn--pink:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

#double_ex .exm_btn ul li .btn:hover {
  position: relative;
  text-decoration: none;
}

#double_ex .exm_btn ul li .btn span {
  display: none;
  position: absolute;
  top: -5em;
  left: 150px;
}

#double_ex .exm_btn ul li .btn:hover span {
  border: none;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  width: 300px;
}

#double_ex .under_img {
  color: #292b53;
  text-align: center;
  padding-top: 8px;
}

#double_ex .tan_box {
  border: none;
  padding: 23px;
  border-radius: 0;
  margin-bottom: 75px;
}



#double_ex .sub_box_001 h1 {
  font-size: 35px;
  margin-bottom: 0px;
}

#double_ex .panel_area p.h1_txt {
  font-size: 20px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 30px;
}

#double_ex .button {
  position: fixed;
  left: 250px;
  top: 89px;

  transition: 0.3s;

  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
#double_ex .active {
  opacity: 1;
  visibility: visible;
}

/*このクラスが付与されると表示する*/
#double_ex .absolute {
  position: absolute;
  top: -70px;
  bottom: auto;
}

.new_merit_box {
  border: 1px solid #2b3299;
  margin-top: 10px;
}

.new_merit_box h2 {
  background: #2b3299;
  color: #fff;
  margin-bottom: 10px;
}

.new_merit_box ul {
  padding: 15px;
}

.new_merit_box li {
  list-style: disc;
  font-size: 16px;
  letter-spacing: 0em;
}

#exmple .sub_common_top .clom_2_img {
  border-bottom: 3px solid #2b3299;
  margin-bottom: 41px;
  padding-bottom: 38px;
}

#exmple .sub_common_top .clom_2_img li {
  color: #2b3299;
  font-size: 14px;
}

#exmple .sub_common_top .clom_2_img h2 {
  color: #be316a;
  font-size: 30px;
}

#exmple .sub_common_top .clom_2_img .h2_down {
  color: #be316a;
  font-size: 14px;
}

#exmple .sub_common_top .clom_2_img p {
  font-size: 14px;
  color: #2b3299;
}

.sub_common_top .sub_com_text {
  width: 693px;
}

.tab_wrap {
  margin: 80px auto;
}

.tab_area {
  font-size: 0;
  margin: 0 10px;
  text-align: center;
}

.tab_area p {
  width: 250px;
  margin: 0 5px;
  display: inline-block;
  padding: 12px 0;
  color: #be316a;
  background: #fff;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border: 1px solid;
  border-radius: 43px;
  line-height: 1.1em;
  position: relative;
  box-shadow: 3px 3px #c4aac2;
}

.tab_area p a {
  color: #be316a;
  display: block;
}

.tab_area .checked {
  color: #ffffff;
  background: #be316a;
}

.tab_area .checked a {
  color: #ffffff;
}

.tab_area p span {
  color: #be316a;
  display: block;
  position: absolute;
  top: 26px;
  right: 23px;
}

.tab3_tit {
  width: 604px;
  margin: 0 auto;
  margin-top: 0px;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #be316a;
}

.tab_area p:hover {
  opacity: 0.5;
}

.panel_area {
  background: #fff;
}

.panel_area .inner_sec {
  width: 800px;
}

.tab_panel {
  width: 100%;
  padding: 80px 0;
}

.tab_panel p {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}

.checked {
  background: #be316a;
  color: #fff;
  box-shadow: 3px 3px #c4aac2;
}

.tab_panel .tab_area p {
  text-align: center;
}

.tab_panel .under {
  text-align: center;
  margin-top: 13px;
  color: #be316a;
}

.tan_box {
  border: 2px solid;
  padding: 23px;
  border-radius: 16px;
}

.tab_panel .box_tit {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 35px;
}

.panel_area p {
  font-size: 16px;
  font-weight: 100;
  text-align: left;
  letter-spacing: 0em;
}

.panel_area .box_tit002 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 0em;
}

.panel_area .pane_tit001 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
}

.panel_area .pane_tit001 .thin_f {
  font-weight: 100;
  margin-right: 5px;
  border: 1px solid;
  text-align: center;
  padding: 4px 10px;
}

.panel_area .pane_tit {
  font-size: 29px;
  margin-bottom: 25px;
  letter-spacing: 0em;
  text-indent: -2em;
  padding-left: 2.5em;
  line-height: 1em;
}

.panel_area .pane_tit .Deuts {
  font-size: 46px;
  font-weight: 100;
  letter-spacing: 0.02em;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 4px;
}

.panel_area .merit_double img {
  display: block;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 30px;
}

.panel_area .tan_u_tit {
  font-size: 22px;
  text-align: center;
  margin-top: 23px;
  font-weight: 400;
}

.panel_area li {
  list-style: disc;
  margin-left: 17px;
}

.panel_area .tan_box li {
  font-size: 16px;
  letter-spacing: 0em;
}

.panel_area .box_befor {
  width: 41%;
  border-bottom: 3px solid #2b3299;
  display: inline-block;
}

.panel_area .box_befor p {
  color: #2b3299;
}

.panel_area .yajirushi {
  display: inline-block;
  margin: 0 48px;
  margin-bottom: 29px;
}

.panel_area .box_after {
  width: 41%;
  border-bottom: 3px solid #be316a;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 17px;
}

.panel_area .box_after p {
  color: #be316a;
}



#panel1 .box_befor,
#panel1 .box_after,
#panel2 .box_befor {
  min-height: 130px;
}

#panel2 .box_befor {
  min-height: 154px;
}

.taR {
  display: block;
  text-align: right;
  line-height: 0.5em;
  padding-bottom: 10px;
}

.taC {
  display: block;
  text-align: center;
  line-height: 0.5em;
  padding-bottom: 10px;
}

.merit_double .effect .taC,
.merit_double .effect .taR {
  font-weight: 800;
  margin-top: 7px;
  margin-bottom: -1px;
}

.merit_double {
  border: 3px solid #292b53;
  border-radius: 43px;
  padding: 34px;
  padding: 58px;
  background: #fff;
  margin-bottom: 75px;
}

.panel_area .merit_tit {
  font-size: 29px;
  text-align: center;
  margin-bottom: 45px;
  margin-bottom: 50px;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.merit_double .effect {
  font-size: 20px;
  font-weight: 800;
  width: 80%;
  margin-bottom: 14px;
  float: right;
  margin-top: -22px;
  letter-spacing: 0em;
}

.merit_double span.ef_span {
  background: #292b53;
  color: #fff;
  padding: 18px;
  font-size: 16px;
}

.merit_double .effect003 {
  background: #a8abd3;
  color: #000;
  padding-left: 13px;
  border-radius: 10px;
  padding-top: 28px;
}

.merit_double .effect004 {
  background: url("../../img/eff.png") no-repeat;
  background-size: auto;
  background-size: contain;
  padding-left: 17px;
  padding: 16px 9px 17px;
}

#exmple .panel_area .clom_2_img {
  text-align: center;
}

#exmple .panel_area .clom_2_img li {
  color: #2b3299;
  width: 35%;
  min-height: 100px;
  vertical-align: top;
  text-align: center;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 18px;
}

#exmple .panel_area .clom_2_img p {
  font-size: 16px;
  color: #2b3299;
  border-bottom: 1px solid #2b3299;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 23px;
}

.exnew_h1 {
  font-size: 35px;
  font-weight: 800;
  text-align: center;

}

.exnew_h1 span {
  display: block;
  font-size: 20px;

}

#double_ex .mg_50 {
  margin: 25px 0;
  display: block;
}
#double .comon_h {
  font-weight: 400;
  font-size: 30px;
  margin-top: 50px;
border-bottom: 2px solid;
  display: inline-block;
}
.has_bg{
  background: #E6E6E6;
  background-image: url('../../img/decobg.png');
  background-repeat: no-repeat; 
  background-size: cover;
  padding-top: 8px;
  margin: 30px auto 0;
}
.has_bg .hbg_tit{
  background: #2B3299;
  padding: 2px 0px;
  color: #fff;
  text-align: center;
  margin: 15px auto 20px;
  text-decoration: none;
  font-size: 18px;
  width: 57%;
}
.has_bg p{
  color: #292B53;
  text-align: center;  
  font-weight: bold;
}
.has_bg li p span{
  font-size: 1.5em;
  display: block;
  font-weight: 100;
  margin-top: 8px;
}
.has_bg ol{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.has_bg ol li:nth-child(2){
width: 30%;
}
.mgt15{
  margin-top: 15px;
}
.pdb15{
  padding-bottom: 15px;
}
/*-------------------eXample eara------------------------*/
/*-------------------product eara------------------------*/
#prod .sub_common_top h1 {
  font-size: 39px;
}

#prod .sub_box_001 p {
  margin-bottom: 70px;
}

#prod .sub_box_002 .bg_img {
  left: -260px;
}

#prod .sub_box_002 .clom_3_img li {
  color: #fff;
}

.reason h1,
.reason h2,
.reason p .reason span {
  color: #2b3299;
}

.reason h1 {
  font-size: 55px;
  width: 680px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 29px;
}

.reason h1 span.small_tixt {
  font-size: 25px;
  line-height: 1em;
  color: #2b3299;
  display: inline-block;
  margin-right: 6px;
}

.reason h1 span.Deuts {
  border-top: 1px solid #292b53;
  display: block;
  font-size: 107px;
  margin-top: -9px;
  padding: 0px 0;
  color: #2b3299;
}

.reason .common_chos {
  height: 404px;
  position: relative;
}

.reason .common_chos h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.reason .common_chos p {
  font-size: 16px;
}

.reason .white_base {}

.reason .white_base {
  color: #2b3299;
}

.newtool h1 {
  text-align: center;
  line-height: 2.2em;
  font-size: 25px;
  letter-spacing: 0em;
  border-bottom: 2px solid;
  padding-bottom: 11px;
  color: #2c3396;
}

.newtool h1 .new_tixt {
  display: block;
  float: left;
  padding-right: 20px;
  width: 12%;
  padding-top: 34px;
}

.newtool h1 .big_tit {
  font-size: 50px;
  font-weight: 700;
  color: #2c3396;
}

.newtool p {
  text-align: center;
  margin: 40px auto;
  font-size: 18px;
}

.common_chos img {
  position: absolute;
  top: 0px;
}

.hiw_no {
  z-index: -10;
}

.reason .choosing002 {
  background: #2b3299;
  height: 425px;
  margin-left: -100px;
}

.reason .choosing002 h2 {
  color: #fff;
  padding-top: 25px;
  padding-left: 100px;
}

.reason .blue_base {
  color: #fff;
  padding-left: 100px;
}

#prod .clom_2_img li {
  color: #fff;
}

#prod .clom_2_img li img {
  display: block;
  text-align: center;
  margin: 0 auto;
}

#prod .clom_2_img li.yajirushi_in {
  width: 44%;
}

#prod .clom_2_img .yaji_img {
  display: inline-block;
  margin: 0 16px 86px;
}

#prod .reason h1 {
  font-size: 50px;
  letter-spacing: 0em;
}

/*------------------double  eara------------------------*/
#double .sub_common_top .sub_com_text {
  width: 736px;
  margin-top: 48px;
  font-weight: 400;
}

#double .sub_box_001 {}

#double .sub_box_001 dl {}

#double .sub_box_001 dt {
  font-size: 16px;
  font-weight: 800;
}

#double .sub_box_001 dd {
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 12px;
}

#double .blue_btn {
  width: 650px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 0px;
}

#double .clom_3_img {
  width: 780px;
}

#double .reason h1,
#double .reason h2,
#double .reason p,
#double .reason span {
  color: #2b3299;
}

#double .reason h1 {
  font-size: 55px;
  width: 680px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 29px;
}

#double .reason h1 span.small_tixt {
  font-size: 25px;
  line-height: 1em;
  color: #2b3299;
  display: inline-block;
  margin-right: 6px;
}

#double .reason h1 span.Deuts {
  border-top: 1px solid #292b53;
  display: block;
  font-size: 107px;
  margin-top: -9px;
  padding: 0px 0;
  color: #2b3299;
}

#double .hiw_box {
  width: 780px;
  margin: 0 auto;
}

#double .hiw_box .hiw_tit {
  width: 356px;
  font-size: 14px;
  line-height: 2em;
}

#double .hiw_box .img_eara {
  width: 402px;
  text-align: center;
  float: right;
  margin-top: -76px;
  font-size: 19px;
}

#double .hiw_box .img_eara img {
  display: block;
  margin-bottom: 10px;
}

#double .hiw_box .img_eara video {
  width: 100%;
}

#double .reason .common_chos {
  height: 430px;
  position: relative;
  clear: both;
}

#double .reason .double_tit {
  font-size: 16px;
  margin-bottom: 15px;
  width: 680px;
  margin: 0 auto;
}

#double .reason .clom_3_img li {
  color: #000;
  margin-bottom: 40px;
}

#double .reason .common_chos h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

#double .reason .common_chos p {
  font-size: 14px;
}

#double .reason .common_chos .hiw_img {
  position: relative;
}

#double .reason .common_chos .white_base {
  width: 200px;
  position: absolute;
  left: 324px;
  top: 106px;
}

#double .reason .common_chos .hiw_no {
  position: absolute;
  right: 0;
}
p:empty{display: none;}
.toc {
  border: 3px solid #2B3299;
  margin: 20px auto;
  padding: 3%;
}
.toc_tit{
  color: #292B53;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 15px;
}
.toc .flex02{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;

}
.toc .flex02 li {
  width: 47%;
  font-size: 16px;
  text-align: left;
}
.tab-group {
    display: flex;
    justify-content: space-between;
  }
  
  .tab {
    width: calc(20% - 0px);
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  
  @media screen and (max-width: 1100px) {
  
    .tab {
      width: auto;
      flex-grow: 1;
    }
  }
  
  .tab svg {
    text-align: center;
  }
  
  .tab-group li p {
    font-weight: 800;
  }
  
  .tab-group li p span {
    font-size: 12px;
    font-weight: 800;
  }
  
  .panel {
    display: none;
    text-align: center;
  margin-top: 10px;
  }
  
  .panel.is-show {
    display: block;
  }
  
  .more_img {
    width: 20px;
    margin: 10px auto 15px;
  }

.more_img,
.tab p {
    transition: transform 0.2s ease;
}

.more_img:hover,
.tab p:hover .more_img {
    transform: translateY(5px) scale(1.1);
}

  .tab.tab-A {
    border-bottom: 5px solid #41B1D6;
  }
  
  .tab.is-active{
  background: #fbf1ca;
}

  .tab.is-active p, .tab.is-active span {
    color: #41B1D6;
    transition: all 0.2s ease-out;
  }
  
  .tab.tab-B {
    border-bottom: 5px solid #2B3299;
    ;
  }
  
  .tab.tab-B.is-active p, .tab.tab-B.is-active span {
    color: #2B3299;
  }
  
  .tab.tab-C {
    border-bottom: 5px solid #45A3F3;
  }
  
  .tab.tab-C.is-active p, .tab.tab-C.is-active span {
    color: #45A3F3;
  }
  
  .tab.tab-D {
    border-bottom: 5px solid #BE316A;
  }
  
  .tab.tab-D.is-active p, .tab.tab-D.is-active span {
    color: #BE316A;
  }
  
  .tab.tab-E {
    border-bottom: 5px solid #EDBAC2;
  }
  
  .tab.tab-E.is-active p, .tab.tab-E.is-active span {
    color: #EDBAC2;
  }
  
  .ab_flx .mgt140 {
    margin-top: 100px;
  }
  
  
  .ab_rira{
    position: relative;
  }
  .slide-in_inner.sp{
    display: none;
  }
  .ab_flx .ab_rira img{
    margin-bottom: 70px;
  }
  .img_on{
    font-weight: 800;
    line-height: 2em;
    background: #A8E0E2;
    padding: 0px 12px;
    font-size: 25px;
    color: #fff;
  }
  .pnl_h1{
  color: #292B53;
  font-weight: 600;
  margin: 20px 3px 10px;
}
.pnl_txt{
  color: #292B53;
  font-size: 14px;
  line-height: 1.5em;
}
.flex_pnl{
            display: flex;
            list-style-type: none;
            padding: 0;
            margin-right: -5px;
            flex-wrap: wrap;
            margin-top: 30px;
        }
.flex_pnl li {
  width: calc(25% - 35px);
  margin-bottom: 30px;
  text-align: center;
  margin-right: 35px;
  height: 239px;
}
.flex_pnl li:nth-child(n+5) {
  margin-top: 30px;
}     
.flex_pnl li img{
  height: 100%;
  object-fit: contain;
  
} 


.lightbox {
            display: none;
            position: fixed;
            z-index: 100000000;
            padding-top: 100px;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.9);
        }
.lightbox-content {
  position: relative;
  padding: 50px;
  width: 70%;
  background-color: white;
  display: flex;
  margin-left: auto;
  margin-right: 3%;
  overflow: auto; /
}
#lightbox-image{
  width: 39%;
  object-fit: contain;
  height: 500px;
}    
#lightbox-details{
  margin-left: 28px;
  width: 60%;
}
#lightbox-details h1{
  text-align: left;
  margin-bottom: 15px;
  font-weight: bolder;
  font-size: 24px;
}  
#lightbox-details span {
  display: block;
  font-size: 20px;
  text-align: left;
  margin-bottom: 15px;
  font-weight: bolder;
}
#lightbox-details span span {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
  margin-left: 9px;
}
#lightbox-details p {
  color: #2B3299;
  line-height: 2em;
  text-align: left;
}   
#double .sub_box_001 dl {
  border: 1px solid;
  padding: 2% 2% 0%;
} 
        .close {
            position: absolute;
            top: 10px;
            right: 25px;
            color: #aaa;
            font-size: 35px;
            font-weight: bold;
            transition: 0.3s;
        }
        .close:hover,
        .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }
        .tab_eara h1{
  font-size: 27px;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}
.swiper-container {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  max-width: 100%;
  height: auto;
}
.swiper-slide {
  font-size: 14px ;
  font-weight: 800;
}
@media (max-width: 1350px) {

  .lightbox-content {
    margin: unset;
    width: 63%;
  margin-left: auto;
  margin-right: 8%;

}
#lightbox-details span span {
  margin-top: 10px;
  display: block;
  margin-left: 0px;
}}
@media (max-width: 1050px) {

  .lightbox-content {
    width: 59%;
    margin-right: 5%;
    padding: 30px;
  }
  #lightbox-details {
  width: 51%;
}
}
@media (max-width: 798px) {
  .lightbox-content {
    width: 80%;
    margin: 0 auto;
  }
  .tab_eara h1{
  font-size: 20px;
}
}

/*-------------------double eara------------------------*/
/*-------------------newfacility eara------------------------*/
.facility_common h1 {
  font-size: 107px;
  margin-bottom: 29px;
  color: #2b3299;
}

.facility_common .inner_sec {
  position: relative;
}

.facility_common span {
  font-size: 55px;
  color: #2b3299;
  border-bottom: 1px solid;
  padding-bottom: 14px;
  margin-right: 23px;
  vertical-align: top;
  font-weight: 100;
}

.facility_common p span.big_blue {
  font-size: 1.2em;
  border-bottom: none;
  font-weight: 800;
  margin: 0;
}

.fc_tit {
  font-size: 16px;
  margin-bottom: 46px;
  line-height: 2.2em;
}

.fc_right {
  position: absolute;
  right: -282px;
  top: 140px;
  z-index: 1;
}

.fc_left {
  position: absolute;
  left: -370px;
  top: 80px;
  z-index: 1;
}

.facility_002 .fc_tit {
  font-size: 16px;
  margin-bottom: 46px;
  width: 412px;
  height: 300px;
  float: right;
}

.fc_table_tit {
  padding-top: 70px;
  font-size: 30px;
  text-align: left;
  color: #292b53;
  margin-bottom: 13px;
}

.fc_table_tit span.plain_Light {
  font-size: 62px;
  border: none;
  font-weight: 800;
  color: #292b53;
  vertical-align: revert;
  padding-left: 24px;
}

.tan_eara .fc_table_tit span.plain_Light {
  padding-left: 3px;
}

.facility_001 .fc_table {
  background: #fafafa;
}

.fc_table .w_220 {
  width: 220px;
}

.fc_table .w_180 {
  width: 210px;
}

.fc_table table {
  width: 790px;
  color: #292b53;
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
  background: #fff;
}

.fc_table .bg_blue {
  color: #fff;
  background: #2b3299;
}

.fc_table .bg_f2f3 {
  color: #292b53;
  background: #f2f2f3;
}

.fc_table {
  position: relative;
}

.fc_table td {
  width: 128px;
  height: 50px;
  background: #eaeaea;
  letter-spacing: 0em;
  padding: 0 10px;
}

.fc_1_bg {
  z-index: -1;
  top: 14px;
}

.tan_eara {
  margin-top: 27px;
}

.tan_eara .fc_table_tit {
  text-align: left;
  padding-left: 96px;
}

.fc_sub_tit.fc_sub_tit {
  font-size: 30px;
  color: #292b53;
  margin-top: 60px;
}

.fc_sub_p {
  font-size: 16px;
}

#facility .clom_2_img li {
  font-size: 16px;
  color: #292b53;
  vertical-align: top;
}

#facility .clom_2_img h3 {
  font-size: 19px;
  color: #292b53;
}

#facility .clom_3_img li {
  width: 25%;
}

#facility .pc_w_780 {
  text-align: center;
}

.facility_002 h1 {
  text-align: right;
}

.facility_002 .fc_table h2 {
  text-align: center;
  clear: both;
  font-size: 30px;
  color: #292b53;
  margin-top: 45px;
  margin-bottom: 14px;
}

.facility_002 {}

.facility_002 .left {
  margin-left: 125px;
}

.ul_2_col {
  font-size: 20px;
  display: inline-block;
}

.ul_2_col li {
  font-size: 20px;
  width: 100%;
  margin-right: 60px;
}

.facility_common h1 {
  font-size: 96px;
  margin-bottom: 29px;
  color: #2b3299;
}

.facility_003 h1 {
  font-size: 96px;
}

.facility_003 span {
  font-size: 51px;
}

#facility .hg_200 li {
  min-height: 200px;
  vertical-align: text-bottom;
}

#facility .clom_3_img {
  width: 780px;
  margin: 0 auto;
}

#facility .clom_3_img li {
  width: 32.7%;
  vertical-align: top;
  min-height: 200px;
  text-align: center;
}

.center_img {
  text-align: center;
  margin-top: 20px;
}

.center_img img {
  width: 50%;
  margin: 0 auto;
}

.qa_h2 {
  background: #9EA2D1;
  color: #2B3299;
  font-weight: bold;
  font-size: 24px;
  margin-top: 30px;
}

.bg_gray {
  background: #fafafa;
  padding: 15px 50px;
  margin-top: 25px;
}

.qa_top {
  width: 150px;
  margin: 0 auto;
}

.qa_li li {
  text-align: left;
  font-size: 16px;
  text-indent: -1.3em;
  padding-left: 1.5em;
  line-height: 3em;
}

.qa_li li::before {
  content: url(../../img/q.png);
  vertical-align: -webkit-baseline-middle;
  display: inline-block;
  padding-right: 10px;
}

.qa_li li::after {
  content: url(../../img/down.png);
  vertical-align: -webkit-baseline-middle;
  display: inline-block;
  padding-left: 1.5em;
  padding-bottom: 4px;
}

.qa_con::before {
  content: url(../../img/qa_w_ico.png);
  vertical-align: -webkit-baseline-middle;
  display: inline-block;
  padding-right: 12px;
  vertical-align: sub;
}

.qa_deco::before {
  content: url(../../img/qa_deco_ico.png);
  vertical-align: -webkit-baseline-middle;
  display: inline-block;
  padding-right: 12px;
  vertical-align: sub;
}

.qa_con, .qa_deco {
  color: #2B3299;
  font-weight: bold;
  font-size: 30px;
  margin-top: 30px;
  text-align: center;
}

.qa_com_dl {
  padding-top: 50px;
}


.qa_com_dl dt {
  font-weight: 800;
  padding-top: 50px;
  line-height: 1.2em;
}

.qa_com_dl dd {
  margin-bottom: 30px;

}

.qa_com_dl dd a {
  text-decoration: underline;
}

.qa_com_dl dt:before {
  content: url(../../img/q.png);
  vertical-align: sub;
  display: inline-block;
  padding-right: 15px;
}

.qa_com_dl dd:before {
  content: url(../../img/a.png);
  vertical-align: unset;
  display: inline-block;
  margin-top: 9px;
  padding-right: 15px;
}

.qa_com_dl dd::after {
  display: block;
  content: url(../../img/qa_line.png);
  margin-left: -1.5em;
  padding-top: 25px;
}

.qa_com_dl dt, .qa_com_dl dd {
  font-size: 18px;
  text-indent: -1.3em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.qa_btn {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

/*-------------------newfacility eara------------------------*/
/*-------------------decolesseara------------------------*/
#decoless .sub_common_top .sub_com_text {
  margin-top: 60px;
}

#decoless .sub_box_002 .bg_img {
  left: -98px;
}

#decoless .sub_box_002 .bg_img {
  width: 33%;
}

#decoless .clom_2_img {
  width: 100%;
  margin-top: 86px;
}

#decoless .fast_ul {
  margin-top: 0px;
}

#decoless .clom_2_img p {
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid;
  width: 160px;
  margin-bottom: 28px;
  text-align: center;
  padding-bottom: 9px;
}

.w_300 {
  width: 300px !important;
}

#decoless p,
#decoless h1,
#decoless h2,
#decoless h3,
#decoless span {
  font-family: ryo-text-plusn, serif;
  font-weight: 400;
  font-style: normal;
}

#decoless span.plain {
  font-family: "plain", sans-serif;
  font-style: normal;
  letter-spacing: 0em;
  font-weight: 100;
}
#decoless .inner_b_002 p {
  min-height: auto;
  margin-bottom: 30px;
}
.fff_box {
  font-size: 28px;
  color: #fff;
  border: 1px solid;
  clear: both;
  width: 200px;
  text-align: center;
}

.fff_box002 {
  margin-top: 150px;
}

.fff_box003 {
  margin-top: 150px;
  width: 330px;
  text-align: center;
}

#decoless .clom_2_img li {
  width: 54%;
  vertical-align: top;
}

#decoless .deco_R li:first-child {
  width: 43%;
  text-align: left;
}

#decoless .deco_R li:first-child a img {
  width: 160px;
}

#decoless .deco_R li img.yajirushi {
  width: 88px;
  display: inline-block;
  margin-bottom: 62px;
  margin-left: 35px;
}

#decoless .deco_R li img.yajirushi002 {
  width: 58px;
  display: inline-block;
  margin-bottom: 62px;
  margin-left: 35px;
}

#decoless .deco_L li:nth-child(2) {
  width: 43%;
  text-align: right;
}

#decoless .deco_L li:nth-child(2) a img {
  width: 160px;
}

#decoless .deco_L li img.yajirushi {
  width: 88px;
  display: inline-block;
  margin-bottom: 62px;
  margin-right: 35px;
}

#decoless .deco_L li img.yajirushi002 {
  width: 58px;
  display: inline-block;
  margin-bottom: 62px;
  margin-right: 35px;
}

#decoless .deco_L li p {
  margin-left: 173px;

}



#thin_model {
  padding-bottom: 100px;
  padding-top: 30px;
}

#decoless #thin_model .fast_ul {
  margin-top: 50px;
}

#decoless #thin_model .clom_2_img li:nth-child(2) {
  width: 52%;
  padding-left: 15px;
}

#decoless #thin_model .deco_R li:first-child a img {
  width: 90%;
}

#decoless #thin_model .kakomi_f {
  border: #fff 1px solid;
  padding: 10px;
  font-size: 1em;
  width: 100%;
  margin-top: 12px;
  box-sizing: border-box;
}

/*cssのみlightbox風*/
.lb {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.3s opacity ease;
  pointer-events: none;
  z-index: 100;
}

.lb img {
  width: auto !important;
  max-height: 100% !important;
  cursor: pointer;
}

.lb img,
.lb iframe {
  transform: scale(0.85);
  transition: 0.3s all ease;
}

.lb:target {
  opacity: 1;
  pointer-events: auto;
  z-index: 101;
}

.lb:target img,
.lb:target iframe {
  transform: scale(1);
}

/* なんちゃって閉じるボタン*/
.lb::before,
.lb::after {
  display: block;
  position: fixed;
  content: "";
  width: 24px;
  height: 3px;
  top: 24px;
  right: 12px;
  background: #fff;
  border-radius: 4px;
}

.lb::before {
  transform: rotate(-315deg);
}

.lb::after {
  transform: rotate(315deg);
}
@media screen and (max-width: 980px) {
  .pc_w_780 {
    width: 95%;}
}
/*-------------------decolesseara------------------------*/
/*-------------------company_eara------------------------*/
.com_img {
  border-bottom: 3px solid;
  margin-top: 49px;
  padding: 9px 0;
}

.name {
  font-size: 30px;
  text-align: right;
  width: 58%;
  display: inline-block;
  margin-right: 47px;
  vertical-align: top;
  letter-spacing: 0.3em;
}

.name span {
  font-size: 20px;
  display: block;
}

.name_img {}

#company dl {}

#company dt {
  float: left;
  clear: left;
  margin-right: 1.5em;
  width: 120px;
}

#company dd {
  float: left;
  margin-left: 1em;
  line-height: 3em;
  margin-top: -7px;
}

.com_dl_001 {}

.com_dl_001 dt {
  font-size: 16px;
  color: #2b3299;
  font-weight: 600;
}

.com_dl_001 dd {
  font-size: 16px;
  width: 570px;
}

.dl_001 dd span {
  font-weight: 600;
  font-size: 18px;
  color: #be316a;
}

.kyoten h1.ft25 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

#company .kyoten p {
  clear: both;
  font-weight: 800;
  font-size: 18px;
  margin: 40px 0;
}

#company .kyoten dl {
  width: 55%;
}

#company .kyoten dt {
  width: 81px;
  margin-right: 10px;
}

#company .kyoten dt img {
  width: 70px;
}

#company .kyoten .dl_001 dt {
  margin-top: 0px;
}

#company .kyoten dd {
  font-size: 16px;
  letter-spacing: 0em;
  margin-left: 0em;
  line-height: 2em;
  margin-bottom: 47px;
}

#company .kyoten dl.dl_002 {
  float: right;
  width: 40%;
}

.form_text {
  text-align: left;
  font-size: 16px;
  width: 780px;
  margin: 0 auto;
}

.form_text p {
  font-size: 18px;
}

.form_text span {
  color: #be316a;
  border-bottom: 1px solid;
}

.form_text span {
  color: #be316a;
  border-bottom: 1px solid;
  _text-decoration: none;
}

a:visited {
  _text-decoration: none;
}

.form_text span a {
  color: #be316a;
}

.form_text li {
  font-size: 14px;
  list-style: disc;
  margin-top: 10px;
  line-height: 1.4em;
  margin-left: 12px;
}

.Form {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.Form input,
.Form textarea {
  margin-left: 28px;
  padding: 9px 52px 14px;
  font-size: 16px;
  vertical-align: text-top;
}

.Form .btn {
  margin-bottom: 100px;
  text-align: center;
}

.pp_eara ul li {
  list-style: disc;
  font-size: 15px;
  margin-left: 15px;
}

#company .kyoten .pp_eara p {
  font-weight: 400;
  font-size: 15px;
  margin: 30px 0;
}

#company .kyoten .pp_eara .font_b {
  clear: both;
  font-weight: 800;
  font-size: 18px;
  margin: 40px 0;
}

#company .kyoten .pp_eara h2 {
  border-bottom: 1px solid;
  padding-bottom: 3px;
}

#company .kyoten .pp_eara h3 {
  font-size: 15px;
  font-weight: 600;
}

.privacy_doui {
  text-align: center;
  margin-bottom: 22px;
}

.privacy_doui p {
  font-size: 15px;
}

.privacy_doui .p_text {
  text-align: center;
  margin: 18px 0;
  vertical-align: baseline;
}

.qa_h2 {}


/*-------------------YouTube------------------------*/

.youtube_li {
  width: 100%;
  margin: 0 auto;
  padding-top: 70px;
}

#decoless .clom_2_img .youtube_li li {
  width: 48%;
  display: inline-block;
}

.youtube_li li video {
  height: auto;
  width: 100%;
}

#youtube4 ul.youtube_li li {
  width: 48%;
  vertical-align: top;
}


/*-------------------YouTube------------------------*/

/*-------------------TOPIX------------------------*/
#topics .sub_common_top .inner_sec {
  padding-bottom: 0px;
}

#topics .sub_common_top h1 {
  font-size: 42px;
  color: #2c3396;
  line-height: 2em;
  margin-bottom: 58px;
  margin-top: 17px;
}

#topics .sub_text {
  clear: both;
  font-weight: 800;
  font-size: 18px;
  margin: 40px 0;
}

/*-------------------TOPIX------------------------*/

/*-------------------MATERIALS------------------------*/

.slant-bg {
  width: 100%;
  margin: 0;
  padding: 30px 0;
  position: relative;
}



.slant-bg::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 114px;
  left: 0;
  right: 0;
  background-color: #e2e2e2;
  transform: skewY(-7deg);
  z-index: -1;
}

#mate .com_tit {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

#mate .com_tit .en {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  display: block;
  letter-spacing: 0.05em;
}

.com_tit2 {
  color: #2B3299;
  font-size: 30px;
  text-align: center;
}

.feature {
  font-size: 20px;
  border-bottom: 2px solid;
  padding-bottom: 0px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}

.explanatory {
  font-size: 20px;
  line-height: 1.25em;
}

.com_mate .li4 {
  margin-top: 50px;
}


.com_mate .li4 li:nth-child(2) img {
  width: 97%;
}

.com_mate .li4 li:nth-child(3) img {
  width: 98%;
}

/*-------------------MATERIALS------------------------*/

.mgb75 {
  margin-bottom: 75px;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}

.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 14px;
  background: #2b3299;
  color: #fff;
  padding: 9px;
  min-width: 209px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  margin-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #be316a;
  color: #fff;
  font-size: 12px;
  float: right;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

#topics .wp_single .inner_sec {
  padding-bottom: 75px;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.oldtopic {
  margin-top: 10px;
  text-align: right;
}

/*-------------------company_eara------------------------*/



/*------------------technology  eara------------------------*/
.tec_eara .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.tec_eara .clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.tec_eara .clearfix {
  display: block;
}

.common_hight {
  height: 300px;
}

.tec_eara p {
  font-size: 14px;
}

.tec_eara .l_img {
  float: left;
  width: 32%;
}

.tec_eara .l_img img, .tec_eara .r_img img {
  height: 300px;
  object-fit: contain;

}

.tec_eara .r_img img {
  display: block;
  margin-left: auto;
}

.bg_snk_l {
  background-image: url(../../img/sankaku_r);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;

}

.r_txt_eara {
  width: 67%;
  margin-left: auto;
  float: right;
}

.tec_eara .r_img {
  float: right;
  width: 32%;
}

.tech_h3 {
  width: 65%;
  font-size: 40px;
  font-weight: 100;
  border-bottom: 1px solid #2B3299;
  color: #2B3299;
  text-align: center;
}

.tech_h3+span {
  display: block;
  border: none;
  font-size: 37px;
  width: 65%;
  text-align: center;
  color: #2B3299;
}

.wid50 .tech_h3 {
  width: 34%;
}

.wid50 .tech_h3+span {
  width: 34%;
}

.wid75 .tech_h3 {
  width: 75%;
}

.wid75 .tech_h3+span {
  width: 75%;
}

.tec_eara .r_img {
  float: right;
  width: 32%;
}

.bg_snk_r {
  background-image: url(../../img/sankaku_l);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;

}

.l_txt_eara {
  width: 67%;
  margin-right: auto;
  float: left;
}

.kana_kanri {
  margin-top: 30px;
}

.kana_kanri li {
  vertical-align: text-top;
  width: 43%;
  margin-right: 13%;
  font-size: 14px;
}

.kana_kanri li span {
  font-weight: 800;
  display: block;
  font-size: 16px;
}

.qua_li li {}

.qua_box .tech_h3, .qua_box .tech_h3+span {
  margin: 0 auto;
}

.li_insp {
  background-image: url(../../img/tech_006.png);
  background-repeat: no-repeat;
  background-size: cover;

}

.li_24 {
  background-image: url(../../img/tech_007.png);
  background-repeat: no-repeat;
  background-size: cover;

}

.qua_img {
  margin: 35px auto;
  display: block;
}

.qua_li li {
  padding: 4% 4% 10%;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  vertical-align: text-top;
  height: 400px;
}

.qua_li li.li_24 {
  padding: 4% 4% 23.5%;
}

.qua_li .tech_h3, .qua_li .tech_h3+span {
  color: #fff;
  margin: 0 auto;
  display: block;

}

.qua_li .tech_h3 {
  border-bottom: 1px solid #fff;
  display: block;
  font-size: 28px;
}

.tech_h2 {
  font-size: 35px;
  text-align: center;
  margin-top: 50px;
}

.tech_h2 span {
  font-weight: 800;
}




.bnr_eara .inner_sec img {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: inline-block;
  box-shadow: 3px 3px 0px 0px #5375bd;
}
@media (max-width: 798px) {.bnr_eara .inner_sec a img {  box-shadow: none;}}
.bnr_eara .inner_sec img:hover {
  transform: translateY(2px); 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset; 
}
.bnr_eara .inner_sec .bnr_flex{
  display: flex; gap: 10px; margin-top: 0px;
}
@media (max-width: 798px) {.bnr_eara .inner_sec .bnr_flex {  margin-top: 10px;flex-direction: revert;}
.bnr_eara .inner_sec .bnr_flex a{  flex: 1; width: 49%;}
}
@media (max-width: 1150px) {
  .inner_sec {
    width: 97%;
  }
  .tech_h3 {
    font-size: 30px;
  }

  .tech_h2 {
    font-size: 26px;
  }

  .sub_common_top h1 {
    font-size: 40px;
  }

  .kana_kanri li {
    margin-right: 5%;
  }
  .blue_top h2 br:first-child{
    display: none;
  }
  .blue_top {
    width: 302px;
    top: 27%;
    left: 34%;
    height: 233px;
  }
}

@media (max-width: 900px) {
  .h_line ul li {
    width: 19%;
  }

  .h_line ul li.tel_eara {
    width: 33%;
  }

  .kana_kanri li {
    vertical-align: text-top;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 3%;
  }

  .qua_li li.li_24 {
    padding: 2% 2% 10.5%;
  }

  .qua_li li {
    font-size: 12px;
  }
  .toc .flex02 li {
    width: 48%;
    font-size: 14px;
  }
  .has_bg {
    width: 95%;
  }
  .has_bg .hbg_tit {
    width: 80%;
  }
}

@media (max-width: 698px) {
  .tech_h3 {
    font-size: 20px;
  }
  .has_bg .hbg_tit {
    font-size: 14px;
    width: 90%;
  }
  .has_bg ol {
    flex-flow: column-reverse;
  }
  .has_bg ol li:nth-child(2) {
    width: 62%;
    margin-bottom: 15px;
  }
  .has_bg ol li:nth-child(1) {
    width: 100%;
  }

#double .comon_h {
  font-size: 24px;
  line-height: 1.5em;
}
}

@media (max-width: 480px) {
  .common_hight {
    height: auto;
  }

  .r_txt_eara {
    width: 65%;
  }

  .wid50 .tech_h3 {
    width: 100%;
  }

  .wid75 .tech_h3 {
    width: 100%;
  }

  .tech_h3 {
    width: 100%;
    font-size: 20px;
  }

  .wid50 .tech_h3+span {
    width: 100%;
  }

  .tec_eara .l_img img, .tec_eara .r_img img {
    height: auto;
  }

  .wid75 .tech_h3+span {
    width: 100%;
  }

  .tech_h3+span {
    width: 100%;
  }

  .kana_kanri li {
    vertical-align: text-top;
    width: 48%;
    margin-right: 1%;
    font-size: 12px;
  }

  .qua_li li {
    width: 100%;

  }

  .tech_h2 {
    font-size: 20px;
  }

  .common_hight img {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  .h_line h1 {
    font-size: 14px;
  }
  .normal_box li {
    vertical-align: text-top;
    width: 47%;
    display: inline-block;
  }

  .normal_box .dm_sam {
    height: 150px;
  }

  .back_dm .dm_sam {
    border: 4px #2b3299 solid;
  }

  #dm_bnm img {
    width: auto;
  }

  .back_dm .day {
    margin: auto;
  }

  .back_dm .pickup {
    font-size: 10px;
    margin-top: 5px;
  }

  .back_dm .dm_sam {
    width: 96%;
    height: 150px;
  }

  #topics .post .topic img {
    width: 45px;
  }


  .sp_br {
    display: block;
  }

  #topics .sub_common_top h1 {
    font-size: 20px;
  }

  #topics .nl-container {
    margin-left: 0%;
    background-color: #fff !important;
  }

  .news_eara .topic span {
    font-size: 10px;
  }

  .oldtopic img {
    width: 10px;
    vertical-align: middle;
  }

  .p_left {
    width: 100%;
    float: none;
    text-align: left;
    line-height: 2.2em;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .fnt16 {
    font-size: 12px;
  }

  .mgb75 {
    margin-bottom: 35px;
  }

  #main_content {
    width: 100%;
    position: unset;
  }

  #header_bx {
    position: fixed;
    z-index: 1;
    width: 89%;
    background: none;
  }

  #side {
    display: none;
  }

  .inner_sec {
    width: 94%;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .reason .inner_sec {
    width: 97%;
  }

  .fff_btn {
    font-size: 10px !important;
  }

  .fff_btn img {
    width: 4%;
    vertical-align: middle;
  }

  .benefits .fff_btn {
    width: 94%;
    margin-top: 35px;
  }

  #drawer-checkbox {
    display: none;
  }

  #sp_h_menu_bx h1 {
    background: #be316a;
    color: #fff;
    height: 27px;
    width: 53%;
    padding: 2px 10px 0 0px;
    box-sizing: border-box;
    font-size: 10px;
    margin-left: 50px;
    text-align: center;
  }

  #sp_h_menu_bx .tel_eara {
    background: #2b3299;
    font-size: 11px;
    padding: 0;
    margin-left: 27px;
    width: 42%;
    float: right;
    margin-top: -27px;
    height: 27px;
    box-sizing: border-box;
    padding-left: 8px;
    padding-top: 7px;
    letter-spacing: 0.1em;
  }

  #sp_h_menu_bx .tel_eara a {
    color: #fff;
  }

 .h_logo {
    width: 100%;
    margin-left: 60px;
    text-align: center;
    padding: 7px 0 5px;
    background: #fff;
  }
  #sp_h_menu_bx .tel_eara img {
    width: 9%;
    vertical-align: middle;
    padding-top: 0px;
    padding-left: 7px;
  }

  #sp_h_menu_bx .h_logo img {
    width: 7%;
  }

  .sp-topimage {
    margin-top: 59px;
  }

  #sp_h_menu_bx {
    box-shadow: none;
    width: 100%;
    height: 0px;
    position: fixed;
    display: block;
    z-index: 5;
    background: #fff;
    border: none;
  }

  .menu_tit span {
    font-size: 9px;
    color: #fff;
    padding-right: 5px;
    letter-spacing: 0.1em;
  }

  .menu_tit {
    font-size: 6px;
    color: #fff;
    margin: 23px auto;
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 25px;
    width: 80%;
  }

  .sp_copy {
    text-align: center;
    font-size: 10px;
    color: #fff;
    font-weight: 100;
    margin-top: 5px;
  }

  .dw_li {
    background: #2b3299;
  }

  .dw_li li {
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    line-height: 2.2em;
    letter-spacing: 0.3em;
  }

  .dw_li li a {
    color: #fff;
  }

  #drawer-content {
    z-index: 40;
  }

  #drawer-close {
    z-index: 39;
  }

  /* ドロワー5（閉じるボタン増やす） */
  #drawer-checkbox5 {
    display: none;
  }

  #drawer-icon5 {
    cursor: pointer;
    display: block;
    height: 64px;
    margin-top: -64px;
    position: relative;
    width: 60px;
    background: #2b3299;
  }
  #drawer-icon5 span {
    background: #fff;
    border-radius: 0px;
    display: block;
    height: 2%;
    left: 59%;
    margin: 0% 0 0 -42%;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease-in-out;
    width: 63%;
  }

  #drawer-icon5 span::before,
  #drawer-icon5 span::after {
    -webkit-transform: rotate(0);
    background: #fff;
    border-radius: 0px;
    content: "";
    display: block;
    height: 100%;
    left: 51%;
    margin: 0% 0 0 -52%;
    margin-top: 0%;
    position: absolute;
    top: 48%;
    transform: rotate(0);
    transition: all 0.3s ease-in-out;
    width: 100%;
  }

  #drawer-icon5 span::before {
    margin-top: -28%;
  }

  #drawer-icon5 span::after {
    margin-top: 19%;
  }

  #drawer-checkbox5:checked~#drawer-icon5 span {
    background: rgba(51, 51, 51, 0);
  }

  #drawer-checkbox5:checked~#drawer-icon5 span::before,
  #drawer-checkbox5:checked~#drawer-icon5 span::after {
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin: -8% 0 0 -42%;
    position: absolute;
    top: 50%;
    width: 100%;
  }

  #drawer-checkbox5:checked~#drawer-icon5 span::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #drawer-checkbox5:checked~#drawer-icon5 span::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #drawer-content5 {
    display: auto;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    width: 350px;
    max-width: 90%;
    height: 100%;
    background: #2b3299;
    transition: all 0.3s ease-in-out 0s;
    transform: translateX(-100%);
  }

  #drawer-checkbox5:checked~#drawer-content5 {
    transform: translateX(0);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
  }

  #drawer-close5 {
    display: none;
    position: fixed;
    z-index: 39;
    top: 65%;
    left: 39%;
    width: 12%;
    height: auto;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
  }

  #drawer-checkbox5:checked~#drawer-close5 {
    display: block;
    opacity: 0.3;
  }

  .btn {
    color: #fff;
    font-size: 60px;
    text-align: center;
    display: block;
    margin-top: 20px;
  }

  .btn span.plain {
    font-size: 12px;
    display: block;
    margin-top: -16px;
    color: #fff;
    letter-spacing: 0.1em;
  }

  .news_eara {
    padding: 5px 6px;
    float: none;
    clear: both;
  }

  .news_eara .topic img {
    width: 16%;
  }

  .news_eara .topic {
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .news_eara .topic img.event {
    width: 10%;
  }

  .benefits h1 {
    font-size: 26px;
  }

  .benefits p {
    font-size: 18px;
  }

  .benefits h1 span {
    font-size: 20px;
  }

  .advantage h1 span {
    font-size: 20px;
  }

  .advantage h1 {
    font-size: 30px;
    color: #2b3299;
  }

  .advantage li {
    text-align: center;
  }

  .advantage h2 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: -6px;
  }

  .advantage p {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }

  .bene_3 ul {
    width: 94%;
    margin: 0 auto;
  }

  .bene_3 ul li span {
    font-size: 22px;
  }

  .bene_3 ul li {
    font-size: 20px;
    padding: 0 10px;
    margin-top: 37px;
    margin-bottom: 16px;
  }
  .pink_btn {
    text-align: center;
  }
  .advantage p.pink_btn {
    text-align: center;
  }
  .advantage p {
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    color: #292b53;
  }

  .advantage li:first-child {
    background-position: right;
    background-position-x: -481px;
  }

  .advantage li:nth-child(2) {
    text-align: center;
    background-position-x: -85px;
  }

  .advantage li:nth-child(3) {
    background-position: right;
    background-position-x: -481px;
  }

  .top_prod h1 {
    font-size: 20px;
  }

  .top_prod h1 span.bg_f {
    font-size: 19px;
  }

  .top_prod h1 .ft {
    font-size: 22px;
    line-height: 1.4em;
  }

  .top_prod .tp_tit span {
    font-size: 35px;
    width: 60%;
    margin: 0 auto;
    padding-top: 15px;
  }

  .top_prod .tp_left {
    width: 94%;
    float: none;
    margin-top: 27px;
    margin-right: 0px;
    font-size: 14px;
  }

  .top_prod img {
    margin-top: 0px;
    width: 50%;
    margin: 22px auto;
    display: block;
  }

  .fff_btn {
    font-size: 13px !important;
  }

  .benefits .fff_btn {
    font-size: 13px !important;
  }

  .blue_btn {
    font-size: 13px !important;
  }

  .top_prod .blue_btn {
    width: 94% !important;
  }

  .blue_btn img {
    width: 5%;
    display: inline-block;
    margin: 0;
  }

  .bnr {
    width: 80% !important;
  }

  .top_patented h1 span {
    font-size: 31px;
    padding-bottom: 0px;
    display: block;
    width: 72%;
  }

  .top_patented h1 span.space {
    display: inline;
    margin-right: 5px;
  }

  .top_patented h2 {
    font-size: 22px;
    color: #2b3299;
    margin-top: 20px;
    line-height: 1.15em;
  }

  .tp_box .tp_left {
    width: 94%;
    margin-bottom: 0px;
    float: none;
  }

  .top_patented .blue_btn {
    width: 99%;
    padding: 7px;
    margin-top: 35px;
    text-align: center;
    letter-spacing: 0em;
  }

  .tp_box .tp_right {
    display: block;
    text-align: center;
  }

  .tp_box .tp_right img {
    width: 58%;
    position: unset;
    margin: -14px auto 0;
  }

  .top_patented .blue_btn {
    width: 98% !important;
  }

  .top_company .inner_sec {
    width: 94%;
    text-align: left;
    margin-right: 0px;
  }

  .top_company h1 span {
    font-weight: 100;
    font-size: 23px;
  }

  .top_company {
    clear: both;
    background: url("../../img/top_com.png") no-repeat;
    background-position-x: -51px;
    background-position-y: 338px;
    padding-bottom: 15px;
    background-size: 70%;
  }

  .top_company h3 {
    font-size: 14px;
  }

  .top_company h2 {
    font-weight: 100;
    font-size: 23px;
  }

  .sp_f_s {
    font-size: 18px;
  }

  .top_company .tp_text {
    font-weight: 100;
    font-size: 12px;
    color: #292b53;
  }

  .top_company .sp_mg {
    margin-left: 34%;
    display: block;
  }

  .top_patented h1 {
    font-size: 62px;
  }

  #topics h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  #topics p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .top_patented h1.span_ja {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5em;
  }

  .top_patented .bnr {
    width: 100% !important;
  }

  #mate .li4 li {
    display: inline-block;
    width: 47%;
  }

  #mate .sub_obi h1 span.font_b {
    font-size: 26px;
    font-weight: 100;
    letter-spacing: 0em;
  }

  #topics .sub_text {
    font-size: 15px;
  }

  #footer img,
  #sub_footer img {
    width: 14%;
  }

  .top_company .blue_btn {
    width: 94%;
    text-align: center;
    background: #fff;
    margin: 0 auto;
    margin-top: 145px;
    margin-right: 10px;
    margin-left: -12px;
  }

  .old_topics h1 img {
    vertical-align: bottom;
    margin-right: 23px;
    width: 30%;
    margin-bottom: 4px;
  }

  .old_topics li .topic img {
    padding: 0 9px;
    width: 10%;
  }

  .old_topics li {
    margin: 10px 0px;
  }

  .old_topics li .topic {
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .add_01 {
    font-size: 22px;
  }

  .add_02 {
    font-size: 12px;
  }

  #f_pagetop_sp {
    display: block;
    text-align: left;
    padding: 0 0 40px 0;
    float: left;
    width: 125%;
  }

  .pan_eara p img {
    padding-right: 8px;
    vertical-align: text-top;
    width: 3.5%;
  }

  .sub_obi h1 span.plain {
    font-size: 25px;
  }

  .sub_obi h1 {
    letter-spacing: 0.2em;
    line-height: 1.5em;
    font-size: 20px;
    display: block;
  }

  .sub_obi h1 span.font_b {
    font-size: 35px;
    font-weight: 100;
  }

  .sub_obi .inner_sec {
    margin-left: 35px;
  }

  #product .sub_obi h1 span.font_b {
    display: block;
    margin-top: 16px;
  }

  .pan_eara {
    margin-top: 64px;
    padding-left: 50px;
    padding-bottom: 2px;
  }

  .sub_common_top h1 span {
    font-size: 23px;
    display: block;
    color: #2c3396;
    margin-bottom: 10px;
    line-height: 1.5em;
  }

  #prod .sub_common_top h1 {
    font-size: 28px;
  }

  .sub_common_top h1 {
    font-size: 35px;
  }

  .sub_common_top img {
    width: 52%;
  }

  .sub_common_top .bene_3 li span {
    font-size: 21px;
    font-weight: 100;
    margin-bottom: 3px;
  }

  .sub_common_top .sub_com_text {
    width: 76%;
  }

  .sub_box_001 h1 {
    font-size: 20px;
    margin-bottom: 34px;
  }

  .sub_box_001 h2 {
    font-size: 22px;
    margin-bottom: 87px;
    text-align: center;
    line-height: 1.2em;
    font-weight: 800;
  }

  #prod .sub_box_001 p {
    margin-bottom: 70px;
    width: 88%;
    margin: 0 auto;
    font-size: 12px;
  }

  .sub_box_001 h2 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 42px;
  }

  .sub_box_002 .inner_b_002 h1 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .sub_box_002 .inner_b_002 span .sub_box_002 .inner_b_002 span {
    font-size: 30px;
    margin-left: 145px;
  }

  #prod .sub_box_002 .bg_img {
    left: -50px;
    width: 52%;
    top: 319px;
  }

  .sub_box_002 .inner_b_002 {
    width: 96%;
    float: none;
    margin-top: 15px;
  }

  .sub_box_002 .inner_b_002 p {
    font-size: 16px;
    text-align: left;
    min-height: 300px;
    width: 61%;
    margin-left: 44%;
  }

  #prod .clom_2_img {
    width: 680px;
    margin: 0 auto;
    color: #fff;
  }

  #prod .clom_2_img {
    width: 94%;
  }

  #prod .clom_2_img {
    width: 83%;
    margin: 0 auto;
    color: #fff;
    margin-top: 43px;
    text-align: center;
  }

  #prod .clom_2_img li {
    color: #fff;
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }

  #prod .clom_2_img li img {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  #prod .sub_box_002 .inner_b_002 span {
    line-height: 1.1em;
  }

  #prod .clom_2_img li.yajirushi_in {
    width: 70%;
  }

  #prod .clom_2_img .yaji_img {
    display: block;
    margin: 16px auto 17px;
    width: 7%;
    transform: rotate(90deg);
  }

  #prod .reason h1 {
    font-size: 30px;
    letter-spacing: 0em;
  }

  .reason h1 {
    font-size: 31px;
    width: 100%;
  }

  .reason h1 span.small_tixt {
    font-size: 22px;
    display: block;
    line-height: 1em;
  }

  .reason h1 span.Deuts {
    font-size: 61px;
  }

  .reason .common_chos h2 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.5em;
  }

  .reason .common_chos {
    height: 490px;
    padding-top: 15px;
    position: relative;
  }

  .reason .common_chos p {
    font-size: 13px;
    padding-top: 20px;
  }

  .common_chos img {
    bottom: 0px;
    top: auto;
  }

  .reason .choosing002 {
    background: #2b3299;
    height: 505px;
    margin-left: -74px;
  }

  .reason .choosing002 .sp {
    width: 84%;
    right: 0;
  }

  .reason .blue_base {
    color: #fff;
    padding-left: 77px;
  }

  #facility .inner_sec {
    width: 94%;
  }

  #facility .sub_obi h1 span.font_b {
    display: block;
    margin-top: 13px;
  }

  #facility .clom_3_img {
    text-align: center;
  }

  .facility_common h1 {
    font-size: 61px;
    margin-bottom: 11px;
  }

  .facility_common span {
    font-size: 31px;
    color: #2b3299;
    padding-bottom: 0px;
    margin-right: 23px;
    display: block;
    width: 68%;
  }

  .fc_tit {
    font-size: 14px;
    margin-bottom: 46px;
    line-height: 1.72em;
    width: 50%;
  }

  .fc_right {
    position: absolute;
    right: -173px;
  }

  .fc_table_tit {
    font-size: 20px;
  }

  .fc_table_tit span.plain_Light {
    font-size: 43px;
    border: none;
    font-weight: 800;
    color: #292b53;
    vertical-align: revert;
    padding-left: 5px;
    display: inline;
    letter-spacing: 0em;
    margin-right: 4px;
  }

  .fc_table table {
    width: 94%;
    color: #292b53;
    text-align: center;
    font-size: 11px;
    margin: 0 auto;
  }

  .fc_table td {
    height: 35px;
    padding: 0 3px;
  }

  .clom_2_img {
    max-width: 94%;
    min-width: 94%;
    margin: 0 auto;
  }

  .pc_w_780 {
    width: 94%;
    margin: 0 auto;
    padding: 35px 0;
    clear: both;
  }

  .clom_2_img li {
    width: 49%;
  }

  .clom_3_img {
    max-width: 94%;
    min-width: 94%;
    margin: 0 auto;
  }

  .clom_3_img li {
    width: 49%;
  }

  .clom_5_img {
    max-width: 94%;
    min-width: 94%;
    margin: 0 auto;
  }

  .clom_5_img li {
    width: 49%;
  }

  .tan_eara .fc_table_tit {
    text-align: left;
    padding-left: 0px;
  }

  .fc_sub_tit.fc_sub_tit {
    font-size: 22px;
    margin-top: 40px;
  }

  #facility .clom_2_img li {
    font-size: 12px;
  }

  #facility .clom_2_img h3 {
    font-size: 15px;
  }

  .fc_sub_p {
    font-size: 14px;
  }

  #facility .clom_3_img li {
    width: 49%;
    min-height: 165px;
    vertical-align: bottom;
  }

  .facility_002 h1 {
    text-align: center;
  }

  .fc_left {
    position: absolute;
    left: -37px;
    top: 80px;
    z-index: 1;
    width: 42%;
  }

  .facility_common h1 {
    font-size: 61px;
    margin-bottom: 11px;
    margin-left: 0%;
  }

  .facility_002 h1 {
    margin-left: 39%;
  }

  .facility_002 .fc_tit {
    font-size: 12px;
    margin-bottom: 26px;
    width: 100%;
    height: auto;
    float: right;
  }

  .facility_002 .fc_table h2 {
    font-size: 22px;
    color: #292b53;
    margin-top: 45px;
    margin-bottom: 0px;
  }

  .ul_2_col {
    font-size: 20px;
    display: inline-block;
  }

  .ul_2_col li {
    font-size: 12px;
    width: 100%;
    margin-right: 2px;
  }

  .facility_002 .left {
    margin-left: 0px;
    margin-left: 12%;
    margin-top: 13px;
  }

  #f_menu_sp img {
    display: none;
  }

  .tg td {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
    width: 8%;
    letter-spacing: 0em;
  }

  #double .inner_sec {
    width: 94%;
  }

  #double .sub_common_top .sub_com_text {
    width: 94%;
    font-size: 14px;
    margin-top: 48px;
  }

  #double .sub_obi h1 span.font_b {
    display: block;
    margin-top: 13px;
  }

  #double .blue_btn {
    width: 94%;
  }

  #double .reason h1 {
    font-size: 31px;
    width: 94%;
  }

  #double .reason h1 span.Deuts {
    font-size: 61px;
  }

  #double .reason .double_tit {
    font-size: 14px;
    margin-bottom: 15px;
    width: 94%;
  }

  #double .blue_btn {
    margin-top: 20px;
  }

  #double .reason .common_chos h2 {
    font-size: 21px;
  }

  #double .reason .common_chos .hiw_img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  #double .reason .common_chos .hiw_no {
    right: -20px;
    z-index: -1;
  }

  #double .reason .common_chos {
    height: 529px;
    position: relative;
  }

  #double .reason .common_chos .white_base {
    width: 174px;
    position: absolute;
    left: 4px;
    bottom: 128px;
    z-index: 1;
    top: 228px;
  }

  #double_ex .li5 li {
    margin-right: 0%;
    font-size: 10px;
    width: 32%;
  }

  .exnew_h1 span {
    display: block;
    font-size: 16px;
  }

  .exnew_h1 {
    font-size: 24px;
  }

  .panel_area .tan_u_tit {
    font-size: 18px;
  }

  .panel_area .pane_tit {
    font-size: 18px;
    line-height: 1.5em;
  }

  .panel_area .pane_tit .Deuts {
    font-size: 37px;
  }

  .tab_area p {
    margin: 10px 0;
  }

  #double_ex .merit_double .mer_3 li {
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
  }

  #double_ex .exam_width {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 35px;
  }

  #double_ex .exam_width .inner_sec {
    width: 100%;
    padding-top: 0px;
  }

  #double_ex .merit_double {
    padding: 25px;
  }

  #double_ex .merit_double h2.merit_tit {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
  }

  #double_ex .merit_double .mer_3 li.merit_double .mer_3 li {
    font-size: 18px;
    width: 100%;
    margin: 0 auto;
  }

  #double_ex .exm_btn ul li .btn:hover {
    position: relative;
    text-decoration: none;
  }

  #double_ex .exm_btn ul li .btn span {
    display: none;
    position: absolute;
    top: -5em;
    left: 150px;
  }

  #double_ex .exm_btn ul li .btn:hover span {
    border: none;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    width: 300px;
  }

  #double_ex .under_img {
    color: #292b53;
    text-align: center;
    padding-top: 8px;
  }

  #double_ex .tan_box {
    border: none;
    padding: 5px;
    border-radius: 0;
    margin-bottom: 75px;
  }
  #double .hiw_box {
    width: 100%;
  }
  #double .hiw_box .img_eara {
    width: 100%;
    text-align: center;
    float: none;
    margin-top: 15px;
  }
  .new_box_left {
    width: 100%;
    display: block;
  }

  .box_yaji {
    width: 22%;
    display: block;
    vertical-align: top;
    padding: 0 10px;
    margin: 0 auto;
  }

  .ner_boxright {
    width: 100%;
    display: block;
  }

  #double_ex .sub_box_001 h1 {
    font-size: 23px;
    margin-bottom: 0px;
  }

  #double_ex .panel_area p.h1_txt {
    font-size: 20px;
    margin-bottom: 0px;
  }

  #double_ex .exam_width .new_merit_box h2 {
    font-size: 20px;
    padding: 6px 0;
  }

  #double_ex .sub_box_001 h2 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
  }


  #double_ex .button {
    display: none;
  }

  #double_ex .yajirushi img {
    width: 100%;
    transform: none;
  }

  #double_ex .box_befor .yajirushi {
    width: 100%;
    transform: none;
  }

  #double_ex .box_after img {
    width: 100%;
    transform: none;
  }

  #exmple .sub_common_top .clom_2_img h2 {
    color: #be316a;
    font-size: 22px;
  }

  .double_yajirushi {
    margin: 0 auto 11px;
    display: inline-block;
  }

  #exmple .sub_common_top .clom_2_img p {
    font-size: 12px;
  }

  .deuts_h1 {
    width: 94%;
  }

  #exmple .deuts_h1 {
    font-size: 31px;
  }

  #exmple .deuts_h1 span.Deuts {
    font-size: 61px;
  }

  .tab_area label {
    width: 94%;
    margin: 11px 5px;
  }

  .tab3_tit {
    width: 100%;
    font-size: 12px;
    color: #be316a;
  }

  .panel_area .inner_sec {
    width: 94%;
  }

  .panel_area .yajirushi {
    display: block;
    margin: 0 48px;
    width: 5%;
    transform: rotate(90deg);
    text-align: center;
    margin: 22px auto;
  }

  #double_ex .panel_area .box_befor {
    width: 45%;
    display: inline-block;
    margin: 0 auto;
    margin-top: 0px;
    vertical-align: top;
  }

  .panel_area .pane_tit001 {
    font-size: 18px;
  }

  .tab_panel .box_tit {
    border: 1px solid;
    width: 92%;
    font-size: 21px;
    margin: 0 auto;
  }

  #double_ex .panel_area .yaji_box {
    display: inline-block;
    height: auto;
    vertical-align: bottom;
    text-align: center;
    width: 6%;
  }

  #double_ex .panel_area .yaji_box img {
    width: 100%;
  }

  #double_ex .panel_area .box_after {
    width: 45%;
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
  }

  .box_yaji002 img {
    width: 37%;
    margin-top: 10px;
  }

  #ex009 .ner_boxright {
    margin-top: 0px;
  }

  .merit_double .merit_tit {
    font-size: 20px;
  }

  .merit_double {
    border: 3px solid #292b53;
    border-radius: 43px;

    padding: 29px 15px;
  }

  .merit_double .effect {
    font-size: 12px;
    font-weight: 800;
    width: 100%;
    float: none;
    margin-top: 16px;
  }

  .panel_area .merit_tit {
    font-size: 22px;
  }

  .merit_double span.ef_span {
    font-size: 14px;
    padding: 13px;
  }

  .tab_panel .under {
    font-size: 13px;
  }

  .merit_double .effect003 {
    padding-bottom: 7px;
  }

  .tan_box {
    padding: 18px;
  }

  #exmple .panel_area .clom_2_img li {
    color: #2b3299;
    width: 68%;
  }

  #decoless .sub_common_top img {
    width: 44%;
  }

  #decoless .pc_w_780 {
    position: relative;
  }

  #decoless .sub_box_002 .inner_b_002 span {
    padding: 0;
    border: none;
  }

  #decoless .sub_box_002 .inner_b_002 p {
    font-size: 12px;
    text-align: left;
    min-height: 270px;
    width: 55%;
    margin-left: 44%;
  }

  .fff_box {
    font-size: 16px;
    color: #fff;
    border: 1px solid;
    clear: both;
    width: 180px;
    text-align: center;
  }

  #decoless .sub_box_002 .bg_img {
    left: -88px;
    width: 66%;
    top: 143px;
  }

  #decoless .deco_L li p {
    margin-left: 0px;
    font-size: 12px;
  }

  #decoless .deco_L li img.yajirushi {
    width: 53px;
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 14px;
    margin-top: 20px;
  }

  #decoless #thin_model .deco_R li:first-child {
    width: 42%;
  }

  #decoless .deco_R li:first-child {
    width: 50%;
  }

  #decoless .deco_R li a img {
    width: 77px;
    vertical-align: top;
  }

  #decoless .deco_R li:first-child a img {
    width: 77px;
    vertical-align: top;
  }

  #decoless .clom_2_img li {
    width: 48%;
  }

  #decoless .clom_2_img li {
    width: 48%;
  }

  #decoless .deco_R li:nth-child(2) a img {
    width: 100%;
    padding-top: 13px;
    vertical-align: text-top;
  }

  #decoless .deco_R li img.yajirushi {
    width: 47px;
    display: inline-block;
    margin-bottom: 18px;
    margin-left: 19px;
  }

  #decoless .deco_L li:nth-child(2) {
    width: 50%;
  }

  #decoless .deco_L li a img {
    width: 77px;
    vertical-align: top;
  }

  #decoless .deco_L li:nth-child(2) a img {
    width: 77px;
    vertical-align: top;
  }

  #decoless .deco_L li:first-child a img {
    width: 100%;
    padding-top: 13px;
    vertical-align: text-top;
  }

  #decoless .clom_2_img {
    width: 100%;
    margin-top: 46px;
  }

  #decoless .clom_2_img p {
    font-size: 12px;
  }

  #company .sub_obi h1 span.font_b {
    display: block;
    margin-top: 8px;
  }

  #company .sub_common_top img {
    width: 29%;
  }

  #decoless .deco_R li img.yajirushi002 {
    width: 33px;
  }

  #decoless .deco_L li img.yajirushi002 {
    width: 33px;
  }

  .name {
    font-size: 22px;
    text-align: center;
    width: 94%;
  }

  .name span {
    font-size: 16px;
  }

  #company .sub_common_top .name_img {
    width: 42%;
  }

  #company dt {
    float: left;
    clear: left;
    margin-right: 1.5em;
    width: 68px;
  }

  .com_dl_001 dt {
    font-size: 12px;
  }

  .com_dl_001 dd {
    font-size: 11px;
    width: 71%;
  }

  #company .kyoten p {
    clear: both;
    font-weight: 800;
    font-size: 14px;
    margin: 20px 0;
  }

  #company .kyoten dl {
    width: 100%;
  }

  #company .kyoten dl.dl_002 {
    float: none;
    width: 100%;
  }

  #company .kyoten dd {
    font-size: 12px;
    letter-spacing: 0em;
    margin-left: 0em;
    line-height: 2em;
    margin-bottom: 48px;
  }

  .kyoten h1.ft25 {
    font-size: 22px;
  }

  .dl_001 dd span {
    font-weight: 600;
    font-size: 13px;
  }

  .Form-Item-Label-Required {
    margin-left: 17px;
  }

  .Form {
    max-width: 94%;
    width: 94%;
  }

  .Form-Item {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 19px;
    padding-bottom: 0;
    flex-wrap: wrap;
  }

  .Form {
    max-width: 100%;
    width: 100%;
  }

  .Form-Item-Label {
    min-width: 100%;
  }

  .Form input,
  .Form textarea {
    margin-left: 16px;
    padding: 9px 29px 14px;
    font-size: 12px;
    vertical-align: text-top;
    width: 73%;
  }

  .Form input.ch_b {
    width: 13px;
    margin-right: 5px;
  }

  .form_text {
    text-align: left;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
  }

  .form_text li {
    font-size: 12px;
  }

  #company .kyoten .pp_eara .font_b {
    font-size: 14px;
  }

  #company .sub_obi h1 span.font_b {
    line-height: 1.2em;
  }

  .privacy_doui p {
    font-size: 13px;
  }

  /*-------------------YouTube------------------------*/

  .youtube_li {
    width: 96%;
    margin: 0 auto;
    padding-top: 0px;
  }

  .youtube_li li {
    width: 100%;
    display: block;
    padding: 20px 0;
  }

  .youtube_li li video {
    height: auto;
    width: 100%;
  }

  /*-------------------YouTube------------------------*/
  .sub_common_top h1 span.h1_aline_l {
    font-size: 24px;
  }

  .btn_area {
    width: 90%;
  }

  .qa_li li {
    text-align: left;
    font-size: 12px;
    line-height: 1.5em;
  }

  .bg_gray {
    background: #fafafa;
    padding: 15px 25px;
    margin-top: 25px;
  }

  .qa_li li::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../../img/q.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    padding-right: 5px;
  }

  .qa_li li::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url(../../img/down.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }

  .qa_con, .qa_deco {
    font-size: 22px;
    margin-top: 16px;
  }

  .qa_com_dl dt:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../../img/q.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    padding-right: 5px;
  }

  .qa_com_dl dd:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../../img/a.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    padding-right: 5px;
    margin-top: 0;
  }

  .qa_com_dl dt, .qa_com_dl dd {
    font-size: 14px;
    line-height: 1.5em;
  }

  .qa_com_dl dd {
    margin-top: 10px;
  }

  .qa_com_dl dd::after {
    display: block;
    content: '';
    background: url(../../img/qa_line.png) no-repeat;
    margin-left: 0em;
    padding: 2px 12px;
    margin-top: 10px;
  }

}


@media screen and (min-width: 900px) and (max-width: 1299px) {
  .top_company {
    clear: both;
    background: url("../../img/top_com.png") no-repeat;
    background-position-x: -180px;
  }

  .top_company h2 {
    font-size: 27px;
  }
}



/*IE10以降に適用されるCSSハック（一応）*/
@media all and (-ms-high-contrast: none) {
  #double_ex .panel_area p.h1_txt {
    border-top: 1px solid;
    padding-top: 15px;
  }

  .h_line ul {
    width: 75%;

    right: 0;
    top: -40px;
  }

  .h_line ul li {
    font-size: 12px;
  }

  .h_line ul li:first-child {
    margin-right: 4px;
  }

  .h_line ul li.tel_eara {
    padding: 13px 61px 5px 0px;
    font-size: 1.2em;
  }

  .h_line ul li {
    font-size: 0.75em;
    width: 12%;
  }

  .h_line h1 {
    width: 25%;
    font-size: 1em;
  }

  #side .side_menu li a {
    display: inline-block;
    padding-top: 10px;
  }

  .sub_obi h1 span.plain {
    padding-bottom: 9px;
  }

  #side #h_menu_bx {
    margin-top: 20px;
  }

  #side .side_menu li {
    font-size: 9px;
    letter-spacing: 0.22em;
    margin-bottom: 12px;
  }

  #side .side_menu li a {
    /* height: 40px; */
    padding-top: 7px;
  }

  .top_company h1 span {
    font-weight: 100;
    font-size: 35px;
    color: #2b3299;
    margin-right: 25px;
    vertical-align: top;
    border-bottom: 1px solid;
    padding-bottom: 0px;
  }

  .top_company h2 {
    font-size: 27px;
  }

  #double .reason .common_chos .hiw_img {
    position: relative;
    margin-top: 3px;
  }

  .top_patented h1 span {
    vertical-align: auto;
    border-bottom: none;
  }

  .facility_common span {
    vertical-align: auto;
    border-bottom: none;
  }

  .cont_r {
    margin-top: -2px;
  }

  .blue_btn {
    padding-top: 18px;
    padding-bottom: 2px;
  }

  .h_line {
    height: auto;
  }

  #prod .sub_common_top h1 {
    font-size: 40px;
  }

  .reason .common_chos {
    height: 359px;
  }

  .panel_area .pane_tit001 .thin_f {
    border: none;
  }

  .tab_area label {
    height: 32px;
  }

  .merit_double span.ef_span {
    padding: 18px 9px 5px;
  }

  .form_text span {
    border-bottom: none;
    _text-decoration: none;
  }

  .new_merit_box h2 {
    padding-top: 15px;
  }

  .top_company {
    padding-bottom: 30px;
  }
}

/*IE11だけに適用されるCSSハック*/
@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
  #double_ex .panel_area p.h1_txt {
    border-top: 1px solid;
    padding-top: 15px;
  }

  .h_line ul {
    width: 75%;

    right: 0;
    top: -40px;
  }

  .h_line ul li {
    font-size: 0.75em;
    width: 12%;
  }

  .h_line h1 {
    width: 25%;
    font-size: 1em;
  }

  .h_line ul li.tel_eara {
    padding: 13px 61px 5px 0px;
    font-size: 1.4em;
  }

  .h_line ul li:first-child {
    margin-right: 4px;
  }

  #side .side_menu li a {
    display: inline-block;
    padding-top: 10px;
  }

  .sub_obi h1 span.plain {
    padding-bottom: 9px;
  }

  #side #h_menu_bx {
    margin-top: 20px;
  }

  #side .side_menu li {
    font-size: 9px;
    letter-spacing: 0.22em;
    margin-bottom: 12px;
  }

  #side .side_menu li a {
    /* height: 40px; */
    padding-top: 7px;
  }

  .cont_r {
    margin-top: -2px;
  }

  .h_line {
    height: auto;
  }

  .top_company h1 span {
    font-weight: 100;
    font-size: 35px;
    color: #2b3299;
    margin-right: 25px;
    vertical-align: top;
    border-bottom: 1px solid;
    padding-bottom: 0px;
  }

  .top_company h2 {
    font-size: 27px;
  }

  #double .reason .common_chos .hiw_img {
    position: relative;
    margin-top: 3px;
  }

  .top_patented h1 span {
    vertical-align: auto;
    border-bottom: none;
  }

  .facility_common span {
    vertical-align: auto;
    border-bottom: none;
  }

  .blue_btn {
    padding-top: 18px;
    padding-bottom: 2px;
  }

  #prod .sub_common_top h1 {
    font-size: 40px;
  }

  .reason .common_chos {
    height: 359px;
  }

  .reason .choosing002 {
    height: 442px;
  }

  .reason .choosing002 h2 {
    margin-top: 45px;
  }

  .panel_area .pane_tit001 .thin_f {
    border: none;
  }

  .tab_area label {
    height: 32px;
  }

  .merit_double span.ef_span {
    padding: 18px 9px 5px;
  }

  .form_text span {
    border-bottom: none;
    _text-decoration: none;
  }

  .new_merit_box h2 {
    padding-top: 15px;
  }

  .top_company {
    padding-bottom: 30px;
  }
}

/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #side .side_menu li a {
    /* height: 40px; */
  }


}

@media (max-width: 498px) {
  #sp_h_menu_bx .h_logo img {
    width: 10%;
  }

    .h_logo {
      margin-left: 26px;
  
    }

#drawer-icon5 {
      width: 45px;
} 
#sp_h_menu_bx h1 {
      margin-left: 45px;

  font-size: 9px;
}
  .pan_eara {
    margin-top: 73px;
    padding-left: 11px
  }
  .sub_common_top h1 {
    font-size: 30px;
  }
  .Form-Item-Label.isMsg {
    margin-top: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .sub_obi h1 span.plain {
    font-size: 21px;
  }

  .sub_obi h1 span.font_b {
    font-size: 30px;
    font-weight: 100;
  }

  .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    margin-left: 0px !important;
    padding: 15px 5px !important;
    font-size: 16px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .wpcf7-form-control-wrap textarea {
    padding: 15px 0px !important;
  }

  .wpcf7-form-control-wrap input[type="checkbox"] {
    width: 6% !important;
    max-width: 6% !important;
    min-width: 6% !important;
  }

  .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em !important;
    width: 100% !important;
  }

  .wpcf7 .wpcf7-submit {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
    background-position: center !important;
  }

  .Form-Item-Label.isMsg td {
    width: 100%;
  }

  #sp_h_menu_bx .tel_eara {
    width: 29%;
  }

  #sp_h_menu_bx h1 {
    width: 62%;
  }

  .kana_kanri li {
    vertical-align: text-top;
    width: 100%;
    margin-right: 0%;
  }
  #mate .com_tit {
    font-size: 20px;
  }
  #drawer-icon5 {
    margin-top: -64px;
  }
  #decoless .bnr {
    width: 100% !important;
  }
  #decoless #thin_model .deco_R li:first-child {
    width: 41%;
  }
  .top_patented h1 {
    font-size: 48px;
  }
  .toc .flex02 li {
    width: 100%;
    font-size: 12px;
    text-align: left;
  }
    .flex_pnl li{
      width: calc(47% - 15px);
      margin-right: 15px;
      height: auto;
    }
    .flex_pnl li span{
      margin-top: 15px;
    }
  .lightbox-content {
    flex-direction: column;
    overflow-y: auto; 
    max-height: 100vh;
  }
  
  #lightbox-image{
    width: 100%;
    height: 370px;
  }       
  #lightbox-details{
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  #lightbox-details h1 {
    font-size: 18px;
  }
  #lightbox-details span {
    display: block;
    font-size: 14px;}
  #lightbox-details span span {
      font-size: 16px;}  
  
  #lightbox-details p {
    line-height: 1.5em;
  
    font-size: 14px;
  }
  .flex_pnl{
   justify-content: space-between;
          }  
  .flex_pnl li img{ 
   height: 200px;
    
  } 
  .tab-group li p {
    letter-spacing: 0em;
  }
  #double .sub_box_001 dl {
    padding: 2% 0% 0%;
  }
.flex02 .img_eara{
  margin-bottom: 15px;
}
.f_flex li{
  width: 100%;

}
.f_flex li.f_flex_2{
  margin-top: 30px;

}
.f_flex .f_add{
  width: 100%;
}



}

#mate .com_tit {
  font-size: 21px;
  line-height: 1.2em;
}

.com_tit2 {
  font-size: 26px;
}

.feature {
  font-size: 18px;
}

.explanatory {
  font-size: 14px;
}


.flex {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}

.flex.item_c {
  align-items: center;
}

.reverse {
  flex-flow: row-reverse;
}

.flex1 {
  flex: 1;
}

.flex02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flex02.item_c {
  align-items: center;
}

.flex02 li {
  width: 48%;
}

@media (max-width: 498px) {
  .flex02 {
    flex-direction: column;
  }
  .flex02 li {
    width: 100%;
  }

}
.flex03 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flex03 li {
  width: 32%;
  margin-right: 2%;
}

.flex03 li:nth-child(3n) {

  margin-right: 0%;
}

.flex04 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flex04 li {
  width: 24%;
  margin-right: 2%;
}

.flex04 li:nth-child(4n) {

  margin-right: 0%;
}

