/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:2px solid #eae5e0;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}





/* added style */

html {
	font-family: "-apple-system", "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 62.5%;
}
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
* {
	box-sizing: border-box;
}
li {
	list-style: none;
}
img {
	vertical-align: bottom;
}
/*
a:hover {
	opacity: .7;
}
*/


/* ===========================
		スライダー
=========================== */

.slick-slider
{
	display: none;
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-slider.slick-initialized {
	display: block;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
	box-sizing: content-box;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    width: 100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
#slick_container {
	position:relative;
}
.slick-prev, .slick-next {
	width: 20px;
	height: 20px;
    padding: 3px;
    bottom: 23px;
}
button.slick-arrow {
	display: none !important;
}
.slick-prev {
    position: absolute;
    left: 0;
	box-sizing: content-box;
	transform: rotate(180deg);
}
.slick-next {
    position: absolute;
    right: 0;
}


/* Dots */
.slick-dotted.slick-slider
{
/*     margin-bottom: 30px; */
}

.slick-dots
{
/*
    position: absolute;
    bottom: 8px;
*/

    display: block;

    width: 100%;
    padding: 8px 0;
    margin: 0;

    list-style: none;

    text-align: center;
	z-index: 10;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 2px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
	border-radius: 50%;
	opacity: .7;

    border: 1px solid rgba(30,30,30,0.3);
}
.slick-dots li.slick-active button {
    background: #ccc;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    content: '';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: transparent;
}
#slick_container {
	position: relative;
	margin-bottom: 20px;
}
.slick-dots {
    position: absolute;
    bottom: 5px;
}


/* ===========================
		PC・SP共通
=========================== */
body {
	color: #464646;
}
a{
	text-decoration: none;
	color: #464646;
}
.left{
	float: left;
}
.right{
	float: right;
}
.news_list a {
	text-decoration: underline;
}
.allow_img {
	vertical-align: inherit;
	margin-right: 8px;
	padding-top: 2px;
}
.list_decimal {
	margin-bottom: 20px;
}
.list_decimal li {
	list-style: decimal;
	line-height: 1.8;
}
.contents .list_decimal p {
	margin-bottom: 0;
}
.t_center {
	text-align: center;
}
.t_right {
	text-align: right;
}
.t_deco {
	text-decoration: underline !important;
}
.outpatient_flow {
	margin-bottom: 60px;
}
h5 {
	font-size: 1.3rem;
}
h6 {
	font-size: 1.2rem;
	margin-top: 12px;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pl-10 {
	padding-left: 10px;
}
.pl-26 {
	padding-left: 26px;
}
.pl-1rem {
	padding-left: 1rem;
}
.pl-2rem {
	padding-left: 2rem;
}
.bk_pink {
	background: #f5c9d3 !important;
}
.f_clr_pink {
	color: #db2850 !important;
}
.f_clr_skyblue a,
.f_clr_skyblue {
	color: #1ebbcf !important;
}
.f_clr_dblue a,
.f_clr_dblue {
	color: #0a4691;
}
.f_bold {
	font-weight: bold;
}
.bg_pink_head {
	background: #db2850;
	color: #fff;
	text-align: center;
	width: 290px;
}
.lf_pink_border {
	border-left: 2px solid #db2850;
	padding-left: 10px;
	color: #501e0a;
}
.lf_pink_border + p {
	padding-left: 11px;
	color: #501e0a;
}
.underline_yellow {
	border-bottom: 5px solid #faf064 !important;
}
.underline_link {
	text-decoration: underline;
}
.unorder_list li {
	line-height: 1.8;
}
.contents .unorder_list p {
	margin: 0 0 0 22px;
}
.inner_section {
	padding-bottom: 20px;
	border-bottom: 2px solid #eae5e0;
	margin-bottom: 20px;
}
.inner_section p:last-child {
	margin-bottom: 0;
}

.nurse_section{
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.nurse_section p:last-child {
	margin-bottom: 0;
}


.attention_mark {
	color: #db2850;
	position: relative;
}
.attention_mark:before,
.attention_mark:after {
	content: '';
	background: #db2850;
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
}
.attention_mark:before {
	top: 2px
}
.attention_mark:after {
	bottom: 2px
}
.attention_mark_dt {
	border-right: 1px solid #db2850;
}
.attention_box {
	padding: 20px;
	border: 1px solid #db2850;
}
.attention_box__title {
	font-size: 1.6rem;
	color: #db2850;
	margin-bottom: 14px;
}
.attention_box p {
	color: #000;
}
.attention_box p:last-child {
	margin-bottom: 0;
}
body.doctor section a:before {
    content: "";
    border: 4px solid transparent;
    border-left: 4px solid #501e0a;
    display: inline-block;
    position: relative;
	left: -3px;
}
body.doctor section a:hover {
	opacity: .7;
}
.entry_form_button {
	text-align: center;
	margin-top: 30px;
}
.entry_form_button button,
.entry_form_button a {
	width: 290px;
	height: 80px;
	color: #fff;
	background: #2d80d6;
	border: 3px solid #b0c5e7;
    font-size: 2.4rem;
    padding-right: 36px;
	position: relative;
	display: block;
	font-family: sans-serif;
	margin: auto;
	line-height: 76px;
}
.entry_form_button button:before,
.entry_form_button a:before {
	content: '';
	background: #fff;
	border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 23px;
}
.entry_form_button button:after,
.entry_form_button a:after {
    content: "";
    border: 7px solid transparent;
    border-left: 8px solid #2d80d6;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 31px;
}
.recruit_table th {
	width: 30%;
}
.recruit_table td {
	width: 70%;
}
.form_container {
padding: 15px 20px;
background: #f9faf4;
}
#entry_form_table {
width: 100%;
table-layout:fixed;
}
#entry_form_table input,
#entry_form_table textarea {
padding: 9px;
background-color: #ebe1d7;
margin-bottom: 3px;
}
.tel01 {
	width: 15%;
}
.tel02 {
	width: 15%;
}
.tel03 {
	width: 15%;
}
#entry_form_table textarea {
	width: 100%;
}
#entry_form_table th {
width: 220px;
padding: 10px;
text-align: left;
vertical-align: top;
/* 	border: 1px solid #f00; */
}
#entry_form_table th span {
display: inline-block;
width: 100%;
padding: 5px 10px;
color: #fff;
background: #e97e98;
font-weight: normal;
font-size: 14px;
}
#entry_form_table input[type="button"] {
background: #e97e98;
color: #fff;
}
#entry_form_table td {
padding: 10px;
color: #502107;
/* 	border: 1px solid #f00; */
}
#entry_form_table select {
margin-bottom: 20px;
}
/* 	フォームのリセット */
input[type="text"],
input[type="number"],

input[type="email"], button, textarea {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
#entry_form_table input[type="checkbox"] {
width: 26px;
height: 26px;
border: 3px solid #501e0a;
background: #fff;
}
#entry_form_table label {
margin-bottom: 10px;
}
.form_page .entry_form_button button {
padding-left: 32px;

}







