@charset "UTF-8";

/* =======================================================================

 初期設定
 
======================================================================= */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.7;
	
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {
	-webkit-transition: all ease .2s;
	transition: all ease .2s;
}

.cf::after {
	content: "";
	display: block;
	clear: both;
}

p {
    margin: 0;
    padding: 0;
	line-height: 22px;
}

.all_clear {
	clear:both;
	height:0;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.bold {
	font-weight: bold;
}
.orange   {
	color: #F90;
}
.red   {
	color: #F30 !important;
}
.green {
	color: #285B00;
	font-weight: bold;
}

.text18   {
	font-size: 1.3em;
}

.text16   {
	font-size: 16px;
}
.center   {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.nopc {display: none!important;}
}
@media screen and (max-width: 767px) {
	.nosp {display: none!important;}
	p {
		line-height: 1.6;
	}
	
	.mb20{
		margin-bottom: 20px;
	}
	
}
/* =======================================================================

 ページ設計
 
======================================================================= */

article {
    height: auto;
    overflow: hidden;
    width: 1020px;
    margin: 0 auto;
}

section {
    height: auto;
    overflow: hidden;
}

section:first-child {
    margin: 0;
}

.sentence {
    height: auto;
    overflow: hidden;
}

.h3_sentence {
    margin-bottom: 80px;
}



.lastsection {
	margin-bottom: 0;
}

.container {
	width: 1020px;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	article {
		height: auto;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}

	body {
		
	}
	.container {
		width: 100%;
		padding: 0 10px;
	}
	* {
		max-width: 100%;
	}
}


/* -----------------------------------------------------------
 見出し
----------------------------------------------------------- */
.title {
	margin-bottom: 10px;
	padding: 0 20px;
	border-radius: 4px;
	border: 2px solid #82c34b;
	box-shadow: inset 0 0 0px 2px white, inset 0 0 0px 3px #82c34b;
	background: #fff;
}
.title img {
	width: auto;
	height: 50px;
}

.box h3 {
	font-size: 18px;
	color: #316002;
	margin-bottom: 10px;
	font-weight: normal;
}

.box .bottomdot {
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 30px;
}

.box .bottomdot2 {
	margin-top: 10px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

@media screen and (max-width: 767px) {
	.title {
		padding: 0 5px;
	}
	.title img {
		width: auto;
		max-width: none;
		height: 40px;
	}
	.title .irregular {
		max-width: 100%;
		height: auto;
	}
}


/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */

.img_right {
    float: right;
    margin: 0 0 10px 10px;
}

@media screen and (max-width: 767px) {
	.img_right {
		float: none;
		margin: 0 0 10px 0;
		text-align: center;
	}

	.img_right img {
		width: 70%;
		height: auto;
	}
}


/* =======================================================================

 共通項目
 
======================================================================= */


/* -----------------------------------------------------------
　ヘッダー
----------------------------------------------------------- */
h1 {
	padding: 6px 0 0;
	font-size: 10px;
	height: 30px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-weight: normal;
	color: #fff;
	text-align: right;
	border-bottom: 2px solid #82c34b;
	box-shadow: inset 0px -2px 0 0px #a7d67f;
	background: #82c34b;
}
header {
    width: 1020px;
    margin: 10px auto;
    position: relative;
	background: url(../images/header.png) no-repeat no-repeat top;
}

header p {
	display: none;
}

.h_logo {

}

.h_address {
    position: absolute;
    top: 20px;
    left: 610px;
}

.h_tel {
    position: absolute;
    top: 60px;
    left: 610px;
    font-size: 40px;
}

.h_tel a {
    text-decoration: none;
    color: #000;
}

.h_tel a:hover {
    text-decoration: none;
    color: #ccc;
}

@media screen and (max-width: 767px) {
	header {
		margin: 0 auto 10px;
		padding: 0 10px;
		height: auto;
		background: #fff;
	}
	header p {
		display: block;
		color: #ff7200;
		line-height: 1.3;
		text-align: center;
	}
	.h_logo {
		
	}

	.h_logo img {
		
	}

	.h_address {
		position: static;
		top: 20px;
		left: 610px;
		text-align:center;
	}

	.h_tel {
		position: static;
		top: 60px;
		left: 610px;
		font-size: 40px;
		text-align:center;
	}
}




/* -----------------------------------------------------------
　トップメニュー
----------------------------------------------------------- */
#headnavi {
	margin: 0 auto 10px;
	width: 1020px;
}

#headnavi ul {
	display: block;
	padding: 3px 4px;
	border-radius: 4px;
	height: 50px;
	border: 2px solid #82c34b;
	box-shadow: inset 0 0 0px 1px white, inset 0 0 0px 2px #82c34b;
	background: #fff;
}

