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

/*
※※※※※※※※※※※※※※※※※
下層ページで共通で使う
※※※※※※※※※※※※※※※※※
*/
a.anchor {
	display:block;
	margin-top:-50px;
	padding-top:50px;
}

.toggle dt{

	cursor: pointer;
	background-color: #89D11F;

	padding:3.0rem 4.0rem 3.0rem 7.0rem;
	background-image: url('../images/common/qa_q.png'),url('../images/common/qa_open.png');
	background-image:-webkit-image-set(url('../images/common/qa_q.png'),url('../images/common/qa_open.png') 1x,url('../images/@2x/common/qa_q.png'),url('../images/@2x/common/qa_open.png') 2x);
	background-position:15px center,right 15px center;
	background-repeat: no-repeat,no-repeat;
	margin-top:10px;
}

.toggle dt:hover {
	filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

.toggle dt p {
	font-size:2.0rem;
	color:#FFF;

}

.toggle dd {
	font-size:1.6rem;
	background-image: url('../images/common/qa_a.png');
	background-image:-webkit-image-set(url("../images/common/qa_a.png") 1x,url("../images/@2x/common/qa_a.png") 2x);
	background-position:15px 15px;
	background-repeat: no-repeat;
	background-color: #f3fae8;
}

.toggle dd div{
	padding-top:2.2rem;
	padding-left:7.0rem;
	padding-right:5.0rem;
	padding-bottom:5.0rem;

}

.toggle .active {
	background-image: url('../images/common/qa_q.png'),url('../images/common/qa_close.png');
	background-image:-webkit-image-set(url('../images/common/qa_q.png'),url('../images/common/qa_close.png') 1x,url('../images/@2x/common/qa_q.png'),url('../images/@2x/common/qa_close.png') 2x);
}

.qa_title {
	font-weight: bold;
	margin-bottom:4.0rem;
}

.green_text {
	color:#89D11F;
	font-size:2.5rem;
}

.circle3 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	width:100%;
}

.circle3 .frex_item {
	width:33.3%;
}

.circle3 img {
	width:100%;
	max-width:241px;
}

/*
※※※※※※※※※※※※※※※※※
HOME
※※※※※※※※※※※※※※※※※
*/

.circle_menu {
	margin-bottom:70px;
}

.home_topics_wrap {
	margin-bottom:80px;
}

.topics_table {
	width:100%;
	font-size:1.7rem;
	color:#5b4031;
}

.topics_table tr {
	cursor: pointer;
}

.topics_table tr:hover {
	background-color:#EEE;
}

.topics_table td {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:20px 10px;
}

.topics_table .date {
	width:20%;
}

.home_topics_wrap img {
	margin:0 auto;
	display:block;
}

.social_icon {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width:180px;
	width:100%;
	margin:0 auto 70px;
}

.menu_about {
	text-align: center;
	margin-bottom:70px;
}

.menu_about img {
	width:100%;
	max-width:510px;
}

.flex-control-nav,.flex-direction-nav {
	display:none;
}

.flexslider {
	border: none;
	margin-bottom:30px;
}
/*
※※※※※※※※※※※※※※※※※
ご利用されるみなさまへ
※※※※※※※※※※※※※※※※※
*/

.page-id-4 .page_title {
	background-image: url(../images/customer/title_bg.jpg);
	background-image:-webkit-image-set(url("../images/customer/title_bg.jpg") 1x,url("../images/@2x/customer/title_bg.jpg") 2x);
}

.komaru_text {
	font-size:2.5rem;
	font-weight: bold;
	color: #89D11F;
}

.komaru_text_wrap {
	margin:-30px auto 0;
	width:100%;
	max-width:530px;
}

.komaru_text_wrap p {
	display:table-cell;
	vertical-align: middle;
	margin:0;
}

.komaru_img {
	text-align:center;
}

.komaru_img img{
	width:100%;
}

.gosoudan_text {
	display:block;
	width:auto;
	margin:80px auto 0;
}

.green_line {
	width:100%;
}

.gosoudan_case {
	width:100%;
	margin-bottom: 10px;
}

.gosoudan_case.case1 .gosoudan_case_text {
	padding-left:20px;
}

.gosoudan_case_img,
.gosoudan_case_text {
	display:table-cell;
	vertical-align: middle;
	margin:0;
}

.gosoudan_case_img {
	width:50%;
	padding:0 40px;
}

.gosoudan_case_text {
	width:50%;
}

