@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE Mac */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* ---------- 初期 ---------- */
body {
  letter-spacing: 0.01em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  -webkit-text-size-adjust: 100%; }

img {
  max-width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none; }

a {
  text-decoration: none; }

strong {
  font-weight: bold; }

/* ---------- /共通部分 ---------- */
#jougetyuou {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto; }

#kadomaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

#resbtn {
  -webkit-appearance: none; }

.ancr {
  position: relative;
  transition: 0.5s; }

.anca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  cursor: pointer; }

.ancr:hover {
  opacity: 0.75;
  transition: 0.5s;
  cursor: pointer; }

/* ---------- /参考タグ部分 ---------- */
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

html {
  font-size: calc(1vw * 100 / 750); }

#top {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative; }
  #top .top_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    max-width: 300px;
    text-align: center;
    font-size: 16px; }
    #top .top_logo .top_logo_link {
      margin-top: 20px; }
      #top .top_logo .top_logo_link a {
        color: #fff;
        background: #E26913;
        box-sizing: border-box;
        border: solid 2px #E26913;
        padding: 10px 30px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        display: inline-block;
        transition: 0.3s; }
        #top .top_logo .top_logo_link a:hover {
          background: #fff;
          color: #E26913;
          transition: 0.3s; }
    #top .top_logo .top_logo_ttl {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 10px; }
    #top .top_logo .top_logo_txt {
      line-height: 1.5em; }

.head_logo {
  padding: 20px 0;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  text-align: center; }
  .head_logo a {
    display: block; }
  .head_logo img {
    width: 50%; }

#under {
  width: 90%;
  max-width: 500px;
  margin: 0 auto; }
  #under .contact {
    padding: 20px 0; }
    #under .contact .txt {
      font-size: 14px;
      line-height: 1.6em;
      margin-bottom: 1em; }
    #under .contact .contact_dl dt {
      font-size: 18px;
      border-left: solid 5px #000000;
      padding: 5px 0 5px 10px;
      margin-bottom: 5px; }
    #under .contact .contact_dl dd {
      font-size: 15px;
      border-bottom: solid 2px #E6E6E6;
      padding: 10px 0 15px;
      margin-bottom: 15px; }
      #under .contact .contact_dl dd input[type="text"] {
        box-sizing: border-box;
        padding: 10px;
        font-size: 15px;
        background: #F3F1F1;
        border-radius: 5px;
        border: solid 1px #F3F1F1;
        width: 100%; }
      #under .contact .contact_dl dd input[type="tel"] {
        box-sizing: border-box;
        padding: 10px;
        font-size: 15px;
        background: #F3F1F1;
        border-radius: 5px;
        border: solid 1px #F3F1F1;
        width: 40%; }
      #under .contact .contact_dl dd input[type="email"] {
        box-sizing: border-box;
        padding: 10px;
        font-size: 15px;
        background: #F3F1F1;
        border-radius: 5px;
        border: solid 1px #F3F1F1;
        width: 40%; }
      #under .contact .contact_dl dd textarea {
        box-sizing: border-box;
        padding: 10px;
        font-size: 15px;
        background: #F3F1F1;
        border-radius: 5px;
        border: solid 1px #F3F1F1;
        width: 100%; }
    #under .contact .pp {
      margin: 20px 0;
      box-sizing: border-box;
      padding: 20px;
      background: #F3F1F1;
      font-size: 15px;
      line-height: 1.5em; }
      #under .contact .pp .pp_ttl {
        font-weight: bold; }
      #under .contact .pp .pp_txt {
        font-size: 14px; }
        #under .contact .pp .pp_txt a {
          color: #000;
          text-decoration: underline; }
    #under .contact .send {
      text-align: center; }
      #under .contact .send input[type="submit"] {
        display: inline-block;
        background: #E26913;
        color: #fff;
        font-size: 18px;
        padding: 15px 30px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border: solid 2px #E26913;
        transition: 0.3s; }
        #under .contact .send input[type="submit"]:hover {
          transition: 0.3s;
          color: #E26913;
          background: #fff;
          cursor: pointer; }

#normal p {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 1em; }
#normal h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 3em; }
#normal h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 2em; }
#normal ul {
  padding-left: 2em;
  list-style: disc;
  margin-bottom: 16px; }
  #normal ul li {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 5px; }
#normal ol {
  list-style: decimal;
  padding-left: 2em;
  margin-bottom: 16px; }
  #normal ol li {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 5px; }

/* PC */
