@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Kreon:300,400,700%7COswald:300,400,600");
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
@import url("https://use.fontawesome.com/releases/v5.0.4/css/all.css");

html {
	font-size: 62.5%;
	font-size: 10px;
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
	font-weight: 400;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	overflow-y: scroll;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

input,
textarea,
{
box-sizing: border-box;
margin: 0;
padding: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

caption,
th {
	text-align: left;
}

a:focus {
	outline: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
	clear: both;
}

.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}


/*Common*/
/*Text*/
main h1,
h2,
h3 {
	color: #090909;
	font-weight: 600;
}

h2 {
	font-size: 2.0rem;
}

h3 {
	font-size: 1.8rem;
}

main h1 {
	font-size: 2.2rem;
	border-bottom: 2px solid #00a496;
}

main h1,
main h2,
main h3 {
	margin-bottom: 1.0em;
}

/*box*/
.col_max2 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	margin-left: 0;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	justify-content: space-between;
}

.col_max2>div {
	margin: 0 0 2% 0;
	position: relative;
	width: 100%;
}

/*Like Table*/
.list__table dt,
.list__table dd {
	display: block;
}

.list__table dt {
	border-top: 1px solid #eaeaea;
	font-weight: 600;
	padding: 1.5rem 1.5rem .5rem;
}

.list__table dd {
	padding: .5rem 1.5rem 1.5rem;
}

.list__table dd+dd {
	border-top: 1px dotted #eaeaea;
	padding: 1.5rem 1.5rem 1.5rem;
}

.list__table dd div {
	border-top: 1px dotted #eaeaea;
	padding: 1rem 0;
}

.list__table dd div:first-of-type {
	border: none;
	padding: 0 0 1rem;
}

.list__table dd div:last-of-type {
	padding: 1rem 0 0;
}

.list__table dd div {
	position: relative;
}

.list__table dd a.link_movepage {
	border: none;
	display: inline-block;
	margin: 0 0 0 auto;
	text-decoration: none;
	float: none;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
}

/**/
.inner__wrap {
	padding: 5%;
}

/*Mobile*/

body {
	font-size: 1.3rem;
	color: #282828;
}

header {
	border-top: solid 6px #00a497;
	border-bottom: solid 1px #00a497;
	padding: 10px 0;
	width: 100%;
}

header .inner__wrap {
	padding: 0;
}

header h1 {
	/*width: 40%;*/
	width: 160px;
	margin: 0 auto;
}

#toggle {
	display: block;
	color: #00a497;
	text-align: center;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 10px;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10000;
	cursor: pointer;
}

.no-scroll #toggle {
	position: fixed;
	top: 10px;
	right: 0;
	z-index: 10000;
	width: 55px;
	height: 55px;
	cursor: pointer;
}

.no-scroll header {
	position: fixed;
	z-index: 1000;
}

.no-scroll main,
.no-scroll .contact,
.no-scroll footer {
	opacity: 0;
	position: fixed;
}

.trigger,
.trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.trigger {
	position: relative;
	width: 28px;
	height: 19px;
}

.trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #00a497;
	border-radius: 4px;
}

.trigger span:nth-of-type(1) {
	top: 0;
}

.trigger span:nth-of-type(2) {
	top: 8px;
}

.trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #00a497;
	border-radius: 4px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.trigger span:nth-of-type(3) {
	bottom: 0;
}

.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) scale(0);
	transform: translateY(8px) scale(0);
}

.trigger.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.trigger.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) scale(0);
	transform: translateY(-8px) scale(0);
}

.hide {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.animation {
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

header .inner-navi {
	background: rgba(255, 255, 255, 1.0);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	flex-direction: column;
	position: fixed;
	top: 68px;
	left: 0;
	padding: 1em 0 10px 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 100;
}

header .inner-navi #head-navi {
	order: 2;
}

header #utility-navi {
	z-index: 500;
}

header #utility-navi ul li a {
	display: block;
}

header .inner-navi ul li {
	padding: 1.0em 0;
	text-align: center;
}

header .inner-navi ul li a {
	display: block;
	color: #333333;
	text-decoration: none;
	font-size: 1.8rem;
}

header .inner-navi a {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

header .inner-navi a:hover {
	color: #00a496;
}

/*Footer Contact*/
.contact {
	border-top: 2px solid #82cdc8;
	text-align: center;
	text-align: left;
}

.contact .inner__wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	margin-left: 0;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	justify-content: space-between;
}

.contact .inner__wrap>div {
	margin: 0 0 2% 0;
	position: relative;
	width: 100%;
	text-align: center;
}

.contact .inner__wrap h3 {
	margin-bottom: 10px;
	text-align: center;
}

.contact .inner__wrap h3 img {
	width: 70%;
	max-width: 480px;
	height: auto;
}

.contact .inner__wrap .message p {
	color: #82cdc8;
	font-size: 0.7em;
	margin-bottom: 1em;
}

.contact .inner__wrap #contact-bnr {
	background: #20b5a9;
	padding: 10px 0;
	margin: 0 auto;
	width: 90%;
	max-width: 480px;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.contact .inner__wrap #contact-bnr:hover {
	background: #00a496;
}

.contact .inner__wrap #contact-bnr a {
	text-decoration: none;
	display: block;
	color: #fff;
	position: relative;
}

.contact .inner__wrap #contact-bnr a::after {
	content: "\f3d3";
	display: block;
	font-family: ionicons;
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
}

.contact .inner__wrap #contact-bnr p span {
	font-size: 1.3em;
	font-weight: bold;
}

.foot-navi {
	display: none;
}

.foot-navi a {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.foot-navi a:hover {
	color: #00a496;
}

footer .inner__wrap {
	border-top: solid 2px #82cdc8;
	font-size: 0.88em;
	padding: 2.0rem;
}

footer .inner__wrap dl.foot-logo {
	padding: 1em 0;
}

footer .inner__wrap dl.foot-logo dt {
	margin-bottom: 10px;
	text-align: center;
}

footer .inner__wrap dl.foot-logo dt img {
	max-width: 40%;
	height: auto;
}

footer .inner__wrap dl.foot-logo dd {
	letter-spacing: 0.1em;
	text-align: center;
}

footer .inner__wrap .shop-list {
	padding: 1.5em 0;
}

footer .inner__wrap .shop-list dl {
	line-height: 1;
}

footer .inner__wrap .shop-list dt {
	margin-bottom: .5em;
	font-weight: 600;
}

footer .inner__wrap .shop-list dt:not(:first-of-type) {
	margin-top: 1em;
}

footer .inner__wrap .shop-list dd {
	margin-bottom: .5em;
}


#copyright {
	background: #00a497;
	color: #fff;
	padding: 0;
	text-align: center;
}

