/* CSS Document */
/*-------------------------------------------------------*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;900&display=swap');
/*-------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
}
body, header, footer, main, nav, section, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, table, th, td, em, img, a {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  background: transparent;
}
body {
  font: normal normal normal 100% sans-serif;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'Roboto', Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #4b6e76;
  background: url("../images/bg_03.png") no-repeat 0 0 / 950px auto, url("../images/bg_04.png") no-repeat 100% 100% / 200px auto;
  word-break: break-all;
}
body.home {
  background: url("../images/bg_01.png") no-repeat 0 0 / 950px auto, url("../images/bg_02.png") no-repeat 100% 100% / 250px auto;
}
@media screen and (max-width: 767px) {
  body {
    background: url("../images/bg_03.png") no-repeat 0 0 / 80% auto, url("../images/bg_04.png") no-repeat 100% 100% / 30% auto;
  }
  body.home {
    background: url("../images/bg_01.png") no-repeat 0 0 / 80% auto, url("../images/bg_02.png") no-repeat 100% 100% / 30% auto;
  }
}
header, footer, nav, section {
  display: block;
}
ul, ol, li {
  list-style: none outside;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #13a0be;
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.btn.btn-link {
  color: #13a0be;
}
.form-check {
  margin: 0;
  padding: 0;
}
.form-check-input {
  position: relative;
  margin-top: 0;
  margin-left: 0;
}
.tblTyp01 .form-check .form-check-input {
  float: none;
  margin-left: 0;
}
/*チェックボックス*/
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  padding: 0 10px 0 20px;
}
input[type="checkbox"] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #13a0be;
  border-radius: 0;
}
input[type="checkbox"]:checked + label:before {
  background: #13a0be;
}
/*ラジオボタン　装飾タイプ1*/
.decoRadioTyp01 input[type="radio"] {
  display: none;
}
.decoRadioTyp01 input[type="radio"] + label {
  position: relative;
  height: 25px;
  padding: 0 0 0 30px;
  cursor: pointer;
}
.decoRadioTyp01 input[type="radio"] + label:before {
  content: "";
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: #ffffff;
  border: 2px solid #13a0be;
  border-radius: 50%;
}
.decoRadioTyp01 input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: #13a0be;
  border-radius: 50%;
}
/*ラジオボタン　装飾タイプ2　表示件数*/
.decoRadioTyp02 .form-check + .form-check {
  margin-left: 1px;
}
.decoRadioTyp02 input[type="radio"] {
  display: none;
}
.decoRadioTyp02 input[type="radio"] + label {
  padding: 5px 10px;
  font-size: 0.9rem;
  background: #e7f5f8;
  cursor: pointer;
}
.decoRadioTyp02 input[type="radio"] + label:hover {
  background: rgba(75, 110, 118, 0.5);
}
.decoRadioTyp02 input[type="radio"]:checked + label {
  color: #ffffff;
  background: #4b6e76;
}
/*-------------------------------------------------------*/
.layWTyp1 {
  margin: 0 auto;
  max-width: 1480px;
  width: 100%;
  /*width: 1400px;*/
  padding: 0 40px;
}
.layWTyp1.adjTopLine {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid rgba(102, 102, 102, 0.6);
}
@media screen and (max-width: 767px) {
  .layWTyp1 {
    margin: 0 auto;
    max-width: inherit;
    width: 100%;
    padding: 0 20px;
  }
}
/*-------------------------------------------------------*/
/*ヘッダ*/
header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}
body.home header {
  flex-direction: row-reverse;
  padding: 20px;
}
body.home header p.logo {
  display: none;
}
.hNav {
  display: flex;
  align-items: center;
}
.hNav ul.snsNav {
  display: flex;
  align-items: center;
}
.hNav ul.snsNav li {
  display: flex;
  align-items: center;
  margin: 0;
  border-left: 1px solid #d4edf2;
}
.hNav ul.snsNav li a {
  display: flex;
  align-items: center;
  padding: 7px 32px 7px 15px;
  background: url(../images/icon_newwin.png) no-repeat 42px 50% / 10px 7px;
}
.hNav ul.snsNav img {
  display: inline-block;
  width: 14px;
  height: 14px;
}
.hNav .hNavItems {
  display: flex;
  align-items: center;
}
.hNav .hNavItems li {
  margin: 0;
  font-size: 0.95rem;
  border-left: 1px solid #d4edf2;
  white-space: nowrap;
}
.hNav .hNavItems li a {
  padding: 7px 15px;
}
.hNav .hNavItems li.logOut {
  padding: 0 0 0 20px;
}
.hNav .hNavItems li.logOut a {
  padding: 7px 0 7px 30px;
  text-decoration: none;
  background: url("../images/icon_logout.png") no-repeat 0 50% / 20px 14px;
}
.hNav .hNavItems li.logOut a:hover {
  color: #13a0be;
}
@media screen and (max-width: 600px) {
  .hNav {
    flex-direction: column;
    align-items: flex-end;
  }
  .hNav ul.snsNav {
    margin: 0 0 10px;
  }
  .hNav ul.snsNav li {
    margin: 0;
    padding: 0;
    border-left: none;
  }
  .hNav .hNavItems.d-flex {
    flex-direction: column;
    align-items: flex-end;
  }
  .hNav .hNavItems li {
    border-left: none;
    text-align: right;
  }
  .hNav .hNavItems li.mr-2 {
    margin-right: 0 !important;
  }
  .hNav .hNavItems li + li {
    margin-top: 10px;
  }
  .hNav .hNavItems li.logOut a, .hNav .hNavItems li a {
    padding-right: 2px;
  }
}
/*-------------------------------------------------------*/
/*パンくずリスト*/
.layWTyp1.wrapPankuzu {
  margin-bottom: 90px;
}
.layWTyp1.wrapPankuzu ul {
  display: flex;
  align-items: center;
}
.layWTyp1.wrapPankuzu ul li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.layWTyp1.wrapPankuzu ul li + li {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  background: url("../images/icon_arrow_01.png") no-repeat 0 50% / 11px auto;
}
.layWTyp1.wrapPankuzu .layIcon {
  display: inline-block;
  min-height: 25px;
}
@media screen and (max-width: 767px) {
  .layWTyp1.wrapPankuzu {
    margin-bottom: 7%;
  }
  .layWTyp1.wrapPankuzu ul {
    width: 100%;
    padding: 0 0 10px;
    overflow-x: scroll;
  }
}
/*-------------------------------------------------------*/
/*本文汎用*/
p.pTyp01 {
  margin: 20px 0 0;
  font-size: 1rem;
}
p.pTyp02 {
  margin: 20px 0;
  font-size: 1rem;
}
p.pTyp03 {
  margin: 0 0 20px;
  font-size: 1rem;
}
p.pTyp04 {
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
  color: rgba(15, 21, 136, 1.00);
}
p.pTyp01 a[target="_blank"], p.pTyp02 a[target="_blank"], p.pTyp03 a[target="_blank"], p.pTyp04 a[target="_blank"] {
  padding: 0 0 0 15px;
  background: url("../images/icon_newwin.png") no-repeat 0 50% / 10px 7px;
}
/*-------------------------------------------------------*/
.attention {
  color: rgba(201, 0, 213, 1.00);
}
/*-------------------------------------------------------*/
/*アイコン*/
.iconConsulting {
  padding: 0 0 0 60px;
  background: url("../images/icon_consulting.png") no-repeat 10px 50% / auto 25px;
}
.iconCq {
  padding: 0 0 0 60px;
  background: url("../images/icon_cq.png") no-repeat 10px 50% / auto 25px;
}
h1.pageTitle.layIcon.iconCq {
  padding-left: 105px;
}
.iconPaper {
  padding: 0 0 0 60px;
  background: url("../images/icon_paper.png") no-repeat 10px 50% / auto 25px;
}
h1.pageTitle.layIcon.iconPaper {
  padding-left: 105px;
}
.iconMyPage {
  padding: 0 0 0 45px;
  background: url("../images/icon_mypage_01.png") no-repeat 10px 50% / auto 25px;
}
/*-------------------------------------------------------*/
/*フッタ*/
footer {
  padding: 130px 20px 20px;
}
footer ul {
  display: flex;
}
footer ul li + li {
  margin-left: 20px;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer a[target="_blank"] {
  padding: 0 0 0 15px;
  background: url("../images/icon_newwin.png") no-repeat 0 50% / 10px 7px;
}
.copyright {
  margin: 20px 0 0;
  font-size: 0.9rem;
}
@media screen and (max-width: 480px) {
  footer {
    padding: 60px 20px 20px;
  }
  footer ul {
    flex-direction: column;
    margin: 0 -20px;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
  }
  footer ul li {
    margin: 0;
    font-size: 0.9rem;
    border-top: 1px solid #dddddd;
  }
  footer ul li + li {
    margin-left: 0;
  }
  footer ul li a {
    display: block;
    padding: 10px 20px;
  }
  footer ul li a[target="_blank"] {
    padding: 10px 20px 10px 35px;
    background-position: 20px 50%;
  }
}
/*-------------------------------------------------------*/
/*ロゴ*/
.logo {
  font-family: 'Roboto Condensed';
}
.logo .layTxt1 {
  color: #4b6e76;
  font-weight: 700;
  line-height: 1;
}
header .logo {
  margin-bottom: 45px;
}
header .logo a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}
header .logo .layTxt1 {
  font-size: 90px;
}
.logo .layTxt2 {
  font-weight: 400;
  line-height: 1;
  text-stroke: 1px #13a0be;
  -webkit-text-stroke: 1px #13a0be;
  -webkit-text-fill-color: transparent;
}
header .logo .layTxt2 {
  margin: 0 0 0 10px;
  font-size: 80px;
}
header .logo img {
  width: auto;
  height: 70px;
}
@media screen and (max-width: 950px) {
header .logo img {
  height: 50px;
}
}
@media screen and (max-width: 767px) {
  header .logo {
    margin-bottom: 5%;
  }
  header .logo .layTxt1 {
    font-size: 10vw;
  }
  header .logo .layTxt2 {
    font-size: 10vw;
  }
  header .logo img {
    width: 70%;
    height: auto;
  }
}
@media screen and (max-width: 440px) {
  header .logo a {
    flex-direction: column;
  }
  header .logo .layTxt2 {
    margin: 0;
  }
  header .logo img {
    width: 80%;
    height: auto;
  }
}
/*-------------------------------------------------------*/
/*ログイン後トップページ*/
body.home .layWTyp1 {
  padding-top: 100px;
}
body.home h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
body.home h1.logo{
  margin-bottom: 20px;
}
body.home h1.logo .layTxt1 {
  display: block;
  font-size: 200px;
}
body.home h1.logo .layTxt2 {
  display: block;
  margin-top: -35px;
  font-size: 130px;
  text-stroke: 1.5px #13a0be;
  -webkit-text-stroke: 1.5px #13a0be;
}
body.home h1.logo img{
  width: 80%;
  max-width: 460px;
  height: auto;
}
.cNav ul {
  display: flex;
  justify-content: space-between;
  margin: 90px 0;
}
.cNav.layFooter ul {
  margin: 90px 0 0;
}
.cNav li {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.cNav li a {
  display: block;
  margin: 0 0 20px;
  padding: 130px 0 30px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5) no-repeat 50% 45px / 83px auto;
  box-shadow: 0px 0px 20px 0px rgba(47, 178, 206, 0.3);
  transition: box-shadow 0.2s ease-out;
}
.cNav li a:hover {
  color: #13a0be;
  box-shadow: 0px 0px 30px 0px rgba(47, 178, 206, 0.6);
}
.cNav .menu01 a {
  background-image: url("../images/icon_consulting.png");
}
.cNav .menu02 a {
  background-image: url("../images/icon_cq.png");
  background-size: 85px auto;
}
.cNav .menu03 a {
  background-image: url("../images/icon_paper.png");
}
.cNav li a .layTxt1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 220px;
  height: 3rem;
  font-size: 1.1rem;
}
.cNav li a .layTxt1 .adj {
  white-space: nowrap;
}
.cNav li .layTxt2 {
  font-size: 0.95rem;
}
@media screen and (max-width: 767px) {
  .cNav li {
    width: 31%;
  }
  .cNav li a, .cNav .menu02 a, .cNav .menu03 a {
    padding: 90px 0 20px;
    background-position: 50% 30px;
    background-size: 60px auto;
  }
  .cNav li a .layTxt1 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 600px) {
  body.home .layWTyp1 {
    padding-top: 0;
  }
  body.home h1.logo .layTxt1 {
    font-size: 30vw;
  }
  body.home h1.logo .layTxt2 {
    margin-top: -20px;
    font-size: 20vw;
  }
  .cNav ul {
    margin: 10% 0;
  }
  .cNav li a, .cNav .menu02 a, .cNav .menu03 a {
    padding: 60px 0 15px;
    background-position: 50% 20px;
    background-size: auto 36px;
    font-size: 2.5vw;
  }
  .cNav li a .layTxt1 {
    flex-direction: column;
  }
}
@media screen and (max-width: 374px) {
  .cNav li a .layTxt1 {
    font-size: 2.8vw;
    letter-spacing: -0.02rem;
  }
  .cNav li .layTxt2 {
    font-size: 0.85rem;
  }
}
/*-------------------------------------------------------*/
/*ページタイトル　検索ページ*/
h1.pageTitle {
  display: flex;
  align-items: center;
  margin: 0 0 60px;
  font-size: 1.8rem;
  font-weight: 500;
}
h1.pageTitle.layIcon {
  min-height: 55px;
  padding: 0 0 0 115px;
  background-size: auto 55px;
}
/*ページタイトル　詳細ページ*/
h1.pageTitle.detail {
  display: flex;
  align-items: stretch;
  margin: 0 0 40px;
}
h1.pageTitle.detail .layNum {
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
  padding: 15px;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: normal;
  white-space: nowrap;
  background: #13a0be;
}
h1.pageTitle.detail .layTag {
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
  padding: 15px;
  padding: 6px 10px;
  font-size: 1.2rem;
  color: #4b6e76;
  border: 1px solid #13a0be;
  border-radius: 6px;
  font-weight: normal;
  white-space: nowrap;
}
h1.pageTitle.detail .layTxt {
  display: block;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: normal;
}
@media screen and (max-width: 500px) {
  h1.pageTitle.detail {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  h1.pageTitle.detail .layNum {
    margin: 0 0 10px;
    padding: 5px;
  }
  h1.pageTitle.detail .layTxt {
    font-size: 1.3rem;
  }
}
/*-------------------------------------------------------*/
/*検索エリア*/
.wrapSearch {
  padding: 40px;
  background: #eef6f8;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .wrapSearch {
    padding: 6%;
  }
}
/*初期表示*/
.wrapInitial {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.wrapKeyword {
  display: flex;
  align-items: center;
}
.wrapKeyword label {
  padding: 0 10px 0 0;
  white-space: nowrap;
}
.wrapKeyword input {
  border: 1px solid #d0e9ef;
  border-radius: 50px;
}
.wrapRadio {
  margin-left: 20px;
}
.wrapRadio .form-check {
  margin-right: 20px;
}
#accordionSearch {
  padding: 15px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(47, 178, 206, 0.6);
}
.btn.btn-link.btnDetailSearch {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 20px;
  text-align: left;
  text-decoration: none;
  transition: 0.2s ease-out;
}
.btn.btn-link.btnDetailSearch:hover {
  background: rgba(47, 178, 206, 0.1);
}
.btn.btn-link.btnDetailSearch:before, .btn.btn-link.btnDetailSearch:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: #13a0be;
}
.btn.btn-link.btnDetailSearch:before {
  width: 12px;
  height: 2px;
}
.btn.btn-link.btnDetailSearch:after {
  margin-top: -5px;
  left: 5px;
  width: 2px;
  height: 12px;
  transition: 0.2s ease-out;
}
.btn.btn-link.btnDetailSearch[aria-expanded="true"]:after {
  transform: scaleY(0);
}
.btn.focus, .btn:focus, .btn-check:focus + .btn, .btn:focus {
  box-shadow: none;
}
@media screen and (max-width: 700px) {
  .wrapInitial {
    flex-direction: column;
  }
  .wrapRadio {
    margin: 20px 0 0;
  }
}
/*キーワードはスペースで区切ってください*/
.guideTxt01 {
  margin: 0 0 0 20px;
  color: #13a0be;
}
@media screen and (max-width: 700px) {
  .guideTxt01 {
    margin: 10px 0 0 0;
  }
}
/*詳しい検索の内容*/
.detailSearch {
  padding-top: 10px;
}
.wrapTblTyp01 {
  padding: 5px 0;
  border-top: 1px solid #d4edf2;
}
.tblTyp01 {
  width: 100%;
}
.tblTyp01 th {
  width: 120px;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  background: #92a6a9;
}
.tblTyp01 td {
  padding: 10px 25px;
}
.tblTyp01 td .form-check {
  display: flex;
  align-items: center;
  /*  width: 25%;*/
  width: 280px;
  min-height: 35px;
  padding: 5px 20px 5px 0;
}
.layCheckTyp01 {
  padding: 5px 0 0;
  border-top: 1px solid #d4edf2;
}
.layCheckTyp01 .layEle {
  display: flex;
  align-items: center;
  padding: 20px 25px;
  background: #eef6f8;
}
.layCheckTyp01 .layIcon {
  margin: 0 10px 0 0;
}
.layCheckTyp01 input + label {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .tblTyp01, .tblTyp01 tbody, .tblTyp01 tr {
    display: block;
  }
  .tblTyp01 th {
    display: block;
    width: 100%;
  }
  .tblTyp01 td {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .tblTyp01 td .form-check {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .tblTyp01 td .form-check {
    width: 100%;
  }
}
/*「詳しく検索する」で指定している条件*/
.searchActive {
  margin: 20px 0 0;
  padding: 10px;
  font-size: 0.85rem;
  background: #cae6ed;
  border-radius: 6px;
}
/*リセットボタン（検索ツール内）*/
.wrapBtnSearch .btnReset {
  position: absolute;
  top: 0;
  left: 0;
}
.wrapBtnSearch .btnReset a {
  padding: 4px 8px;
  font-size: 0.9rem;
  text-decoration: none;
  background: #ffffff;
  border: 2px solid #cae6ed;
  border-radius: 4px;
  transition: background 0.2s ease-out;
}
.wrapBtnSearch .btnReset a:hover {
  background: #cae6ed;
}
@media screen and (max-width: 767px) {
  .wrapBtnSearch .btnReset {
    position: relative;
    margin: 0 0 20px;
  }
  .wrapBtnSearch .btnReset a {
    display: inline-block;
  }
}
/*検索するボタン*/
.wrapBtnSearch {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
.btnSearch {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  padding: 10px;
  text-align: center;
  font-size: 1.2rem;
  color: #ffffff;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #14a1bf;
  border: none;
  background-image: -moz-linear-gradient(180deg, rgb(19, 160, 190) 0%, rgb(101, 209, 232) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(19, 160, 190) 0%, rgb(101, 209, 232) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(19, 160, 190) 0%, rgb(101, 209, 232) 100%);
  transition: background 0.2s ease-out;
}
.btnSearch:hover {
  color: #ffffff;
  background: #14a1bf;
}
.btnSearch .iconSearch {
  display: inline-block;
  min-height: 21px;
  padding: 0 0 0 30px;
  background: url("../images/icon_search.png") no-repeat 0 50% / 21px 21px;
}
@media screen and (max-width: 767px) {
  .wrapBtnSearch {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .btnSearch {
    width: 100%;
    max-width: 320px;
  }
}
/*送信するボタン*/
.wrapBtnTyp04 {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
.btnTyp04 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  padding: 10px;
  text-align: center;
  font-size: 1.2rem;
  color: #ffffff;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #14a1bf;
  border: none;
  background-image: -moz-linear-gradient(180deg, rgb(19, 160, 190) 0%, rgb(101, 209, 232) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(19, 160, 190) 0%, rgb(101, 209, 232) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(19, 160, 190) 0%, rgb(101, 209, 232) 100%);
  transition: background 0.2s ease-out;
}
.btnTyp04:hover {
  color: #ffffff;
  background: #14a1bf;
}
/*検索結果 件数*/
.wrapResultHead {
  position: relative;
  margin: 50px auto;
}
.wrapResultHead .lay1 {
  display: flex;
  align-items: center;
}
.wrapResultHead .lay1 .decoRadioTyp02 {
  display: flex;
  margin: 0 0 0 10px;
}
.wrapResultHead .lay2 {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  text-align: center;
}
.wrapResultHead .lay2 .layNum {
  margin: 0 5px 0 0;
  font-size: 2rem;
}
.wrapResultHead .lay1 .decoRadioTyp02 .mr-3 {
  margin: 0 !important;
}
@media screen and (max-width: 830px) {
  .wrapResultHead .lay2 {
    left: inherit;
    right: 30px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .wrapResultHead {
    margin: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .wrapResultHead {
    display: flex;
    flex-direction: column;
  }
  .wrapResultHead .lay1 {
    flex-direction: column;
  }
  .wrapResultHead .lay1 .decoRadioTyp02 {
    margin-top: 15px;
  }
  .wrapResultHead .lay2 {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px 0 0;
    width: auto;
  }
  .decoRadioTyp02 {
    display: flex;
    flex-direction: column;
  }
}
/*検索結果*/
.wrapResultBody {
  margin: 40px 0 0;
}
.wrapResultBody .articleTyp1 {
  position: relative;
}
.wrapResultBody .articleTyp1:first-child {
  border-top: 1px solid #d4edf2;
}
.wrapResultBody .articleTyp1:last-child {
  border-bottom: 1px solid #d4edf2;
}
.wrapResultBody .articleTyp1:nth-child(even) {
  background: #eef6f8;
}
a.resultLink {
  position: relative;
  display: block;
  padding: 0 0 50px 0;
  text-decoration: none;
}
a.resultLink:hover {
  background: rgba(255, 249, 178, 1.00);
}
.wrapResultBody a.resultLink .articleTyp1:nth-child(even) {
  background: #eef6f8;
}
.articleHead {
  /*  display: flex;
  align-items: center;*/
  margin: 0 auto 20px;
  padding: 0 20px;
  max-width: 1770px;
}
.articleHead p.layNumTyp1 {
  padding: 5px 10px;
  color: #ffffff;
  background: #13a0be;
}
.articleHead p.layNumTyp2 {
  padding: 5px 10px;
  color: #ffffff;
  background: #7aa8b2;
}
/*症例数が空欄の場合は表示しない　2022/9/16不要*/
/*.articleHead p.layNumTyp2 span.layNumTyp2Item {
	display: inline-block;
	position: relative;
	margin-left: 20px;
	padding: 5px 10px;
	color: #ffffff;
	background: #7aa8b2;
}*/
/*.articleHead p.layNumTyp2 span.layNumTyp2Item:empty {
	display: none;
}
.articleHead p.layNumTyp2 span.layNumTyp2Item:before {
	content: "症例数　";
}
.articleHead p.layNumTyp2 span.layNumTyp2Item:after {
	content: "例";
}*/
.articleHead p.layNumTyp1 + p.layNumTyp2 {
  margin-left: 20px;
}
.articleHead p.layIcon {
  margin-left: 10px;
}
.articleHead p.layIcon img {
  width: 23px;
  height: auto;
}
.articleHead p.layNumTyp1 + p.layDate {
  margin-left: 20px;
}
.articleBody .wrapLayTag {
  margin: -6px -6px;
}
.articleBody .layTag {
  display: inline-block;
  margin: 6px 6px;
  padding: 6px 10px;
  font-size: 0.9rem;
  color: #4b6e76;
  border: 1px solid #13a0be;
  border-radius: 6px;
}
/*.articleBody .layTag + .layTag {
  margin-left: 15px;
}*/
.articleBody {
  display: flex;
  justify-content: space-between;
}
.articleBody .layImg {
  /*width: 300px;*/
  width: 21.4%;
  /*2022/7/21*/
  position: relative;
}
.articleBody .layImg::after {
  /*	content: "";
	position: absolute;
	top: 0;
	left: 0;
display: block;
	width: 100%;
	height: 61.8%;
	background: rgba(255,255,255,0.3);
	overflow: hidden;*/
}
.articleBody .layImg img {
  width: 100%;
  height: auto;
  display: block;
  /*2022/7/21*/
  /*	position: absolute;
	top: 0;
	left: 0;
    width:auto;
    height:auto;
	max-width: 100%;
	max-height: 100%;*/
}
.articleBody .layTxt {
  flex-grow: 1;
  width: 70%;
}
.articleBody .layImg + .layTxt {
  margin-left: 5%;
}
.articleBody .wrapLayTagTyp1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px -8px;
}
.articleBody .wrapLayTagTyp1 .layTag {
  margin: 0 6px 8px;
  padding: 6px 10px;
  font-size: 0.9rem;
  color: #4b6e76;
  border: 1px solid #13a0be;
  border-radius: 6px;
}
/*.articleBody .wrapLayTagTyp1 .layTag + .layTag {
  margin-left: 15px;
}*/
.articleBody .layResultH {
  margin: 20px 0 0;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: normal;
}
.articleBody .layResultP {
  margin: 20px 0 0;
  font-size: 1rem;
  color: #4b6e76;
}
.pageTitle.detail .layTag.colorType-foreground, .articleBody .layTag.colorType-foreground {
  color: #ffffff;
  background: #cd4a8e;
  border: 1px solid #cd4a8e;
}
.pageTitle.detail .layTag.colorType-background, .articleBody .layTag.colorType-background {
  color: #ffffff;
  background: #3692d2;
  border: 1px solid #3692d2;
}
.pageTitle.detail .layTag.colorType-other, .articleBody .layTag.colorType-other {
  color: #ffffff;
  background: #576076;
  border: 1px solid #576076;
}
@media screen and (max-width: 767px) {
  .articleBody .layResultH {
    margin: 15px 0 0;
    font-size: 1.1rem;
  }
  .articleBody .layResultP {
    margin: 15px 0 0;
    font-size: 0.95rem;
  }
}
/*論文一覧*/
.wrapLayTagTyp2 {
  display: flex;
  flex-wrap: wrap;
}
.wrapLayTagTyp2 .layTag {
  position: relative;
  padding: 0 0 0 12px;
  font-size: 0.95rem;
  color: #4b6e76;
}
.wrapLayTagTyp2 .layTag:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 7px;
  height: 10px;
  border-bottom: 3px solid #7aa8b2;
  border-right: 3px solid #7aa8b2;
  transform: rotate(32deg) skewX(-5deg);
}
.wrapLayTagTyp2 .layTag {
  margin: 0 10px;
}
.articleBody .layTxt2 {
  display: flex;
  align-items: center;
}
.articleHeadLay1 {
  display: flex;
  /*  justify-content: space-between;
  align-items: center;*/
  flex-wrap: wrap;
  position: relative;
  padding: 0 200px 0 0;
}
.articleHeadLay2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.articleHead object.layLinkAdj {
  position: absolute;
  top: 0;
  right: 0;
}
.articleHead .wrapLayTagTyp1 {
  margin: 10px 20px;
}
.articleHead .wrapLayTagTyp2 {
  margin: 10px -15px;
}
.articleHead .wrapLayTagTyp2 .layTag {
  margin: 0 15px;
}
/*.articleBody .layTxt2 p.layNum {
  font-size: 1.1rem;
  color: #666666;
}
.articleBody .layTxt2 p.layNum + ul.wrapLayTagTyp1 {
  margin-left: 20px;
}*/
@media screen and (max-width: 767px) {
  .articleHead {
    margin-bottom: 10px;
  }
  .articleHeadLay1 {
    padding: 0 120px 0 0;
  }
  .articleHead .wrapLayTagTyp1 {
    margin: 15px 0 0;
    width: 100%;
  }
  .articleHead .wrapLayTagTyp2 {
    margin: 15px -8px 0;
    width: 100%;
  }
  .articleBody .layImg {
    width: 30%;
  }
  .articleBody .layTxt {
    width: 65%;
  }
}
@media screen and (max-width: 600px) {
  .articleHeadLay1 {
    padding: 0;
  }
  .articleHead object.layLinkAdj {
    position: relative;
  }
  .articleBody {
    flex-direction: column;
  }
  .articleBody .layImg {
    width: 50%;
  }
  .articleBody .layTxt {
    width: 100%;
  }
  .articleBody .layImg + .layTxt {
    margin: 5% 0 0;
  }
}
@media screen and (max-width: 400px) {
  .articleHead .wrapLayTagTyp2 {
    margin: 10px -5px;
  }
  .articleHead .wrapLayTagTyp2 .layTag {
    margin: 0 5px;
  }
}
/*検索結果 ページャー*/
.wrapPager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 0;
}
.wrapPager a {
  padding: 0 5px;
  text-decoration: none;
}
.wrapPager .page {
  font-size: 1.2rem;
}
.wrapPager .page + .page {
  margin-left: 20px;
}
.wrapPager .page.act {
  position: relative;
  padding: 0 5px;
  color: #b7c4c7;
}
.wrapPager .page.act:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 2px;
  background: #b7c4c7;
}
.wrapPager .prev .layTxt, .wrapPager .next .layTxt {
  position: relative;
  display: inline-block;
}
.wrapPager .prev .layTxt {
  margin-right: 80px;
  padding-left: 15px;
}
.wrapPager .next .layTxt {
  margin-left: 80px;
  padding-right: 15px;
}
.wrapPager .prev .layTxt:after, .wrapPager .next .layTxt:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #13a0be;
  border-left: 2px solid #13a0be;
}
.wrapPager .prev .layTxt:after {
  left: 0;
  transform: rotate(-45deg);
}
.wrapPager .next .layTxt:after {
  right: 0;
  transform: rotate(135deg);
}
.wrapPager .prev .layTxt:before, .wrapPager .next .layTxt:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: transparent;
}
.wrapPager .prev .layTxt:before {
  left: -10px;
}
.wrapPager .next .layTxt:before {
  right: -10px;
}
.wrapPager .pageNum {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .wrapPager {
    margin: 50px 20px 0;
  }
  .wrapPager .page {
    /*line-height: 2;*/
  }
  .wrapPager .layTxt .adj {
    display: none;
  }
  .wrapPager .prev .layTxt {
    margin-right: 15px;
    padding-left: 15px;
  }
  .wrapPager .next .layTxt {
    margin-left: 15px;
    padding-right: 15px;
  }
  .wrapPager .pageNum {
    flex-wrap: wrap;
  }
}
/*-------------------------------------------------------*/
/*詳細ページ*/
/*ページ内見出し*/
h2.bsc {
  margin: 0 0 20px;
  font-size: 24px;
  color: #4b6e76;
}
/*add20220530 契約フォームデモでのみ使用*/
h3.bsc {
  margin: 30px 0 20px 0;
  font-size: 20px;
  color: #203847;
}
/*ボックス装飾*/
.boxTyp01 {
  margin: 60px 0;
  background: #ffffff;
}
.boxTyp02 {
  margin: 40px 0;
  padding: 40px 0;
  background: #eef6f8;
}
.boxTyp01 + .boxTyp02 {
  margin: 60px 0;
}
.boxTyp03 {
  margin: 20px 0 0;
  padding: 40px;
  border: 1px solid #a1d9e5;
  background: #ffffff;
  border-radius: 10px;
}
.boxTyp04 {
  margin: 0;
  padding: 40px 0;
  background: #d3e5ea;
}
.boxTyp04 p {}
/*スクロール*/
.wrapBoxScrollTyp01 {
  margin: 20px 0;
  border: 1px solid #dddddd;
  padding: 10px;
}
.boxScrollTyp01 {
  height: 160px;
  padding: 10px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .boxTyp02 {
    margin: 6% 0;
    padding: 6% 0;
  }
  .boxTyp03 {
    padding: 6%;
  }
}
/*報告書概要と図版*/
.wrapIntro {
  border-top: 1px solid #d4edf2;
}
.wrapIntro .layWTyp1 {
  display: flex;
  justify-content: space-between;
}
.wrapIntro .lay1 {
  /*width: 280px;*/
  width: 20%;
}
.wrapIntro .lay2 {
  /*width: 1050px;*/
  width: 75%;
}
.wrapIntro .lay1 + .lay2 {
  /*margin-left: 70px;*/
  /*    margin-left: 5%;*/
}
/*論文*/
body.literatureDetail .wrapIntro .layWTyp1, main.literatureDetail .wrapIntro .layWTyp1 {
  justify-content: flex-start;
}
body.literatureDetail .wrapIntro .lay1, main.literatureDetail .wrapIntro .lay1 {
  /*  width: auto;
  min-width: 26%;*/
  width: 32%;
}
body.literatureDetail .wrapIntro .lay1 + .lay1, main.literatureDetail .wrapIntro .lay1 + .lay1 {
  margin-left: 20px;
}
.tab-pane {
  padding: 10px 20px;
  background: #d3e5ea;
  border-radius: 0 10px 10px 10px;
}
.tab-content.adj01 {
  background: #d3e5ea;
}
.tab-content.adj01 .tab-pane {
  padding: 0;
  background: none;
  border-radius: none;
}
.tab-content.adj01 .wrapResultBody {
  margin: 0;
}
.picItem {
  display: flex;
  /*  justify-content: space-between;*/
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.picItem li {
  display: flex;
  flex-direction: column-reverse;
  /*width: 185px;*/
  /*width: 20%;*/
  width: 25%; /*2022/7/20*/
  padding: 10px;
  /*2022/7/21*/
  /*	position: relative;
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;*/
}
.picItem li a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 61.8%;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.picItem li img {
  display: block;
  width: 100%;
  height: auto;
  /*2022/7/21*/
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.picItem li span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  margin: 0 0 5px;
  font-size: 0.9rem;
}
.nav-tabs {
  border: none;
}
.nav-tabs .nav-item + .nav-item {
  padding-left: 1px;
}
.nav-tabs .nav-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
  background: #7aa8b2;
  border-radius: 10px 10px 0 0;
}
.wrapIntro.boxTyp02 .nav-tabs .nav-item a {
  width: 150px;
}
.nav-tabs .nav-item a:hover {
  background: #57858F;
}
.nav-tabs .nav-item a.active {
  color: #4b6e76;
  background: #d3e5ea;
}
.wrapNav-tabs {
  padding: 20px 0 0;
  background: #b3d7de;
  border-top: 1px solid #9ac4cc;
}
@media screen and (max-width: 1200px) {
  .wrapIntro .lay1 {
    width: 30%;
  }
  .wrapIntro .lay2 {
    width: 65%;
  }
  .picItem li {
    /*width: 25%;*/
    width: 50%; /*2022/7/20*/
  }
}
@media screen and (max-width: 900px) {
  .wrapIntro .lay1 {
    width: 35%;
  }
  .wrapIntro .lay2 {
    width: 62%;
  }
  .picItem li {
    /* width: 25%;*/
    padding: 5px;
  }
  .wrapIntro.boxTyp02 .nav-tabs .nav-item a {
    min-width: inherit;
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .wrapIntro .layWTyp1 {
    display: block;
  }
  .wrapIntro .lay1 {
    width: 100%;
  }
  body.literatureDetail .wrapIntro .lay1, main.literatureDetail .wrapIntro .lay1 {
    width: 100%;
  }
  body.literatureDetail .wrapIntro .lay1 + .lay1, main.literatureDetail .wrapIntro .lay1 + .lay1 {
    margin: 0;
  }
  .wrapIntro .lay1 + .lay1 .tblTyp02, .wrapIntro .lay1 + .lay1 .tblTyp02 tr:first-of-type th, .wrapIntro .lay1 + .lay1 .tblTyp02 tr:first-of-type td {
    border-top: none;
  }
  .wrapIntro .lay1 th {
    width: 25%;
  }
  body.literatureDetail .wrapIntro .lay1 th, main.literatureDetail .wrapIntro .lay1 th {
    width: 40%;
  }
  .wrapIntro .lay2 {
    margin: 6% 0 0;
    width: 100%;
  }
  .nav-tabs .nav-item {
    width: 33.3333%;
  }
  .nav-tabs .nav-item a {
    min-width: inherit;
  }
  .wrapIntro.boxTyp02 .nav-tabs .nav-item a {
    width: 100%;
  }
  .tab-pane {
    border-radius: 0 0 10px 10px;
  }
  .nav-tabs.adjTabW .nav-item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .nav-tabs.adjTabW .nav-item {
    font-size: 3vw;
  }
}
@media screen and (max-width: 400px) {
  .wrapIntro .lay1 th, .wrapIntro .lay1 td {
    font-size: 3.5vw;
  }
  .nav-tabs.adjTabW .nav-item {
    font-size: 2.6vw;
  }
}
/*報告書のPDF*/
ul.listPdfTyp01 {
  display: flex;
  margin: 20px 0 0;
}
ul.listPdfTyp01 li {
  width: 260px;
}
ul.listPdfTyp01 li + li {
  margin-left: 20px;
}
a.btnTyp01 {
  display: block;
  padding: 15px;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(47, 178, 206, 0.3);
}
.iconReport02 {
  display: block;
  min-height: 23px;
  padding: 35px 0 0;
  background: url("../images/icon_report.png") no-repeat 50% 0 / 24px auto;
}
.wrapIntro a.btnTyp01 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  /*報告書のPDF*/
  ul.listPdfTyp01 {
    display: block;
  }
  ul.listPdfTyp01 li + li {
    margin-left: 0;
    margin-top: 20px;
  }
  .wrapIntro a.btnTyp01 {
    margin-bottom: 6%;
  }
}
ul.wrapLayLinkTyp1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
ul.wrapLayLinkTyp1 li {
  margin: 5px;
}
@media screen and (max-width: 767px) {
  .articleHead ul.wrapLayLinkTyp1 {
    flex-direction: column;
  }
  .articleHead ul.wrapLayLinkTyp1 li a {
    width: 100%;
  }
}
/*ちいさいPDF*/
a.btnTyp02 {
  display: inline-block;
  padding: 3px 15px;
  font-size: 0.9rem;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background-image: -moz-linear-gradient(0deg, rgb(243, 81, 81) 0%, rgb(194, 2, 2) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(243, 81, 81) 0%, rgb(194, 2, 2) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(243, 81, 81) 0%, rgb(194, 2, 2) 100%);
}
.iconLinkTyp01 {
  min-height: 13px;
  padding: 0 20px 0 0;
  white-space: nowrap;
  background: url("../images/icon_link_01.png") no-repeat 100% 50% / 12px auto;
}
/*NVV所有*/
a.btnTyp03 {
  display: inline-block;
  padding: 3px 10px;
  font-size: 0.9rem;
  text-align: center;
  color: #ffffff;
  background: #0061ff;
  background-image: -moz-linear-gradient(0deg, rgb(84, 159, 237) 0%, rgb(0, 97, 255) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(84, 159, 237) 0%, rgb(0, 97, 255) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(84, 159, 237) 0%, rgb(0, 97, 255) 100%);
  text-decoration: none;
}
.iconLinkTyp02 {
  min-height: 13px;
  padding: 0 20px 0 0;
  white-space: nowrap;
  background: url("../images/icon_dropbox.png") no-repeat 100% 50% / 15px auto;
}
/*汎用リンク*/
.txtLinkTyp01 {
  display: flex;
  margin-top: 20px;
}
.txtLinkTyp02 {
  display: flex;
}
a.iconLinkTyp03, button.iconLinkTyp03 {
  display: flex;
  position: relative;
  padding: 2px 35px 2px 15px;
  color: #ffffff;
  /*  white-space: nowrap;*/
  text-decoration: none;
  background: #13a0be;
  background-image: -moz-linear-gradient(180deg, rgb(19, 160, 190) 0%, rgb(101, 209, 232) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(19, 160, 190) 0%, rgb(101, 209, 232) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(19, 160, 190) 0%, rgb(101, 209, 232) 100%);
  border: none;
}
a.iconLinkTyp03:hover, button.iconLinkTyp03:hover {
  background: #57858F;
}
a.iconLinkTyp03:after, button.iconLinkTyp03:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(45deg);
}
.txtLinkTyp01 a.iconLinkTyp03 {
  padding: 8px 35px 8px 15px;
  border-radius: 6px;
}
.txtLinkTyp02 a.iconLinkTyp03 {
  font-size: 0.9rem;
}
/*ダウンロードリンク*/
a.iconLinkTyp03.layIconDl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  width: 15px;
  height: 13px;
  border-right: none;
  border-top: none;
  transform: rotate(0);
  background: url("../images/icon_dl.png") no-repeat 100% 0 / 15px 13px;
}
/*報告書の概要表*/
.tblTyp02 {
  width: 100%;
  border: 1px solid #a1d9e5;
}
.tblTyp02 tr {}
.tblTyp02 th {
  padding: 5px 10px;
  font-weight: normal;
  white-space: nowrap;
  background: #eef6f8;
  border: 1px solid #a1d9e5;
}
.tblTyp02 th.dyn {
  color: #ffffff;
  background: #7aa8b2;
}
.tblTyp02 td {
  padding: 5px 10px;
  background: #ffffff;
  border: 1px solid #a1d9e5;
  width: 100%;
}
/*BCS*/
.graphTyp01 {
  display: flex;
}
.graphTyp01 span {
  display: block;
  height: 20px;
  width: 20%;
  background: #cde2e7;
}
.graphTyp01 span.on {
  background: #13a0be;
}
.graphTyp01 span + span {
  border-left: 1px solid #ffffff;
}
.graphTyp01 span:first-child {
  border-radius: 50px 0 0 50px;
}
.graphTyp01 span:last-child {
  border-radius: 0 50px 50px 0;
}
/*引用文献*/
.tblTyp03 {
  width: 100%;
  border: 1px solid #a1d9e5;
}
.tblTyp03 th {
  padding: 20px;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  white-space: nowrap;
  background: #7aa8b2;
  border: 1px solid #a1d9e5;
}
.tblTyp03 td {
  padding: 20px;
  background: #eef6f8;
  border: 1px solid #a1d9e5;
}
.tblTyp03 tbody tr:nth-child(odd) td {
  background: #ffffff;
}
.tblTyp03 td.linkData {
  text-align: center;
}
.tblTyp03 td a {
  text-decoration: none;
}
.tblTyp03 tr td:first-child a {
  white-space: nowrap;
}
.tblTyp03 td.linkPmid a[target="_blank"] {
  padding: 0 0 0 15px;
  background: url("../images/icon_newwin.png") no-repeat 0 50% / 10px 7px;
}
.tblTyp03 td.year {
  white-space: nowrap;
}
/*メルマガ*/
.merumagaAbout span {
  display: inline-block;
}
.merumagaAbout span + span {
  margin-left: 20px;
}
.merumagaAbout span.layDate {}
.merumagaAbout span.layNum {}
.merumagaAbout span.layWriter {}
.warpMerumaga h3 {
  margin: 15px 0;
  font-size: 1.4rem;
}
/*-------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .wrapTblScroll {
    width: 100%;
    overflow-x: scroll;
  }
  .wrapTblScroll th {
    padding: 5px;
  }
  .wrapTblScroll td {
    padding: 5px;
  }
}
/*-------------------------------------------------------*/
/*動画*/
.wrapVideo {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.wrapVideo + .wrapVideo {
  margin-top: 30px;
}
.wrapVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wrapVideo + .wrapVideo {
    margin-top: 5%;
  }
}
/*-------------------------------------------------------*/
/*マイページ・アカウント*/
.wrapMyAccount {
  display: flex;
  justify-content: center;
  margin: 40px 0;
  padding: 160px 0 80px;
  background: #eef6f8 url("../images/icon_mypage_01.png") no-repeat 50% 80px / 60px auto;
  border-top: 1px solid #d4edf2;
}
.layMyAccount {
  margin: 0 auto;
  width: 600px;
}
.layMyAccount .alert.alert-light {
  margin: 40px 0;
}
.wrapMyAccount ul#mypage-account li {
  display: flex;
  align-items: center;
  padding: 0 0 10px;
  word-break: break-all;
  border-bottom: 1px solid #a1d9e5;
}
.wrapMyAccount ul#mypage-account li + li {
  margin-top: 30px;
}
.wrapMyAccount ul#mypage-account li .layTxt1 {
  width: 135px;
  font-size: 1.1rem;
  color: #8da1a6;
  white-space: nowrap;
}
.wrapMyAccount ul#mypage-account li .layTxt2 {
  width: 380px;
  padding: 0 20px;
  font-size: 1.1rem;
  font-weight: bold;
}
.layBtnTyp01 {
  width: 80px;
  white-space: nowrap;
}
.layBtnTyp01.ctr {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  width: auto;
}
/*送信するボタン ログイン画面*/
.layBtnTyp01.ctr.adjLoginBtn {
  margin-top: 10px;
}
.layBtnTyp01 a, .layBtnTyp01 button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 7px 25px 7px 15px;
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #14a1bf;
  border: none;
  background-image: -moz-linear-gradient(180deg, rgb(19, 160, 190) 0%, rgb(101, 209, 232) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(19, 160, 190) 0%, rgb(101, 209, 232) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(19, 160, 190) 0%, rgb(101, 209, 232) 100%);
  transition: background 0.2s ease-out;
}
.layBtnTyp01.ctr a, .layBtnTyp01.ctr button {
  min-width: 300px;
  padding: 7px 50px;
  font-size: 1.1rem;
}
.layBtnTyp01 a:hover {
  color: #ffffff;
  background: #14a1bf;
}
.layBtnTyp01.ctr button:hover {
  background: #57858F;
}
.layBtnTyp01 a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .wrapMyAccount {
    padding: 100px 0 40px;
    background-position: 50% 40px;
  }
  .layMyAccount {
    display: flex;
    justify-content: center;
    width: auto;
  }
  .wrapMyAccount ul#mypage-account li {
    flex-direction: column;
    position: relative;
    padding: 20px;
  }
  .wrapMyAccount ul#mypage-account li + li {
    margin-top: 0;
  }
  .wrapMyAccount ul#mypage-account li .layTxt1 {
    width: 100%;
  }
  .wrapMyAccount ul#mypage-account li .layTxt2 {
    width: 100%;
    padding: 10px 110px 0 0;
  }
  .wrapMyAccount ul#mypage-account li .layBtnTyp01 {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .layBtnTyp01.ctr a, .layBtnTyp01.ctr button {
    min-width: 200px;
    padding: 7px 20px;
  }
}
/*-------------------------------------------------------*/
/*戻るボタン*/
.layBtnBack {
  display: flex;
  margin: 30px 0 0;
}
.layBtnBack a, .layBtnBack button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 7px 15px 7px 25px;
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(87, 87, 87, 0.6);
  border: none;
  transition: background 0.2s ease-out;
}
.layBtnBack a:hover, .layBtnBack button:hover {
  background: rgba(87, 87, 87, 1.00);
}
.layBtnBack a:after, .layBtnBack button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(-45deg);
}
/*-------------------------------------------------------*/
/*パスワードリセット*/
.wrapPassReset {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 600px;
  padding: 60px;
  border: 1px solid #a1d9e5;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(47, 178, 206, 0.3);
}
.wrapPassReset .layTxt1 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.wrapPassReset .layTxt2 {
  margin: 40px 0 0;
  text-align: center;
}
.wrapPassReset .layTxt3 {
  margin: 30px 0 0;
}
#password_reset_request {
  margin: 35px 0 0;
}
#password_reset_request .form-group.row {
  display: flex;
  justify-content: center;
  align-items: center;
}
#password_reset_request .form-group.row label.col-sm-2 {
  width: auto;
  padding: 0;
  white-space: nowrap;
}
#password_reset_request .form-group.row .col-sm-10 {
  width: auto;
}
#password_reset_request .form-group.row .col-sm-10 .form-control {
  min-width: 300px;
  border: 1px solid #13a0be;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .wrapPassReset {
    margin: 0 20px;
    width: auto;
    padding: 30px;
  }
  #password_reset_request .form-group.row .col-sm-10 .form-control {
    min-width: 150px;
  }
}
/*-------------------------------------------------------*/
/*ゲスト登録・資料請求フォーム*/
.formTyp01 {}
.formTyp01 tr:nth-child(even) {
  background: #efefef;
}
.formTyp01 th {
  padding: 20px 10px;
}
.formTyp01 td {
  padding: 20px 10px;
}
.formTyp01 td.formTdTyp01 {
  color: rgba(184, 2, 5, 1.00);
}
.formTyp01 td select {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .formTyp01 {
    display: block;
    width: 100%;
  }
  .formTyp01 tbody {
    display: block;
    width: 100%;
  }
  .formTyp01 tr {
    display: block;
    width: 100%;
  }
  .formTyp01 th {
    display: block;
    width: 100%;
    padding: 10px 10px 0 10px;
  }
  .formTyp01 th br {
    display: none;
  }
  .formTyp01 td {
    display: block;
    width: 100%;
    padding: 10px 10px 0 10px;
  }
  .formTyp01 td.formTdTyp01 {
    padding-top: 5px;
  }
  .formTyp01 tr td:last-child {
    padding-bottom: 20px;
  }
  .formTyp01 td input[type="text"] {
    width: 48%;
  }
}
/*-------------------------------------------------------*/
/*マークダウン装飾*/
.layMarkdownDeco h1 {
  clear: both;
  margin: 60px 0 20px;
  padding: 5px 0 5px 10px;
  color: #666666;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
  border-left: 5px solid #666666;
  border-bottom: 1px solid #666666;
}
.layMarkdownDeco h2 {
  clear: both;
  margin: 40px 0 20px;
  padding: 0 0 8px;
  color: #666666;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2;
  border-bottom: 1px solid #666666;
}
.layMarkdownDeco h3 {
  clear: both;
  margin: 35px 0 20px;
  font-size: 24px;
  color: #666666;
  font-weight: bold;
}
.layMarkdownDeco h4 {
  clear: both;
  margin: 30px 0 20px;
  padding: 6px;
  font-size: 24px;
  line-height: 1.2;
  color: #666666;
  font-weight: bold;
  background: #efefef;
}
.layMarkdownDeco h5 {
  /*未使用*/
  clear: both;
  margin: 25px 0 20px;
  font-size: 20px;
}
.layMarkdownDeco h6 {
  /*未使用*/
  clear: both;
  margin: 20px 0 20px;
  font-size: 18px;
}
.layMarkdownDeco h1 + h2, .layMarkdownDeco h2 + h3, .layMarkdownDeco h3 + h4, .layMarkdownDeco h4 + h5, .layMarkdownDeco h5 + h6 {
  margin-top: 20px;
}
.layMarkdownDeco p {
  clear: both;
  margin: 20px 0 0 0;
}
.layMarkdownDeco p + p {
  margin-top: 12px;
}
.layMarkdownDeco ul {
  margin: 20px 30px 0;
}
.layMarkdownDeco ul ul {
  margin: 12px 30px;
}
.layMarkdownDeco ul li {
  list-style: outside disc;
}
.layMarkdownDeco ul li + li {
  margin-top: 6px;
}
.layMarkdownDeco ol {
  margin: 20px 30px 0;
}
.layMarkdownDeco ol ol {
  margin: 12px 30px;
}
.layMarkdownDeco ol li {
  list-style: outside decimal;
  padding-left: 8px;
}
.layMarkdownDeco ol li + li {
  margin-top: 6px;
}
.layMarkdownDeco hr {
  margin: 3rem 0;
}
.layMarkdownDeco table {
  margin: 20px 0 0;
}
.layMarkdownDeco table th {
  background: #efefef;
  padding: 6px 12px;
  border: 1px solid #666666;
}
.layMarkdownDeco table td {
  padding: 6px 12px;
  border: 1px solid #666666;
}
.layMarkdownDeco img.float-start {
  display: block;
  float: left;
  margin: 0 30px 20px 0;
}
.layMarkdownDeco img.float-end {
  display: block;
  float: right;
  margin: 0 0 20px 30px;
}
/*.layMarkdownDeco img.w-50 {
    width: 48%!important;
}*/
.layMarkdownDeco p {
  position: relative;
}
.layMarkdownDeco p:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
/*特別なレイアウト用 スマホ表示時に画像が一番上　add2022/8/1*/
/*<div class="laySpecialImg25pctR"></div>
[image:c1382]
<dl><dt>Q1. 肉芽は切除が良いのか？またはWet to Dry後などフィブラストスプレーで良好な肉芽を形成し移植床とした方が良いのか？ ― 肉芽部の境界部は、深層筋への強固な固着はないが、肉芽部は肥厚しており境界部の皮膚は薄いため、綺麗に剥離できるか懸念している。</dt><dd>健康な肉芽は移植床になりますので、切除しません（デブライドとは、異物、壊死、重度感染など生物活性の乏しい組織を除去することです）。菲薄化した皮膚は強度不足と思いますので、剥離できたとしても使用することは危険と思います。上記の__画像2__のように「ブリッジ」は切開ではなく邪魔であれば切除することもあります（緑斜線部）。</dd></dl>*/
.laySpecialImg25pctR {
  width: 0;
  height: 0;
}
.layMarkdownDeco .laySpecialImg25pctR + p {
  float: right;
  margin: 0;
  width: 25%;
}
.layMarkdownDeco .laySpecialImg25pctR + p img {
  display: block;
  float: none;
  width: 100%;
  height: auto;
}
.layMarkdownDeco dl.laySpecialTxt70pctL {
  float: left;
  width: 70%;
  margin-bottom: 20px;
}
.layMarkdownDeco dl.laySpecialTxt70pctL dt {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333333;
}
.layMarkdownDeco dl.laySpecialTxt70pctL dt + dd {
  margin-top: 10px;
}
.layMarkdownDeco dl.laySpecialTxt70pctL:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
/*特別なレイアウト用 スマホ表示時に画像が一番下　add2022/8/1*/
/*<div class="laySpecialImg25pctR"></div>
<dl><dt>Q1. 肉芽は切除が良いのか？またはWet to Dry後などフィブラストスプレーで良好な肉芽を形成し移植床とした方が良いのか？ ― 肉芽部の境界部は、深層筋への強固な固着はないが、肉芽部は肥厚しており境界部の皮膚は薄いため、綺麗に剥離できるか懸念している。</dt><dd>健康な肉芽は移植床になりますので、切除しません（デブライドとは、異物、壊死、重度感染など生物活性の乏しい組織を除去することです）。菲薄化した皮膚は強度不足と思いますので、剥離できたとしても使用することは危険と思います。上記の__画像2__のように「ブリッジ」は切開ではなく邪魔であれば切除することもあります（緑斜線部）。</dd></dl>
[image:c1382]*/
.layMarkdownDeco .laySpecialImg25pctR + dl.laySpecialTxt70pctL {
  float: left;
  width: 70%;
}
.layMarkdownDeco .laySpecialImg25pctR + dl.laySpecialTxt70pctL:after {
  display: none;
}
.layMarkdownDeco .laySpecialImg25pctR + dl.laySpecialTxt70pctL + p {
  clear: none;
  float: right;
  margin: 0;
  width: 25%;
}
.layMarkdownDeco .laySpecialImg25pctR + dl.laySpecialTxt70pctL + p img {
  display: block;
  float: none;
  width: 100%;
  height: auto;
}
/*QAタイトル用 add2022/8/1*/
/*<div class="QAtitle">Q1. 肉芽は切除が良いのか？</div>*/
.layMarkdownDeco .QAtitle {
  margin: 30px 0 10px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .layMarkdownDeco img, .layMarkdownDeco img.w-50, .layMarkdownDeco img.w-75, .layMarkdownDeco .laySpecialImg25pctR + p, .layMarkdownDeco dl.laySpecialTxt70pctL, .layMarkdownDeco .laySpecialImg25pctR + dl.laySpecialTxt70pctL + p, .layMarkdownDeco .laySpecialImg25pctR + dl.laySpecialTxt70pctL + p img {
    display: block;
    float: none !important;
    width: 100% !important;
  }
  .layMarkdownDeco img.float-start, .layMarkdownDeco img.end, .layMarkdownDeco img.float-end {
    float: none !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
  }
}
.layMarkdownDeco > *:first-child {
  margin-top: 0;
}
.layMarkdownDeco > *:last-child {
  margin-bottom: 0;
}
/*-------------------------------------------------------*/
/*非公開記事の表示（NVCアカウントのみ）*/
/*検索結果*/
.wrapResultBody .articleTyp1.draft .articleHead, .wrapResultBody .articleTyp1.complete .articleHead, .wrapResultBody .articleTyp1.editing .articleHead {
  padding-top: 50px;
}
.wrapResultBody .articleTyp1.draft .articleHead:after, .wrapResultBody .articleTyp1.complete .articleHead:after, .wrapResultBody .articleTyp1.editing .articleHead:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 5px;
  font-size: 1rem;
  color: #ffffff;
  border-top: 3px solid #61778b;
}
.wrapResultBody .articleTyp1.draft .articleHead:after {
  content: "下書き";
  background: #8798a7;
}
.wrapResultBody .articleTyp1.complete .articleHead:after {
  content: "完了";
  border-color: #a43e8a;
  background: #b7589f;
}
.wrapResultBody .articleTyp1.editing .articleHead:after {
  content: "編集中";
  border-color: #0a9871;
  background: #27ad89;
}
/*詳細画面*/
body.draft header, body.complete header, body.editing header {
  border-top: 50px solid #8798a7;
}
body.complete header {
  border-color: #b7589f;
}
body.editing header {
  border-color: #27ad89;
}
body.draft header:after, body.complete header:after, body.editing header:after {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 300px;
  text-align: center;
  margin-left: -150px;
  font-size: 1.3rem;
  color: #ffffff;
}
body.draft header:after {
  content: "下書き";
}
body.complete header:after {
  content: "完了";
}
body.editing header:after {
  content: "編集中";
}
/*-------------------------------------------------------*/
/*規約表示*/
.documentTyp01 h3 {
  margin: 30px 0 15px;
  padding: 0 0 15px;
  font-size: 1.1rem;
  border-bottom: 1px solid rgba(75, 110, 118, 0.5);
}
.documentTyp01 p {
  font-size: 0.9rem;
}
.documentTyp01 ol {
  margin: 20px 0 20px 20px;
}
.documentTyp01 ol li {
  list-style: outside decimal;
  padding: 0 0 0 10px;
  font-size: 0.9rem;
}
.documentTyp01 ol li + li {
  margin-top: 5px;
}
/*（）数字*/
.documentTyp01 ol.numKakko li {
  list-style: outside none;
}
.documentTyp01 li ol.numKakko li {
  text-indent: -3rem;
}
/*丸付数字*/
.documentTyp01 ol.numMaru {
  margin-left: 15px;
}
.documentTyp01 ol.numMaru li {
  list-style: outside none;
  text-indent: -15px;
}
/*-------------------------------------------------------*/
/*説明ページ　汎用*/
.documentTyp02 + .documentTyp02 {
  margin-top: 80px;
}
.documentTyp02 h2.docH2 {
  display: inline-flex;
  justify-content: flex-start;
  position: relative;
  margin: 30px 0 0;
  padding: 0 110px 0 0;
  font-size: 1.5rem;
}
.documentTyp02 h2.docH2:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100px;
  height: 2px;
  background: #13a0be;
}
@media screen and (max-width: 424px) {
  .documentTyp02 h2.docH2 {
    display: block;
    padding: 0 0 15px;
    border-bottom: 2px solid #13a0be;
  }
  .documentTyp02 h2.docH2:after {
    display: none;
  }
}
.documentTyp02 h3.docH3 {
  display: flex;
  align-items: center;
  align-self: flex-start;
  margin: 40px 0 0;
  padding: 0 0 25px;
  font-size: 1.3rem;
}
.documentTyp02 h3.docH3 .layIcon01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0 10px 0 0;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50%;
  background: #13a0be;
}
.documentTyp02 h3.docH3 + p.pTyp01 {
  margin-top: 0;
}
.imgTyp01 {
  display: block;
}
.ulTyp01 {
  margin: 20px 0 0 20px;
}
.ulTyp01 li {
  list-style: outside disc;
  padding: 0 0 0 10px;
}
.ulTyp01 li + li {
  margin-top: 10px;
}
.olTyp01 {
  margin: 20px 0 0 20px;
}
.olTyp01 li {
  list-style: outside decimal;
  padding: 0 0 0 10px;
}
.olTyp01 li + li {
  margin-top: 10px;
}
/*2列レイアウト*/
.outerTyp01 {
  display: flex;
  justify-content: space-between;
  padding: 3%;
  background: #ffffff;
  border: 1px solid #a1d9e5;
  border-radius: 10px;
}
.outerTyp01 {
  margin-top: 20px;
}
.outerTyp01 .innerHTyp01 {
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 1.2rem;
  border-bottom: 1px solid #a1d9e5;
}
.w100pct {
  width: 100%;
  height: auto;
}
.w44pct {
  width: 44%;
}
.w52pct {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .outerTyp01 {
    display: block;
    padding: 20px;
  }
  .outerTyp01 > div + div {
    margin-top: 15px;
  }
  .w44pct, .w52pct {
    width: 100%;
  }
}
/*-------------------------------------------------------*/
/*欲しい情報が見つからない場合はこちら*/
.wrapLinkHowTo {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
}
.wrapLinkHowTo a {
  display: block;
  padding: 40px 0 0;
  background: url("../images/icon_hatena_01.png") no-repeat 50% 0 / 26px 26px;
  color: #ca5a8c;
}
.wrapLinkHowTo a:hover {}
/*-------------------------------------------------------*/
/*お申し込みからご契約前の流れ*/
.aboutServiceFlow {
  position: relative;
  border: 6px solid #f4f4f4;
  margin: 0 0 60px;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  background: #ffffff;
}
.aboutServiceFlow:after {
  clear: both;
  display: block;
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -24px;
  border-style: solid;
  border-color: #d8d7ca transparent transparent transparent;
  border-width: 30px 24px 0 24px;
}
.aboutServiceFlow.lastTyp:after {
  display: none;
}
.aboutServiceFlow.firstTyp {
  margin-top: 20px;
}
.aboutServiceFlow span.step {
  display: block;
  margin: 0 40px 0 0;
}
.aboutServiceFlow h3 {
  margin: 0 0 25px;
  color: #907655;
  font-size: 1.5rem;
}
.aboutServiceFlow p.dyn {
  color: #669f2e;
}
.aboutServiceFlow p.dyn2 {
  color: #907655;
}
.aboutServiceFlow p + p {
  margin-top: 15px;
}
.aboutServiceFlow .ulTyp1 {
  margin: 15px 0 15px 5px;
}
.aboutServiceFlow .ulTyp1 li {
  color: #907655;
}
.aboutServiceFlow .ulTyp1 li:before {
  background: #907655;
}
.aboutServiceFlow div.lay {
  display: flex;
}
.aboutServiceFlow div.lay div.img {
  margin: 0 0 0 50px;
}
.aboutServiceFlow p strong {
  color: #907655;
}
@media screen and (max-width:767px) {
  .aboutServiceFlow {
    flex-direction: column;
    padding: 20px;
  }
  .aboutServiceFlow span.step {
    margin: 0 0 10px;
  }
  .aboutServiceFlow h3 {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  .aboutServiceFlow div.lay {
    flex-direction: column;
  }
}
/*-------------------------------------------------------*/
/*「提携病院A」または「提携病院B」の選び方*/
.aboutServiceSelect {
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
}
.aboutServiceSelect div {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 25px;
  width: 49%;
}
.aboutServiceSelect h4 {
  font-size: 1.1rem;
  margin: 0 0 20px;
  text-align: center;
  color: #e37378;
}
.aboutServiceSelect .cBrec h4 {
  color: #6db4b0;
}
.aboutServiceSelect li {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 0.95rem;
}
.aboutServiceSelect li + li {
  margin-top: 10px;
}
.aboutServiceSelect li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 6px;
  border-left: 2px solid #e37378;
  border-bottom: 2px solid #e37378;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.aboutServiceSelect .cBrec li:before {
  border-left-color: #6db4b0;
  border-bottom-color: #6db4b0;
}
.aboutServiceSelect .cArec {
  background: #f9f1f2;
}
.aboutServiceSelect .cBrec {
  border: 3px solid #e9f2f2;
}
@media screen and (max-width:767px) {
  .aboutServiceSelect {
    margin: 30px 0;
    flex-direction: column;
  }
  .aboutServiceSelect div {
    padding: 15px;
    width: 100%;
  }
  .aboutServiceSelect .cBrec {
    margin-top: 20px;
  }
}
/*-------------------------------------------------------*/
.iconPdf {
  display: inline-block;
  min-height: 30px;
  padding: 0 0 0 30px;
  background: url("../images/icon_pdf.png") no-repeat 0 0 / 23px auto;
}
.iconDoc {
  display: inline-block;
  min-height: 30px;
  padding: 0 0 0 30px;
  background: url("../images/icon_word.png") no-repeat 0 0 / 23px auto;
}
/*-------------------------------------------------------*/
/*ログイン画面等のカード*/
.card.mx-auto.mt-5 {
  max-width: 640px;
}
@media screen and (max-width:767px) {
  .card.mx-auto.mt-5 {
    width: auto;
    margin: 0 20px !important;
  }
}
/*-------------------------------------------------------*/
/*SNSリンクブロック*/
.wrapSns01 {
  margin: 60px auto 0;
  font-feature-settings: "palt";
}
.wrapSns01.w640 {
  max-width: 640px;
}
.wrapSns01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 36px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5) no-repeat 50% 45px / 83px auto;
  box-shadow: 0px 0px 20px 0px rgba(47, 178, 206, 0.3);
  transition: box-shadow 0.2s ease-out;
}
.wrapSns01 a:hover {
  color: #13a0be;
  box-shadow: 0px 0px 30px 0px rgba(47, 178, 206, 0.6);
}
.wrapSns01 a .layIconTwitter {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: url("../images/icon_sns_twitter.svg") no-repeat 0 0 / 70px 70px;
  background: url("../images/icon_sns_x.svg") no-repeat 0 0 / 70px 70px;
}
.wrapSns01 a .layItem {
  flex-grow: 1;
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #75b7cd;
}
.wrapSns01 a .layTxt1, .wrapSns01 a .layTxt2 {
  display: block;
  color: #4b6e76;
}
.wrapSns01 a .drawIcon {
  padding: 0 15px 0 0;
  background: url("../images/icon_newwin.png") no-repeat 100% 50% / 10px 7px;
}
.wrapSns01 a .layTxt1 {
  margin: 0 0 10px;
  font-size: 14px;
}
.wrapSns01 a .layTxt2 {
  margin: 10px 0 0;
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .wrapSns01 a {
    flex-direction: column;
  }
  .wrapSns01 a .layItem {
    margin: 7% 0 0;
    padding: 0 4%;
    border-left: none;
  }
}
/*-------------------------------------------------------*/
/*調整・上書きclass*/
.adjMarginTop {
  margin-top: 0 !important;
}
.adjMT100px {
  margin-top: 100px !important;
}
/*-------------------------------------------------------*/
/*floatクリア*/
/*hr.clearBoth {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 0;
  height: 0;
  border: none;
}*/
/*floatクリア*/
hr.CB {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 0;
  height: 0;
  border: none;
}
hr.CB + br {
  display: none;
}
/*-------------------------------------------------------*/
/*end*/