@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
figure,
figcaption,
blockquote,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  width: 100%;
  display: block;
  border: 0;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: none;
  background-color: transparent;
}

* {
  margin: 0;
  padding: 0;
}

/* フォント設定 */
header {
  width: 100%;
}
header img {
  max-width: none;
  width: 100%;
  position: relative;
  left: -1px;
}
header #js_telbanner {
  width: 100%;
  position: fixed;
  bottom: -180px;
  z-index: 10;
  transition: all 0.5s;
  /* バナー出現 */
}
header #js_telbanner:hover {
  opacity: 1;
}
header #js_telbanner.is-active {
  bottom: -1px;
}

footer {
  width: 100%;
  padding-bottom: 11vw;
}
@media screen and (min-width: 992px) {
  footer {
    padding-bottom: 0;
  }
}
footer .f_container {
  width: 100%;
}
footer .f_container .footer_menu {
  width: 100%;
  background-color: rgb(0, 51, 102);
  text-align: center;
  padding: 10px 0;
}
footer .f_container .footer_menu a {
  color: #fff;
}
@media screen and (min-width: 992px) {
  footer .f_container .footer_menu {
    font-size: 1.0625rem;
    padding: 30px 0;
  }
}
footer .f_container .copy_right {
  width: 100%;
  background-color: rgb(1, 113, 180);
  padding: 15px 0;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) {
  footer .f_container .copy_right {
    font-size: 1.0625rem;
    padding: 30px 0;
  }
}