#copyright .inner__wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding: 2em 0 1em;
}

#copyright .inner__wrap p {
	margin-bottom: 1em;
}

#copyright .inner__wrap p:first-child {
	text-align: center;
	order: 2;
}

#copyright .inner__wrap p a {
	color: #fff;
	text-decoration: none;
}

/* Main Page =================================================================*/
/*key*/
#key {
	background: url("../img/bg_key.jpg") no-repeat right top;
	background-size: 70%;
	width: 100%;
	position: relative;
}

#key .inner__wrap {
	position: relative;
	padding: 20% 5% 5%;
}

#key .inner__wrap h2 {
	width: 80%;
	margin-bottom: 40px;
	position: relative;
	top: 20%;
}

#key .inner__wrap h2 img {
	max-width: 100%;
	height: auto;
}

/*News*/
#news-area {
	background: #f7f7f7;
}

#news-area .news-list {
	width: 100%;
}

#news-area .news-list ul {
	margin-bottom: 2em;
}

#news-area .news-list ul>li {
	margin-bottom: 1.5em;
}

#news-area .news-list ul>li a {
	border-bottom: 1px solid #b0c9c7;
	color: #282828;
	text-decoration: none;
}

#news-area .news-list .news__date {
	display: block;
}

.view__all__news {
	background: #20b5a9;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	display: block;
	margin: 0 auto 2.0em;
	padding: .4em 0;
	width: 80%;
	max-width: 320px;
	position: relative;
	text-align: center;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.view__all__news:hover {
	background: #00a496;
}

.view__all__news::after {
	content: "\f3d3";
	display: block;
	font-family: ionicons;
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
}

/*Service*/
#division {
	background: url("../img/bg_division.jpg") no-repeat 0 0;
	background-size: cover;
	padding: 5% 0;
}

#division h2 {
	color: #fff;
	line-height: 1.4;
	margin-bottom: 1.5em;
}

#division .division-box {
	background: #fff;
	margin-bottom: 2.0em;
	padding: 5%;
}

#division .division-box h3 {
	text-align: center;
	margin-bottom: 1em;
}

#division .division-box h3+p {
	margin-bottom: 1.5em;
}

#division .division-box .detail-link {
	background: #20b5a9;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5%;
	position: relative;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#division .division-box .detail-link:hover {
	background: #00a496;
}

#division .division-box .detail-link::after {
	content: "\f3d3";
	display: block;
	font-family: ionicons;
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
}

#division .division-box+ul li {
	width: 100%;
	margin: 0 0 .5em;
	text-align: center;
}

#division .division-box+ul li a {
	background: #20b5a9;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5%;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#division .division-box+ul li a:hover {
	background: #00a496;
}

#division .division-box+ul li a::after {
	content: "\f3d3";
	display: block;
	font-family: ionicons;
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
}

#division .division-box+ul li:last-child {
	margin: 0 0 0 0;
}

/*Newse Page=====================================================-*/

#news .news-list {
	width: 100%;
}

#news .news-list ul {
	margin-bottom: 2em;
}

#news .news-list.news__archive ul>li {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #efefef;
}

#news .news-list ul>li a {
	/*border-bottom: 1px solid #b0c9c7;*/
	color: #282828;
	text-decoration: none;
	display: block;
}

#news .news-list .news__date {
	display: block;
	font-weight: 500;
}

#news .news__item .news__item__content h1:not(:first-child),
#news .news__item .news__item__content h2:not(:first-child),
#news .news__item .news__item__content h3:not(:first-child),
#news .news__item .news__item__content h4:not(:first-child),
#news .news__item .news__item__content h5:not(:first-child) {
	margin-top: 2em;
}

#news .news__item p {
	margin-bottom: 1.5em;
}

#news .news__item ul {
	list-style: circle;
	margin-bottom: 1em;
}

#news .news__item ol {
	list-style: decimal outside;
	margin-bottom: 1em;
}

#news .news__item ul li,
#news .news__item ol li {
	margin-left: 1.5em;
}

a[href^="http"]::after {
	content: "\f39c";
	display: inline-block;
	font-family: ionicons;
	margin-left: .4em;
}

a.no_icon:after,
a[href^="https://yasui-pharmacy.com/"]::after {
	content: none;
}

/*Service Page=====================================================-*/

/*fax*/
#fax strong {
	color: #01a497;
	font-weight: 500;
}

#fax .store__fax__number {
	margin-top: 40px;
}

#fax .store__fax__number li {
	border: 2px solid #01a497;
	padding: 20px 0;
	margin-bottom: 30px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

#fax .store__fax__number li span {
	color: #01a497;
	display: block;
	font-weight: 600;
}

/*Service Navigation*/
.division-navi ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.division-navi .inner__wrap {
	padding: 0;
}

.division-navi ul li {
	background: #fdf7db;
	/* width: calc(100% / 3); */
	width: calc(100% / 4);
	text-align: center;
}

#pharmacy .division-navi ul li:nth-of-type(1),
#drug .division-navi ul li:nth-of-type(2),
#home_medical .division-navi ul li:nth-of-type(3),
#dx .division-navi ul li:nth-of-type(4),
.division-navi ul li a {
	display: block;
	padding: 1.0em;
}

.division-navi .inner__wrap ul li.arrow_box {
	position: relative;
	background: #23c5b8;
}

.division-navi .inner__wrap ul li.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(35, 197, 184, 0);
	border-top-color: #23c5b8;
	border-width: 6px;
	margin-left: -6px;
}



/*.lines-on-sides {
	display: table;
	text-align: center;
	white-space: nowrap;
}

.lines-on-sides:after,
.lines-on-sides:before {
	content: '';
	display: table-cell;
	width: 50%;
	height: 1px;
	background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
	background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
	-webkit-background-clip: padding;
	background-clip: padding;
}

.lines-on-sides:after {
	border-left: 1em solid transparent;
}

.lines-on-sides:before {
	border-right: 1em solid transparent;
}
*/
.lines-on-sides {
	position: relative;
}

