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


body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #444;
}


#container {
    padding-top: 50px;
    position: relative;
}
.shinsatu-riyuu img {
    width: 100%;
}

/* ///////////////////////////////////////////////////////////////////// 
//  14 - 診察券
/////////////////////////////////////////////////////////////////////*/


.shinsatu-matome {
    border: 5px solid #ddd;
    box-shadow: 1px 1px 1px #d4d4d4;
    border-radius: 0.3em;
}
.shinsatu-matome ul {
    width: 100%;
    padding: 1em;
}


.shinsatu-matome ul li p {
    border-bottom: 1px solid #777;
    padding-bottom: 0.3em;
	letter-spacing: 0.5px;
}




.ticket-nagare2 {
    display: table-cell;
    border: 5px solid #4dc100;
	padding: 15px;
	border-radius: 0 1em 1em 0;
}


.ticket-nagare2 h3.shi1{
    background: url(/assets/img/shi1.png) no-repeat left -5px;
    background-size: 60px;
    margin: 0;
    padding: 5px 0 10px 27px;
    font-weight: bold;
    line-height: 1.3;
    border-bottom: 4px dotted #4dc100;
    margin-bottom: 15px;
    font-size: 30px;
    padding-left: 62px;

	
}

.ticket-nagare2 h3.shi2 {
    background: url(/assets/img/shi2.png) no-repeat left -5px;
    background-size: 49px;
    margin: 0;
    padding: 5px 0 5px 55px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    padding: 5px 0 10px 27px;
    font-weight: bold;
    line-height: 1.3;
    border-bottom: 4px dotted #4dc100;
    margin-bottom: 15px;
    font-size: 30px;
    padding-left: 62px;
}

.ticket-nagare2 h3.shi3 {
    background: url(/assets/img/shi3.png) no-repeat left -8px;
    background-size: 60px;
    margin: 0;
    padding: 5px 0 5px 55px;
    font-weight: bold;
    line-height: 1.3;
    padding: 5px 0 10px 27px;
    font-weight: bold;
    line-height: 1.3;
    border-bottom: 4px dotted #4dc100;
    margin-bottom: 15px;
    font-size: 30px;
    padding-left: 62px;
}


.ticket-nagare2 .sumaho-text p {
font-size: 19px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center;
    background: #ffffff;
    padding: 3em;
    border: 5px solid #ccc;
}



p.right-fuki.aaa {
    margin-left: 10%;
    position: relative;
    width: 90%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    border-radius: 6px;
    border: 2px solid #f94284;
    box-shadow: 1px 1px 5px #aaa;
    background-color: #fff;
    z-index: 1;
    margin-bottom: 25px;
    margin-top: 25px;
    line-height: 1.5;
}


p.left-fuki.bbb {
    position: relative;
    width: 90%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    border-radius: 6px;
    border: 2px solid #999;
    box-shadow: 1px 1px 5px #aaa;
    background-color: #fff;
    z-index: 1;
    line-height: 1.5;
}


.left-fuki::before {
    position: absolute;
    content: "";
    top: 16px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    background-color: #fff;
    z-index: 2;
    right: -7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


.right-fuki::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    top: -6px;
    left: -11%;
    border-radius: 40px;

}



.left-fuki::after {
    position: absolute;
    content: "";
    top: 0px;
    border-radius: 40px;

}



.aaa::after {
    background: url(../img/kaiwa-k1.png) no-repeat;
    background-size: 80px;
	width: 80px;
    height: 80px;
}

.bbb::after {
	background-size: 80px;
    width: 80px;
    height: 80px;
    right: -11%;
    background: url(../img/kaiwa-i1.png) no-repeat;
    background-size: 80px;
}



.right-fuki::before {
    position: absolute;
    content: "";
    top: 16px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #f94284;
    border-bottom: 2px solid #f94284;
    background-color: #fff;
    z-index: 2;
    z-index: 2;
    left: -7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(135deg);
}


.sumaho-photo {
    display: block;
    vertical-align: middle;
}

.sumaho-text {
    width: 100%;
    display: block;
    font-size: 20px;
    margin: 0;
    padding: 0;
}


.shinsatu-riyuu h3 {
    /* border: 1px solid; */
    padding: 0.5em;
    border-radius: 0.3em;
    background: #dff0d8;
    /* color: #fff; */
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
}

.shinsatu-riyuu h4 {
    font-weight: bold;
    font-size: 26px;
    color: #4dc100;
}


