@charset "utf-8";
/* CSS Document */


.index h2 {
  padding: 62px 0 40px;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: bold;
  color: #234972;
  position: relative;
  margin-top: 0;
  background: none;
  margin: 0;
}
.index h2::before {
  width: 50px;
  height: 1px;
  background-color: #e5d30b;
  position: absolute;
  top: 8px;
  left: 0;
  content:"";
}
.index h2::after {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #e5d30b;
  position: absolute;
  top: 0;
  left: 70px;
}
.index h2 a::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("img/icon_arrow.svg");
  background-size: 100% auto;
  margin-left: 25px;
  content:"";
  position: relative;
  top: -10px;
}

@media only screen and (max-width: 768px) {
  .contents-wrap {
    padding-top: 40px;
  }
  .index h2 {
    padding: 3rem 0 2.4rem;
    font-size: 2.4rem;
    line-height: 1.458;
  }
  .index h2::before {
    width: 37px;
    height: 1px;
    top: 5px;
  }
  .index h2::after {
    font-size: 1.2rem;
    left: 50px;
  }
  .index h2 a::after {
    margin-left: 20px;
    content:"";
    position: relative;
    top: 0;
  }
}
/* SP ----------------------------------------*/
@media only screen and (max-width: 768px) {
 
}


/*---------------------------------------------------------------------------------
病院物流の重要性
--------------------------------------------------------------------------------- */
.sec01 {
  padding: 95px 0 90px;
  background-color: #f3f8fc;
}
.sec01-inner {
  width: 1100px;
  margin: 0 auto;
}
.sec01 h2::after {
  content:"IMPORTANT";
}
.sec01-read {
  padding-bottom: 52px;
  font-size: 1.4rem;
  line-height: 2;
}
.sec01-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.sec01-wrap-in {
  width: 530px;
  position: relative;
  counter-increment: sec01;
}
.sec01-wrap-in::before {
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  padding-top: 18px;
  background-color: #fff;
  font-size: 3.4rem;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  color: #234972;
  position: absolute;
  top: 0;
  left: 0;
  content: counter(sec01, decimal-leading-zero);
}
.sec01-wrap-in__ttl {
  padding: 14px 40px;
  background-color: #234972;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 275px;
  left: 0;
}
.sec01-wrap-in__txt {
  padding-top: 50px;
  font-size: 1.4rem;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .sec01 {
    padding: 47px 0 28px;
  }
  .sec01-inner {
    width: 92%;
  }
  .sec01-read {
    padding-bottom: 35px;
  }
  .sec01-wrap {
    display: block;
  }
  .sec01-wrap-in {
    width: 100%;
    padding-bottom: 44px;
    position: relative;
    counter-increment: sec01;
  }
  .sec01-wrap-in::before {
    width: 46px;
    height: 46px;
    padding-top: 14px;
    font-size: 2.3rem;
  }
  .sec01-wrap-in__ttl {
    padding: 12px 25px;
    font-size: 1.6rem;
    top: 46.4vw;
    left: 0;
  }
  .sec01-wrap-in__txt {
    padding-top: 38px;
  }
}


