@charset "UTF-8";

@media screen and (min-width: 1180px){
#key h1 {font-size:30px!important;font-weight:500;position: relative;/*padding-left: 70px;*/line-height: 50px;letter-spacing: 0em; text-align:center;padding-top: 20px;}
#key h1:before {content:"";display: none;width:50px;height:50px;background:url(../pharmacy/img/keyIcon.png) no-repeat 0 0;position: absolute;left: 0;top: 0;}
#key h1 span {font-size:20px;font-weight: 500;display: inline-block;padding-left: .3em;}
#key h1 span:before {content:"/";display: inline-block;padding-right: .5em;}
}

@media screen and (max-width: 1179px){
#key h1 {font-size:22px!important;font-weight:500;position: relative;/*padding-left: 70px;*/line-height: 50px;letter-spacing: 0em; text-align:center;
    padding-top: 40px;}
#key h1:before {content:"";display: none;width:50px;height:50px;background:url(../pharmacy/img/keyIcon.png) no-repeat 0 0;position: absolute;left: 0;top: 0;}
#key h1 span {font-size:20px;font-weight: 500;display: inline-block;padding-left: .3em;}
#key h1 span:before {content:"/";display: inline-block;padding-right: .5em;}
}

@media (max-width: 700px) {
    .preview-pc{
        display: none;
    }
}
@media (min-width: 701px) {
    .preview-sp{
        display: none;
    }
}

/*MV*/
.pos_top_mv {
  position: relative;
}
.pos_top_mv .l-inner {
  display: contents;
    padding: 1em 0;
}
.pos_top_mv img {
    width: 100%;
  vertical-align: middle;
}
.pos_top__contents {
  position: absolute;
  max-width: 878px;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
    padding-right: 35%;
}
@media (max-width: 700px) {
    .pos_top__contents {
        padding-right: 0%;
    }
}
.pos_top__title-area{
    text-align: center;
}
.pos_top__title1{
    color: #1a436b;
    font-weight: bold;
    font-size: 40px;/*40px*/
}
@media (max-width: 700px) {
    .pos_top__title1{
        font-size: 28px;/*28px*/
    }
}
.pos_top__title1 span{
    color: #ee8900;
    font-size: 40px;/*40px*/
}
@media (max-width: 700px) {
    .pos_top__title1 span{
        font-size: 36px;/*36px*/
    }
}
.pos_top__title2{
    color: #1a436b;
    font-weight: bold;
    font-size: 40px;/*40px*/
    line-height: 1.2em;
}
@media (max-width: 700px) {
    .pos_top__title2{
        font-size: 28px;/*28px*/
    }
}
.pos_top__title2 .large-txt{
    font-size: 50px;/*50px*/
}
@media (max-width: 700px) {
    .pos_top__title2 .large-txt{
    font-size: 36px;/*36px*/
}
}
.pos_top__title2 .colior-line{
    background: linear-gradient(transparent 60%, #ede644 60%);
}

.pos_top__copy-area{
  margin-top: 1.5em;
  font-size: 20px;/*20px*/
  color: #4f4f4f;
    font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 700px) {
    .pos_top__copy-area{
        margin-left: 1em;
        margin-top: 1em;
        font-size: 16px;/*16px*/
        text-align: left;
    } 
}

.pos_button-1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 470px;
    margin:1em auto 0;
    padding: .9em 2em;
    border: 1px solid #fff;
    border-radius: 50px;
    background-color: #ee8900;
    color: #fff;
    font-weight: 600;
    font-size: 1.438em;
    transition: .5s ease;
     box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.4);
}
.pos_button-1::after {
    display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 1.563em;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 7px solid transparent;
	border-left: 7px solid #fff;
}
.pos_button-1:hover {
    transform: translateY(3px);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
}
@media (max-width: 700px) {
    .pos_button-1 {
        width: 55%;
        padding: .5em 1em;
        font-size: 1.2em;
        margin:1em 0 0 .5em;
        border-radius: 15px;
    }
    .pos_button-1::after {
        right: 5px;
    }
}