main {
  width: 100%;
  /* ***** container ***** */
}
main #container {
  width: 100%;
  /**/
  /**/
  /**/
  /**/
  /* ***** m_Compatible_area ***** */
  /* ***** m_FAQ ***** */
  /* m_Inquiry_form */
}
main #container .m_First_view {
  width: 100%;
  position: relative;
}
main #container .m_First_view .m_First_view_container {
  width: 100%;
}
main #container .m_First_view .m_First_view_container h1 {
  position: relative;
  z-index: -1;
  bottom: 33px;
  margin-bottom: -4.3vh;
}
@media screen and (min-width: 535px) {
  main #container .m_First_view .m_First_view_container h1 {
    bottom: 55px;
  }
}
@media screen and (min-width: 992px) {
  main #container .m_First_view .m_First_view_container h1 {
    bottom: 30px;
    margin-bottom: -30px;
  }
}
main #container .m_First_view .m_First_view_container a {
  position: relative;
  z-index: 0;
  bottom: 24px;
  margin-bottom: -7.3vh;
  display: block;
}
@media screen and (min-width: 535px) {
  main #container .m_First_view .m_First_view_container a {
    bottom: 65px;
    margin-bottom: -16.5vh;
  }
}
@media screen and (min-width: 992px) {
  main #container .m_First_view .m_First_view_container a {
    bottom: 0;
    margin-bottom: 0;
    display: none;
  }
}
main #container .m_Service_price {
  width: 100%;
  background-color: rgba(41, 163, 218, 0.15);
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  main #container .m_Service_price {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
main #container .m_Service_price .m_Service_price_container {
  width: 100%;
  margin: 0 auto;
}
main #container .m_Service_price .m_Service_price_container .Sec_Ttl {
  margin: 25px 0 30px;
}
main #container .m_Service_price .m_Service_price_container h2 {
  position: relative;
}
main #container .m_Service_price .m_Service_price_container h2 img {
  width: 200px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media screen and (min-width: 992px) {
  main #container .m_Service_price .m_Service_price_container h2 img {
    width: 400px;
  }
}
main #container .m_Service_price .m_Service_price_container .m_Service_price_detail {
  width: min(100%, 380px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
main #container .m_Service_price .m_Service_price_container .m_Service_price_detail h3 {
  position: relative;
  color: #fff;
  width: 50%;
  height: 208px;
  align-self: center;
  text-align: center;
  z-index: 5;
  font-size: 14px;
}
main #container .m_Service_price .m_Service_price_container .m_Service_price_detail h3 img {
  position: absolute;
  top: -12.5%;
  left: 0;
  z-index: -1;
  width: 100%;
}
main #container .m_Service_price .m_Service_price_container .m_Service_price_detail h3 span {
  font-size: 10px;
  margin-left: 5px;
}
main #container .m_Service_price .m_Service_price_container .m_Service_price_detail h3 span.margin_1 {
  margin-left: 1px;
}
main #container .m_Service_price .m_Service_price_container .m_Service_price_detail h3:nth-of-type(odd) {
  position: relative;
  left: 3%;
}
main #container .m_Service_price .m_Service_price_container .m_Service_price_detail h3:nth-of-type(even) {
  position: relative;
  right: 3%;
}
@media screen and (min-width: 992px) {
  main #container .m_Service_price .m_Service_price_container .m_Service_price_detail {
    width: min(85%, 1440px);
    margin: 50px auto 0;
  }
  main #container .m_Service_price .m_Service_price_container .m_Service_price_detail h3 {
    width: 25%;
    height: clamp(260px, 24vw, 336px);
    font-size: clamp(13px, 1.3vw, 25px);
  }
  main #container .m_Service_price .m_Service_price_container .m_Service_price_detail h3 img {
    top: min(-3.1vw,-31px);
  }
  main #container .m_Service_price .m_Service_price_container .m_Service_price_detail h3 span {
    font-size: 13px;
  }
  main #container .m_Service_price .m_Service_price_container .m_Service_price_detail h3:nth-of-type(odd) {
    position: relative;
    left: 0%;
  }
  main #container .m_Service_price .m_Service_price_container .m_Service_price_detail h3:nth-of-type(even) {
    position: relative;
    right: 0%;
  }
  main #container .m_Service_price .m_Service_price_container .m_Service_price_detail h3:nth-of-type(11) {
    width: 50%;
    text-align: start;
  }
  main #container .m_Service_price .m_Service_price_container .m_Service_price_detail h3:nth-of-type(11) img {
    top: min(-3.6vw, -36px);
  }
  main #container .m_Service_price .m_Service_price_container .m_Service_price_detail h3:nth-of-type(11) > span {
    position: relative;
    left: 4.5vw;
    font-size: clamp(18px, 1.5vw, 25px);
  }
  main #container .m_Service_price .m_Service_price_container .m_Service_price_detail h3:nth-of-type(12) {
    width: 50%;
    text-align: start;
  }
  main #container .m_Service_price .m_Service_price_container .m_Service_price_detail h3:nth-of-type(12) img {
    top: min(-3.6vw, -36px);
  }
  main #container .m_Service_price .m_Service_price_container .m_Service_price_detail h3:nth-of-type(12) > span {
    position: relative;
    left: 5.5vw;
    font-size: clamp(18px, 1.5vw, 25px);
  }
}
main #container .m_Service_price .m_Service_price_container .m_Service_price_Other_services {
  width: 100%;
}
main #container .m_Service_price .m_Service_price_container .m_Service_price_Other_services img:nth-of-type(odd) {
  margin-top: 5px;
}
main #container .m_Service_price .m_Service_price_container .m_Service_price_Other_services img:nth-of-type(even) {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  main #container .m_Service_price .m_Service_price_container .m_Service_price_Other_services img:nth-of-type(even) {
    width: 80%;
    margin: 40px auto 0;
  }
}
main #container .m_Work_flow {
  width: 100%;
  background-color: rgb(198, 236, 255);
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  main #container .m_Work_flow {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
main #container .m_Work_flow .m_Work_flow_container {
  width: 100%;
  padding: 0 0 50px;
}
main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail {
  width: min(100%, 430px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail {
    width: 100%;
  }
}
main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail .m_Work_flow_detail_block {
  width: 100%;
  display: flex;
  position: relative;
}
@media screen and (min-width: 992px) {
  main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail .m_Work_flow_detail_block {
    width: 55%;
    background-color: #fff;
    padding: 30px 0 70px;
    margin-left: 5vw;
  }
}
main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail .m_Work_flow_detail_block img.step_img {
  width: 25%;
  align-self: center;
}
@media screen and (min-width: 992px) {
  main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail .m_Work_flow_detail_block img.step_img {
    width: min(13%, 130px);
    align-self: flex-start;
    position: relative;
    top: -30px;
    left: 20px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 992px) {
  main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail .m_Work_flow_detail_block img.square_img {
    width: min(40px, 5%);
    align-self: flex-start;
    position: absolute;
    top: -1px;
    right: 0;
  }
}
main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail .m_Work_flow_detail_block .m_Work_flow_detail_explain {
  width: 78%;
  display: flex;
  flex-direction: column;
  line-height: 14px;
}
main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail .m_Work_flow_detail_block .m_Work_flow_detail_explain h3 {
  width: 90%;
  margin: 0 auto;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 1px solid rgb(194, 194, 194);
  align-self: center;
}
main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail .m_Work_flow_detail_block .m_Work_flow_detail_explain p {
  width: 90%;
  margin: 5px auto;
  font-size: 0.5625rem;
}
main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail .m_Work_flow_detail_block .m_Work_flow_detail_explain img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail .m_Work_flow_detail_block .m_Work_flow_detail_explain {
    line-height: 45px;
    position: relative;
    margin-left: 20px;
  }
  main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail .m_Work_flow_detail_block .m_Work_flow_detail_explain h3 {
    font-size: clamp(23px, 2.3vw, 50px);
    padding-bottom: 30px;
  }
  main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail .m_Work_flow_detail_block .m_Work_flow_detail_explain p {
    font-size: clamp(13px, 1.3vw, 35px);
    padding-top: 30px;
  }
  main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail .m_Work_flow_detail_block .m_Work_flow_detail_explain img {
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate(0%, -80%);
    width: min(70%, 440px);
  }
}
@media screen and (min-width: 992px) {
  main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail .m_Work_flow_detail_block {
    margin-top: 70px;
  }
}
main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail > img {
  position: relative;
  top: -85px;
}
@media screen and (min-width: 410px) {
  main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail > img {
    top: -100px;
  }
}
@media screen and (min-width: 992px) {
  main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail > img {
    top: 0;
    width: 100%;
  }
}
main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail .m_Work_flow_detail_block:nth-of-type(2) {
  position: relative;
  bottom: 20px;
}
@media screen and (min-width: 992px) {
  main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail .m_Work_flow_detail_block:nth-of-type(2) {
    bottom: 0;
    margin-bottom: 80px;
  }
}
main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail .m_Work_flow_detail_block:nth-of-type(3) {
  position: relative;
  bottom: 80px;
}
@media screen and (min-width: 410px) {
  main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail .m_Work_flow_detail_block:nth-of-type(3) {
    bottom: 85px;
  }
}
@media screen and (min-width: 992px) {
  main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail .m_Work_flow_detail_block:nth-of-type(3) {
    bottom: 0;
  }
}
main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail .m_Work_flow_detail_block:nth-of-type(4) {
  position: relative;
  bottom: 103px;
  margin-bottom: -103px;
}
@media screen and (min-width: 992px) {
  main #container .m_Work_flow .m_Work_flow_container .m_Work_flow_detail .m_Work_flow_detail_block:nth-of-type(4) {
    bottom: 0;
    margin-bottom: 0;
  }
}
main #container .m_Work_flow > a {
  max-width: 430px;
  margin: 0 auto;
  display: block;
  position: relative;
  bottom: 27px;
}
@media screen and (min-width: 410px) {
  main #container .m_Work_flow > a {
    bottom: 34px;
  }
}
main #container .m_Customers_reviews {
  width: 100%;
  background-color: rgba(41, 163, 218, 0.15);
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  main #container .m_Customers_reviews {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
main #container .m_Customers_reviews .m_Customers_reviews_container {
  width: min(100%, 430px);
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  main #container .m_Customers_reviews .m_Customers_reviews_container {
    width: 100%;
  }
}
main #container .m_Customers_reviews .m_Customers_reviews_container .m_Customers_reviews_detail {
  width: 99%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