#headnavi ul:after {
	content: "";
	display: block;
	clear: both;
}

#headnavi li {
	float: left;
	list-style-type: none;
	
	width: 168px;
	height: 100%;
	position: relative;
	text-align: center;
}

#headnavi li:after {
	content: "";
	display: block;
	width: 1px;
	height: 60%;
	position: absolute;
	top: 20%;
	right: 0;
	background: #d4e4c7;
}

#headnavi li:last-of-type:after {
	display: none;
}

#headnavi li a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
}

#headnavi li a:hover {
	background: #f7faf4;
}

#headnavi li img {
	width: auto;
	max-height: 100%;
}

@media screen and (max-width: 767px) {
	#headnavi{
		display: none;
	}
	
}


/* -----------------------------------------------------------
　side
----------------------------------------------------------- */
/* メインナビ */



.side {
    width: 280px;
    float: left;
}

label {
    display: none;
}

input[type="checkbox"].on-off {
    display: none;
}

@media screen and (min-width: 768px) {
	#sidenavi {
		display: block;
		padding: 5px;
		list-style: none;
		margin-bottom: 15px;
		border-radius: 4px;
		border: 4px solid #82c34b;
		box-shadow: inset 0 0 0px 2px white, inset 0 0 0px 3px #82c34b;
		background: #dddcdc;
	}

	#sidenavi li {
		text-align: center;
	}

	#sidenavi li span {
		display: none;
	}

	#sidenavi li a {
		display: block;
		width: 100%;
		height: 100%;
		background: #fff;
		position: relative;
	}

	#sidenavi li a:before {
		content: "";
		display: block;
		position: absolute;
		left: 25px;
		top: 6px;
		width: 38px;
		height: 38px;
		transition: all .3s ease;
		opacity: 0;
		background: url( ../images/sidenavi-icon.png) no-repeat;
		background-size: 100%;
	}

	#sidenavi li a:after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: 0;
		background-color: #808080;
		background-image: -webkit-gradient(linear, 100% 0%, 0% 0%,color-stop(0, rgb(255, 255, 255)),color-stop(0.5, rgb(170, 170, 170)),color-stop(1, rgb(255, 255, 255)));
		background-image: repeating-linear-gradient(to left,rgb(255, 255, 255) 0%,rgb(170, 170, 170) 50%,rgb(255, 255, 255) 100%);
		background-image: -ms-repeating-linear-gradient(right,rgb(255, 255, 255) 0%,rgb(170, 170, 170) 50%,rgb(255, 255, 255) 100%);
	}

	#sidenavi li a:hover {
		background: #fdfef2;
	}
	#sidenavi li a:hover:before {
		opacity: 1;
	}

	#sidenavi li:last-of-type a:after {
		display: none;
	}
}

@media screen and (max-width: 767px) {

	.side {
		width: 100%;
		float: none;
		margin:0 0 20px 0;
	}

	
	#sidenavi li img {
		display: none;
	}
	#sidenavi li span {
		display: block;
	}



	/*アコーディオン*/
	label {
		background: #82c34b;
		color: #fff;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		font-weight: bold;
		display: block;
		border-bottom: 1px solid #fff;
		text-align:center;
		box-sizing:border-box;
		position: relative;
	}
	label em {
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
	}
	.spbtn {
		width: 34px;
		height: 34px;
		margin-right: 5px;
		margin-bottom: 5px;
		display: inline-block;
		position: relative;
		vertical-align: middle;
	}
	.spbtn span {
		display: inline-block;
		transition: all .3s;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		position: absolute;
		left: 0;
		width: 26px;
		height: 4px;
		border-radius: 4px;
		background-color: #fff;
	}
	.spbtn span:first-of-type {
		top: 6px;
	}
	.spbtn span:nth-of-type(2) {
		top: 15px;
	}
	.spbtn span:last-of-type {
		bottom: 6px;
	}
	.open .spbtn span:first-of-type {
		transform: translateY(8px) rotate(-135deg);
		-webkit-transform: translateY(8px) rotate(-135deg);
		-moz-transform: translateY(8px) rotate(-135deg);
	}
	.open .spbtn span:nth-of-type(2) {
		opacity: 0;
	}
	.open .spbtn span:last-of-type {
		transform: translateY(-10px) rotate(135deg);
		-webkit-transform: translateY(-10px) rotate(135deg);
		-moz-transform: translateY(-10px) rotate(135deg);
	}
	input[type="checkbox"].on-off{
		display: none;
	}

	.side-menu {
		transition: all ease.3s;
	}
	
	#sidenavi a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 7px 10px;
		text-decoration: none;
		background: #82c34b;
		color: #fff;
	}
	#sidenavi .gmenu a {
		color: #82c34b;
		background: #fff;
	}

	#sidenavi li {
		border-bottom: 1px dashed #c8d6bd;
	}
	input[type="checkbox"].on-off + .side-menu {
		height: 0;
		opacity: 0;
		overflow: hidden;
		visibility: hidden;
	}

	input[type="checkbox"].on-off:checked + .side-menu {
		margin-top: 10px;
		border: 1px solid #82c34b;
		height: 496px;
		opacity: 1;
		visibility: visible;
		overflow: auto;
	}
}

