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

@media (max-width: 991px) {
    .so-pcview{display: none}
}
@media (min-width: 992px) {
    .so-spview{display: none}
}

#ticket01, #ticket02, #ticket03, #ticket04 {
padding-top: 100px;
margin-top: -100px;
}
@media (max-width: 700px) {
  #ticket01, #ticket02, #ticket03, #ticket04 {
padding-top: 50px;
margin-top: -50px;
}  
}

.so-button-area{
    margin: 0 auto;
    margin-bottom: 50px;
}

.so-button a {
    background: #DD3014;
    border-radius: 35px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 450px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    font-size: 25px;
    box-shadow: 3px 3px #A21700;
}
.so-button a:hover {
    background: #DD3014;
    color: #FFF;
    box-shadow: 0px 0px #A21700;
}
.so-button a:after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.so-button a:hover:after {
    border-color: #FFF;
}
@media (max-width: 991px) {
    .so-button a {
        width:90%;
        font-size: 18px;
    }
}


.so-title-01{
margin: 15px auto;
max-width: 530px;
width: 100%;
background: #1b436b;
padding: 15px 20px;
color: #FFFFFF;
text-align: center;
font-size: 23px;
font-weight: bold;
}

.so-title-02{
margin: 15px auto;
width: 100%;
padding: 15px 20px;
color: #E58910;
text-align: center;
font-size: 30px;
font-weight: bold;
}
@media (max-width: 991px) {
    .so-title-01{
        font-size: 16px;
    }
    .so-title-02{
        font-size: 20px;
    }
}

