@charset "utf-8";
/*
Theme Name: babayakkyoku
Description: fc
Version: 1.0
*/


/* reset */
* { margin:0; padding:0;}

body{
    border:0;
    outline:0;
    font-size:100%;
	color:#444444;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
ol, ul {
    list-style: none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
img {
	vertical-align: middle;
	max-width:100%;
}
a {
	text-decoration:none;
	color: #1C7FC7;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
p {
	line-height:200%
}

/* common */
.pink01{
	color:#FF3A6A;
	}
.rightblue{
	color:#41AEE5;
	}
.red{
	color:#FF0000;
	}

/* common追加 */
.blue{
	color:#00A3D9;
	font-weight: bold;
	margin-bottom:10px;
	}
.pink02{
	color:#CA6698;
	}
.yellow_marker{
    background: linear-gradient(rgba(255, 255, 255, 0) 60%, #fbf65f 40%);
    display: inline-block;
	padding: 0 5px;
}
.bold{
font-weight:900;
}
.center{text-align:center;}
.ml30{margin-left:30px;}
.mb10{margin-bottom:10px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.lh150{line-height:150%}
.fs13{font-size:14px;}
.f_box{overflow:hidden;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
	
/* ブロッック */
.section{
	overflow:hidden;
	margin:0 auto;
}
#main{
	overflow:hidden;
	width:980px;
	margin:0 auto 30px;
}
.inner{
	overflow:hidden;
	width:980px;
	margin:0 auto;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
margin: 1px 0 10px 0;
padding: 0 10px 0 10px;
line-height: 40px;
font-size: 13px;
font-weight: normal;
color: #252525;
border-bottom: 2px solid #555555;
}

#sidebar ul{
margin-left: 5px;
padding: 10px 0;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px solid #efefef;
}

#sidebar li a{
background: url(https://babayakkyoku.com/wp/wp-content/themes/babayakkyoku/images/list.png) no-repeat 0 50%;
display: block;
padding-left:15px;
}

#sidebar li a:hover{background-position: 3px 50%;}

.box_dashed {
border: 3px dotted #264c93;
padding: 25px;
margin-top: 40px;
background: #fff;
}
.box_dashed dt {
background: linear-gradient(rgba(255, 255, 255, 0) 60%, #fbf65f 40%);
font-size:22px;
font-weight:900;
display: inline-block;
}
.box_dashed dt span {font-size:28px;}
.box_dashed dd {padding: 10px 10px 0 20px;}
.box_dashed li {
font-size: 20px;
font-weight:900;
margin-top: 20px;
}
.box_dashed li:first-of-type {
margin-top: 0;
}


.btn_blue{
display: inline-block;
width: 380px;
background: #264b9c;
color: #fff;
text-align: center;
font-size: 19px;
font-weight: bold;
padding: 10px 0 7px;
border-radius: 6px;
}
.btn_p{
text-align: center;
margin: 60px 0 20px;
}
.a_right{
text-align:right;
margin-right: 40px;
}
.a_right a{
border-bottom: solid #61b4e3 1px; 
color:#61b4e3 ;
}

/********** pc tablet **********/
/* header */

/*202107追加*/
header {
    margin: 0 0 35px;
	min-width: 980px;
	padding-top: 6px;
}
header .header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
header h1 {
    font-size: 12px;
    font-weight: normal;
}
header .lan_switch {
    display: flex;
}
header .lan_switch {
    display: flex;
}
header .lan_switch a {
    display: flex;
    background: #577cbf;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    width: 80px;
    height: 25px;
    justify-content: center;
    align-items: center;
}
header .lan_switch li.lan_selected a {
    background: #234d99;
}
header .header_middle {
    display: flex;
    justify-content: space-between;
    ;
    align-items: center;
    padding: 10px 0 12px 20px;
    box-sizing: border-box;
}
header .logo {
    width: 280px;
}
header .global_nav {
    background: #234d99;
	display: flex;
}
header .global_nav .inner {
    overflow: visible;
}
header .global_nav a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
header .gnav_ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
header .gnav_li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
}
header .gnav_li > a {
    position: relative;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
}
header .gnav_li > a:hover {
    background: #577cbf;
    opacity: 1;
}
header .smenu_ul {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    opacity: 0;
    transform: translateY(107%) translateX(-50%);
    transition: all .3s ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    visibility: hidden;
    text-align: center;
}
header .gnav_li:hover .smenu_ul {
    opacity: 1;
    transform: translateY(100%) translateX(-50%);
    visibility: visible;
    z-index: 999;
    bottom: 0;
    left: 50%;
}
header .smenu_li > a {
    background: #234d99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
}
header .smenu_li > a:hover {
    background: #577cbf;
    opacity: 1;
}
header .drawerBtn {
    display: none;
}
.drawerMenu {
    display: none;
}
/*/202107追加*/

/* footer */
.column3 {
	background-color:#FFFAEB;
	padding:50px 0;
	min-width:980px;
	}
.column3  p a{
	display:block;
	text-align:center;
	float:left;
	margin:0 5px;
	padding:30px 10px;
	width:30%;
	background-color:#FFE599;
	background-image:url(https://babayakkyoku.com/wp/wp-content/themes/babayakkyoku/images/arrow02.png) ;
	background-position: 10% center;
	background-repeat: no-repeat;
	}
footer{
	text-align:center;
	background-color:#E0F4FF;
	min-width:980px;
	padding:30px 0;
	}
footer .txt{
	font-size:90%;
	font-weight:normal;
	margin-bottom:10px;
}

/*202107追加*/
footer .footer_nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 80%;
    width: 100%;
    max-width: 980px;
	margin: 30px auto;
}
footer .footer_nav a {
    display: block;
    position: relative;
    margin: 5px 10px;
    padding-left: 13px;
}
footer .footer_nav a:before {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 1px #1C7FC7;
    border-right: solid 1px #1C7FC7;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 5.5px;
    left: 0;
}
/*/202107追加*/

footer p.copyright{
	font-size:70%;
	}
#slider{
	width:980px;
	margin:0 auto;
}
#slider .flex-control-nav{
	bottom:-20px;
}
/* add20180423 */


/*20217追加*/
#main .home_point{
    width: 100%;
    max-width: 800px;
    margin:35px auto 60px;
    background: #e9f7ff;
    border: #264b9c 3px dotted;
    padding: 45px 65px 55px;
    box-sizing: border-box;
}
#main .home_point *{
    box-sizing: border-box;
}
#main .home_point .area_ttl{
    color: #234d99;
    position: relative;
    margin-bottom: 35px;
}
#main .home_point .area_ttl img{
    position: absolute;
    top: -4px;
    right: 0;
}
#main .home_point .area_ttl h2{
    font-size: 30px;
    margin-bottom: 10px;
}
#main .home_point .area_ttl p{
    line-height: 1.9;
}
#main .home_point .list_point li{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    padding-left: 40px;
    line-height: 1.7;
}
#main .home_point .list_point li:last-of-type{
    margin-bottom: 0;
}
#main .home_point .list_point li::before{
    content: '1';
    display: flex;
    width: 29px;
    height: 29px;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    color: #fefefe;
    background: #234d99;
    position: absolute;
    top: 0;
    left: 0;
}
#main .home_point .list_point li:nth-of-type(2)::before{
    content: '2';
}
#main .home_point .list_point li:nth-of-type(3)::before{
    content: '3';
}
#main .home_point .list_point li:nth-of-type(4)::before{
    content: '4';
}
#main .home_point .list_point li:nth-of-type(5)::before{
    content: '5';
}
#main .home_point .list_point li:nth-of-type(6)::before{
    content: '6';
}
#main .home_point .list_point li:nth-of-type(7)::before{
    content: '7';
}
#main .home_point .list_point li p{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    margin-top: 5px;
}
#main .home_point .list_point li p a{
    color: #11b3ea;
    border-bottom: #11b3ea 1px solid;
    white-space: nowrap;
}
/*/20217追加*/