/* ▼下層ページ - テーブル
----------------------------------------------- */
.subpage_table {
	width: 100%;
	border: 2px solid #ddcebf;
	margin-bottom: 10px;
	color: #501e0a;
}
.subpage_table th,
.subpage_table td {
	border: 1px solid #ddcebf;
	vertical-align: middle
}
.subpage_table th {
	background: #f4efe5;
}
table.subpage_table .cell_showly {
	background: #a78e84;
	color: #fff;
}
table.subpage_table .cell_showly_more,
table.subpage_table .cell_showly_more td {
	background: #501e0a !important;
	color: #fff;
}
table.chemo_table {
	text-align: center;
}
table.chemo_table th,
table.chemo_table td,
table.endoscope_table th,
table.endoscope_table td,
table.operation_table th,
table.operation_table td,
table.subpage_table_narrow th,
table.subpage_table_narrow td {
	padding: 6px;
}
.chemo_table tr td:last-child {
	background: #a78e84;
	color: #fff;
}
.subpage_table .rt_bdr_cell {
	border-right: none;
	border-right: 1px dotted #ddcebf;
}
.subpage_table .rt_bdr_cell + td {
	border-left: none;
	background: #f4efe5;
	text-align: center;
}
.operation_table td:last-child {
	background: #a78e84;
	color: #fff;
}
table.experience_table td:first-child,
table.nutrition_suport_table td:first-child,
table.pcta_table td:first-child {
    background: #f4efe5;
}
table.experience_table th:last-child,
table.experience_table td:last-child,
table.nutrition_suport_table th:last-child,
table.nutrition_suport_table td:last-child,
table.pcta_table th:last-child,
table.pcta_table td:last-child {
	background: #a78e84;
	color: #fff;
}
table.subpage_table .cell_showly_middle {
	background: #734b3b;
}
table.pcta_table {
	text-align: center;
}
table.aneth_table td:first-child {
    background: #f4efe5;
}
table.pediatrics_table th,
table.pediatrics_table td {
	width: 100px;
}


/* table-layout指定 */
table.shoukaki_table,
table.pylori_table,
table.orthopedics_table,
table.obgyn_table,
table.aneth_table,
table.pediatrics_table,
table.kekkan_table {
    table-layout: fixed;
}

/* 消化器テーブル */
table.shoukaki_table tr th,
table.shoukaki_table tr td {
	width: 50px;
}
table.shoukaki_table tr th:first-of-type,
table.shoukaki_table tr td:first-of-type {
	width: 104px;
}

/* 血管外来テーブル */
table.kekkan_table tr th,
table.kekkan_table tr td {
	width: 50px;
}
table.kekkan_table tr th:first-of-type,
table.kekkan_table tr td:first-of-type {
	width: 134px;
}

/* ヘリコバクター・ピロリ菌外来テーブル */
table.pylori_table tr th,
table.pylori_table tr td {
	width: 50px;
}
table.pylori_table tr th:first-of-type,
table.pylori_table tr td:first-of-type {
	width: 84px;
}

/* 整形外科テーブル */
table.orthopedics_table tr th,
table.orthopedics_table tr td {
	width: 50px;
}
table.orthopedics_table tr th:first-of-type,
table.orthopedics_table tr td:first-of-type {
	width: 100px;
}
table.orthopedics_table tr th:nth-of-type(2),
table.orthopedics_table tr td:nth-of-type(2) {
	width: 84px;
}

/* 整形外科テーブル */
table.orthopedics_table tr th,
table.orthopedics_table tr td {
	width: 50px;
}
table.orthopedics_table tr th:first-of-type,
table.orthopedics_table tr td:first-of-type {
	width: 100px;
}
table.orthopedics_table tr th:nth-of-type(2),
table.orthopedics_table tr td:nth-of-type(2) {
	width: 84px;
}

/* 産婦人科テーブル */
table.obgyn_table tr th,
table.obgyn_table tr td {
	width: 50px;
}
table.obgyn_table tr th:first-of-type,
table.obgyn_table tr td:first-of-type {
	width: 320px;
}
table.obgyn_table tr th:nth-of-type(2),
table.obgyn_table tr td:nth-of-type(2),
table.obgyn_table tr th:nth-of-type(3),
table.obgyn_table tr td:nth-of-type(3),
table.obgyn_table tr th:nth-of-type(4),
table.obgyn_table tr td:nth-of-type(4) {
	width: 72px;
}

/* 麻酔科テーブル */
table.aneth_table tr th,
table.aneth_table tr td {
	width: 60px;
}

/* 小児科テーブル */
table.pediatrics_table tr th,
table.pediatrics_table tr td {
	width: 100px;
}

/* 心血管テーブル */
table.pcta_table tr th,
table.pcta_table tr td {
	width: 60px;
}
table.pcta_table tr th:first-of-type,
table.pcta_table tr td:first-of-type {
	width: 200px;
}



.outpatient .contents section h3 {
    border-left: 2px solid #d62850 !important;
}



/* ▼診療科・部門
----------------------------------------------- */

.department_list {

}
.department_list li {
	display: inline-block;
	margin: 0 16px 20px 0;
	box-sizing: content-box;
}
.department_list li:nth-child(3n) {
	margin-right: 0;
}
.department_list li a {
	width: 210px;
	height: 60px;
	padding-left: 12px;
	border: 2px solid #d72850;
	background: #faf5eb;
	color: #501e0a;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	box-sizing: content-box;
}
.department_list li a:before {
    content: "";
    border: 4px solid transparent;
    border-left: 4px solid #d72850;
    display: inline-block;
    position: relative;
	left: -3px;
}
.department_list .department_list_hover {
	background: #d72850;
	border: 2px solid #eb93a7;
	color: #fff;
}
.department_list .department_list_hover:before {
    border-left: 4px solid #fff;
}
main h2.nurse_title {
	background: #e77e96;
}
main h2.nurse_title span {
	color: #fff;
}
.nurse_bd {
	border-top: 3px solid #d72850;
    border-bottom: 5px solid #fff;
	margin: 0;
	position: relative;
	bottom: -53px;
	z-index: 1;
}
.nurse_menu li {
	text-align: center;
	background: #dccdbe;
	border: 3px solid #f0e6dc;
    border-radius: 6px;
	position: relative;
	bottom: 1px;
}
.nurse_menu li:after {
	content: "";
    border: 4px solid transparent;
    border-bottom: 4px solid #fff;
    display: inline-block;
	position: absolute;
    bottom: 3px;
    left: 52px;
}
.nurse_menu li:hover,
.nurse_menu li.active {
	background: #d72850;
	border: 3px solid #eb93a7;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 6px;
}
.nurse_menu li a:hover,
.nurse_menu li.active a {
	color: #fff;
}
.nurse_menu li a {
	color: #501e0a;
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.level_description dt {
	color: #663300;
	font-weight: normal;
	margin-bottom: 10px;
}

.level_description .delimiter {
	color: #cc0033;
}

.level_number {
	display: inline-block;
	width: 200px;
	height: 40px;
	background: #e67d95;
	color: #fff;
	font-size: 1.8rem;
	font-family: sans-serif;
	line-height: 40px;
	text-align: center;
}

.level_description dd {
	margin-bottom: 30px;
}
.nrml_clr {
	color: #501e0a !important;
}
.nurse_strong {
	font-family: sans-serif;
	color: #e50038;
	font-size: 1.6rem;
}
.welfare_point {
	display: inline-block;
	width: 96px;
	background: #e77e96;
	font-family: sans-serif;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	padding-top:  2px;
}

.dl_table dt {
	float : left;
	clear : both;
	width : 150px;
	font-weight : bold;
	padding : 0 5px;
	margin: 5px 20px 10px 5px;
}
.dl_table.dl_table_nurce dt {
	width: 160px;
}

.dl_table dd {
	font-weight: bold;
	margin-left : 150px;
	padding : 5px;
	margin-bottom: 10px;
	padding-left: 40px;
}
.dl_table_shisetsu dt {
	clear: both;
}
.dl_table_shisetsu dd {

}
.nurse_table {
	border: 2px solid #d72850;
}
.nurse_table th,
.nurse_table td {
	border: none;
	border-bottom: 1px solid #d72850;
	border-right: 1px dotted #d72850;
}
.nurse_table th {
	background: #f9dfe5;
}


.shihyo_list {
	line-height: 1.8;
}
.shihyo_list li {
	margin-bottom: 30px;
}
.shihyo_list dt {
	font-weight: bold;
	margin-bottom: 8px;
}

#page-top p {
	text-align: center;

}
#move-page-top {
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
	border-radius: 50%;
    background: #d82850;
    z-index: 10;
    bottom: 20px;
    right: 10px;
	color: #fff;
    padding-top: 24px;
    font-size: 1rem;
	line-height: 1.1;
}
#move-page-top:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    border-bottom: none;
    border-left: none;
    position: absolute;
    transition: .2s;
	top: 12px;
    left: 16px;
}

