@charset "utf-8";

.webpageBox img {
  vertical-align: middle;
}

.notameno_body {
  font-size: 15px;
  margin: 4em 0 0;
  /* color: #565656; */
}

.notameno_body h3 {
  font-size: 1.6em;
  font-weight: bold;
  position: relative;
  color: #565656;
}

.notameno_body h3::after {
  position: absolute;
  bottom: -0.2em;
  content: " ";
  display: block;
  width: 1.5em;
  height: 0.2em;
  background: #565656;
  transform: skewX(-15deg);
  border-radius: 1.5px;
}

.notameno_body section {
  margin: 0 0 4em;
}

.notameno_body .box {
  margin: 2em 1em 1em;
}

.notameno_body .detail {
  font-weight: 600;
}

.notameno_body .theme {
  margin: 1em 0 0;
  font-weight: 600;
}

.notameno_body .theme h4 {
  font-size: 1.2em;
}

.notameno_body .theme h4 span {
  color: #f00;
}

.notameno_body .theme h4 p {
  display: inline;
  background:linear-gradient(transparent 65%, rgba(57, 204, 249, 0.3) 65%);
  font-size: 1.2em;
  padding: 0 0.5em 0 0;
  margin: 0.5em 0 0;
  font-style: italic;
}

.notameno_body .theme p {
  margin: 1em 0 0;
  font-weight: 600;
}

.notameno_body .about {
  position: relative;
  padding: 1em 1.5em;
  margin: 2em 1em 1em;
  color: #565656;
}

.notameno_body .about:before,
.notameno_body .about:after{
  content:'';
  width: 2em;
  height: 4em;
  position: absolute;
  display: inline-block;
}

.notameno_body .about:before{
  border-left: solid .25em #39ccf9;
  border-top: solid .25em #39ccf9;
  top:0;
  left: 0;
}

.notameno_body .about:after{
  border-right: solid .25em #00D084;
  border-bottom: solid .25em #00D084;
  bottom:0;
  right: 0;
}

.notameno_body .about h4 {
  display: flex;
  align-items: center;
  margin: 0 0 1em;
  font-style: italic;
}

.notameno_body .about h4 span {
  font-size: 1.4em;
  font-weight: 600;
  min-width: 11em;
}

.notameno_body .about h4::before {
  content: '';
  width: 6em;
  height: 0.25em;
  background-color: #D9F8FF;
  margin: 0 1em 0 0;
}

.notameno_body .about h4::after {
  content: '';
  width: 100%;
  height: 0.25em;
  background-color: #D9F5DD;
  margin: 0 0 0 1em;
}

.notameno_body .about > div {
  margin: 0 0 1em;
}

.notameno_body .lead,
.notameno_body .summary {
  font-size: 1.2em;
  font-weight: 500;
}

.notameno_body .official_link a {
  display: block;
}

.notameno_body .official_link span {
  display: block;
  text-align: right;
  margin: 0.25em 0 0;
}

.notameno_body .summary span {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #000;
  margin: 0 0 0.5em;
}

.notameno_body .summary span::before {
  content: '';
  width: 2em;
  height: 1px;
  background-color: #000;
}

.notameno_body .profile {
  display: flex;
  margin: 2em 0 0;
  /* align-items: center; */
}

.notameno_body .profile_img {
  text-align: center;
}

.notameno_body .profile_txt {
  margin: 0 0 0 1.5em;
}

.notameno_body .profile .name {
  line-height: 1.25em;
}

.notameno_body .profile .name span {
  display: block;
}

.notameno_body .profile .name span:nth-of-type(1) {
  color: #000;
  font-weight: 500;
}

.notameno_body .profile .name span:nth-of-type(2) {
  font-size: 0.8em;
  color: #7c7c7c;
}

.notameno_body .profile .career {
  margin: 1em 0 0;
  font-size: 0.9em;
}

.notameno_body .request {
  overflow: hidden;
}

.notameno_body .request .form,
div#app-dl_box,
.notameno_body .request .others {
  width: 48%;
}

.notameno_body .request .form,
.notameno_body .request .others {
  float: left;
}

div#app-dl_box {
  float: right;
}