/* .banner-list */
.banner-list li {
	margin-bottom: 20px;
}

.overlink {
	position: relative;
	display: inline-block;
}

.overlink .over {
	position: absolute;
	top: 0;
	left: 0;
	transition: all ease .3s;
}

.overlink:hover .over {
	opacity: 0;
}

@media screen and (max-width: 767px) {
	.side-menu .banner-list {
		display: none;
	}
	.banner-list {
		padding: 7px 0;
	}
	.banner-list li {
		padding: 7px 0;
		margin: 0;
		text-align: center;
	}
	.banner-list img {
		max-width: 200px;
		box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .15);
	}
	.banner-list .overlink {
		display: inline-block;
	}
}





/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */

footer {
	padding: 40px 0 20px;
    background-color: #82c34b;
    width: 100%;
}


.footer_list ul {
	display: flex;
	justify-content: center;
}

.footer_list ul li {
    margin: 0 10px 0 0;
	padding-right: 10px;
	position: relative;
    list-style-type: none;
}

.footer_list ul li:last-of-type {
	padding-right: 0;
}

.footer_list ul li:last-of-type:after {
	display: none;
}

.footer_list ul li:after {
	content: "";
	display: block;
	width: 1px;
	height: 60%;
	top: 20%;
	background: #fff;
	position: absolute;
	right: 0;
}

.footer_list ul li:last-of-type:after {
	content: "";
}

.footer_list ul li a {
	text-decoration: underline;
	color: #fff;
}

.footer_list ul li a:hover {
    text-decoration: none;
}

.copy {
	color: #fff;
    text-align: center;
    margin-top: 40px;
}

.copy a {
    text-decoration: none;
	color: #fff;
}




@media screen and (max-width: 767px) {
	.spbanner {
		padding: 0 10px 40px;
	}
	.spbanner img {
		max-width: 100%;
	}
	footer {
		padding: 10px 0 80px;
	}

	footer figure {
		display: none;
	}

	.footer_list {
		display: none;
	}
	.copy {
		margin: 0;
		font-size: 10px;
	}
	
	.smarttel {
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		z-index: 9999;
	}
	.smarttel a {
		display: block;
		width: 100%;
		height: 100%;
		background: #286bb6;
		text-align: center;
	}
}


/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */



#linkpagetop {
    position: fixed;
    bottom: 90px;
    right: 10px;
	width: 60px;
    height: 60px;
    text-align: center;
	z-index: 9999;
}


#linkpagetop a {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: #82c34b;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #fff;
}

#linkpagetop span {
	display: block;
	width: 15px;
	height: 15px;
	border: 2px solid transparent;
	transform: rotate(45deg);
	border-top-color: #fff;
	border-left-color: #fff;
	margin: 10px auto 0;
}

#linkpagetop a:hover {
	background: #fff;
	color: #82c34b;
	border-color: #82c34b;
}

#linkpagetop a:hover span {
	border-top-color: #82c34b;
	border-left-color: #82c34b;
}



@media (max-width:768px) {

	#linkpagetop {
		bottom: 90px;
		width: 45px;
		height: 45px;
	}
	#linkpagetop a {
		font-size: 10px;
	}
	#linkpagetop span {
		width: 12px;
		height: 12px;
	}

}

/* -----------------------------------------------------------
　メインコンテンツ
----------------------------------------------------------- */

