@charset "utf-8";

/* CSS information ===================================================

	 file name : basic.css
	style info : テンプレートスタイルシート

=================================================================== */

/*----------------------------------------------------------
/* body サイト全体
----------------------------------------------------------*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "リュウミン R-KL","Ryumin Regular KL",Reimin Light;
	color: #1F1D19;
}
.meiryo {
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: normal;
}

/* テキストリンクカラー */
a {
	color: #2281AE;
	text-decoration: none;
}
a:hover {
	color: #FF8000;
	text-decoration: underline;
}


/* .clearfix
------------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility:hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* PC用 *******************************/
@media print, screen and (min-width:641px){
html {
	overflow-y: scroll;
}
body {
	width: 100%;
	/*min-width: 1300px;*/
	overflow:hidden;
}
.sp_only {
	display:none !important;
}
.opacity {
	transition: all 0.05s linear;
}
.opacity:hover {
	opacity:0.75;
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	-ms-filter:"alpha(opacity=75)";
	filter:alpha(opacity=75);
	zoom:1;
}
} /*/@media*/
@media print, screen and (max-width:980px){
} /*/@media*/

/* SP用 *******************************/
@media only screen and (max-width:640px){
body {
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
.switch {
	visibility: hidden;
}
.pc_only {
	display: none !important;
}
} /*/@media*/

/*----------------------------------------------------------
/* .header ヘッダー
----------------------------------------------------------*/
/* 共通 *******************************/
.header {
	position:relative;
	margin:0 auto;
	background-color:rgba(255,255,255,0.92);
	z-index: 10;
}
.header .logo {
	float: left;
	margin: 10px 15px 5px;
	background: url(../img/common/common_logo01.png) no-repeat left center;
	white-space: nowrap;
}
.header .logo a {
	padding-left: 60px;
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: none;
	line-height: 36px;
	color: #201D1A;
	display: block;
}
.header .logo b {
	padding-left: 10px;
	font-size: 28px;
	font-size: 2.8rem;
}
.seo_txt {
	padding-left: 10px;
	padding-top: 10px;
}

.header .head_menu {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	color: #201D1A;
}
.header .info_link {
	float: left;
	margin-top: 20px;
}
.header .info_link li {
	float: left;
	margin-right: 40px;
	padding-left: 15px;
	font-size: 13px;
	font-size: 1.3rem;
	background: url(../img/common/common_ico01b.png) no-repeat left center;
	-moz-background-size: 4px 7px;
	-webkit-background-size: 4px 7px; 
	-o-background-size: 4px 7px;
	-ms-background-size: 4px 7px;
	background-size: 4px 7px;
}
.header .info_link li a {
	color: #201D1A;
}
.header .contact_btn {
	float: right;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header .contact_btn a {
	width: clamp(195px * 0.8, 10.15vw, 195px);
	margin-left: 5px;
	padding: 20px 0;
	font-family: "リュウミン R-KL","Ryumin Regular KL",Reimin Light;
	font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
	text-align: center;
	text-decoration: none;
	color: #FFF;
	border-radius: 0 0 4px 4px;
	display: block;
	transition: all 0.2s ease-in-out;
}
.header .contact_btn a:hover {
	filter: brightness(1.15);
	transition: all 0.2s ease-in-out;
}
.header .contact_btn .mail a {
	background-color: #EB6A67;
}
.header .contact_btn .web a {
	background-color: #00ADA9;
}
.header .contact_btn .line a {
	background-color: #01B901;
}
.header .contact_btn span {
	position: relative;
	
}
.header .contact_btn .mail span {
	padding-left: calc(clamp(40px * 0.8, 1.45vw, 40px) + 10px);
}
.header .contact_btn .web span {
	padding-left: calc(clamp(33px * 0.8, 1.45vw, 33px) + 10px);
}
.header .contact_btn .line span  {
	padding-left: calc(clamp(28px * 0.8, 1.45vw, 28px) + 10px);
}
.header .contact_btn span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: clamp(28px * 0.8, 1.45vw, 28px);
	margin: auto 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: inline-block;
}
.header .contact_btn .mail span::before {
	width: clamp(40px * 0.8, 1.45vw, 40px);
	background-image: url("../img/common/common_ico19.png");
}
.header .contact_btn .web span::before {
	width: clamp(33px * 0.8, 1.45vw, 33px);
	background-image: url("../img/common/common_ico20.png");
}
.header .contact_btn .line span::before {
	width: clamp(28px * 0.8, 1.45vw, 28px);
	background-image: url("../img/common/common_ico21.png");
}

/*
.header .contact_btn .tel {
	float: left;
	padding: 10px 30px 0 0;
	color: #201D1A;
}
.header .contact_btn .tel dt {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.header .contact_btn .tel dd {
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
}
.header .contact_btn .mail {
	float: right;
	background-color: #00ADA9;
}
.header .contact_btn .mail a {
}
*/
/* トップページ */
.top .header {
	background-color: transparent;
}
.top .header .logo a {
	color: #FFF;
}
.top .header .info_link li {
	background-image: url(../img/common/common_ico01w.png);
}
.top .header .info_link li a {
	color: #FFF;
}
.top .header .contact_btn .tel {
	color: #FFF;
}
.top .header .seo_txt {
	color: #FFFFFF;
}

/* PC用 *******************************/
@media print, screen and (min-width:641px){
} /*/@media*/

@media print, screen and (min-width:640px) and ( max-width:1170px) {

.header .head_menu {
	position: static;
}
.header .info_link {
	float: none;
	position: absolute;
	top: 10px;
	right: 0;
	margin-top: 0;
}
.header .info_link li {
	float: left;
	margin-right: 20px;
	font-size: 12px;
	font-size: 1.2rem;
}
.header .contact_btn {
	clear: both;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 10px;
}
.header .contact_btn a {
	border-radius: 4px;
}
}

@media print, screen and (max-width:980px){
.header .logo {
	float: left;
	margin: 5px 10px;
}
} /*/@media*/

@media print, screen and (max-width:873px){
.header .head_menu {
	float: none;
	width: calc(100% - 10px);
	margin-left: 5px;
	margin-right: 5px;
}
.header .contact_btn {
	padding-top: 0;
	padding-right: 0;
}
.header .contact_btn {
	float: none;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header .contact_btn li {
	width: 33%;
}
.header .contact_btn a {
	width: 100%;
	margin-left: 0;
}
} /*/@media*/

/* SP用 *******************************/
@media only screen and (max-width:640px){
.header {
	height: 125px;
	height: auto;
}
.header .logo {
	margin: 0 0 5px 5px;
	-moz-background-size: 46px 29px;
	-webkit-background-size: 46px 29px; 
	-o-background-size: 46px 29px;
	-ms-background-size: 46px 29px;
	background-size: 46px 29px;
}
.header .logo a {
	padding-left: 45px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 36px;
	text-decoration: none;
	color: #201D1A;
	display: block;
}
.header .logo b {
	padding-left: 5px;
	font-size: 18px;
	font-size: 1.8rem;
}
.header .head_menu {
	position: static;
	float: none;
	margin-top: 0;
	margin-bottom: 8px;
}
.header .contact_btn li {
	width: 32%;
}
.header .contact_btn .mail {
	order: 3;
} 
.header .contact_btn .web {
	order: 2;
}
.header .contact_btn .line {
	order: 1;
}
.header .contact_btn a {
	padding: calc(clamp(28px * 0.7, 4.37vw, 28px) + 15px) 0 10px;
	font-family: "リュウミン R-KL","Ryumin Regular KL",Reimin Light;
	font-size: clamp(1.4rem, 2.5vw, 1.6rem);
	border-radius: 4px;
}
.header .contact_btn .mail span, 
.header .contact_btn .web span, 
.header .contact_btn .line span  {
	padding-top: calc(clamp(28px * 0.7, 4.37vw, 28px) + 10px);
	padding-left: 0;
	height: auto;

}
.header .contact_btn span::before {
	content: "";
	position: absolute;
	top: 8px;
	right: 0;
	bottom: auto;
	height: clamp(28px * 0.7, 4.37vw, 28px);
	margin: 0 auto;
}
.header .contact_btn .mail span::before {
	width: clamp(40px * 0.7, 6.25vw, 40px);
}
.header .contact_btn .web span::before {
	width: clamp(33px * 0.7, 5.15vw, 33px);
}
.header .contact_btn .line span::before {
	width: clamp(28px * 0.7, 4.37vw, 28px);
}
/*
.header .head_menu {
	position: static;
	float: none;
}
.header .info_link {
	display: none;
}
.header .contact_btn {
	position: absolute;
	top: 60px;
	clear: both;
	float: none;
	width: 100%;
}
.header .contact_btn .tel {
	float: right;
	width: 48%;
	margin: 0 1.5% 0 0.5%;
	padding: 0;
	background-color: #EB6A67;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.header .contact_btn .mail {
	float: left;
	width: 48%;
	margin: 0 0.5% 0 1.5%;
	background-color: #00ADA9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.header .contact_btn .tel a, 
.header .contact_btn .mail a {
	width: auto;
	max-height: 60px;
	padding: 10px 5px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	color: #FFF;
	display: block;
}
.header .contact_btn .mail a {
	padding-left: 40px;
	background: url(../img/common/sp/common_ico10.png) no-repeat 10% center;
	-moz-background-size: 25px 18px;
	-webkit-background-size: 25px 18px; 
	-o-background-size: 25px 18px;
	-ms-background-size: 25px 18px;
	background-size: 25px 18px;
}
.header .contact_btn .tel a {
	padding-left: 30px;
	background: url(../img/common/sp/common_ico11.png) no-repeat 12% center;
	-moz-background-size: 18px 25px;
	-webkit-background-size: 18px 25px; 
	-o-background-size: 18px 25px;
	-ms-background-size: 18px 25px;
	background-size: 18px 25px;
}

.header .contact_btn .tel b, 
.header .contact_btn .mail b {
	font-size: 17px;
	font-size: 1.7rem;
}
*/

.header .menu_btn {
	position: absolute;
	top: 5px;
	right: 5px;
}
.header .menu_btn.open {
	width: 50px;
	height: 50px;
	text-indent: -200%;
	line-height: 0;
	background: url(../img/common/sp/common_btn01.png) no-repeat;
	-moz-background-size: 50px 50px;
	-webkit-background-size: 50px 50px; 
	-o-background-size: 50px 50px;
	-ms-background-size: 50px 50px;
	background-size: 50px 50px;
	overflow: hidden;
	cursor: pointer;
}
} /*/@media*/
@media only screen and (max-width:480px){
.header .logo a {
	font-size: 11px;
	font-size: 1.1rem;
}
.header .logo b {
	font-size: 15px;
	font-size: 1.5rem;
}
} /*/@media*/
@media only screen and (max-width:380px){
.seo_txt {
	width: 223px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: '';
}
} /*/@media*/

/*----------------------------------------------------------
/* .global_nav グローバルナビ
----------------------------------------------------------*/
/* 共通 *******************************/
.global_nav {
	position: relative;
	z-index: 20;
	background-color:rgba(255,255,255,0.92);
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
.global_nav .inner {
	margin:0 auto;
	max-width: 1280px;
	padding: 0 10px;
}
.global_nav ul {
	border-left: 1px solid #DDD;
}
.global_nav li {
	float: left;
	width: 20%;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	border-right: 1px solid #DDD;
	text-align: center;
}
.global_nav li a {
	padding: 20px 0;
	color: #211D1B;
	text-decoration: none;
	display: block;
}
.global_nav li span {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	display: block;
}
.global_nav li .eng {
	display: none;
}

/* PC用 *******************************/
@media print, screen and (min-width:641px){
.global_nav {
	display:block !important;
}
/*
.global_nav li a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
*/
.global_nav li a:hover {
	background-color:rgba(250,250,250,0.92);
}
/* トップページ */
.top .global_nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.top .global_nav .inner {
	width: auto;
	padding: 0;
}
.top .global_nav li a {
	padding: 40px 0 30px;
}
.top .global_nav li span {
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-position: center bottom;
	-moz-background-size: 80px 80px;
	-webkit-background-size: 80px 80px; 
	-o-background-size: 80px 80px;
	-ms-background-size: 80px 80px;
	background-size: 80px 80px;
}
.top .global_nav li:nth-child(2) span {
	background-image: url(../img/common/common_ico02.png);
}
.top .global_nav li:nth-child(3) span {
	background-image: url(../img/common/common_ico03.png);
}
.top .global_nav li:nth-child(4) span {
	background-image: url(../img/common/common_ico04.png);
}
.top .global_nav li:nth-child(5) span {
	background-image: url(../img/common/common_ico05.png);
}
.top .global_nav li:nth-child(6) span {
	background-image: url(../img/common/common_ico06.png);
}
.top .global_nav li .eng {
	padding-top: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	text-align: center;
	letter-spacing: normal;
	color: #878787;
	display: block;
}
} /*/@media*/
@media print, screen and (max-width:980px){
.global_nav .inner {
	padding: 0;
}
.global_nav li span {
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: -1px;
}

.top .global_nav li a {
	padding: 30px 0 20px;
}
.top .global_nav li span {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: -1px;
}


} /*/@media*/

/* SP用 *******************************/
@media only screen and (max-width:640px){
.global_nav {
	position: absolute;
	top: 60px;
	float: none;
	width: 100%;
	max-width: inherit;
	margin: 0;
	padding: 0 5px;
	min-width: 320px;
	background: none;
	border: none;
	z-index: 10000;
}
.global_nav:after {
	height: 0;
	background: none;
}
.global_nav .inner {
	width: 100%;
	padding: 0;
	background-color: rgba(255,255,255,0.85);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 4px rgba(0,0,0,0.6);
	-ms-box-shadow: 0 0 4px rgba(0,0,0,0.6);
	box-shadow: 0 0 4px rgba(0,0,0,0.6);
}
.global_nav ul {
	border: none;
}
.global_nav li {
	float: left;
	width: 33.3333%;
	margin: 0;
	border: none;
	display: block;
}
.global_nav li:nth-child(4), 
.global_nav li:nth-child(7), 
.global_nav li:nth-child(10), 
.global_nav li:nth-child(13) {
	clear: both;
}
.global_nav li a {
	padding: 10px 0;
	text-decoration: none;
	color: #000;
	display: block;
}
.global_nav.top li a {
	padding: 10px 5px;
}
.global_nav li span {
	padding-top: 50px;
	font-size: 11px;
	font-size: 1.1rem;
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: 50px 50px;
	-webkit-background-size: 50px 50px; 
	-o-background-size: 50px 50px;
	-ms-background-size: 50px 50px;
	background-size: 50px 50px;
	display: block;
}
.global_nav li:nth-child(1) span {
	background-image: url(../img/common/sp/common_ico01.png);
}
.global_nav li:nth-child(2) span {
	background-image: url(../img/common/sp/common_ico02.png);
}
.global_nav li:nth-child(3) span {
	background-image: url(../img/common/sp/common_ico03.png);
}
.global_nav li:nth-child(4) span {
	background-image: url(../img/common/sp/common_ico04.png);
}
.global_nav li:nth-child(5) span {
	background-image: url(../img/common/sp/common_ico05.png);
}
.global_nav li:nth-child(6) span {
	background-image: url(../img/common/sp/common_ico06.png);
}
.global_nav li:nth-child(7) span {
	background-image: url(../img/common/sp/common_ico09.png);
}
.global_nav li:nth-child(8) span {
	background-image: url(../img/common/sp/common_ico07.png);
}
.global_nav li:nth-child(9) span {
	background-image: url(../img/common/sp/common_ico08.png);
}
.global_nav .menu_btn.close {
	position: static;
	clear: both;
	float: none;
	width: auto;
	margin: 10px 0 0;
	padding: 10px 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight:bold;
	text-align:center;
	color: #FFF;
	background-color: #00ADA9;
	cursor: pointer;
}
/* トップページ */
.top .global_nav li a {
	padding: 10px 5px;
}
.top .global_nav li span {
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: normal;
}
.top .global_nav li .eng {
	display: none;
}
} /*/@media*/


/*----------------------------------------------------------
/* .fixed 
----------------------------------------------------------*/
/* 共通 *******************************/

/* PC用 *******************************/
@media print, screen and (min-width:641px){
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: block;
}


.top .fixed .header {
	background-color:rgba(255,255,255,0.92);
}
.top .fixed .header .logo a {
	color: #201D1A;
}
.top .fixed .header .info_link li {
	background-image: url(../img/common/common_ico01b.png);
}
.top .fixed .header .info_link li a {
	color: #201D1A;
}
.top .fixed .header .contact_btn .tel {
	color: #201D1A;
}

.hero.top .fixed .catch_copy {
	display: none;
}

.top .fixed .global_nav {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
}
.top .fixed .global_nav .inner {
	padding: 0 10px;
}
.top .fixed .global_nav li a {
	padding: 20px 0;
}
.top .fixed .global_nav li span {
	padding-bottom: 0;
	background: none;
}
.top .fixed .global_nav li .eng {
	display: none;
}




} /*/@media*/
@media print, screen and (max-width:980px){
} /*/@media*/

/* SP用 *******************************/
@media only screen and (max-width:640px){
} /*/@media*/

/*----------------------------------------------------------
/* .hero アイキャッチ
----------------------------------------------------------*/
/* 共通 *******************************/
.hero {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	-moz-background-size: cover;
	-webkit-background-size: cover; 
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
.hero.top {
	position: relative;
	height: 923px;
}
#top_slider .shadow {
	position: absolute;
	width: 100%;
	height: 200px;
	background: url(../img/common/common_bg02.png) repeat-x center top;
	z-index: 5;
}
#top_slider li {
	position: absolute;
	width: 100%;
	height: 923px;
	margin: 0;
	padding: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover; 
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
.hero.top .catch_copy {
	position: relative;
	padding-top: 90px;
	font-size: 54px;
	font-size: 5.4rem;
	line-height:1.65;
	text-align: center;
	color: #FFF;
	text-shadow:2px 2px 2px rgba(0,0,0,0.8);
	z-index: 10;
}
.hero.layer01 {
	height: 485px;
	margin-bottom: 70px;
	padding: 80px 60px;
	color: #FFF;
}
.hero.layer01.hospitalization {
	color: #1F1D19;
}
.hero.layer01 h1 {
	margin-bottom: 0 !important;
	font-size: 60px;
	font-size: 6.0rem;
}
.hero.layer01 h1 .eng {
	padding-top: 10px;
	font-size: 20px;
	font-size: 2.0rem;
	display: block;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
}
.hero.layer01 .en_title {
	margin-top: 0 !important;
	padding-top: 10px;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.2;
	display: block;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
}
.hero.layer01 p {
	margin-top: 70px;
	margin-bottom: 0;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.65;
}
.hero.layer02 {
	height: 105px;
}
.hero.about { background-image: url(../img/about/about_hero01.jpg); }
.hero.ambulatory { background-image: url(../img/ambulatory/ambulatory_hero01.jpg); }
.hero.check { background-image: url(../img/check/check_hero01.jpg); }
.hero.contact { background-image: url(../img/contact/contact_hero01.jpg); }
.hero.home_care { background-image: url(../img/home_care/home_care_hero01.jpg); }
.hero.hospitalization {background-image: url(../img/hospitalization/hospitalization_hero01.jpg);}
.hero.news { background-image: url(../img/news/news_hero01.jpg); }
.hero.policy { background-image: url(../img/policy/policy_hero01.jpg); }
.hero.line { background-image: url(../img/line/line_hero01.jpg); }

/* iPad用 ****************************/
@media screen and (max-device-width: 1024px) {
.hero {
	background-attachment: scroll;
}
#top_slider li {
	background-attachment: scroll;
}

}

/* PC用 *******************************/
@media print, screen and (min-width:641px){
} /*/@media*/
@media print, screen and (max-width:980px){
.hero.top {
	height: 823px;
}
#top_slider li {
	height: 823px;
}

.hero.top .catch_copy {
	/* padding-top: 90px; */
	padding-top: 30px;
	font-size: 40px;
	font-size: 4.0rem;
}
.hero.layer01 {
	height: 385px;
	margin-bottom: 70px;
	padding: 80px 40px;
	color: #FFF;
}
.hero.layer01 h1 {
	font-size: 40px;
	font-size: 4.0rem;
}
.hero.layer01 h1 .eng {
	font-size: 15px;
	font-size: 1.5rem;
}
.hero.layer01 .en_title {
	font-size: 15px;
	font-size: 1.5rem;
}
.hero.layer01 p {
	margin-top: 50px;
	font-size: 20px;
	font-size: 2.0rem;
}
} /*/@media*/