.notameno_body .request .method {
  font-size: 1.2em;
  margin: 0 0 0.5em;
}

.notameno_body .request .form {
  margin: 0 0 1em;
}

.notameno_body .request .btn_form {
  text-align: center;
  background: #39ccf9;
  padding: 0.5em 0;
  border-radius: 100vh;
  transition: .5s;
}

.notameno_body .request .btn_form:hover {
  background: #00D084;
}

.notameno_body .request .btn_form a {
  display: block;
  color: #fff !important;
}

.notameno_body .request .btn_form a:hover {
  text-decoration: none;
  opacity: 1;
}

.notameno_body .request .form .note {
  font-size: 0.8em;
  text-align: center;
  margin: 0.25em 0 0;
}

.notameno_body .request .app {
  width: 450px;
}

/*========== BSNアプリダウンロードリンク Start. ==========*/
  div#app-dl_box p.app-dl_head {
    background-color: #0052a4;
    color: #ffffff;
    text-align: center;
    margin: 0 0 0.5em;
    border-radius: 100vh;
    padding: 0.5em 0;
  }

  div#app-dl_box ul.app-dl_link {
    display: -webkit-box;
    display: flex;
  }

  div#app-dl_box ul.app-dl_link a {
    display: block;
  }

  div#app-dl_box ul.app-dl_link li:nth-of-type(2n+1) {
    margin: 0 0.5em;
  }

  div#app-dl_box ul.app-dl_process {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 90%;
    margin: 1em auto 0.5em;
  }

  div#app-dl_box ul.app-dl_process li {
    text-align: center;
    line-height: 1.25em;
    font-size: 0.9em;
  }

  div#app-dl_box ul.app-dl_process li.app-btn1 {
    width: 38%;
  }

  div#app-dl_box ul.app-dl_process li.right-arrow {
    width: 10%;
    padding: 0 0.5em 1em;
  }

  div#app-dl_box ul.app-dl_process li.app-btn2 {
    width: 52%;
  }

  div#app-dl_box ul.app-dl_process li.app-btn1 img,
  div#app-dl_box ul.app-dl_process li.app-btn2 img {
    filter: drop-shadow(1px 1px 2px #333333);
  }

  div#app-dl_box ul.app-dl_process li.app-btn2 img {
    margin: 0 0 0.5em;
  }

  div#app-dl_box .note {
    font-size: 0.8em;
    text-align: center;
  }
/*========== BSNアプリダウンロードリンク end. ==========*/

.notameno_body .request .others > div {
  display: flex;
  margin: 0 0 0.5em;
}

.notameno_body .request .others > div .left {
  width: 9em;
}

.notameno_body .x_area {
  width: 70%;
  margin: 1em auto 0;
}

.notameno_body .x_area p {
  font-size: 1.2em;
  margin: 0 0 0.5em;
}

.notameno_body .x_area p span {
  color: rgb(29, 155, 240);
  margin: 0 0.5em 0 0;
  font-style: italic;
  font-weight: 500;
}

@media screen and (max-width: 899px) {
  .notameno_body {
    font-size: 12px;
    margin: 2em 0 0;
  }

  .notameno_body section {
    margin: 0 1em 2em;
  }

  .notameno_body .box {
    margin: 1.5em 0.5em 0.5em;
  }

  .notameno_body .about {
    margin: 1.5em 0.5em 0.5em;
  }

  .notameno_body .summary span {
    display: block;
  }

  .notameno_body .summary span::before {
    display: inline-block;
    margin: 0 0 0.25em;
  }

  .notameno_body .profile {
    display: block;
  }

  /* .notameno_body .profile_img {
    width: 75%;
  } */

  .notameno_body .profile_txt {
    margin: 1em 0 0;
  }

  .notameno_body .request .form,
  div#app-dl_box,
  .notameno_body .request .others {
    width: auto;
  }

  .notameno_body .request .form,
  div#app-dl_box,
  .notameno_body .request .others {
    float: none;
  }

  div#app-dl_box {
    margin: 0 0 1em;
  }

  .notameno_body .x_area {
    width: 100%;
  }

  .notameno_body .x_embed {
    width: 95%;
  }

}