main #container .m_Customers_reviews .m_Customers_reviews_container .m_Customers_reviews_detail img {
  width: 100%;
  align-self: center;
}
@media screen and (min-width: 992px) {
  main #container .m_Customers_reviews .m_Customers_reviews_container .m_Customers_reviews_detail {
    width: 85%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main #container .m_Customers_reviews .m_Customers_reviews_container .m_Customers_reviews_detail img {
    width: 49%;
  }
}
main #container .m_Compatible_area {
  width: 100%;
  background-color: rgb(198, 236, 255);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  /* 日本列島 */
}
@media screen and (min-width: 992px) {
  main #container .m_Compatible_area {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
main #container .m_Compatible_area > img {
  position: absolute;
  max-width: none;
  width: 480px;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-61%, -103%);
  z-index: 0;
}
@media screen and (min-width: 992px) {
  main #container .m_Compatible_area > img {
    width: min(1440px, 100%);
    transform: translate(-51%, -77%);
  }
}
main #container .m_Compatible_area .m_Compatible_area_container {
  width: min(80%, 430px);
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  main #container .m_Compatible_area .m_Compatible_area_container {
    width: min(80%, 1152px);
  }
}
main #container .m_Compatible_area .m_Compatible_area_container .m_Compatible_area_detail {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  main #container .m_Compatible_area .m_Compatible_area_container .m_Compatible_area_detail {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  main #container .m_Compatible_area .m_Compatible_area_container .Kanto_area, main #container .m_Compatible_area .m_Compatible_area_container .Chubu_area {
    width: 48%;
    max-width: none;
  }
}
main #container .m_Compatible_area .m_Compatible_area_container .Kanto_area dt, main #container .m_Compatible_area .m_Compatible_area_container .Chubu_area dt {
  border-radius: 10px 10px 0 0;
  width: 100%;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  background-color: rgb(1, 113, 180);
  padding: 10px 0;
}
@media screen and (min-width: 992px) {
  main #container .m_Compatible_area .m_Compatible_area_container .Kanto_area dt, main #container .m_Compatible_area .m_Compatible_area_container .Chubu_area dt {
    font-size: clamp(23px, 2.2vw, 1.875rem);
    letter-spacing: 1px;
    padding: 30px 0;
  }
}
main #container .m_Compatible_area .m_Compatible_area_container .Kanto_area dd, main #container .m_Compatible_area .m_Compatible_area_container .Chubu_area dd {
  border-radius: 0 0 10px 10px;
  width: 100%;
  color: rgb(0, 0, 0);
  font-size: 0.75rem;
  background-color: #fff;
  align-items: center;
  padding: 10px 20px;
}
@media screen and (min-width: 992px) {
  main #container .m_Compatible_area .m_Compatible_area_container .Kanto_area dd, main #container .m_Compatible_area .m_Compatible_area_container .Chubu_area dd {
    font-size: clamp(16px, 1.5vw, 1.4375rem);
    letter-spacing: 1px;
    padding: 40px 70px;
    line-height: 30px;
    height: 80%;
  }
}
main #container .m_Compatible_area .m_Compatible_area_container .Chubu_area {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  main #container .m_Compatible_area .m_Compatible_area_container .Chubu_area {
    margin-top: 0px;
    position: relative;
  }
  main #container .m_Compatible_area .m_Compatible_area_container .Chubu_area img {
    position: absolute;
    top: 58%;
    left: 73%;
    width: 30%;
  }
}
main #container .m_FAQ {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(41, 163, 218, 0.15);
}
@media screen and (min-width: 992px) {
  main #container .m_FAQ {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
main #container .m_FAQ .m_FAQ_container {
  width: min(90%, 430px);
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  main #container .m_FAQ .m_FAQ_container {
    width: min(60%, 900px);
  }
}
main #container .m_FAQ .m_FAQ_container .m_FAQ_dl {
  width: 100%;
}
main #container .m_FAQ .m_FAQ_container .m_FAQ_dl dt {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: flex;
  color: #fff;
  font-size: 0.75rem;
  background-color: rgb(1, 113, 180);
  padding: 0 10px;
}
main #container .m_FAQ .m_FAQ_container .m_FAQ_dl dt img {
  margin-right: 20px;
  width: 20px;
  background-color: #fff;
  align-self: center;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  main #container .m_FAQ .m_FAQ_container .m_FAQ_dl dt {
    font-size: clamp(16px, 1.5vw, 1.4375rem);
    height: auto;
    padding: 10px;
  }
  main #container .m_FAQ .m_FAQ_container .m_FAQ_dl dt img {
    width: 30px;
    border-radius: 15px;
  }
}
main #container .m_FAQ .m_FAQ_container .m_FAQ_dl dd {
  border-radius: 0 0 10px 10px;
  width: 100%;
  display: flex;
  color: rgb(0, 0, 0);
  font-size: 0.75rem;
  background-color: #fff;
  align-items: center;
  padding: 10px 10px;
}
main #container .m_FAQ .m_FAQ_container .m_FAQ_dl dd img {
  margin-right: 20px;
  width: 20px;
  background-color: #fff;
  align-self: flex-start;
}
@media screen and (min-width: 992px) {
  main #container .m_FAQ .m_FAQ_container .m_FAQ_dl dd {
    font-size: clamp(16px, 1.5vw, 1.4375rem);
    height: auto;
    padding: 10px auto 20px;
    line-height: 35px;
  }
  main #container .m_FAQ .m_FAQ_container .m_FAQ_dl dd img {
    width: 30px;
  }
}
main #container .m_FAQ .m_FAQ_container .m_FAQ_dl + .m_FAQ_dl {
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  main #container .m_FAQ .m_FAQ_container .m_FAQ_dl + .m_FAQ_dl {
    margin-top: 30px;
  }
}
main #container .m_Inquiry_form {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgb(198, 236, 255);
}
@media screen and (min-width: 992px) {
  main #container .m_Inquiry_form {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
main #container .m_Inquiry_form .m_Inquiry_form_container {
  width: 100%;
}
main #container .m_Inquiry_form .m_Inquiry_form_container .m_Inquiry_form_contact_detail {
  width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  main #container .m_Inquiry_form .m_Inquiry_form_container .m_Inquiry_form_contact_detail {
    width: 50%;
    margin-top: 30px;
  }
}
main #container .m_Inquiry_form .m_Inquiry_form_container .m_Inquiry_form_contact_detail table {
  width: 100%;
}
main #container .m_Inquiry_form .m_Inquiry_form_container .m_Inquiry_form_contact_detail table tr {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  main #container .m_Inquiry_form .m_Inquiry_form_container .m_Inquiry_form_contact_detail table tr {
    flex-direction: row;
  }
}
main #container .m_Inquiry_form .m_Inquiry_form_container .m_Inquiry_form_contact_detail table tr th {
  color: #fff;
  display: inline;
  align-self: flex-start;
  font-size: 0.625rem;
  margin-bottom: 5px;
}
main #container .m_Inquiry_form .m_Inquiry_form_container .m_Inquiry_form_contact_detail table tr th span {
  padding: 2px 5px;
  background-color: rgb(185, 39, 45);
}
@media screen and (min-width: 992px) {
  main #container .m_Inquiry_form .m_Inquiry_form_container .m_Inquiry_form_contact_detail table tr th {
    width: 30%;
    font-size: clamp(14px, 1vw, 18px);
    padding: 7px 10px;
    margin-bottom: 30px;
    margin-right: 15px;
    display: flex;
  }
  main #container .m_Inquiry_form .m_Inquiry_form_container .m_Inquiry_form_contact_detail table tr th span {
    margin-left: auto;
    display: inline-block;
    padding: 8px 12px;
  }
}
main #container .m_Inquiry_form .m_Inquiry_form_container .m_Inquiry_form_contact_detail table tr td {
  margin-bottom: 5px;
}
main #container .m_Inquiry_form .m_Inquiry_form_container .m_Inquiry_form_contact_detail table tr td a {
  color: rgb(0, 51, 102);
  font-size: 1.375rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  main #container .m_Inquiry_form .m_Inquiry_form_container .m_Inquiry_form_contact_detail table tr td {
    margin-bottom: 0;
  }
  main #container .m_Inquiry_form .m_Inquiry_form_container .m_Inquiry_form_contact_detail table tr td a {
    display: inline-block;
    font-size: clamp(30px, 2.3vw, 40px);
    padding-top: 15px;
  }
}
main #container .m_Inquiry_form .m_Inquiry_form_container .m_Inquiry_form_contact_detail .contact_attention {
  color: rgb(0, 51, 102);
}
@media screen and (min-width: 992px) {
  main #container .m_Inquiry_form .m_Inquiry_form_container .m_Inquiry_form_contact_detail .contact_attention {
    font-size: 1.0625rem;
    text-align: center;
  }
}

