@charset "UTF-8";
@font-face {
  font-family: "U-OTF-Gothic";
  src: url(U-OTF-GothicBBBUpr-Medium.otf);
}
@font-face {
  font-family: "A-OTF-A1Mincho";
  src: url(A-OTF-A1MinchoStd-Bold.otf);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(Helvetica-Neue.otf);
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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;
}

body {
  font-size: 16px;
  font-family: "U-OTF-Gothic", sans-serif;
  line-height: 1.6;
  background: #fff;
}

section {
  position: relative;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

p {
  line-height: 2em;
  word-break: break-all;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトのスタイルを無効 */
}

select::-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}

.c {
  text-align: center;
}

@media (min-width: 769px) {
  .pcc {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .spc {
    text-align: center;
  }
}

.r {
  text-align: right;
}

.flexbox-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 769px) {
  .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .flexbox-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.jus-s {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jus-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jus-e {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jus-ad {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.jus-bn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.al-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.al-s {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.al-e {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexbox-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexbox-in {
  display: inline-flex;
}

.flex-r {
  flex-flow: row-reverse;
}

.pc {
  display: none;
}
@media (min-width: 769px) {
  .pc {
    display: block;
  }
}

.pc-in {
  display: none;
}
@media (min-width: 769px) {
  .pc-in {
    display: inline;
  }
}

.sp {
  display: block;
}
@media (min-width: 769px) {
  .sp {
    display: none;
  }
}

.sp-in {
  display: none;
}
@media (max-width: 768px) {
  .sp-in {
    display: inline;
  }
}

.max-w {
  position: relative;
  margin-left: 40px;
  margin-right: 40px;
}
@media (min-width: 769px) {
  .max-w {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: content-box;
  }
}

.max-ws {
  position: relative;
  margin-left: 40px;
  margin-right: 40px;
}
@media (min-width: 769px) {
  .max-ws {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: content-box;
  }
}

.wrap {
  overflow: hidden;
}

.inlinelink {
  display: inline;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  .inlinelink:hover {
    opacity: 0.7;
  }
}

@media (min-width: 769px) {
  .hover-opacity {
    transition: opacity 0.3s;
  }
  .hover-opacity:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=base.css.map */