@charset "UTF-8";
@media only screen and (max-width: 480px) {
  .sp_none {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) {
  .pc_none {
    display: none !important;
  }
}
.invisa img {
  width: 100%;
  height: auto;
}

.ul_style1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.ul_style1 li {
  width: 23%;
  margin-bottom: 15px;
}
.ul_style1 li .txt {
  background-color: #f3dd99;
  padding: 10px 5px;
  font-size: 13px;
  text-align: center;
}
.ul_style1 li .txt strong {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .ul_style1 li {
    width: 48%;
  }
}

.wrap_in1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrap_in1 .video, .wrap_in1 .ph {
  width: 60%;
}
.wrap_in1 .video video, .wrap_in1 .ph video {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .wrap_in1 .video, .wrap_in1 .ph {
    width: 100%;
  }
}
.wrap_in1 .txt {
  width: 38%;
}
@media screen and (max-width: 480px) {
  .wrap_in1 .txt {
    width: 100%;
  }
}

.txt_strong1 {
  color: #5d401a;
  font-weight: bold;
}

.invisa section {
  margin-bottom: 50px;
}

.ico_arrow img {
  width: auto !important;
  height: auto !important;
}

.tit_01 {
  background-color: #f3dd99;
  padding: 5px;
}

.hearingArea03 {
  margin-top: 10px;
  border: 1px solid #f9eecc;
  padding: 5px;
  text-align: center;
}

.wrap_in2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.wrap_in2 .ph {
  width: 48%;
}
.wrap_in2 .ph video {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .wrap_in2 .ph {
    width: 100%;
  }
}
.wrap_in2 .txt {
  width: 48%;
}
@media screen and (max-width: 480px) {
  .wrap_in2 .txt {
    width: 100%;
  }
}

.wrap_in3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrap_in3 .block_invisa {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #f1dab1;
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .wrap_in3 .block_invisa {
    width: 100%;
  }
}
.wrap_in3 .block_wire {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #f3ecdf;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .wrap_in3 .block_wire {
    width: 100%;
  }
}
.wrap_in3 ul {
  padding-top: 20px;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  height: 90%;
  box-sizing: border-box;
}

h3 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #663300;
  margin-top: 10px;
}

h4 {
  width: calc(200% + 20px);
  margin-right: calc(100% - 10px);
  height: 30px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  h4 {
    width: 100%;
    margin: auto;
  }
}

.h_merit {
  background-color: #dfa336;
  color: #fff;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 5px;
  margin-bottom: 40px;
}

.h_demerit {
  background-color: #9c8181;
  color: #fff;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 5px;
}

.heightLine-pc ul {
  height: 250px;
  margin-bottom: 40px;
  margin-top: -20px;
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  .heightLine-pc ul {
    height: auto;
  }
}

.heightLine2-pc ul {
  height: 150px;
  margin-bottom: 40px;
  margin-top: -20px;
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  .heightLine2-pc ul {
    height: auto;
  }
}

.ul_merit li {
  background-image: url(../../services/images/icon_t.png);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 20px;
  margin: 5px 0px;
}

.ul_demerit li {
  background-image: url(../../services/images/icon_t2.png);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 20px;
  margin: 5px 0px;
}

.wrap_in4 table {
  width: 100%;
  border-collapse: separate;
}
.wrap_in4 table td, .wrap_in4 table th {
  padding: 5px;
  text-align: center;
  border: 1px solid #ccc;
}
@media screen and (max-width: 480px) {
  .wrap_in4 table td, .wrap_in4 table th {
    font-size: 13px;
  }
}
.wrap_in4 table td small, .wrap_in4 table th small {
  display: block;
}
.wrap_in4 table tr th {
  font-weight: bold;
}
.wrap_in4 table tr th:first-child {
  background-color: #fdf9eb;
}
.wrap_in4 table tr:first-child th {
  background-color: #f3dd99;
  color: #663300;
  font-weight: bold;
}

