@charset "UTF-8";
/* Basic Settings
------------------------------------------------*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media (max-width: 800px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .column-main {
    width: 100%;
  }
  .column-sidebar {
    display: table;
    float: none;
    width: 100%;
    padding-left: 0;
  }
}


/* Basic Settings
------------------------------------------------*/
.intro {
	max-width: 100%;
	padding: 0;
  background-color: #e7f0f7;
}

.inner-intro {
	box-sizing: border-box;
	min-width: 960px;
	margin: 0 auto;
	padding: 0;
	max-width: 1280px;
  position: relative;
}

#pharmacy-intro ul {
  display: flex;
}

#pharmacy-intro .inner-intro {
  height: 415px;
  background: url(/jp/-/media/medicom/healthcarenote/pharmacy/bg_mv_pc.jpg);
}

#pharmacy-intro .ttl-box {
  display: flex;
  align-items: center;
  padding: 80px 0 0 0;
}

#pharmacy-intro h1 {
  font-size: 50px;
  color: #0056a8;
  font-weight: bold;
  line-height: 1;
  margin: 0 20px 0 0;
}

#pharmacy-intro .badge {
  display: block;
  width: 100px;
}

#pharmacy-intro .txt {
  font-size: 20px;
  color: #0056a8;
  margin: 0 0 20px 0;
}

#pharmacy-intro .btn {
  background: #f37608;
  width: 280px;
  height: 70px;
  border-radius: 35px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  margin: 0 20px 0 0;
  transition: 0.2s;
}

#pharmacy-intro .btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

#pharmacy-intro .btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  background: url('/jp/~/media/images/sprite/common.png');
  background-position: 0 -123px;
  width: 15px;
  height: 15px;
  
}

#pharmacy-intro .evidence {
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 12px;
  color: #555;
}

@media only screen and (max-width: 800px) {
	.intro {
		margin: 0;
    background: none;
	}
	
	.inner-intro {
		min-width: auto;
		max-width: 100%;
	}

  #pharmacy-intro .main-txt {
		height: 50.667vw;
    background: url(/jp/-/media/medicom/healthcarenote/pharmacy/bg_mv_sp.jpg) no-repeat;
    background-size: 100%;
    
    position: relative;
  }
  
  #pharmacy-intro .inner-intro {
    height: auto;
    background: none;
  }
  
  #pharmacy-intro .ttl-box {
    padding: 0;
  }

  #pharmacy-intro h1 {
    font-size: 6.133vw;
    padding: 5.333vw 2.667vw 4.000vw;
    line-height: 1;
	}

  #pharmacy-intro .badge {
    position: absolute;
    width: 13.333vw;
    top: 32.667vw;
    left: 2.667vw;
  }
  
  #pharmacy-intro .txt {
    font-size: 3.200vw;
    padding: 0 0 0 2.667vw;
    margin: 0;
  }

	#pharmacy-intro ul {
		padding: 10.667vw 0 0;
		width: 100%;
    display: block;
	}

	#pharmacy-intro ul li {
    margin: 0 0 5.333vw 0;
	}

	#pharmacy-intro ul li:last-child {
    margin: 0;
	}
  
  #pharmacy-intro .btn {
    width: 69.333vw;
    margin: 0 auto;
    font-size: 4.267vw;
    height: 12.000vw;
    border-radius: 6vw;
  }
  
  #pharmacy-intro .evidence {
    top: 52.000vw;
    bottom: auto;
    font-size: 2.400vw;
    padding: 0 10px;
  }
}

.point01 {
  display: flex;
}

.point01 > .img {
  max-width: 410px;
  margin: 0 20px 0 0;
}

.point01 .list {
  display: flex;
  
}

.point01 .list .item {
  width: 150px;
  margin: 0 15px 0 0;
}

.point01 .list .item:nth-child(3) {
  margin: 0 0 0;
}

.point01 .list .item .img {
  margin: 0 0 10px 0;
}

.point01 .list .item .txt {
  font-size: 14px;
}