span.kiro-sen {
    background: linear-gradient(transparent 60%, #f4ff95 60%);
    font-size: 19px;
    /* padding-top: 13px; */
    /* margin: 0 0 10px; */
}


.sen {
    border-top: 2px SOLID #999999;
    margin-top: 70px;
}

/*iPad 横向き*/




@media only screen
and (min-device-width:768px)
and (max-device-width:1024px)
and (orientation:landscape) {
	
	
.ticket-nagare2 {
    display: table-cell;
    border: 5px solid #4dc100;
    padding: 15px;
    border-radius: 0 1em 1em 0;
    width: 1080px;
}	
	
	
	
	
}

/*992px*/



@media all and (min-width: 1200px) {

	.Btn {
    height: 100%;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: top;

}

.Btn li {
    margin: 0;
    padding: 0;
   width: 116px;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	    padding: 10px 1em;
		height: 225px;
	    border-radius: 1em 0 0 1em;
}
	
	.sumaho-photo img {
    width: 90%;
}
	.sumaho-photo {
		text-align: center;
}
	
	
	.ticket-nagare2 {
    display: table-cell;
    border: 5px solid #4dc100;
    padding: 15px;
    border-radius: 0 1em 1em 0;
}
	
	
}



/*992px*/

@media all and (max-width: 1199px) {

h2 span {
    display: block;
}
	
.ticket-nagare2 {
    display: block;
    border: 5px solid #4dc100;
    padding: 15px;
border-radius: 0 0 1em 1em;
}	
	
	.Btn {
    height: 100%;
    margin-bottom: 0;
    display: block;
    vertical-align: top;
}
	
.Btn li {
    width: 50%;
    padding: 30px 2%;
    float: left;
    text-align: center;
    cursor: pointer;
font-size: 20px;
    border-radius: 0.5em 0.5em 0 0;
    color: #fff;
    background: rgb(204, 204, 204);
}
	
	.ticket-nagare2 h3.shi3 {
    background-size: 0;
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 1.3;
    font-size: 22px;
    margin-bottom: 10px;
}
	
	.ticket-nagare2 h3.shi1 {
    background: url(/assets/img/shi1.png) no-repeat center -5px;
    background-size: 130px;
    margin: 0;
    padding: 125px 0 10px 0;
    font-weight: bold;
    line-height: 1.3;
    border-bottom: 4px dotted #4dc100;
    margin-bottom: 15px;
    font-size: 15px;

}
	.ticket-nagare2 h3.shi2 {
    background: url(/assets/img/shi2.png) no-repeat center -5px;
    background-size: 130px;
    margin: 0;
    padding: 125px 0 10px 0;
    font-weight: bold;
    line-height: 1.3;
    border-bottom: 4px dotted #4dc100;
    margin-bottom: 15px;
    font-size: 15px;

}
	
		.ticket-nagare2 h3.shi3 {
    background: url(/assets/img/shi3.png) no-repeat center -5px;
    background-size: 130px;
    margin: 0;
    padding: 125px 0 10px 0;
    font-weight: bold;
    line-height: 1.3;
    border-bottom: 4px dotted #4dc100;
    margin-bottom: 15px;
    font-size: 15px;

}
	
	.ticket-nagare2 .sumaho-text p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center;
    background: #ffffff;
    padding: 1em;
    border: 5px solid #ccc;
}
	.ticket-nagare2 .sumaho-text p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
    text-align: center;
    background: #ffffff;
    /* padding: 1em; */
    /* border: 5px solid #ccc; */
}
	
	.left-fuki::before {
	display: none;
	}
	
	
		
	.right-fuki::before {
	display: none;
	}
	
	
	.left-fuki::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    top: -20px;
    right: -37px;
    border-radius: 40px;
}
	
	.right-fuki::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    top: -41px;
    left: -12%;
    border-radius: 40px;
}
	
	.aaa::after {
    background: url(../img/kaiwa-k1.png) #fff no-repeat;
    background-size: 70px;

}
	
	
	.bbb::after {
    background: url(../img/kaiwa-i1.png) #fff no-repeat;
    background-size: 70px;

}
	
	
	.shinsatu-riyuu h4 {
    font-weight: bold;
    font-size: 20px;
    color: #4dc100;
    line-height: 1.5;
}
	
	span.kiro-sen {
    background: linear-gradient(transparent 60%, #f4ff95 60%);
    font-size: 18px;
    /* padding-top: 13px; */
    /* margin: 0 0 10px; */
}
	
	
	.shinsatu-riyuu {
    text-align: left;
}
	
	#ticket-nagare h2 {
    padding-bottom: 20px;
}
	
	
	.sen {
    border-top: 2px SOLID #999999;
    margin-top: 0;
}
	
	
	
}


@media all and (max-width: 480px) {

.use01, .use02, .use03, .use04 {
    padding: 1% 1%;
}
	
	
}

@media all and (max-width: 320px) {
	
	
	.bbb::after {
    background: url(../img/kaiwa-i1.png) #fff no-repeat;
    background-size: 60px;
}
	
	.left-fuki::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    top: -20px;
    right: -37px;
    border-radius: 40px;
}
	
	
	.aaa::after {
    background: url(../img/kaiwa-k1.png) #fff no-repeat;
    background-size: 60px;
}
	
	
	.right-fuki::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
top: -25px;
    left: -12%;
    border-radius: 40px;
}
	
	
	
	
	
}

	