.main {
	width: 720px;
    margin-left: 20px;
	float: left;
	height: auto;
}

@media screen and (max-width: 767px) {
	.main {
		width: 100%;
		float: none;
		margin: 0 auto 30px;
	}
}

/* -----------------------------------------------------------
　各種ページ
----------------------------------------------------------- */
#picture {
	padding-left: 120px;
	margin-bottom: 10px;
	background: url(../images/picture-bg.jpg) no-repeat;
	background-size: 100%;
	border: 1px solid #ccc;
}
#picture img {
	height: 148px;
}

.box {
	height: auto;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #CCC;
}
.imgr {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.imgl {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.menulink {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
}

.lists {
	margin-left: 40px;
}
.lists li {
	list-style-type: circle;
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
	#picture {
		padding-left: 20px;
		background-size: cover;
		border-right: 0;
		border-left: 0;
	}
	#picture img {
		height: auto;
		width: 280px;
	}
	.box {
		padding: 10px;
		border: 0;
	}
	.imgr {
		margin-left: 10px;
	}
	.imgl {
		margin-right: 10px;
	}
	.imgr,
	.imgl  {
		max-width: 45%;
	}
	.lists {
		margin-left:1.3em;
	}
}
/* -----------------------------------------------------------
　index.html
----------------------------------------------------------- */

/* お知らせ */

.notice_frame {
	height: 300px;
	width: 720px;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
	border: 1px solid #CCC;
	background: url(../images/flashsidebg.png) no-repeat center top #fdfcea;
}

.notice_frame dl {
	height: 100%;
	overflow: auto;
}

.news_title {
	font-size: 18px;
	color: #F90;
	font-weight: bold;
	line-height: 40px;
}
.date {
	margin-left: 10px;
	padding: 0;
	font-size: 10px;
	color: #999;
	font-weight: normal;
}

.news_body {
	margin-bottom: 20px;
}

.news_body + .link_text {
	margin-top: -15px;
}

.link_text {
	margin-bottom: 20px;
}

.link_text a:hover {
	text-decoration: none;
}

.news_title .new {
	display: none;
}

@media screen and (max-width: 767px) {
	.notice_frame {
		padding: 15px;
		border: 0;
		background: #fdfcea;
	}
	.news_title {
		line-height:1.3;
		font-size: 15px;
	}
	.news_title .date {
		display: block;
		margin: 5px 0 10px;
	}
}

/* キービジュアル */

.key_visual {
    width: 1020px;
	height: 400px;
    margin: 0 auto 10px;
}



@media screen and (max-width: 767px) {
	.key_visual {
		width: 100%;
		height: auto;
		padding: 0 10px;
	}

	.key_visual img {
		width: 100%;
		height: auto;
	}
}

/* 診療時間・アクセス */
.overview-wrap {
	height: auto;
	width: 720px;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.overview {
    width: 330px;
    float: left;
}

.overview dt {
	font-size: 18px;
	color: #2568b9;
	margin-bottom: 10px;
	font-weight: normal;
}

.overview dd {
   margin-bottom: 30px;
}

.timetable {
	padding: 0px;
	vertical-align: middle;
	font-size: 12px;
	width: 100%;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 5px;
	border-collapse: inherit;
	border-spacing: 2px;
}
.timetable td {
	vertical-align: middle;
}

.timetable td {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ca770e;
}

.timetable .tableleft {
	width: 100px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	background-color: #ff9000;
	color: #FFF;
}

.timetable .day {
	background-color: #ff9000;
	color: #FFF;
}

@media screen and (min-width: 768px) {
	.timetable2 td {
		height: 40px;
		font-size: 18px;
	}

	.timetable2 tr .tableleft {
		width: 140px;
		height: 30px;
		line-height: 40px;
	}

}

#map {
	float: right;
	width: 340px;
}

@media screen and (max-width: 767px) {
	.overview-wrap {
		padding: 0;
		border: 0;
	}

	.overview {
		width: 100%;
		float: none;
	}
	.timetable {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
	}
	#map {
		float: none;
		width: 100%;
	}
	#map img {
		width: 100%;
	}


}


/* -----------------------------------------------------------
　dr.html
----------------------------------------------------------- */
.width665table {
	margin-bottom: 30px;
	padding-left: 20px;
	font-size: 14px;
	border-collapse: inherit;
}

.width665table tr .left {
	width: 100px;
}

.width665table tr .vaccination {
	background-color: #EFFAFE;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	border: 1px solid #0C6A92;
	text-align: center;
}