/*---------------------------------------------------------------------------------
病院向け物品管理システムを選ぶポイント
--------------------------------------------------------------------------------- */
.sec02 {
  padding: 95px 0 130px;
}
.sec02-inner {
  width: 1100px;
  margin: 0 auto;
}
.sec02 h2::after {
  content:"POINT";
}
.sec02-read {
  padding-bottom: 17px;
  line-height: 2;
}
.sec02 .caption {
  padding-bottom: 50px;
  font-size: 1rem;
  color: #7a8f99;
}
.sec02-wrap {
  box-sizing: border-box;
  border-radius: 18px;
  background-color: #f3f8fc;
  padding: 53px 60px 25px;
}
.sec02-wrap-in {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.sec02-wrap-in__num {
  box-sizing: border-box;
  width: 104px;
  height: 104px;
  background-color: #fdea4b;
  padding-top: 25px;
  margin-right: 20px;
  color: #234972;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
.sec02-wrap-in__num span {
  display: block;
  padding-top: 5px;
  font-size: 4.2rem;
}
.sec02-wrap-in__ttl {
  width: 316px;
  font-size: 2.6rem;
  line-height: 1.53;
  font-weight: 700;
  color: #234972;
}
.sec02-wrap-in__txt {
  box-sizing: border-box;
  width: calc(100% - 440px);
  padding: 5px 0 5px 28px;
  border-left: 1px solid #234972;
}
/* SP ----------------------------------------*/
@media only screen and (max-width: 768px) {
  .sec02 {
    padding: 27px 0 48px;
  }
  .sec02-inner {
    width: 92%;
  }
  .sec02-read {
    padding-bottom: 15px;
    line-height: 1.57;
  }
  .sec02 .caption {
    padding-bottom: 40px;
  }
  .sec02-wrap {
    border-radius: 9px;
    padding: 53px 5.6vw 15px;
  }
  .sec02-wrap-in {
    padding-bottom: 35px;
  }
  .sec02-wrap-in__num {
    width: 59px;
    height: 59px;
    padding-top: 14px;
    margin-right: 15px;
    font-size: 0.9rem;
  }
  .sec02-wrap-in__num span {
    display: block;
    padding-top: 2px;
    font-size: 2.4rem;
  }
  .sec02-wrap-in__ttl {
    width: calc(100% - 123px);
    font-size: 1.8rem;
    line-height: 1.44;
  }
  .sec02-wrap-in__txt {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0 0;
    border-top: 1px solid #234972;
    border-left: none;
    margin-top: 18px;
    line-height: 1.57;
  }
}

/*---------------------------------------------------------------------------------
⾃院に合った病院向け
物品管理システム検索
--------------------------------------------------------------------------------- */
.sec03 {
  padding: 100px 0 80px;
  background-color: #71afd2;
}
.sec03-inner {
  width: 1100px;
  margin: 0 auto;
}
.sec03-header {
  width: 580px;
  padding-bottom: 38px;
}
.sec03-header__ttl {
  position: relative;
  border-bottom: 3px solid #234972;
}
.sec03-header__ttl::before {
  width: 100px;
  height: 100px;
  background-image: url("img/icon_search.png");
  background-size: 100% auto;
  position: absolute;
  top: 42px;
  left: 0;
  content:"";
}
.sec03-header__ttl::after {
    width: 16px;
    height: 16px;
    border-top: 3px solid #234972;
    border-right: 3px solid #234972;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  position: absolute;
  right: -10px;
  bottom: -11px;
  content:"";
}
.sec03 h2 {
  padding: 32px 0 10px 125px;
  font-size: 3.5rem;
  line-height: 1.45;
  color: #fff;
}
.sec03 h2 span {
  font-size: 4.4rem;
}
.sec03 h2::after {
  content:"SEARCH";
}
.sec03-header__txt {
  width: 550px;
  padding-top: 23px;
  color: #fff;
  line-height: 2;
}

.search-area {
  position: relative;
}
.select-block {
  background-color: #fff;
}
.select-block h3 {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 78px;
  padding-left: 145px;
  background-color: #234972;
  font-size: 2.8rem;
  line-height: 1;
  color: #fff;
  position: relative;
  margin: 0;
}
.select-block h3::before {
  width: 57px;
  height: 50px;
  background-image: url("img/icon_search_ttl_02.png");
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 65px;
  bottom: 0;
  margin: auto;
  content:"";
}
.select-block.goods {
  width: 457px;
  height: 268px;
  position: absolute;
  right: 0;
  top: -277px;
}
.select-block.goods h3 {
  padding-left: 100px;
  margin: 0;
}
.select-block.goods h3::before {
  background-image: url("img/icon_search_ttl_01.png");
  left: 30px;
}
.select-block.goods h3 span {
  padding: 10px 0 0 20px;
  font-size: 1.4rem;
  font-weight: normal;
}

.select-block-inner {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  padding: 30px 0 0 46px;
}
.checkInner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.check-3column {
  width: 300px;
  margin-right: 40px;
}
.check-2column {
  width: 640px;
  margin-right: 40px;
}
.checkInner h4 {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 9px 38px;
  border-bottom: 1px solid #71afd2;
  margin-bottom: 20px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
  color: #71afd2;
  position: relative;
  margin-top: 0;
}
.checkInner h4::before {
  width: 28px;
  height: 28px;
  background-size: 100% auto;
  position: absolute;
  top: -6px;
  left: 0;
  content:"";
}
.checkInner:nth-of-type(1) h4::before {
  background-image: url("img/icon_search_sys_01.svg");
}
.checkInner:nth-of-type(2) h4::before {
  background-image: url("img/icon_search_sys_02.svg");
}
.checkInner:nth-of-type(3) h4::before {
  background-image: url("img/icon_search_sys_03.svg");
}
.checkInner:nth-of-type(4) h4::before {
  background-image: url("img/icon_search_sys_04.svg");
}
.checkInner:nth-of-type(5) h4::before {
  background-image: url("img/icon_search_sys_05.svg");
}

.labels_txt {
  box-sizing: border-box;
  padding-left: 50px;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #234972;
}
.tooltip-btn {
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-top: 3px;
  border: 1px solid #234972;
  border-radius: 50%;
  margin-left: 8px;
  font-size: 1.1em;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
.tooltip-btn:hover {
  opacity: 0.7;
}
.tooltip-data {
  box-sizing: border-box;
  display: none;
  width: 280px;
  padding: 25px 22px;
  background-color: #fff;
  filter: drop-shadow(0 0 13px rgba(90, 144, 151, 0.5));
  position: absolute;
  bottom: 40px;
  left: 0;
  line-height: 1.7;
}
.tooltip-data::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 0 12px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  right: 0;
  bottom: -14px;
  left: 0;
  margin: auto;
  content:"";
}
.labels {
  min-width: 300px;
  padding: 0;
  margin: 0 0 3px 0;
  display: block;
  position: relative;
}
.select-block.goods .labels {
  min-width: 196px;
}
.check-2column .labels:nth-of-type(odd) {
  width: 340px;
}


.labels_txt:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -0px;
  left: 0;
  border: 4px solid #d3e2ef;
  border-radius: 4px;
  background-color: #FFF;
}
.labels_txt:after {
  display: none;
  content: "";
  position: absolute;
  top: -6px;
  left: 16px;
  width: 8px;
  height: 25px;
  transform: rotate(45deg);
  border-bottom: 3px solid #e72847;
  border-right: 3px solid #e72847;
}
.labels_input:checked + .labels_txt:before {
  background-color: #fff;
}
.labels_input:checked + .labels_txt:after {
  display: block;
}
.labels_txt span {
  display: inline-block;
  font-size: 10px;
  position: relative;
  top: -6px;
  letter-spacing: 0;
}
input[type='checkbox'], input[type='radio'] {
  display: none;
}
.btn_box_clear {
  box-sizing: border-box;
  padding-right: 20px;
  border-radius: 16px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: 50px;
  bottom: 26px;
}
.btn_box_clear::after {
  width: 15px;
  height: 15px;
  background-image: url("img/icon_turn.svg");
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  content:"";
}
.btn_box_clear:hover {
  opacity: 0.7;
}
.btn-search {
  width: 370px;
  margin: 50px auto 30px;
  text-align: center;
  margin: 4rem auto 0;
}
.btn-search a {
  display: block;
  width: 300px;
  padding: 3rem;
  background: url("img/btn_search.svg") no-repeat top 50% right 10%;
  background-size: 40px auto;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: bold;
  color: #234972;
  line-height: 1;
  text-align: center;
  border-radius: 50px;
  background-color: #fdea4b;
}

.sec03 .addInner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec03 .addInner .mention {
  text-align:center;
  font-size:2.6rem;
  display:block;
  color:#ffffff;
  flex: auto;
  font-weight: bold;
  margin: 0;
}
.result-deta {
  display: none;
  width: 530px;
  border-radius: 15px 15px 0 0;
  background-color: #fff;
  margin-bottom: 38px;
}
.result-deta.resultOn {
  display: block;
}
.result-deta.resultOff {
  display: none;
}
.result-deta h3 {
  box-sizing: border-box;
  height: 58px;
  padding-top: 17px;
  background-color: #234972;
  border-radius: 15px 15px 0 0;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0;
}
.result-deta-in {
  box-sizing: border-box;
  height: calc(100% - 58px);
  padding: 22px 60px 105px;
  position: relative;
}
.result-img {
  padding-bottom: 35px;
  width: 80%;
  margin: 0 auto;
}
.result-img span {
  display: block;
  padding-top: 20px;
  font-size: 1rem;
  color: #7a8f99;
  line-height: 1.3;
  word-break: break-all;
}
.result-deta-in h4 {
  padding: 0 0 12px 52px;
  border-bottom: 1px solid #234972;
  margin-bottom: 18px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #234972;
  position: relative;
  margin-top: 0;
}
.result-deta-in h4::before {
  width: 36px;
  height: 31px;
  background-size: 100% auto;
  position: absolute;
  top: -10px;
  left: 3px;
  content:"";
}
.result-deta-in h4:nth-of-type(1)::before {
  background-image: url("img/icon_result_ttl_01.png");
}
.result-deta-in h4:nth-of-type(2)::before {
  background-image: url("img/icon_result_ttl_02.png");
}
.result-deta-in-data {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
}
.result-deta-in-data span {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 130px;
  height: 45px;
  background-color: #f8f488;
  border-radius: 4px;
  margin: 0 10px 10px 0;
  font-size: 1.3rem;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #234972;
  padding: 1.5rem 0 1rem;
}
.result-deta-in-data span:nth-of-type(3n) {
  margin-right: 0;
}
.result-deta-in-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  width: calc(100% - 120px);
  position: absolute;
  bottom: 40px;
  left: 60px;
}
.result-deta-in-btn .btn-web,
.result-deta-in-btn .btn-internal {
  margin-right: 0;
}
.result-deta-in-btn .btn-web a {
  width: 220px;
  padding: 0 40px;
  margin: 0;
  font-size: 1.6rem;
  box-shadow:none;
}
.result-deta-in-btn .btn-internal a {
  width: 172px;
  padding: 0 40px 0 30px;
  margin: 0;
  font-size: 1.6rem;
  box-shadow:none;
}
.result-deta-in-btn .btn-internal a:before,
.result-deta-in-btn .btn-web a:before {
  right: 14px;
}
.result-deta-in-btn .btn-internal a:after,
.result-deta-in-btn .btn-web a:after {
  right: 22px;
}
.result-deta-in-btn .btn-internal a:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* SP ----------------------------------------*/
@media only screen and (max-width: 768px) {
  .sec03 {
    padding: 50px 0 40px;
  }
  .sec03-inner {
    width: 92%;
    margin: 0 auto;
  }
  .sec03-header {
    width: auto;
    padding-bottom: 0;
    margin-bottom: 46px;
    position: relative;
  }
  .sec03-header__ttl {
    position: relative;
    border-bottom: none;
  }
  .sec03-header__ttl::before {
    width: 50px;
    height: 50px;
    top: 28px;
  }
  .sec03-header__ttl::after {
    content:none;
  }
  .sec03 h2 {
    padding: 22px 0 9px 64px;
    font-size: 1.8rem;
  }
  .sec03 h2 span {
    font-size: 2.2rem;
  }
  .sec03-header__txt {
    width: auto;
    padding: 20px 2.7% 17px 64px;
    color: #fff;
    line-height: 1.57;
    position: relative;
  }
  .sec03-header__txt::before {
    width: 2px;
    height: 100%;
    background-color: #234972;
    position: absolute;
    top: 0;
    left: 24px;
    content:"";
  }
  .sec03-header__txt::after {
    width: 11px;
    height: 11px;
    border-top: 2px solid #234972;
    border-right: 2px solid #234972;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 19px;
    bottom: -6px;
    content:"";
  }

  .search-area {
    position: relative;
  }
  .select-block h3 {
    height: 59px;
    padding-left: 70px;
    font-size: 1.9rem;
  }
  .select-block h3::before {
    width: 43px;
    height: 38px;
    left: 16px;
  }
  .select-block.goods {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    position: static;
  }
  .select-block.goods h3 {
    padding-left: 70px;
  }
  .select-block.goods h3::before {
    left: 16px;
  }
  .select-block.goods h3 span {
    padding: 5px 0 0 10px;
    font-size: 1.1rem;
    font-weight: normal;
  }

  .select-block-inner {
    display: block;
    padding: 24px 6% 10px 6%;
  }
  .checkInner {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 24px;
  }
  .check-3column {
    width: 100%;
    margin-right: 0;
  }
  .check-2column {
    width: 100%;
    margin-right: 0;
  }
  .checkInner h4 {
    padding: 0 0 7px 30px;
    margin-bottom: 18px;
    font-size: 1.8rem;
  }
  .checkInner h4::before {
    width: 21px;
    height: 21px;
    top: -4px;
  }

  .labels_txt {
    padding-left: 32px;
    font-size: 1.5rem;
  }
  .tooltip-btn {
    width: 15px;
    height: 15px;
    padding-top: 1px;
    margin-left: 7px;
    font-size: 1em;
  }
  .tooltip-data {
    width: 100%;
    padding: 25px 9%;
    background-color: #fff;
    filter: drop-shadow(0 0  6px rgba(90, 144, 151, 0.5));
    bottom: 23px;
  }
  .tooltip-data::after {
    border-width: 7px 6px 0 6px;
    bottom: -7px;
  }
  .labels {
    width: 100%;
    padding: 0;
    margin: 0 0 3px 0;
    display: block;
    position: relative;
  }
  .select-block.goods .labels {
    min-width: 50%;
  }
  .check-2column .labels:nth-of-type(odd) {
    width: 100%;
  }
  .check-3column:nth-of-type(1) .labels {
    width: 50%;
    min-width: 50%;
  }

  .labels_txt:before {
    width: 17px;
    height: 17px;
    border: 2px solid #d3e2ef;
    border-radius: 4px;
  }
  .labels_txt:after {
    display: none;
    content: "";
    position: absolute;
    top: -3px;
    left: 10px;
    width:  6px;
    height: 16px;
    transform: rotate(45deg);
    border-bottom: 3px solid #e72847;
    border-right: 3px solid #e72847;
    /* z-index: 100; */
  }
  .labels_input:checked + .labels_txt:before {
    background-color: #fff;
  }
  .labels_input:checked + .labels_txt:after {
    display: block;
  }
  .labels_txt span {
    display: inline-block;
    font-size: 10px;
    position: relative;
    top: -6px;
    letter-spacing: 0;
  }
  input[type='checkbox'], input[type='radio'] {
    display: none;
  }
  .btn_box_clear {
    box-sizing: border-box;
    width: 94px;
    height: 38px;
    padding-right: 20px;
    margin: 22px auto 20px;
    font-size: 1.7rem;
    cursor: pointer;
    position: relative;
    right: 0;
    bottom: 0;
  }
  .btn_box_clear::after {
    width: 15px;
    height: 15px;
    background-image: url("img/icon_turn.svg");
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: 0;
    content:"";
  }
  .btn_box_clear:hover {
    opacity: 0.7;
  }
  .btn-search {
    width: 250px;
    margin: 30px auto;
  }
  .btn-search a {
    width: 100%;
    padding: 3rem 0;
    background-size: 40px auto;
    font-size: 1.7rem;
  }

  .sec03 .addInner {
    display: block;
  }
  .result-deta {
    display: none;
    width: 100%;
    border-radius: 0 0 7px 7px;
    margin-bottom: 18px;
  }
  .result-deta.resultOn {
    display: block;
  }
  .result-deta.resultOff {
    display: none;
  }
  .result-deta h3 {
    height: 50px;
    padding-top: 16px;
    border-radius: 0;
    font-size: 1.8rem;
  }
  .result-deta-in {
    height: auto;
    padding: 26px 6% 44px;
  }
  .result-img {
    padding: 0 7% 19px;
  }
  .result-img span {
    display: block;
    padding-top: 15px;
    font-size: 1rem;
  }
  .result-deta-in h4 {
    padding: 0 0 6px 44px;
    margin-bottom: 12px;
    font-size: 1.7rem;
  }
  .result-deta-in h4::before {
    width: 28px;
    height: 25px;
    top: -5px;
    left: 3px;
  }
  .result-deta-in-data {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 25px;
  }
  .result-deta-in-data span {
    width: 32%;
    height: 41px;
    border-radius: 4px;
    margin: 0 2% 7px 0;
    font-size: 1.2rem;
  }
  .result-deta-in-data span:nth-of-type(3n) {
    margin-right: 0;
  }
  .result-deta-in-btn {
    display: block;
    width: 100%;
    position: static;
  }
  .result-deta-in-btn .btn-web,
  .result-deta-in-btn .btn-tel,
  .result-deta-in-btn .btn-internal {
    width: 86%;
    margin-right: auto;
  }
  .result-deta-in-btn .btn-web a {
    width: 100%;
    min-height: 75px;
    padding: 0 40px;
    margin: 0;
    font-size: 1.4rem;
    box-shadow:none;
  }
  .result-deta-in-btn .btn-tel a {
    min-height: 75px;
    box-shadow:none;
  }
  .result-deta-in-btn .btn-internal a {
    width: 100%;
    min-height: 75px;
    padding: 0 40px;
    margin: 0;
    font-size: 1.6rem;
    box-shadow:none;
  }
  .result-deta-in-btn .btn-internal a:before,
  .result-deta-in-btn .btn-web a:before {
    right: 14px;
  }
  .result-deta-in-btn .btn-internal a:after,
  .result-deta-in-btn .btn-web a:after {
    right: 22px;
  }
}