/* SP用 *******************************/
@media only screen and (max-width:640px){
.hero {
	background-attachment: scroll;
	background-position: center center;
}
.hero.top {
	height: 480px;
}
#top_slider li {
	height: 480px;
	background-attachment: scroll;
	background-position: center center;
}
.hero.top .catch_copy {
	padding-top: 30px;
	font-size: 35px;
	font-size: 3.5rem;
	text-shadow:2px 2px 2px rgba(0,0,0,0.8);
}
.hero.layer01 {
	height: auto;
	margin-bottom: 20px;
	padding: 40px;
	color: #FFF;
}
.hero.layer01 h1 {
	font-size: 30px;
	font-size: 3.0rem;
}
.hero.layer01 h1 .eng {
	padding-top: 5px;
	font-size: 12px;
	font-size: 1.2rem;
}
.hero.layer01 .en_title {
	padding-top: 5px;
	font-size: 15px;
	font-size: 1.5rem;
}

.hero.layer01 p {
	margin-top: 30px;
	font-size: 15px;
	font-size: 1.5rem;
}

.hero.layer01 p br {
	display: none;
}

.hero.layer02 {
	height: 55px;
}

} /*/@media*/
@media only screen and (max-width:480px){
.hero.top {
	height: 400px;
}
#top_slider li {
	height: 400px;
}

