@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  display: block;
  box-sizing: border-box;
}

span {
  display: inline;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style: none;
}

main {
  display: block;
}

/* Elements
============================================================ */
html {
  font-size: 62.5%;
  font-family: "游ゴシック UI", "游ゴシック Medium", YuGothicUI, YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: auto;
}

body {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  position: relative;
  color: #000;
}

a {
  color: #000;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  line-height: 1;
}

/* Default
============================================================ */
.container {
  max-width: 780px;
  margin: 0 auto;
}

.contact {
  margin: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.btn_web {
  width: 316px;
  height: auto;
}
.btn_web:hover {
  opacity: 0.7;
  transition: all 0.4s linear;
}

.footer {
  width: auto;
  background-color: #ededed;
  text-align: center;
}

.ft-link {
  display: flex;
  width: 70%;
  margin: auto;
  line-height: 1;
}
.ft-link a {
  width: 50%;
  margin: auto;
  padding-bottom: 30px;
}
.ft-link .ft-txt1 {
  font-size: 20px;
}

.hp {
  width: 36px;
  height: 38px;
  text-align: center;
  margin: 20px auto;
}

/* Layout
============================================================ */
.l-kv {
  margin-bottom: 70px;
}

.l-bin {
  margin-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

.l-column {
  display: flex;
  width: 100%;
  gap: 20px;
}

/* Component
============================================================ */
.c-title {
  border-left: 6px solid #CF0C18;
  padding-left: 20px;
  font-size: 2.4rem;
}

.c-title-sub {
  display: table;
  margin: 0 auto 20px;
  color: #AD8047;
  font-size: 2rem;
  border-bottom: 1px solid #AD8047;
  text-align: center;
}
.c-title-sub br {
  display: none;
}

.c-seismicIntensity-title {
  padding: 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.c-seismicIntensity-subtitle {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
.c-seismicIntensity-bin {
  display: flex;
  gap: 16px;
  padding: 16px;
}
.c-seismicIntensity-icon {
  flex-grow: 1;
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  padding: 12px;
  border-radius: 10px;
  background: #fff;
}
.c-seismicIntensity-icon img {
  margin: 0 auto;
  width: auto;
  max-height: 66px;
}
.c-seismicIntensity-text {
  position: relative;
  display: inline-block;
  padding: 0 0 0 18px;
  font-size: 1.4rem;
  line-height: 1.4;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1rem;
}
.c-seismicIntensity-text:first-of-type {
  margin-bottom: 10px;
}
.c-seismicIntensity-text:before, .c-seismicIntensity-text::after {
  position: absolute;
  left: 0;
  content: "";
  vertical-align: middle;
}
.c-seismicIntensity-text::before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 3px;
}
.c-seismicIntensity-text::after {
  top: 7px;
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-seismicIntensity-text.u-bgcolor-huge {
  background: transparent;
}
.c-seismicIntensity-text.u-bgcolor-huge::before {
  background: #F4063D;
}
.c-seismicIntensity-text.u-bgcolor-middle {
  background: transparent;
}
.c-seismicIntensity-text.u-bgcolor-middle::before {
  background: #F49806;
}

.c-features {
  background: #F5F5FA;
  padding: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
.c-features-bin {
  margin-bottom: 40px;
  padding: 28px 32px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.c-features-bin:last-of-type {
  margin-bottom: 0;
}
.c-features-number {
  color: #CF0C18;
  font-size: 3.3rem;
  font-weight: bold;
  position: absolute;
  top: -28px;
  left: 18px;
}

/* Utility
============================================================ */
.u-2clm {
  width: 50%;
}

.u-3clm {
  width: 33.3333333333%;
}

.u-2clm-img:nth-last-of-type(1) {
  flex-grow: 1;
}
.u-2clm-img:nth-last-of-type(2) {
  flex-grow: 2;
}

.u-bg-gray {
  background: #F5F5FA;
}

.u-division-hr {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 3px solid #CF0C18;
}

.u-image-frame {
  position: relative;
  border: 2px solid #F5F5FA;
}
.u-image-headding {
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 10px;
}

.u-icon-new {
  display: inline-block;
  padding: 4px 10px;
  background: #CF0C18;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  left: 10px;
  top: 10px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-paragraph {
  margin-bottom: 30px;
}

.u-text-bold {
  font-weight: bold;
}

.u-superscript {
  font-size: 1.1rem;
  vertical-align: top;
  padding-right: 4px;
}

.u-annotation {
  font-size: 1.2rem;
  letter-spacing: 0;
}

.u-text-emphasis {
  color: #CF0C18;
  font-weight: bold;
}

.u-text-middle {
  font-size: 1.6rem;
}

.u-bgcolor-middle {
  background: #F49806;
}

.u-bgcolor-huge {
  background: #F4063D;
}

.u-textcolor-middle {
  color: #F49806;
}

.u-textcolor-huge {
  color: #F4063D;
}

@media screen and (max-width: 500px) {
  iframe {
    height: 250px !important;
  }
  .l-kv {
    margin-bottom: 40px;
  }
  .l-bin {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .l-column {
    flex-wrap: wrap;
  }
  .c-title {
    border-left: 5px solid #CF0C18;
    padding-left: 18px;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.1rem;
  }
  .c-title-sub {
    font-size: 1.6rem;
  }
  .c-title-sub br {
    display: block;
  }
  .c-seismicIntensity-icon {
    width: 110px;
    height: 110px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }
  .c-seismicIntensity-text br {
    display: none;
  }
  .c-features {
    background: #F5F5FA;
    padding: 30px 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .c-features-bin {
    padding: 28px 18px;
  }
  .c-features-text {
    font-size: 1.5rem;
  }
  .c-features-number {
    font-size: 2.8rem;
    top: -23px;
  }
  .u-paragraph {
    font-size: 1.5rem;
  }
  .u-2clm, .u-3clm {
    width: 100%;
  }
  .u-division-hr {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid #CF0C18;
  }
  .u-image-headding {
    font-size: 1.8rem;
  }
  .u-icon-new {
    font-size: 1.6rem;
  }
  section {
    margin-left: 20px;
    margin-right: 20px;
  }
  .contact {
    margin: 40px 0;
    flex-wrap: wrap;
  }
  .btn_web {
    width: 90%;
  }
  .btn_web:first-of-type {
    margin-bottom: 28px;
  }
  .ft-link {
    flex-wrap: wrap;
  }
  .ft-link a {
    width: 100%;
  }
}