#main .home_sec01{
overflow:hidden;
margin-bottom:30px;
}
#main .home_sec01 img{
float:left;
margin-right:17px;
  max-width: 100%;
}
#main .home_sec01 img.last {
margin-right:0;
}

#main .home_sec02 {
  overflow: hidden;
  margin-bottom:30px;
}
#main .home_kyubo{
margin-bottom:30px;
overflow: hidden;
}

#main .home_kyubo .recruit{
text-align:center;
}


/* ニュース３カラム */
#main .home_sec02 .news,
#main .home_sec02 .activity,
#main .home_sec02 .inf{
  float:left;
  width: 32.6%;
  margin-right: 10px;
}
#main .home_sec02 .inf{
  margin-right: 0;
}
#main .home_sec02 .news_ttl{
  overflow: hidden;
  background-color: #C0E6FA;
  max-width: 480px;
  max-height: 35px;
  padding: 10px 15px;
}
#main .home_sec02 h2 {
  float: left;
  color: #224C99;
  font-weight: bold;
  font-size: 100%;
}
#main .home_sec02 .ichiran {
  float: right;
  font-size: 86%;
  font-weight: bold;
  padding-top: 2px;
}
div.news_art {
  margin: 0 3px;
  padding-top: 10px;
}
div.news_art dl {
  line-height: 130%;
}
div.news_art dt,
div.news_art dd {
  display: inline-block;
  height: 31px;
  padding-top: 12px;
  vertical-align: text-bottom;
  border-bottom: 1px #CCCCCC dashed;
}
div.news_art dt {
  padding: 0 5px 0 0;
  font-size: 74%;
}
div.news_art dd {
  width: 73%;
  font-size: 90% !important;
}

/* facebookライト */
#main .home_tuhan{
	display: flex;
}
#main .home_tuhan figure:first-child{
	margin-right: 20px;
}

/* facebookライト */
#main .home_sec02 .facebook{
  float:right;
  width: 470px;
}

/* コンテンツ共通 */
.content .sec01,
.content .sec02,
.content .sec03{
	margin-bottom:30px;
}
.content h2 {
    font-size: 40px;
    font-weight: bold;
    color: #234d99;
    padding: 0.5rem 1.5rem;
    border-left: 5px solid #234d99;
    line-height: 1.4;
    margin-bottom: 45px;
}
.content h3 {
    font-size: 24px;
    font-weight: bold;
    color: #234d99;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 15px;
}
.content h3::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: #ffffff;
    position: absolute;
    top: 8px;
    left: 0;
    border: 1px #234d99 double;
    border-radius: 10px;
    box-sizing: border-box;
}
.content h3::after {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    background: #234d99;
    position: absolute;
    top: 11px;
    left: 3px;
    border-radius: 7px;
    box-sizing: border-box;
}
ul.list01{
  margin-bottom:20px;
}
ul.list01 li{
  margin-bottom:10px;
}
.content section{
  margin-bottom:40px;
}
section .sec_inner{
  margin:0 20px 40px;
  overflow:hidden;
  
}

/* 馬場薬局について */
#t_info{
  margin-bottom:30px;
}
#t_info tr{
  height: 30px;
}  
.border_box{
  width:auto;
  padding:10px 20px;
  border:#AAA 1px solid;
  margin:10px 0;
}
#info div.fax,
#info div.tel,
#info div.drug,
#info div.arrow{
 width:50%;
}
#info div.fax{
 background:url(images/info_fax.jpg) right top no-repeat ;
 height:70px; 
 margin:0 auto;
}
#info div.tel{
 background:url(images/info_tel.jpg) right top no-repeat ;
 height:70px;
 margin:0 auto;
}
#info div.drug{
 background:url(images/info_drug.jpg) right top no-repeat ;
 height:70px;
 margin:0 auto 20px;
}
#info div.arrow{
 text-align:center;
 margin:0 auto;
}
#info div span.fax_tel{
  margin:0 10px 0 30px;
  font-size:20px;
}
#info div span.number{
  font-size:30px;
  font-weight:bold;
  padding-top:20px;
}

