@charset "utf-8";

.topCmt{
	margin: 10px 0;
	color: #515151;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
}
.topCmt .emp_green{
	margin-bottom: 20px;
	color: #4b872a;
	font-size: 40px;
}
.topCmt .emp{
	margin-bottom: 10px;
	font-size: 24px;
}

.section h1{
	text-align: center;
}
/*--------------------▽--------------------*/
@media screen and (max-width: 979px){
	.topCmt .emp_green{
		font-size: 32px;
	}
}
@media screen and (max-width: 768px){
	.topCmt .emp{
		font-size: 21px;
	}
}
@media screen and (max-width: 620px){
	.topCmt{
		text-align: left;
	}
	.topCmt .emp_green{
		font-size: 28px;
	}
}
@media screen and (max-width: 480px){
}
/*--------------------▲--------------------*/

/* 処方箋 */
.framePrescription{
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	color: #515151;
}
.framePrescription li{
	margin-top: 10px;
	padding: 0 15px;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.framePrescription li h2{
	display: table;
	width: 100%;
	height: 200px;
}
.framePrescription li .ttl{
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	text-shadow:#FFF 1px 1px, #FFF -1px 1px, #FFF 1px -1px, #FFF -1px -1px,	#FFF 1px 0px, #FFF -1px 0px, #FFF 0px -1px, #FFF 0px 1px,
				#FFF 2px 2px, #FFF -2px 2px, #FFF 2px -2px, #FFF -2px -2px, #FFF 2px 0px, #FFF -2px 0px, #FFF 0px -2px, #FFF 0px 2px,
				#FFF 1px 2px, #FFF -1px 2px, #FFF 1px -2px, #FFF -1px -2px, #FFF 2px 1px, #FFF -2px 1px, #FFF 2px -1px, #FFF 2px 1px; 
}
.framePrescription li:nth-child(1) .ttl{
	background: url("../../service/img/bg_circle_1.png") no-repeat center center;
}
.framePrescription li:nth-child(2) .ttl{
	background: url("../../service/img/bg_circle_2.png") no-repeat center center;
}
.framePrescription li:nth-child(3) .ttl{
	background: url("../../service/img/bg_circle_3.png") no-repeat center center;
}
.framePrescription li:nth-child(4) .ttl{
	background: url("../../service/img/bg_circle_4.png") no-repeat center center;
}
.framePrescription li:nth-child(5) .ttl{
	background: url("../../service/img/bg_circle_5.png") no-repeat center center;
}

/*  */
.frameCheck .text{
	padding-top: 1em;
	width: 640px;
	float: left;
}
.frameCheck .photo{
	float: right;
}
.frameCheck .btn{
	margin: 30px 0;
}
.frameCheck .btn a{
	padding: 5px 20px 10px;
	line-height: 1;
	background: #4d9045;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
}
.frameCheck .btn a:after{
	background: url(../../img/common/ar_pageNext.svg) no-repeat right;
	display: inline-block;
	content: "";
	width: 30px;
	height: 15px;
	-moz-background-size: 15px auto;
	-webkit-background-size: 15px auto;
	background-size: 15px auto;
}
@media screen and (min-width: 980px) {
.frameCheck .btn a{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.frameCheck .btn a:hover{
	background: #f19511;
}
}

/*--------------------▽--------------------*/
@media screen and (max-width: 979px){
	.framePrescription li{
		padding: 0 5px;
	}
	.framePrescription li:nth-child(1) .ttl,
	.framePrescription li:nth-child(2) .ttl,
	.framePrescription li:nth-child(3) .ttl,
	.framePrescription li:nth-child(4) .ttl,
	.framePrescription li:nth-child(5) .ttl{
		background-size: 100% auto;
	}
}
@media screen and (max-width: 768px){
	.framePrescription{
		-webkit-justify-content: space-around;
		-ms-flex-pack: space-around;
		justify-content: space-around;
	}
	.framePrescription li{
		margin: 10px 0 15px 0;
		width: 33%;
	}
	.framePrescription li:nth-child(1) .ttl,
	.framePrescription li:nth-child(2) .ttl,
	.framePrescription li:nth-child(3) .ttl,
	.framePrescription li:nth-child(4) .ttl,
	.framePrescription li:nth-child(5) .ttl{
		background-size: auto;
		}
	.frameCheck .text{
		padding-top: 0;
		width: 100%;
		float: none;
	}
	.frameCheck .photo{
		text-align: center;
		float: none;
	}
}
@media screen and (max-width: 620px){
	.framePrescription li{
		width: 48%;
	}
	.frameCheck .btn {
		text-align: center;
	}
	.frameCheck .btn a{
		margin: 0 auto;
		padding: 15px 20px;
		font-size: 21px;
		display: inline-block;
	}
}
@media screen and (max-width: 480px){
	.framePrescription li{
		padding: 0;
		width: 100%;
	}
}
/*--------------------▲--------------------*/

.seminar_schedule ul{
	width: 85%;
	margin: auto;
}
.seminar_schedule ul li{
	display: table;
	width: 100%;
	border-bottom: 2px dotted #AB936D;
	padding: 15px 0;
}
.seminar_schedule ul li .date{
	display: table-cell;
	width: 190px;
	vertical-align: top;
	font-weight: bold;
	padding: 0;
}
.seminar_schedule ul li .mainbox{
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 1em;
}
.seminar_schedule ul li .mainbox p{
	padding: 0;
}
.seminar_schedule ul li .mainbox .ttl{
	font-weight: bold;
	padding: 0 0 0.3em 0;
}
.seminar_schedule ul li .mainbox .ttl span{
	background: #e36418;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	font-size: 12px;
	padding: 2px 3px 4px 3px;
	display: inline-block;
	margin: 0 0 0 10px;
}
.seminar_schedule ul li .photo{
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 1em;
	width: 130px;
}
.seminar_schedule ul li .photo img{
	max-width: 100%;
	height: auto;
}


@media screen and (max-width: 768px){
.seminar_schedule ul{
	width: 100%;
}
}
@media screen and (max-width: 620px) {
.seminar_schedule ul li{
	display: block;
}
.seminar_schedule ul li .date{
	display: block;
	width: auto;
	background: #db8306;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	padding: 5px 0;
	color: #FFF;
	text-align: center;
}
.seminar_schedule ul li .mainbox{
	display: block;
	padding: 0 0 0.2em 0;
}
.seminar_schedule ul li .photo{
	display: block;
	padding: 0 0 0.2em 0;
	width: auto;
	text-align: center;
}
.seminar_schedule ul li .photo img{
	max-width: 90%;
	height: auto;
}
}