.book li {
	float: left;
	list-style: none;
	width: 300px;
}

@media screen and (max-width: 767px) {
	.width665table {
		width: 100%;
	}
	.book {
		margin: 0;
		text-align: center;
	}
	.book li {
		float: none;
	}
	.book li:first-of-type {
		margin-bottom: 20px;
	}
}

/* -----------------------------------------------------------
　clinic.html
----------------------------------------------------------- */
.ContTxtArea {
	width: 665px;
	margin: 0 auto;
	position: relative;
}

.ContTxtArea * {
	max-width: 100%!important;
}

.gv_galleryWrap {
	margin: 0 auto;
}

.ContTxtArea img {
	height: auto!important;
}

.ContTxtArea .gv_filmstrip {
	max-width: none!important;
}

.gv_panel img {
	top: 0!important;
}

/* -----------------------------------------------------------
　summary.html
----------------------------------------------------------- */
.summary {
	width: 100%;
	float: none;
}

.shop {
	margin-bottom: 20px;
	font-size: 1.3em;
	line-height: 1.3;
}

.shop .item {
	margin-bottom: 5px;
}

.shop .item:after {
	content: "";
	display: block;
	clear: both;
}

.shop .item dt,
.shop .item dd {
	float: left;
}
.shop .item dt {
	width: 80px;
	position: relative;
}
.shop .item dt:after {
	content: ":";
	position: absolute;
	right: 0;
}

.shop .item dd {
	width: calc(100% - 80px);
	padding-left: 10px;
}


.shop-add {
	
}

.shop-tel {
	color: #68AD29;
	font-weight: bold;
}

.shop-mail {
	color: #68AD29;
	font-weight: bold;
}

.shop-access {
	color: #F90;
}

@media screen and (max-width: 767px) {
	.shop {
		font-size: 1em;
	}
	
	.shop .item {
		margin-bottom: 10px;
	}
	.shop .item dt {
		width: 67px;
	}
	.shop .item dd {
		width: calc(100% - 67px);
	}
}

/* -----------------------------------------------------------
　dialysis.html
----------------------------------------------------------- */
.question {
}

.question .item {
	margin-bottom: 40px;
}

.question .item dt,
.question .item dd {
	position: relative;
	display: table;
	width: 100%;
}



.question .item dt:before {
	background-image: url(../images/q.gif);
}
.question .item dd:before {
	background-image: url(../images/a.gif);
}

.question .item dt:before,
.question .item dd:before {
	content: "";
	display: table-cell;
	width: 56px;
	height: 56px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.question .inner {
	position: relative;
	width: calc(100% - 66px);
	padding: 0 10px;
	display: table-cell;
}


.question .item dt {
	margin-bottom: 20px;
	font-size: 1.3em;
	line-height: 1.3;
	
}
.question .item dt .inner {
	vertical-align: middle;
}

.question .item dt .inner:after {
	content: "";
	display: block;
	width: calc(100% - 10px);
	position: absolute;
	bottom: -10px;
	left: 10px;
	border-bottom: 1px dotted #ccc;
}

.question .item dd {
	align-items: flex-start;
}

@media screen and (min-width: 768px) {
	.question {
		max-width: 665px;
		margin: 0 auto;
	}
	
	.question .item .inner {
		padding: 0 0 0 10px;
	}
}

@media screen and (max-width: 767px) {
	.question .item dt:before,
	.question .item dd:before {
		width: 28px;
		height: 28px;
	}
}
/* -----------------------------------------------------------
　internal.html
----------------------------------------------------------- */
.boxbox {
	background-color: #fcfbf2;
	height: auto;
	padding: 20px;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.boxbox .text16 {
		margin-bottom: 10px;
	}
}

/* -----------------------------------------------------------
　cardiovascular.html
----------------------------------------------------------- */
.threetable {
	width: 100%;
}

.listtable  {
	margin: 10px 0 20px;
}




@media screen and (min-width: 768px) {
	.listtable {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		text-align: center;
	}
	.listtable.column3 li {
		width: calc(33.3% - 4px);
		margin: 0 2px 4px;
		background: #EFFAFE;
		border: 1px solid #196BB8;
		font-size: 18px;
		padding: 4px;
	}
	.listtable.column4 li {
		/* flex-growを用いているため幅が統一ではないです */
		width: calc(21% - 2px);
		margin: 0 1px 2px;
		background: #EFFAFE;
		border: 1px solid #196BB8;
		font-size: 18px;
		padding: 4px;
		flex-grow: 1;
	}
	.listtable.column4 .grow3 {
		flex-grow: 3;
	}
}

@media screen and (max-width: 767px) {
	.listtable {
		padding-left: 1.3em;
		margin: 10px 0;
	}
	.listtable li {
		color: #196BB8;
		font-size: 1.2em;
	}
}


/* -----------------------------------------------------------
　lifestyle.html
----------------------------------------------------------- */

.halfbox-wrap {
	margin: 20px 0 0;
}

.halfbox {
	background-color: #fcfbf2;
	padding: 20px;
}

.halfbox h4 {
	color: #196BB8;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.halfbox-wrap {
		display: flex;
		justify-content: space-between;
	}
	.halfbox-wrap .halfbox {
		width: calc(50% - 10px);
	}
	
}

