@charset "UTF-8";

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  word-break: break-word;
  width: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 400;
}

sup {
  position: relative;
  top: -4px;
}

a,
a:link {
  color: #000;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  will-change: transform, animation, position;
}

a:hover {
  -ms-filter: "alpha(opacity=70)"; /* IE 8,9 */
  -moz-opacity: 0.7; /* FF , Netscape */
  -khtml-opacity: 0.7; /* Safari 1.x */
  opacity: 0.7;
}

input[type="button"] {
  cursor: pointer;
}

input[type="text"] {
  cursor: auto;
}

select {
  cursor: pointer;
}

ul li {
  list-style: none;
}

.en {
  ime-mode: inactive;
  cursor: text !important;
}

.ja {
  ime-mode: active;
  cursor: text !important;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

strong {
  font-weight: bold;
}

.left {
  float: left;
}

.right {
  float: right;
}

address {
  font-style: normal;
}

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

.clearfix {
  display: inline-block;
  min-height: 1%;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

* html .clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 
.tableBase {
  border-collapse: collapse;
  width: 680px;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.tableBase th {
  font-weight: 400;
  background: #f0f0f0;
}

.tableBase td,
.tableBase th {
  padding: 3px 3px 3px 6px;
  text-align: left;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.tableBase tr .half {
  width: 130px;
}
 */

.dlBase {
  border-collapse: collapse;
  width: 678px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.dlBase dt {
  float: left;
  width: 100px;
  clear: left;
}

.dlBase dd {
  margin-left: 101px;
}

.dlBase dd,
.dlBase dt {
  padding: 6px;
  border-top: 1px solid #ccc;
}

.MB20 {
  margin-bottom: 20px;
}

:focus {
  outline: 0;
}

.no-js-display-none {
  display: none !important;
}

input,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="button"]::-webkit-search-decoration,
input[type="checkbox"]::-webkit-search-decoration,
input[type="radio"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration {
  display: none;
}

input[type="button"]::focus,
input[type="checkbox"]::focus,
input[type="radio"]::focus,
input[type="submit"]::focus {
  outline-offset: -2px;
}

/* コンテンツのフェードイン */
.fadein {
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.fadein-top {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fadein-top.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.fadein-btm {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fadein-btm.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.fadein-right {
  opacity: 0;
  position: relative;
  transform: translate3d(2%, 2%, 0);
  -webkit-transition: transform 0.8s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition: transform 0.8s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
}
.fadein-left {
  opacity: 0;
  position: relative;
  transform: translate3d(-2%, 2%, 0);
  -webkit-transition: transform 0.8s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition: transform 0.8s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
}
.fadein-right.scrollin,
.fadein-left.scrollin {
  transform: translate3d(0%, 0, 0) !important;
  opacity: 1;
}