.so-img-kyara{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.so-img-kyara img{
    max-width: 200px;
}

.so-nayami-area{
    display: flex;
    justify-content:space-between;
    align-items:stretch;
    align-self: center;
}
.so-nayami-area .so-nayami-box{
    width: 31%;
}
.so-nayami-fukidashi{
    position: relative;
  display: inline-block;
  margin: 1.5em 0 20px;
  padding: 10px 15px;
    width: 100%;
  font-size: 16px;
    text-align: center;
  background: #2385C2;
    border-radius: 15px;
}
.so-nayami-fukidashi:before{
    content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #2385C2;
}
.so-nayami-fukidashi p{
    margin: 0;
  padding: 0;
    color: #FFFFFF!important;
    font-weight: 500;
}

.so-kaiketsu-title{
font-weight: bold;
font-size: 16px;
text-align: center;
color: #000;
margin: 20px 0 5px;
}
.so-kaiketsu-photo img{
    width: 100%;
}
.so-kaiketsu-main{
font-weight: bold;
font-size: 20px;
line-height: 1.2em;
text-align: center;
color: #E58910;
margin: 20px 0 10px;
}
.so-kaiketsu-box{
    width: 100%;
    padding: 25px 0;
height: 100%;
border-radius: 15px;
background: #e58910;
font-weight: bold;
font-size: 23px;
line-height: 1.5em;
text-align: center;
color: #fff;
    align-self:center;
}

@media (max-width: 991px) {
    .so-nayami-area{
    display: block;
}
    .so-nayami-area .so-nayami-box{
    width: 100%;
}
}

.so-contact-area{
    width: 100%;
    background: #FFFCBF;
    margin: 20px auto;
    padding: 20px 0;
}
.so-contact-area p{
    font-weight: bold;
font-size: 20px;
line-height: 1.5em;
text-align: center;
color: #000;
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .so-contact-area p{
        font-size: 16px;
    }
}

.so-service-ttl {
padding: 10px 0;
border-bottom: 5px solid #B9B9B9;
font-weight: bold;
font-size: 35px;
line-height: 50px;
text-align: left;
color: #2385c2;
}
.so-service-ttl .so-icon img{
    width: 65px;
    margin-right: 15px;
}

.so-service-area01{
    width: 100%;
    display: flex;
    justify-content:space-between;
    flex-direction:row;
    margin: 20px 0 30px;
}
.so-service-area02{
    width: 100%;
    display: flex;
    justify-content:space-between;
    flex-direction:row-reverse;
    margin: 20px auto;
}
.so-service-txtbox{
    width: 48%;
}
.so-service-txtbox .so-servic-copy{
font-weight: 700;
font-size: 25px;
line-height: 35px;
text-align: left;
color: #000;
}
.so-servic-name-area{
    display: flex;
    margin: 15px 0;
}
.so-servic-name{
width:fit-content;
padding: 5px 15px;
margin: 0 10px 0 0;
font-weight: bold;
font-size: 16px;
text-align: center;
color: #fff;
border-radius: 10px;
background: #1a426b;
}
.so-service-photobox{
    width: 48%;
}
.so-service-photobox img{
    width: 100%;
    border: 1px solid #E5E5E5;
}

.so-service-button a {
    background: #E58910;
    border-radius: 35px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 0;
    max-width: 320px;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    font-size: 17px;
    box-shadow: 3px 3px #805217;
}
.so-service-button a:hover {
    background: #E58910;
    color: #FFF;
    box-shadow: 0px 0px #805217;
}
.so-service-button a:after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.so-service-button a:hover:after {
    border-color: #FFF;
}

@media (max-width: 991px) {
.so-service-ttl {
padding: 5px 0;
font-size: 20px;
}
.so-service-ttl .so-icon img{
    width: 35px;
}
    .so-service-area01,
    .so-service-area02{
        display: block;
    }
    .so-service-txtbox,
    .so-service-photobox{
    width: 100%;
    margin-bottom: 20px;
}
    .so-service-txtbox .so-servic-copy{
font-size: 15px;
line-height: 1.5em;
}
}


.so-movie-area{
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}
.so-movie-box{
    width: 48%;
    margin: 0 auto;
}
.so-movie-txt{
font-weight: 700;
font-size: 15px;
color: #000;
margin-bottom: 15px;
}

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


.so-osusume-area{
    display: flex;
    justify-content: space-between;
}
.so-tenposairpro-box{
    width: 48%;
    padding: 15px;
    background: #DDEFFD;
}
.so-unipos-box{
    width: 48%;
    padding: 15px;
    background: #DBF0F2;
}
.so-osusume-flex{
    display: flex;
    justify-content: space-between;
}
.so-osusume-photo{
    min-width: 190px;
    margin-left: 10px;
}
.so-osusume-photo img{
    width: 100%;
}
.so-osusume-01{
font-weight: bold;
font-size: 18px;
line-height: 1.5em;
color: #000;
margin-bottom: 10px;
}
.so-osusume-02{
font-weight: 500;
font-size: 16px;
line-height: 1.5em;
color: #000;
}
.so-tenposairpro-03{
font-weight: bold;
font-size: 23px;
line-height: 1.5em;
text-align: center;
color: #4aa1ed;
}
.so-unipos-03{
font-weight: bold;
font-size: 23px;
line-height: 1.5em;
text-align: center;
color: #4799A2;
}

@media (max-width: 991px) {
    .so-osusume-area{
    display: block;
}
    .so-tenposairpro-box,
    .so-unipos-box{
        width: 100%;
        margin: 15px 0;
    }
    .so-osusume-photo{
    min-width: 100px;
}
    .so-osusume-01{
font-size: 16px;
}
.so-osusume-02{
font-size: 14px;
}
.so-tenposairpro-03{
font-size: 20px;
}
.so-unipos-03{
font-size: 20px;
}
}

@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;}
}

/* tenpos Ticket */
.ticket1_title img{
     width: 151px;
}
.ticket1_catchcopy{
    font-size: 35px;
    text-align: center;
    line-height: 1.8em;
}
.ticket1_catchcopy span{
    color: #E91673;
    font-weight: bold;
}
@media (max-width: 700px) {
    .ticket1_catchcopy{
        font-size: 25px;
        line-height: 1.5em;
    }
}

