@charset "UTF-8";
.txtc {
  text-align: center;
}
.txtr {
  text-align: right;
}
.txtl {
  text-align: left;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml80 {
  margin-left: 80px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr40 {
  margin-right: 40px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt40 {
  padding-top: 40px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb40 {
  padding-bottom: 40px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl40 {
  padding-left: 40px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr40 {
  padding-right: 40px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
.txt_mincho {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
}
.strong {
  font-weight: bold !important;
}
.txt07 {
  font-size: 0.7em;
}
.txt08 {
  font-size: 0.8em;
}
.txt09 {
  font-size: 0.9em;
}
.txt10 {
  font-size: 1.0em;
}
.txt11 {
  font-size: 1.1em;
}
.txt12 {
  font-size: 1.2em;
}
.txt14 {
  font-size: 1.4em;
}
.txt16 {
  font-size: 1.6em;
}
.txt18 {
  font-size: 1.8em;
}
.txt20 {
  font-size: 2em;
}
.txt21 {
  font-size: 2.1em;
}
.txt25 {
  font-size: 2.5em;
}
.lh09 {
  line-height: 0.9;
}
.lh10 {
  line-height: 1.0;
}
.lh11 {
  line-height: 1.1;
}
.lh12 {
  line-height: 1.2;
}
.lh13 {
  line-height: 1.3;
}
.lh15 {
  line-height: 1.5;
}
.lh17 {
  line-height: 1.5;
}
.lh20 {
  line-height: 2.0;
}
.lha {
  line-height: 1.8;
}
.white {
  color: #fff;
}
.blue {
  color: #005d8b;
}
.blue2 {
  color: #151d3d;
}
.red {
  color: #fe0505;
}
.purple {
  color: #75246a;
}
.gray {
  color: #6b6b6b;
}
.black {
  color: #000;
}
.underline {
  text-decoration: underline;
}
.mintyo1 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "MS 明朝", serif;
}
.mintyo2 {
  font-family: "MS 明朝", serif;
}
.lsx {
  letter-spacing: -0.1em;
}
.lsy {
  letter-spacing: -0.05em;
}
@media only screen and (max-width : 640px) {
  .fleft, .fright {
    float: none;
  }
  .lha {
    line-height: 1.5;
  }
}