@charset "utf-8";

.BGclrRed{
  color:#fff !important;
  background-color:#cf122e !important;
}

.h2_type2{
  border-bottom: solid 3px #cf122e;
}

.BGclrSky{
  background-color:#ecf7ff !important;
}

.BGclrPink{
  background-color:#fff5f6 !important;
}

.FclrRed{
  color:#cf122e !important;
}

.cs_menu_dl dt{
  color:#cf122e !important;
  font-weight: bold;
}

.cs_menu_dl dt:before{
  content: '・';
  color:#cf122e !important;
  font-weight: bold;
}

.cs_list li{
  text-indent: -1em;
  padding-left: 1em;
}

.cs_list li:before{
  content: '・';
}

.cs_list_check li{
  text-indent: -1em;
  padding-left: 1em;
}

.cs_list_check li:before{
  content: '✓';
}

.dsp_flx{
  display: flex;
  align-items: flex-start;
}

.casestudy{
  width: 100%;
}

.casestudy dt ,.casestudy dd {
  margin: 0;
  padding: 0;
}

.casestudy dt {
  font-weight: bold;
}

.casestudy dd {
  margin-bottom: 0.5em;
}

ul.sec_list li{
  list-style-type: disc !important;
  margin-left: 1.5em;
}

ol.sec_list {
  list-style: none;
  counter-reset: number;
}
ol.sec_list li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}
ol.sec_list li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
}

.fwb{
  font-weight: bold;
}

.fwn{
  font-weight: normal;
}

/* reset */
dl,dt,dd{
  margin: 0;padding: 0; width: auto;
}

dl.dl_faq{
  display: flex;
  margin-bottom: 8px;
}

.dl_faq dt{
  text-align: center; padding-left: 16px;
  font-weight: bold;
}

@media screen and (max-width: 639px) {
	.rsp_dsp_90{
    transform: rotate(90deg);
  }
}