.lines-on-sides span {
	display: inline-block;
	background: #fff;
	padding: 0 1em;
	z-index: 1000;
}

.lines-on-sides:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #01a497;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

/*調剤事業*/

#pharmacy main p {
	margin-bottom: 1em;
}

#pharmacy .content__key {
	background: url("../img/division/bg_key_pharmacy.jpg") center top no-repeat;
	background-color: #00a497;
	background-size: cover;
	height: 360px;
	width: 100%;
	position: relative;
}

#pharmacy .content__key .inner__wrap {
	width: 100%;
	padding-top: 120px;
}

#pharmacy .content__key h1 {
	margin-bottom: 2.0rem;
	border: none;
}

#pharmacy .content__key h1 img {
	width: 40%;
	max-width: 200px;
	height: auto;
}

#pharmacy .content__key h1+p img {
	width: 80%;
	max-width: 460px;
	height: auto;
}

#pharmacy .content-area .inner-text {
	width: 100%;
	margin-bottom: 40px;
}

#pharmacy .content-area .inner-text section {
	margin-bottom: 40px;
}

#pharmacy .content-area .inner-photo {
	width: 100%;
}

#pharmacy .content-area .inner-photo p img {
	max-width: 100%;
	height: auto;
}

.pharmacy__effort {
	background: #E6F5F4;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	padding: 5%;
	position: relative;
	z-index: -2;
}

.pharmacy__effort h3 {
	color: #00a497;
	font-weight: 400;
	text-align: center;
}

.pharmacy__effort .lines-on-sides span {
	background: #E6F5F4;
}

.pharmacy__effort .lines-on-sides:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #01a497;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.pharmacy__effort>div {
	text-align: center;
}

.pharmacy__effort>div img {
	width: 40%;
	max-width: 260px;
}

.pharmacy__effort>div dl {
	text-align: left;
}

.pharmacy__effort>div dl dt {
	font-weight: 600;
	font-size: 1.6rem;
	margin-bottom: .5em;
}

.prescription a {
	background: #20b5a9;
	color: #fff;
	display: block;
	font-size: 1.8rem;
	margin-bottom: .5em;
	padding: 2.4rem;
	text-align: center;
	text-decoration: none;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.prescription a:hover {
	background-color: #00a496;
}

.prescription a::after {
	content: "\f3d3";
	display: block;
	font-family: ionicons;
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
}

/*ドラッグ事業*/

#drug main p {
	margin-bottom: 1em;
}

#drug .content__key {
	background: url("../img/division/bg_key_drug.jpg") center top no-repeat;
	background-color: #00a497;
	background-size: cover;
	height: 360px;
	width: 100%;
	position: relative;
}

#drug .content__key .inner__wrap {
	width: 100%;
	padding-top: 120px;
}

#drug .content__key h1 {
	margin-bottom: 2.0rem;
	border: none;
}

#drug .content__key h1 img {
	width: 40%;
	max-width: 200px;
	height: auto;
}

#drug .content__key h1+p img {
	width: 80%;
	max-width: 460px;
	height: auto;
}

#drug .content-area .inner-text {
	width: 100%;
	margin-bottom: 40px;
}

#drug .content-area .inner-text #self-medication {
	background-image: url("../img/division/bg_self_medication.gif");
	background-repeat: repeat;
	background-size: 3%;
	padding: 8%;
}

#drug .content-area .inner-text #self-medication h3 {
	color: #0ca497;
	font-weight: bold;
}

#drug .content-area .inner-text #self-medication p {
	margin-bottom: 0;
}

#drug .content-area .inner-photo {
	width: 100%;
}

#drug .content-area .inner-photo p img {
	max-width: 100%;
	height: auto;
}

#drug .cherish .wrap {
	width: 1200px;
	margin: 0 auto 85px;
}

#drug .cherish h4 {
	color: #00a497;
	font-weight: bold;
	text-align: center;
	margin-bottom: 38px;
}

#drug .cherish dl {
	width: 100%;
}

#drug .cherish dl dt {
	margin-bottom: 15px;
}

#drug .cherish dl dd {
	margin-bottom: 18px;
}

#drug .cherish dl:last-child {
	margin: 0;
}

#drug .cherish dl img {
	max-width: 100%;
	height: auto;
}

/*在宅医療*/

#home_medical main p {
	margin-bottom: 1em;
}

#home_medical .content__key {
	background: url("../img/division/bg_key_home_care.jpg") no-repeat 60% bottom;
	background-color: #00a497;
	background-size: cover;
	height: 360px;
	width: 100%;
	position: relative;
}

#home_medical .content__key .inner__wrap {
	width: 100%;
	padding-top: 120px;
}

#home_medical .content__key h1 {
	margin-bottom: 2.0rem;
	border: none;
}

#home_medical .content__key h1 img {
	width: 40%;
	max-width: 200px;
	height: auto;
}

#home_medical .content__key h1+p img {
	width: 80%;
	max-width: 460px;
	height: auto;
}

#home_medical .content-area .inner-text {
	width: 100%;
	margin-bottom: 40px;
}

#home_medical .content-area .inner-text #self-medication {
	background-image: url("../img/division/bg_self_medication.gif");
	background-repeat: repeat;
	background-size: 3%;
	padding: 8%;
}

#home_medical .content-area .inner-text #self-medication h3 {
	color: #0ca497;
	font-weight: bold;
}

#home_medical .content-area .inner-text #self-medication p {
	margin-bottom: 0;
}

#home_medical .content-area .inner-photo {
	width: 100%;
}

#home_medical .content-area .inner-photo p img {
	max-width: 100%;
	height: auto;
}

@charset "UTF-8";

/*医療DX*/

#dx .content__key {
	background: url(../img/division/bg_key_dx.jpg) no-repeat right top;
	background-color: #00a497;
	background-size: cover;
	background-position-x: 75%;
	height: 360px;
	width: 100%;
	position: relative;
}

#dx .content__key .inner__wrap {
	width: 100%;
	padding-top: 120px;
}

