@charset "UTF-8";

/* about
-------------------------------------------------------------*/
#about .column02 img,
#about .column03 img {
  width: 150px;
}

#about .graph_area img {
  width: 100%;
}

.bg_area {
  background: #fcf9f4;
  width: 100%;
  padding: 15px;
  margin: 20px 0;
}

#about .arrow_blue_area {
  border: 3px solid #2588bb;
  position: relative;
  border-top: none;
}

#about .arrow_blue_area:before {
  content: "";
  border: 30px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  right: 43%;
  bottom: -55px;
  z-index: 99;
}

#about .arrow_blue_area:after {
  content: "";
  border: 30px solid transparent;
  border-top: 30px solid #2588bb;
  position: absolute;
  right: 43%;
  bottom: -60px;
}

#about .arrow_red_area {
  border: 3px solid #bc455c;
  position: relative;
  border-bottom: none;
}

#about .arrow_red_area:before {
  content: "";
  border: 30px solid transparent;
  border-bottom: 30px solid #fff;
  position: absolute;
  right: 43%;
  top: -55px;
  z-index: 99;
}

#about .arrow_red_area:after {
  content: "";
  border: 30px solid transparent;
  border-bottom: 30px solid #bc455c;
  position: absolute;
  right: 43%;
  top: -60px;
}

#about .column02 {
  padding: 15px;
  margin-top: 30px;
}

#about .column03 {
  padding: 15px;
}

#about .about_list {
  margin-bottom: 20px;
}

#about .column02 .about_list:last-child,
#about .column03 .about_list:last-child {
  margin-bottom: 0;
}

#about .about_list dt {
  margin: 0 0 10px;
}

#about .about_list dd ul {
  display: flex;
  flex-wrap: wrap;
}

#about .about_list dd ul li {
  width: 50%;
}

#about .graph_area {
  margin: 40px auto;
}

#about .title02 {
  margin: 40px 0 -12px;
}

/* introduction
-------------------------------------------------------------*/
#introduction .inner img {
  width: 100%;
}

#introduction p.message {
  font-size: 12px;
}

#introduction p.name {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  margin-bottom: 14px;
}

#introduction p.name small {
  font-size: 10px;
}

#introduction p.name:last-child {
  margin-bottom: 0px;
}

#introduction .sp_explanation {
  margin-bottom: 16px;
}

#introduction figure {
  text-align: center;
  margin-bottom: 8px;
}

#introduction figure:last-child {
  margin-bottom: 0px;
}

#introduction .intro_info table {
  margin: 0 auto;
}

#introduction .intro_info th {
  padding: 6px 0;
  width: 26%;
}

#introduction .intro_info td {
  padding: 6px 4vw;
}

#introduction .intro_info figure {
  padding: 15px;
}

#introduction .gallery_box {
  width: 96%;
  margin: 0 auto;
}

#introduction .gallery {
  margin-bottom: 10px;
}

#introduction .gallery li img {
  width: 100%;
  height: 61vw;
  object-fit: cover;
}

#introduction .gallery li span {
  display: block;
  text-align: center;
  margin-top: 5px;
}

#introduction .thumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#introduction .thumbnail li {
  margin: 5px 5px 0 0;
  width: 23%;
  cursor: pointer;
}

#introduction .thumbnail li:nth-child(4n) {
  margin-right: 0;
}

#introduction .thumbnail li img {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}

#introduction .thumbnail li:hover {
  opacity: 0.7;
}

/* policy
-------------------------------------------------------------*/
#policy h4 {
  margin-bottom: 20px;
}

#policy .inner li {
  line-height: 1.8;
  margin-bottom: 12px;
  position: relative;
}

#policy .dot li {
  padding-left: 10px;
}

#policy .number li {
  padding-left: 20px;
}

#policy .dot li:before {
  content: '';
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
}

#policy .number li {
  counter-increment: numbering;
}

#policy .number li:before {
  content: counter(numbering)".";
  position: absolute;
  top: 0;
  left: 0;
}

/* course
-------------------------------------------------------------*/
#course01,
#course02,
#course03,
#course04 {
  margin-top: -40px;
  padding-top: 80px;
}

#medical .title01 {
  margin: 0 auto;
}

#medical .title01 .marker {
  background: linear-gradient(transparent 50%, rgba(76, 188, 216, 0.4) 50%);
  padding: 4px;
  font-size: 18px;
  font-weight: bold;
  display: inline;
}

#medical #course03 .title01 .marker {
  background: linear-gradient(transparent 50%, rgba(235, 113, 171, 0.4) 50%);
}