.gosoudan_case_text p:first-child {
	font-size:2.5rem;
	color: #89D11F;
	font-weight: bold;
	line-height: 3.5rem;
	margin-bottom:10px;
}

.gosoudan_case_img img {
	width:100%;
	max-width:460px;
}

.circle_img {
	margin:40px 0 60px;
}

.circle_img li {
	float:left;
	width:33%;
	text-align:center;
}

.circle_img.w50 li {
	width:50%;
}

.circle_img img {
	width:100%;
	max-width:273px;
}

.caption {
    font-size:1.7rem;
	color:#666;
	line-height:3.0rem;
    text-align: center;
}

.store_img {
	width:50%;
}

.store_img img {
	width:100%;
	max-width:460px;
}

.store_info {
	width:50%;
	font-size:1.6rem;
	color:#666;
}

.store_info table {
	width:95%;
	margin-left:5%;
	/*height:339px;*/
}

.store_info tr {
	height:3.0rem;
	line-height: 3.0rem;
}

.store_info th {
	width:20%;
	text-align:left;
}

.store_info td {
	width:80%;
	text-align:left;
}

.store_wrap {
	margin-bottom:12.0rem;
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.googlemap_btn{
	display:block;
	background-color: #89D11F;
	width:190px;
	height:49px;
	line-height: 49px;
	color:#FFF;
	text-decoration: none;
	text-align: center;
	margin:2.0rem auto 0;
	border-radius: 15px;

}

/*
※※※※※※※※※※※※※※※※※
神戸医薬研究所の想い
※※※※※※※※※※※※※※※※※
*/
.page-id-12 .page_title {
	background-image: url(../images/about/title_bg.jpg);
	background-image:-webkit-image-set(url("../images/about/title_bg.jpg") 1x,url("../images/@2x/about/title_bg.jpg") 2x);
}
.rinen_text {
	text-align:center;
}

.aisatsu_text {
	padding:0 90px;
}
.name {
	line-height: 3.0rem;
}

.name span{
	font-size:2.5rem;
}

.summary {
	font-size:1.7rem;
}

.summary {
	margin-bottom:10.0rem;

}

.summary dt {
	width:100%;
	max-width:161px;
	text-align: center;
	border-bottom:2px solid #89D11F;
	margin:0 auto 1.0rem;
	padding-bottom:3px;
}

.summary dd {
	text-align:center;
	line-height:4.0rem;
	margin-bottom:4.0rem;
}

.staff0_img {
	text-align:center;
}

.staff0_img img{
	width:100%;
}

/*
※※※※※※※※※※※※※※※※※
キャリアアップをめざす
※※※※※※※※※※※※※※※※※
*/

.page-id-10 .page_title {
	background-image: url(../images/career/title_bg.jpg);
	background-image:-webkit-image-set(url("../images/career/title_bg.jpg") 1x,url("../images/@2x/career/title_bg.jpg") 2x);
}

.staff_btn {
	margin-bottom:90px;
}

.staff_btn a {
	display:block;
}

.staff_btn li{
	float:left;
	width:33%;
	text-align:center;
}

.staff_btn img {
	max-width:241px;
	width:100%;
	margin-bottom:1rem;
}

.staff_btn .name {
	font-size:2.2rem;
	color:#666;
}

.staff_photo {
	width:100%;
	margin-top:90px;
	margin-bottom:100px;
}

.staff {
	position: relative;
}

.staff_name {
	position:absolute;
	right:15px;
	top:200px;
	display:block;
	margin:0 auto;
	width:100%;
	max-width: 260px;
}

.staff_q {
	color:#89D11F;
	font-size:2.5rem;
	text-align: center;
	margin-bottom:20px;
}

.green_border {
	margin:0 -500%;
	padding:0 500%;
	border-top:1px solid #89D11F;
	border-bottom:1px solid #89D11F;
}

.recruit_toggle {
	border-bottom:2rem solid #89D11F;
	margin-bottom:50px;
}

.recruit_toggle li{
	width:50%;
	padding:0 1.5rem;
	float:left;
	box-sizing: border-box;
}

.recruit_toggle p {
	width:100%;
	max-width:320px;
	display:inline-block;
	text-align:center;
	color:#fff;
	line-height:52px;
	cursor: pointer;
}
.new_career_btn {
	background-color:rgba(137, 209, 31, 1.0);/* #89D11F */
}

.mid_career_btn {
	background-color:rgba(137, 209, 31, 0.5);/* #89D11F */
}
.mid_career {
	display:none;
}

.career_table {
	font-size:1.7rem;
	color:#666;
	width:100%;
	margin-bottom:90px;
}

.career_table th {
	padding:2rem;
	text-align:left;
	width:20%;
}

.career_table td {
	padding:2rem;
	width:80%;
}

.career_table tr {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

.mid_career thead th {
	font-weight:bold;
	width:auto;
}

.mid_career td {
	width:40%;
}

.mid_career tr td:nth-child(2) ,
.mid_career tr th:nth-child(2){
	border-left:1px solid #999;
	border-right:1px solid #999;
}

/*
※※※※※※※※※※※※※※※※※
未来の薬剤師へ
※※※※※※※※※※※※※※※※※
*/

.page-id-8 .page_title {
	background-image: url(../images/pharmacist/title_bg.jpg);
	background-image:-webkit-image-set(url("../images/pharmacist/title_bg.jpg") 1x,url("../images/@2x/pharmacist/title_bg.jpg") 2x);
}

.page-id-8 .time_table {
	width:100%;
	font-size:1.7rem;
	box-sizing: border-box;
}

.page-id-8 .time_table td {
	vertical-align: top;
}

.page-id-8 .time_table .image {
	width:15%;
	padding-bottom:80px;
}

.page-id-8 .time_table img {
	width:100%;
	max-width:148px;
}



.page-id-8 .time_table p {
	line-height: 2.2rem;
}

.page-id-8 .time_table .time {
	width:15%;
	padding:0 1%;
}


.page-id-8 .time_table .time,
.page-id-8 .time_table .text{
	padding-top:60px;
}

.page-id-8 .time_table dl dt {
	float:left;
	width:1.5em;
}

.page-id-8 .time_table dl dd {
	padding-left:1.5em;
}

.page-id-8 .page_title {
	background-image: url(../images/pharmacist/title_bg.jpg);
	background-image:-webkit-image-set(url("../images/pharmacist/title_bg.jpg") 1x,url("../images/@2x/pharmacist/title_bg.jpg") 2x);
}

.page-id-8 .time_table {
	width:100%;
	font-size:1.7rem;
	box-sizing: border-box;
}

.page-id-8 .time_table td {
	vertical-align: top;
}

.page-id-8 .time_table .image {
	width:30%;
	padding:40px 0;
}

.page-id-8 .time_table img {
	width:50%;
	max-width:148px;
	display:inline-block;
}



.page-id-8 .time_table p {
	line-height: 2.2rem;
}

.page-id-8 .time_table .time {
	width:15%;
	padding:0 1%;
}


.page-id-8 .time_table .time,
.page-id-8 .time_table .text{
	color:#666;
	vertical-align: middle;
}

.graph-list{
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.hearing-list {
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-between;
}

.graph-list .pict,
.hearing-list .pict{
	display:block;
	margin:0 auto;
	margin-bottom:5px;
}

.graph-list .graph2 .pict {
	margin-top:5px;
}

.hearing-list .hearing1 .pict {
	margin-top:10px;
}

.graph-list .graph1 .title {
	/* margin-bottom:50px; */
	margin-bottom:15px;
}

.graph-list .graph2 .title {
	margin-bottom:15px;
}

.graph-list .graph3 .title {
	margin-bottom:30px;
}

.graph-list .graph1 .graph {
	padding-left:30px;
}

.graph-list .graph2 .graph {
	/* padding-left:15px; */
	padding-left:45px;
}

.graph-list .title,
.hearing-list .title{
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
}

.graph-list .graph {
	display:block;
	margin:0 auto 50px;
}

.hearing-list li {
	width:50%;
}


.hearing-list ul li {
	text-align:center;
	font-size:1.6rem;
	color:#555;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	padding:7px 0;
	border-bottom:5px solid #FFF;
	width:92%;
}

.hearing-list ul li:nth-child(odd) {
	background-color:#dbf1bb;
}

.hearing-list ul li:nth-child(even) {
	background-color:#fde9c0;
}

.hearing-list .title {
	margin-bottom:30px;
}

.green_title_bg {
	line-height:65px;
	font-size:3.0rem;
	text-align:center;
	background-color:#89D11F;
	color:#fff;
}

.step {
	background-image: url(../images/pharmacist/step_bg.jpg);
	background-image:-webkit-image-set(url("../images/pharmacist/step_bg.jpg") 1x,url("../images/@2x/pharmacist/step_bg.jpg") 2x);
	background-position: left top;
	background-repeat: no-repeat;
	background-size:contain;
	display: -webkit-flex;
  display: flex;
	-webkit-justify-content: space-around;
  justify-content: space-around;
	padding-bottom:100px;
}

.step p {
	margin-bottom:10px;
}

.step div {
	box-sizing: border-box;
	width:33.3%;
	padding-left:3%;
}

.first {
	padding-top:350px;
}

.second {
	padding-top:250px;
}

.third {
	padding-top:150px;
}

.pictogram {
	margin:20px 0 10px;

}

.step .title:before,
.mid-training-list li:before{
	content:'● ';
	font-size:1.5rem;
}

.step .title {
	font-weight: bold;
}

.first .title:before {
	color:#31a9e0;
}

.second .title:before {
	color:#89D11F;
;
}

.third .title:before,
.mid-training-list li:before{
	color:#feac26;
}

.new-training-wrap {
	position:relative;
}

.training1 {
	position:absolute;
	top:550px;
	right:0;
}

.training1 img {
	width:100%;
	max-width:472px;
	margin-bottom:20px;
}

.mid-training-list {
	margin-bottom:50px;
}

.mid-training-list li {
	font-size:1.7rem;
	font-weight:bold;
	color:#666;
	margin-bottom:20px;
}

.mid-training-text {
	width:33%;
}

.mid-training-wrap {
	position:relative;
	padding-bottom:100px;
}

.training2 {
	position:absolute;
	top:100px;
	right:0;
}

.training2 img {
	width:100%;
	max-width:472px;
	margin-bottom:20px;
}

.gradation_bg {
	background-repeat: no-repeat;
	background-position: right top;
	background-size:cover;
	line-height:39px;
	color:#FFF;
	padding-left:10px;
	margin-bottom:30px;
}

.orange_gradation_bg {
	background-image:url(../images/pharmacist/orange_gradation_bg.png);
	background-image:-webkit-image-set(url("../images/pharmacist/orange_gradation_bg.png") 1x,url("../images/@2x/pharmacist/orange_gradation_bg.png") 2x);
}

.blue_gradation_bg {
	background-image:url(../images/pharmacist/blue_gradation_bg.png);
	background-image:-webkit-image-set(url("../images/pharmacist/blue_gradation_bg.png") 1x,url("../images/@2x/pharmacist/blue_gradation_bg.png") 2x);
}

.green_gradation_bg {
	background-image:url(../images/pharmacist/green_gradation_bg.png);
	background-image:-webkit-image-set(url("../images/pharmacist/green_gradation_bg.png") 1x,url("../images/@2x/pharmacist/green_gradation_bg.png") 2x);
}

/*
※※※※※※※※※※※※※※※※※
TOPICS
※※※※※※※※※※※※※※※※※
*/

.page-id-32 .page_title {
	background-image: none;
	background-color: #cfe7d5;
}

.topics_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width:100%;
}

.side {
	width:290px;
}

.main {
	-webkit-flex:1;
	flex:1;

}

.side_title {
	padding-bottom:20px;
	border-bottom:1px solid #999;
	text-align: center;
}

.topics_list {
	font-size:1.7rem;
	color:#666;
}

.topics_list a {
	color:#666;
	text-decoration: none;
}

.topics_list a:hover {
	background-color:#EEE;
}

.topics_list li {
	border-bottom:1px solid #999;
}

.topics_list .date {
	display:block;
	margin-bottom:1.7rem;
	padding:40px 10px 0;
}
.topics_list .article_title {
	font-weight:bold;
	display:block;
	padding:0 10px 40px;
}

.page-id-32 article {
	padding-right:10%;
	margin-bottom:80px;
}

.page-id-32 article .date {
	margin-bottom:20px;
}

.page-id-32 article .title {
	margin-bottom:30px;
}

/*
※※※※※※※※※※※※※※※※※
お問い合わせ
※※※※※※※※※※※※※※※※※
*/
.page-id-14 .page_title {
	background-image: none;
	background-color: #cfe7d5;
}

.page-id-14 .prompt {
	text-align:center;
	margin:80px 0;
}

.page-id-14 .required {
	color:#FF0000;
}

.page-id-14 form {
	width:90%;
	margin:0 auto;
}

.page-id-14 input[type='text'],
.page-id-14 input[type='email']{
	width:100%;
	height:40px;
	font-size:1.7rem;
	border:1px solid #999;
	padding:0 10px;
	box-sizing: border-box;
}

.page-id-14 input::placeholder {
  color: #ccc;
}

.page-id-14 textarea {
	width:100%;
	height:400px;
	border:1px solid #999;
	padding:5px 10px;
	box-sizing: border-box;
	font-size:1.7rem;
}

.page-id-14 .submit_reset {
	display:flex;
	margin:50px 0 50px;
}

.page-id-14 .submit_reset input {
	display:inline-block;
	color:#fff;
	font-size:2.0rem;
	text-align: center;
	width:100%;
	max-width:246px;
	height:53px;
	background-color: #89D11F;
	border-radius: 10px;
	cursor: pointer;
}

.page-id-14 .submit {
	width:50%;
	text-align:right;
	padding-right:20px;

}

.page-id-14 .reset {
	width:50%;
	padding-left:20px;
}

.wpcf7-response-output {
	font-size:16px;
	padding:1em 2em!important;
	margin-bottom:50px!important;
}


@media screen and ( max-width : 768px ) {
/*
※※※※※※※※※※※※※※※※※
ご利用されるみなさまへ
※※※※※※※※※※※※※※※※※
*/


.gosoudan_case {
  margin-bottom: 20px;
}

.gosoudan_case_img {
  padding: 0 5px;
	vertical-align: top;
}

.store_wrap {
	margin-bottom:12.0rem;
	flex-direction: column;
}

	.store_img {
		width:100%;
		text-align:center;
	}

	.store_img img {
	}

	.store_info {
		width:100%;
		max-width:460px;
		margin:0 auto;
		font-size:1.6rem;
		color:#666;
	}

	.store_info table {
		width:100%;
		margin-left:0;
	}




/*
※※※※※※※※※※※※※※※※※
未来の薬剤師へ
※※※※※※※※※※※※※※※※※
*/
 .page-id-8 .time_table .image {
		width:15%;
	}

 .page-id-8 .time_table img{
  display:block;
	width:100%;
}

	.page-id-8 .time_table .time,
	.page-id-8 .time_table .text{
		padding-top:0;
	}

	.graph-list {
		flex-direction: column;
	}

	.graph-list p {
		text-align:center;
		margin-bottom:30px;
	}

	.graph-list .graph1 .graph {
		padding-left:35px;
	}

	.graph-list .graph2 .graph {
		padding-left:35px;
	}

	.hearing-list {
		flex-direction: column;
	}

	.hearing-list li {
	width:100%;
}

	.hearing-list ul li {
	width:100%;
	font-size:1.5rem;
}

	.hearing-list .hearing1 {
		margin-bottom:50px;
	}


	.hearing-list p {
		text-align:center;
		margin-bottom:30px;
	}

	.training1 {
		position:static;
		text-align: center;
	}

	.step {
		background-image: none;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-around;
		justify-content: space-around;
		padding-bottom:100px;
		flex-direction: column;
	}

	.step div {
		width:100%;
		padding-left:0;
	}

	.first {
		padding-top:0;
	}

	.second {
		padding-top:0;
	}

	.third {
		padding-top:0;
	}
	.mid-training-text {
	width:100%;
	}

	.training2 {
		position:static;
		text-align:center;

	}


	/*
※※※※※※※※※※※※※※※※※
キャリアアップを目指す
※※※※※※※※※※※※※※※※※
*/
.staff_photo {
	margin-top:40px;
	margin-bottom:40px;
}

	.staff {
	position: static;
}

.staff_name {
	position:static;
	right:auto;
	top:auto;
	margin-bottom:20px;
}

	.staff_q {
	color:#89D11F;
	font-size:2.2rem;
	text-align: left;
	margin-bottom:20px;
}
	/*
※※※※※※※※※※※※※※※※※
神戸医薬研究所の想い
※※※※※※※※※※※※※※※※※
*/

	.aisatsu_text {
    padding: 0;
}

/*
※※※※※※※※※※※※※※※※※
TOPICS
※※※※※※※※※※※※※※※※※
*/

	.topics_wrap {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width:100%;
	flex-direction: column;
}

	.side {
		width:100%;
	}

	.page-id-32 article {
		padding-right:0;
		margin-bottom:80px;
	}

}

/*
※※※※※※※※※※※※※※※※※
テスト用　ヨーク社追加分
※※※※※※※※※※※※※※※※※
*/

.text_test {
	color: #ff0000;
}