.a_right {
  text-align: right;
}

.a_center {
  text-align: center;
}

.heading05 span {
  display: block;
}

.heading01 {
  margin: 10px;
}

.h_style1 {
  font-size: 18px;
  text-align: center;
}

.wrap_in5 table {
  width: 100%;
  border-collapse: separate;
  margin-bottom: 10px;
}
.wrap_in5 table td, .wrap_in5 table th {
  padding: 5px;
  text-align: center;
  border: 1px solid #ccc;
}
@media screen and (max-width: 480px) {
  .wrap_in5 table td, .wrap_in5 table th {
    font-size: 13px;
  }
}
.wrap_in5 table td small, .wrap_in5 table th small {
  display: block;
}
.wrap_in5 table td img, .wrap_in5 table th img {
  width: 30px;
}
.wrap_in5 table tr:first-child th {
  background-color: #f3dd99;
  color: #663300;
  font-weight: bold;
}
.wrap_in5 table .ortho td {
  color: #9e081d;
  font-weight: bold;
}
.wrap_in5 table + p img {
  width: 100% !important;
  height: auto !important;
}

.flex_re {
  flex-direction: row-reverse;
}

.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.accordion-title {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 0px;
}

.accordion-content {
  display: none;
  padding: 10px 20px;
}

.accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}

/* タイトルの背景色 */
/* 矢印 */
.accordion-title {
  position: relative;
  color: #6e3f0f;
  text-align: left;
  text-align: left;
  background-color: #f3dd99;
  padding: 10px 40px 10px 25px;
}
.accordion-title span {
  position: absolute;
  left: 10px;
}

.accordion-title::after {
  border-right: solid 2px #6e3f0f;
  border-top: solid 2px #6e3f0f;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}

.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

.accordion-content p {
  position: relative;
  padding: 10px 10px 10px 25px;
  font-size: 16px;
}
.accordion-content p span {
  position: absolute;
  left: 10px;
  color: #6e3f0f;
}

.wrap_in6 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrap_in6 ul li {
  width: 49%;
}

.wrap_in7 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fdf9db;
  background-image: url(../../services/images/invisa_39.jpg);
  background-size: 100% auto;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center top;
}
.wrap_in7 h2 {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  color: #6e3f0f;
}
@media screen and (max-width: 480px) {
  .wrap_in7 h2 {
    font-size: 14px;
  }
}
.wrap_in7 .txt {
  width: 55%;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .wrap_in7 .txt {
    width: 100%;
  }
}
.wrap_in7 .txt ul {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  padding: 10px;
  margin: 10px auto;
}
.wrap_in7 .txt ul li {
  position: relative;
  padding-left: 30px;
}
.wrap_in7 .txt ul li img {
  width: 25px;
  position: absolute;
  left: 0;
  top: 0;
}
.wrap_in7 .ph {
  width: 42%;
}
@media screen and (max-width: 480px) {
  .wrap_in7 .ph {
    width: 100%;
  }
}
.wrap_in7 .txt2 {
  width: 100%;
  font-size: 14px;
}

.p_menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.p_menu li {
  width: 48%;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .p_menu li {
    width: 100%;
  }
}
.p_menu li a {
  display: block;
  background-color: #f3dd99;
  color: #663300;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
.p_menu li a:hover {
  background-color: #663300;
  color: #f3dd99;
}

#c01,
#c02,
#c03,
#c04,
#c05,
#c06,
#c07,
#c08 {
  margin-top: -80px;
  padding-top: 80px;
}

@media screen and (max-width: 480px) {
  .normalBox04 .phRight {
    float: none !important;
    width: 100%;
  }
  .normalBox04 .phRight img {
    width: 80%;
    display: block;
    margin: auto;
    float: none;
  }
  .normalBox04 .detail {
    float: none !important;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .p-booster__sub {
    font-size: 10px !important;
  }
}