/* ----------------------------------------------------------------------------------------------------
  text
* --------------------------------------------------------------------------------------------------*/
/* align
--------------------------------------------------*/
.ta_l {
  text-align: left !important;
}

.ta_c {
  text-align: center !important;
}

.ta_r {
  text-align: right !important;
}

.va_t {
  vertical-align: top !important;
}

/* font-weight
--------------------------------------------------*/
.fw_b {
  font-weight: bold;
}

/* title
--------------------------------------------------*/
.ttl__style_1 {
  font-size: 2.4rem;
}

@media print, screen and (min-width: 769px) {
  .ttl__style_1 {
    font-size: 3.8rem;
  }
}

.ttl__style_1 span {
  display: block;
  margin-bottom: 0.3em;
  font-size: 1.5rem;
  font-weight: normal;
}

@media print, screen and (min-width: 769px) {
  .ttl__style_1 span {
    font-size: 2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
  other
* --------------------------------------------------------------------------------------------------*/
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

@media print, screen and (min-width: 769px) {
  .pc_fl_l {
    float: left;
  }
  .pc_fl_r {
    float: right;
  }
}

.cl_b {
  clear: both;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block;
  }
}

/* button
--------------------------------------------------*/
[class*="btn__style"] a {
  display: block;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  line-height: 1.2;
}

[class*="btn__style"] a:hover {
  opacity: 1;
  text-decoration: none;
}

.btn__style_1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 40px;
  margin: auto;
  background: #fff;
  text-align: center;
  color: #333399;
  font-size: 1.7rem;
  font-weight: bold;
}

.btn__style_1 a:hover {
  background: #333399;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .btn__style_1 a {
    height: 60px;
    font-size: 2.4rem;
  }
}

/* list
--------------------------------------------------*/
.list__reset {
  padding-left: 0;
  list-style: none;
}