@media only screen and (max-width: 800px) {
  .point01 {
    display: block;
  }

  .point01 > .img {
    max-width: 85.333vw;
    margin: 0 auto 5.333vw;
  }

  .point01 .list {
    justify-content: center;
  }

  .point01 .list .item {
    width: 26.667vw;
    margin: 0 2.667vw 0 0;
  }

  .point01 .list .item .img {
    margin: 0 0 10px 0;
  }

  .point01 .list .item .txt {
    font-size: 12px;
  }
}

.point02 {
  display: flex;
}

.point02 > .img {
  max-width: 560px;
  margin: 0 25px 0 0;
}

.point02 .list {
  display: flex;
}

.point02 .list .item {
  width: 150px;
  margin: 0 25px 0 0;
}

.point02 .list .item:nth-child(2) {
  margin: 0 0 0;
}

.point02 .list .item .img {
  margin: 0 0 10px 0;
}

.point02 .list .item .txt {
  font-size: 14px;
}

@media only screen and (max-width: 800px) {
  .point02 {
    display: block;
  }

  .point02 > .img {
    max-width: 85.333vw;
    margin: 0 auto 5.333vw;
  }

  .point02 .list {
    justify-content: center;
  }

  .point02 .list .item {
    width: 40.000vw;
    margin: 0 2.667vw 0 0;
  }

  .point02 .list .item .img {
    width: 26.667vw;
    margin: 0 auto 10px auto;
  }

  .point02 .list .item .txt {
    font-size: 12px;
  }
}

.point03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.point03 .panel-item {
  width: 290px;
  max-width: 32%;
}

.point03 .panel-item .txt {
  font-size: 14px;
  margin: 10px 0 0 0;
}

@media only screen and (max-width: 800px) {
  .point03 .panel-item {
    width: 43.333vw;
    margin: 0 0 5.333vw 0;
    max-width: 43.333vw;
  }

  .point03 .panel-item .txt {
    font-size: 3.200vw;
    margin: 2.667vw 0 0 0;
  }
}

.point04 {
  display: flex;
  margin: 0 0 40px 0;
}

.point04 .panel-item {
  position: relative;
  padding: 20px 15px 120px;
  width: 200px;
  box-sizing: border-box;
  margin: 0 10px 0 0;
  border-radius: 12px;
}

.point04 .panel-item:nth-child(2) {
  margin: 0
}

.point04 .panel-item.blue {
  border: 1px solid #b9e2ff;
}

.point04 .panel-item.orange {
  border: 1px solid #fff1b7;
}

.point04 .panel-item .ttl {
  width: 110px;
  height: 22px;
  border-radius: 11px;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
  font-weight: bold;
}

.point04 .panel-item.blue .ttl {
  background: #b9e2ff;
  color: #0056a8;
}

.point04 .panel-item.orange .ttl {
  background: #fff1b7;
  color: #ee7602;
}

 .point04 .panel-item .img {
   width: 110px;
   margin: 0 auto;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
}

.point04 .panel-item ul {
  margin: 0;
  min-height: 130px;
}

.point04 .panel-item ul li {
  position: relative;
  font-size: 14px;
  padding: 0 0 0 10px;
  margin: 0 0 5px 0;
}

.point04 .panel-item ul li::before {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
}

.point04 .panel-item.blue ul li::before {
  background: #0056a8;
}

.point04 .panel-item.orange ul li::before {
  background: #ee7602;
}

.point04 .arrow {
  background: url(/jp/-/media/medicom/healthcarenote/pharmacy/bg_arrow_pc.png) no-repeat center;
  background-size: 100%;
  width: 85px;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  font-size: 1vw;
  line-height: 1.2;
  font-weight: bold;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}

@media only screen and (min-width: 1050px) {
  .point04 .arrow {
    font-size: 12px;
  }
}

