@charset "UTF-8";
/*************** 共通変数 ***************/
/*************** 共通設定 ***************/
a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: initial;
}

.txt_base {
  color: #0099CC;
}

.bg_base {
  background-color: #0099CC;
}
.bg_base:hover {
  background-color: rgba(0, 153, 204, 0.7);
}

.under_line {
  position: relative;
}
.under_line::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -0.4em;
  border-bottom: 1px solid #0099CC;
}

body {
  font-family: "M PLUS Rounded 1c", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  list-style: none;
  overflow-x: hidden;
}
body header nav {
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #0099CC;
}
body main {
  width: 100vw;
  margin: 0 auto;
  padding-bottom: 14rem;
}
@media (max-width: 576px) {
  body main {
    overflow-x: hidden;
  }
}
body .inner {
  width: 100vw;
  max-width: 576px;
  margin: 0 auto;
  padding: 0.25rem 1rem;
}
body .inner section {
  margin: 2rem 0;
  padding: 2rem 0;
}
@media (max-width: 576px) {
  body .inner section:last-child {
    padding: 0.25rem 0rem;
  }
}

h4.section_title {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 3rem;
}
h4.section_title::after, h4.section_title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
}
h4.section_title::before {
  border-bottom: 1px solid #00B0F0;
  top: 0.3em;
}
h4.section_title::after {
  border-bottom: 1px solid #0099CC;
  top: 0.5em;
}

@media (max-width: 576px) {
  #top_news .top_news_itsms > div {
    flex-wrap: wrap;
    justify-content: start !important;
  }
  #top_news .top_news_itsms > div > div:first-child {
    margin-right: 2rem;
    margin-bottom: 1rem;
  }
  #top_news .top_news_itsms > div > div:nth-child(2) {
    font-weight: bold;
    width: 75% !important;
  }
  #top_news .top_news_itsms > div > div:last-child {
    width: 100%;
  }
}

#top_future .future_item_title {
  width: 100%;
  color: black;
  text-align: center;
  font-size: 0.9rem;
  background-color: #fff;
  padding: 0.5rem 0.75rem;
  display: inline-block;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
#top_future .top_future_items > div {
  width: 48%;
  margin-bottom: 1rem;
  background-color: #0099CC;
}

#top_voice .voice_items > div {
  width: 48%;
  margin-bottom: 1em;
}
#top_voice .voice_items > div > div:first-child {
  text-align: center;
  padding: 0.5em 1rem;
  margin-bottom: 0.5em;
  border: 1px solid #0099CC;
  border-radius: 5px;
}
#top_voice .voice_items > div > div:last-child {
  background-color: rgba(0, 153, 204, 0.2);
  padding: 0.5em 1rem;
  border: 1px solid #0099CC;
  border-radius: 15px;
  min-height: 300px;
}

#top_medical {
  position: relative;
  padding: 3rem 0;
}
@media (max-width: 576px) {
  #top_medical {
    padding: 3rem 1rem;
  }
}
#top_medical::before {
  position: absolute;
  content: "";
  width: 5000px;
  height: 100%;
  background-color: #0099CC;
  left: -2500px;
  z-index: -1;
  top: 0;
}
@media (max-width: 576px) {
  #top_medical::before {
    width: 100vw;
    left: -1rem;
  }
}
#top_medical .text-center a {
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid grey;
}
#top_medical .text-center a:hover {
  background-color: black;
  color: white;
}

#top_contact .contact_items {
  font-size: 0.9rem;
}
#top_contact .contact_items .contact_item {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#top_contact .contact_items .contact_item > div:last-child {
  border-bottom: 1px solid grey;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
#top_contact .contact_items .contact_item a.btn {
  display: inline-block;
  margin: 1rem 0;
  padding: 1rem 0;
  width: 80%;
  border-radius: 5rem;
  border: 2px solid #0099CC;
  text-align: center;
  color: #0099CC;
}
#top_contact .contact_items .contact_item a.btn:hover {
  color: white;
  background-color: #0099CC;
  border-color: blue;
}