#dx .content__key h1 {
	margin-bottom: 2.0rem;
	border: none;
}

#dx .content__key h1 img {
	width: 40%;
	max-width: 200px;
	height: auto;
}

#dx .content__key h1+p img {
	width: 100%;
	max-width: 460px;
	height: auto;
}

#dx .content-area .inner-text {
	width: 100%;
	margin-bottom: 40px;
}

@media screen and (min-width:961px) {
	#dx .content__key .inner__wrap {
		width: 94%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 120px 40px 80px;
	}

	#dx .content__key h1 {
		width: 60%;
		margin-bottom: 40px;
	}

	#dx .content__key {
		background: url(../img/division/bg_key_dx.jpg) no-repeat right top;
		background-color: #00a497;
		background-size: cover;
		min-height: 424px;
	}

	#dx .content__key .inner__wrap {
		width: 94%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 80px 40px 80px;
	}

	#dx .content__key h1 {
		width: 17%;
		margin-bottom: 40px;
	}


	#dx .content__key h1 img {
		width: 100%;
		max-width: auto;
	}

	#dx .content__key p {
		width: 40%;
		margin-bottom: 40px;
	}

	#dx .content__key h1+p img {
		width: 100%;
		max-width: auto;
	}
}

#dx .content-area .wrap {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto 85px;
}

#dx .content-area .inner__wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	padding: 5vh 5%;
}

#dx .content-area .dx__lead {
	margin-bottom: 1.5em;
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 5% 0;
}

#dx .content-area .inner-text {
	width: 100%;
	/* width: 100%; */
	/* float: left; */
}

@media screen and (min-width:961px) {
	#dx .content-area .dx__lead {
		margin-bottom: 1.5em;
		width: 94%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 40px 40px 0;
	}

	#dx .content-area .inner__wrap {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		padding: 5vh 40px !important;
	}

	#dx .content-area .inner-text {
		width: 57%;
		/* width: 100%; */
		/* float: left; */
	}
}

#dx .content-area .inner-text h3 {
	padding-bottom: 37px;
	margin-bottom: 37px;
	border-bottom: 1px solid #b3e4e0;
}

#dx .content-area .inner-text h3 img {
	max-width: 63%;
	height: auto;
}

#dx .content-area .inner-text p {
	margin-bottom: 54px;
}

#dx .content-area .inner-text #self-medication {
	background-image: url(../img/division/bg_self_medication.gif);
	background-repeat: repeat;
	background-size: 3%;
	padding: 33px;
}

#dx .content-area .inner-text #self-medication h4 {
	color: #0ca497;
	font-weight: bold;
	margin-bottom: 29px;
}

#dx .content-area .inner-text #self-medication p {
	margin-bottom: 0;
}

#dx .content-area .inner-photo {
	/* float: right; */
	width: 100%;
}

@media screen and (min-width:961px) {
	#dx .content-area .inner-photo {
		/* float: right; */
		width: 37%;
	}
}

#dx .content-area .inner-photo p {
	margin-bottom: 17px;
}

#dx .content-area .inner-photo p img {
	max-width: 100%;
	height: auto;
}

#dx .content-area .inner-photo ul {
	margin: 0 19px 0 120px;
}

#dx .content-area .inner-photo li.prescription {
	background-color: #10b6e6;
	text-align: center;
	max-width: 100%;
}

#dx .content-area .inner-photo li.prescription a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 20px 0;
	margin-bottom: 17px;
}

#dx .content-area .inner-photo li img {
	max-width: 100%;
	height: auto;
}

.dx_content {
	/* background: #cbe9e4; */
	border-radius: 18px;
	margin-bottom: 3em;
	/* padding: 2em; */
}

.dx_content li {
	background: #d6edea;
	border-radius: 12px;
	padding: 1.6em;
	margin-bottom: 0.8em;
}

.dx_content li:last-child {
	margin-bottom: 0;
}

/*ShopList Page=====================================================-*/

.store___list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding: 2em 0 1em;
}

.store___list section {
	text-align: center;
}

.store___list section:not(:last-of-type) {
	border-bottom: 2px solid #00a496;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.store___list section dl {
	text-align: left;
}

.store___list section dt {
	margin-bottom: .5em;
	font-weight: 600;
}

.store___list section dd {
	border-bottom: 1px solid #efefef;
	margin-bottom: 1em;
	padding: 0 0 .5em 0;
}

.store___list section h3 {
	text-align: center;
}

/*Company Page =====================================================-*/

#profile #greeting p {
	margin-bottom: 40px;
}

#profile #greeting p img {
	display: block;
	width: 100%;
	margin: 0 0 1em 0;
	height: auto;
}

#profile #greeting #entry-tb {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	margin-bottom: 60px;
}

#profile #greeting #entry-tb th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0 15px 0;
	vertical-align: middle;
	text-align: center;
	background: #00a496;
	color: #fff;
}

#profile #greeting #entry-tb td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0 15px 20px;
}

/*Privacy Policy Page=====================================================-*/
#privacy main p+h2 {
	margin-top: 40px;
}

#privacy main p {
	margin-bottom: 1em;
}

#privacy main ul {
	border: 1px solid #ccc;
	padding: 2em 1em;
	background: #ededed;
}

#privacy main ul li {
	position: relative;
	margin: 0 0 10px 20px;
}

#privacy main ul li:last-of-type {
	margin-bottom: 0;
}

#privacy main ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #666;
	border-radius: 100%;
}

/*Recruit*/
/*エントリーフォーム*/
.require__icon {
	color: #f58553;
	font-weight: 600;
	font-size: 1.8rem;
	padding: 0 .4rem;
}

#recruit section {
	margin-bottom: 40px;
}

#recruit .entry__info dt {
	text-align: ;
}

#recruit .entry__form {
	border-top: 2px solid #00a497;
	padding-top: 30px;
}

#recruit .entry__form form {
	margin-top: 30px;

}

#recruit .entry__form dd input {
	border: 1px solid #b7bfbf;
	width: 100%;
	padding: .8rem;
	font-size: 1.8rem;
	box-sizing: border-box;
}

#recruit .entry__form dd textarea {
	width: 100%;
	height: 300px;
	font-size: 1.8rem;
	border: 1px solid #b7bfbf;
}