/*202107追加*/
/* 処方箋の受付について */
#shohosen {
    padding: 0 20px;
    box-sizing: border-box;
}
#shohosen * {
    box-sizing: border-box;
}
#shohosen .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#shohosen .flex img {
    align-self: flex-start;
}
#shohosen .kome {
    position: relative;
    padding-left: 1.2rem;
}
#shohosen .kome:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}
#shohosen .nowrap {
    white-space: nowrap;
}
.shoho_sec01 {
    margin-bottom: 75px;
}
.shoho_sec01 .txt_area {
    position: relative;
}
.shoho_sec01 .txt_area p {
    margin-left: 25px;
}
.shoho_sec01 .txt_area .kome {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
}
#shohosen .shoho_sec01 img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.shoho_sec02 {
    margin-bottom: 65px;
}
.shoho_sec02 h3 + p {
    margin-left: 25px;
}
.shoho_sec02 .bg_blue {
    background: #e9f7ff;
    border-top: 5px #264b9c solid;
    padding: 45px 30px 55px;
    margin-top: 30px;
}
.shoho_sec02 .bg_blue h4 {
    font-size: 20px;
    margin-bottom: 12px;
}
#shohosen .shoho_sec02 .bg_blue .box01 {
    justify-content: flex-start;
    margin-bottom: 55px;
}
.shoho_sec02 .bg_blue .box01 h4 {
    margin-right: 65px;
}
.shoho_sec02 .bg_blue .box01 .dot li {
    font-size: 20px;
    margin-top: 7px;
}
.shoho_sec02 .bg_blue .box01 .dot li:first-of-type {
    margin-top: 0;
}
.shoho_sec02 .bg_blue .box01 .dot li::before {
    content: '・';
}
.shoho_sec02 .bg_blue .box02 {
    margin-bottom: 45px;
}
.shoho_sec02 .bg_blue .box02 table {
    width: 100%;
}
.shoho_sec02 .bg_blue .box02 th, .shoho_sec02 .bg_blue .box02 td {
    border: solid 1px #5e5e5e;
    padding: 20px 17px;
}
.shoho_sec02 .bg_blue .box02 th {
    border-left: none;
    padding: 20px 15px;
}
.shoho_sec02 .bg_blue .box02 th p {
    position: relative;
    display: block;
    text-align: left;
    padding-left: 55px;
    line-height: 1.7;
}
.shoho_sec02 .bg_blue .box02 th p::before {
    content: '';
    width: 38px;
    height: 34px;
    background: url("https://babayakkyoku.com/wp/wp-content/themes/babayakkyoku/images/shohosen/shohosen_icon01.svg") no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.shoho_sec02 .bg_blue .box02 th span{
    display: block;
}
.shoho_sec02 .bg_blue .box02 td.opening_hours {
    font-size: 14px;
}
.shoho_sec02 .bg_blue .box02 td.opening_hours dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.shoho_sec02 .bg_blue .box02 td.opening_hours dl:last-of-type {
    margin-bottom: 0;
}
.shoho_sec02 .bg_blue .box02 td.td_contact {
    border-right: none;
    font-size: 17px;
}
.shoho_sec02 .bg_blue .box02 td.td_contact .nowrap:first-of-type {
    margin-right: 30px;
}
.shoho_sec02 .bg_blue .box02 td.td_contact a {
    color: #444444;
}
.shoho_sec02 .bg_blue .box02 td.td_contact .btn_area {
    margin-top: 3px;
}
.shoho_sec02 .bg_blue .box02 td.td_contact .btn_epark {
    font-size: 12px;
    background: #fff;
    border: 1px #234d99 solid;
    border-radius: 4px;
    padding: 3px 13px;
    display: flex;
    align-items: center;
    line-height: 1;
    width: 197px;
    height: 26px;
    box-sizing: border-box;
    position: relative;
}
.shoho_sec02 .bg_blue .box02 td.td_contact .btn_epark::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 1px #234d99;
    border-right: solid 1px #234d99;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 9px;
    right: 14px;
}
.shoho_sec02 .bg_blue .box02 td.td_contact .btn_epark img {
    padding-top: 2px;
    margin-right: 3px;
}
.shoho_sec02 .bg_blue .box02 .link_txt {
    color: #23acdd;
    margin-left: auto;
    display: block;
    margin-top: 15px;
    width: 220px;
    max-width: fit-content;
}
.shoho_sec02 .bg_blue .box03 .flow dl {
    display: flex;
    background: #fff;
    padding: 10px;
    margin-bottom: 32px;
    position: relative;
}
.shoho_sec02 .bg_blue .box03 .flow dl::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 16px 0 16px;
    border-color: #577bbf transparent transparent transparent;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateY(100%) translateX(-50%);
}
.shoho_sec02 .bg_blue .box03 .flow dt {
    width: 118px;
    background: #fff9d6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 0 14px;
}
.shoho_sec02 .bg_blue .box03 .flow dt span {
    font-size: 28px;
    font-weight: bold;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 17px;
}
.shoho_sec02 .bg_blue .box03 .flow dt span::before {
    content: 'ステップ';
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.shoho_sec02 .bg_blue .box03 .flow dd {
    width: calc(100% - 118px);
    padding: 15px 30px;
}
.shoho_sec02 .bg_blue .box03 .flow dd h5 {
    font-size: 18px;
    margin-bottom: 5px;
}
.shoho_sec02 .bg_blue .box03 .flow dd h5 .txt_s {
    font-size: 14px;
    font-weight: normal;
}
.shoho_sec02 .bg_blue .box03 .flow dd p {
    line-height: 1.9
}
.shoho_sec02 .bg_blue .box03 .flow_last {
    font-size: 18px;
    font-weight: bold;
    color: #234d99;
    text-align: center;
    padding-top: 10px;
}
.shoho_sec03 h4 {
    font-size: 24px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
}
.shoho_sec03 h4::before {
    content: '！';
    width: 26px;
    height: 26px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff3600;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.shoho_sec03 ul {
    margin-left: 25px;
    line-height: 1.65;
}
.shoho_sec03 li {
    margin-bottom: 10px;
}
.shoho_sec03 li:last-of-type {
    margin-bottom: 0;
}
/* 出前講座について */
#kouza {
    padding: 0 20px;
    box-sizing: border-box;
}
#kouza * {
    box-sizing: border-box;
}
#kouza .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#kouza .flex img {
    align-self: flex-start;
}
.kouza_sec01, .kouza_sec02, .kouza_sec03 {
    margin-bottom: 65px;
}
.kouza_sec01 .img_area {
    margin-top: 30px;
}
.kouza_sec02 dl {
    border-top: #5e5e5e 1px solid;
    padding: 25px 0 20px;
}
.kouza_sec02 dl:last-of-type {
    border-bottom: #5e5e5e 1px solid;
}
.kouza_sec02 dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
}
.kouza_sec02 dd {
    line-height: 2;
    padding-left: 25px;
}
.kouza_sec02 dd .link_txt {
    color: #61b4e3;
    border-bottom: #61b4e3 1px solid;
}
.kouza_sec02 dl + p {
    margin-top: 15px;
}
.kouza_sec03 p {
    margin-left: 35px;
}
.kouza_sec04 {}
.kouza_sec04 p, .kouza_sec04 a {
    margin-left: 35px;
}
.kouza_sec04 a {
    font-size: 30px;
    color: #444444;
    padding-top: 5px;
}
/*/202107追加*/


/* 店舗紹介 */
#tenpo .f_box,
#tenpo .map_area{
	width:630px;
	margin:0 auto 10px;
}

/* 会社案内 */
#company .table001 tr th,
#company .table001 tr td{
	border-bottom:1px dashed #cccccc;
	padding:15px 20px;
}
#company .table001 tr th{
	background-color:#E4F6FF;
	font-weight: normal;
}
#company #privacy p{
	margin-bottom:10px;
}
/* 職場環境 */
#kankyo .f_box{
	width:630px;
	margin:0 auto 10px;
}
#kankyo .sec3 .left{
	float:left;
	margin:0 10px 10px 0;
}
#kankyo .sec3 .left_last{
	float:left;
	margin:0 0 10px 0;
}

/* 足腰の悩み */
#ashikoshi .sec02 .right,
#ashikoshi .sec05 .right{
	width:600px;
}
#ashikoshi .sec03 dl.foot_dl,
#ashikoshi .sec04 dl.foot_dl{
	float:left;
        text-align:center;
        margin-right:10px;
}
#ashikoshi .sec03 dl.foot_dl_last,
#ashikoshi .sec04 dl.foot_dl_last{
	float:left;
        text-align:center;
        margin-right:0;
}
#ashikoshi .sec03 dl.foot_dl dt,
#ashikoshi .sec03 dl.foot_dl_last dt,
#ashikoshi .sec04 dl.foot_dl dt,
#ashikoshi .sec04 dl.foot_dl_last dt{
        margin-bottom:10px;
}
#ashikoshi .sec03 dl.foot_dl dd,
#ashikoshi .sec03 dl.foot_dl_last dd,
#ashikoshi .sec04 dl.foot_dl dd,
#ashikoshi .sec04 dl.foot_dl_last dd{
        font-size:13px;
}
/* 20160427追加 */
#ashikoshi .sec04 .mb20{
	margin-bottom:20px;
}
/* ゆびのばソックス */
#yubinoba_socks .sec03 .right{
	width:680px;
}

