@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
}
footer, header {
  padding: 10px;
}
main {
  flex: 1;
}
header .inner {
  display: flex;
  justify-content: space-between;
}
#toc_container {
  display: none !important;
}
#main_site_link {
  display: flex;
  justify-content: center;
  padding: 10px;
}
#main_site_link a {
  display: block;
  margin: 5px;
  color: #003399;
  background: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 1.5rem;
}
.contact-line {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 10px;
}
.contact-line a {
  display: table;
  border-radius: 10px;
  padding: 10px;
  font-size: 1.2rem;
}
.contact-line a, .contact-line a span {
  color: #fff;
  font-weight: bold;
}
.contact-line a div {
  display: table-cell;
  vertical-align: middle;
}
.contact-line a img {
  max-height: 40px;
}
.contact-line a.mainbtn {
  background: linear-gradient(#cccccc, #919191);
}
.contact-line a.telbtn {
  background: linear-gradient(#ff9000, #ff5d00);
}
.contact-line a.mailbtn {
  background: linear-gradient(#4495ff, #0062e2);
}
.contact-line a.linebtn {
  background: linear-gradient(#06c655, #058e3c);
}
footer {
  background: #003399;
  color: #fff;
}
footer aside {
  text-align: center;
  font-size: 0.8rem;
  padding-top: 1em;
}
footer a.tel_btn {
  display: block;
  max-width: 600px;
  margin: auto;
}
h3 {
  color: #00558e;
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
}
.red {
  color: red;
}
.caution {
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
  text-align: left;
}
.caution ol li {
  list-style: auto;
  margin-left: 2em;
}
/* ↓ スライドの外枠*/
.slide-wrapper {
  position: relative;
}
.slider {
  width: 100%;
}
#slide-1 .inside {
  background-image: url("images/lp/main/back_01.png");
}
.swiper-slide .inside h2 span, .swiper-slide .inside h2 {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
  margin: 10px;
}
#post_content h1 {
  background: #039902;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
/* サムネイルのスタイル */
.thumbnail {}
.thumbnail .swiper-slide {
  opacity: 0.5;
}
.swiper-button-next, .swiper-button-prev {}
/* サムネイルのアクティブスタイル */
.thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}
.white_box {
  max-width: 800px;
  margin: auto;
}
.white_box li {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 5px black;
}
.white_box table {
  width: 100%;
}
.white_box table th, .white_box table td {
  padding: 5px;
  vertical-align: middle;
}
.white_box table .img {
  width: 25%;
  padding: 5px;
}
.white_box table .text {
  line-height: 1.3;
  text-align: left;
  width: 75%;
  padding: 10px;
}
.white_box table .price {
  background: #003399;
  color: #fff;
}
.white_box table .price span {
  font-weight: bold;
  display: block;
}
.white_box table .price p {
  font-weight: bold;
}
.white_box table .price small {
  font-size: 2rem;
}
.white_box li .inside {
  display: table-cell;
  vertical-align: middle;
}
#slide-3 .inside div img {
  border: 3px solid #fff;
  padding: 0;
  border-radius: 10px;
  margin-bottom: 2em;
  margin-top: 1em;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.tex_left {
  text-align: left;
}
.check_list li {
  background-image: url("images/trouble/check.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 1.8em;
  text-align: left;
}
.quest_list li {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 1.8em;
  text-align: left;
  padding-bottom: 1em;
}
.quest_list li:nth-child(odd) {
  background-image: url("images/lp/q-mark.png");
}
.quest_list li:nth-child(even) {
  background-image: url("images/lp/a-mark.png");
}
#yoko-container .swiper-pagination {
  position: inherit !important;
  bottom: inherit !important;
  left: inherit !important;
}
.slider .swiper-slide .inside {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#slide-2 .inside {
  background-color: #0099cc;
}
#slide-3 .inside {
  background-color: #ff9900;
}
#slide-4 .inside {
  background-color: #3366cc;
}
#slide-5 .inside {
  background-color: #66cccc;
}
#slide-6 .inside {
  background-image: url("images/trouble/con_05_bg.png");
}
#slide-7 .inside {
  background-image: url("images/trouble/con_06_bg.png");
}
#slide-8 .inside {
  background-color: cornflowerblue;
}
#slide-9 .inside {
  background-color: #cccccc;
}
.six_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.six_lists li {
  border-radius: 30px;
  border: solid #fff 3px;
  background: #fff;
  overflow: hidden;
}
#slide-6 h4 {
  color: darkblue;
  font-weight: bold;
  margin-bottom: 1em;
}
.six_lists .title {
  background: #0288bf;
  color: #fff;
  font-weight: bold;
}
.white_bg {
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 0;
  max-width: 95%;
  overflow: hidden;
  margin: auto;
}
.white_bg p {
  text-align: center;
  margin-bottom: 10px;
  color: darkblue;
  font-weight: bold;
}
.card.white_bg ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
table.table {
  max-width: 800px;
  margin: 2em auto;
}
table.table th, table.table td {
  padding: 1em;
}
table.table th {
  white-space: nowrap;
  background: #c1dcff;
  color: #003399;
  vertical-align: middle;
  border: 1px solid #fff;
}
table.table td {
  border: 1px solid #c1dcff;
  text-align: left;
  background: #fff;
}
.estimate-wrapper .overview {
  padding: 1em;
  line-height: 1.5;
}
#mitsumori .estimate-body-content__label {
  float: left;
}
.color_darkblue {
  font-weight: bold !important;
  text-align: left;
  color: #fff;
  margin: 0 auto 2em;
  line-height: 2;
}
.hosyo {
  display: flex;
  justify-content: space-around;
  background: #fff;
  padding: 10px;
}
.hosyo li {
  text-align: center;
}
ul#voice {
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 1em;
  display: flex;
}
ul#voice li {
  border: 3px solid #ccc;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 2px 2px 4px #666;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
}
ul#voice li .introduction {
  text-align: center;
  width: 30%;
  padding: 10px;
}
ul#voice li .introduction img {
  margin-bottom: 10px;
}
ul#voice li .introduction p {
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
}
ul#voice li .comment {
  line-height: 1.5;
  width: 70%;
  padding: 10px;
}
#bad_company dl {
  border-radius: 20px;
  border: 3px #666 solid;
  background: #fff;
  margin-bottom: 2em;
  overflow: hidden;
}
#bad_company dl dt {
  line-height: 2;
  text-align: center;
  font-size: 1.3em;
  background: linear-gradient(#ccc 0%, #6d6d6e 100%);
  font-weight: bold !important;
}
#bad_company dl dd {
  line-height: 2;
}
#shock-box {
  background-image: url(images/lp/lp23-9/image-5-background.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #959595;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
#shock-box ul {
  padding: 0;
  list-style: none;
}
#shock-box li {
  margin: 0 0 1em;
  background: #fff;
}
#shock-box li h4 {
  margin: 0;
  border-left: 0;
  background: inherit !important;
  text-align: center;
  font-weight: bold;
}
#shock-box li p {
  text-align: left;
}
#hikaku table {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
  padding: 0;
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}
#hikaku .title {
  background: #0d62b2;
  color: #FFF;
  font-weight: bold;
  font-size: 3rem;
  padding: 10px;
  text-align: center;
}
#hikaku table td, #hikaku table th {
  text-align: center;
  padding: 10px;
  border: 2px #ccc solid;
  font-weight: bold;
  vertical-align: middle;
}
#hikaku th {
  color: #0066cc;
  background-color: #e2eefb;
}
#hikaku td {
  color: #333;
  background: #fff;
}
#hikaku table th.our {
  background: #0099ff;
  color: #fff;
}
#hikaku table td.our {
  background: #fff0c6;
  font-weight: 600;
}
#hikaku table td::after {
  content: "円";
}
#back_japan {
  color: #fff;
  line-height: 2;
  text-align: left;
  max-width: 800px;
  margin: auto;
}
.img_2 {
  display: flex;
  flex-wrap: nowrap;
}
.img_2 img {
  width: 50%;
}
#image_pr_2 {
  padding-bottom: 1em;
}
#image_pr_2 ol {
  margin: 1em 2em;
}
#image_pr_2 ol li {
  padding: 0.5em;
  position: relative;
  background: green;
  color: #fff;
  border-radius: 25px;
  margin-bottom: 10px;
  line-height: 1.8;
  text-align: left;
}
#image_pr_2 ol li span {
  padding: 0 13px;
  background: #fff;
  color: green;
  border-radius: 50%;
  margin-right: 15px;
}
#image_pr_2 > div {
  background: #fff;
  padding: 1em;
  margin: 0 1em;
  font-size: 2rem;
}
#genmenseido dl {
  border-radius: 10px;
  overflow: hidden;
  font-size: 2rem;
  width: 100%;
  background: #fff;
}
#genmenseido dt {
  background: orange;
  padding: 1em;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.4;
}
#genmenseido dd {
  padding: 1em;
  margin-left: 0;
}
#genmenseido ol li {
  text-align: left;
  margin-left: 1.5em;
  list-style: auto;
}
#question-box2 dl dt {
  background: #3366cc;
  color: #fff;
  width: 100%;
  display: table;
  padding: 1em;
  text-align: left;
}
#question-box2 dl dt p, #question-box2 dl dt span {
  display: table-cell;
  vertical-align: middle;
}
#question-box2 dl dt p {
  width: 95%;
}
#question-box2 dl dd {
  margin: 0;
  border: solid #3366cc 3px;
  padding: 1em;
  background: #fff;
  text-align: left;
  min-height: 4em;
}
#question-box2 dl dt::before {
  background-image: url(images/lp/q_q.png);
}
#question-box2 dl dd::before {
  background-image: url(images/lp/q_a.png);
  float: left;
}
#question-box2 dl dt::before, #question-box2 dl dd::before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.swiper-slide .common div {
  text-align: left;
}
.swiper-slide .common ul, .swiper-slide .common ol, .swiper-slide .common p, .swiper-slide .common dl, .swiper-slide .common table {
  margin: 0;
  padding: 0 1em 1em;
}
.swiper-slide .common b {
  font-weight: bold;
  border-bottom: 3px orange dotted;
}
.swiper-slide .common ul li {
  list-style: none;
  background-image: url("images/trouble/check.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 1.8em;
  text-align: left;
}
.swiper-slide .common table th, .swiper-slide .common table td, .swiper-slide .common h2, .swiper-slide .common h3, .swiper-slide .common h4, .swiper-slide .common h5, .swiper-slide .common li, .swiper-slide .common dt, .swiper-slide .common dd, .swiper-slide .common p {
  line-height: 1.5;
}
.swiper-slide .commonh2, .swiper-slide .common h3, .swiper-slide .common h4, .swiper-slide .common h5 {
  clear: both;
  color: #3267d1;
  margin-bottom: 1em;
}
.swiper-slide .common h2 {
  background: aliceblue;
  padding: 15px;
}
.swiper-slide .common h3 {
  border-left: 25px solid #00558e;
  padding-left: 0.5em;
  border-bottom: 3px dotted #00558e;
}
.swiper-slide .common h4::before {
  content: '●';
}
.swiper-slide .common table {
  max-width: 800px;
  margin: 2em auto;
}
.swiper-slide .common table th, .swiper-slide .common table td {
  padding: 1em;
}
.swiper-slide .common table th {
  white-space: nowrap;
  background: #c1dcff;
  color: #003399;
  vertical-align: middle;
  border: 1px solid #fff;
}
.swiper-slide .common table td {
  border: 1px solid #c1dcff;
  text-align: left;
  background: #fff;
}
.swiper-slide .common ol > li {
  list-style: auto;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.swiper-slide .common dl dt {
  border-left: 15px solid #ccc;
  padding-left: 0.5em;
}
.swiper-slide .common dl dt, .swiper-slide .common dl dd {
  margin-bottom: 10px;
}
.swiper-slide .common li strong {
  font-weight: bold;
  color: green;
  text-align: left;
}
.swiper-slide .common ul li {
  margin-bottom: 1em;
}
.swiper-slide a.tel_btn {
  border: 2px #fff solid;
  border-radius: 20px;
  max-width: 900px;
  margin: 1em auto 0;
  box-shadow: 2px 2px 5px black;
  display: block;
}
/* 必須 */
/* ラジオボタンを全て消す */
input[name="tab_item"] {
  display: none;
}
/* 選択されているタブのコンテンツのみを表示 */
#sample01:checked ~ #sample01_content, #sample02:checked ~ #sample02_content, #sample03:checked ~ #sample03_content, #sample04:checked ~ #sample04_content, #sample05:checked ~ #sample05_content, #sample06:checked ~ #sample06_content {
  display: block;
}
/* 選択されているタブのスタイルを変える */
div.tabs-sample input:checked + .tab_item {
  background-color: #000;
  color: #fff;
}
/* タブ切り替え全体のスタイル（任意） */
div.tabs-sample {
  text-align: center;
}
/* タブのスタイル（任意） */
.tab_item {
  padding: 10px 45px;
  border: solid #000 1px;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1em;
  color: #333;
  display: inline-block;
  font-weight: bold;
  transition: all 0.2s ease;
  margin: 0;
}
.tab_item:hover {
  opacity: 0.75;
}
/* タブ切り替えの中身のスタイル（任意） */
.tab_content {
  display: none; /* ←のみ必ず必要 */
  border: solid #ccc 1px;
  background: #fff;
  border-radius: 20px;
  margin: 1em;
  padding: 1em;
  overflow: hidden;
  min-height: 1em;
}
#price_list .tab_content {}
#price_list li strong {
  display: block;
  font-size: 2rem;
}
#price_list tr:last-child {
  border-top: 5px #003399 solid;
}
#price_list table th {
  white-space: normal;
}
#price_list table td {
  text-align: right;
  white-space: nowrap;
}
#price_list h4 {
  background: #3267d1;
  color: #fff;
  padding: 10px;
}
#price_list h4::before {
  content: '';
}
@media screen and (min-width:769px) {
  #price_list table {
    width: 80%;
  }
  .swiper-slide .common h2 {
    font-size: 3rem;
  }
  .swiper-slide .common h3 {
    font-size: 2.7rem;
  }
  .swiper-slide .common h4 {
    font-size: 2.3rem;
  }
  #image_pr_2 ol li {
    font-size: 3rem;
  }
  #question-box2 dl dt::before, #question-box2 dl dd::before {
    width: 40px;
    height: 40px;
  }
  #genmenseido dl {
    display: table;
    margin: 2em 0;
  }
  #genmenseido dt, #genmenseido dd {
    display: table-cell;
  }
  #genmenseido dt {
    width: 30%;
  }
  #genmenseido dd {
    width: 70%;
    text-align: left;
  }
  #back_japan {
    display: flex;
    flex-wrap: nowrap;
  }
  #hikaku table {
    font-size: 2rem;
  }
  #hikaku table td::after {
    font-size: 2rem;
  }
  .line_2.white_box {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }
  .line_2.white_box li {
    width: 45%;
  }
  #shock-box ul {
    margin: 2em auto;
  }
  #shock-box li {
    padding: 1em;
    display: table
  }
  #shock-box li h4 {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    font-size: 1.7em;
  }
  #shock-box li p {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    line-height: 1.5;
  }
  #bad_company dl dd {
    padding: 2em;
  }
  .color_darkblue {
    max-width: 80%;
  }
  ul#voice li {
    width: 49%;
  }
  .estimate-wrapper .overview {
    font-size: 3rem;
  }
  .white_box table .price {
    padding: 1em;
  }
  .white_box table .price span {
    margin-bottom: 1em;
  }
  .white_box table .price span {
    font-size: 2rem;
  }
  .white_box table .price p {
    font-size: 4rem;
  }
  .white_box table .price small {
    font-size: 2rem;
  }
  .card.white_bg li img {
    max-height: 50px;
  }
  .white_bg {
    font-size: 2rem;
  }
  #post_content h1 {
    font-size: 5rem;
  }
  .six_lists li {
    margin: 10px;
  }
  #slide-6 h4 {
    font-size: 3rem;
  }
  .six_lists .title {
    font-size: 2rem;
    line-height: 2;
  }
  .six_lists li {
    width: 30%;
  }
  .side_flex_menu {
    position: fixed;
    top: 10%;
    right: 0;
    z-index: 9999999;
    padding: 2px 0 2px 2px;
  }
  .side_flex_menu a {
    display: block;
    font-size: 12px;
    text-align: center;
    background: #0696FF;
    color: #fff;
    padding: 5px;
    line-height: 2;
    margin-bottom: 2px;
  }
  .side_flex_menu a:hover {
    background: #7cd3ff;
    color: #00088F;
  }
  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
  }
  .white_bg {
    font-size: 2rem;
  }
  .white_box li {
    margin: 1em;
  }
  .white_box h3 {
    margin: 0 0 1em;
  }
  .white_box .text p {}
  h3 {
    font-size: 2.5rem;
  }
  .thumbnail2, .thumbnail .swiper-slide, .swiper-button-next, .swiper-rtl .swiper-button-prev, .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    display: none !important;
  }
  .swiper-wrapper {
    display: inherit !important;
  }
  .mb {
    display: none;
  }
  .pc {
    display: block;
  }
  .contact-line a img {
    margin-right: 5px;
  }
  #container {
    margin-bottom: 200px;
  }
  .swiper-slide .inside h2 span, .swiper-slide .inside h2 {
    font-size: 5rem;
    margin: 1em;
  }
  .slider .swiper-slide .inside {
    padding: 1em;
  }
  .check_list li {
    margin-bottom: 1em;
    line-height: 1.5;
  }
}
@media screen and (max-width:768px) {
  .swiper-slide .common ul, .swiper-slide .common ol, .swiper-slide .common p, .swiper-slide .common dl, .swiper-slide .common table {
    margin: 0 0 1em;
  }
  .swiper-slide .common table {
    width: 100%;
  }
  .swiper-slide .common h2 {
    font-size: 2.2rem;
  }
  .swiper-slide .common h3, .swiper-slide .common h4 {
    font-size: 2rem;
    text-align: left;
  }
  .swiper-slide .common p, .swiper-slide .common li, .swiper-slide .common dt, .swiper-slide .common dd, .swiper-slide .common th, .swiper-slide .common td {
    font-size: 1.8rem;
    text-align: left;
  }
  #image_pr_2 ol li {
    font-size: 2rem;
  }
  #question-box2 dl dt::before, #question-box2 dl dd::before {
    width: 40px;
    height: 40px;
  }
  #genmenseido dl {
    margin: 10px 0;
    font-size: 1.5rem;
  }
  #genmenseido dt {
    text-align: center;
    font-size: 1.8rem;
  }
  #genmenseido dd, #genmenseido dd ol li {
    font-size: 1.5rem;
  }
  #genmenseido dd {
    line-height: 1.5;
    text-align: left;
  }
  #shock-box ul {
    margin: 1em;
  }
  #shock-box li h4 {
    font-size: 1.6em;
    padding-top: 1em;
  }
  #shock-box li p {
    padding: 0 10px;
  }
  table.table th, table.table td {
    display: block;
  }
  .white_box table .price span {
    font-size: 1.5rem;
  }
  .white_box table .price p {
    font-size: 3rem;
  }
  .white_box table .price small {
    font-size: 1rem;
  }
  .card.white_bg li img {
    max-height: 35px;
  }
  .white_bg {
    font-size: 2rem;
  }
  #post_content h1 {
    font-size: 3rem;
  }
  .six_lists li {
    margin: 5px;
  }
  .six_lists .title {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 10px 0;
  }
  .six_lists li {
    width: 45%;
  }
  #slide-6 .inside img, #slide-3 .inside div img, #slide-1 img {
    max-width: 95%;
  }
  .white_box li {
    min-height: 6em;
    margin-bottom: 1em;
  }
  .white_box h3, .white_box h4, .white_box p {
    margin: 0;
  }
  .swiper-slide .inside h2 span, .swiper-slide .inside h2 {
    font-size: 2.5rem;
  }
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100svh;
  }
  .swiper-slide {
    width: 100%;
    padding: 10px 20px;
  }
  .swiper-slide .inside {
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    min-height: 62vh;
    min-height: 62svh;
  }
  .thumbnail .swiper-wrapper {
    display: table !important;
  }
  .thumbnail .swiper-slide {
    height: 5em !important;
    opacity: 0.5;
    display: table-cell;
    vertical-align: middle;
    flex-shrink: inherit;
    padding: 0 3px !important;
    border: solid 1px #fff;
    color: #fff;
    margin: 2px !important;
    text-align: center;
    background: #003399;
    line-height: 1.5;
    font-size: 11px;
  }
  .thumbnail .swiper-slide-thumb-active {
    opacity: inherit;
  }
  .slide-wrapper .swiper-button-next, .slide-wrapper .swiper-button-prev {
    position: fixed !important;
    bottom: 110px !important;
    top: inherit !important;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    background: orange!important;
    border-radius: 50%!important;
    padding: 5px 15px!important;
    color: #fff!important;
  }
	.swiper-button-next, .swiper-rtl .swiper-button-prev{
		right: 15px!important;
	}
	.swiper-button-prev, .swiper-rtl .swiper-button-next{
		left: 15px!important;
	}
  .scroll_box {
    overflow: scroll;
    max-height: 50vh;
    max-height: 50svh;
    padding: 1em;
    margin-bottom: 1em;
    background: rgba(255, 255, 255, 0.8);
  }
  .mb {
    display: block;
  }
  .pc {
    display: none;
  }
  .logo {
    max-width: 40%;
  }
  main {
    padding-bottom: 150px;
  }
  footer {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
  }
  #bad_company dl dd {
    padding: 1em;
    text-align: left;
  }
  #mitsumori .estimate-body-content__label {
    margin-bottom: 0 !important;
  }
  #mitsumori .estimate-body-content__select, #mitsumori .estimate-footer-result__main {
    padding: 5px !important;
  }
  .white_bg {
    padding: 0 !important;
  }
}