#recruit .entry__form .form_submit {
	text-align: center;
	margin: 20px auto 40px;
	width: 80%;

}

#recruit .entry__form .form_submit input {
	background: #00a497;
	border: none;
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: .4rem;
	padding: 1.6rem 0;
	width: 100%;
	text-align: center;
}

#recruit .entry__form .form_submit input.btn_back {
	background: #82cdc8;
}

/*お問い合わせフォーム*/
#contact section {
	margin-bottom: 40px;
}

#contact .contact__tel__fax dt,
#contact .contact__tel__fax dd {
	text-align: center;
}

#contact .contact__form form {
	margin-top: 30px;
}

#contact .contact__form dd input {
	border: 1px solid #b7bfbf;
	width: 100%;
	padding: .8rem;
	font-size: 1.8rem;
	box-sizing: border-box;
}

#contact .contact__form dd textarea {
	width: 100%;
	height: 300px;
	font-size: 1.8rem;
	border: 1px solid #b7bfbf;
}

#contact .contact__form .form_submit {
	text-align: center;
	margin: 20px auto 40px;
	width: 80%;

}

#contact .contact__form .form_submit input {
	background: #00a497;
	border: none;
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: .4rem;
	padding: 1.6rem 0;
	width: 100%;
	text-align: center;
}

#contact .contact__form .form_submit input.btn_back {
	background: #82cdc8;
}


@media screen and (min-width:481px) {
	.foot__info {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		justify-content: space-around;
		align-items: center;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: column;
		flex-direction: column;
		margin: 0 auto;
		width: 100%;
		max-width: 1200px;
	}

	footer .foot__info dl.foot-logo {
		font-size: 1.4rem;
		width: 70%;
		max-width: 280px;
		padding: 44px 0 40px;
	}

	footer .foot__info dl.foot-logo dt {
		margin-bottom: 10px;
	}

	footer .foot__info dl.foot-logo dt img {
		max-width: 100%;
		height: auto;
	}

	footer .foot__info dl.foot-logo dd {
		letter-spacing: 0.1em;
	}

	footer .foot__info .shop-list {
		font-size: 1.3rem;
		width: 100%;
		padding: 44px 0 23px 0;

	}

	footer .foot__info .shop-list dl {
		line-height: 1;
		text-align: center;
	}

	footer .foot__info .shop-list dt {
		font-weight: 600;
		width: 100%;
		margin: 0 25px .5em 0;
	}

	footer .foot__info .shop-list dd {
		margin-bottom: .5em;
	}

	footer .foot__info .shop-list dt:not(:first-of-type) {
		margin-top: 2em;
	}

	footer .foot__info .shop-list dd.shop-add {
		width: 100%;
	}
}