#medical .title01 .english {
  margin-top: 6px;
}

#medical .title02 {
  font-size: 15px;
  margin-top: 40px;
}

#medical section .title02 {
  margin-top: 10px;
}

#medical #course03 .title02 {
  color: #eb71ab;
}

#medical section p {
  margin-bottom: 15px;
}

#medical .notes{
  display: flex;
  font-size: 12px;
  justify-content: center;
  margin-top: 15px;
}

#medical .notes span{
  color: #4cbcd8;
  margin-right: 5px;
}

.gift_box img {
  display: block;
  width: 60%;
  margin: 10px auto;
}

.gift_box p span {
  font-size: 15px;
  font-weight: bold;
  color: #4cbcd8;
}

.course_type_box li a {
  font-weight: bold;
  font-size: 16px;
  color: #4cbcd8;
  text-align: center;
  padding: 15px;
  width: 100%;
  display: block;
  border-radius: 5px;
  border: 3px solid #4cbcd8;
  background: linear-gradient(0deg, #f4feff, #fff);
  position: relative;
}

.course_type_box .ladies a {
  border: 3px solid #eb71ab;
  background: linear-gradient(0deg, #fdf2f7, #fff);
}

.course_type_box li a:after {
  border-color: transparent transparent #4cbcd8 transparent;
  border-style: solid;
  border-width: 0 0 7px 7px;
  width: 0;
  height: 0;
  right: 6px;
  bottom: 6px;
  content: '';
  position: absolute;
}

.course_type_box .ladies a:after {
  border-color: transparent transparent #eb71ab transparent;
}

#medical .ladies div {
  color: #eb71ab;
}

.course_type_box li .course_icon img {
  transition: .3s ease all;
}

.koumoku_box table th,
.koumoku_box table td {
  font-size: 13px;
  line-height: 1.7em;
  padding: 7px;
  border-top: 1px solid #999;
}

.koumoku_box table th {
  font-weight: normal;
  text-align: left;
  width: 130px;
  background: #f4feff;
}

#course03 .koumoku_box table th {
  background: #fdf2f7;
}

.koumoku_box table td {
  width: 350px;
}

.koumoku_box table {
  border-bottom: 1px solid #999;
}

.koumoku_box table:first-of-type {
  border-bottom: none;
}

.note_point {
  font-size: 16px;
  font-weight: bold;
  color: #F17567;
  margin-right: 2px;
  vertical-align: middle;
}

.note_point_txt {
  font-size: 12px;
  color: #F17567;
  margin-top: 14px;
}

.note_point_txt li {
  margin-bottom: 8px;
  line-height: 1.3;
}

/* flow
-------------------------------------------------------------*/
#flow .flow_box01, #flow .flow_box02 {
  margin-top: 30px;
}

#flow .first_box li {
  text-indent: -14px;
  padding-left: 12px;
  margin-bottom: 10px;
}

#flow .first_box li:last-child {
  margin-bottom: 0;
}

#flow .first_box li::before {
  content: "・";
}

#flow .first_ttl {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #4cbcd8;
  margin: 10px 0;
}

.flow_box01 li {
  margin-bottom: 10px;
}

#flow .flow_box01 li:last-child {
  margin-bottom: 0;
}

.flow_box01 li dt {
  display: flex;
  font-size: 18px;
  font-weight: 600;
  background: #fcf9f4;
  padding: 5px;
  align-items: center;
}

.flow_box01 li>dl>dd {
  margin-top: 20px;
  padding-bottom: 20px;
}

.flow_box01 li>dl .step_ttl {
  color: #4cbcd8;
  margin: 0 0 0 20px;
}

.flow_box01 li>dl .step_number {
  text-align: center;
  width: 80px;
  padding: 7px 0;
  background: #4cbcd8;
  color: #fff;
  line-height: 1.3;
  border-radius: 5px;
}

#flow .flow_box01 li>dl dd dl.daytime dt,
#flow .flow_box01 li>dl dd dl.daytime dd {
  display: inline-block;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
}

#flow .flow_box01 li>dl dd dl.daytime dt {
  width: 80px;
}

/*step01*/
#flow .flow_box01 li>dl dd .contact_number {
  color: #4cbcd8;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  margin-top: 12px;
}

#flow .flow_box01 li>dl dd .contact_number .number {
  font-size: 16px;
  margin-right: 4px;
  vertical-align: middle;
}

#flow .flow_box01 li>dl dd .contact_number .guidance {
  color: #000;
  font-size: 10px;
  font-weight: 500;
}

