@media screen and (min-width: 981px) {
  body.patient-top header nav{
    display: none;
  }    
}
body.patient-top .footer-top,
body.patient-top .product-link{
  display: none;
}
.patient-top-content{
  max-width: 1280px;
  margin: 0 auto;
}


/* ----------------------------------
PATIENT CONTETN
---------------------------------- */
.patient-top-content-wrap{
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.patient-top-content-wrap:after{
  content: '';
  width: 100%;
  height: 5vw;
  max-height: 65px;
  display: block;
  background: url(../../common/img/top/radius_bg.png)no-repeat center center / cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.patient-top-content-wrap > h1{
  position: absolute;
  padding: 80px 0 0;
  font-size: 4rem;
  font-weight: 900;
  z-index: 2;
  color: #5b6770;
  text-align: center;
}
.patient-top-content-wrap > div{
  width: 50%;
  position: relative;
  padding: 150px 0 0;
}
.patient-top-content-inner-wrap{
  position: relative;
  z-index: 2;
}
.patient-top-content-inner{
  background: #fff;
  padding: 20px;
  max-width: 460px;
  border-radius: 10px;
}
.patient-top-content-inner .box{
  border-radius: 10px;
  padding: 20px;
}
.patient-top-content-inner .box h2{
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
}
.patient-top-content-inner .box p{
  font-weight: 500;
  font-size: 1.6rem;
  margin: 20px 0 0;
  line-height: 1.5;
  text-align: left;
}
.patient-top-content-inner .box a{
  font-size: 1.6rem;
  font-weight: 900;
  padding: 15px 10px;
  border-radius: 10px;
  max-width: 250px;
  margin: 20px auto 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.patient-top-content-inner .box a span{
  display: flex;
  align-items: center;
}
.patient-top-content-inner .box a span:after{
  content: '';
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  display: block;
  margin: 0 0 0 8px;
}

/* CONTENT-1 */
.patient-top-content-1{
  background : rgba(25, 199, 100, .5);
}
.patient-top-content-1:before{
  content: '';
  background: url(../../common/img/top/top_header_bg_text_1.svg)no-repeat center top 70px / contain;
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  left: -10%;
}
.patient-top-content-1 .patient-top-content-inner{
  margin: 100px 20px 100px auto;
}
.patient-top-content-1 .patient-top-content-inner .box{
  border: 1px solid #bb29bb;
}
.patient-top-content-1 .patient-top-content-inner .box h2{
  color: #0085ca;
}
.patient-top-content-1 .patient-top-content-inner .box a{
  background: #0085ca;
}
/* CONTENT-2 */
.patient-top-content-2{
  background : rgba(255, 188, 60, .5);
}
.patient-top-content-2:before{
  content: '';
  background: url(../../common/img/top/top_header_bg_text_2.svg)no-repeat center top / contain;
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  right: -10%;
}
.patient-top-content-2 .patient-top-content-inner{
  margin: 100px auto 100px 20px;
}
.patient-top-content-2 .patient-top-content-inner .box{
  border: 1px solid #008d7f;
}
.patient-top-content-2 .patient-top-content-inner .box h2{
  color: #26255b;
}
.patient-top-content-2 .patient-top-content-inner .box a{
  background: #26255b;
}



/* ----------------------------------
MODAL
---------------------------------- */
#modalConfirm {
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -370px;
  z-index: 1000000;
  display: none;
}
#modalConfirm .inner_index {
  border: #0066c8 solid 2px;
}
#modalConfirm .inner {
  padding: 15px 50px 30px;
  width: 740px;
  border: #0066c8 solid 2px;
  background-color: #ffffff;
  z-index: 1000;
}
#modalConfirm p{
  font-size: 1.4rem;
}
.inner {
  max-width: 1000px;
}
#modalConfirm .textArea {
  margin-top: 20px;
  padding: 0 25px;
}
.backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background: #333333;
  opacity: .0;
  filter: alpha(opacity=0);
  z-index: 100000;
  display: none;
}
#modalConfirm .btnWrap {
  margin-top: 25px;
  padding: 20px;
  background: #EEEEEE;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#modalConfirm .btnWrap li {
  font-size: 1.6rem!important;
  font-weight: bold;
  background: #0066c8;
  display: flex;
  align-items: center;
  width: 48%;
}
#yesBtn a, #noBtn a {
  display: block;
  padding: 5px 10px 2px;
  width: 100%;
  min-height: 34px;
  background: #0066c8;
}