/* プライバシーポリシー */
#privacy{
	padding:0 0 80px;
}
#privacy p.mb30{
	margin-bottom:30px;
}
.privacy_area{
	border-top:#39F 1px dotted;
	width:980px;
	margin:0 auto;
	padding:20px 0;
}
.privacy_area .inner{
	width:900px;
	margin:0 auto;
}
.privacy_area p:nth-child(1){
	margin-bottom:5px;
	color:#888888;
	font-weight:bold;
}
.privacy_area p:nth-child(2){
	margin-bottom:5px;
}
.privacy_area ul li{
	list-style:inside disc;
	margin-bottom:10px;
}
	
/* 見積りフォーム */
.entry > .inner {
    margin-bottom: 25px;
}
.entry .sec02 table {
  font-size: 90%;
  margin: 0 auto;
  width: 100%;
}
.entry .sec02 table {
  margin-bottom: 30px;
}
.entry .sec02 table tr th {
  border: 1px #CCCCCC solid;
  background-color: #F1F9D9;
  padding: 20px;
}
.entry .sec02 table tr td {
  border: 1px #CCCCCC solid;
  padding: 20px;
  text-align: left;
}
.entry .sec02 p {
  margin-bottom: 20px;
  font-size: 90%;
}
.entry .sec02 table th span {
  background-color: #FF9326;
  font-size: 80%;
  font-weight: bold;
  color: #FFFFFF;
  padding: 2px 10px;
  margin-left: 10px;
}
.mw_wp_form_input .checkbtn input{
	display:block;
	padding:20px;
	text-align:center;	
	background-color:#7DCD2E;
	border:none;
	margin:0 auto;
	cursor:pointer;
	font-size:100%;
	}
.mw_wp_form_confirm .checkbtn input{
	display:block;
	padding:20px;
	text-align:center;	
	background-color:#7DCD2E;
	border:none;
	margin:0 auto;
	cursor:pointer;
	font-size:100%;
	}
.backbtn input{
	display:block;
	padding:20px;
	text-align:center;	
	background-color:#98D566;
	border:none;
	margin:20px auto 0;
	cursor:pointer;
	font-size:100%;
	}

/***20161227追加***/
.blog_box {
	overflow: hidden;
	margin-top:20px;
}
.blog_l {
	float: left;
	margin-right:20px;
}

/*
archive single 共通 add20180423
*******************************************************/
#main .inf_cts {
   width: 635px;
    float: left;
    margin-left: 15px;
    margin-right: 80px;
}
#main .inf_cts h2{
	margin-bottom:30px;
}
#main .inf_cts #date{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom: 1px solid #c0e6fa;
}
#main #next{
	padding-top:50px;
	clear: both;
}
#main .inf_cts img{
	height: auto;
}


/*
single 共通
*******************************************************/
.bg-blu{
	background: #c2edff;
	padding: 0.5em;
	font-weight: bold;
	color: #006cd8;
}
.single h3{
	margin:50px 0 30px;
	padding: 0.25em 0.5em;
	color: #494949;
	background: transparent;
	border-left: solid 5px #7db4e6;
}
.single p{
	margin-bottom:20px;
}
.single ul{
	list-style-type: disc;
	margin : 0 0 30px 23px;
}


/*
sidebar　add20180423
*******************************************************/

#sidebar {
	float: right;
    width: 235px;
    margin-right: 15px;
}
#sidebar li a {
    padding-bottom: 5px;
}
#sidebar li a {
    padding-left: 5px;
}
/*
page navi　add20180424
*******************************************************/
.wp-pagenavi {
    text-align: center;
	padding-top: 50px;
}


/* 求人 */
.br-sp { display:none; }
#recruit .sec_inner h3 {
	background:url(images/recruit/rec_y01.png) no-repeat;
	color: #FFF;
	font-size: 230%;
	font-weight: bold;
	text-align: center;
	width: 640px;
	height: 97px;
	padding-top: 6px;
	margin:0 auto;
	padding-left: 0;
}
#recruit .sec_inner h3::before,
#recruit .sec_inner h3::after{
	content:none;
}
#recruit .rec_message p:nth-child(1),  #recruit .rec_message p:nth-child(2),  #recruit .rec_message p:nth-child(3){
	background: url(images/recruit/rec_y02.png) no-repeat center bottom;
	color:#FF7F00;
	font-size: 50px;
	text-align: center;
	width: 748px;
	height: 62px;
	margin:0 auto;
	padding-top: 10px;
	line-height: 1.2;
}
#recruit .rec_message span {
	color: #000;
	font-size: 25px;
	margin-left: 10px;
}
#recruit .rec_message02{
	font-size: 20px;
	width: 860px;
	margin:40px auto 100px;
}
#recruit .rec_box {
	width: 800px;
	margin:0 auto 90px;
	overflow: hidden;
}
#recruit .rec_box .right {width: 500px;}
#recruit .rec_box h4 {
	color:#00218C;
	font-size: 40px;
	margin-bottom: 5px;
}
#recruit .rec_box .right p {font-size: 20px;}
#recruit .rec_box .right .rec_red {
	border: #FF0000 2px solid;
	text-align: left;
	padding: 15px 15px 15px 30px;
	margin-top: 15px;
}
#recruit .rec_box .right .rec_red p:nth-child(1) {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	color:#FF0000;
	text-align: center;
	margin: 10px;
}
#recruit .rec_box .right .rec_red p:nth-child(4) {
	line-height: 1.4;
	margin: 10px 0;
}
#recruit .rec_box .right .rec_red p:nth-child(5) {
	font-weight: bold;
	text-align: center;
}
#recruit .rec_box02 {
	width: 650px;
	margin:0 auto;
	text-align: center;
}
#recruit .rec_box02 p:nth-child(1){
	color:#FF7F00;
	font-size: 22px;
	font-weight: bold;
	margin-bottom:10px;
}
#recruit .rec_box02 .tel{
	border-top: #1F7FDE 1px solid;
	border-bottom: #1F7FDE 1px solid;
	height: 80px;
	margin-bottom:10px;
}
#recruit .rec_box02 .left{
	margin-left:130px;
	padding-top:20px;
}
#recruit .rec_box02 .left img{width:40px;}
#recruit .rec_box02 .right{
	color: #006CD8;
	font-size: 50px;
	margin-right:100px;
	padding-top:5px;
}

#recruit .rec_appeal h4{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border-bottom: #006cd8 solid 5px;
    width: 35%;
    margin: 60px auto 0;
}