#flow .flow_box01 .step_box .fax_pdf {
  font-size: 10px;
}

#flow .flow_box01 .step_box .fax_pdf a {
  background: #4cbcd8;
  color: #fff;
  font-weight: 500;
  padding-left: 6px;
  width: 140px;
  border-radius: 5px;
  text-align: center;
  display: block;
  margin-bottom: 12px;
}

/*step02*/
#flow .flow_box01 li>dl dd .note_txt {
  font-size: 12px;
}

#flow .flow_box01 li>dl dd .note_txt::before {
  content: "※";
}

/*step05*/
#flow .flow_box01 li .step_05 h5 {
  font-size: 16px;
  color: #4cbcd8;
  margin-bottom: 8px;
}

#flow .flow_box01 li .step_05 .namecall {
  border: 2px solid #4cbcd8;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
}

#flow .flow_box01 li .step_05 dd dl dt {
  color: #4cbcd8;
  font-size: 16px;
  background: #fff;
}

#flow .flow_box01 li .step_05 dd dl dd {
  padding-bottom: 20px;
}

.flow_box01 .step_05 dd {
  padding-bottom: 0;
}

/*box02*/
#flow .flow_box02 .step_ttl {
  color: #4cbcd8;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

#flow .flow_box02 ul, #flow .flow_box02 p {
  margin-bottom: 20px;
  background: #fcf9f4;
  padding: 15px;
}

#flow .flow_box01 .step_box li, #flow .flow_box02 li {
  margin-left: 12px;
  text-indent: -12px;
}

#flow .flow_box02 li {
  margin-bottom: 10px;
}

#flow .flow_box02 li:last-child {
  margin-bottom: 0;
}

#flow .flow_box01 .step_box li::before, #flow .flow_box02 li::before {
  content: "・";
}

/* kenpo
-------------------------------------------------------------*/
#kenpo .table01 {
  width: 100%;
}

#kenpo .table01 tr {
  border-top: 1px solid #4cbcd8;
}

#kenpo .table01 tr:last-child {
  border-bottom: 1px solid #4cbcd8;
}

#kenpo .table01 th,
#kenpo .table01 td {
  padding: 10px 10px;
}

#kenpo .table01 th {
  color: #4cbcd8;
  background: #f4feff;
  width: 6.5em;
}

#kenpo section {
  margin-bottom: 30px;
}

#kenpo section:last-child {
  margin-bottom: 0;
}

#kenpo .exam_item {
  margin-bottom: 20px;
}

#kenpo .exam_item:last-of-type {
  margin-bottom: 0;
}

#kenpo .exam_item h3 {
  color: #4cbcd8;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

#kenpo .flow_box01 li>dl .step_number {
  width: 60px;
  font-size: initial;
}

#kenpo .flow_box01 li>dl .step_ttl {
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
  max-width: calc(100% - 75px);
}

#kenpo .box01 {
  background: #fcf9f4;
  padding: 20px;
}

#kenpo .box01 .title01 {
  margin: 0 0 16px;
  color: #4cbcd8;
}

#kenpo .inner h2 {
  color: #4cbcd8;
}

/* inquiry
-------------------------------------------------------------*/
#inquiry {
  font-size: 12px;
}

#inquiry_flow {
  font-size: 0;
  line-height: 1em;
  margin: 20px auto 15px;
  border-right: 1px solid #4cbcd8;
  overflow: hidden;
}

#inquiry_flow li {
  font-size: 11px;
  font-weight: bold;
  color: #4cbcd8;
  line-height: 36px;
  text-align: center;
  border-top: 1px solid #4cbcd8;
  border-bottom: 1px solid #4cbcd8;
  border-left: none;
  display: inline-block;
  position: relative;
}

#inquiry_flow li:first-child {
  padding-left: 8px;
  width: 25%;
}

#inquiry_flow li:nth-child(2) {
  width: 37%;
}

#inquiry_flow li:last-child {
  width: 38%;
}

#inquiry_flow li.active {
  color: #fff;
  background: #4cbcd8;
}

#inquiry_flow li:nth-child(n + 2) {
  padding-left: 17px;
}

#inquiry_flow li:before {
  transform: translateY(-50%);
  border-color: transparent transparent transparent #4cbcd8;
  border-style: solid;
  border-width: 20px 0 20px 18px;
  width: 0;
  height: 0;
  top: 50%;
  right: -16px;
  content: "";
  position: absolute;
}

#inquiry_flow li.active:before {
  z-index: 10;
}

