@charset "UTF-8";
/* reset */
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 10px;
}

@media (max-width: 767px) {
  html {
    font-size: 2.666666666666667vw;
  }
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  background: #EEEEEE;
  font-size: 1.4rem;
  line-height: 2;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  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 #000;
  cursor: help;
}

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

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

input, select {
  vertical-align: middle;
}

small {
  font-size: 80%;
}

/* メイン */
.uq_inner {
  margin-top: 4.0rem;
	margin-bottom: 2.0rem;
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 2.0rem;
  padding-right: 2.0rem;
  box-sizing: content-box;
}

.uq_section + .uq_section {
  margin-top: 4.0rem;
}

@media (max-width: 767px) {
	.uq_section + .uq_section {
		margin-top: 2.0rem;
	}
}

.uq_logo {
  width: 10rem;
  margin-right: auto;
  margin-left: auto;
}

.uq_logo img {
  width: 100%;
  display: block;
}

.uq_title {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 6.0rem;
  margin-bottom: 6.0rem;
}
@media (max-width: 767px) {
  .uq_title {
    font-size: 2.0rem;
    margin-top: 4.0rem;
    margin-bottom: 3.5rem;
  }
}

.uq_box {
  border: solid 1px #B9B9B9;
  /* background: #fff; */
  padding: 2.0rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 3.0rem;
}

.uq_box_title {
  font-size: 1.6rem;
}

.uq_text {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .uq_text.--SpLeft {
    width: 100%;
  }
}

.uq_text > ._inner {
  text-align: left;
}

.uq_tel {
  margin-top: 3.0rem;
	font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .uq_tel {
    margin-top: 2.0rem;
  }
}

.uq_tel_number {
	border-bottom: solid 1px #333;
	text-decoration: none;
  font-size: 1.8rem;
  color: #333;
}
@media (min-width: 641px) {
  .uq_tel_number {
    pointer-events: none;
  }
}

.uq_tel_number > ._small {
  font-size: 80%;
}

.uq_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  border: solid 1px #ccc;
  width: 80vw;
  max-width: 260px;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  text-decoration: none;
  margin-top: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .uq_top {
    height: 50px;
    font-size: 15px;
  }
}

.uq_top::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}

.uq_bold {
  font-weight: bold;
}

.uq_footer {
  text-align: center;
  font-size: 1.2rem;
  color: #999;
  margin-top: 14.0rem;
}
@media (max-width: 767px) {
	.uq_footer {
		font-size: 1.0rem;
		margin-top: 7.0rem;
	}
}