#googlemaps {
	width: 100%;
	height: 544px;
	position: relative;
}

.right_n {
  float: right;
  width: 30%;
}

.left_n {
  float: left;
  width: 70%;
}

/* ▼赤心クリニック
----------------------------------------------- */
.f_clr_orange a,
.f_clr_orange {
	color: #f0821e !important;
}

#clinic .news_head {
    border-left: 3px solid #f0821e;
}
#clinic #move-page-top {
	background: #f0821e;
}
#clinic .breadcrumbs a {
    color: #f0821e;
}
#clinic .sidebar_nav_sub a:hover {

}
#clinic .sidebar_nav a:before {
	border-left: 4px solid #f0821e;
}
#clinic .sidebar_nav a:hover {
	color: #f0821e;
}
#clinic .sidebar_nav a:hover,
#clinic .sidebar_active span {
	color: #fff;
	background: #f0821e;
}
#clinic h3 {
	border-left: 2px solid #f0821e;
}
#clinic .attention_mark {
	color: #f0821e;
}
#clinic .attention_mark:before,
#clinic .attention_mark:after {
    background: #f0821e;
}
#clinic .detail_nav span,
#clinic .detail_nav a {
	color: #f0821e;
}
#clinic .attention_mark_dt {
	border-right: 1px solid #f0821e;
}
#clinic .department_list li a{
    border: 2px solid #f0821e;
}
#clinic .department_list li a:before {
	border-left: 4px solid #f0821e;
}
#clinic .department_list_hover {
	background: #f0821e;
	border: 2px solid #f0821e;
}
#clinic .department_list .department_list_hover:before {
	border-left: 4px solid #fff;
}
#clinic .intro hr {
	margin: 20px 0;
}
#clinic .attention_box__title {
	color: #f0821e;
}
#clinic .attention_box {
	border: 1px solid #f0821e;
}
.sidebar_nav .clinic_sidebar a:hover {
	background: #f0821e;
}
.clinic_sidebar + .sidebar_nav_sub a:hover {
	background: none;
	color: #f0821e;
}
.sidebar_nav .clinic_sidebar a:before {
	border-left: 4px solid #f0821e;
}



/* ▼赤心堂総合健診クリニック
----------------------------------------------- */
.f_clr_green a,
.f_clr_green {
	color: #78c628 !important;
}
#kenshin .news_head {
    border-left: 3px solid #78c628;
}
#kenshin #move-page-top {
	background: #78c628;
}

#kenshin .breadcrumbs a {
    color: #78c628;
}
#kenshin .sidebar_nav_sub a:hover {

}
#kenshin .sidebar_nav a:before {
	border-left: 4px solid #78c628;
}
#kenshin .sidebar_nav a:hover {
	color: #78c628;
}
#kenshin .sidebar_nav a:hover,
#kenshin .sidebar_active span {
	color: #fff;
	background: #78c628;
}
#kenshin h3 {
	border-left: 2px solid #78c628;
}
#kenshin .attention_mark {
	color: #78c628;
}
#kenshin .attention_mark:before,
#kenshin .attention_mark:after {
    background: #78c628;
}
#kenshin .detail_nav span,
#kenshin .detail_nav a {
	color: #78c628;
}
#kenshin .attention_mark_dt {
	border-right: 1px solid #78c628;
}
#kenshin .department_list li a{
    border: 2px solid #78c628;
}
#kenshin .department_list li a:before {
	border-left: 4px solid #78c628;
}
#kenshin .department_list_hover {
	background: #78c628;
	border: 2px solid #78c628;
}
#kenshin .department_list .department_list_hover:before {
	border-left: 4px solid #fff;
}
#kenshin .intro hr {
	margin: 20px 0;
}
.doctor dl {
	border-bottom: 2px solid #eae5e0;
	padding-bottom: 20px;
}
.dock dl:last-child {
	border-bottom: none;
}
.dock th,
.dock td {
	border: 1px solid #dccdbe;
}
.bg_pink {
	background: #f5c9d3;
}
.dock .dock_flow_table dt {
	margin: 14px 0 10px;
	color: #78c628;
	font-weight: bold;
	padding-left: 18px;
}
.dock .dock_flow_table dd {
	padding: 0 4%;
}
.dock_table_no1 {
	height: 1447px;
}
.dock_table_no1 th {
	height: 58px;
}

.black_circle_before_li > li {
	text-indent: -1em;
	padding: 0 1em;
}
.black_circle_before_li > li:before {
	content: "●";
}
.no_circle_before_li li {
	padding-left: 1em;
}
.consultation_flow {
	border: 2px solid #ddcebf;
}
#kenshin .consultation_flow h3 {
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ddcebf;
	text-align: center;
	color: #501e0a;
	border-left: none;
	background: #f4efe5;
}
.consultation_flow h4 {
	color: #63a91d;
	font-weight: bold;
}
.consultation_flow dl {
	margin: 25px 10px;
}
.consultation_flow dt {
	color: #63a91d;
	font-weight: bold;
	margin-bottom: 1em;
	padding-left: 18px;
}
.consultation_flow dd {
	padding-left: 1em;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
	line-height: 1.8em;
}
.consultation_flow dd:last-child {
	border-bottom: none;
}
#kenshin .attention_box__title {
	color: #64aa1e;
}
#kenshin .attention_box {
	border: 1px solid #78c628;
}



/* ▼上福岡腎クリニック
----------------------------------------------- */
#jin .news_head {
    border-left: 3px solid #1ebbcf;
}
#jin #move-page-top {
	background: #1ebbcf;
}

#jin .breadcrumbs a {
    color: #1ebbcf;
}
#jin .sidebar_nav_sub a:hover {

}
#jin .sidebar_nav a:before {
	border-left: 4px solid #1ebbcf;
}
#jin .sidebar_nav a:hover {
	color: #1ebbcf;
}
#jin .sidebar_nav a:hover,
#jin .sidebar_active span {
	color: #fff;
	background: #1ebbcf;
}
#jin h3 {
	border-left: 2px solid #1ebbcf;
}
#jin .attention_mark {
	color: #1ebbcf;
}
#jin .attention_mark:before,
#jin .attention_mark:after {
    background: #1ebbcf;
}
#jin .detail_nav span,
#jin .detail_nav a {
	color: #1ebbcf;
}
#jin .attention_mark_dt {
	border-right: 1px solid #1ebbcf;
}
#jin .department_list li a{
    border: 2px solid #1ebbcf;
}
#jin .department_list li a:before {
	border-left: 4px solid #1ebbcf;
}
#jin .department_list_hover {
	background: #1ebbcf;
	border: 2px solid #1ebbcf;
}
#jin .department_list .department_list_hover:before {
	border-left: 4px solid #fff;
}
#jin .intro hr {
	margin: 20px 0;
}

.jin_info_table,
.jin_info_table_2 {
	font-size: 1.4rem;
}
.jin_info_table th {
	width: 30%;
}
.jin_info_table td {
	text-align: center;
}
.jin_info_table_2 tr td:first-child {
	font-weight: bold;
}
.jin_info_table_2 tr td:nth-child(6),
.jin_info_table_2 tr td:last-child {
	background: #f4efe5;
}
.jin_info_table_2 tr:last-child {
	background: #a78e84;
	color: #fff;
}
#jin table.subpage_table .cell_showly {
	background: #a78e84;
	color: #fff;
}
.jin_intro .dl_table dt {
	width: auto;
}
.jin_intro .dl_table dd {
	margin-left: 0;
	padding-left: 0;
}

#jin .attention_box__title {
	color: #1ebbcf;
}
#jin .attention_box {
	border: 1px solid #1ebbcf;
}



/* ▼サイトマップ
----------------------------------------------- */