.hero.top .catch_copy {
	padding-top: 60px;
	font-size: 24px;
	font-size: 2.4rem;
}
.hero.layer01 {
	padding: 30px 20px;
}
.hero.layer01 h1 {
	margin-bottom: 20px;
	font-size: 28px;
	font-size: 2.8rem;
}
.hero.layer01 p {
	margin-top: 20px;
}
} /*/@media*/


/*----------------------------------------------------------
/* .topic_path パンくずリスト
----------------------------------------------------------*/
/* 共通 *******************************/
.topic_path {
	position: relative;
}
.topic_path .inner {
}
.topic_path p {
	margin: 0 auto;
	padding: 15px 30px;
	font-size: 12px;
	font-size: 1.2rem;
}
.topic_path p a {
	color: #201D1A;
	text-decoration: none;
}
.topic_path p a:hover {
	text-decoration: underline;
}

/* PC用 *******************************/
@media print, screen and (min-width:641px){
} /*/@media*/
@media print, screen and (max-width:980px){
.topic_path p {
	margin: 0 auto;
	padding: 15px 10px;
}
} /*/@media*/

/* SP用 *******************************/
@media only screen and (max-width:640px){
.topic_path {
	display: none
}
} /*/@media*/

/*----------------------------------------------------------
/* .contents コンテンツ
----------------------------------------------------------*/
/* 共通 *******************************/
.contents {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 10px 60px;
}
.contents.top {
	padding: 0 0px 60px;
}
.contents > section {
	overflow: hidden;
}
.contents h1 {
	margin-bottom: 40px;
	padding-bottom: 40px;
	font-family: "リュウミン R-KL","Ryumin Regular KL",Reimin Light;
	font-size: 36px;
	font-size: 3.6rem;
	border-bottom: 1px solid #D8D8D8;
}
.contents h2 {
	clear: both;
	margin-bottom: 40px;
	padding: 15px;
	font-size: 28px;
	font-size: 2.8rem;
	color: #1F1D19;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}
.contents p {
	margin-bottom: 60px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
}




/* PC用 *******************************/
@media print, screen and (min-width:641px){
} /*/@media*/
@media print, screen and (max-width:980px){
} /*/@media*/

/* SP用 *******************************/
@media only screen and (max-width: 640px){
.contents {
	padding: 0 10px 20px;
}
.contents.top {
	padding: 0 0px 20px;
}
.contents h1 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 26px;
	font-size: 2.6rem;
}
.contents h2 {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 20px;
	font-size: 2.0rem;
}
.contents p {
	margin-bottom: 40px;
}


} /*/@media*/