@media only screen and (max-width: 800px) {
  .point04 {
    display: block;
    margin: 0 0 40px 0;
  }

  .point04 .panel-item {
    position: relative;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 2.667vw 0;
    border-radius: 10px;
  }

  .point04 .panel-item .ttl {
    width: 100%;
    height: auto;
    display: block;
    position: static;
    margin: auto;
    font-size: 3.733vw;
    text-align: center;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 1;
    padding: 2vw 0;
  }

  .point04 .panel-item.blue .ttl {
    background: #b9e2ff;
    color: #0056a8;
  }

  .point04 .panel-item.orange .ttl {
    background: #fff1b7;
    color: #ee7602;
  }

  .point04 .panel-item ul {
    margin: 0;
    min-height: inherit;
    padding: 4.000vw 1.333vw 4.000vw 24.667vw;
  }

  .point04 .panel-item ul li {
    position: relative;
    font-size: 3.200vw;
    padding: 0 0 0 10px;
    margin: 0 0 5px 0;
  }

  .point04 .panel-item ul li::before {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
  }

  .point04 .panel-item.blue ul li::before {
    background: #0056a8;
  }

  .point04 .panel-item.orange ul li::before {
    background: #ee7602;
  }

  .point04 .panel-item .cont {
    position: relative;
  }

  .point04 .panel-item .img {
    width: 20.000vw;
    height: 20.000vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: auto;
    overflow: hidden;
  }

  .point04 .panel-item .img img {
    object-fit: fill;
    height: 20vw;
  }

  .point04 .arrow {
    background: url(/jp/-/media/medicom/healthcarenote/pharmacy/bg_arrow_sp.png) no-repeat center;
    background-size: 100%;
    width: 82.667vw;
    height: 12.933vw;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 10px 0;
    box-sizing: border-box;
  }
}

@media not screen and (max-width: 980px) {
  #my_number_portal {
    margin-bottom: 80px;
  }
}

#my_number_portal .item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

#my_number_portal .item-wrap .item {
  width: 48%;
}

#my_number_portal .item-wrap .item p {
  margin: 0 0 10px 0;
  font-size: 16px;
  height: 78px;
}

#my_number_portal .item-wrap .item .img {
  display: flex;
  margin: 0 auto;
  text-align: center;
  height: 268px;
  width: auto;
  align-items: center;
  justify-content: center;
}

#my_number_portal .item-wrap .item .img img {
  height: 100%;
  width: auto;
}

#my_number_portal .inner-block:first-child {
  margin-top: 30px;
}

#my_number_portal .inner-block {
  padding: 0 20px 40px;
}

#my_number_portal .inner-block .heading-lv3:last-child {
  margin-bottom: 40px;
}

@media only screen and (max-width: 800px) {
  #my_number_portal .inner-block {
    padding: 0 10px;
  }
  #my_number_portal .inner-block:first-child {
    margin-top: 15px;
  }
  #my_number_portal .item-wrap {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  #my_number_portal .item-wrap .item {
    width: 100%;
    margin: 0 0 10.67vw 0;
  }  
  #my_number_portal .item-wrap .item p {
    height: auto;
    margin: 0 0 2.667vw 0;
    font-size: 3.73vw;
  }
  #my_number_portal .item-wrap .item .img {
    height: auto;
  }
  #my_number_portal .item-wrap .item .img {
    margin-top: 15px;
  }
  #my_number_portal .item-wrap .item .img img{
    height: 100%;
    width: auto;
  }
}

.casestudy {
  display: flex;
  margin: 0 0 40px 0;
}

.casestudy .panel-item {
  width: 290px;
  max-width: 32%;
  margin: 0 20px 0 0;
}

.casestudy .panel-item:nth-child(3n) {
  margin: 0;
}

.casestudy .panel-item .txt {
  font-size: 16px;
  margin: 10px 0 0 0;
}

@media only screen and (max-width: 800px) {
  .casestudy {
    justify-content: flex-start;
  }
  
  .casestudy .panel-item {
    width: 43.333vw;
    margin: 0 0 5.333vw 0;
    max-width: inherit;
  }
  
  .casestudy .panel-item:nth-child(2n) {
    margin: 0 0 5.333vw 10px;
  }

  .casestudy .panel-item .txt {
    font-size: 3.200vw;
    margin: 2.667vw 0 0 0;
  }
}