#sitemap .contents h2 {
	padding: 1px 0 0 20px;
	border-left: 2px solid #d72850;
	font-size: 1.6rem;
	font-weight: normal;
	color: #501e0a;
	margin-bottom: 10px;
}
#sitemap .contents h3 {
	height: auto;
	padding: 0;
	border: none;
	font-size: 1.3rem;
	margin: 0 0 30px 0;
	color: #464646;
}
#sitemap .contents h3 + ul.pl-2rem,
#sitemap .contents ul.left {
	margin-top: -30px;
}
#sitemap .contents a {
	text-decoration: underline;
}
#sitemap .contents .left {
	width: 243px;
}
#sitemap .contents ul {

}
#sitemap .contents ul a {
	line-height: 2;
}
#sitemap .contents ul.left {
	padding-left: 1em;
	margin-bottom: 20px;
}
#sitemap .contents ul.left .disc_list {
	padding-left: 1em;
}
#sitemap .attention_mark {
	color: #464646;
}
#sitemap .both {
	clear: both;
}
#sitemap  .pl-2rem {
	line-height: 2.4;
	margin-top: 8px;
}
#sitemap .disc_list li a:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #464646;
	border-radius: 50%;
	display: inline-block;
}
#sitemap #clinic_h2 {
	border-left: 2px solid #f0821e;
}
#sitemap #clinic_link .attention_mark:before,
#sitemap #clinic_link .attention_mark:after {
	background: #f0821e;
}
#sitemap #kenshin_h2 {
	border-left: 2px solid #78c628;
}
#sitemap #kenshin_link .attention_mark:before,
#sitemap #kenshin_link .attention_mark:after {
	background: #78c628;
}
#sitemap #jin_h2 {
	border-left: 2px solid #1ebbcf;
}
#sitemap #jin_link .attention_mark:before,
#sitemap #jin_link .attention_mark:after {
	background: #1ebbcf;
}

#sitemap .contents h2 .s_blue {
    padding: 1px 0 0 20px;
    border-left: 2px solid #0a4692;
    font-size: 1.6rem;
    font-weight: normal;
    color: #501e0a;
    margin-bottom: 10px;
}
#sitemap .contents h2 .s_blue {
    padding: 1px 0 0 20px;
    border-left: 2px solid #0a4692;
    font-size: 1.6rem;
    font-weight: normal;
    color: #501e0a;
    margin-bottom: 10px;
}
#sitemap .s_blue_2:after,
#sitemap .s_blue_2:before {
    content: '';
    background: #0a4692;
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
}

#sitemap .contents h2.s_blue {
    padding: 1px 0 0 20px;
    border-left: 2px solid #0a4692;
    font-size: 1.6rem;
    font-weight: normal;
    color: #501e0a;
    margin-bottom: 10px;
}

#sitemap .sidebar_nav a:before {
    content: "";
    border: 4px solid transparent;
    border-left: 4px solid #0a4692;
    display: inline-block;
}
#sitemap #kyoutsu {
	border-left: 2px solid #0a4692;
}
#sitemap #sekishindo_sitemap .attention_mark:before,
#sitemap #sekishindo_sitemap .attention_mark:after {
	background: #db2850;
}



/* ▼赤心堂グループ
----------------------------------------------- */

#group .header_top {
    border-top: 5px #0a4691 solid;
    border-bottom: 5px #0a4691 solid;
}
#group #move-page-top {
	background: #0a4691;
}
#group .attention_mark {
	color: #0a4691;
}
#group .attention_mark:before,
#group .attention_mark:after {
	background: #0a4691;
}
#group .contact .main_box_contents_title,
#group .contact .main_box_contents_title span {
	color: #fff;
}
#title_sekishindo {
	background: #db2850;
}
#group .sekishindo_address .attention_mark {
	color: #db2850;
}
#group .sekishindo_address .attention_mark:before,
#group .sekishindo_address .attention_mark:after {
	background: #db2850;
}
#title_clinic {
	background: #f0821e;
}
#group .clinic_address .attention_mark {
	color: #f0821e;
}
#group .clinic_address .attention_mark:before,
#group .clinic_address .attention_mark:after {
	background: #f0821e;
}

#title_kenshin {
	background: #78c628;
}
#group .kenshin_address .attention_mark {
	color: #78c628;
}
#group .kenshin_address .attention_mark:before,
#group .kenshin_address .attention_mark:after {
	background: #78c628;
}

#title_jin {
	background: #1ebbcf;
}
#group .jin_address .attention_mark {
	color: #1ebbcf;
}
#group .jin_address .attention_mark:before,
#group .jin_address .attention_mark:after {
	background: #1ebbcf;
}
#group .sidebar_nav a:before {
	border-left: 4px solid #0a4691;
}
#group .sidebar_nav a:hover {
	color: #0a4691;
}
#group .sidebar_nav a:hover,
#group .sidebar_active span {
	color: #fff;
	background: #0a4691;
}
.recruit #title_sekishindo span,
.doctor #title_sekishindo span,
.recruit #title_clinic span,
.doctor #title_clinic span,
.recruit #title_kenshin span,
.recruit #title_jin span {
	color: #fff;
}

#group .j_category {
	color: #db2850;
	border-left: none;
	font-size: 2.8rem;
	height: auto;
    margin: 28px 0;
}
#group #clinic .j_category {
	color: #f0821e;
}
#group #kenshin .j_category {
	color: #78c628;
}
#group #jin .j_category {
	color: #1ebbcf;
}
body.group_page .figure_mini {
	width: 76px;
}
body.surge .figure_mini + .right,
body.group_page .figure_mini + .right {
	width: 626px;
}
body.group_page .dl_table dt {
    float: left;
    clear: both;
    width: auto;
    font-weight: bold;
    padding: 0 5px;
    margin: 5px 0px 10px 5px;
}
body.group_page .dl_table dd {
    font-weight: bold;
    margin-left: 90px;
    padding: 5px;
    margin-bottom: 10px;
    padding-left: 70px;
}

#group .recruit_table th {
	width: 30%;
}
#group .recruit_table td {
	width: 70%;
}
#group .recruit_link {
	margin-bottom: 40px;
}
#group .recruit_link li {
	width: 176px;
	height: 50px;
	display: inline-block;
	margin-right: 4px;
	text-align: center;
	vertical-align: bottom;
	line-height: 48px;
}
#group .recruit_link li:first-child {
	background: #d62850;
	border: 3px solid #ea93a7;
}
#group .recruit_link li:nth-child(2) {
	background: #F0821E;
	border: 3px solid #F7C08E;
}
#group .recruit_link li:nth-child(3) {
	line-height: 1.2;
	padding: 6px 0;
	background: #78c628;
	border: 3px solid #BBE293;
}
#group .recruit_link li:last-child {
	background: #1EBBCF;
	border: 3px solid #8EDDE7;
	margin-right: 0;
}
#group .recruit_link li a {
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
	color: #fff;
}
.group_page .contents section h3 {
    border-left: 2px solid #0a4692;
}

#group .en-markup-crop-options {
    top: 18px !important;
    left: 50% !important;
    margin-left: -100px !important;
    width: 200px !important;
    border: 2px rgba(255,255,255,.38) solid !important;
    border-radius: 4px !important;
}

#group .en-markup-crop-options div div:first-of-type {
    margin-left: 0px !important;
}





.a_link {
	color: #db2850;
	text-decoration: underline;
}
#clinic .a_link {
	color: #f0821e;
}
#kenshin .a_link {
	color: #78c628;
}
#jin .a_link {
	color: #1ebbcf;
}