/*----------------------------------------------------------
/* .main メインコンテンツ
----------------------------------------------------------*/
/* 共通 *******************************/
.main {
	float: right;
	width: 100%;
	margin-left: -277px;
	padding-left: 277px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.main .inner {
	padding: 50px 60px 0;
}
.main a {
	text-decoration: underline;
}
.main a:hover {
	text-decoration: none;
}
.main img {
	max-width: 100%;
	height: auto;
}
.main h1 {
	margin-bottom: 40px;
	padding-bottom: 40px;
	font-family: "リュウミン R-KL","Ryumin Regular KL",Reimin Light;
	font-size: 36px;
	font-size: 3.6rem;
	border-bottom: 1px solid #D8D8D8;
}
.main h2 {
	font-family: "リュウミン R-KL","Ryumin Regular KL",Reimin Light;
}
.main h3 {
	font-family: "リュウミン R-KL","Ryumin Regular KL",Reimin Light;
}
.main ul {
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
}
.main ul li {
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../img/common/common_ico11.png) no-repeat left 15px;
	-moz-background-size: 7px 7px;
	-webkit-background-size: 7px 7px; 
	-o-background-size: 7px 7px;
	-ms-background-size: 7px 7px;
	background-size: 7px 7px;
}
.main ul li ul {
	margin-bottom: 40px;
}
.main ul li ul li {
	margin-bottom: 0px;
	margin-top: 10px;
	padding-left: 0px;
	background: none;
	line-height: 1.4;
}
.main .list_box ul {
	float: left;
	width: 50%;
}
.main .list_box3 ul {
	float: left;
	width: 33%;
}
.main dt {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 2.0;
	color: #38B38B;
}
.main dd {
	margin-bottom: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
}
.main figure {
	margin: 0 auto 60px;
	text-align: center;
}
.main .flow {
	background: url(../img/common/common_bg01.png) repeat-y 24px top;
	margin-bottom: 20px;
}
.main .flow dt {
	padding: 5px 0 6px 60px;
}
.main .flow dt:nth-of-type(1) {
	background: url(../img/common/common_ico12.png) no-repeat left top;
}
.main .flow dt:nth-of-type(2) {
	background: url(../img/common/common_ico13.png) no-repeat left top;
}
.main .flow dt:nth-of-type(3) {
	background: url(../img/common/common_ico14.png) no-repeat left top;
}
.main .flow dt:nth-of-type(4) {
	background: url(../img/common/common_ico15.png) no-repeat left top;
}
.main .flow dt:nth-of-type(5) {
	background: url(../img/common/common_ico16.png) no-repeat left top;
}
.main .flow dt:nth-of-type(6) {
	background: url(../img/common/common_ico18.png) no-repeat left top;
}
.main .flow dd {
	padding-left: 60px;
}
.main .flow dd:last-of-type {
	background-color: #FFF;
}
.main .flow dd em {
	font-weight: bold;
	display: block;
}
/* PC用 *******************************/
@media print, screen and (min-width:641px){
} /*/@media*/
@media print, screen and (max-width:980px){
.main {
	margin-left: -200px;
	padding-left: 200px;
}
.main .inner {
	padding: 50px 30px 0;
}
.main  ul {
	margin-bottom: 20px;
	
}
.main .list_box ul, 
.main .list_box3 ul {
	float: none;
	width: 100%;
}
.main .list_box ul:first-of-type, 
.main .list_box3 ul:first-of-type, 
.main .list_box3 ul:nth-of-type(2) {
	margin-bottom: 0;
}

} /*/@media*/