.ticket-btn-area{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.ticket-button-item{
    width: 24%;
}
.ticket-button a {
    width: 100%;
    height: 65px;
    background: #F7991E;
    border-radius: 35px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 3px 3px #000000;
}
.ticket-button a:hover {
    background: #F7991E;
    color: #FFF;
    box-shadow: 0px 0px #000000;
}
.ticket-button a:after {
    content: '';
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.ticket-button a:hover:after {
    border-color: #FFF;
}
@media (max-width: 991px) {
    .ticket-button a {
        width:90%;
        font-size: 15px;
    }
    .ticket-btn-area{
    flex-wrap: wrap;
}
    .ticket-button-item{
    width: 48%;
    margin-bottom: 30px;
}
}

.ticket-nayami-area{
    display: flex;
    justify-content:space-between;
    align-items: stretch!important;
}
.ticket-nayami-area .ticket-nayami-box{
    width: 24%;
}
.ticket-nayami-fukidashi{
    position: relative;
  display: inline-block;
  margin: 1.5em 0 20px;
  padding: 10px 15px;
    width: 100%;
  font-size: 18px!important;
    text-align: center;
  background: #2385C2;
    border-radius: 15px;
}
.ticket-nayami-fukidashi:before{
    content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #2385C2;
}
.ticket-nayami-fukidashi p{
    margin: 0;
  padding: 0;
    color: #FFFFFF!important;
    font-weight: 500;
}
@media (max-width: 700px) {
    .ticket-nayami-area{
        flex-wrap: wrap;
    } 
    .ticket-nayami-area .ticket-nayami-box{
    width: 48%;
}
}
.ticket-nayami-img{
    margin: 0 auto;
    text-align: center;
}
.ticket-nayami-img img{
    max-width: 507px;
    width: 100%;
}

.ticket-service-ttl {
padding: 10px 0;
border-bottom: 5px solid #B9B9B9;
font-weight: bold;
font-size: 30px;
line-height: 50px;
text-align: left;
color: #2385c2;
}
@media (max-width: 700px) {
.ticket-service-ttl {
padding: 5px 0;
font-size: 20px;
line-height: 1.2em;
padding-left:1.2em;
text-indent: -1.2em;
}
}

.ticket1_kaisyo_mainttl{
font-size: 30px;
text-align: center;
font-weight: bold;
}

.ticket1-kaisyo-area{
    max-width: 765px;
    width: 100%;
    margin: 30px auto 50px;
}
.ticket-kaisyo-contents{
    margin: 0 auto 50px;
}
.ticket-kaisyo-contents .step-ttl{
width: 200px;
margin: 30px auto 20px;
padding: 10px;
border-radius: 35px;
background: #e91673;
font-weight: bold;
font-size: 20px;
text-align: center;
color: #fff;
}
.ticket-kaisyo-contents .step-photo img{
    width: 100%;
}
.ticket-kaisyo-contents .main-txt{
font-weight: bold;
font-size: 30px;
text-align: center;
color: #e91673;
}
.ticket-kaisyo-contents .main-txt2{
font-weight: bold;
font-size: 20px;
text-align: center;
margin: 20px 0 0;
}
.ticket-kaisyo-contents .sub-txt{
font-size: 16px;
text-align: center;
}
.ticket-kaisyo-contents p{
    text-align: center;
    font-size: 16px;
    margin: 15px 0;
}
@media (max-width: 700px) {
    .ticket1_kaisyo_mainttl{
font-size: 20px;
}
    .ticket-kaisyo-contents .step-ttl{
width: 150px;
margin: 30px auto 20px;
padding: 5px;
border-radius: 35px;
background: #e91673;
font-weight: bold;
font-size: 16px;
}
    .ticket-kaisyo-contents .main-txt{
font-size: 20px;
}
    .ticket-kaisyo-contents .sub-txt{
font-size: 14px;
}
.ticket-kaisyo-contents .main-txt2{
font-size: 17px;
}
.ticket-kaisyo-contents p{
    font-size: 14px;
}
}

.flex-50{
    display: flex;
    justify-content: space-between;
}
.flex-50 .flex-50-item{
    widows: 45%;
}
.flex-50 .flex-50-item img{
    width: 100%;
}
@media (max-width: 700px) {
    .flex-50{
    flex-wrap: wrap;
}
    .flex-50 .flex-50-item{
    widows: 100%;
}
}

.ticket2_contents-ttl{
font-size: 24px;
}
.ticket2_kinou-flexarea{
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    align-items: stretch;
}
.ticket2_kinou-item{
width: 22.6%;
border-radius: 15px;
border: 1px solid #264368;
padding: 1em;
margin: 10px;
text-align: center;
}
.ticket2_kinou-icon img{
    height: 84px;
}
.ticket2_kinou-txt{
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0 0;
}
@media (max-width: 700px) {
    .ticket2_kinou-flexarea{
        justify-content: space-between;
    }
    .ticket2_kinou-item{
        width: 32%;
        margin: 10px 0;
    }
    .ticket2_kinou-icon img{
    height: 50px;
}
    .ticket2_kinou-txt{
        font-size: 14px;
    }
}

.ticket3_donyu-ttl{
   font-weight: bold;
font-size: 30px;
text-align: center;
color: #e91673; 
margin-bottom: 20px;
}
.ticket3_donyu-area{
    width: 100%;
    padding: 2em;
    background-color: #EAEEF2;
    margin-bottom: 50px;
}
.ticket3_donyu-area .ticket3_donyu-shopname{
font-weight: bold;
font-size: 23px;
color: #1b436b;
margin: 0 0 20px;
}
.ticket3_donyu-area .ticket3_donyu-shoplogo img{
    max-width: 440px;
    width: 100%;
}
.ticket3_donyu-area .ticket3_donyu-detalttl{
font-weight: bold;
font-size: 20px;
margin-top: 20px;
}
.ticket3_donyu-area .ticket3_donyu-detaltxt{
font-size: 16px;
}
.ticket3_donyu-area .ticket3_donyu-detalarea{
    width: 100%;
    padding: 2em;
    background-color: #FFFFFF;
}
.donyu-detal-area{
    margin-bottom: 20px;
}
.donyu-detal2-area{
   background-color: #FFFFFF;
    padding: 1.5em;
}
table.donyu-detal2-table{
    width: 100%;
    border-collapse:  collapse;
    border: none;
}
table.donyu-detal2-table td{width: 80%}
table.donyu-detal2-table td,
table.donyu-detal2-table th{
    font-size: 18px;
    font-weight: bold;
    padding: 25px 25px 25px 0;
    border-bottom: 1px dotted #999999!important;
}
@media (max-width: 700px) {
.ticket3_donyu-ttl{
font-size: 20px;
}
.ticket3_donyu-area .ticket3_donyu-shopname{
font-size: 18px;
margin: 0 0 15px;
}
.ticket3_donyu-area .ticket3_donyu-detalttl{
font-size: 18px;
}
.ticket3_donyu-area .ticket3_donyu-detaltxt{
font-size: 14px;
}
.donyu-detal2-table td,
.donyu-detal2-table th{
    font-size: 15px;
    display: block;
    width: 100%;
} 
    .donyu-detal2-table td{ 
     padding-bottom: 15px!important;
    }
table.donyu-detal2-table td,
table.donyu-detal2-table th{
    width: 100% ;
    font-size: 15px;
    border-bottom:none!important;
    padding: 15px 0 10px 0;
    }
}

.donyu-hiyou{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
    overflow-x: auto;
}
.donyu-hiyou td,
.donyu-hiyou th{
	border:1px solid #ccc !important;
	padding:10px!important;
}
.donyu-hiyou th{
	width:25%;
	font-weight:normal;
	text-align:center;
	padding:10px;
    border:1px solid #ccc !important;
}
.donyu-hiyou td{
	text-align:center !important;
}
.donyu-hiyou .font-b{
    font-weight: bold!important;
}
.donyu-hiyou .bg-gray{
    background-color: #E3EDF5;
}
.bg-pink{
    background-color: #FDE7F1;
}
.tax-txt{
    text-align: right;
    font-size: 14px;
    margin-top: 10px;
}
@media (max-width: 700px) {
    .donyu-hiyou{
    width: 100%;
	margin: 0 auto;
	overflow-x: scroll;
    }
    .sp-table{
    width: 100%;
	min-width: 900px;
    }
}