/* ===========================
		PC表示
=========================== */
@media (min-width: 768px) {

	/* ▼common
	----------------------------------------------- */

	body {
		font-size: 1.3rem;
		color: #464646;
	}
	a {
		text-decoration: none;
		color: #464646;
	}
	.left{
		float: left;
	}
	.right{
		float: right;
	}
	.wrapper {
		width: 980px;
		margin: 0 auto;
	}
	.list_decimal {
		padding-left: 14px;
		margin-left: 10px;
	}
	.breadcrumbs {
		height: 53px;
	    line-height: 53px;
		margin-bottom: 7px;
	}
	.breadcrumbs,
	.breadcrumbs a {
		color: #501e0a;
	}
	.breadcrumbs a {
		color: #d62850;
		text-decoration: underline;
	}
	.main_box {
		width: 730px;
		float: right;
	}
	.thumbnail {
		margin-right: 20px;
	}
	.thumbnail-r {
		margin-left: 20px;
		float: right;
	}
	.w94 {
		width: 94px;
	}
	.w111 {
		width: 111px;
	}
	.w340 img {
		width: 340px;
	}
	.w353 {
		width: 353px;
	}
	.w416 {
		width: 416px;
	}
	.w498 {
		width: 498px;
	}
	.main_box_title {
		font-size: 3rem;
		font-weight: normal;
		font-family: sans-serif;
		color: #501e0a;
		border-bottom: 1px solid #ddcebf;
		margin-bottom: 20px;
		padding: 8px 0;

	}
	.main_box_title img {
		vertical-align: middle;
		margin: 0 14px 4px 0;
	}
	.main_box_title  span {
		font-weight: normal;
	}
	.main_box_contents_title {
		height: 30px;
		font-family: sans-serif;
		font-size: 1.6rem;
		color: #501e0a;
		padding: 2px;
		margin-bottom: 18px;

		background : -moz-linear-gradient(0% 50% 0deg,rgba(236, 231, 226, 1) 0%,rgba(255, 255, 255, 1) 100%);
		background : -webkit-linear-gradient(0deg, rgba(236, 231, 226, 1) 0%, rgba(255, 255, 255, 1) 100%);
		background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(236, 231, 226, 1) ),color-stop(1,rgba(255, 255, 255, 1) ));
		background : -o-linear-gradient(0deg, rgba(236, 231, 226, 1) 0%, rgba(255, 255, 255, 1) 100%);
		background : -ms-linear-gradient(0deg, rgba(236, 231, 226, 1) 0%, rgba(255, 255, 255, 1) 100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECE7E2', endColorstr='#FFFFFF' ,GradientType=0)";
		background : linear-gradient(90deg, rgba(236, 231, 226, 1) 0%, rgba(255, 255, 255, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECE7E2',endColorstr='#FFFFFF' , GradientType=1);
	}
	.main_box_contents_title span {
		display: block;
		height: 26px;
		padding-left: 30px;
		line-height: 30px;
		border-left: 2px solid #fff;
		font-weight: normal;
	}
	.nurse_menu {
	display: flex;
	justify-content: space-between;
	padding: 0 4px;
	margin-bottom: 30px;
}
	.nurse_menu li {
		width: 116px;
		height: 52px;
	}


	/* ▼header
	----------------------------------------------- */

	.header{
		background: #f0ebe6;
		color: #501e0a;
		font-family: sans-serif;
	}
	.header_top,
	.header_bottom {
		background : -moz-linear-gradient(50% 100% 90deg,rgba(239, 234, 229, 1) 0%,rgba(255, 255, 255, 1) 100%);
		background : -webkit-linear-gradient(90deg, rgba(239, 234, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
		background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(239, 234, 229, 1) ),color-stop(1,rgba(255, 255, 255, 1) ));
		background : -o-linear-gradient(90deg, rgba(239, 234, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
		background : -ms-linear-gradient(90deg, rgba(239, 234, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEAE5', endColorstr='#FFFFFF' ,GradientType=0)";
		background : linear-gradient(0deg, rgba(239, 234, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#EFEAE5' , GradientType=0);
	}
	.header_top {
	    height: 90px;
		border-top: 5px #da2850 solid;
		border-bottom: 5px #da2850 solid;
	}
	.header_inner {
		width: 980px;
		margin: 0 auto;
	}
	.header_top .header_inner {
		height: 80px;
	}
	.header_bottom .header_inner {

	}
	.header_inner h1 {
		float: left;
	}
	.header_address {
		float: left;
	    margin-top: 34px;
		font-family: sans-serif;
	}
	.header_link ul {
		padding-left: 6px;
	}
	.header_link li {
		display: inline-block;
	    margin-right: 14px;
	    font-family: sans-serif;
	}
	.header_link a {
		color: #501e0a;
	}
	.header_contact {
	    margin-top: -11px;
	}
	.contact_button a {
		width: 225px;
		height: 53px;
		display: block;
		margin-bottom: 10px;
	}
	.contact_button a:hover {
		opacity: 1;
	}
	.header_bottom {
		border-top: 1px solid #afafaf;
		border-bottom: 1px solid #afafaf;
	}
	.gmenu li {
		width: 150px;
		border-right: 1px solid #afafaf;
		height: 70px;
		float: left;
	}
	.gmenu li:first-child {
		width: 80px;
		border-left: 1px solid #afafaf;
	}
	.gmenu li img:first-child {
		vertical-align: middle;
	}
	.gmenu a {
		display: block;
		height: 100%;
		text-align: center;
		line-height: 70px;
		color: #db2850;
		font-size: 	1.6rem;
		font-family: sans-serif;
	}
	.gmenu a:hover,
	.gmenu_active {
		border-bottom: 1px solid #db2850;
	}


	/* ▼sidebar
	----------------------------------------------- */
	.sidebar {
		width: 201px;
		border-right: 1px solid #ddcebf;
		color: #501e0a;
	}
	.sidebar_nav > li {
		margin-bottom: 8px;
	}
	.sidebar_nav > li:last-child {
		margin-bottom: 50px;
	}
	.sidebar_nav a {
		width: 100%;
		display: block;
		color: #501e0a;
		padding-top: 2px;
		font-size: 1.4rem;
	}
	.sidebar_nav a:before {
	    content: "";
	    border: 4px solid transparent;
	    border-left: 4px solid #d72850;
	    display: inline-block;
	}
	.sidebar_nav_sub {
		margin-bottom: 14px;
	}
	.sidebar_nav_sub a {
		width: 192px;
		font-size: 1.3rem;
		margin-left: 8px;
	}
	.sidebar_link_list li {
		margin-bottom: 10px;
	}
	.sidebar_link_list li:last-child {
		margin-bottom: 0;
	}
	.sidebar_title {
		height: 60px;
		line-height: 60px;
		margin-bottom: 20px;
	}
	.sidebar_title span {
		display: block;
		width: 190px;
		border-bottom: 1px solid #ddcebf;
		font-family: sans-serif;
		font-weight: normal;
	} 
	.sidebar_top_list li {
		margin-bottom: 25px;
	}
	.sidebar_top_list li:last-child {
		margin-bottom: 0;
	}
	.sidebar_active {

	}
	.sidebar_active a,
	.sidebar_active span {
	    width: 100%;
	    display: block;
	    padding-top: 2px;
	    font-size: 1.4rem;
	}
	.sidebar_nav a:hover,
	.sidebar_active span {
		color: #fff;
		background: #d62850;
	}
	.sidebar_active span:before{
		content: '';
	    border: 4px solid transparent;
	    border-left: 4px solid #d72850;
	    display: inline-block;
		border-left: 4px solid #fff;
	    position: relative;
	}

	#clinic .sidebar_nav_hover a:before,
	#kenshin .sidebar_nav_hover a:before,
	#jin .sidebar_nav_hover a:before,
	.sidebar_nav_hover a:before {
		border-left: 4px solid #fff;
	    position: relative;
	}

	.sidebar_nav_sub a:hover {
		background: #fff;
		color: #d72850;
	}
	.sidebar_nav_sub .sidebar_nav_hover a:before {
		border-left: 4px solid #d72850;
	}
	.sidebar_nav_sub .sidebar_active span {
		font-size: 1.3rem;
		width: auto;
		margin-left: 8px;
		background: #fff;
		color: #d72850;
	}
	.sidebar_nav_sub .sidebar_active span:before {
		border-left: 4px solid #d72850;
	}

	/* ▼footer
	----------------------------------------------- */

	.footer {
		text-align: center;
		padding: 6px;
		border-top: 1px solid #ddcebf;
		margin-top: 30px;
	}
	.footer_top {
		border-top: none;
		border-bottom: 5px #da2850 solid;
		margin-top: 20px;
	}

/*
	.g_footer {
		border-bottom: 5px #0a4692 solid;
	}

*/


	/* ▼topPage
	----------------------------------------------- */

	.main_slide {
		margin-bottom: 40px;
	}

	.news_box {
		width: 660px;
/* 		height: 255px; */
		padding: 11px 0 4px;
		margin-bottom: 24px;
		font-size: 1.2rem;

		background : -moz-linear-gradient(50% 100% 90deg,rgba(225, 210, 195, 1) 0%,rgba(240, 235, 230, 1) 100%);
		background : -webkit-linear-gradient(90deg, rgba(225, 210, 195, 1) 0%, rgba(240, 235, 230, 1) 100%);
		background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(225, 210, 195, 1) ),color-stop(1,rgba(240, 235, 230, 1) ));
		background : -o-linear-gradient(90deg, rgba(225, 210, 195, 1) 0%, rgba(240, 235, 230, 1) 100%);
		background : -ms-linear-gradient(90deg, rgba(225, 210, 195, 1) 0%, rgba(240, 235, 230, 1) 100%);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1D2C3', endColorstr='#F0EBE6' ,GradientType=0)";
		background : linear-gradient(0deg, rgba(225, 210, 195, 1) 0%, rgba(240, 235, 230, 1) 100%);
	}
	.news_head_box {
		height: 47px;
		font-family: sans-serif;
		font-weight: normal;
		color: #501e0a;
		line-height: 47px;
	}
	.news_head {
		height: 22px;
		font-family: sans-serif;
		font-weight: normal;
		color: #501e0a;
		padding-left: 12px;
		margin-bottom: 11px;
		border-left: 4px solid #db2850;
	}
	.news_more {
		float: right;
		font-size: 1.2rem;
		margin-right: 6px;
	    padding-top: 2px;
	}
	.news_list {
		margin: 0 4px 0;
	}
	.news_list dt,
	.news_list dd {
		height: 40px;
		line-height: 40px;
		margin-bottom: 1px;
		background: #fff;
		float: left;
	}
	.news_list dd {
		width: 549px;
	}
	.news_list__day {
		width: 103px;
		display: inline-block;
		padding-left: 13px;
	}
	.news_list a {
		text-decoration: underline;
	}
	.another_clinic li {
		float: left;
		margin-right: 30px;
	}
	.another_clinic li:last-child {
		margin-right: 0;
	}





	.visible_pc {
		display: block;
	}
	.visible_pc_inline {
		display: inline-block;
	}
	.visible_sp {
		display: none;
	}





	.news_page_list {
		padding: 1px 0;
		margin: 0;
	}
	.news_page_list dt,
	.news_page_list dd {
		height: 46px;
		line-height: 46px;
	}
	.news_page_list dt {
		width: 110px;
	}
	.news_page_list dd {
		width: 616px;
		position: relative;
	}
	.news_page_list dd:after {
	    content: "";
	    border: 4px solid transparent;
	    border-left: 4px solid #d72850;
	    display: inline-block;
	    position: absolute;
	    right: 10px;
	    top: 20px;
	}
	.news_page_list a {
		width: 730px;
		height: 50px;
		border: 2px solid #e8c9d0;
		margin-bottom: 1px;
		display: block;
	}
	.news_page_list a:last-child {
		margin-bottom: 0;
	}
	.contents section {
		margin-bottom: 30px;
	}
	.contents p {
		line-height: 1.8;
		margin-bottom: 10px;
	}
	.contents_box {
		margin-bottom: 30px;
	}
	.contents section h3 {
		height: 26px;
		padding: 1px 0 0 20px;
		border-left: 2px solid #d72850;
		font-size: 1.6rem;
		font-weight: normal;
		color: #501e0a;
	    margin-bottom: 10px;
	}
	.contents section .similar_h3 {
		height: 26px;
		padding: 1px 0 0 20px;
		font-size: 1.6rem;
		font-weight: normal;
		color: #501e0a;
	    margin-bottom: 10px;
	}

	.subpage_table th,
	.subpage_table td {
		padding: 8px 16px;
	}












	/* ▼赤心クリニック
	----------------------------------------------- */

	#clinic .gmenu li {
		width: 178px;
	}
	#clinic .gmenu li:first-child {
		width: 90px;
	}
	#clinic .gmenu a {
		color: #f0821e;
	}
	#clinic .header_top {
	    border-top: 5px #f0821e solid;
	    border-bottom: 5px #f0821e solid;
	}
	#clinic .footer_top {
		border-bottom: 5px #f0821e solid;
	}
	#clinic .gmenu a:hover,
	#clinic .gmenu_active {
		border-bottom: 1px solid #f0821e;
	}
	#clinic .news_page_list a {
		border: 2px solid #fad9bb;
	}
	#clinic .news_page_list dd:after {
		border-left: 4px solid #f0821e;
	}

	/* ▼赤心堂総合健診クリニック
	----------------------------------------------- */
	#kenshin .gmenu a {
		color: #78c628;
	}
	#kenshin .header_top {
	    border-top: 5px #78c628 solid;
	    border-bottom: 5px #78c628 solid;
	}
	#kenshin .header_address {
		margin-top: 16px;
	}
	#kenshin .footer_top {
		border-bottom: 5px #78c628 solid;
	}

	#kenshin .news_page_list a {
		border: 2px solid #d6eebe;
	}

	#kenshin .news_page_list dd:after {
		border-left: 4px solid #78c628;
	}
	#kenshin .gmenu a:hover,
	#kenshin .gmenu_active {
		border-bottom: 1px solid #78c628;
	}

	.dock_table {
		width: 50%;
	}


	/* ▼上福岡腎クリニック
	----------------------------------------------- */
	#jin .gmenu a {
		color: #1ebbcf;
	}
	#jin .gmenu li {
		width: 220px;
	}
	#jin .gmenu li:first-child {
		width: 100px;
	}
	#jin .header_top {
	    border-top: 5px #1ebbcf solid;
	    border-bottom: 5px #1ebbcf solid;
	}
	#jin .header_address {