#recruit .rec_appeal p{
    text-align: center;
    margin: 10px;
}
#recruit .rec_appeal dl{
	border-bottom:3px solid #ccc;
    padding: 30px 0;
    display:flex; 
	justify-content: space-between;
	    margin: 0 40px;
}
#recruit .rec_appeal dt{
    background: #006cd8;
    color: #fff;
    font-size: 16px;
    width: 100%;
    text-align: center;
    line-height: 1.0;
    padding: 5px 0;
	margin: 20px 0;
}
#recruit .rec_appeal dd:nth-of-type(1){line-height: 1.8;}
#recruit .rec_appeal dl:nth-of-type(4){border-bottom:none;}
#recruit .rec_appeal dd.img{
	text-align:center;
	margin-top:20px;
}

/* 募集要項テーブル */
.recruit_table {
	margin: 0 auto 50px;
	line-height: 2.0;
    max-width:680px;
    width:100%;
}
#recruit .recruit_table th {
    background: #E0F4FF;
    width: 125px;
  border: solid 1px #C0E6FA;
}
#recruit .recruit_table td {
	padding: 5px 10px;
    line-height: 2.0;
  border: solid 1px #C0E6FA;
}
/* 特徴 */
#feature h4 {
    background: url(https://babayakkyoku.com/wp/wp-content/themes/babayakkyoku/images/feature/feature_icon.png) no-repeat left 0px;
    padding: 0 0 20px 50px;
    font-size: 25px;
    margin-top: 40px;
}
#feature h5 {font-size: 22px;}
#feature .yellow_marker{
	font-weight: bold;
	font-size: 18px;
}
#feature .course h5 {
    font-size: 20px;
	color: #264c93;
	margin: 40px 0 10px;
}
#feature .course figure img{display:block;}
#feature .course figure {display:flex;  justify-content:space-between;}
#feature .tabs + h5{
font-size: 20px;
margin: 70px auto 20px;
}
#feature .tabs + h5 + ul li{margin: 0 0 10px 30px;}
#feature .tabs {margin-top: 30px;}

#feature .tabs + h5::before{
    content: "!";
    background: #264b9c;
    margin-right: 0.5em;
    color: #fff;
    padding: 2px 11px 0;
    border-radius: 32px;
    font-size: 17px;
}
#feature .course dl{margin: 0 0 40px 25px;}
#feature .course h5 + p{margin: 0 0 0 25px;}
#feature .course span.text{font-weight: 900; font-size:20px;}
#feature .tabs{margin-top: 30px;}
#feature .tabs dl{position:relative;}
#feature .tabs .tab_content_description h5{
font-size:26px;
margin-bottom: 10px;
}
#feature .tabs .tab_content_description{
max-width: 800px;
margin: 0 auto;
width: 100%;
}
#feature .tabs .business_hour{
background: url(https://babayakkyoku.com/wp/wp-content/themes/babayakkyoku/images/feature/feature_woman.png) no-repeat right 0px;
padding-bottom: 60px;
}
#feature .tabs .business_hour p{
padding-left:25px;
font-size:18px;
}
#feature .tabs dl::after{
content: "";
border-style: solid;
border-width: 17px 18px 0 18px;
border-color: #b5b5b5 transparent transparent transparent;
position: absolute;
bottom: -31px;
right: 50%;
left: 47.5%;
}
#feature .tabs dl:last-of-type::after{
content:"";
border-style: none;
}
#feature .tabs .box_dashed:first-of-type{margin-top: 0;}
#feature .course dd{
padding: 0.2em 1.5em 0;
}  
/*タブのスタイル*/
#feature .tab_item {
width: 180px;
height: 70px;
background-color: #b4c6ef;
line-height: 78px;
font-size: 25px;
text-align: center;
color: #fff;
display: block;
float: left;
font-weight: bold;
transition: all 0.2s ease;
border-radius: 20px 20px 0px 0px;
margin-left: 25px;
}
#feature .tab_item:first-of-type{margin-left: 68px;}
#feature .tab_item:last-of-type{margin-right: 68px;}
#feature .tab_item:hover {opacity: 0.75;}

/*ラジオボタンを全て消す*/
#feature input[name="tab_item"] {display: none;}
/*タブ切り替えの中身のスタイル*/
#feature .tab_content {
	display: none;
	padding: 40px 40px 40px;
	clear: both;
	overflow: hidden;
	background: #fcfaf3;
	border-bottom: 7px solid #264b9c;
	border-top: 7px solid #264b9c;		
}
/*選択されているタブのコンテンツのみを表示*/
#kaiduka:checked ~ #kaiduka_content,
#hakokyudai:checked ~ #hakokyudai_content,
#hakomiyamae:checked ~ #hakomiyamae_content,
#amagi:checked ~ #amagi_content{
	display: block;
}
/*選択されているタブのスタイルを変える*/
#feature .tabs input:hover + .tab_item{opacity: 1;}
#feature .tabs input:checked + .tab_item {
	background-color: #264b9c;
	border-radius: 20px 20px 0px 0px;
}
.tab_content_description .box_dashed dt span{
    font-size: 22px;
}

/* かかりつけ薬局 */
#kakarituke h3 {
font-size:24px;
color:#333;
display: inline-block;
margin-bottom: 30px;
padding: 10px 5px 0;
}
#kakarituke h3::before,
#kakarituke h3::after{
	content:none;
}
#kakarituke h3 span {
	background: linear-gradient(rgba(255, 255, 255, 0) 60%, #fbf65f 40%); 
}
#kakarituke h4 {
    background: url(https://babayakkyoku.com/wp/wp-content/themes/babayakkyoku/images/common/kakarituke_icon.gif) no-repeat left 0px;
	padding:10px 0 20px 50px;
	font-size:25px;
    margin-top: 40px;
}

#kakarituke .kakarituke_shirokuma {
    background: url(https://babayakkyoku.com/wp/wp-content/themes/babayakkyoku/images/common/kakarituke_shirokuma.png) no-repeat 555px 24px #e0f4ff;
	padding:50px;
	max-width:980px;
	margin-bottom:30px;
}

.sec_question dt{
	padding:10px 0 10px 80px;
	font-weight:900;
	font-size:18px;
	position:relative;
}

.sec_question dt:before{
	position: absolute;
  	top: 5px;
  	left: 30px;
	content: url(https://babayakkyoku.com/wp/wp-content/themes/babayakkyoku/images/common/question_icon.gif) ;
}
.sec_question dd{
	padding:10px 0 40px 80px;
	border-bottom:dotted 2px #aaa;
	position:relative;
	margin-bottom:20px;
}
.sec_question dd:before{
	position: absolute;
  	top: 5px;
  	left: 30px;
	content: url(https://babayakkyoku.com/wp/wp-content/themes/babayakkyoku/images/common/answer_icon.gif) ;
}
#kakarituke .sec_m35px{
	margin:0 35px;
	line-height: 2.0;
}

@media screen and (max-width:1000px) {
    header h1 {
        padding-left: 20px;
    }
    header .header_middle {
        padding: 10px 20px 12px;
    }
	.content h2 {
    margin: 0 20px 45px;
	}
	.content #shohosen h2,  .content #kouza h2{
    margin: 0 0 45px;
	}
	.content h3 {
    margin: 0 20px 15px;
	}
	.content #shohosen h3,  .content #kouza h3 {
    margin: 0 0 15px;
	}
}