/* PC =================================================================*/
@media screen and (min-width:961px) {

	/*PC*/

	/*Text*/
	main h1 {
		font-size: 3.2rem;
		font-weight: 600;
		margin-bottom: 1em;
	}

	h2 {
		font-size: 3.2rem;
		font-weight: 500;
		margin-bottom: 1em;
	}

	h3 {
		font-size: 2.8rem;
		font-weight: 400;
		margin-bottom: 1em;
	}

	.txt_br {
		display: block;
	}

	#toggle {
		display: none;
	}

	/*Box*/
	.col_max2 {
		flex-direction: row;
	}

	.col_max2>div {
		width: 50%;
	}

	/* Like Table */

	.list__table {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		margin-left: 0;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
	}

	.list__table>dt {
		width: 25%;
	}

	.list__table>dd {
		width: 75%;
	}

	/*Common*/
	body {
		font-size: 1.8rem;
	}

	.inner__wrap {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	/*Header*/
	.no-scroll header {
		position: static;
		z-index: auto;
	}

	.no-scroll main,
	.no-scroll .contact,
	.no-scroll footer {
		opacity: 1;
		position: static;
	}

	header .hide {
		display: block;
		opacity: 1.0;
		visibility: visible;
	}

	header {
		border-top: solid 12px #00a497;
		border-bottom: solid 2px #00a497;
		padding: 25px 0;
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
	}

	header h1 {
		width: 220px;
		margin: 0;
	}

	header .inner__wrap {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;
		margin: 0 auto;
		max-width: 1200px;
		padding: 0 20px;
	}

	header .inner-navi {
		background: rgba(255, 255, 255, 1.0);
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: column;
		flex-direction: column;
		position: static;
		top: 80px;
		left: 0;
		margin: 0;
		padding: 00;
		width: calc(100% - 280px);
		height: auto;
		text-align: right;
	}

	header .inner-navi ul li {
		text-align: center;
		display: inline-block;
	}

	header .inner-navi ul li {
		padding: 0;
	}

	header .inner-navi #head-navi {
		order: -1;
		/*display: block;*/
		height: 3.5rem;
		margin-bottom: 2.0rem;
	}

	header #head-navi ul li {
		margin: 0 0 .5rem;
		width: 30%;
	}

	header .inner__wrap #head-navi ul li a {
		background-color: #20b5a9;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		text-align: center;
		color: #fff;
		text-decoration: none;
		display: block;
		font-size: 1.5rem;
		padding: 1.0rem 2.8em;
		position: relative;
		line-height: 1.0;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	header .inner__wrap #head-navi ul li a:hover {
		background-color: #00a496;
	}

	header .inner__wrap #head-navi ul li a::after {
		content: "\f3d3";
		display: block;
		font-family: ionicons;
		position: absolute;
		right: 5%;
		top: 50%;
		transform: translateY(-50%);
	}

	header .inner-navi #utility-navi {
		font-size: 1.6rem;
	}

	header .inner-navi #utility-navi li:not(:last-of-type) {
		padding-right: 2.4em;
		position: relative;
	}

	header .inner-navi #utility-navi li:not(:last-of-type)::after {
		content: "／";
		display: block;
		font-family: ionicons;
		position: absolute;
		right: .7em;
		top: 50%;
		transform: translateY(-50%);
		width: 1em;
	}

	/*Footer*/
	.contact {
		padding: 50px 0;
		border-top: 2px solid #82cdc8;
		border-bottom: 1px solid #82cdc8;
	}

	.contact .inner__wrap {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		-webkit-flex-direction: row;
		flex-direction: row;
		justify-content: center;
		/* 子要素をflexboxにより中央に配置する */
		align-items: center;
		padding: 0;
	}

	.contact .wrap h3 img {
		max-width: 100%;
		height: auto;
	}

	.contact .inner__wrap>div.message {
		width: 55%;
		margin-bottom: 0;
		text-align: center;
	}

	.contact .wrap .message h3 {
		margin-bottom: 10px;
	}

	.contact .inner__wrap>div.message p {
		color: #00a597;
		font-size: 0.7em;
		margin-bottom: 0;
	}

	.contact .inner__wrap>div#contact-bnr {
		background: #fff;
		border: 2px solid #00a497;

		padding: 20px;
		width: 40%;
		text-align: center;
	}

	.contact .inner__wrap #contact-bnr:hover a {
		color: #fff;
	}

	.contact .inner__wrap>div#contact-bnr a {
		color: #00a497;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	footer a {
		color: #282828;
		text-decoration: none;
	}

	footer .inner__wrap {
		max-width: 1200px;
		margin: 0 auto;
		border-top: none;
	}

	.foot-navi {
		background: #f7f7f7;
		display: block;
		padding: 0;
		text-align: center;
	}

	.foot-navi li {
		display: inline-block;
		position: relative;
	}

	.foot-navi ul li:not(:last-of-type) {
		padding-right: 3em;
		position: relative;
	}

	.foot-navi ul li:not(:last-of-type)::after {
		content: "／";
		display: block;
		font-family: ionicons;
		position: absolute;
		right: 1em;
		top: 50%;
		transform: translateY(-50%);
		width: 1em;
	}

	.foot__info {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		justify-content: space-around;
		align-items: center;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;
		margin: 0 auto;
		width: 100%;
		max-width: 1200px;
	}


	footer .foot__info dl.foot-logo {
		font-size: 1.2rem;
		width: 19%;
		padding: 44px 0 40px;
	}

	footer .foot__info dl.foot-logo dt {
		margin-bottom: 10px;
	}

	footer .foot__info dl.foot-logo dt img {
		max-width: 100%;
		height: auto;
	}

	footer .foot__info dl.foot-logo dd {
		letter-spacing: 0.1em;
	}

	footer .foot__info .shop-list {
		font-size: 1.3rem;
		width: 74%;
		padding: 44px 0 23px 0;

	}

	footer .foot__info .shop-list dl {
		line-height: 1;
		text-align: right;
	}

	footer .foot__info .shop-list dt {
		float: left;
		font-weight: 400;
		width: 11%;
		text-align: right;
		margin: 0 25px 0 0;
	}

	footer .foot__info .shop-list dd {
		float: left;
		margin-bottom: 16px;
	}

	footer .foot__info .shop-list dt:not(:first-of-type) {
		margin-top: 0;
	}

	footer .foot__info .shop-list dd.shop-add {
		width: 49%;
		text-align: left;
	}

	#copyright {
		background: #00a497;
		color: #fff;
		font-size: 1.4rem;
		padding: 2em 0;
	}

	#copyright .inner__wrap {
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
		padding: 1em 0;
	}

	#copyright .inner__wrap p {
		margin-bottom: 0;
	}

	#copyright .inner__wrap p:first-child {
		text-align: center;
	}

	#copyright .inner__wrap p+p a {
		color: #fff;
		text-decoration: none;
		position: absolute;
		right: 5%;
		top: 1em;
	}

	/*Main Page*/
	/*key*/
	#key {
		background: url("../img/bg_key.jpg") no-repeat right top;
		background-size: 50%;
		width: 100%;
		position: relative;
		max-height: 420px;
	}

	#key .inner__wrap {
		position: relative;
		padding: 80px 5%;
	}

	#key .inner__wrap h2 {
		width: 60%;
	}

	/*News*/
	#news-area .inner__wrap {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;
		justify-content: space-between;
		padding: 40px;
	}

	#news-area .news-list {
		width: 65%;
	}

	#news-area .news-list li {
		margin: 0 0 1em 0;
	}

	#news-area .news-list li span.news__date {
		display: block;
		margin: 4px 0 0;
		float: left;
		width: 100px;
		font-size: 1.5rem;
		background: #82cdc8;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
		-o-border-radius: 50px;
		border-radius: 50px;
		text-align: center;
		color: #fff;
	}

	#news-area .news-list ul>li a {
		display: block;
		margin-left: 110px;
		border: none;
	}

	#news-area p.recruit {
		width: 33%;
		margin-top: calc((2.8rem * 1.5) + 2.8rem);

	}

	#news-area .wrap p.recruit img {
		max-width: 100%;
		height: auto;
	}

	/*Service*/
	#division {
		background: url("../img/bg_division.jpg") no-repeat 0 0;
		background-size: cover;
		padding: 0;
	}

	#division .inner__wrap {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;
		justify-content: space-between;
		padding: 80px 40px;
	}

	#division .inner__wrap h2 {
		display: block;
		width: 100%;
		text-align: center;
	}

	#division .division-box {
		padding: 40px 40px 90px;
		position: relative;
		width: 32%;
	}

	#division .division-box h3 {
		text-align: center;
		margin-bottom: 1em;
	}

	#division .division-box h3 img {
		max-width: 100%;
	}

	#division .division-box .detail-link {
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 5%;
		margin-bottom: 40px;
		position: absolute;
		bottom: 0;
		width: calc(100% - 80px);
		text-align: center;
	}

	#division .division-box+ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}

	#division .division-box+ul li {
		width: 49%;
		margin: 0;
		text-align: center;
	}

	#division .division-box+ul li a {
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 5%;
		position: relative;
	}

	#division .division-box+ul li a::after {
		content: "\f3d3";
		display: block;
		font-family: ionicons;
		position: absolute;
		right: 4%;
		top: 50%;
		transform: translateY(-50%);
	}

	#division .division-box+ul li:last-child {
		margin: 0 0 0 0;
	}

	/*Newse Page=====================================================-*/

	#news .news-list.news__archive {
		width: 100%;
	}

	#news .news-list.news__archive ul {
		margin-bottom: 2em;
	}

	#news .news-list.news__archive ul>li {
		margin-bottom: 1.5em;
		padding-bottom: 1.5em;
		border-bottom: 1px solid #efefef;
	}

	#news .news-list.news__archive ul>li a {
		/*border-bottom: 1px solid #b0c9c7;*/
		color: #282828;
		text-decoration: none;
		display: block;
	}

	#news .news-list .news__date {
		display: block;
		font-weight: 500;
	}


	#news .news-list li span.news__date {
		display: block;
		margin: 3px 0 0;
		float: left;
		width: 100px;
		font-size: 1.5rem;
		background: #82cdc8;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
		-o-border-radius: 50px;
		border-radius: 50px;
		text-align: center;
		color: #fff;
	}

	#news .news-list ul>li a {
		display: block;
		margin-left: 110px;
		border: none;
	}

	/*Service Page=====================================================-*/
	/*fax*/

	#fax .store__fax__number {
		margin-top: 40px;
	}

	#fax .store__fax__number li {
		border: 2px solid #01a497;
		padding: 20px 0;
		margin-bottom: 30px;
		font-size: 1.8rem;
		font-weight: bold;
	}

	#fax .store__fax__number li span {
		color: #01a497;
		display: inline-block;
		padding: 0 20px 0 0;
		font-weight: bold;
	}


	/*事業ナビゲーション*/
	.division-navi ul {
		padding: 0;
	}

	.division-navi .inner__wrap {
		padding: 0;
	}

	.division-navi {
		background: #fdf7db;
	}

	#pharmacy .division-navi ul li:nth-of-type(1),
	#drug .division-navi ul li:nth-of-type(2),
	#home_medical .division-navi ul li:nth-of-type(3),
	#dx .division-navi ul li:nth-of-type(4),
	.division-navi ul li a {
		display: block;
		padding: 1.0em;
	}

	#pharmacy .division-navi ul li:nth-of-type(1) img,
	#drug .division-navi ul li:nth-of-type(2) img,
	#home_medical .division-navi ul li:nth-of-type(3) img,
	#dx .division-navi ul li:nth-of-type(4) img,
	.division-navi ul li a img {
		max-width: 180px;
	}

	.division-navi .inner__wrap ul li.arrow_box {
		position: relative;
		background: #23c5b8;
	}

	.division-navi .inner__wrap ul li.arrow_box:after {
		border-width: 16px;
		margin-left: -16px;
	}

	/*在宅医療*/

	#pharmacy main p {
		margin-bottom: 1em;
	}

	#pharmacy .content__key {
		background: url("../img/division/bg_key_pharmacy.jpg") no-repeat right top;
		background-color: #00a497;
		background-size: cover;
		min-height: 424px;
	}

	#pharmacy .content__key .inner__wrap {
		width: 1200px;
		margin: 0 auto;
		padding: 80px 40px 80px;
	}

	#pharmacy .content__key h1 {
		width: 17%;
		margin-bottom: 40px;
	}

	#pharmacy .content__key h1 img {
		width: 100%;
		max-width: auto;
	}

	#pharmacy .content__key p {
		width: 34%;
		margin-bottom: 40px;
	}

	#pharmacy .content__key h1+p img {
		width: 100%;
		max-width: auto;
	}

	#pharmacy .content-area .inner__wrap.col_max2 {
		flex-direction: row;
		padding: 40px;
	}

	#pharmacy .content-area .inner-text {
		width: 60%;
		margin-bottom: 0;
	}

	#pharmacy .content-area .inner-text h2 {
		font-size: 2.4rem;
		font-weight: 600;
	}

	#pharmacy .content-area .inner-text section {
		margin-bottom: 40px;
	}

	#pharmacy .content-area .inner-photo {
		width: 35%;
	}

	.pharmacy__effort h3 {
		font-size: 1.8rem;
	}

	.pharmacy__effort .col_max2 {
		align-items: center;
	}

	.pharmacy__effort .col_max2>div {
		text-align: center;
		width: 24%
	}

	.pharmacy__effort .col_max2>div+div {
		width: 72%;
		font-size: 1.6rem;
	}

	.pharmacy__effort .col_max2>div img {
		width: 100%;
		max-width: 260px;
	}

	.pharmacy__effort>div dl {
		text-align: left;
	}

	.pharmacy__effort>div dl dt {
		font-weight: 600;
		font-size: 1.6rem;
		margin-bottom: .5em;
	}

	/*ドラッグ事業*/

	#drug main p {
		margin-bottom: 1em;
	}

	#drug .content__key {
		background: url("../img/division/bg_key_drug.jpg") no-repeat right top;
		background-color: #00a497;
		background-size: cover;
		min-height: 424px;
	}

	#drug .content__key .inner__wrap {
		width: 1200px;
		margin: 0 auto;
		padding: 80px 40px 80px;
	}

	#drug .content__key h1 {
		width: 17%;
		margin-bottom: 40px;
	}

	#drug .content__key h1 img {
		width: 100%;
		max-width: auto;
	}

	#drug .content__key p {
		width: 30%;
		margin-bottom: 40px;
	}

	#drug .content__key h1+p img {
		width: 100%;
		max-width: auto;
	}

	#drug .content-area .inner__wrap.col_max2 {
		flex-direction: row;
		padding: 40px;
	}

	#drug .content-area .inner-text {
		width: 60%;
		margin-bottom: 0;
	}

	#drug .content-area .inner-text h2 {
		font-size: 2.4rem;
		font-weight: 600;
	}

	#drug .content-area .inner-text section {
		margin-bottom: 40px;
	}

	#drug .content-area .inner-text #self-medication {
		padding: 32px;
	}

	#drug .content-area .inner-text #self-medication h3 {
		font-size: 2.0rem;
	}

	#drug .content-area .inner-photo {
		width: 35%;
	}


	#drug .cherish .inner__wrap.col_max2 {
		max-width: 1200px;
		margin: 0 auto;
		flex-direction: row;
		padding-top: 0;
	}

	#drug .cherish h4 {
		width: 100%;
	}

	#drug .cherish dl {
		width: 48%;
		font-size: 1.6rem;
	}

	/*在宅医療*/

	#home_medical main p {
		margin-bottom: 1em;
	}

	#home_medical .content__key {
		background: url("../img/division/bg_key_home_care.jpg") no-repeat right top;
		background-color: #00a497;
		background-size: cover;
		min-height: 424px;
	}

	#home_medical .content__key .inner__wrap {
		width: 1200px;
		margin: 0 auto;
		padding: 80px 40px 80px;
	}

	#home_medical .content__key h1 {
		width: 17%;
		margin-bottom: 40px;
	}

	#home_medical .content__key h1 img {
		width: 100%;
		max-width: auto;
	}

	#home_medical .content__key p {
		width: 40%;
		margin-bottom: 40px;
	}

	#home_medical .content__key h1+p img {
		width: 100%;
		max-width: auto;
	}

	#home_medical .content-area .inner__wrap.col_max2 {
		flex-direction: row;
		padding: 40px;
	}

	#home_medical .content-area .inner-text {
		width: 60%;
		margin-bottom: 0;
	}

	#home_medical .content-area .inner-text h2 {
		font-size: 2.4rem;
		font-weight: 600;
	}

	#home_medical .content-area .inner-text section {
		margin-bottom: 40px;
	}

	#home_medical .content-area .inner-photo {
		width: 35%;
	}



	/*ShopList Page=====================================================-*/
	#store main h2 {
		border-bottom: 2px solid #00a496;
	}

	.store___list section {
		text-align: left;
	}

	.store___list section:not(:last-of-type) {
		border-bottom: 2px solid #00a496;
		margin-bottom: 40px;
		padding-bottom: 40px;
	}

	.store___list section img:first-child {
		float: left;
		margin-bottom: 30px;
	}

	.store___list section h3 {
		margin: 1.2em 0 0 160px;
		width: 50%;

	}

	.store___list section dl {
		float: left;
		width: 50%;
		clear: left;
	}

	.store___list section h3 {
		text-align: left;
	}

	.store___list section .store__map {
		float: right;
		width: 46%;
	}

	/*Company Page =====================================================-*/
	#profile #greeting p img {
		max-width: 40%;
		margin: 0 30px 60px 0;
		height: auto;
		float: left;
	}

	#profile .list__table {
		border: 1px solid #82cdc8;
	}

	#profile .list__table>dt {
		border-top: none;
		border-bottom: 1px solid #82cdc8;
		background: #00a497;
		color: #fff;
		font-weight: 400;
		width: 25%;
		margin: 0;
		padding: 1em;
	}

	#profile .list__table>dd {
		border-bottom: 1px solid #82cdc8;
		width: 75%;
		margin: 0;
		padding: 1em;
	}

	#profile .list__table>dt:last-of-type,
	#profile .list__table>dd:last-of-type {
		border-bottom: none;
	}

	/*Recruit Page =====================================================-*/
	#recruit section {
		margin-bottom: 40px;
	}

	#recruit .entry__info .list__table {
		border: 1px solid #82cdc8;
	}

	#recruit .entry__info .list__table>dt {
		border-top: none;
		border-bottom: 1px solid #82cdc8;
		background: #00a497;
		color: #fff;
		font-weight: 400;
		width: 25%;
		margin: 0;
		padding: 1em;
	}

	#recruit .entry__info .list__table>dd {
		border-bottom: 1px solid #82cdc8;
		width: 75%;
		margin: 0;
		padding: 1em;
		text-align: left;
	}

	#recruit .entry__info .list__table>dt:last-of-type,
	#recruit .entry__info .list__table>dd:last-of-type {
		border-bottom: none;
	}

	#recruit .entry__form dt {
		border-top: none;
		border-bottom: 1px solid #82cdc8;
		padding: 1em;
		width: 30%;
	}

	#recruit .entry__form dd {
		border-bottom: 1px solid #82cdc8;
		padding: 1em;
		width: 70%;
	}

	#recruit .entry__form dd input {
		border: 1px solid #b7bfbf;
		width: 100%;
		padding: .8rem;
		font-size: 1.8rem;
		box-sizing: border-box;
	}

	#recruit .entry__form dd textarea {
		width: 100%;
		height: 300px;
		font-size: 1.8rem;
		border: 1px solid #b7bfbf;
	}

	#recruit .entry__form .form_submit {
		text-align: center;
		margin: 20px auto 40px;
		width: 80%;

	}

	#recruit .entry__form .form_submit input {
		background: #00a497;
		border: none;
		color: #fff;
		font-size: 1.5rem;
		margin: .4rem;
		padding: 1.6rem 0;
		width: 48%;
		text-align: center;
	}

	#recruit .entry__form .form_submit input.btn_back {
		background: #82cdc8;
	}

	/*Contact Form =====================================================-*/
	#contact section {
		margin-bottom: 40px;
	}

	#contact .contact__tel__fax .list__table {
		border: 1px solid #82cdc8;
	}

	#contact .contact__tel__fax .list__table>dt {
		border-top: none;
		border-bottom: 1px solid #82cdc8;
		background: #00a497;
		color: #fff;
		font-weight: 400;
		width: 25%;
		margin: 0;
		padding: 1em;
	}

	#contact .contact__tel__fax .list__table>dd {
		border-bottom: 1px solid #82cdc8;
		width: 75%;
		margin: 0;
		padding: 1em;
		text-align: left;
	}

	#contact .contact__tel__fax .list__table>dt:last-of-type,
	#contact .contact__tel__fax .list__table>dd:last-of-type {
		border-bottom: none;
	}

	#contact .contact__form dt {
		border-top: none;
		border-bottom: 1px solid #82cdc8;
		padding: 1em;
		width: 30%;
	}

	#contact .contact__form dd {
		border-bottom: 1px solid #82cdc8;
		padding: 1em;
		width: 70%;
	}

	#contact .contact__form dd input {
		border: 1px solid #b7bfbf;
		width: 100%;
		padding: .8rem;
		font-size: 1.8rem;
		box-sizing: border-box;
	}

	#contact .contact__form dd textarea {
		width: 100%;
		height: 300px;
		font-size: 1.8rem;
		border: 1px solid #b7bfbf;
	}

	#contact .contact__form .form_submit {
		text-align: center;
		margin: 20px auto 40px;
		width: 80%;

	}

	#contact .contact__form .form_submit input {
		background: #00a497;
		border: none;
		color: #fff;
		font-size: 1.5rem;
		margin: .4rem;
		padding: 1.6rem 0;
		width: 48%;
		text-align: center;
	}

	#contact .contact__form .form_submit input.btn_back {
		background: #82cdc8;
	}
}
