@charset "utf-8";
/* ----------------------------------------
  html5
---------------------------------------- */
article, aside, canvas, details, figcaption, figure, header, footer, hgroup, menu, nav, section, summary {
  display: block;
}
/* ----------------------------------------
  bace
---------------------------------------- */
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
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, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, main, article, aside, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
address {
  font-style: normal;
}
img, a img {
  border: 0;
}
img {
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul, ol {
  margin: 0 0 0 0;
  padding: 0;
}
/* ----------------------------------------
  link
---------------------------------------- */
a, a:visited {
  color: #3c3c3c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.fade {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.fade:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* ----------------------------------------
  common class
---------------------------------------- */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-min {
  font-size: 70%;
}
.text-big {
  font-size: 130%;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.img-max {
  max-width: 100%;
  height: auto;
}
.img-box {
  overflow: hidden;
  position: relative;
  padding-top: 66%;
}
.img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: 0.5s;
}
/* ----------------------------------------
  iOS reset
---------------------------------------- */
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
/* ----------------------------------------
  input
---------------------------------------- */
.input01, .input02, .input03 {
  width: 100%;
  box-sizing: border-box;
  color: #000;
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 20px;
}
.input01::placeholder, .input02::placeholder, .input03::placeholder {
  color: #b5b5b5;
}
.input01 {
  width: 100%;
}
.input02 {
  width: 80%;
}
.input03 {
  width: 40%;
}
.select01 {
  padding: 10px 15px;
}
.cmn-submit, .submit input {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 200px;
  background-color: #6e6e6e;
  border: solid 1px #6e6e6e;
  border-radius: 40px;
  cursor: pointer;
  padding: 20px 30px;
  margin-bottom: 15px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.cmn-submit:hover, .submit input:hover {
  color: #fff;
  background-color: #6e6e6e;
  border: solid 1px #6e6e6e;
  cursor: pointer;
}
@media screen and (max-width: 799px) {
  /* ----------------------------------------
input
------------------------------------------- */
  .input01 {
    width: 100%;
  }
  .input02 {
    width: 100%;
  }
  .input03 {
    width: 100%;
  }
}