#inquiry_flow li:after {
  transform: translateY(-50%);
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 18px 0 18px 16px;
  width: 0;
  height: 0;
  top: 50%;
  right: -14px;
  content: "";
  position: absolute;
}

#inquiry_flow li.active:after {
  border-width: 22px 0 22px 20px;
  left: -2px;
}

#inquiry_flow li:last-child:before,
#inquiry_flow li:last-child:after {
  display: none;
}

#inquiry_flow li.active:first-child:after {
  display: none;
}

#inquiry_flow li.active:last-child:after {
  display: block;
}

button,
input,
textarea,
[placeholder] {
  font-family: -apple-system, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input,
textarea {
  border-radius: 0;
  font-size: 16px;
  padding: 5px;
  border: 1px solid #ccc;
  background: #fff;
}

textarea {
  resize: vertical;
  width: 100%;
  height: 200px;
}

.select-wrap {
  display: inline-block;
  position: relative;
}

.select-wrap:before {
  pointer-events: none;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: auto;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  width: 6px;
  height: 6px;
  z-index: 1;
  top: 13px;
  right: 15px;
  content: "";
  position: absolute;
}

select {
  -moz-appearance: none;
  text-overflow: "";
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  font-family: -apple-system, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: inherit;
  text-indent: 0.01px;
  vertical-align: middle;
  padding: 10px 40px 10px 10px;
  border: 1px solid #ccc;
  background: #fff;
  outline: none;
}

select option {
  color: #333;
  background-color: #fff;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

::-webkit-input-placeholder {
  color: #a4a4a4;
}

:-ms-input-placeholder {
  color: #a4a4a4;
}

::placeholder {
  color: #a4a4a4;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label {
  position: relative;
  display: inline-block;
  padding: 3px 0 3px 19px;
  margin-left: 10px;
  cursor: pointer;
}

input[type="checkbox"]+label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
}

input[type="checkbox"]:checked+label::after {
  position: absolute;
  content: "";
  top: -2px;
  left: 3px;
  width: 9px;
  height: 5px;
  border-left: 2px solid #c94660;
  border-bottom: 2px solid #c94660;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.w100 {
  width: 100%;
}

.w35 {
  width: 35%;
}

.w25 {
  width: 25%;
}

.w20 {
  width: 20%;
}

#inquiry_table {
  font-size: 14px;
  margin-top: 15px;
  border-top: 1px solid #cccccd;
  width: 100%;
}

#inquiry_table th,
#inquiry_table td {
  padding: 11px 10px;
  border-bottom: 1px solid #cccccd;
  display: block;
}

#inquiry_table th {
  text-align: left;
  border-top: 1px solid #cccccd;
  border-bottom: 2px solid #cccccd;
  background: #f6f6f6;
}

#inquiry_table td {
  min-height: 39px;
}

#inquiry_table .required {
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  vertical-align: bottom;
  margin-left: 7px;
  padding: 2px 5px;
  background: #c8445f;
}

.postal_code_box input,
.name_box input {
  margin: 0 5px;
}

.postal_code_box input {
  width: 25%;
}

.tel_box input {
  width: 60%;
}

.postal_code_box input,
.name_box input {
  margin: 0 5px;
}

.postal_code_box input {
  width: 25%;
}

.tel_box input {
  width: 60%;
}

.note {
  margin-top: 5px;
}

.policy_txt {
  margin-top: 10px;
  text-indent: -2.8em;
  padding-left: 2.8em;
  text-align: center;
}

.policy_txt a {
  color: #c8445f;
  text-decoration: underline;
}

.btn_box {
  flex-direction: column;
  text-align: center;
  margin-top: 25px;
  display: flex;
}

.btn_box p {
  width: 100%;
  position: relative;
}

.btn_box .btn_next {
  order: 1;
}

.btn_box .btn_back {
  order: 2;
  margin-top: 10px;
}

.btn_box .btn_next:after,
p.btn01:after {
  font-family: 'Font Awesome 5 Free';
  transform: translateY(-50%);
  font-weight: bold;
  color: #4cbcd8;
  top: 50%;
  right: 10px;
  content: '\f0da';
  position: absolute;
}

.btn_box .btn_back:after {
  font-family: "Font Awesome 5 Free";
  transform: translateY(-50%);
  font-weight: bold;
  color: #888;
  top: 50%;
  left: 10px;
  content: "\f0d9";
  position: absolute;
}