/* 		margin-top: 16px; */
	}
	#jin .footer_top {
		border-bottom: 5px #1ebbcf solid;
	}
	#jin .news_page_list a {
		border: 2px solid #bbebf1;
	}
	#jin .news_page_list dd:after {
		border-left: 4px solid #1ebbcf;
	}
	#jin .gmenu a:hover,
	#jin .gmenu_active {
		border-bottom: 1px solid #1ebbcf;
	}



	/* ▼赤心堂グループ
	----------------------------------------------- */

	#group .gmenu li {
		width: 178px;
	}
	#group .gmenu li:first-child {
		width: 90px;
	}
	#group .gmenu a {
		color: #0a4691;
	}
	#group header {
		margin-bottom: 50px;
	}
	#group .header_top {
	    border-top: 5px #0a4691 solid;
	    border-bottom: 5px #0a4691 solid;
	}
	#group footer {
		border-bottom: 5px solid #0a4691;
	}
	#group .footer_top {
		border-bottom: 5px #0a4691 solid;
	}
	#group .gmenu a:hover,
	#group .gmenu_active {
		border-bottom: 1px solid #0a4691;
	}
	#group .news_page_list a {
		border: 2px solid #0a4691;
	}
	#group .news_page_list dd:after {
		border-left: 4px solid #0a4691;
	}



}





