/*正規販売店*/
.pos_maker__area{
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
    margin: 1.5em auto 3em;
}
.pos_maker__area .maker__left{
    width: 15%;
    padding: .3em 0;
    background: #194168;
    color: #e6ee00;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 1em auto;
    border-radius: 5px;
}
.pos_maker__area .maker__right{
    width: 80%;
    margin: .5em 0;
}
.pos_maker__area .maker__right img{
    width: 100%;
}

@media (max-width: 700px) {
    .pos_maker__area{
        display:block;
    }
    .pos_maker__area .maker__left{
        width: 50%;
    }
    .pos_maker__area .maker__right{
    width: 100%;
}
}

/*POSレジ選びでこんなお悩みありませんか？*/
.pos_onayami__area{
    width: 100%;
    height: 475px;
    position: relative;
    background: #407cc5;
    padding: 2em;
    text-align: center;
}
@media (max-width: 700px) {
    .pos_onayami__area{
        height: 520px;
    }
}
.pos_onayami__area .onayami_title{
    position: absolute;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  text-align: center;
    left:0;
  right:0;
  margin:0 auto;
    font-weight: bold;
}
.pos_onayami__area .onayami_title span{
    padding-bottom: .2em;
    border-bottom: 2px solid #fff;
}
@media (max-width: 700px) {
    .pos_onayami__area .onayami_title{
        font-size: 24px;
        line-height: 1.5;
    }
}

.pos_onayami__area .onayami_image{
    width: 797px;
    bottom: 0;
    left: 38px;
    position: absolute;
}
.pos_onayami__area .onayami_image img{
    width:100%;
}
@media (max-width: 700px) {
    .pos_onayami__area .onayami_image{
        width: 100%;
        left: 0;
    }
}

.pos_onayami__area-bottom img{
    width: 100%;
}

.pos_onayami__area .onayami_serifu-1{
    position: absolute;
    font-size: 22px;
    font-weight: bold;
    top:31%;
    left: 35%;
}
.pos_onayami__area .onayami_serifu-2{
    position: absolute;
    font-size: 22px;
    font-weight: bold;
    top:67%;
    left: 7%;
}
.pos_onayami__area .onayami_serifu-3{
    position: absolute;
    font-size: 22px;
    font-weight: bold;
    top:55%;
    right: 8%;
}
@media (max-width: 700px) {
    .pos_onayami__area .onayami_serifu-1{
    width:227px;
    height: 106px;
    background-image: url("/pos/assets/img/pos_onayami_bg_sp_01.png");
background-repeat: no-repeat;
        background-size: cover;
    position: absolute;
        padding-top: 1em;
    font-size: 16px;
    font-weight: bold;
    top:25%;
    left: 20%;
}
.pos_onayami__area .onayami_serifu-2{
    width:161px;
    height: 135px;
    background-image: url("/pos/assets/img/pos_onayami_bg_sp_02.png");
background-repeat: no-repeat;
        background-size: cover;
    position: absolute;
    padding-top: 2em;
    font-size: 16px;
    font-weight: bold;
    top:45%;
    left:2%;
}
.pos_onayami__area .onayami_serifu-3{
    width:145px;
    height: 157px;
    background-image: url("/pos/assets/img/pos_onayami_bg_sp_03.png");
background-repeat: no-repeat;
        background-size: cover;
    position: absolute;
    padding-top: 1em;
    font-size: 16px;
    font-weight: bold;
    top:45%;
    right: 2%;
}
}