.btn_box input,
p.btn01 a {
  border-radius: 10px;
  box-shadow: 0px 0px 0px 1px #fff inset;
  transition: .3s ease all;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 9px;
  border: 2px solid #4cbcd8;
  width: 100%;
  display: block;
  background: linear-gradient(0deg, #f4feff, #fff);
  cursor: pointer;
  position: relative;
}

.btn_box input:hover {
  opacity: 0.7;
}

.btn_box .btn_back input {
  color: #888;
  border: 2px solid #dddddd;
  background: linear-gradient(0deg, #f3f3f3, #fff);
}

#zipSuggest {
  line-height: 36px;
  padding: 0 15px;
  display: inline-block;
  background: #ccc;
  border-radius: 3px;
}

@media screen and (max-width: 355px) {
  #zipSuggest {
    margin-top: 8px;
  }
}

.txt_box {
  font-size: 14px;
  font-weight: bold;
  color: #4cbcd8;
  line-height: 1.4em;
  text-align: center;
  padding: 15px;
  border: 1px solid #4cbcd8;
}

.error_txt {
  font-weight: bold;
  color: #f00;
  margin-top: 5px;
}

/* access
-------------------------------------------------------------*/
.map {
  margin: 20px 0 15px;
}

.map_img {
  width: 100%;
}

.about_access dl {
  padding: 20px;
  background: #fcf9f4;
}

.about_access dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.about_access dd {
  margin-bottom: 25px;
}

.about_access dd:last-child {
  margin-bottom: 0;
}

/* notes
-------------------------------------------------------------*/
#notes .bg_area li::before {
  content: "・";
}

#notes .step_box li::before {
  content: "・";
}

#notes .bg_area li {
  text-indent: -1em;
  padding-left: 1em;
}

#notes .step_ttl {
  margin-left: 10px;
}

#notes .flow_box01 .step_box li {
  margin-left: 12px;
  text-indent: -12px;
}

#notes li.note_txt::before {
  content: "※"
}

#notes .note_txt {
  color: #f17567;
}

#notes .notes_camera dl dd dl dt {
  background: #fff;
  color: #4cbcd8;
  margin-left: 7px;
  font-size: 16px;
}

#notes .notes_camera dl dd dl dd {
  margin-bottom: 20px;
}

#notes .notes_camera .note_txt {
  color: #000;
}

/* option
-------------------------------------------------------------*/
#option .title02 {
  font-size: 15px;
  margin: 40px auto 20px;
}

#option .course_type_box {
  margin-bottom: 30px;
}

#option .course_type_box li a,
#faq .course_type_box li a {
  padding: 8px 3px;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  border: 2px solid #4cbcd8;
  background: #fff;
}

#option .option_block {
  margin-bottom: 40px;
}

#option .option_title {
  background: #4cbcd8;
  padding: 8px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

#option .option_item {
  border-bottom: 1px dashed #999;
  display: flex;
  flex-wrap: wrap;
  background: #fcf9f4;
  padding: 10px;
}

#option .option_item:first-of-type {
  display: none;
}

#option .option_item:last-of-type {
  border-bottom: none;
}

#option .option_name {
  color: #4cbcd8;
  font-weight: bold;
  margin-bottom: 6px;
  width: 100%;
}

#option .option_desc {
  width: 77%;
  padding-right: 15px;
}

#option .option_desc .alert {
  color: #f04e3b;
}

#option .option_desc .note {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}

#option .option_price {
  width: 23%;
  text-align: center;
}

#option .option_set .option_name {
  width: 77%;
  margin-bottom: 0;
}

#option .detail_btn a {
  display: inline-block;
  background: #4cbcd8;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
  margin-top: 5px;
}

/* faq
-------------------------------------------------------------*/
#faq .faq_list {
  margin-bottom: 40px;
}

#faq .title01 {
  color: #4cbcd8;
  font-size: 18px;
}

#faq .faq_item {
  border-bottom: 1px dashed #999;
  position: relative;
}

#faq .faq_item:first-of-type {
  border-top: 1px dashed #999;
}

#faq .faq_item:before,
#faq .faq_item:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #4cbcd8;
  position: absolute;
  right: 10px;
  top: 24px;
  z-index: 1;
}

#faq .faq_item:after {
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}

#faq .faq_item.opened:after {
  transform: rotate(0deg);
}

#faq .faq_head {
  background: #fcf9f4;
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 14px 40px 14px 10px;
  cursor: pointer;
  position: relative;
  color: #4cbcd8;
  font-weight: bold;
}

#faq .faq_body {
  padding: 0 10px 16px;
  line-height: 1.5;
  display: none;
  background: #fcf9f4;
}

#faq .faq_body li::before {
  content: "・";
}

#faq .faq_space {
  display: block;
  margin: 10px 0;
}