/* SP用 *******************************/
@media only screen and (max-width:640px){
.main {
	float: none;
	width: auto;
	margin-left: 0;
	margin-bottom: 20px;
	padding-left: 0;
}
.main .inner {
	padding: 20px 0 0;
}

.main h1 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 26px;
	font-size: 2.6rem;
}

.main ul {
	margin-bottom: 20px;
	font-size: 14px;
	font-size: 1.4rem;
}
.main dt {
	font-size: 16px;
	font-size: 1.6rem;
}
.main dd {
	margin-bottom: 20px;
	font-size: 14px;
	font-size: 1.4rem;
}
.main figure {
	margin: 0 auto 40px;
	text-align: center;
}
.main .flow {
	background: url(../img/common/common_bg01.png) repeat-y 19px top; 
}
.main .flow dt {
	padding: 2px 0 2px 45px;
}
.main .flow dt:nth-of-type(1), 
.main .flow dt:nth-of-type(2), 
.main .flow dt:nth-of-type(3), 
.main .flow dt:nth-of-type(4), 
.main .flow dt:nth-of-type(5), 
.main .flow dt:nth-of-type(6) {
	-moz-background-size: 35px 35px;
	-webkit-background-size: 35px 35px; 
	-o-background-size: 35px 35px;
	-ms-background-size: 35px 35px;
	background-size: 35px 35px;
}
.main .flow dd {
	padding-left: 45px;
}
} /*/@media*/