/* ===========================
		SP表示
=========================== */
@media (max-width: 767px) {

	.main_box_top {
		width: 100%;
	}

	.visible_pc_inline,
	.visible_pc {
		display: none;
	}
	.visible_sp {
		display: block;
	}

	.wrapper {
	}
	.main_box {
		width: 90%;
		margin: 0 auto;
	}
	.main_slide img {
		width: 100%;
	}
	.list_decimal {
		padding-left: 24px;
	}

	.header {
		background: #f5f5f5;
	}
	.header_inner {
		width: auto;
		height: 60px;
		border-top: 5px #da2850 solid;
		border-bottom: 5px #da2850 solid;
	}
	.logo {
		height: 100%;
		float: left;
		padding-left: 5%;
	}
	.logo img {
		height: 100%;
	}
	.thumbnail {
		margin-bottom: 10px;
		float: none;
	}
	.thumbnail img,
	.thumbnail-r img {
		width: 100%;
	}
	.hamburger_button {
		float: right;
		padding: 8px 4% 0;
	}
	.hamburger_button img {
		width: 30px;
	}
	.drawer_menu {
		display: none;
	}
	.open {
		display: block !important;
	}
	.main_slide {
		margin-bottom: 15px;
	}
	.w353,
	.w416,
	.w498 {
		width: 100%;
	}
	.table_wrap_slide {
		overflow-x: scroll;
	}

	.news_box {
		width: 90%;
		margin: auto;
	}
	.news_head {
		border-left: 3px solid #d82850;
		color: #501e0a;
		font-family: sans-serif;
		font-weight: normal;
		font-size: 1.2rem;
		margin-bottom: 10px;
		padding-left: 4px;
	}
	.news_list {
		margin-bottom: 8px;
	}
	.news_list dl {
		font-size: 1.2rem;
	}
	.news_list dt,
	.news_list dd {
		float: left;
	}
	.news_list dt {
		width: 21%;
	}
	.news_list dd {
		width: 78%;
		margin-bottom: 4px;
	}
	.news_list dd a {
	}

	.news_more {
		text-align: center;
		margin-bottom: 14px;
	}
	#contact_button,
	.contact_button {
		height: 60px;
		width: 80%;

		margin: 0 auto 25px;
		background: #d82850;
		text-align: center;
		font-family: sans-serif;
		font-size: 2.6rem;
		line-height: 60px;
	}
	#contact_button a,
	.contact_button a {
		display: block;
		color: #fff;
		font-size: 2.6rem;
		padding: 0;		
	}




	.link_list ul {
		padding: 25px 0;
		border-top: 3px solid #ede8e3;
		border-bottom: 3px solid #ede8e3;
	}

	.link_list li {
		width: 80%;
		height: 50px;
		margin: auto;
		background: #decfc0;
		line-height: 50px;
	    margin-bottom: 25px;
	}
	.link_list li:last-child {
		margin-bottom: 0;
	}
	.link_list figure {
		display: inline-block;
		margin-right: 10px;
	}
	.link_list li img {
		vertical-align: middle;
		padding-bottom: 4px;
	}

	.link_list a {
		padding-left: 10px;
		font-size: 1.6rem;
		font-family: sans-serif;
		color: #501e0a;
		display: block;
	}
	.link_list span {
		display: inline-block;
		width : -webkit-calc(100% - 60px);
		width: calc(100%-60px);
		text-align: center;
	}

	.link_list .link_list__saiyou,
	.link_list .link_list__kangobu {
		height: 80px;
		line-height: 80px;
	}
	.link_list .link_list__saiyou span,
	.link_list .link_list__kangobu span {
		font-size: 2.8rem;
		color: #fff;
	}
	.link_list .link_list__saiyou img,
	.link_list .link_list__kangobu img {
		padding-bottom: 10px;
	}
	.link_list .link_list__saiyou {
		background: #2d80d3;
	}
	.link_list .link_list__saiyou span {
		width : -webkit-calc(100% - 72px);
		width: calc(100%-72px);
	}
	.link_list .link_list__kangobu {
		background: #d82850;
	}
	.link_list .link_list__kangobu span {
		width : -webkit-calc(100% - 100px);
		width: calc(100%-100px);
	}
	.link_list .yuryokenshin_button {
		line-height: 1.2;
		background: #fff;
		border: 2px solid #f5f0e6;
	}
	.link_list .yuryokenshin_button a {
		padding-top: 5px;
	}
	.link_list .yuryokenshin_button span,
	.link_list .yuryokenshin_button img {
		vertical-align: middle;
	}
	.link_list .yuryokenshin_button img {
		padding-bottom: 0;
	}

	.another_clinic li {
		width: 80%;
		height: 120px;
		margin: 25px auto;
		background: #f5f0e6;

	}
	.another_clinic.visible_sp li {
		position: relative;
	}
	.another_clinic.visible_sp li a {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.another_clinic__title_box {
		display: inline-block;
		width : -webkit-calc(100% - 120px);
		width: calc(100%-120px);
		text-align: center;
	}
	.another_clinic img {
		vertical-align: middle;
	}

	.footer {
		padding: 10px 0 20px;
		background: #d82850;
		color: #fff;
		font-size: 1.2rem;
	}
	.footer_inner {
		text-align: center;
	}
	.footer .address a {
		color: #fff;
	}

	.w183 img {
		width: 183px;
	}

	.dl_table dt {
		float: none;
	}
	.dl_table dd {
		padding: 0;
		margin: 0 0 10px 0;
	}

	.main_box_title_parent_box {
		text-align: center;
		margin: 30px 0 0;
		padding-bottom: 8px;
		border-bottom: 2px solid #dbccbd;
	}
	.main_box_title_parent,
	.main_box_title,
	.main_box_contents_title {
		font-weight: normal;
		font-family: sans-serif;
		color: #501e0a;
	}
	.main_box_title_parent {
		font-size: 2rem;
	}
	.main_box_title {
		margin: 22px 0 15px;
	}
	.main_box_title span {
		font-size: 3rem;
		border-bottom: 5px solid #faf064;
	}
	.main_box_contents_title {
		height: 35px;
		line-height: 35px;
		background: #f3eee4;
		padding-left: 15px;
		margin-bottom: 24px;
	}
	.main_box_contents_title span{
		font-size: 1.5rem;
		vertical-align: middle;
	}
	.contents {
		font-size: 1.5rem;
		padding-top: 20px;
	}
	.contents section {
		margin-bottom: 30px;
	}
	.contents p {
		margin-bottom: 10px;
	}
	.back_button button {
		width: 80px;
		height: 80px;
		background : #F7D4DC;
		border-radius : 30px;
		-moz-border-radius : 15px;
		-webkit-border-radius : 15px;
		font-size: 1.4rem;
		color: #d62850;
		margin: 22px 0;
	}
	.back_button {
	  text-align: center;
	}
	.contents section h3 {
		padding-left: 14px;
		border-left: 2px solid #d72850;
	    margin-bottom: 10px;
		font-weight: normal;
		color: #501e0a;
	}
	.g_map a:before {
	    content: "";
	    border: 4px solid transparent;
	    border-left: 4px solid #d72850;
	    display: inline-block;
	}
	pr_li {
		list-style-type: none;
	}

	.line-break{
		word-wrap: break-word;
	}

	.sp_img_wide img,
	.access_map img {
		width: 100%;
	}



	/* ▼news.html お知らせ一覧
	----------------------------------------------- */
	.news_page_list {
		padding-bottom: 30px;
	}
	.news_page_list dt,
	.news_page_list dd {
		float: none;
	}
	.news_page_list dt {
		margin-bottom: 6px;
	}
	.news_page_list dd {
		width: 100%;
		margin-bottom: 22px;
	}
	.news_underline {
		text-decoration: underline;
		color: #d62850;
	}
	.news_page_list a {
		text-decoration: none;
	}
	.news_page_contact_button {
		padding: 30px 0;
		border-top: 2px solid #dbccbd;
		border-bottom: 2px solid #dbccbd;
		margin-bottom: 30px;
	}
	.news_page_contact_button .contact_button {
		margin-bottom: 0;
	}



	/* ▼outpatient.html 受診のご案内
	----------------------------------------------- */

	.detail_nav {
		margin-top: 50px;
	}
	.detail_nav li {
		height: 52px;
		line-height: 52px;
		border-top: 1px solid #dbccbd;
		background: url(../images/allow_left.png) no-repeat;
		background-position: 5%;
		background-size: 10px;

	}
	.detail_nav span,
	.detail_nav a{
		display: block;
		color: #d52850;
		font-size: 1.4rem;
		padding-left: 10%;
	}


	/* ▼下層ページ - テーブル
	----------------------------------------------- */
	.subpage_table th,
	.subpage_table td {
		padding: 4px;
	}

	.endoscope_table {
		font-size: 1rem;
	}


	.radio .right {
		float: none;
	}





	#global-nav {
		width: 280px;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 999;
		background: #FFF;
		overflow-y: auto;
	}
	.wrapper {
		width: 100%;
	}
	.drawer_menu {
		display: block;
	}
	#global-nav,
	.wrapper {
		transition: all 0.5s ease
	}
	#disable-layer {
		width: 100%;
		height: 100%;
		display: none;
		background: rgba(0,0,0,0.3);
		position: fixed;
		left: 0;
		top: 0;
		z-index: 998;
	}



	.drawer_menu {
		background: #f5f5f5;
		border: 1px solid #decfc0;
	}
	.drawer_menu li {
		border-bottom: 1px solid #decfc0;
	}
	.drawer_menu a {
		display: block;
		height: 54px;
		line-height: 54px;
		font-size: 1.6rem;

		padding-left: 14px;
	}
	.drawer_menu .f_clr_pink a {
		color: #db2850;
	}
	.drawer_menu li:last-of-type {
		border-bottom: 1px solid #db2850;
	}


	.department_list li {
		width: 100%;
	}
	.department_list li a {
		width: auto;
		display: block;
		line-height: 60px;
		padding-left: 22px;
	}
	.department_list li a:before {
	    left: 2px;
	    top: -2px;
		margin-right: 10px;
	}


	.nurse_menu {
		width: 96%;
		margin: auto;
	}
	.nurse_menu li {
		margin-bottom: 10px;
		line-height: 40px;
		width: 48%;
	}
	.nurse_menu li:nth-child(odd) {
		float: left;
	}
	.nurse_menu li:nth-child(even) {
		float: right;
	}
	.nurse_menu li:after {
		left: 50%;
	}
	.nurse_menu li:last-child {
		margin-bottom: 20px;
	}

	.nurse_strong {
	    display: block;
	    margin-top: 5px;
	}

	.nurse_point_image {
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}

	body.surge .figure_mini {
		width: 76px;
	}
	body.surge .dl_table {
		width: 90%;
	}
	body.surge .dl_table dt {
	    float: none;
	    clear: both;
		margin: 0;
		padding: 0;

	}
	body.surge .dl_table dd {
	    font-weight: bold;
		margin: 0;
		padding: 0;
	}

	body.surge .figure_mini + .right {
		width: 100%;
	}
	body.surge .figure_mini {
		width: 100%;
		margin-bottom: 16px;
	}
	body.surge .right {
		float: left;
	}
	body.surge figure {
		width: 100%;
		text-align: center;
		margin-bottom: 16px;
	}



	/* ▼赤心クリニック
	----------------------------------------------- */
	#clinic .header_inner {
		height: 60px;
	    border-top: 5px #f0821e solid;
	    border-bottom: 5px #f0821e solid;
	}
	#clinic .hamburger_button img {
	    width: 30px;
	}
	#clinic .footer {
		background: #f0821e;
	}

	#clinic .detail_nav li {
		background: url(../images/allow_left_clinic.png) no-repeat;
		background-position: 5%;
	    background-size: 10px;
	}
	#clinic .drawer_menu li:last-of-type {
		border-bottom: 1px solid #f0821e;
	}

	#clinic .news_underline {
		color: #f0821e;
	}
	#clinic .intro figure {
		width: 100%;
		text-align: center;
	}

	/* ▼赤心堂総合健診クリニック
	----------------------------------------------- */

	#kenshin .header_inner {
	    border-top: 5px #78c628 solid;
	    border-bottom: 5px #78c628 solid;
	}

	#kenshin .footer {
		background: #78c628;
	}
	#kenshin .sidebar_nav_sub a:hover {

	}
	#kenshin .drawer_menu li:last-of-type {
		border-bottom: 1px solid #78c628;
	}

	#kenshin .detail_nav li {
		background: url(../images/allow_left_kenshin.png) no-repeat;
		background-position: 5%;
	    background-size: 10px;
	}
	#kenshin .news_underline {
		color: #78c628;
	}

	#kenshin .news_underline {
		color: #78c628;
	}
	#kenshin .intro figure {
		width: 100%;
		text-align: center;
	}
	.dock dl {
		margin: 0 3%;
	}
	.dock .dock_flow_table dt {
		padding-left: 3%;
	}

	/* ▼上福岡腎クリニック
	----------------------------------------------- */

	#jin .header_inner {
	    border-top: 5px #1ebbcf solid;
	    border-bottom: 5px #1ebbcf solid;
	}
	#jin .hamburger_button {
	    padding: 8px 4% 0 3%;
	}

	#jin .footer {
		background: #1ebbcf;
	}
	#jin .drawer_menu li:last-of-type {
		border-bottom: 1px solid #1ebbcf;
	}


	#jin .sidebar_nav_sub a:hover {

	}
	#jin .detail_nav li {
		background: url(../images/allow_left_jin.png) no-repeat;
		background-position: 5%;
	    background-size: 10px;
	}
	#jin .news_underline {
		color: #1ebbcf;
	}
	#jin .news_page_list dd:after {
		border-left: 4px solid #1ebbcf;
	}
	#jin .intro figure {
		width: 100%;
		text-align: center;
	}
	#jin .access_map_jin img {
		width: 100% !important;
	}



	/* ▼サイトマップ
	----------------------------------------------- */

	#sitemap .left {
	}
	#sitemap .contents .left {
		width: 100%;
	}
	#sitemap .contents .pl-2rem {
		margin-bottom: 30px;
	}
	#sitemap .contents a {
		font-size: 1.5rem;
	}

	#entry_form_table textarea {
		width: 100%;
	}


	#entry_form_table tr, #entry_form_table th, #entry_form_table td {
	    display: block;
	}
	#entry_form_table th {
		width: 100%;
		margin-top: 10px;
		margin-bottom: -10px;
	}

	#entry_form_table .others {
		width: 100% !important;
	}

	#entry_form_table .name_field {
		width: 49%;
	}

	/* ▼赤心堂グループ
	----------------------------------------------- */

	#group .header_inner {
	    border-top: 5px #0a4691 solid;
	    border-bottom: 5px #0a4691 solid;
	}

	#group .footer {
		background: #0a4691;
	}
	#group .detail_nav li {
		background: url(../images/allow_left_group.svg) no-repeat;
		background-position: 5%;
	    background-size: 10px;
	}
	#group .detail_nav span,
	#group .detail_nav a {
		color: #0a4691;
	}
	#group .drawer_menu li:last-of-type {
		border-bottom: 1px solid #0a4691;
	}

	body.group_page .figure_mini {
		width: 76px;
	}
	body.group_page .dl_table {
		width: 90%;
	}
	body.group_page .dl_table dt {
	    float: none;
	    clear: both;
		margin: 0;
		padding: 0;

	}
	body.group_page .dl_table dd {
	    font-weight: bold;
		margin: 0;
		padding: 0;
	}

	body.group_page .figure_mini + .right {
		width: 100%;
	}
	body.group_page .figure_mini {
		width: 100%;
		margin-bottom: 16px;
	}
	body.group_page .right {
		float: left;
	}
	body.group_page figure {
		width: 100%;
		text-align: center;
		margin-bottom: 16px;
	}


	#group .recruit_link li {
		width: 100%;
		height: 63px;
		line-height: 60px;
		margin-bottom: 14px;
	}
	#group .recruit_link li:nth-child(3) {
		padding: 10px 0;
	}
	#group .j_category {
		font-size: 1.8rem;
	}

	/* ▼テーブルレイアウト
	----------------------------------------------- */
	.no_br {
		white-space: nowrap;
	}





}
