@charset "Shift_JIS";

/* index
---------------------------------------------------- */
.index_main {
	width: 100%;
	height: 500px;
	border-bottom: 3px solid #33c156;
}
.index_main .swiper-slide {
	background-position: center center;
	background-size: cover;
}
.index_main .slide1 {
	background-image: url(../images/index/slide1.jpg);
}
.index_main .slide2 {
	background-image: url(../images/index/slide2.jpg);
}
.index_main .slide3 {
	background-image: url(../images/index/slide3.jpg);
}
.index_main .contents p {
	font-size: 36px;
	line-height: 48px;
	letter-spacing: 0.05em;
	font-family: 'hannari';
}
.index_main .slide1 .contents p {
	color: #FFF;
	padding-top: 50px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}
.index_main .slide2 .contents p {
	text-align: right;
	color: #6f6854;
	padding: 310px 50px 0 0;
	text-shadow: 0px 0px 10px #FFF;
}
.index_main .slide3 .contents p {
	color: #FFF;
	padding-top: 80px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}

/* contents */
.index_contents {
	padding: 50px 0;
}
.index_contents ul {
	margin-left: -40px;
}
.index_contents ul li {
	float: left;
	width: 480px;
	margin-left: 40px;
}
.index_contents ul li .inner {
	width: 480px;
	padding: 5px;
	margin-bottom: 30px;
	text-align: center;
	background-color: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	box-shadow: 0px 0px 6px 3px rgba(168,164,131,0.2);
}
.index_contents ul li .inner .txt {
	padding: 10px 0;
	font-size: 16px;
	line-height: 26px;
	background-image: linear-gradient(to right, #999999, #999999 1px, transparent 1px, transparent 4px);
	background-size: 5px 1px;
	background-position: bottom;
	background-repeat: repeat-x;
}
.index_contents ul li .inner .tel {
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	font-family: 'KosugiMaru';
	color: #684a1a;
}
.index_contents ul li .inner .tel span {
	font-size: 22px;
	letter-spacing: 0.1em;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 32px;
}
.index_contents ul li:nth-child(1) .inner .tel span {
	background-image: url(../images/index/tel01.png);
}
.index_contents ul li:nth-child(2) .inner .tel span {
	background-image: url(../images/index/tel02.png);
}

/* news */
.index_news {
	padding: 50px 0;
	min-width: 1000px;
	background-image: url(../images/index/news.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index_news ul {
	margin-left: -40px;
}
.index_news ul li {
	float: left;
	width: 480px;
	margin-left: 40px;
	position: relative;
}
.index_news ul li .news_btn {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	padding: 3px 15px;
	background-color: #f5a812;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.index_news ul li .news_btn:hover {
	opacity: 0.7;
}
.index_news ul li .news_btn span {
	position: relative;
	padding-right: 20px;
}
.index_news ul li .news_btn span::before,
.index_news ul li .news_btn span::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.index_news ul li .news_btn span::before{
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
}
.index_news ul li .news_btn span::after{
    right: 5px;
    width: 3px;
    height: 3px;
    border-top: 2px solid #f5a812;
    border-right: 2px solid #f5a812;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.index_news ul li h2 {
	font-size: 28px;
	color: #FFF;
	letter-spacing: 0.05em;
}
.index_news ul li h2 span {
	background-image: url(../images/index/news_ico.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 37px;
}
.index_news ul li .inner {
	width: 480px;
	height: 250px;
	padding: 15px;
	margin-top: 30px;
	background-color: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.index_news ul li .inner ul {
	margin-left: 0;
	width: 94%;
    overflow: hidden;
}
.index_news ul li .inner ul li {
	float: none;
	width: auto;
	margin: 0 0 10px;
	padding: 0 0 10px;
	background-image: linear-gradient(to right, #999999, #999999 1px, transparent 1px, transparent 4px);
	background-size: 5px 1px;
	background-position: bottom;
	background-repeat: repeat-x;
}
.index_news ul li .inner ul li .date {
	float: left;
	font-weight: bold;
}
.index_news ul li .inner ul li .ico {
	margin-left: 140px;
	font-size: 14px;
	color: #FFF;
	width: 125px;
	text-align: center;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* 聖光会病院のお知らせ
#newsbox1 ul li .news {
	background-color: #06beff;
}
#newsbox1 ul li .other {
	background-color: #8b8b8b;
}
 */
/* ケアセンターのお知らせ
#newsbox2 ul li .news {
	background-color: #ff60a2;
}
#newsbox2 ul li .event {
	background-color: #ff3300;
}
#newsbox2 ul li .other {
	background-color: #8b8b8b;
}
 */

.index_news ul li .inner ul li .txt {
	margin-top: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_news ul li .inner .newsbox {
	width: 450px;
	height: 220px;
	overflow: auto;
    position: relative;
}

/* bn */
.index_bn {
	padding: 50px 0;
	background-image: url(../images/index/bn_bg.png);
	min-width: 1000px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index_bn ul {
	margin: -40px 0 0 -40px;
}
.index_bn ul li {
	float: left;
	width: 480px;
	margin: 40px 0 0 40px;
	overflow: hidden;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-shadow: 0px 0px 6px 3px rgba(168,164,131,0.2);
}
.index_bn ul li:nth-child(1) {
	border: 1px solid #06beff;
}
.index_bn ul li:nth-child(2) {
	border: 1px solid #ff60a2;
}
.index_bn ul li:nth-child(3),
.index_bn ul li:nth-child(4) {
	border: 1px solid #c49a2a;
}


/* btn
---------------------------------------------------- */
a.btn {
	width: 450px;
	margin: 0 auto;
	padding: 20px 0;
	display: block;
	background-color: #f5a812;
	text-align: center;
	color: #FFF!important;
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
a.btn span {
	background-image: url(../images/common/contact_ico.png);
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 35px;
}
a.btn:hover {
	opacity: 0.7;
}

a.sbtn {
	width: 280px;
	margin: 20px auto 0;
	padding: 16px 0;
	display: block;
	background-color: #FFF;
	border: 2px solid #e0dace;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
a.sbtn span {
	display: inline-block;
	padding-right: 25px;
	position: relative;
}
a.sbtn span::before,
a.sbtn span::after{
    position: absolute;
    top: 0;
    bottom: 0;
	right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
a.sbtn span::before{
    box-sizing: border-box;
    width: 20px;
    height: 20px;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}
a.sbtn span::after{
    right: 7px;
    width: 5px;
    height: 5px;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.sbtn:hover {
	opacity: 0.7;
}


/* top
---------------------------------------------------- */
.top_menu {
	border-top: 1px solid #684a1a;
	border-bottom: 1px solid #684a1a;
	background-color: #FFF;
}
.top_menu p {
	display: none;
}
.top_menu ul li {
	float: left;
	text-align: center;
	font-size: 18px;
}
.top_menu ul li a {
	display: block;
	padding: 15px 0;
	font-weight: bold;
	color: #684a1a;
	letter-spacing: 0.05em;
}
.top_menu ul li a.stay,
.top_menu ul li a:hover {
	color: #FFF;
}

/* top_main */
.top_main {
	height: 450px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top_main h1 {
	font-size: 60px;
	font-family: 'hannari';
	text-shadow: 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff;
}
.top_main h1 span {
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* top_contents */
.top_contents {
	padding: 0 0 70px;
	margin-top: -45px;
}
.top_contents ul {
	margin-left: -50px;
}
.top_contents ul li {
	float: left;
	width: 300px;
	margin-left: 50px;
	background-color: #FFF;
	overflow: hidden;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	box-shadow: 0px 0px 6px 3px rgba(168,164,131,0.2);
}
.top_contents ul li .inner {
	padding: 15px;
	background-position: left top;
	background-repeat: no-repeat;
}
.top_contents ul li .inner .ttl {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding-right: 35px;
}
.top_contents ul li .inner .ttl::before,
.top_contents ul li .inner .ttl::after{
    position: absolute;
    top: 0;
    bottom: 0;
	right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.top_contents ul li .inner .ttl::before{
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.top_contents ul li .inner .ttl::after{
    right: 9px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.top_contents ul li .inner .txt {
	padding-top: 15px;
	margin-top: 10px;
	color: #333333;
	background-image: linear-gradient(to right, #999999, #999999 2px, transparent 2px, transparent 4px);
    background-size: 5px 2px;
    background-position: top;
    background-repeat: repeat-x;
}
.top_contents ul li a:hover {
	opacity: 0.7;
}
.top_contents ul li a:hover p {
	opacity: 0.7;
}

/* top_news */
.top_news {
	padding: 50px 0;
	min-width: 1000px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top_news .contents {
	position: relative;
}
.top_news .news_btn {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	padding: 3px 15px;
	background-color: #f5a812;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.top_news .news_btn:hover {
	opacity: 0.7;
}
.top_news .news_btn span {
	position: relative;
	padding-right: 20px;
}
.top_news .news_btn span::before,
.top_news .news_btn span::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.top_news .news_btn span::before{
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
}
.top_news .news_btn span::after{
    right: 5px;
    width: 3px;
    height: 3px;
    border-top: 2px solid #f5a812;
    border-right: 2px solid #f5a812;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.top_news h2 {
	font-size: 28px;
	color: #FFF;
	letter-spacing: 0.05em;
}
.top_news h2 span {
	background-image: url(../images/index/news_ico.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 37px;
}
.top_news .inner {
	width: 100%;
	height: 250px;
	padding: 15px;
	margin-top: 30px;
	background-color: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.top_news .inner ul {
	margin-left: 0;
	width: 96%;
    overflow: hidden;
}
.top_news .inner ul li {
	float: none;
	width: auto;
	margin: 0 0 10px;
	padding: 0 0 10px;
	background-image: linear-gradient(to right, #999999, #999999 1px, transparent 1px, transparent 4px);
	background-size: 5px 1px;
	background-position: bottom;
	background-repeat: repeat-x;
}
.top_news .inner ul li .date {
	float: left;
	font-weight: bold;
}
.top_news .inner ul li .ico {
	margin-left: 140px;
	font-size: 14px;
	color: #FFF;
	width: 125px;
	text-align: center;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.top_news .inner ul li .ico02 {
	background-color: #06beff;
}
.top_news .inner ul li .ico04 {
	background-color: #ff60a2;
}
.top_news .inner ul li .txt {
	margin-top: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top_news .inner .newsbox {
	width: 100%;
	height: 220px;
	overflow: auto;
    position: relative;
}

/* top_lead */
.top_lead {
	padding: 70px 0;
	min-width: 1000px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top_lead h2 {
	text-align: center;
	font-size: 36px;
	line-height: 48px;
	color: #6f6854;
	font-family: 'hannari';
	margin-bottom: 30px;
}
.top_lead p {
	text-align: center;
	line-height: 40px;
}


/* main
---------------------------------------------------- */
.main {
	background-image: url(../images/common/smain.jpg);
	background-position: center center;
	background-size: cover;
}
.main h1 {
	font-size: 50px;
	text-align: center;
	color: #FFF;
	font-family: 'hannari';
	padding: 70px 0 90px;
}
.main h1 span {
	display: block;
	font-size: 30px;
	margin-bottom: 20px;
}


/* left_contents
---------------------------------------------------- */
.left_contents {
	float: left;
	width: 260px;
	margin: 68px 0;
}

/* left_menu */
.left_menu {
	margin-bottom: 20px;
}
.left_menu li {
	border-bottom: 1px solid #999999;
}
.left_menu li a {
	display: block;
}
.left_menu li a span {
	position: relative;
	padding-left: 25px;
}
.left_menu li.up1 a {
	padding: 20px 0 20px 10px;
	font-weight: bold;
}
.left_menu li.up2 a {
	padding: 20px 0 20px 25px;
}
.left_menu li.up3 a {
	padding: 20px 0 20px 40px;
}
.left_menu li a span::before,
.left_menu li a span::after{
    position: absolute;
    top: 0;
    bottom: 0;
	left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.left_menu li.up1 a span::before{
    box-sizing: border-box;
    width: 20px;
    height: 20px;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}
.left_menu li a span::after{
    left: 5px;
    width: 5px;
    height: 5px;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* left_bn */
.left_bn li {
	margin-top: 20px;
	box-shadow: 0px 0px 6px 3px rgba(168,164,131,0.2);
}
.left_bn li img {
	width: 100%;
}


/* right_contents
---------------------------------------------------- */
.right_contents {
	float: right;
	width: 680px;
	margin: 68px 0 0;
}

/* contact_box */
.contact_box {
	margin-top: 30px;
}
.contact_box h3 {
	text-align: center;
	color: #FFF;
	font-size: 26px;
	padding: 15px 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}
.contact_box .inner {
	padding: 25px 0;
	background-color: #FFF;
	border-left: 2px solid #e0dace;
	border-right: 2px solid #e0dace;
	border-bottom: 2px solid #e0dace;
	-webkit-border-radius: 0 0 10px 10px / 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px / 0 0 10px 10px;
	border-radius: 0 0 10px 10px / 0 0 10px 10px;
}
.contact_box .inner p {
	text-align: center;
	margin-bottom: 20px;
}
.contact_box .inner ul {
	text-align: center;
	margin-bottom: 20px;
}
.contact_box .inner ul li {
	display: inline-block;
	font-size: 28px;
	text-align: left;
	margin: 0 20px;
	padding: 4px 0 4px 40px;
	font-family: 'KosugiMaru';
    color: #684a1a;
	font-weight: bold;
	vertical-align: top;
	letter-spacing: 0.1em;
	background-position: left top;
	background-repeat: no-repeat;
}
.contact_box .inner ul li span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* bn3 */
.bn3 {
	margin: -20px 0 0 -25px;
	padding-top: 30px;
}
.bn3 li {
	width: 210px;
	float: left;
	text-align: center;
	margin: 20px 0 0 25px;
	background-color: #FFF;
	border: 2px solid #e0dace;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.bn3 li a {
	display: block;
	padding: 20px 0;
}
.bn3 li a:hover {
	opacity: 0.7;
}
.bn3 li a:hover p {
	opacity: 0.7;
}
.bn3 li img {
	margin-bottom: 20px;
}
.bn3 li p {
	font-weight: bold;
	position: relative;
	display: inline-block;
    padding-right: 25px;
}
.bn3 li p::before,
.bn3 li p::after{
    position: absolute;
    top: 0;
    bottom: 0;
	right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.bn3 li p::before{
    box-sizing: border-box;
    width: 20px;
    height: 20px;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}
.bn3 li p::after{
    right: 7px;
    width: 5px;
    height: 5px;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bn3 li span {
	font-weight: bold;
	position: relative;
	display: block;
}
.bn3 li span::before,
.bn3 li span::after{
    position: absolute;
    top: 0;
    bottom: 0;
	right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.bn3 li span::before{
    box-sizing: border-box;
    width: 20px;
    height: 20px;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}
.bn3 li span::after{
    right: 17px;
    width: 5px;
    height: 5px;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bn3.bn_anc li span::after{
	top: -3px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/* lead */
.lead {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 5px;
}

/* time_table */
.time_table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
}
.time_table tr th {
	background-color: #7c7a7a;
	color: #FFF;
	width: 140px;
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
}
.time_table tr td {
	background-color: #FFF;
	padding: 10px 20px;
	background-image: linear-gradient(to right, #999999, #999999 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
}
.time_table tr:last-child td,
.time_table tr:last-child th {
	background-image: none;
}

/* target_table */
.target_table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}
.target_table tr th {
	background-color: #7c7a7a;
	color: #FFF;
	border-right: 1px dotted #bababa;
}
.target_table tr th:last-child {
	border-right: none;
}
.target_table tr .pp {
	width: 60px;
	text-align: center;
}
.target_table tr td {
	background-color: #FFF;
	padding: 10px;
	border-right: 1px dotted #bababa;
	border-bottom: 1px dotted #bababa;
}
.target_table tr td.pp {
	font-size: 24px;
	font-weight: bold;
}
.target_table tr td:last-child {
	border-right: none;
}
.target_table tr:last-child td {
	border-bottom: none;
}
.table_center td {
	text-align: center;
}
.table_center th.week {
	width: 100px;
}

/* img2 */
.img2 {
	margin: -30px 0 0 -40px;
}
.img2 li {
	float: left;
	width: 320px;
	margin: 40px 0 0 40px;
}
.img2 li img {
	width: 100%;
}
.img2 li p {
	margin-top: 10px;
}

/* service_blc */
.service_blc {
	margin: -30px 0 0 -40px;
}
.service_blc li {
	float: left;
	width: 320px;
	margin: 40px 0 0 40px;
}
.service_blc li .lead {
	font-size: 18px;
}
.service_blc li img {
	width: 100%;
}

/* disc */
ul.disc li {
	list-style: disc;
	margin-left: 20px;
}

/* latin */
ul.latin li {
	list-style-type: lower-latin;
	margin-left: 20px;
}

/* num */
ul.num li {
	list-style: decimal;
	margin-left: 20px;
}

/* flow */
ul.flow li {
	list-style: disc;
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	width: 100%;
	min-width: 115px;
	background: #FFF;
	border: 2px solid #e0dace;
	z-index: 0;
	margin-bottom: 20px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
ul.flow li .step {
	float: left;
	width: 60px;
	height: 60px;
	color: #FFF;
	text-align: center;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
ul.flow li .step p {
	padding-top: 6px;
	font-size: 28px;
	line-height: 22px;
}
ul.flow li .step p span {
	display: block;
	font-size: 12px;
}
ul.flow li .time {
	float: left;
	width: 60px;
	line-height: 60px;
	color: #FFF;
	text-align: center;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
ul.flow li p.ttl {
	font-size: 18px;
	font-weight: bold;
	padding-left: 75px;
}
ul.flow li p.txt {
	padding-left: 75px;
}
ul.flow li:before {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #FFF transparent transparent transparent;
	z-index: 0;
}
ul.flow li:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #e0dace transparent transparent transparent;
	z-index: -1;
}
ul.flow li:last-child:before,
ul.flow li:last-child:after {
	display: none;
}

/* catch */
.catch {
	text-align: center;
	border: 10px solid #e0eef2;
	box-shadow: 0px 0px 0px 1px #06beff;
	font-family: 'hannari';
	font-size: 42px;
	font-weight: bold;
	color: #06beff;
	padding: 30px 0;
	margin-bottom: 50px;
	background-color: #FFF;
}
.catch span {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	display: block;
	margin-top: 20px;
}

/* greeting */
.greeting p {
	margin-bottom: 20px;
}
.greeting p.name {
	text-align: right;
	font-size: 20px;
	margin-top: 50px;
}

.img_w100 {
	max-width: 100%;
	display: block;
	margin: 20px auto 30px;
}


/* news_contents
---------------------------------------------------- */
.news_contents {
	float: left;
	width: 680px;
	margin: 68px 0;
}
.news_contents ul li {
	background-image: linear-gradient(to right, #333333, #333333 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
	padding: 18px 0;
}
.news_contents ul li .date {
	font-weight: bold;
  vertical-align: middle;
  display: inline-block
}
.news_contents ul li .ico {
	font-size: 14px;
  line-height: 1;
	color: #FFF;
	width: 8em;
	text-align: center;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  margin-left: 0.75em;
  padding: 0.5em;
  vertical-align: middle;
  display: inline-block
}
.news_contents ul li .txt {
  margin-top: 0.375em;
}
.news_contents .news_content {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 3px solid #e0dace;
  letter-spacing: -0.4em;
}
.news_contents .news_content a {
  text-decoration: underline;
}
.news_contents .news_content > * {
  letter-spacing: normal;
}
.news_contents .news_content img {
	max-width: 100%;
  height: auto;
}
.news_contents .news_content img.size-medium {
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: top;
  display: inline-block;
}
.news_contents .news_content .wp-caption {
  margin-bottom: 10px;
  vertical-align: top;
  display: inline-block;
}
.news_contents .news_content .wp-caption img.size-medium {
  margin: 0;
}
.news_contents .pager {
	margin-top: 15px;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.news_contents .pager p {
	display: table-cell;
	text-align: center;
}
.news_contents .pager p:first-child {
	text-align: left;
}
.news_contents .pager p:last-child {
	text-align: right;
}
.news_menu {
	float: right;
	width: 260px;
	margin: 68px 0 68px;
}
.news_menu .news_menu_blc ~ .news_menu_blc {
  margin-top: 30px;
}
.news_menu h2 {
	font-size: 18px;
	text-align: center;
	color: #FFF;
	padding: 10px 0;
}
.news_menu ul li {
    height: auto;
    padding: 12px 0;
    background-image: linear-gradient(to right, #333333, #333333 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
}
.news_menu ul li .ico {
	font-size: 14px;
  line-height: 1;
	color: #FFF;
	width: 8em;
	text-align: center;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  padding: 0.5em;
  margin: 0.125em 0 0.25em;
}

/* 聖光会病院 */
.global_news .news_menu h2 {
	background-color: #33c156;
}

/* 聖光会病院 */
.hospital_news .date {
	color: #06beff;
}
.hospital_news .ico.news {
	background-color: #06beff;
}
.hospital_news .ico.other {
	background-color: #8b8b8b;
}
.hospital_news .news_menu h2 {
	background-color: #06beff;
}

/* ケアセンター */
.nagara_news .date {
	color: #ff60a2;
}
.nagara_news .ico.news {
	background-color: #ff60a2;
}
.nagara_news .ico.event {
	background-color: #ff3300;
}
.nagara_news .ico.other {
	background-color: #8b8b8b;
}
.nagara_news .news_menu h2 {
	background-color: #ff60a2;
}

/* ----------------------------------------------
   * カレンダー
/* ------------------------------------------- */

.news_menu .calendar {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}

#wp-calendar {
  width: 100%;
  border-spacing: 1px;
  text-align: center;
  table-layout: fixed;
}

#wp-calendar th {
  padding: 0;
}

#wp-calendar td {
  padding: 0;
}

#wp-calendar td#today {
  border: 1px solid transparent;
}

#wp-calendar td a {
  text-decoration: underline;
}

#wp-calendar td a:hover {
  color: #000 !important;
  text-decoration: none;
}

/* 聖光会病院のお知らせ */

.hospital_news #wp-calendar th {
  background-color: rgba(6, 190, 255, 0.3);
}

.hospital_news #wp-calendar td#today {
  border-color: rgba(6, 190, 255, 1.0);
}

.hospital_news #wp-calendar td a {
  color: rgba(6, 190, 255, 1.0);
}

/* ケアセンターのお知らせ */

.nagara_news #wp-calendar th {
  background-color: rgba(255, 96, 162, 0.3);
}

.nagara_news #wp-calendar td#today {
  border-color: rgba(255, 96, 162, 1.0);
}

.nagara_news #wp-calendar td a {
  color: rgba(255, 96, 162, 1.0);
}

/* common_blc
---------------------------------------------------- */
.common_blc {
	margin: 30px 0 0 -40px;
}
.common_blc li {
	float: left;
	width: 480px;
	margin-left: 40px;
	background-color: #FFF;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.common_blc li:nth-child(1) {
	border: 2px solid #06beff;
}
.common_blc li:nth-child(2) {
	border: 2px solid #ff60a2;
}
.common_blc li h3 {
	text-align: center;
	color: #FFF;
	font-size: 26px;
	padding: 15px 0;
}
.common_blc li h3 span {
	font-size: 18px;
	margin-right: 10px;
}
.common_blc li:nth-child(1) h3 {
	background-color: #06beff;
}
.common_blc li:nth-child(2) h3 {
	background-color: #ff60a2;
}
.common_blc li .inner {
	padding: 0 20px 20px;
}
.common_blc li .inner .ttl {
    font-size: 18px;
	font-weight: bold;
    padding: 10px 15px;
    margin-bottom: 10px;
    background-color: #ede5e2;
	text-align: center;
}
.common_blc li .inner p.tel {
	display: table;
	font-size: 28px;
	text-align: left;
	margin: 0 auto;
	padding: 4px 0 4px 40px;
	font-family: 'KosugiMaru';
    color: #684a1a;
	font-weight: bold;
	vertical-align: top;
	letter-spacing: 0.1em;
	background-position: left top;
	background-repeat: no-repeat;
}
.common_blc li:nth-child(1) .inner p.tel {
	background-image: url(../images/hospital/tel.png);
}
.common_blc li:nth-child(2) .inner p.tel {
	background-image: url(../images/nagara/tel.png);
}
.common_blc li .inner p.tel span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.common_blc li .inner a.btn {
	width: 100%;
	margin-top: 15px;
}

.common_blc li .inner .map {
	margin: 20px 0;
}
.common_blc li .inner .map img {
	width: 100%;
}
.common_blc li .inner dl {
	margin-top: 20px;
}
.common_blc li .inner dl dt {
	float: left;
	text-align: right;
	width: 70px;
}
.common_blc li .inner dl dt::after {
  content: "："
}
.common_blc li .inner dl dd {
	padding-left: 70px;
}


/* gmap
---------------------------------------------------- */
.gmap {
	margin: 40px 0 20px;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
}
.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* sitemap
---------------------------------------------------- */
.sitemap {
	width: 48%;
	padding: 0 1%;
	float: left;
}
.sitemap ul {
	margin-bottom: 25px;
}
.sitemap ul li {
	padding: 6px 0;
}
.sitemap ul li a span {
	position: relative;
	padding-left: 25px;
}
.sitemap ul li.up1 a {
	padding: 20px 0 20px 10px;
	font-weight: bold;
}
.sitemap ul li.up2 a {
	padding: 20px 0 20px 25px;
}
.sitemap ul li.up3 a {
	padding: 20px 0 20px 40px;
}
.sitemap ul li a span::before,
.sitemap ul li a span::after{
    position: absolute;
    top: 0;
    bottom: 0;
	left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.sitemap ul li.up1 a span::before{
    box-sizing: border-box;
    width: 20px;
    height: 20px;
	border: 2px solid #33c156;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}
.sitemap ul li a span::after{
    left: 5px;
    width: 5px;
    height: 5px;
	border-top: 2px solid #33c156;
    border-right: 2px solid #33c156;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* hospital */
.sitemap.hospital .ttlh3 {
	border-left: 4px solid #06beff;
}
.sitemap.hospital a:hover {
	color: #06beff;
}
.sitemap.hospital ul li.up1 a span::before{
	border: 2px solid #06beff;
}
.sitemap.hospital ul li a span::after{
	border-top: 2px solid #06beff;
    border-right: 2px solid #06beff;
}

/* nagara */
.sitemap.nagara .ttlh3 {
	border-left: 4px solid #ff60a2;
}
.sitemap.nagara a:hover {
	color: #ff60a2;
}
.sitemap.nagara ul li.up1 a span::before{
	border: 2px solid #ff60a2;
}
.sitemap.nagara ul li a span::after{
	border-top: 2px solid #ff60a2;
    border-right: 2px solid #ff60a2;
}


/* error
---------------------------------------------------- */
.error {
	text-align: center;
}
.error h2 {
    font-size: 32px;
    line-height: 48px;
    color: #33c156;
    font-family: 'hannari';
    margin-bottom: 40px;
}
.error .btnarea {
    margin-top: 50px;
}
.error .btnarea .btn {
	display: inline-block;
	width: 360px;
	margin: 0 10px;
}
.mw_wp_form .error {
	font-size: 93%;
	color: #B70000;
	display: block;
  text-align: left;
}

/* contact
---------------------------------------------------- */
.sbtnarea {
	text-align: center;
    margin-top: 30px;
}
.sbtnarea .sbtn {
	display: inline-block;
	margin: 0 10px;
}

p.contact_tel {
	font-size: 28px;
	text-align: left;
	padding: 4px 0 4px 40px;
	font-family: 'KosugiMaru';
    color: #684a1a;
	font-weight: bold;
	vertical-align: top;
	letter-spacing: 0.1em;
	background-position: left top;
	background-repeat: no-repeat;
}
p.contact_tel span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
ul.check li {
	margin-bottom: 8px;
}
ul.check li:last-child {
	margin-bottom: 0;
}
ul.check li .check_label {
	float: left;
}
ul.check li input[type=text] {
	margin-left: 141px;
	width: 300px;
	display: block;
	margin-top: -5px;
}

/* contact_table */
.contact_table {
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0 20px;
}
.contact_table tr th {
	background-color: #7c7a7a;
	color: #FFF;
	width: 180px;
	text-align: left;
	background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
}
.contact_table tr td {
	background-color: #FFF;
	padding: 10px 20px;
	background-image: linear-gradient(to right, #999999, #999999 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
}
.contact_table tr:last-child td,
.contact_table tr:last-child th {
	background-image: none;
}

table td input[type=text], table td input[type=tel], table td input[type=email] {
    width: 100%;
    height: 32px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0 10px 0 10px;
    border: #cacaca solid 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin-top: 0px;
    font-size: 14px;
	display: inline-block;
    font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
table td input.zip {
    width: 150px;
	margin-bottom: 10px;
}
table td input.age {
    width: 80px;
	margin-right: 5px;
}
table td textarea {
    width: 100%;
    height: 230px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 10px 5px 10px;
    border: #cacaca solid 1px;
    font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
table td label {
	margin-right: 20px;
}
.btn_area {
	text-align: center;	
}
.btn_area input {
	border: 1px solid #f5a812;
	background-color: #f5a812;
	padding: 15px 20px;
	margin: 0 5px;
	text-align: center;
	min-width: 355px;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	color: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.btn_area input:hover {
	opacity: 0.7;
}
.req {
	background-color: #FF0000;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 20px;
    padding: 0px 5px;
	margin-right: 5px;
}
table tr th .req {
	float: right;
	margin-top: 2px;
}
.error_messe {
	color: #FF0000;
}

/* radio */
table td input[type=radio] {
	display: none;
}
table td .sample_label {
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 20px 0 0;
	display: inline-block;
}
table td .sample_label:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 15px;
	margin-top: -11px;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-radius: 50%;
}
table td .sample_label:after,
table td .sample_label:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
}
table td .sample_label:after {
	left: 0;
	margin-top: -11px;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-radius: 50%;
}
table td .sample_label:before {
	left: 5px;
	margin-top: -6px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	opacity: 0;
}
table td input[type=radio]:checked + .sample_label:before {
	opacity: 1;
}
table td input[type=radio]:disabled + .sample_label:after {
	background-color: #f0f0f0;
	border: 2px solid #ccc;
}

/* checkbox */
table td input[type=checkbox] {
	display: none;
}
table td .check_label {
	position: relative;
	padding: 0 0 0 25px;
	margin: 0 20px 0 0;
	display: inline-block;
}
table td .check_label:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 15px;
	margin-top: -11px;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
}
table td .check_label:after,
table td .check_label:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
}
table td .check_label:after {
	left: 0;
	margin-top: -11px;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
}
table td .check_label:before {
	left: 5px;
	margin-top: -6px;
	width: 10px;
	height: 10px;
	background: #06beff;
	opacity: 0;
}
table td input[type=checkbox]:checked + .check_label:after {
	border: 2px solid #06beff;
}
table td input[type=checkbox]:checked + .check_label:before {
	opacity: 1;
}
table td input[type=checkbox]:disabled + .check_label:after {
	background-color: #f0f0f0;
	border: 2px solid #ccc;
}


@media only screen and (max-width: 740px) {


/* index
---------------------------------------------------- */
.index_main {
	width: 100%;
	height: 220px;
	margin-top: 50px;
}
.index_main .contents p {
	font-size: 20px;
	line-height: 30px;
}
.index_main .slide1 {
	background-image: url(../images/index/slide1_sp.jpg);
}
.index_main .slide2 {
	background-image: url(../images/index/slide2_sp.jpg);
}
.index_main .slide3 {
	background-image: url(../images/index/slide3.jpg);
}
.index_main .slide1 .contents p {
	padding-top: 10px;
}
.index_main .slide2 .contents p {
	padding: 120px 20px 0 0;
}
.index_main .slide3 .contents p {
	padding-top: 10px;
}

/* contents */
.index_contents {
	padding: 30px 0;
}
.index_contents ul {
	margin: -30px 0 0;
}
.index_contents ul li {
	float: none;
	width: 100%;
	margin: 30px 0 0;
}
.index_contents ul li .inner {
	width: 100%;
	padding: 5px;
	margin-bottom: 15px;
}
.index_contents ul li .inner img {
	width: 100%;
}
.index_contents ul li .inner .txt {
	font-size: 14px;
	line-height: 26px;
}
.index_contents ul li .inner .tel {
	font-size: 14px;
}
.index_contents ul li .inner .tel span {
	font-size: 18px;
	padding: 5px 0 5px 24px;
	background-size: 20px auto;
}


/* news */
.index_news {
	padding: 30px 0;
	min-width: inherit;
}
.index_news ul {
	margin: -30px 0 0;
}
.index_news ul li {
	float: none;
	width: 100%;
	margin: 30px 0 0;
}
.index_news ul li .news_btn {
	padding: 3px 10px;
	top: -5px;
}
.index_news ul li h2 {
	font-size: 20px;
	letter-spacing: 0;
}
.index_news ul li h2 span {
	background-size: 20px auto;
	padding-left: 25px;
}
.index_news ul li .inner {
	width: 100%;
	padding: 12px;
	margin-top: 15px;
}
.index_news ul li .inner ul {
	margin: 0;
}
.index_news ul li .inner ul li .ico {
	margin-left: 120px;
	width: 100px;
}
.index_news ul li .inner .newsbox {
	width: 100%;
}

/* bn */
.index_bn {
	padding: 30px 0;
	min-width: inherit;
}
.index_bn ul {
	margin: -20px 0 0 0;
}
.index_bn ul li {
	float: none;
	width: 100%;
	margin: 20px 0 0 0;
}
.index_bn ul li img {
	width: 100%;
}


/* btn
---------------------------------------------------- */
a.btn {
	width: 100%;
	padding: 15px 0;
	font-size: 16px;
}
a.btn span {
	background-size: 20px auto;
	padding-left: 25px;
}


/* top
---------------------------------------------------- */
.top_menu {
	border-top: none;
	padding-top: 50px;
}
.top_menu p {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #684a1a;
	padding: 10px 0;
	position: relative;
}
.top_menu p::after {
	content: "▼";
	position: absolute;
	right: 0;
}
.top_menu p.open::after {
	content: "▲";
}
.top_menu ul {
	display: none;
}
.top_menu ul li {
	width: 100%!important;
	float: none;
	text-align: left;
	font-size: 16px;
}
.top_menu ul li a {
	padding: 5px 10px;
	color: #684a1a;
}

/* top_main */
.top_main {
	height: 180px;
}
.top_main h1 {
	font-size: 34px;
}
.top_main h1 span {
    font-size: 18px;
	margin-bottom: 0;
}

/* top_contents */
.top_contents {
	padding: 30px 0;
	margin-top: 0;
}
.top_contents ul {
	margin: -20px 0 0;
}
.top_contents ul li {
	float: none;
	width: 84%;
	margin: 20px auto 0;
}
.top_contents ul li img {
	width: 100%;
}

/* top_news */
.top_news {
	padding: 30px 0;
	min-width: inherit;
}
.top_news .news_btn {
	top: 0;
	padding: 3px 10px;
}
.top_news h2 {
	font-size: 20px;
	letter-spacing: 0;
}
.top_news h2 span {
	background-size: 20px auto;
	padding-left: 25px;
}
.top_news .inner {
	width: 100%;
	padding: 12px;
	margin-top: 15px;
}
.top_news .inner ul {
	margin: 0;
}
.top_news .inner ul li .ico {
	margin-left: 120px;
	width: 100px;
}
.top_news .inner .newsbox {
	width: 100%;
}

/* top_lead */
.top_lead {
	padding: 30px 0;
	min-width: inherit;
}
.top_lead h2 {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 20px;
}
.top_lead p {
	text-align: left;
	line-height: 28px;
}
.top_lead p br {
	display: none;
}

/* main
---------------------------------------------------- */
.main h1 {
	font-size: 30px;
	padding: 36px 0 50px;
}
.main h1 span {
	font-size: 18px;
	margin-bottom: 10px;
}


/* left_contents
---------------------------------------------------- */
.left_contents {
	float: none;
	width: 90%;
	margin: 30px auto;
}


/* right_contents
---------------------------------------------------- */
.right_contents {
	float: none;
	width: 100%;
	margin: 30px 0;
}

/* contact_box */
.contact_box {
    margin-top: 20px;
}
.contact_box h3 {
	font-size: 20px;
	padding: 10px 0;
}
.contact_box .inner {
	padding: 20px 15px;
}

/* bn3 */
.bn3 {
	margin: -10px 0 0 0;
	padding-top: 10px;
}
.bn3 li {
	width: 100%;
	float: none;
	text-align: left;
	margin: 10px 0 0;
}
.bn3 li a {
	padding: 10px;
}
.bn3 li img {
	margin-bottom: 0;
	float: left;
	width: 60px;
}
.bn3 li p {
	font-size: 18px;
	padding: 0px 25px 0 75px;
    margin: 16px 0;
	display: block;
}
.bn3 li span {
	font-size: 18px;
}
.bn3 li span br {
	display: none;
}

/* time_table */
.time_table tr th {
	width: 80px;
}
.time_table tr td {
	padding: 10px 15px;
}

/* target_table */
.table_center th.week {
    width: 40px;
}

/* img2 */
.img2 {
	margin: 10px 0 0 0;
}
.img2 li {
	float: none;
	width: 80%;
	margin: 20px auto 0;
}

/* service_blc */
.service_blc {
	margin: 10px 0 0 0;
}
.service_blc li {
	float: none;
	width: 80%;
	margin: 10px auto 0;
}
.service_blc li .lead {
	font-size: 16px;
}
.service_blc li a.sbtn {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/* catch */
.catch {
	font-size: 30px;
	padding: 20px 0;
}
.catch span {
	font-size: 18px;
}

/* greeting */
.greeting p.name {
	font-size: 18px;
	margin-top: 30px;
}

/* recruit_acc */
.recruit_acc {
	display: none;
}
.recruit_acc table {
	margin: 0 0 10px 0;
}
.acc_close {
	position: relative;
}
.acc_close::after {
    content: "▼";
    position: absolute;
    right: 10px;
	font-size: 14px;
}
.acc_close.open::after {
    content: "▲";
}


/* news_contents
---------------------------------------------------- */
.news_main {
	margin-top: 50px;
}
.news_contents {
	float: none;
	width: 100%;
	margin: 30px 0;
}
.news_contents ul li {
    padding: 10px 0;
}
.news_contents ul li .ico {
	width: 6em;
}
.news_contents ul li .txt {
  margin-top: 0.125em;
  padding-left: 0;
}
.news_contents .news_content img.size-medium {
  width: 100%;
  margin: 0 0 10px;
  display: block;
}
.news_contents .news_content .wp-caption {
  width: 100% !important;
  margin-bottom: 10px;
}
.news_contents .news_content .wp-caption img.size-medium {
  margin-bottom: 0;
}
.news_menu {
	float: none;
	width: 100%;
	margin: 30px 0;
}
.news_menu ul li {
	padding: 10px 0;
}
.news_menu ul li .ico {
	width: 6em;
}


/* common_blc
---------------------------------------------------- */
.common_blc {
	margin: 5px 0 0 0;
}
.common_blc li {
	float: none;
	width: 100%;
	margin: 15px 0 0;
}
.common_blc li h3 {
	font-size: 22px;
	padding: 12px 0;
}
.common_blc li h3 span {
	font-size: 14px;
}
.common_blc li .inner {
	padding: 0 15px 15px;
}
.common_blc li .inner .ttl {
    font-size: 16px;
    padding: 10px 0;
}
.common_blc li .inner a.btn {
	margin-top: 10px;
}


/* gmap
---------------------------------------------------- */
.gmap {
	margin: 20px 0;
    padding-bottom: 64%;
}


/* sitemap
---------------------------------------------------- */
.sitemap {
	width: 100%;
	padding: 0;
	float: none;
}
.sitemap ul {
	margin-bottom: 10px;
}

/* hospital */
.sitemap.hospital {
	margin-bottom: 40px;
}


/* error
---------------------------------------------------- */
.error h2 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 30px;
}
.error .btnarea {
    margin-top: 30px;
}
.error .btnarea .btn {
	width: 100%;
	margin: 10px 0;
}


/* contact
---------------------------------------------------- */
.sbtnarea {
	margin-top: 20px;
}
.sbtnarea .sbtn {
	margin: 5px 0;
}

.contact_table tr th {
	display: block;
	width: 100%;
	text-align: left;
	background-image: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.contact_table tr td {
	display: block;
	width: 100%;
	padding: 10px 10px;
	background-image: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.btn_area input {
	margin: 0;
	min-width: 100%;
	font-size: 16px;
}

ul.check li .check_label {
	float: none;
}
ul.check li input[type=text] {
	margin-left: 0;
	width: 100%;
	margin-top: 0;
}



}

/** ***************************************************************************
 * お問い合わせフォーム 共用
 * ************************************************************************* */

/** ***************************************************************************
 * チェックボックス
 */

div.form-contents .mwform-checkbox-field-text {
  padding-left: 25px;
  position: relative;
  z-index: 1;
}

div.form-contents .mwform-checkbox-field-text::before {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #06beff;
  position: absolute;
  top: 50%;
  left: 5px;
  opacity: 0;
}

div.form-contents input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
  opacity: 1;
}

div.form-contents .mwform-checkbox-field-text::after {
  content: '';
  width: 16px;
  height: 16px;
  margin-top: -10px;
  border: 2px solid #ccc;
  position: absolute;
  top: 50%;
  left: 0;
}

div.form-contents input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  border: 2px solid #06beff;
}

/** ***************************************************************************
 * ラジオボタン
 */

div.form-contents .mwform-radio-field-text {
  padding-left: 25px;
  position: relative;
  z-index: 1;
}

div.form-contents .mwform-radio-field-text::before {
  content: '';
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #06beff;
  position: absolute;
  top: 50%;
  left: 5px;
  opacity: 0;
}

div.form-contents input[type="radio"]:checked + .mwform-radio-field-text::before {
  opacity: 1;
}

div.form-contents .mwform-radio-field-text::after {
  content: '';
  width: 16px;
  height: 16px;
  margin-top: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  position: absolute;
  top: 50%;
  left: 0;
}

div.form-contents input[type="radio"]:checked + .mwform-checkbox-field-text::after {
  border: 2px solid #06beff;
}

/** ***************************************************************************
 * 送信ボタン
 */

div.form-contents
[class*="button-style"] {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 0;
  font: inherit;
  text-align: center;
  text-decoration: none !important;
  appearance: none;
  background: none;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
}

div.form-contents
[class*="button-style"]::-webkit-search-decoration {
  display: none;
}

div.form-contents
[class*="button-style"]::focus {
  outline-offset: -2px;
}

/** ---------------------------------------------------------------------------
 * 送信ボタン
 */

div.form-contents .button-style-confirm,
div.form-contents .button-style-submit {
	min-width: 240px;
  margin: 10px;
	padding: 15px 20px;
	color: #fff;
  letter-spacing: 1px;
	font-weight: bold;
	border-radius: 10px;
	border: 1px solid #f5a812;
  transition: background-color 0.3s ease-in-out 0.0s;
	background-color: rgba(245, 168, 18, 1.0);
}

div.form-contents .button-style-confirm:hover,
div.form-contents .button-style-submit:hover {
	background-color: rgba(245, 168, 18, 0.8);
}

@media only screen and (max-width: 740px) {

  div.form-contents .button-style-confirm,
  div.form-contents .button-style-submit {
    font-size: 1.125em;
  }

}

/** ---------------------------------------------------------------------------
 * 戻るボタン
 */

div.form-contents .button-style-back {
  margin: 10px;
	padding: 15px 20px;
	color: #fff;
  letter-spacing: 1px;
	font-weight: bold;
	border-radius: 10px;
	border: 1px solid #aaa;
  transition: background-color 0.3s ease-in-out 0.0s;
	background-color: rgba(170, 170, 170, 1.0);
}

div.form-contents .button-style-back:hover {
	background-color: rgba(170, 170, 170, 0.8);
}

@media only screen and (max-width: 740px) {

  div.form-contents .button-style-back {
    min-width: 240px;
    font-size: 1.125em;
  }

}

/** ***************************************************************************
 * 入力画面
 */

#input .confirm-element {
  display: none !important;
}

#input .complete-element {
  display: none !important;
}

/** ***************************************************************************
 * 確認画面
 */

#confirm .input-element {
  display: none !important;
}

#confirm .complete-element {
  display: none !important;
}

#confirm div.message {
  color: #f00;
}

/** ***************************************************************************
 * 完了画面
 */

#complete .input-element {
  display: none !important;
}

#complete .confirm-element {
  display: none !important;
}

#complete div.message {
  width: fit-content;
  margin: 40px auto;
  font-size: 1.125em;
}
