@charset "utf-8";
@import url('./second.css');
p.exstyle {
  font-size: 0.9em;
  text-indent: -0.9em;
  margin-left: 0.9em;
  opacity: 0.9;
}
.button_style01.buttonleft {
  text-align: left;
}
.abstract_box01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 1px #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.abstract_box01.box_noborder {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.abstract_box01 .leftbox {
  width: 20%;
  color: #8c6213;
  font-weight: 700;
  font-size: 1.05em;
}
.abstract_box01 .rightbox {
  width: 78%;
  font-size: 0.95em;
}
.abstract_listbox01 {
  margin-top: 20px;
  background-color: #f6f5f0;
  padding: 25px 30px;
  box-sizing: border-box;
  border: solid 1px #ddd;
}
.abstract_listbox01 li:not(:last-child) {
  margin-bottom: 10px;
}
.abstract_listbox01 li i {
  color: #8c6213;
  font-weight: 700;
  font-size: 1.1em;
}
.abstract_listbox02 {
}
.abstract_listbox02 li {
  padding-left: 0.75em;
  position: relative;
  font-size: 0.95em;
}
.abstract_listbox02 li:not(:last-child) {
  margin-bottom: 20px;
}
.abstract_listbox02 li::before {
  content: ' ';
  width: 5px;
  height: 5px;
  background-color: #8c6213;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
.abstract_listbox02 li i {
  font-weight: 700;
}
.abstract_listbox02 li i.f_red {
  color: #d30104;
}
.abstract_listbox03 {
}
.abstract_listbox03 li {
  position: relative;
  font-size: 0.95em;
  text-indent: 0.95em;
}
.abstract_listbox03 li:not(:last-child) {
  margin-bottom: 20px;
}
.abstract_listbox03 li i {
  font-weight: 700;
  text-decoration: underline;
}
#section1 dl {
  text-align: center;
}
#section1 dl dt,
#section2 p,
#section2 ul li,
#section3 p,
#section3 ul li {
  font-weight: 500;
}
#section1 dl dd {
  font-size: 1.6em;
  font-weight: 700;
  /*color: #3b8bd5;*/
}
.abstract_column2 {
  margin-top: 30px;
}
.abstract_column2 dt {
  color: #8c6213;
  font-weight: 700;
  font-size: 1.08em;
  margin-bottom: 10px;
}
.abstract_column2 dd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.abstract_column2 dd > div {
  width: 48%;
}
.abstract_column2 dd > div a {
  min-width: 100%;
  box-sizing: border-box;
  font-size: 1em;
}
#section3 .abstract_listbox01 {
  margin-top: 10px;
}
#section4 dl {
  text-align: center;
}
#section4 dl dt {
  font-size: 1.08em;
  font-weight: 700;
}
#section4 dl dd {
  font-weight: 500;
}

.limit {
  position: relative;
  font-weight: inherit;
}
.limit::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  background: #b81616;
}
.limit_ex {
  font-size: 0.925em;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
}
.endtext {
  margin-top: 10px;
  text-align: center;
  color: #b81616;
  font-size: 1.3em;
  font-weight: 700;
}
/*----------------------------------------------------------------------------------
PCのみ
----------------------------------------------------------------------------------*/
@media screen and (min-width: 1001px) {
}
/*----------------------------------------------------------------------------------
タブレット・SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
}
/*----------------------------------------------------------------------------------
タブレット
----------------------------------------------------------------------------------*/
@media screen and (max-width: 999px) and (min-width: 641px) {
}
/*----------------------------------------------------------------------------------
SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .button_style01.buttonleft {
    text-align: center;
  }
  .abstract_box01 {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .abstract_box01 .leftbox {
    width: 100%;
    margin-bottom: 5px;
  }
  .abstract_box01 .rightbox {
    width: 100%;
    font-size: 0.95em;
  }
  .abstract_listbox01 {
    margin-top: 10px;
    padding: 20px 4.5%;
  }
  .abstract_listbox01 li:not(:last-child) {
    margin-bottom: 5px;
  }
  .abstract_listbox02 li:not(:last-child) {
    margin-bottom: 15px;
  }
  .abstract_listbox02 li::before {
    width: 4px;
    height: 4px;
    top: 9px;
  }
  .abstract_listbox03 li:not(:last-child) {
    margin-bottom: 15px;
  }
  #section1 dl dd {
    font-size: 1.3em;
  }
  .abstract_column2 {
    margin-top: 20px;
  }
  .abstract_column2 dt {
    text-align: center;
  }
  .abstract_column2 dd > div {
    width: 49%;
  }

  .endtext {
    margin-top: 6px;
    font-size: 1.1em;
  }
}
