#section_main_mineo * {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #section_main_mineo .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  #section_main_mineo .sp {
    display: none !important;
  }
}
#section_main_mineo h1,
#section_main_mineo h2,
#section_main_mineo h3,
#section_main_mineo h4,
#section_main_mineo h5 {
  font-weight: bold;
  font-feature-settings: "palt";
}
#section_main_mineo h1.pageTtl {
  font-size: 2.5rem;
  border-bottom: 8px solid;
  margin-bottom: 1em;
}
#section_main_mineo a {
  text-decoration: underline;
}
#section_main_mineo p,
#section_main_mineo li,
#section_main_mineo dt,
#section_main_mineo dd {
  font-size: 1.125rem;
}
#section_main_mineo img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#section_main_mineo .center {
  text-align: center;
  margin: auto;
}
#section_main_mineo .center p {
  text-align: center;
}
#section_main_mineo .container {
  max-width: 1250px;
  margin: 0 auto;
}
#section_main_mineo .flex {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #section_main_mineo .flex {
    flex-wrap: wrap;
  }
}
#section_main_mineo .flexW {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #section_main_mineo .flexW {
    display: block;
  }
}
#section_main_mineo p,
#section_main_mineo li,
#section_main_mineo dd {
  font-feature-settings: "palt";
}
#section_main_mineo .notes {
  text-align: justify;
  font-feature-settings: "palt";
  font-size: 1.125rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#section_main_mineo .notes li {
  text-indent: -1em;
  margin-left: 1em;
}
#section_main_mineo .pt1em {
  padding-top: 1em;
}
#section_main_mineo .mt1em {
  margin-top: 1em;
}
#section_main_mineo .mt2em {
  margin-top: 2em;
}
#section_main_mineo .mt3em {
  margin-top: 3em;
}
#section_main_mineo .ml1em {
  margin-left: 1em;
}
@media only screen and (min-width: 769px) {
  #section_main_mineo .ml1em-p {
    margin-left: 1em;
  }
}
#section_main_mineo .txtR {
  text-align: right;
  margin-bottom: 0.5em;
  font-size: 1.5625rem;
}
@media only screen and (max-width: 768px) {
  #section_main_mineo .txtR {
    font-size: 0.9rem;
  }
}
#section_main_mineo .txtL {
  text-align: left !important;
}
#section_main_mineo ._bold {
  font-weight: bold;
}
#section_main_mineo h2 {
  background-color: black;
  color: white;
  font-size: 2.5rem;
  padding: 0.2em 0.5em;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}
