/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
/* utility */
.cf {
  zoom: 1;
}

.cf:after {
  display: table;
  clear: both;
  visibility: hidden;
  content: "";
}

.pd-t_40 {
  padding-top: 40px;
}

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

.between {
  justify-content: space-between;
}

.contents-display_ar-2 img {
  float: none;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

ul li {
  list-style-type: none;
}

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

.pd-t_40 {
  padding-top: 40px;
}

.mg-t_5 {
  margin-top: 5px;
}

.mg-b_5 {
  margin-bottom: 5px;
}

.mg-b_5 {
  margin-bottom: 5px;
}

.mg-b_20 {
  margin-bottom: 20px;
}

.mg-b_30 {
  margin-bottom: 30px;
}

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

/* txt */
.txt_read {
  /* txt */
  font-size: 14px !important;
  font-style: normal !important;
  line-height: 1.85 !important;
  letter-spacing: 0.07em !important;
}

.txt_read small.note {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.07em;
  opacity: .9;
}

@media only screen and (max-width: 767px) {
  .txt_read {
    /* txt */
    font-size: 13px !important;
  }
}