/*---------------------------------------------------------------------------------
病院向け物品管理システムの詳細情報
--------------------------------------------------------------------------------- */
.sec04 {
  width: 1100px;
  padding: 90px 0 100px;
  margin: 0 auto;
}
.sec04 h2::after {
  content:"DETAILS";
}
.sec04__read {
  padding-bottom: 55px;
  font-size: 1.4rem;
  line-height: 2;
}
.sec04-detail-block {
  width: 980px;
  margin: 0 auto 60px;
  border-radius: 15px 15px 0 0;
  background-color: #e8f0f6;
}
.sec04-detail-block h3 {
  padding: 22px 0;
  background-color: #234972;
  border-radius: 15px 15px 0 0;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.sec04-detail-block-in {
  padding: 55px 70px 45px;
}
.sec04-detail-block-in__mphoto {
  width: 70%;
  margin: 0 auto 58px;
}
.sec04-detail-block-in__mphoto span {
  display: block;
  padding-top: 12px;
  font-size: 1rem;
  text-align: center;
  color: #7a8f99;
  word-break: break-all;
}
.sec04-detail-block-in-read {
  width: 360px;
  margin-bottom: 60px;
  float: right;
}
.sec04-detail-block-in-read__copy {
  padding-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #234972;
}
.sec04-detail-block-in-read__txt {
  line-height: 2;
}

.sec04-detail-block-in-box {
  margin-bottom: 60px;
}
.sec04-detail-block-in-box.goods {
  width: 404px;
  float: left;
}
.sec04-detail-block-in .btn-web {
  clear: both;
  margin: 0 auto 58px;
}
.sec04-detail-block-in-box h4 {
  padding: 0 0 10px 72px;
  border-bottom: 1px solid #234972;
  margin-bottom: 36px;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  color: #234972;
  position: relative;
}
.sec04-detail-block-in-box h4::before {
  display: block;
  width: 46px;
  height: 46px;
  background-size: 100% auto;
  position: absolute;
  top: -16px;
  left: 0;
  content:"";
}
.sec04-detail-block-in-box.goods h4::before {
  background-image: url("img/top_icon_detail_01.png");
}
.sec04-detail-block-in-box.function h4::before {
  background-image: url("img/top_icon_detail_02.png");
}
.sec04-detail-block-in-box.case h4::before {
  background-image: url("img/top_icon_detail_03.png");
}
.sec04-detail-block-in-box.info h4::before {
  width: 66px;
  height: 66px;
  top: -26px;
}
.sec04-detail-block-in-box.info h4::before {
  background-image: url("img/top_icon_detail_04.png");
}
.sec04-detail-block-in-box h5 {
  padding: 0 0 22px 42px;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  color: #55a2cd;
  position: relative;
}
.sec04-detail-block-in-box h5::before {
  width: 26px;
  height: 26px;
  background-size: 100% auto;
  position: absolute;
  top: -5px;
  left: 0;
  content:"";
}
.sec04-detail-block-in-box h5:nth-of-type(1)::before {
  background-image: url("img/top_icon_detail_02-1.png");
}
.sec04-detail-block-in-box h5:nth-of-type(2)::before {
  background-image: url("img/top_icon_detail_02-2.png");
}
.sec04-detail-block-in-box h5:nth-of-type(3)::before {
  background-image: url("img/top_icon_detail_02-3.png");
}

.sec04-detail-block-in-box-data {
  display: flex;
  padding: 23px 10px 23px 40px;
  background-color: #fff;
}
.sec04-detail-block-in-box-data span {
  box-sizing: border-box;
  display: block;
  height: 64px;
  padding: 25px 20px 0;
  background-color: #f8f488;
  border-radius: 4px;
  margin-right: 10px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #234972;
}
.sec04-detail-block-in-box-data span.no-data {
  
  background-color: transparent;
}
.sec04-detail-block-in-box p {
  padding: 23px 0 50px;
  line-height: 2;
}
.sec04-detail-block-in-box p:last-child {
  padding-bottom: 0;
}

.sec04-detail-block-case {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.sec04-detail-block-case__img {
  width: 397px;
}
.sec04-detail-block-case__img span {
  display: block;
  padding-top: 14px;
  font-size: 1rem;
  line-height: 1;
  color: #7a8f99;
  word-break: break-all;
}
.sec04-detail-block-case-in {
  width: 398px;
  line-height: 2;
}
.sec04-detail-block-case-in__name {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  color: #234972;
}
.sec04 table {
  margin-top: 0;
}
.sec04 table td {
  text-align: left;
}

.sec04 .toggleBtn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 790px;
  height: 76px;
  border: 2px solid #234972;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: bold;
  color: #234972;
  cursor: pointer;
  position: relative;
}
.sec04 .toggleBtn::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #234972;
  border-right: 2px solid #234972;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 45px;
  bottom: 0;
  margin: auto;
  content:"";
}
.sec04 .toggleBtn.off {
  margin-bottom: 60px;
}
.sec04 .toggleBtn.off::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sec04 .toggleBtn .close,
.sec04 .toggleBtn.off .open {
  display: none;
}
.sec04 .toggleBtn .open ,
.sec04 .toggleBtn.off .close {
  display: inline;
}
.sec04 .toggleBtn:hover {
  opacity: 0.7;
}
.toggleTarget {
  display: none;
}
/* SP ----------------------------------------*/
@media only screen and (max-width: 768px) {
  .sec04 {
    width: 92%;
    padding: 60px 0 130px;
  }
  .sec04__read {
    padding-bottom: 36px;
    line-height: 1.57;
  }
  .sec04-detail-block {
    width: 100%;
    margin: 0 auto 33px;
    border-radius: 7px 7px 0 0;
  }
  .sec04-detail-block h3 {
    box-sizing: border-box;
    height: 50px;
    padding: 16px 0 0 0;
    border-radius: 7px 7px 0 0;
    font-size: 1.8rem;
  }
  .sec04-detail-block-in {
    padding: 35px 6.5% 10px;
  }
  .sec04-detail-block-in__mphoto {
    width: 100%;
    margin: 0 auto 33px;
  }
  .sec04-detail-block-in__mphoto span {
    display: block;
    padding-top: 9px;
    font-size: 1rem;
    text-align: center;
    color: #7a8f99;
  }
  .sec04-detail-block-in-read {
    width: 100%;
    margin-bottom: 32px;
    float: none;
  }
  .sec04-detail-block-in-read__copy {
    padding-bottom: 15px;
    font-size: 1.6rem;
  }
  .sec04-detail-block-in-read__txt {
    line-height: 1.57;
  }

  .sec04-detail-block-in-box {
    margin-bottom: 25px;
  }
  .sec04-detail-block-in-box.goods {
    width: 100%;
    float: none;
  }
  .sec04-detail-block-in .btn-web {
    clear: both;
    margin: 0 auto 40px;
  }
  .sec04-detail-block-in-box h4 {
    padding: 0 0 10px 50px;
    margin-bottom: 25px;
    font-size: 1.7rem;
  }
  .sec04-detail-block-in-box h4::before {
    display: block;
    width: 33px;
    height: 33px;
    top: -8px;
  }
  .sec04-detail-block-in-box.info h4::before {
    width: 33px;
    height: 33px;
    top: -8px;
  }
  .sec04-detail-block-in-box h5 {
    padding: 0 0 17px 32px;
    font-size: 1.6rem;
  }
  .sec04-detail-block-in-box h5::before {
    width: 18px;
    height: 18px;
    top: -3px;
  }

  .sec04-detail-block-in-box-data {
    flex-wrap: wrap;
    padding: 16px 1rem 6px 7vw;
  }
  .sec04-detail-block-in-box-data span {
    height: 46px;
    padding: 17px 8px 0;
    border-radius: 2px;
    margin-right: 7px;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .sec04-detail-block-in-box p {
    padding: 20px 0 40px;
    line-height: 1.57;
  }
  .sec04-detail-block-in-box p:last-child {
    padding-bottom: 0;
  }

  .sec04-detail-block-case {
    display: block;
  }
  .sec04-detail-block-case__img {
    width: 100%;
  }
  .sec04-detail-block-case__img span {
    display: block;
    padding-top: 10px;
    line-height: 1.2;
  }
  .sec04-detail-block-case-in {
    width: 100%;
    padding-top: 22px;
    line-height: 1.57;
  }
  .sec04-detail-block-case-in__name {
    font-size: 1.6rem;
  }

  .sec04 .toggleBtn {
    display: block;
    width: 87%;
    height: auto;
    padding: 12px 0 12px 7vw;
    font-size: 1.4rem;
    line-height: 1.57;
  }
  .sec04 .toggleBtn.off {
    margin-bottom: 33px;
  }
  .sec04 .toggleBtn::after {
    width: 5px;
    height: 5px;
    right: 5.8vw;
  }
  
  .sec04 .btn-tel {
    position: relative;
    top: -20px;
    margin-bottom: 13px;
  }
}

/*---------------------------------------------------------------------------------
より踏み込んだ病院収⽀改善ポイント
「原価計算」に迫る！
--------------------------------------------------------------------------------- */
.sec05 {
  box-sizing: border-box;
  height: 604px;
  background-color: #6db9e3;
  position: relative;
}
.sec05__img {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.sec05-inner {
  width: 1100px;
  padding-top: 100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.index .sec05 h2 {
  padding: 42px 0 20px;
  font-size: 3.5rem;
  line-height: 1.62;
}
.index .sec05 h2 span {
  font-size: 4.4rem;
}
.index .sec05 h2::after {
  content:"INTERVIEW";
}
.sec05-inner__txt {
  width: 580px;
  line-height: 2;
  color: #fff;
}

.sec05 .btn-internal {
  text-align: left;
}
.sec05 .btn-internal a {
  padding-left: 46px;
  margin-left: 0;
  margin: 3rem auto 2rem 0;
  justify-content: flex-start;
}
.sec05 .btn-link {
  text-align: left;
  color: #fff;
}
.sec05 .btn-link a {
  margin: 0;
  border-color: #fff;
  font-weight: bold;
}
.sec05 .btn-link a::after {
  border-color: #fff;
}
/* SP ----------------------------------------*/
@media only screen and (max-width: 768px) {
  .sec05 {
    height: auto;
  }
  .sec05__img {
    width: 90%;
    height: 239px;
    position: absolute;
    top: -90px;
    right: 0;
    z-index: 1;
  }
  .sec05-inner {
    width: 92%;
    padding: 175px 0 45px;
  }
  .index .sec05 h2 {
    padding: 22px 0 15px;
    font-size: 1.8rem;
    line-height: 1.62;
  }
  .index .sec05 h2 span {
    font-size: 2.2rem;
  }
  .sec05-inner__txt {
    width: 100%;
    line-height: 1.57;
  }
  .sec05 .btn-internal a {
    padding-left: 50px;
    margin: 3rem auto 2rem;
    justify-content: center;
  }
  .sec05 .btn-link {
    width: 92%;
    margin: 0;
    text-align: right;
  }
}

/*---------------------------------------------------------------------------------
病院物流の基礎知識
--------------------------------------------------------------------------------- */
.sec06 {
  width: 1100px;
  padding-top: 100px;
  margin: 0 auto;
}
.sec06 h2::after {
  content:"BASIC KNOWLEDGE";
}
.sec06__read {
  padding-bottom: 52px;
}

.sec06-inner {
  display: flex;
  flex-wrap: wrap;
  width: 1095px;
  margin: 0 auto;
}
.sec06-inner-box {
  box-sizing: border-box;
  width: 345px;
  padding: 35px 30px 40px;
  background-color: #e8f0f6;
  margin: 0 30px 30px 0;
  line-height: 2;
}
.sec06-inner-box:nth-of-type(3n) {
  margin-right: 0;
}

.sec06-inner-box h3 {
  padding-bottom: 20px;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: bold;
  color: #234972;
}
.sec06-inner-box h3 a {
  display: block;
  padding-right: 35px;
  position: relative;
}
.sec06-inner-box h3 a::after {
  width: 20px;
  height: 20px;
  background-image: url("img/icon_arrow.svg");
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content:"";
}
/* SP ----------------------------------------*/
@media only screen and (max-width: 768px) {
  .sec06 {
    width: 92%;
    padding-top: 50px;
    margin: 0 auto;
  }
  .sec06__read {
    padding-bottom: 30px;
  }

  .sec06-inner {
    display: block;
    width: 100%;
  }
  .sec06-inner-box {
    width: 100%;
    padding: 25px 6.5% 30px;
    margin: 0 0 20px 0;
    line-height: 1.57;
  }

  .sec06-inner-box h3 {
    padding-bottom: 18px;
    font-size: 1.7rem;
  }
}





/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 769px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/


.index .sec02 {
    padding-top: 0;
}

.index .sec03 {
    width: 1300px;
    margin-left: -130px;
}
	
	
}/*////////////////////PC用CSSここまで///////////////////*/