@media screen and (max-width: 767px) {
	.halfbox {
		margin-bottom: 15px;
	}
	.halfbox:last-of-type {
		margin-bottom: 0;
	}
}

/* -----------------------------------------------------------
　healthcheck.html
----------------------------------------------------------- */
.checkuptable {
	width: 100%;
}

.checkuptable td {
	border: 1px solid #ccc;
	vertical-align: middle;
}

.checkuptable .lefthead {
	width: 230px;
	background-color: #316002;
	text-align: center;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	color: #FFFFFF;
}

.checkuptable tr .lefthead {
	margin: 0px;
	padding: 0px;
	width: 250px;
	background-color: #316002;
	text-align: center;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	color: #FFFFFF;
}




.checkuptable tr .left {
	margin: 0px;
	padding: 5px 5px 5px 1.2em;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	background-color: #f7f7f7;
}
.checkuptable tr .lefthalf {
	padding: 5px 5px 5px 1em ;
	min-height: 30px;
	font-size: 14px;
	background-color: #fffef3;
	width: 100px;
}
.checkuptable tr .lefthalf2 {
	margin: 0px;
	width: 80px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	padding: 0px;
	vertical-align: middle;
	font-size: 14px;
	background-color: #f7f7f7;
}
.checkuptable tr .righthead {
	margin: 0px;
	padding: 0px;
	background-color: #316002;
	text-align: center;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	color: #FFFFFF;
}
.checkuptable tr .right {
	padding: 5px 5px 5px 1.2em;
	font-size: 14px;
	background-color: #FFF;
}

@media screen and (min-width: 768px) {
	.checkuptable .lefthead {
		width: 230px;
	}
	.checkuptable .righthead {
		width: 400px;
	}
}

/* -----------------------------------------------------------
　recruit.html
----------------------------------------------------------- */

#recruit-info {
	width: 100%;
	margin: 20px 0;
	border-collapse: collapse;
}
 
#recruit-info th {
	font-weight:normal;
	color:#ffffff;
	text-align:center;
	background-color:#478411;
	padding:10px;
	border:solid 1px #ccc;
}

#recruit-info td {
	font-weight:normal;
	padding:10px 0 0 30px;
	border:solid 1px #ccc;
}



/* -----------------------------------------------------------
　faq.html
----------------------------------------------------------- */
.faqtable {
	width: 100%;
}

.faqtable tr {
	border-bottom: 2px solid #fff;
}

.faqtable tr th {
	color: #FFF;
	background-color: #0C6A92;
	height: 30px;
	width: 30px;
	text-align: center;
	vertical-align: middle;
}
.faqtable tr a {
	color: #FFF;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}

.faqtable tr a:hover {
	text-decoration: none;
}


.faqtable tr td {
	font-size: 18px;
	line-height: 30px;
	padding-left: 10px;
	background-color: #fdfdf2;
}
.faqtable tr td a {
	color: #0C6A92;
}

@media screen and (max-width: 767px) {
	.faqtable tr {
		border-bottom: 4px solid #fff;
	}
	.faqtable tr td {
		font-size: 14px;
		line-height: 1.3;
	}
}


/* -----------------------------------------------------------
　nosmoking.html
----------------------------------------------------------- */
.nosmoking {
	text-align: left;
}

.nosmoking th {
	color: #fff;
	font-size: 16px;
	padding: 7px 20px;
	background: #196BB8;
	font-weight: normal;
}

.nosmoking td p {
	padding: 20px;
	margin: 2px 0;
	border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
	.nosmoking td p {
		padding: 0;
		border: 0;
		margin-bottom: 20px;
	}
}