@media only screen and (min-width: 480px){
 #info .info_naiyou br{
  display:none;
 }
    a[href^="tel:"] {
        pointer-events: none;
    }
	
}


@media screen and (max-width:479px){
/********** スマホ **********/
	
	body{
		padding-top:105px;
	}	
#main {
   width: auto;
}
.inner{
	overflow:hidden;
	width:94%;
	margin:0 auto;
	}
.sp_none{display:none;}
    .content h2 {
        font-size: 28px;
        padding: 0.5rem 0 0.5rem 1rem;
        margin-bottom: 35px;
    }
    .content h3 {
        font-size: 19px;
        padding-left: 1.7rem;
    }
    .content h3::before {
        width: 18px;
        height: 18px;
        top: 6px;
    }
    .content h3::after {
        width: 12px;
        height: 12px;
        top: 9px;
    }

/* header */
header{
	min-width:100%;
}
h1{
	text-align:center;
	margin-bottom:5px;
}
.logo{
	float:none;
	margin-right:0;
	}
.contact{
	float:none;
	}
header p.tel{
	font-size:180%;
	}

	/*202107追加*/
    html {
        position: relative;
    }
    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10;
        border-bottom: #234d99 2px solid;
        height: 76px;
        background: #fff;
        margin: 0;
		padding-top: 0;
    }
    header .lan_switch {
        margin-left: auto;
    }
    header .header_top {
        width: 100%;
    }
    header h1 {
        display: none;
    }
    header .logo {
        width: 70%;
        max-width: 245px;
    }
    header .header_middle {
        padding: 10px 3px 12px;
    }
    header .global_nav {
        display: none;
    }
    header .drawerBtn {
        width: 30px;
        height: auto;
        cursor: pointer;
        display: block;
        margin-right: 10px;
    }
    header .drawerBtn span {
        display: block;
        width: 100%;
        height: 3px;
        background: #333333;
        transition: .3s;
    }
    header .drawerBtn span + span {
        margin-top: 8px;
    }
    header .drawerBtn.on span:nth-of-type(1) {
        transform: rotate(135deg) translate(8px, -8px);
    }
    header .drawerBtn.on span:nth-of-type(2) {
        opacity: 0;
    }
    header .drawerBtn.on span:nth-of-type(3) {
        transform: rotate(-135deg) translate(7px, 7px);
    }
    .drawerMenu {
        display: block;
        padding: 5px 0 100px;
        visibility: hidden;
        z-index: 999;
        position: fixed;
        top: 77px;
        right: 0;
        width: 90%;
        height: 100%;
        max-width: 350px;
        overflow-y: auto;
        background: #234d99;
        transition: all .3s;
        transform: translateX(350px);
    }
    .drawerMenu.on {
        visibility: visible;
        transition: all .3s;
        transform: translateX(0);
    }
    .drawerMenu a {
        color: #fff;
    }
    .drawerMenu_content {
        padding: 0 3vw 150px;
    }
    .drawerMenu_title {
        display: flex;
        position: relative;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .drawerMenu_title a {
        display: block;
        width: 100%;
        padding: 12px 8px;
        font-size: 17px;
    }
    .drawerMenu_title a:after {
        display: block;
        position: absolute;
        top: 43%;
        right: 12px;
        content: '';
        width: 9px;
        height: 9px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        transform: rotate(45deg) translateY(0);
        pointer-events: none;
    }
    .drawerMenu_title p {
        padding: 12px 8px;
        font-size: 17px;
        color: #fff;
    }
    .drawerMenu_title p::before, .drawerMenu_title p::after {
        display: block;
        position: absolute;
        background: #fff;
        content: '';
    }
    .drawerMenu_title p::before {
        top: 50%;
        right: 8px;
        width: 15px;
        height: 2px;
        transform: translateY(-50%);
    }
    .drawerMenu_title p::after {
        top: 50%;
        right: 14px;
        width: 2px;
        height: 15px;
        transform: translateY(-50%);
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
    }
    .drawerMenu_title.on p:after {
        transform: rotate(90deg);
        top: 37%;
    }
    .drawerMenu_list {
        display: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .drawerMenu_list li {
        position: relative;
    }
    .drawerMenu_list li:after {
        display: block;
        position: absolute;
        top: 43%;
        right: 12px;
        content: '';
        width: 9px;
        height: 9px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        transform: rotate(45deg) translateY(0);
        pointer-events: none;
    }
    .drawerMenu_list li a {
        display: block;
        padding: 12px 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 17px;
        background: #577cbf;
    }
    .overlay {
        display: none;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        height: 100%;
        position: absolute;
        top: 75px;
        z-index: 9;
    }
    .drawerMenu.on + .overlay {
        display: block;
        animation: show 0.2s linear 0s;
    }
    /*/202107追加*/
	
/* footer */
.column3 {
	padding:30px 0;
	min-width:100%;
	}
.column3  p a{
	margin-bottom:5px;
	padding: 15px 0;
	width:100%;
	}
footer{
	min-width:100%;
}
footer .info{
	float:none;
	margin:20px 0 0;
	}
footer p.menu span{
	display: block;
	margin-bottom:20px;
	}

/* index */
#slider{
width:auto;
}
#main .home_kyubo div {
    width: auto;
    float: left;
    margin-bottom: 10px;
}
	
/*20217追加*/
#main .home_point {
    width: calc(100% - 40px);
    margin: 20px 20px 25px;
    padding: 20px 17px 25px;
}
#main .home_point .area_ttl {
    margin-bottom: 25px;
}
#main .home_point .area_ttl img {
    position: static;
    margin: 0 auto;
    display: block;
    width: 70px;
    height: auto;
}
#main .home_point .area_ttl h2 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}
#main .home_point .list_point li {
    font-size: 17px;
    padding-left: 39px;
    margin-bottom: 25px;
}
#main .home_point .list_point li::before {
    width: 28px;
    height: 28px;
    top: 1px;
}
/*/20217追加*/


.home_sec01{
width:310px;
margin:0 auto;
}
.home_sec01 img{
float:none;
margin:0 auto 10px;
}
.btn_blue{
width: 320px;
}

/* ニュース */
#main .home_sec02 .news,
#main .home_sec02 .activity,
#main .home_sec02 .inf{
  float:none;
  margin-bottom:20px;
  width: 100%;
}
div.news_art dt,
div.news_art dd {
  height: auto;
}
div.news_art dd {
  width: 74%;
}