#top_link div {
  text-align: center;
}
#top_link div a {
  display: inline-block;
  margin: 1rem 0;
  padding: 1rem 0;
  width: 80%;
  border-radius: 5rem;
  border: 2px solid #0099CC;
  text-align: center;
  color: #0099CC;
}
#top_link div a:hover {
  color: white;
  background-color: #0099CC;
  border-color: blue;
}

/**********************************************************
ページTOP・BOTTOM
*********************************************************/
#page_move {
  width: 2rem;
  height: 4rem;
  position: fixed;
  right: 0.5em;
  bottom: 0.5em;
  background: #ef3f40;
  opacity: 0.8;
}
#page_move a {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  text-decoration: none;
}
#page_move a:first-child {
  border-bottom: 1px solid #fff;
}
#page_move a:first-child:before {
  content: "▲";
}
#page_move a:last-child:before {
  content: "▼";
}
#page_move a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.support-wrap .title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}
.support-wrap .description {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.support-wrap .required-mark {
  color: red;
}
.support-wrap .support-form .form-input {
  margin-bottom: 1.5rem;
}
.support-wrap .support-form .form-input label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.support-wrap .support-form .form-input > div > input,
.support-wrap .support-form .form-input > div > textarea {
  width: 100% !important;
}
.support-wrap .support-form .form-input > div > select {
  width: 75%;
}
.support-wrap .support-form .form-name {
  margin-bottom: 1.5rem;
}
.support-wrap .support-form .form-name label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.support-wrap .support-form .form-input-name {
  display: flex;
  gap: 1rem; /* 要素間の水平方向の隙間 */
  margin-bottom: 1rem;
}
.support-wrap .support-form .form-privacy {
  background: #F2F2F2;
  padding: 30px 0;
  margin: 30px auto 20px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.support-wrap .support-form .form-privacy label {
  display: block;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
}
.support-wrap .support-form .form-privacy .agree-description {
  color: #888;
  text-align: center;
  margin: 0 0 10px 0;
  font-size: 0.875rem;
  padding: 0px 20px;
}
.support-wrap .support-form .form-privacy .agree-description > a {
  color: #888;
  text-decoration: underline;
}
.support-wrap .support-form .form-privacy .agree {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.support-wrap .support-form .form-privacy .agree .agree-text {
  font-weight: bold;
  margin-bottom: 0;
}
.support-wrap .support-form .form-privacy .agree > input {
  margin-top: 0;
}
.support-wrap .support-form .btn-contact {
  padding: 15px 0;
  width: 100%;
  background: #0099CC;
  color: white;
  letter-spacing: 0.2rem;
  font-size: 1rem;
  text-align: center;
  transition: opacity 0.3s;
  border: none;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
}
.support-wrap .support-form .btn-contact:hover {
  background-color: #00B0F0;
}

.confirm-wrap .title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}
.confirm-wrap .description {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}
.confirm-wrap .confirm-form .confirm-item {
  margin-bottom: 1.5rem;
}
.confirm-wrap .confirm-form .confirm-item label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.confirm-wrap .confirm-form .confirm-name {
  margin-bottom: 1.5rem;
}
.confirm-wrap .confirm-form .confirm-name label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.confirm-wrap .confirm-form .confirm-item-name {
  display: flex;
  gap: 0.5rem; /* 要素間の水平方向の隙間 */
  margin-bottom: 1rem;
}
.confirm-wrap .confirm-form .btn-send {
  background: #0099CC;
  color: white;
}
.confirm-wrap .confirm-form .btn-send:hover {
  background-color: #00B0F0;
}

.finish-wrap .title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}
.finish-wrap .board {
  text-align: center;
  padding: 2rem 0;
  border: 1px solid #0099CC;
}
@media (max-width: 576px) {
  .finish-wrap .board {
    border: 0;
  }
}
.finish-wrap .board .description {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}
.finish-wrap .board .label {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.finish-wrap .board .contact-info .label {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}/*# sourceMappingURL=app.css.map */