/*----------------------------------------------------------
/* .sidebar サイドバー
----------------------------------------------------------*/
/* 共通 *******************************/
.sidebar {
	position: relative;
	top: -63px;
	float: left;
	width: 277px;
	padding: 0 15px;
	background-color: #FFF;
	z-index: 10;
}
.sidebar h2 {
	border-top: none;
}
.sidebar h2 a {
	padding-top: 120px;
	padding-bottom: 30px;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	color: #211D1B;
	background-repeat: no-repeat;
	background-position: center 20px;
	-moz-background-size: 80px 80px;
	-webkit-background-size: 80px 80px; 
	-o-background-size: 80px 80px;
	-ms-background-size: 80px 80px;
	background-size: 80px 80px;
	color: #211D1B;
	text-decoration: none;
	display: block;
}
.sidebar h2 a:hover {
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
}
.about .sidebar h2 a { background-image: url(../img/common/common_ico02.png); }
.ambulatory .sidebar h2 a { background-image: url(../img/common/common_ico03.png); }
.check .sidebar h2 a { background-image: url(../img/common/common_ico04.png); }
.hospitalization .sidebar h2 a { background-image: url(../img/common/common_ico05.png); }
.home_care .sidebar h2 a { background-image: url(../img/common/common_ico06.png); }
.news .sidebar h2 a { background-image: url(../img/common/common_ico17.png); }