/* home_tuhan */
#main .home_tuhan {
    display: block;
}
#main .home_tuhan figure:first-child {
    margin: 0 0 20px;
}

/* facebookライト */
#main .home_sec02 .facebook{
  float:none;
  width: 90%;
  margin:0 auto;
}

/* 当薬局について */
#info div.fax,#info div.tel, #info div.drug {
    background-image:none;
    height: auto;
}
#info div.fax, #info div.tel, #info div.drug, #info div.arrow {
    width: 100%;
}
#info div span.fax_tel {
    margin: 0 10px;
    font-size: 20px;
}
#info div span.number {
    font-size: 27px;
    padding: 20px 0 20px;
}
#info div.arrow {
    margin: 10px auto;
}
#info iframe {
    width: 100%;
    height: auto;
}
	
    /*202107追加*/
    /* 処方箋の受付について */
    .shoho_sec01 {
        margin-bottom: 45px;
    }
    #shohosen .shoho_sec01 img {
        position: relative;
        transform: none;
        margin: 20px auto;
        display: block;
    }
    .shoho_sec01 .txt_area p {
        margin-left: 0;
    }
    .shoho_sec02 {
        margin-bottom: 45px;
    }
    .shoho_sec02 h3 + p {
        margin-left: 0;
    }
    .shoho_sec02 .bg_blue {
        border-top: 3px #264b9c solid;
        padding: 30px 15px 35px;
        margin-top: 20px;
    }
    .shoho_sec02 .bg_blue h4 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .shoho_sec02 .bg_blue .box01 .dot li {
        font-size: 18px;
        margin-top: 5px;
    }
    #shohosen .shoho_sec02 .bg_blue .box01 {
        margin-bottom: 40px;
    }
    .shoho_sec02 .bg_blue .box02 th, .shoho_sec02 .bg_blue .box02 td {
        display: block;
        width: 100%;
        border-bottom: none;
    }
    .shoho_sec02 .bg_blue .box02 th {
        border-top: none;
        border-right: none;
        padding: 30px 10px 14px;
    }
    .shoho_sec02 .bg_blue .box02 th span {
        display: inline-block;
        padding-left: 15px;
    }
    .shoho_sec02 .bg_blue .box02 tr:first-of-type th {
        padding-top: 10px;
    }
    .shoho_sec02 .bg_blue .box02 td.opening_hours dl {
        max-width: 230px;
        margin: 0 auto 5px;
    }
    .shoho_sec02 .bg_blue .box02 td {
        padding: 15px 10px;
    }
    .shoho_sec02 .bg_blue .box02 td.td_contact {
        border-right: solid 1px #5e5e5e;
        border-bottom: solid 1px #5e5e5e;
    }
    .shoho_sec02 .bg_blue .box02 td.td_contact .btn_area {
        margin-top: 12px;
    }
    .shoho_sec02 .bg_blue .box02 td.td_contact .btn_epark {
        margin: 0 auto;
    }
    #shohosen .nowrap {
        display: block;
        margin: 0;
        text-align: center;
		line-height: 2;
    }
    .shoho_sec02 .bg_blue .box03 .flow dl {
        flex-wrap: wrap;
        padding-bottom: 5px;
    }
    .shoho_sec02 .bg_blue .box03 .flow dt {
        width: 100%;
        padding: 8px 0;
    }
    .shoho_sec02 .bg_blue .box03 .flow dt span {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        font-size: 22px;
    }
    .shoho_sec02 .bg_blue .box03 .flow dt span::before {
        position: static;
        transform: none;
        padding-right: 8px;
    }
    .shoho_sec02 .bg_blue .box03 .flow dd {
        width: 100%;
        padding: 15px 10px;
    }
    .shoho_sec02 .bg_blue .box03 .flow_last {
        font-size: 17px;
    }
    .shoho_sec03 h4 {
        font-size: 19px;
        padding-left: 35px;
    }
    .shoho_sec03 ul {
        margin-left: 0;
    }
    /* 出前講座について */
    #kouza .flex img {
        margin: 0 auto 30px;
    }
    #kouza .flex img:last-of-type {
        margin-bottom: 0;
    }
    .kouza_sec01, .kouza_sec02, .kouza_sec03 {
        margin-bottom: 50px;
    }
    .kouza_sec02 dl {
        padding: 17px 0 15px;
    }
    .kouza_sec02 dt {
        font-size: 17px;
    }
    .kouza_sec03 p {
        margin-left: 0;
    }
    .kouza_sec04 p, .kouza_sec04 a {
        margin-left: 0;
    }
    .kouza_sec04 a {
        font-size: 25px;
    }
    /*/202107追加*/

/* 店舗紹介 */
#tenpo .f_box,
#tenpo .map_area{
	width:auto;
}
#tenpo .f_box .left,
#tenpo .f_box .right{
	float:none;
	text-align:center;
}

/* 職場環境 */
#kankyo .f_box{
	width:auto;
	margin:0 auto 10px;
}
#kankyo .sec_inner .left, #kankyo .sec_inner .right{
	float:none;
    text-align: center;
    width: 100%;
}
#kankyo .sec_inner .left{
	margin:0 0 10px;
}
#kankyo .sec_inner .right{
	margin:0;
}
#kankyo .sec3 .left{
	float:none;
	margin:0 0 10px;
    text-align: center;
    width: 100%;
}
#kankyo .sec3 .left_last{
	float:none;
	margin:0 0 10px;
    text-align: center;
    width: 100%;
}


/* プライバシーポリシー */
.privacy_area{
	border-top:#39F 1px dotted;
	width:100%;
	margin:0 auto;
	padding:20px 0;
	}
.privacy_area .inner{
	width:94%;
	margin:0 auto;
	}

/* エントリーフォーム */
#contact{
	padding:30px 0 80px;
	}
#contact table th,
#contact table td{
	display:block;
	}
#contact table th{
	text-align:left;
	padding:10px;
	font-weight:normal;
	}
#contact table td{
	padding:15px;
	border-top: none;
	}
.mw_wp_form_input .checkbtn input{
	font-size:90%;
	}
.mw_wp_form_confirm .checkbtn input{
	font-size:90%;
	}
.backbtn .checkbtn input{
	font-size:90%;
	}

/* 求人 */
.br-sp { display: block; }
#recruit .sec_inner h3 {
	background-image:none;
	background-color: #00218C;
	font-size: 140%;
	width: 90%;
	height: auto;
	padding: 10px;
	margin-bottom:20px;
}
#recruit .rec_message p:nth-child(1),  #recruit .rec_message p:nth-child(2),  #recruit .rec_message p:nth-child(3){
	background-image:none;
	font-size: 24px;
	width: 100%;
	height: auto;
	line-height: 1.5;
}
#recruit .rec_message span {
	font-size: 100%;
}
#recruit .rec_message02{
	font-size: 100%;
	width: 100%;
	margin:40px auto 70px;
}
	#recruit .rec_message02 p br{
		display: none;
	}