/* ------------------------------------------------
共通
------------------------------------------------ */
/* Sass変数 */
/* -- 共通スタイル -- */
.pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .pc {
    display: block;
  }
}

.mb {
  display: none;
}
@media screen and (max-width: 992px) {
  .mb {
    display: block;
  }
}

.Sec_Ttl {
  width: 100%;
  margin: 0px auto 30px;
  text-align: center;
  color: rgb(0, 51, 102);
  font-size: 1.4375rem;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}
@media screen and (min-width: 992px) {
  .Sec_Ttl {
    margin-bottom: 70px;
    font-size: clamp(37.5px, 4vw, 3.125rem);
    line-height: 70px;
  }
}
.Sec_Ttl span {
  padding: 5px 10px;
  background: repeating-linear-gradient(-55deg, #fff, #fff 10px, rgba(41, 163, 218, 0) 5px, rgba(41, 163, 218, 0) 15px);
}
@media screen and (min-width: 992px) {
  .Sec_Ttl span {
    padding: 15px 20px;
    background: repeating-linear-gradient(-55deg, #fff, #fff 25px, rgba(41, 163, 218, 0) 8px, rgba(41, 163, 218, 0) 50px);
  }
}

body {
  color: rgb(0, 0, 0);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 17px;
  font-size: 0.75rem;
}
body.is-fixed {
  overflow: hidden;
}

a {
  color: rgb(0, 0, 0);
  transition: 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  opacity: 0.85;
}/*# sourceMappingURL=style.css.map */