#modalConfirm .btnWrap span {
  font-size: 11px;
  position: relative;
  top: -10px;
}
#modalConfirm .btnWrap li a:link, #modalConfirm .btnWrap li a:visited, #modalConfirm .btnWrap li a:hover, #modalConfirm .btnWrap li a:active {
  color: #fff;
  text-decoration: none;
}
/* #yesBtn a {
  background: url(../img/btn01.png) no-repeat left top;
}
.index_branch #yesBtn a {
  background: url(../img/btn01.png) no-repeat left top;
}
.index_branch #noBtn a {
  background: url(../img/btn01.png) no-repeat left top;
} */



/* ----------------------------------
FOOTER
---------------------------------- */
footer{
  margin: 0 auto;
}
body.patient-top .footer-wrap{
  margin: 0 auto;
}
body.patient-top .footer-bottom{
  text-align: left;
  border: none;
  margin: 0;
}
body.patient-top .footer-bottom img{
  margin: 0 auto;
  width: 200px;
}
body.patient-top .footer-bottom ul li a{
  text-decoration: underline;
}
body.patient-top .copy {
  margin: 20px 0 0;
  display: block;
}
.sp-menu-trigger{
  display: none;
}


@media screen and (max-width: 768px) {
  .header-wrap:after{
    height: 6vw;
  }
  .patient-top-content-wrap{
    flex-direction: column;
    margin: 150px auto 0;
    overflow: inherit;
  }
  .patient-top-content-1:before {
    background: url(../../common/img/top/top_header_bg_text_1.svg)no-repeat -10px -30px / contain;
    width: 100%;
  }
  .patient-top-content-2:before {
    background: url(../../common/img/top/top_header_bg_text_2.svg)no-repeat -20px -50px / contain;
    width: 100%;
    right: auto;
    left: -10%;
  }
  .patient-top-content-wrap > div{
    width: 100%;
    padding: 50px 0 0;
  }
  .patient-top-content-wrap > h1{
    top: -200px;
    left: 0;
    right: 0;
    font-size: 3rem;
  }
  .patient-top-content-inner{
    margin: 50px 20px!important;
    width: 100%;
    max-width: calc(100% - 40px);
  }
  .patient-top-content-2 {
    padding-bottom: 50px!important;
  }
  .patient-top-content-inner .box h2{
    font-size: 4.7vw;
  }
  .patient-top-content-inner .box p{
    font-size: 3vw;
  }
  .patient-top-content-inner .box a{
    font-size: 1.4rem;
  }
  #modalConfirm{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    padding: 20px 20px 0;
    width: 100%;
  }
  #modalConfirm .inner {
    padding: 20px 10px;
    width: 100%;
  }
  #modalConfirm .textArea {
    margin-top: 20px;
    padding: 0;
  }
  #modalConfirm .btnWrap {
    padding-bottom: 25px;
    margin: 20px 0 0;
    text-align: center;
  }
  #modalConfirm .btnWrap{
    display: block;
  }
  #modalConfirm .btnWrap li {
    float: none;
    margin: 0 auto;
    width: 220px;
    height: auto;
    text-indent: 0;
    text-align: center;
    display: block;
  }
  #modalConfirm .btnWrap li:last-child {
    margin-top: 10px;
  }
  .index_branch #yesBtn a{
    padding: 10px 10px 15px;
    background: #0066c8;
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28909c), color-stop(100%,#28909c));
    background: -webkit-linear-gradient(top, #7dc9d4 0%,#28909c 100%);
    background: linear-gradient(to bottom, #7dc9d4 0%,#28909c 100%); */
    display: block;
    width: auto;
    height: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .index_branch #noBtn a{
    background: #0066c8;
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28909c), color-stop(100%,#28909c));
    background: -webkit-linear-gradient(top, #7dc9d4 0%,#28909c 100%);
    background: linear-gradient(bottom, #7dc9d4 0%,#28909c 100%); */
    display: block;
    width: auto;
    height: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #noBtn a {
    line-height: 0.8;
    padding: 10px 10px 15px;
  }
  #modalConfirm .btnWrap span {
    font-size: 10px;
    position: relative;
    top: 4px;
    letter-spacing: -0.8px;
  }
}
@media screen and (max-width: 480px) {
  .patient-top-content-wrap > h1 {
    top: -185px;
    font-size: 2rem;
  }
.backdrop {
	height: 200%;
}
}