#recruit .rec_box {
	width: 100%;
	margin: 0 auto 50px;
}
#recruit .rec_box .left {
	width: 100%;
	text-align:center;
	margin-bottom: 25px;
}
#recruit .rec_box .left img {
    max-width: 150px;
}
#recruit .rec_box .right {
	width: 100%;
}
#recruit .rec_box h4 {
	text-align:center;
	font-size: 29px;
	margin-bottom: 5px;
}
#recruit .rec_box .right .red {
	width: 99%;
	text-align: center;
	padding: 15px 0;
}
#recruit .rec_box02 {
	width: 100%;
}
#recruit .rec_box02 p:nth-child(1){
	color:#FF7F00;
	font-size: 22px;
	font-weight: bold;
	margin-bottom:10px;
}
#recruit .rec_box02 .tel{
	border-top: #1F7FDE 1px solid;
	border-bottom: #1F7FDE 1px solid;
	height: auto;
	margin-bottom:10px;
}
#recruit .rec_box02 .left{
	margin-left:0;
	padding-top:15px;
	float:none;
}
#recruit .rec_box02 .right{
	font-size: 180%;
	margin-right:0;
	padding:5px 0 10px;
	float:none;
}
	#recruit .rec_box .right .rec_red{
		padding:0;
	}
#recruit .rec_box .right .rec_red p:nth-child(1) {
	font-size: 18px;
    margin: 13px;
	line-height: 1.8;
}


/* 募集要項テーブル */
.last_recruit_table td:last-child {
    border-bottom: solid 1px #C0E6FA;
  }

.recruit_table th,
.recruit_table td {
    display: block;
  }

.recruit_table th{
width:100% !important;
}
/* 採用情報魅力 */
#recruit .rec_appeal h4,
#recruit .rec_appeal dt{
	width:100%;
}

#recruit .rec_appeal dl{
    display:block;
	margin: 0 ;
}
#recruit .rec_appeal dl dd:nth-of-type(2){
text-align: center;
}

/* add20180507 足腰でお悩みの方へ */
#ashikoshi .left {
    float: none;
    margin: 0 0 10px;
	text-align: center;
}
#ashikoshi .sec02 .right, #ashikoshi .sec05 .right{
    width: auto;
}
#ashikoshi .sec03 dl.foot_dl, #ashikoshi .sec04 dl.foot_dl {
	float: none;
    margin: 0 0 15px;
}
#ashikoshi .sec03 dl.foot_dl_last, #ashikoshi .sec04 dl.foot_dl_last {
    float: none;
}
#ashikoshi .sec03 dl.foot_dl_last, #ashikoshi .sec04 dl.foot_dl_last {
    margin-bottom: 10px;
}
#ashikoshi .sec04 p img {
    width:auto !important;
	height:auto !important;
}
/* add20180507  ゆびのばソックス・みらいインソール*/
#yubinoba_socks .left, 
#yubinoba_socks .right{
    float: none;
	text-align: center;
    margin: 0 0 10px;	
}
#yubinoba_socks .sec03 .right {
    width: auto;
	margin: 0 0 15px;
}
#yubinoba_socks .right p:nth-of-type(2){
	text-align: left;
}
#yubinoba_socks .sec05 p img {
    width:auto !important;
	height:auto !important;
}

/* ブログ */
#main .blog{
	width: 90%;
}
#main #next {
   	width: 90%;
	margin:0 auto;
}

/* かかりつけ薬局 */
#kakarituke{font-size:15px;  line-height:1.6em;}
#kakarituke .sec_m35px {margin: 0 15px;}
.box_dashed dt {font-size: 20px;}
.sec_question dt:before ,.sec_question dd:before{left: 10px;}
.sec_question dt {padding: 10px 0 10px 50px; font-size: 17px;}
.sec_question dd {padding: 10px 0 10px 50px;}
#kakarituke h4{padding: 17px 0 30px 50px; font-size: 22px;}

#kakarituke h3 span {
    display: inline-block;  
    font-size: 22px; 
    line-height: 1.4;
    margin-bottom: 10px;
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, #fbf65f 50%);
}
#kakarituke .kakarituke_shirokuma {
    background-position:50% 98%;
    padding: 30px;
    height: 340px;
    font-weight: 600;
    background-size: 67%;
}

/* しろくま薬局について */
#feature h4{padding: 0 0 20px 50px; font-size: 20px;}
#feature .box_dashed.number {padding: 18px 10px; margin-top: 20px;}
#feature .box_dashed.number li {font-size: 16px;}
#feature .tab_item{margin: 0;}
#feature .tab_item:first-of-type {margin-left: 0;}
#feature .tab_item:last-of-type {margin-right: 0;}
#feature .tab_item{
width: calc(100%/4);
font-size: 18px;
}
#feature .tab_content {padding: 15% 5%;}
#feature .course h5 + p {margin: 0 0 0 3%;}
#feature .course dl {margin: 0 0 40px 3%;}
#feature .tabs .business_hour {
    background: url(https://babayakkyoku.com/wp/wp-content/themes/babayakkyoku/images/feature/feature_woman.png) no-repeat center bottom 30px;
    padding-bottom: 190px;
}
.a_right {margin-right: 0;}
.tab_content_description .box_dashed dt span{
    display: inline-block;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, #fbf65f 50%);
}
.tab_content_description .box_dashed dt {
    background: none;
}

/*
archive single 共通 add20180423
*******************************************************/
#main .inf_cts {
	width: auto;
	float:none;
    margin-right: 15px;
}
#main .inf_cts #date{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom: 1px solid #c0e6fa;
}
#main #next{
	padding-top:50px;
	clear: both;
}
/*
sidebar　add20180423
*******************************************************/
#sidebar {
    float: none;
    width: 80%;
    margin: 0 auto;
}
/*
pager 　add20180423
*******************************************************/
.pager {
    display: block;
    text-align: center;
}
}
@media screen and (max-width:380px){
/********** スマホ **********/
.inner{
	width:98%;
	}
/* header */
header p.tel{
	font-size:150%;
	}
header p.comname{
	font-size:70%;
	}

/* footer */
footer p.tel{
	font-size:150%;
	}
footer p.comname{
	font-size:70%;
	}
div.news_art dd {
  width: 68%;
}
}

/*
20190402 TOPページ　仮バナー２つ並び/クラス名：jizenfaxa追加
*******************************************************/
/*　20109/04/11　３つに変更の為
#main .home_sec01 .jizenfaxa{
margin-left:17%;
}
@media screen and (max-width:480px){
#main .home_sec01 .jizenfaxa{
margin-left:auto;
}
}*/

/*
.blogTable 装飾
*******************************************************/

.blogTable{
    margin-top:10px;
}
.blogTable tr{
    line-height: 2.0;
}
.blogTable tr th{
    font-weight: normal;
    margin-right: 10px;
    width: 300px;
    text-align:left;
}
@media screen and (max-width:480px){
.blogTable td,
.blogTable th{
   display:block;
}
.blogTable tr{
   margin-bottom:10px;
}
}