/*おまかせ*/
.pos_kaiketsu__area{
    background: #d6edff;
    padding: 2em;
    margin-bottom: 5em;
}
.pos_kaiketsu__title{
  font-size: 40px;
  color: #ee8900;
  line-height: 1.375;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 700px) {
    .pos_kaiketsu__title{
        width: 100%;
        font-size: 6.133333333333333vw;
    }
}
.pos_kaiketsu__flex{
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.pos_kaiketsu__flex .pos_kaiketsu__flex-item{
    width: 32%;
    padding: 1em;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}
.pos_kaiketsu__flex .pos_kaiketsu__flex-item .flex-item_image img{
    width: 100%;
    border: 1px solid #ccc;
}
.pos_kaiketsu__flex .pos_kaiketsu__flex-item .flex-item_txt{
    margin-top: .5em;
    color: #194168;
    font-weight: bold;
}
@media (max-width: 700px) {
    .pos_kaiketsu__flex{
        display: block;
    }
    .pos_kaiketsu__flex .pos_kaiketsu__flex-item{
        width: 100%;
        margin-bottom: 1em;
    }
}

.pos_kaiketsu__copy{
    text-align: center;
    margin-top: 1.5em;
    line-height: 2;
}
.pos_kaiketsu__copy .copy01{
  font-size: 18px;
    font-weight: bold;
  color: #173fb2;
    background: linear-gradient(transparent 60%, #ede644 60%);
}
.pos_kaiketsu__copy .copy02{
  font-size: 23px;
    font-weight: bold;
  color: #ff0000;
}
@media (max-width: 700px) {
    .pos_kaiketsu__copy{
        text-align: left;
    }
}

.pos_button-2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 470px;
    margin:1em auto 0;
    padding: .9em 2em;
    border: 1px solid #fff;
    border-radius: 50px;
    background-color: #ee8900;
    color: #fff;
    font-weight: 600;
    font-size: 1.438em;
    transition: .5s ease;
     box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.4);
}
.pos_button-2::after {
    display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 1.563em;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 7px solid transparent;
	border-left: 7px solid #fff;
}
.pos_button-2:hover {
    transform: translateY(3px);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
}
@media (max-width: 700px) {
    .pos_button-2 {
        width: 100%;
        padding: .5em 1em;
        font-size: 1.2em;
        margin:1em 0 0 0;
        border-radius: 50px;
    }
    .pos_button-2::after {
        right: 5px;
    }
}

/*導入店舗の事例動画紹介*/
.pos_movie-area{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
}
.pos_movie-box{
    width: 60%;
    margin: 0 auto;
}
.pos_movie-txt{
font-weight: 700;
font-size: 15px;
color: #000;
margin-bottom: 15px;
text-align: left;
}

@media (max-width: 991px) {
    .pos_movie-area{
    display: block;
    }
    .pos_movie-box{
        width: 100%;
    }
    .pos_movie-txt{
        font-size: 14px;
        margin-top: 20px;
    }
}

/*その他、様々なお悩み解決のお手伝いを致します。*/
.pos_other__service-title{
    text-align: center;
  font-size: 40px;
  color: #ee8900;
    margin-bottom: .7em;
}
.pos_other__service-copy{
    text-align: center;
    margin-bottom: 1em;
    line-height: 2;
}
.pos_other__service-flex{
    width: 100%;
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	align-content: flex-start;
    margin-bottom: 5em;
}
.pos_other__service-flex .service-flex-item{
    width: 28%;
    margin: 1em;
}
.pos_other__service-flex .service-flex-item_icon img{
    width: 100%;
}
.pos_other__service-flex .service-flex-item_txt{
    text-align: center;
    font-weight: bold;
    margin-top: 1em;
}

@media (max-width: 700px) {
    .pos_other__service-title{
  font-size: 24px;
    margin-bottom: .7em;
}
    .pos_other__service-copy{
    line-height: 1.5;
}
    .pos_other__service-flex{
        -webkit-justify-content:space-between ;
	justify-content: space-between;
        margin-bottom: 3em;
    }
    .pos_other__service-flex .service-flex-item{
    width: 42%;
    margin: .5em;
}
    .pos_other__service-flex .service-flex-item_txt{
        font-size: 14px;
}
}