#section_main_mineo h2:after {
  border-bottom: 4px solid;
  content: "";
  display: block;
  margin: 0 -0.5em;
}
#section_main_mineo h3 {
  font-size: 2.5rem;
}
#section_main_mineo .ttl_sq {
  border-left: 1em solid;
  padding-left: 0.2em;
  line-height: 1;
  margin-top: 2em;
}
#section_main_mineo .red {
  color: #FF0000;
}
#section_main_mineo .col_pink {
  color: #E85299;
}
#section_main_mineo .col_blue {
  color: #3D63AE;
}
#section_main_mineo .box_bdr,
#section_main_mineo .box_bdr_ttl {
  border: #00A23F 6px solid;
}
@media only screen and (max-width: 768px) {
  #section_main_mineo .box_bdr,
#section_main_mineo .box_bdr_ttl {
    border: #00A23F 3px solid;
  }
}
#section_main_mineo .box_bdr {
  margin-bottom: 1.25rem;
  padding: 1.875rem;
}
@media only screen and (max-width: 768px) {
  #section_main_mineo .box_bdr {
    padding: 0.625rem 0.625rem 0.5rem;
  }
}
#section_main_mineo .box_bdr_gray {
  border: 1px solid;
  padding: 0.8em;
  margin: 1em auto 3em;
  width: 80%;
}
#section_main_mineo .box_bdr_ttl {
  border-bottom: none;
  margin-bottom: -20px;
}
@media only screen and (max-width: 768px) {
  #section_main_mineo .box_bdr_ttl {
    margin-bottom: -0.5rem;
  }
}
#section_main_mineo .box_bdr_ttl img {
  width: 100%;
}
#section_main_mineo .box_nobdr li {
  margin-bottom: 1.25rem;
}
#section_main_mineo .box_bdr_tb {
  border-top: #00A23F 3px solid;
  border-bottom: #00A23F 3px solid;
  padding: 1em 0;
  margin: 2em auto 3em auto;
}
#section_main_mineo .box_ttl {
  background-color: #00A23F;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 2.5rem;
}
@media only screen and (max-width: 768px) {
  #section_main_mineo .box_ttl {
    font-size: 2em;
  }
}
#section_main_mineo .box_ttl + .box_bdr {
  margin-top: -6px;
}
#section_main_mineo .top_kv .flex {
  text-align: center;
  justify-content: space-around;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 768px) {
  #section_main_mineo .top_kv .flex {
    display: block;
  }
}
#section_main_mineo .top_kv .flex img {
  width: 45%;
  max-width: 510px;
}
@media only screen and (max-width: 768px) {
  #section_main_mineo .top_kv .flex img {
    width: 80%;
    padding-bottom: 1em;
  }
}
#section_main_mineo .banner {
  margin: 1em auto;
}
#section_main_mineo .detail {
  display: flex;
  flex-wrap: wrap;
}
#section_main_mineo .detail dt,
#section_main_mineo .detail dd,
#section_main_mineo .detail td {
  font-weight: bold;
  border-bottom: 1px solid black;
  padding: 0.8em 0;
}
@media only screen and (min-width: 769px) {
  #section_main_mineo .detail dt,
#section_main_mineo .detail dd,
#section_main_mineo .detail td {
    display: table-cell;
  }
}
#section_main_mineo .detail dt,
#section_main_mineo .detail td:first-child {
  width: 35%;
  padding-right: 2%;
}
#section_main_mineo .detail dd,
#section_main_mineo .detail td {
  width: 63%;
}
#section_main_mineo .detail dd p.notes,
#section_main_mineo .detail td p.notes {
  font-weight: nomal;
}
@media only screen and (max-width: 768px) {
  #section_main_mineo .detail dt,
#section_main_mineo .detail dd {
    width: 100%;
  }
}
#section_main_mineo .info_list {
  margin-bottom: 1.875rem;
}
#section_main_mineo .info_list > li {
  border-bottom: 2px solid #E85299;
  padding: 1.2em 0;
}
#section_main_mineo .indent-1 li {
  text-indent: -1em;
  margin-left: 1.5em;
}
#section_main_mineo .flow_list {
  margin: 2em auto 3em;
}
@media only screen and (max-width: 768px) {
  #section_main_mineo {
    margin-bottom: 2em;
  }
}
#section_main_mineo .ttl_bdr {
  border-bottom: 7px solid #00A23F;
  padding-bottom: 0.4em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #section_main_mineo .ttl_bdr {
    border-bottom: 4px solid #00A23F;
  }
  #section_main_mineo .ttl_bdr img {
    height: 1em;
  }
}
#section_main_mineo .box_bdr_in {
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #section_main_mineo .box_bdr_in {
    width: 100%;
  }
}
#section_main_mineo .box_bdr_in h4 {
  margin: 1em auto 0;
  padding-bottom: 0.4em;
}
#section_main_mineo .info_list_ttl {
  font-weight: bold;
  border-bottom: 2px solid;
  margin: 1em auto 0.5em;
}
@media only screen and (min-width: 769px) {
  #section_main_mineo .info_list_ttl {
    font-size: 1.25rem;
  }
}
#section_main_mineo p.main_txt {
  font-size: 1.875rem;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  #section_main_mineo p.main_txt.red {
    font-size: 2.5rem;
  }
}
#section_main_mineo p.ttl_txt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 768px) {
  #section_main_mineo p.ttl_txt {
    font-size: 1rem;
  }
}
#section_main_mineo .feature h3 {
  margin-bottom: 0.5em;
  margin-top: 1em;
}
#section_main_mineo .feature h3,
#section_main_mineo .feature .ttl_txt {
  text-align: center;
}
#section_main_mineo .feature .flex {
  text-align: center;
  justify-content: center;
}
#section_main_mineo .feature .flex li {
  margin-bottom: 0.625rem;
}
#section_main_mineo .feature .flex li img {
  max-height: 9em;
}
@media only screen and (min-width: 769px) {
  #section_main_mineo .feature .flex li:first-child {
    margin-right: 0.625rem;
  }
  #section_main_mineo .feature .flex li img {
    max-height: 228px;
  }
}
#section_main_mineo .shopList {
  justify-content: space-between;
  margin-top: 4em;
}
@media only screen and (max-width: 768px) {
  #section_main_mineo .shopList {
    margin-top: 2em;
  }
}
#section_main_mineo .shopList li {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  margin-bottom: -1px;
  padding: 1.5em 0;
}
@media only screen and (min-width: 769px) {
  #section_main_mineo .shopList li {
    width: 45%;
    max-width: 590px;
  }
}
#section_main_mineo .shopList dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.6em;
}
#section_main_mineo .shopList dt {
  width: 6em;
}
#section_main_mineo .shopList dd {
  width: calc(100% - 6em);
}
#section_main_mineo .itemset {
  justify-content: space-between;
}
#section_main_mineo .itemset li {
  max-width: 590px;
  margin-bottom: 1.25rem;
  width: 45%;
}
@media only screen and (max-width: 768px) {
  #section_main_mineo .itemset li {
    width: 80%;
    margin: 0 auto 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  #section_main_mineo h1.pageTtl {
    font-size: 1.5rem;
  }
  #section_main_mineo h2,
#section_main_mineo h3 {
    font-size: 1.4rem;
  }
  #section_main_mineo p.main_txt {
    font-size: 1rem;
  }
  #section_main_mineo .box_ttl img,
#section_main_mineo .ttl_bdr img {
    height: 1.5rem;
  }
  #section_main_mineo p,
#section_main_mineo li,
#section_main_mineo dt,
#section_main_mineo dd,
#section_main_mineo .notes {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #section_main_mineo .campaign .box_bdr {
    padding: 0;
  }
}
#section_main_mineo #camp_1 {
  position: relative;
  background-color: #ED1A83;
  color: white;
  max-width: 1094px;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  #section_main_mineo #camp_1 {
    border-radius: 2em;
  }
}
#section_main_mineo #camp_1 p {
  padding: 1em 2em;
}
@media only screen and (min-width: 769px) {
  #section_main_mineo #camp_1 p {
    font-size: 1rem;
  }
}
#section_main_mineo #camp_1 a {
  color: white;
}
/*# sourceMappingURL=style.css.map */