@charset "UTF-8";
:root {
  --text: #000;
  --red: #ff3c00;
  --font_m: "Noto Serif JP", serif;
  --font_n: "Noto Sans JP", sans-serif;
}

#colgen_sougou {
  font-family: var(--font_n);
  color: var(--text);
  /*【PC】*/
  /*【SP】*/
}
#colgen_sougou .mv img {
  vertical-align: bottom;
}
#colgen_sougou .check {
  background: #99c2ec;
  padding: 40px 0;
  text-align: center;
}
#colgen_sougou .check .fl {
  display: inline-block;
  background: #fff;
  border: 1px solid #0f3391;
  border-radius: 10px;
  padding: 30px 70px;
}
#colgen_sougou .check li {
  position: relative;
  color: #171755;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
  padding: 15px 5px 15px 50px;
  font-size: 1.3em;
  text-align: left;
}
#colgen_sougou .check li:last-child {
  border: none;
}
#colgen_sougou .check li:before, #colgen_sougou .check li:after {
  content: "";
  position: absolute;
}
#colgen_sougou .check li:before {
  width: 30px;
  height: 30px;
  border: 2px solid #171755;
  background: #fff;
  top: 14px;
  left: 7px;
}
#colgen_sougou .check li:after {
  transform: rotate(-45deg);
  border-left: 5px solid #d7000f;
  border-bottom: 5px solid #d7000f;
  width: 27px;
  height: 17px;
  left: 14px;
  top: 13px;
}
@media (max-width: 768px) {
  #colgen_sougou .check {
    padding: 10px 2%;
  }
  #colgen_sougou .check .fl {
    display: block;
    padding: 10px;
  }
  #colgen_sougou .check li {
    padding: 5px 5px 5px 40px;
    font-size: 1.1em;
  }
  #colgen_sougou .check li:before {
    width: 20px;
    height: 20px;
    top: 9px;
  }
  #colgen_sougou .check li:after {
    border-left: 4px solid #d7000f;
    border-bottom: 4px solid #d7000f;
    width: 16px;
    height: 10px;
    left: 12px;
    top: 10px;
  }
  #colgen_sougou .check img {
    width: 50%;
    margin: auto;
    display: block;
  }
}
#colgen_sougou .point {
  background: url(/goods/colgen/sougou/bg01.png) no-repeat scroll center 0/cover;
  padding: 40px 0;
}
#colgen_sougou .point .fl {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
}
#colgen_sougou .point .title {
  font-weight: bold;
  font-size: 1.7em;
  margin: 0 0 30px 0;
  background: none;
}
#colgen_sougou .point .title .c_1 {
  font-size: 1.2em;
  color: #e41a1e;
}
#colgen_sougou .point .title .img {
  margin: 10px 0 0 0;
  width: 500px;
}
#colgen_sougou .point .title .medicine {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  border: 1px solid #000;
  padding: 1px 5px;
  vertical-align: 10px;
  background: #fff;
}
#colgen_sougou .point .item {
  width: 400px;
  text-align: center;
}
#colgen_sougou .point .item p {
  font-size: 0.8em;
  margin: -30px 0 0 0;
}
#colgen_sougou .point dl {
  display: flex;
  gap: 15px;
  margin: 15px 0;
}
#colgen_sougou .point dl dt {
  white-space: nowrap;
  border: 1px solid #000;
  padding: 4px 10px;
  height: -moz-fit-content;
  height: fit-content;
}
#colgen_sougou .point dl.sent dd {
  padding: 5px 0;
}
#colgen_sougou .point dl .kome {
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 5px 0;
}
@media (max-width: 768px) {
  #colgen_sougou .point {
    padding: 20px 0;
  }
  #colgen_sougou .point .fl {
    display: block;
  }
  #colgen_sougou .point .item {
    width: auto;
    text-align: center;
  }
  #colgen_sougou .point .text {
    padding: 0 5%;
  }
  #colgen_sougou .point .title {
    background: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.5em;
  }
  #colgen_sougou .point .title img {
    margin: 5px 0 10px 0;
  }
  #colgen_sougou .point dl {
    display: block;
  }
  #colgen_sougou .point dl dt {
    display: inline-block;
    font-size: 0.8em;
  }
}
#colgen_sougou .bar_title {
  background: url(/goods/colgen/sougou/h2bg.png) no-repeat scroll center center/cover #7dacf9;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.49);
  margin: 40px 0;
  padding: 20px 0;
  font-size: 2em;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #colgen_sougou .bar_title {
    margin: 20px 0;
    padding: 15px;
    font-size: 1.1em;
    letter-spacing: 0;
  }
}
#colgen_sougou .sub_title {
  position: relative;
  font-size: 1.6em;
  font-weight: bold;
  padding: 0 0 3px 20px;
  margin: 50px 0 30px 0;
}
#colgen_sougou .sub_title:before, #colgen_sougou .sub_title:after {
  content: "";
  position: absolute;
}
#colgen_sougou .sub_title:before {
  background: linear-gradient(#0b2f8c 50%, #316dab 51%);
  width: 6px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#colgen_sougou .sub_title:after {
  background: linear-gradient(to right, #0b2f8c 0%, #316dab 100%);
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -10px;
}
@media (max-width: 768px) {
  #colgen_sougou .sub_title {
    font-size: 1.1em;
  }
}
#colgen_sougou .seibun table {
  width: 100%;
}
#colgen_sougou .seibun table.pc {
  border-collapse: collapse;
  border-spacing: 0;
}
#colgen_sougou .seibun table.pc thead th {
  background: #efefef;
  text-align: center;
}
#colgen_sougou .seibun table.pc th {
  font-weight: bold;
}
#colgen_sougou .seibun table.pc th,
#colgen_sougou .seibun table.pc td {
  border: #ccc 1px solid;
  padding: 10px;
  font-size: 1em;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #colgen_sougou .seibun table tr {
    border-bottom: #0b2f8c 1px solid;
    display: block;
    padding: 0.5rem 0;
  }
  #colgen_sougou .seibun table th,
  #colgen_sougou .seibun table td {
    display: block;
    width: 100%;
    padding: 0;
  }
  #colgen_sougou .seibun table th {
    font-weight: bold;
    text-align: left;
  }
  #colgen_sougou .seibun table td:nth-child(2n) {
    border-bottom: #ccc 1px dotted;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: right;
    font-size: 0.8em;
  }
}
#colgen_sougou .faq {
  margin: 40px 0;
}
@media (max-width: 768px) {
  #colgen_sougou .faq {
    margin: 40px 0 0 0;
  }
}
#colgen_sougou .faq .accordion {
  margin: 40px 0;
  border: 1px solid #0b2f8c;
  border-radius: 10px;
}
#colgen_sougou .faq .accordion dt,
#colgen_sougou .faq .accordion dd {
  position: relative;
}
#colgen_sougou .faq .accordion .i {
  border-radius: 10px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  position: absolute;
  left: 15px;
  top: 18px;
}
#colgen_sougou .faq .accordion dt {
  padding: 25px 60px 25px 70px;
  font-weight: bold;
  font-size: 1.3em;
  cursor: pointer;
  border-top: 1px solid #0b2f8c;
}
#colgen_sougou .faq .accordion dt:first-child {
  border-top: none;
}
#colgen_sougou .faq .accordion dt:hover {
  color: #0b2f8c;
}
#colgen_sougou .faq .accordion dt .i {
  background: #0b2f8c;
}
#colgen_sougou .faq .accordion dt .plus {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#colgen_sougou .faq .accordion dt .plus:before, #colgen_sougou .faq .accordion dt .plus:after {
  content: "";
  width: 19px;
  height: 2px;
  background: #0b2f8c;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#colgen_sougou .faq .accordion dt .plus:before {
  transform: translate(-50%, -50%);
}
#colgen_sougou .faq .accordion dt .plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#colgen_sougou .faq .accordion dt.open .plus:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
#colgen_sougou .faq .accordion dt.open .plus:after {
  transform: translate(-50%, -50%) rotate(390deg);
  opacity: 0;
}
#colgen_sougou .faq .accordion dd .i {
  background: #fff;
  color: #0b2f8c;
  border: 2px solid #0b2f8c;
}
#colgen_sougou .faq .accordion dd .dd {
  padding: 27px 10px 25px 70px;
  border-top: 1px dashed #ccc;
}
@media (max-width: 768px) {
  #colgen_sougou .faq .accordion {
    margin: 20px 0;
  }
  #colgen_sougou .faq .accordion .i {
    width: 30px;
    height: 30px;
    line-height: 23px;
    font-size: 18px;
    left: 8px;
    top: 13px;
  }
  #colgen_sougou .faq .accordion dt {
    padding: 15px 30px 15px 45px;
    font-size: 1em;
  }
  #colgen_sougou .faq .accordion dt .plus {
    right: 20px;
  }
  #colgen_sougou .faq .accordion dt .plus:before, #colgen_sougou .faq .accordion dt .plus:after {
    width: 15px;
  }
  #colgen_sougou .faq .accordion dd .dd {
    padding: 10px 5px 10px 45px;
  }
  #colgen_sougou .faq .accordion dd .dd a {
    text-decoration: underline;
    color: #2e2eb3;
  }
  #colgen_sougou .faq .accordion dd .dd a:hover {
    text-decoration: none;
  }
}
#colgen_sougou sup {
  font-size: 0.5em;
  vertical-align: text-top;
}
#colgen_sougou .mini {
  color: #818181;
  font-size: 11px;
  font-weight: normal;
}
#colgen_sougou .m {
  font-family: var(--font_m);
}
#colgen_sougou .n {
  font-family: var(--font_n);
}
#colgen_sougou .k {
  font-size: 0.7em;
}
@media screen and (min-width: 769px) {
  #colgen_sougou .inner {
    min-width: 1000px;
    max-width: 1000px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #colgen_sougou .inner_mini {
    min-width: 700px;
    max-width: 700px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #colgen_sougou .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #colgen_sougou .inner,
  #colgen_sougou .inner_mini {
    padding: 0;
  }
  #colgen_sougou .pc {
    display: none;
  }
}/*# sourceMappingURL=colgen_sougou.css.map */