@charset "UTF-8";
/* Scss Document */
/*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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  color: #000;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  counter-reset: number 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

address, em {
  font-style: normal;
}

th {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  position: relative;
  z-index: 1;
}

img, fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.IE8 img {
  width: auto;
}

ul, li {
  list-style-type: none;
}

input[type="submit"], button, label, select {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

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

a {
  outline: none;
  color: #000;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  text-decoration: none !important;
  opacity: 0.7;
}

a img {
  -webkit-transition: .3s;
  transition: .3s;
}

a img:hover {
  text-decoration: none !important;
  opacity: .9;
}

.PcOnly {
  display: block;
}

@media only screen and (max-width: 769px) {
  .PcOnly {
    display: none;
  }
}

.SpOnly {
  display: none;
}

@media only screen and (max-width: 769px) {
  .SpOnly {
    display: block;
  }
}

/*title//txt//btn
******************************************************/
.SectionTitle {
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  margin: 0 auto 50px;
  letter-spacing: .05em;
}

@media only screen and (max-width: 480px) {
  .SectionTitle {
    font-size: 38px;
    font-size: 3.8rem;
    margin: 0px auto 30px;
  }
}

.PageTitle {
  font-size: 35px;
  font-size: 3.5rem;
  text-align: center;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 480px) {
  .PageTitle {
    font-size: 30px;
    font-size: 3rem;
    margin: 0 auto 30px;
  }
}

.TxtType01 {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 769px) {
  .TxtType01 {
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 480px) {
  .TxtType01 {
    font-size: 4vw;
    margin: 0 auto 20px;
  }
}

.TxtType02 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto 40px;
}

.TxtType03 {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 769px) {
  .TxtType03 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.TxtType04 {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 480px) {
  .TxtType04 {
    font-size: 2vw;
  }
}

.TxtType05 {
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  margin: 10px auto 0px;
  font-weight: bold;
}

@media only screen and (max-width: 769px) {
  .TxtType05 {
    font-size: 10px;
    font-size: 1rem;
  }
}

.Btn01, .Btn02 {
  display: block;
  max-width: 300px;
  margin: 10px auto 40px auto;
  border: 2px solid #000;
  border-radius: 10px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  padding: 7px 0;
  letter-spacing: .1em;
}

@media only screen and (max-width: 480px) {
  .Btn01, .Btn02 {
    font-size: 20px;
    font-size: 2rem;
    width: 80%;
  }
}

.Btn01 {
  background: #fff;
}

.Btn02 {
  background: #000;
  color: #fff;
}

.under_b:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), color-stop(35%, #68C1BD));
  background: -webkit-linear-gradient(transparent 35%, #68C1BD 35%);
  background: linear-gradient(transparent 35%, #68C1BD 35%);
  width: 260px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 27px;
  margin: auto;
  z-index: -1;
}

@media only screen and (max-width: 480px) {
  .under_b:after {
    width: 240px;
  }
}
/*# sourceMappingURL=common.css.map */