.sidebar h2 small {
	padding-top: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	text-align: center;
	color: #878787;
	display: block;
}
.sidebar h2 a small {
	color: #878787;
	text-decoration: none;
}
.sidebar ul {
	padding-left: 20px;
}
.sidebar li {
	margin-bottom: 25px;
	padding-left: 20px;
	background: url(../img/common/common_ico10.png) no-repeat left center;
	-moz-background-size: 8px 9px;
	-webkit-background-size: 8px 9px; 
	-o-background-size: 8px 9px;
	-ms-background-size: 8px 9px;
	background-size: 8px 9px;
}
.sidebar li a {
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
	line-height: 1.2;
	color: #1F1D19;
}
.sidebar li a:hover {
	text-decoration: underline;
}


/* PC用 *******************************/
@media print, screen and (min-width:641px){
} /*/@media*/
@media print, screen and (max-width:980px){
.sidebar {
	width: 200px;
	padding: 0 10px;
}

} /*/@media*/

/* SP用 *******************************/
@media only screen and (max-width:640px){
.sidebar {
	position: static;
	float: none;
	width: auto;
	padding: 0;
}
.sidebar h2 a {
	padding: 20px 10px 20px 50px;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: left;
	background-position: left center;
	-moz-background-size: 40px 40px;
	-webkit-background-size: 40px 40px; 
	-o-background-size: 40px 40px;
	-ms-background-size: 40px 40px;
	background-size: 40px 40px;
}
.sidebar h2 small {
	text-align: left;
}
.sidebar ul {
	padding-left: 10px;
}
.sidebar li a {
	font-size: 14px;
	font-size: 1.4rem;
}

} /*/@media*/





