@charset "UTF-8";
/* CSS Document */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  overflow-x: hidden;
  color: #1A1A1A;
  background-color: #FFFFFF;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
}
.black {
  color: #1A1A1A;
}
.blue {
  color: #0071BC;
}
.white {
  color: #FFFFFF;
}
.red {
  color: #FF0000;
}
.greenblue {
  color: #00A99D;
}
hr {
  border: none;
}
.relative {
  position: relative;
}
.indent {
  padding-left: 1em;
}
.alignRight {
  text-align: right;
}
.alignCenter {
  text-align: center;
}
.alignLeft {
  text-align: left;
}
.link:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); /* Ie用 */
}
.link {
  transition: opacity 0.3s ease-out;
}
a {
  transition: all .3s;
}
.block {
  display: block;
}
.both {
  clear: both;
}
.hidden {
  overflow: hidden;
}
.inline {
  display: inline-block;
}
.under {
  text-decoration: underline;
}
.underhov:hover {
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
.ls100 {
  letter-spacing: 0.1em;
}
.text12 {
  font-size: 0.75rem;
}
.text13 {
  font-size: 0.8125rem;
}
.text14 {
  font-size: 0.875rem
}
.text15 {
  font-size: 0.9375rem;
}
.text16 {
  font-size: 1rem
}
.text17 {
  font-size: 1.0625rem;
}
.text18 {
  font-size: 1.125rem;
}
.text19 {
  font-size: 1.1875rem;
}
.text20 {
  font-size: 1.25rem;
}
.text21 {
  font-size: 1.3125rem;
}
.text22 {
  font-size: 1.375rem;
}
.text24 {
  font-size: 1.5rem;
}
.text25 {
  font-size: 1.5625rem;
}
.text26 {
  font-size: 1.625rem;
}
.text27 {
  font-size: 1.6875rem;
}
.text28 {
  font-size: 1.75rem;
}
.text32 {
  font-size: 2rem;
}
.text36 {
  font-size: 2.25rem;
}
.text38 {
  font-size: 2.375rem;
}
.text47 {
  font-size: 2.9375rem;
}
.line25 {
  line-height: 25px;
}
.line30 {
  line-height: 30px;
}
.line33 {
  line-height: 33px;
}
.line35 {
  line-height: 35px;
}
.line40 {
  line-height: 40px;
}
.line45 {
  line-height: 45px;
}
.line48 {
  line-height: 48px;
}
.line50 {
  line-height: 50px;
}
.line60 {
  line-height: 60px;
}
.mgb5 {
  margin-bottom: 5px;
}
.mgb15 {
  margin-bottom: 15px;
}
.mgb10 {
  margin-bottom: 10px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb40 {
  margin-bottom: 40px;
}
.mgb50 {
  margin-bottom: 50px;
}
.mgb60 {
  margin-bottom: 60px;
}
.mgb70 {
  margin-bottom: 70px;
}
.mgb80 {
  margin-bottom: 80px;
}
.mgb90 {
  margin-bottom: 90px;
}
.mgb100 {
  margin-bottom: 100px;
}
.mgb120 {
  margin-bottom: 120px;
}
.mgr10 {
  margin-right: 10px;
}
.dot {
  display: block;
}
.dot:before {
  content: "●";
  display: inline-block;
  margin-right: 3px;
}
.dotSmall {
  display: block;
padding-left: 1em;
}
.dotSmall:before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
}
ul.dot li {
  padding-left: 1em;
  position: relative;
}
ul.dot li:before {
  margin-left: -1em;
  content: "・";
}
ul.dotBig li {
  padding-left: 1em;
  position: relative;
}
ul.dotBig li:before {
  content: "●";
  display: inline-block;
  margin-left: -1em;
}
ul.dot:before {
  display: none;
}
.dashed {
  border-bottom: 1px dashed #1A1A1A;
}
/*CONTACT
-----------------------------------------------*/ ::placeholder {
  color: #AAAAAA;
}
.full {
  width: 100%;
}
/*PAGE
-----------------------------------------------*/
.pagination {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers {
  color: #0062D8;
  padding: 5px 10px;
  background-color: #FFFFFF;
  border: 1px solid #0062D8;
  margin: 0 6px;
  display: block;
}
.pagination a:hover, .current {
  color: #FFFFFF;
  background-color: #0062D8;
}
@media screen and (max-width: 640px) {
  .text15, .text18, .text17, .text19, .text20, .text22 {
    font-size: 0.875rem;
  }
  .text28 {
    font-size: 1.125rem;
  }
  .line35, .line45 {
    line-height: 30px;
  }
  .line40 {
    line-height: 30px;
  }
  .mgb15 {
    margin-bottom: 5px;
  }
  .mgb30 {
    margin-bottom: 18px;
  }
  .mgb40 {
    margin-bottom: 20px;
  }
  .mgb50, .mgb60, .mgb70, .mgb80 {
    margin-bottom: 30px;
  }
  .mgb100, .mgb90, .mgb120 {
    margin-bottom: 50px;
  }
}