/* common */
#other_pages figure {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 16px 0;
}
#other_pages figure img {
  object-fit: cover;
}
.sc_flex {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 上書き */
#other_pages #same_area_cities,
#other_pages #same_tag_cities {
  background: none;
}
#other_pages #same_area_cities_more,
#other_pages #other_pages #same_tag_cities_more,
#other_pages #new_cities_more,
#other_pages #pickup_cities_more {
  padding-left: 0;
}

/* 
 * ここから各ショートコードコンテンツのCSS
 */

/* page_title */
.sc_page_title {
  font-size: 32px;
  padding: 15px 0;
}
.sc_page_title.mincho {
  font-family: ten-mincho, serif;
}

/* hr */
.sc_hr {
  margin: 8px 0 16px 0;
  border: none;
  border-bottom: 1px solid #999;
}

/* list */
.sc_list:nth-child(n + 2) {
  margin-top: 4px;
}

/* sc_notice */
.sc_notice {
  color: red;
}

/* sc_title */
.sc_title {
  font-family: ten-mincho, serif;
  font-size: 24px;
  text-align: center;
  margin: 48px 0 0 0;
}

/* sc_title_left */
.sc_title_left {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 8px 0;
}

/* sc_sub_title */
.sc_sub_title {
  font-family: 'Roboto', system-ui;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
}
.sc_sub_title_box {
  width: 75px;
  font-size: 10px;
  border-bottom: 1px solid #005872;
  text-align: center;
  height: 15px;
  margin: 5px 0 30px 0;
  line-height: 1.8em;
}

/* sc_text */
.sc_text {
  width: 950px;
  line-height: 1.8em;
  margin: 0 0 16px 0;
}

/* sc_text_narrow */
.sc_text_narrow {
  width: 810px;
  line-height: 1.8em;
  margin: 0 0 16px 0;
}

/* 
 * リッチなコンテンツ群
 */

/* sc_concept_image */

.cc-img-background {
  width: 100%;
  height: 700px;
  background-image: url(/wp-content/themes/my-theme-japanlocal/assets/images/background_1400-834-min.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cc-img-white {
  width: 100%;
  height: 700px;
  background-color: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  background-size: cover;
}
.cc-img-message {
  font-family: ten-mincho, serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 48px 0 48px;
  opacity: 0.8;
  letter-spacing: 4px;
  line-height: 1.8em;
  text-align: center;
}
.cc-img-message-block {
  margin-top: 40px;
}
.cc-img-message-block.first {
  margin-top: 0;
  font-size: 30px;
  font-weight: bold;
}
.cc-img-message-block.second {
  margin-top: 32px;
}
.cc-img-message-block.last {
  font-size: 30px;
  font-weight: bold;
}

/* sc_oneitem */
.sc_oneitem-ul {
  display: flex;
  padding: 16px;
}
.sc_oneitem-li__title {
  font-size: 18px;
  font-weight: bold;
  width: 200px;
}
.sc_oneitem-li__content {
  flex: 1;
}

/* sc_qa */
.sc_qa-q {
  display: flex;
  margin: 0 0 8px 0;
}
.sc_qa-q__icon {
  font-family: 'Roboto', system-ui;
  width: 40px;
  font-size: 20px;
  font-weight: bold;
}
.sc_qa-q__content {
  font-weight: bold;
  flex: 1;
  font-size: 18px;
}

.sc_qa-a {
  display: flex;
  margin: 0 0 48px 0;
}
.sc_qa-a__icon {
  font-family: 'Roboto', system-ui;
  width: 40px;
  font-size: 20px;
  font-weight: bold;
}
.sc_qa-a__content {
  flex: 1;
}

/* sc_input_text */
.sc_input_text {
  margin-bottom: 10px;
}
.sc_input_text__label_area {
  padding: 10px 0;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.sc_input_text__required {
  color: red;
  display: inline-block;
  height: 20px;
  margin: 0 0 0 8px;
  font-size: 20px;
}
.sc_input_text__input_area {
}
.sc_input_text__input {
  height: 48px;
  width: 400px;
  padding: 0 8px;
  border: 1.5px solid #aaa;
  border-radius: 4px;
}

/* sc_select */
.sc_select {
  margin-bottom: 10px;
}
.sc_select__label_area {
  padding: 10px 0;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.sc_select__required {
  color: red;
  display: inline-block;
  height: 20px;
  margin: 0 0 0 8px;
  font-size: 20px;
}
.sc_select__input_area {
}
.sc_select__select {
  height: 48px;
  width: 420px;
  padding: 0 8px;
  border: 1.5px solid #aaa;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: no-repeat right 16px center/16px
    url(/wp-content/themes/my-theme-japanlocal/assets/images/icon_pulldown.png);
}
.sc_select__option {
  height: 48px;
  width: 400px;
  padding: 0 8px;
}

/* sc_textarea */
.sc_textarea {
  margin-bottom: 10px;
}
.sc_textarea__label_area {
  padding: 10px 0;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.sc_textarea__required {
  color: red;
  display: inline-block;
  height: 20px;
  margin: 0 0 0 8px;
  font-size: 20px;
}
.sc_textarea__textarea {
  width: 620px;
  padding: 16px 16px;
  border: 1.5px solid #aaa;
  border-radius: 4px;
  height: 300px;
}

/* sc_submit_button */
.sc_submit_button {
  width: 400px;
  background: #288cb7;
  color: white;
  height: 68px;
  border-radius: 8px;
  letter-spacing: 3px;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
}
.sc_submit_button:hover {
  opacity: 0.8;
}
.sc_submit_button__error_text {
  font-size: 14px;
  color: red;
  margin: 8px 0 0 0;
}

/* sc_contact_modal */
.sc_contact-m-wrapper {
  padding: 48px 48px 36px 48px;
}
.sc_contact-m-title {
  font-size: 20px;
  text-align: center;
}
.sc_contact-m-modal-lists {
  margin: 32px 0 0 0;
}
.sc_contact-m-modal-list {
  display: flex;
}
.sc_contact-m-modal-list:last-child {
  display: block;
}
.sc_contact-m-modal-list__title {
  width: 200px;
  padding: 8px 0;
}
.sc_contact-m-modal-list__value {
  flex: 1;
  padding: 8px 0;
  word-break: break-all;
}
.sc_contact-m-modal-list:last-child .sc_contact-m-modal-list__value {
  line-height: 1.5em;
  max-height: 250px;
  overflow: auto;
  padding: 0;
  margin: 8px 0 0 0;
}
.sc_contact-m-button-area {
  text-align: center;
}
.sc_contact-m-button {
  width: 400px;
  background: #288cb7;
  color: white;
  height: 68px;
  border-radius: 8px;
  letter-spacing: 3px;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
  margin: 0 0 32px 0;
}

.sc_contact-m-button:hover {
  opacity: 0.8;
}
.sc_contact-m-loading {
  margin: 21px 0 53px 0;
}
/* sc_contact_modal 完了 */
.sc_contact-m__fin-area {
  padding: 55px 0 45px 0;
}
.sc_contact-m__fin-title {
  font-family: ten-mincho, serif;
  text-align: center;
  font-size: 24px;
}
.sc_contact-m__fin-message {
  text-align: center;
  margin: 35px 0 0 0;
  line-height: 1.8em;
}