/*----------------------------------------------------------
/* .footer フッター
----------------------------------------------------------*/
/* 共通 *******************************/
.footer {
	font-size: 13px;
	font-size: 1.3rem;
	color: #525252;
	border-top: 1px solid #DDD;
	clear: both;
}
.footer .page_top {
	padding: 15px 10px;
	text-align: right;
}
.footer .page_top a {
	font-size: 13px;
	font-size: 1.3rem;
	color: #525252;
}
.footer .foot_menu {
	border-top: 1px solid #DDD;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer .foot_menu a {
	color: #525252;
}
.footer .foot_menu .inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px 10px;
}
.footer .foot_menu .inner > ul {
	float: left;
	width: 20%;
}
.footer .foot_menu .inner ul li {
	margin-bottom: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2;
}
.footer .foot_menu ul .arw_ico {
	margin-top: 10px;
	padding-left: 10px;
	background: url(../img/common/common_ico08.png) no-repeat left center;
	-moz-background-size: 4px 7px;
	-webkit-background-size: 4px 7px; 
	-o-background-size: 4px 7px;
	-ms-background-size: 4px 7px;
	background-size: 4px 7px;
	display:block;
}
.footer .foot_menu ul li ul {
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 10px;
}
.footer .foot_menu ul .dot_ico {
	padding-left: 7px;
	background: url(../img/common/common_ico09.png) no-repeat left center;
	-moz-background-size: 2px 2px;
	-webkit-background-size: 2px 2px; 
	-o-background-size: 2px 2px;
	-ms-background-size: 2px 2px;
	background-size: 2px 2px;
}

/* PC用 *******************************/
@media print, screen and (min-width:641px){
} /*/@media*/
@media print, screen and (max-width:980px){
} /*/@media*/

/* SP用 *******************************/
@media only screen and (max-width:640px){
.footer .foot_menu {
	display: none;
}
} /*/@media*/


/*----------------------------------------------------------
/* .primary_nav 
----------------------------------------------------------*/
/* 共通 *******************************/

/* PC用 *******************************/
@media print, screen and (min-width:641px){
} /*/@media*/
@media print, screen and (max-width:980px){
} /*/@media*/

/* SP用 *******************************/
@media only screen and (max-width:640px){
} /*/@media*/


/* .copyright コピーライト
------------------------------------------------*/
/* 共通 *******************************/
.copyright {
	margin-bottom: 40px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: center;
}

/* PC用 *******************************/
@media print, screen and (min-width:641px){
} /*/@media*/
@media print, screen and (max-width:980px){
} /*/@media*/

/* SP用 *******************************/
@media only screen and (max-width:640px){
.copyright {
	margin-bottom: 0;
	padding: 20px 10px;
	border-top: 1px solid #DDD;
}
} /*/@media*/


/*----------------------------------------------------------
/* .SNSボタン
----------------------------------------------------------*/
/* 共通 *******************************/
.sharedaddy {
	margin:0 10px 15px 0;
}

.topic_path .sharedaddy {
	position: absolute;
	top: 50%;
	right: 10px;
	margin: 0;
	margin-top: -13px;
}

/* PC用 *******************************/
@media print, screen and (min-width:641px){
} /*/@media*/
@media print, screen and (max-width:980px){
} /*/@media*/

/* SP用 *******************************/
@media only screen and (max-width:640px){
.sharedaddy {
	margin: 0 auto 15px;
}
.sharedaddy .sd-content ul {
	text-align: center;
}

.topic_path .sharedaddy {
	display: none;
}

} /*/@media*/


