@charset "UTF-8";

/* base styles */
html{
	font-size:62.5%;/* 10px */
}
html.large {
    font-size: 75%;
}
html.medium {
    font-size: 62.5%;
}
body {
	background:transparent;
	min-width:1100px;	/* 横スクロールバーの発生する幅を指定 */
	padding:0;
	margin:0;
	color:#282828;
	font-size:14px;
	font-size:1.4rem;/* 14px */
	text-align:left;
	line-height:1.5;
	letter-spacing:0;
	word-wrap:break-word;
	-webkit-text-size-adjust:100%;
}
.sp{
	display:none;
}
/* Chromeのremバグ対策 */
body > header,
body > footer,
body > section,
body > article,
body > div{
	font-size:1.4rem;/* 14px */
}

/* a */
a:link {
	color:#4d1606;
	-webkit-tap-highlight-color:rgba(255,255,255,0.3);	/* スマートフォンサイトでタップした際の色の指定 */
	text-decoration:underline;
}
a:visited {
	color:#4d1606;
	text-decoration:underline;
}

a:hover {
	color:#4d1606;
	text-decoration:none;
}
a img,
input[type="image"],
input[type="submit"],
input[type="button"]{
	-moz-transition:opacity 0.2s linear 0s;
	-webkit-transition:opacity 0.2s linear 0s;
	-ms-transition:opacity 0.2s linear 0s;
	-o-transition:opacity 0.2s linear 0s;
	transition:opacity 0.2s linear 0s;
	cursor:pointer;
}
a img{
	background:rgba(255,255,255,0.01);
}
a:hover img,
input[type="image"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover{
	background-color:transparent;
	opacity:0.7;
	filter:alpha(opacity=70);
}

/* margin paddingのクラス（任意で追加・削除） */
.pT30 {
	padding-top:30px!important;
}
.mT10 {
	margin-top:10px!important;
}
.mR0 {
	margin-right:0px!important;
}
.mR5 {
	margin-right:5px!important;
}
.mR10{
	margin-right:10px!important;
}
.mR20 {
	margin-right:20px!important;
}
.mR65 {
	margin-right:65px!important;
}
.mR1em {
	margin-right:1em!important;
}
.mR2em {
	margin-right:2em!important;
}
.mB0{
	margin-bottom:0px!important;
}
.mB5 {
	margin-bottom:5px!important;
}
.mB10 {
	margin-bottom:10px!important;
}
.mB15 {
	margin-bottom:15px!important;
}
.mB20 {
	margin-bottom:20px!important;
}
.mB25 {
	margin-bottom:25px!important;
}
.mB30 {
	margin-bottom:30px!important;
}
.mB35 {
	margin-bottom:35px!important;
}
.mB40{
	margin-bottom:40px!important;
}
.mB45 {
	margin-bottom:45px!important;
}
.mB50 {
	margin-bottom:50px!important;
}
.mB55 {
	margin-bottom:55px!important;
}
.mB70 {
	margin-bottom:70px!important;
}
.mL10{
	margin-left:10px!important;
}
.mL25{
	margin-left:25px!important;
}

/* テキスト色（任意で追加・削除） */
.txtRed {
	color:#F40000!important;
}
.txtGreen {
	color:#38a51e!important;
}
/* テキスト書式（任意で追加・削除） */
.txt_c{
	text-align:center;
}
.txt_r{
	text-align:right;
}
.txt_ind{
	text-indent:-1em;
	padding-left:1em;
}
.txt_b{
	font-weight:bold;
}
.txt_kigo{
	font-family: ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

/* float */
.c_b{
	clear:both;
}
.r{
	float:right;
}
.l{
	float:left;
}

/* form（任意で編集） */
input[type="text"],
input[type="password"],
input[type="tel"]{
	height:40px;
	padding: 10px;
	border: solid 1px #999999;
	line-height:20px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
input[type="number"]{
	text-align:right;
}
select{
	height:40px;
	padding: 5px 10px;
	border: solid 1px #999999;
	line-height:20px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
textarea{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	ime-mode:active;
}
.ime_a{
	ime-mode:active;
}
.ime_i{
	ime-mode:inactive;
}
.ime_d{
	ime-mode:disabled;
}
/* clearfix */
.cf:after ,
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	font-size:0.1px;
	line-height:0;
	overflow:hidden;
	visibility:hidden;
}
.cf ,
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .cf ,
* html .clearfix {
	height:1%;
	overflow:visible;
}
.cf ,
.clearfix {
	display:block;
}
.cf:after,
header:after,
footer:after,
section:after,
article:after,
div:after,
ul:after,ol:after{
	content:"";
	display:block;
	clear:both;
}

/* プルダウンメニュー（必要の応じて追記） */
.pulldown{
	position:relative;
}
.pulldown ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
}
/* アコーディオンメニュー（必要の応じて追記） */
.accordion_close,.accordion_open{
	cursor:pointer;
}
.accordion_close{

}
.accordion_open{

}
.hide {
	display:none;
}
/***------------
header1
------------***/
#header1{
	width: 100%;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
#header1 ul.head1_in{
	width: 1081px;
	margin: 0 auto;
	border-left:solid 1px #cccccc;
	box-sizing: border-box;
}
#header1 ul.head1_in li{
	width: 120px;
	height: 50px;
	float: left;
	display: table;
	border-right:solid 1px #cccccc;
	box-sizing:border-box;
}
#header1 ul.head1_in li a{
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-size: 1.2rem;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #231815;
	text-decoration: none;
}
#header1 ul.head1_in li:hover a,
#header1 ul.head1_in li.current a{
	color: #fff;
	font-weight: bold;
}
#header1 ul.head1_in li.nav2,
#header1 ul.head1_in li.nav3,
#header1 ul.head1_in li.nav4,
#header1 ul.head1_in li.nav5,
#header1 ul.head1_in li.nav6{
	border-right:dotted 1px #cccccc;
}
#header1 ul.head1_in li.nav1{
	border-bottom:solid 2px #38a51e;
}
#header1 ul.head1_in li.nav2,
#header1 ul.head1_in li.nav3,
#header1 ul.head1_in li.nav4,
#header1 ul.head1_in li.nav5,
#header1 ul.head1_in li.nav6,
#header1 ul.head1_in li.nav7{
	border-bottom:solid 2px #e23336;
}
#header1 ul.head1_in li.nav2{
	border-top:solid 2px #e23336;
}
#header1 ul.head1_in li.nav3{
	border-top:solid 2px #41b194;
}
#header1 ul.head1_in li.nav4{
	border-top:solid 2px #ff7f00;
}
#header1 ul.head1_in li.nav5{
	border-top:solid 2px #7fc31c;
}
#header1 ul.head1_in li.nav6{
	border-top:solid 2px #a1501c;
}
#header1 ul.head1_in li.nav7{
	border-top:solid 2px #f4449f;
}
#header1 ul.head1_in li.nav8{
	border-bottom:solid 2px #0a50a1;
}
#header1 ul.head1_in li.nav9{
	border-bottom:solid 2px #34b3d1;
}
#header1 ul.head1_in li.nav1:hover,
#header1 ul.head1_in li.nav1.current{
	background:#38a51e;
}
#header1 ul.head1_in li.nav2:hover,
#header1 ul.head1_in li.nav2.current{
	background:#e23336;
}
#header1 ul.head1_in li.nav3:hover,
#header1 ul.head1_in li.nav3.current{
	background:#41b194;
}
#header1 ul.head1_in li.nav4:hover,
#header1 ul.head1_in li.nav4.current{
	background:#ff7f00;
}
#header1 ul.head1_in li.nav5:hover,
#header1 ul.head1_in li.nav5.current{
	background:#7fc31c;
}
#header1 ul.head1_in li.nav6:hover,
#header1 ul.head1_in li.nav6.current{
	background:#a1501c;
}
#header1 ul.head1_in li.nav7:hover,
#header1 ul.head1_in li.nav7.current{
	background:#f4449f;
}
#header1 ul.head1_in li.nav8:hover,
#header1 ul.head1_in li.nav8.current{
	background:#0a50a1;
}
#header1 ul.head1_in li.nav9:hover,
#header1 ul.head1_in li.nav9.current{
	background:#34b3d1;
}
/***------------
header
------------***/
#header{
	width: 100%;
	padding: 15px 0;
}
#header.pt1{
	border-bottom: solid 2px #38a51e;
}
#header.pt2{
	border-bottom: solid 2px #e23336;
}
#header.pt3{
	border-bottom: solid 2px #41b194;
}
#header.pt4{
	border-bottom: solid 2px #ff7f00;
}
#header.pt5{
	border-bottom: solid 2px #7fc31c;
}
#header.pt6{
	border-bottom: solid 2px #a1501c;
}
#header.pt7{
	border-bottom: solid 2px #f4449f;
}
#header.pt8{
	border-bottom: solid 2px #0a50a1;
}
#header.pt9{
	border-bottom: solid 2px #34b3d1;
}
#header div.headerin{
	width: 1081px;
	margin: 0 auto;
}
#header div.headerin .logo1,
#header div.headerin .logo2,
#header div.headerin .logo3,
#header div.headerin .logo4,
#header div.headerin .logo5,
#header div.headerin .logo6,
#header div.headerin .logo7,
#header div.headerin .logo8,
#header div.headerin .logo9{
	width: 390px;
	float: left;
}
#header div.headerin div.headertxt{
	width: 690px;
	float: right;
}
#header div.headerin div.headertxt ul{
	border-right: dotted 1px #cccccc;
}
#header div.headerin div.headertxt ul li{
	float: right;
	border-left: dotted 1px #cccccc;
	height: 47px;
	display: table;
}
#header div.headerin div.headertxt ul li.hlink a{
	padding:0 15px;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight:normal;
	text-decoration: none;
}
#header div.headerin div.headertxt ul li.tel span{
	padding:0 15px;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
#header div.headerin div.headertxt ul li.fs dl{
	padding:0 15px;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
#header div.headerin div.headertxt ul li.fs dl dt{
	font-size: 12px;
	font-size: 1.2rem;
	float: left;
	padding: 3px 0;
	margin-right: 5px;
}
#header div.headerin div.headertxt ul li.fs dl dd{
	float: left;
	width: 25px;
	height: 25px;
	margin-left: 5px;
}
#header div.headerin div.headertxt ul li.search{
	width: 231px;
	margin:0 auto;
    position:relative;
	padding:0 15px;
	box-sizing: border-box;
	display: table;
}
#header div.headerin div.headertxt ul li.search div.searchin{
	display: table-cell;
	vertical-align: middle;
}
#header div.headerin div.headertxt ul li.search .gsc-control-cse,
#header div.headerin div.headertxt ul li.search .gsc-control-cse-ja,
#header div.headerin div.headertxt ul li.search .gsib_a{
    margin:0 !important;
    padding:0 !important;
}
/* 全体幅 */
#header div.headerin div.headertxt ul li.search .gsc-search-box{
    width:160px;
}

/* td余白リセット */
#header div.headerin div.headertxt ul li.search table.gsc-search-box td{
    padding:0;
    vertical-align:middle;
}
#header div.headerin div.headertxt ul li.search table.gsc-search-box td.gsib_a{
    height: 30px !important;
    background-size: 20px !important;
    background-position: 5px;
}
#header div.headerin div.headertxt ul li.search table.gsc-search-box td.gsib_a:before{
	width: 30px!important;
}
#header div.headerin div.headertxt ul li.search table.gsc-search-box td.gsib_b {
    box-sizing: border-box;
    height: 30px;
    width: 30px;
    padding: 4px 4px 4px 0;
}

/* 入力外枠 */
#header div.headerin div.headertxt ul li.search .gsc-input-box{
    height:30px;
}

/* input */
#header div.headerin div.headertxt ul li.search input.gsc-input{
    height:30px !important;
    line-height:30px !important;
    box-sizing:border-box;
	background-color: transparent!important;
	background: none!important;
	padding-left: 30px!important;
}

/* 検索ボタン */
#header div.headerin div.headertxt ul li.search button.gsc-search-button{
    height:30px;
}

/* SVG中央 */
#header div.headerin div.headertxt ul li.search button.gsc-search-button svg{
    vertical-align:middle;
}
/***------------
footer
------------***/
#footerlist{
	width: 100%;
	margin: 0 auto 60px;
}
#footerlist.foter_info{
	padding-top: 50px;
    border-top: solid 1px #cccccc;
}
#footerlist ul{
	text-align: center;
}
#footerlist ul li{
	display: inline-block;
	border-right:solid 1px #999999;
	padding: 0 20px;
}
#footerlist ul li:first-child{
	border-left:solid 1px #999999;
}
#footerlist ul li a{
	text-decoration: none;
}
#header1.footer{
	border-bottom: none;
}
#header1.footer ul.head1_in li.nav2{
	border-bottom:solid 2px #e23336;
}
#header1.footer ul.head1_in li.nav3{
	border-bottom:solid 2px #41b194;
}
#header1.footer ul.head1_in li.nav4{
	border-bottom:solid 2px #ff7f00;
}
#header1.footer ul.head1_in li.nav5{
	border-bottom:solid 2px #7fc31c;
}
#header1.footer ul.head1_in li.nav6{
	border-bottom:solid 2px #a1501c;
}
#header1.footer ul.head1_in li.nav7{
	border-bottom:solid 2px #f4449f;
}
#copy{
	width: 100%;
	padding: 30px 0;
}
#copy.copy1{
	background: #38a51e;
}
#copy.copy2{
	background: #e23336;
}
#copy.copy3{
	background: #41b194;
}
#copy.copy4{
	background: #ff7f00;
}
#copy.copy5{
	background: #7fc31c;
}
#copy.copy6{
	background: #a1501c;
}
#copy.copy7{
	background: #f4449f;
}
#copy.copy8{
	background: #0a50a1;
}
#copy.copy9{
	background: #34b3d1;
}
#copy p{
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
}
/***------------
topimg
------------***/
#topimg{
	width: 100%;
	position: relative;
}
#topimg .bx-wrapper,
#topimg ul{
	width:100%;
	min-width: 1100px;
	height:480px;
	position: relative;
	z-index: -2;
}
#topimg ul li{
	height:100%;
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
#topimg.hosp_img ul li.slid1{
	background:url(../img/topimg_hospital001.jpg) no-repeat center center;
	background-size: auto 100%;
}
#topimg.hosp_img ul li.slid2{
	background:url(../img/topimg_hospital002.jpg) no-repeat center center;
	background-size: auto 100%;
}
#topimg.hosp_img ul li.slid3{
	background:url(../img/topimg_hospital003.jpg) no-repeat center center;
	background-size: auto 100%;
}
#topimg.hosp_img ul li.slid4{
	background:url(../img/topimg_hospital004.jpg) no-repeat center center;
	background-size: auto 100%;
}
#topimg.hosp_img ul li.slid5{
	background:url(../img/topimg_hospital005.jpg) no-repeat center center;
	background-size: auto 100%;
}

#topimg.care_img ul li.slid1{
	background:url(../img/topimg_care001.jpg) no-repeat center center;
	background-size: auto 100%;
}
#topimg.care_img ul li.slid2{
	background:url(../img/topimg_care001.jpg) no-repeat center center;
	background-size: auto 100%;
}
#topimg.daycare_img ul li.slid1{
	background:url(../img/topimg_daycare001.jpg) no-repeat center center;
	background-size: auto 100%;
}
#topimg.daycare_img ul li.slid2{
	background:url(../img/topimg_daycare001.jpg) no-repeat center center;
	background-size: auto 100%;
}
#topimg.visitcare_img ul li.slid1{
	background:url(../img/topimg_daycare002.jpg) no-repeat center center;
	background-size: auto 100%;
}
#topimg.visitcare_img ul li.slid2{
	background:url(../img/topimg_daycare002.jpg) no-repeat center center;
	background-size: auto 100%;
}
#topimg.carehouse_img ul li.slid1{
	background:url(../img/topimg_daycare003.jpg) no-repeat center center;
	background-size: auto 100%;
}
#topimg.carehouse_img ul li.slid2{
	background:url(../img/topimg_daycare003.jpg) no-repeat center center;
	background-size: auto 100%;
}
#topimg.compositecare_img ul li.slid1{
	background:url(../img/topimg_daycare004.jpg) no-repeat center center;
	background-size: auto 100%;
}
#topimg.compositecare_img ul li.slid2{
	background:url(../img/topimg_daycare004.jpg) no-repeat center center;
	background-size: auto 100%;
}
#topimg.homecare_img ul li.slid1{
	background:url(../img/topimg_daycare005.jpg) no-repeat center center;
	background-size: auto 100%;
}
#topimg.homecare_img ul li.slid2{
	background:url(../img/topimg_daycare005.jpg) no-repeat center center;
	background-size: auto 100%;
}
#topimg.kenkou_img ul li.slid1{
	background:url("../img/imgtop_kenkoukai002.png") no-repeat center center;
	background-size: auto 100%;
}
#topimg.kenkou_img ul li.slid2{
	background:url("../img/imgtop_kenkoukai002.png") no-repeat center center;
	background-size: auto 100%;
}
#topimg.recruit_img ul li.slid1{
	background:url(../img/topimg_recruit001_v2.jpg) no-repeat center center;
	background-size: auto 100%;
}
#topimg.recruit_img ul li.slid2{
	background:url(../img/topimg_recruit001.jpg) no-repeat center center;
	background-size: auto 100%;
}
#topimg ul li div{
	width: 1100px;
	height: 480px;
	position: relative;
	margin: 0 auto;
}
#topimg.kenkou_img ul li div{
	width: 1000px;
}
#topimg ul li div p{
	height: 100%;
	position: absolute;
	vertical-align: middle;
	display: table;
}
#topimg ul li div p span{
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	text-shadow:3px 0px 4px #ffffff, 0px 3px 4px #ffffff, -3px 0px 4px #ffffff, 0px -3px 4px #ffffff;
}
/*フォトサイズ変更なし*/
html.large #topimg ul li div p span{
	font-size: 24px;
}
#topimg ul li div p.tp1{
	width: 450px;
	top: 0;
	bottom: 0;
	right: 580px;
	margin: auto;
	letter-spacing: -0.2rem;
	text-shadow: 3px 3px 5px 0 #777;
}
#topimg ul li div p.tp1:before{
	content: "";
	background: url(../img/topimg_icon_pt1.png) no-repeat;
	background-size: cover;
	width: 135px;
	height: 92px;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#topimg ul li div p.tp2{
	width: 570px;
	top: 0;
	bottom: 0;
	left: 100px;
	margin: auto;
	line-height: 2;
}
#topimg ul li div p.tp2 span{
	color: #f14e74;
	text-shadow: 2px 2px 3px #fff,
    -2px 2px 3px #fff,
    2px -2px 3px #fff,
    -2px -2px 3px #fff;
}
#topimg ul li div p.tp3{
	width: 420px;
	top: 0;
	bottom: 0;
	right: 120px;
	margin: auto;
	line-height: 2;
}
#topimg ul li div p.tp3 span{
	color: #41b194;
	text-align: center;
	text-shadow: 2px 2px 3px #fff,
    -2px 2px 3px #fff,
    2px -2px 3px #fff,
    -2px -2px 3px #fff;
	vertical-align: bottom;
	padding-bottom: 80px;
}
#topimg.visitcare_img ul li div p.tp3 span{
	color: #ff7f00;
}
#topimg.carehouse_img ul li div p.tp3 span{
	color: #7fc31c;
}
#topimg.compositecare_img ul li div p.tp3 span{
	color: #a1501c;
}
#topimg.homecare_img ul li div p.tp3 span{
	color: #f4449f;
}
#topimg ul li div p.tp4{
	position: absolute;
	top:40px;
	left: 40px;
	line-height: 2;
}
#topimg ul li div p.tp5{
	top:0;
	right: 120px;
	bottom: 0;
	margin: auto;
	line-height: 2;
}
#topimg ul li div p.tp4 span{
	color: #0a50a1;
	text-shadow: 2px 2px 3px #fff,
    -2px 2px 3px #fff,
    2px -2px 3px #fff,
    -2px -2px 3px #fff;
	font-size: 36px;
	font-size: 3.6rem;
}
#topimg ul li div p.tp5 span{
	color: #34b3d1;
		text-shadow: 2px 2px 3px #fff,
    -2px 2px 3px #fff,
    2px -2px 3px #fff,
    -2px -2px 3px #fff;
	font-size: 36px;
	font-size: 3.6rem;
}
/***------------
calender
------------***/
#topimg #calender{
	width: 1100px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 480px;
}
/*フォトサイズ変更なし*/
html.large #topimg #calender{
	font-size: 14px;
}
html.large #topimg #calender div.calenderin dl dd p.txt_r{
	font-size: 12px;
}
#topimg #calender div.calenderin{
	width: 340px;
	padding: 15px;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 12px;
	background-color: rgba(255,255,255,0.7);
}
#topimg #calender div.calenderin dl dt{
	color: #fff;
	font-weight: bold;
	background: #ff8278;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
	text-align: center;
}
#topimg #calender div.calenderin dl dd{
	margin-bottom: 10px;
}
#topimg #calender div.calenderin dl dd.last{
	margin-bottom: 0;
}
#topimg #calender div.calenderin dl dd table{
	border-top: solid 1px #ffc0bb;
	border-left: solid 1px #ffc0bb;
	width: 100%;
	margin-bottom: 5px;
}
#topimg #calender div.calenderin dl dd table tr th{
	border-right: solid 1px #ffc0bb;
	border-bottom: solid 1px #ffc0bb;
	background: #fff2f1;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
#topimg #calender div.calenderin dl dd table tr th:first-child{
	width: 125px;
}
#topimg #calender div.calenderin dl dd table tr td{
	border-right: solid 1px #ffc0bb;
	border-bottom: solid 1px #ffc0bb;
	background: #fff;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
#topimg #calender div.calenderin dl dd table tr td:first-child{
	font-weight: bold;
    text-align: right;
    padding-right: 8px;
}
#topimg #calender div.calenderin dl dd p.txt_r{
	font-size: 12px;
	font-size: 1.2rem;
}
#topimg #calender div.calenderin dl dd ul{
	width: 100%;
    min-width: 0;
    height: auto;
    position: static;
}
#topimg #calender div.calenderin dl dd ul li{
	width: 150px;
	float: left;
    height: auto;
    position: static;
	margin-right: 10px;
	margin-top: 10px;
}
#topimg #calender div.calenderin dl dd ul li:nth-of-type(-n+2){
	margin-top: 0;
}
#topimg #calender div.calenderin dl dd ul li:nth-of-type(2n+0){
	margin-right: 0;
}
#topimg #calender div.calenderin img{
	width: 100%;
}
/***------------
menulist
------------***/
#menulist.active{
	position:fixed;
	top:0;
	left:0;
	z-index: 100;
}
#menulist{
	width: 100%;
	background: #f5f5f5;
}
#menulist ul{
	display:block;
	width: 1100px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
}
#menulist ul li{
	display: inline-block;
	-webkit-transform: skewX(150deg);
	-moz-transform: skewX(150deg);
	transform: skewX(150deg);
	border-right: 1px dotted #595757;
}
#menulist ul li:first-child{
	border-left: 1px dotted #595757;
}
#menulist ul li a{
	display:block;
	transform: skewX(-150deg);
	padding:8px 18px;
}
#menulist ul li.c_m1 a{
	padding:8px 70px;
}
#menulist ul li.c_m2 a{
	padding:8px 70px;
}
#menulist ul li.c_m3 a{
	padding:8px 60px;
}
#menulist ul li.c_m4 a{
	padding:8px 50px;
}
#menulist ul li.c_m5 a{
	padding:8px 40px;
}
/***------------
footerinfo
------------***/
#footerinfo{
	width: 100%;
	padding-top: 50px;
	border-top:solid 1px #cccccc;
}
#footerinfo div.f_infoin{
	width: 1100px;
	margin: 0 auto 40px;
}
#footerinfo div.f_infoin div.f_txt{
	text-align: center;
	margin-bottom: 30px;
}
#footerinfo div.f_infoin .cf{
	width: 600px;
	margin: 0 auto;
}
#footerinfo div.f_infoin .cf dt{
padding-top: 12px;
    width: 130px;
    float: left;
    margin-right:60px;
}
#footerinfo div.f_infoin .cf dt img{
	width: 100%;
}
#footerinfo div.f_infoin .cf dd{
	width: 285px;
	float:left;
}
#footerinfo div.f_infoin .cf dd p{
	margin-bottom: 5px;
}

/*20180424平山追記*/
#footerinfo div.f_infoin #mark{
	float:left;
}
#footerinfo div.f_infoin #mark img{
	width: 60px;
    padding-top: 10px;
}
/*20180424平山追記ここまで*/

#footerinfo div.f_infoin .cf dd ul li{
	font-size: 22px;
	font-size: 2.2rem;
}
#footerinfo div.f_infoin div.kenkou_tit{
	text-align: center;
}
#footerinfo div.f_infoin div.care_tit{
	width: 330px;
	margin: 0 auto 30px;
}
#footerinfo div.f_infoin div.care_btn{
	width: 270px;
	margin: 0 auto;
}
#footerinfo div.f_infoin div.care_tit img,
#footerinfo div.f_infoin div.care_btn img{
	width: 100%;
}
/***------------
contents
------------***/
#contents.top{
	padding-top: 50px;
}
/***------------
toptit1
------------***/
.toptit1{
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.toptit1 .t_infotit{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	position: relative;
    padding-left: 45px;
}
.toptit1 .t_infotit:before{
	background: url(img/icon_pt1.png) no-repeat;
    background-size: cover
}
.toptit1 .t_infotit:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.toptit1 .t_infotit.pt1:before{
	background: url(../img/icon_pt1.png) no-repeat;
	background-size: cover;
	width: 28px;
	height: 24px;
}
.toptit1 .t_infotit.pt2:before{
	background: url(../img/icon_pt2.png) no-repeat;
	background-size: cover;
	width: 28px;
	height: 24px;
}
.toptit1 .t_infotit.pt3:before{
	background: url(../img/icon_pt5.png) no-repeat;
	background-size: cover;
	width: 28px;
	height: 24px;
}
.toptit1 .t_infotit small{
	font-size: 12px;
	font-size: 1.2rem;
	color: #38a51e;
	margin-left: 10px;
	vertical-align: middle;
}
.toptit1 .t_infotit.pt2 small{
	color: #e23336;
}
.toptit1 .t_infotit.pt3 small{
	color: #0a50a1;
}
.toptit1 .tinfobtn{
	width: 225px;
	height: 30px;
	display: table;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #ff7800;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.toptit1 .tinfobtn a{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding: 0 20px;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
.toptit1 .tinfobtn a:before{
	content: "";
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/***------------
topinfo
------------***/
#topinfo{
	width: 1000px;
	margin: 0 auto 50px;
}
#topinfo div.tabscroll{
	overflow: auto;
}
#topinfo #tab{
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
#topinfo #tab li{
	background:#f5f5f5;
	width : 166px;
	height: 50px;
	margin-right:5px;
	cursor:pointer;
	display: table;
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 166px;
	-moz-box-flex: 0;
	-ms-flex: 0 1 166px;
	flex: 0 1 166px;
}
#topinfo #tab li:last-of-type{
	margin-right:0;
}
#topinfo #tab li span{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #666666;
	padding: 0 10px;
}
#topinfo #tab li.select{
	background:#38a51e;
}
#topinfo #tab li.select span{
	color: #fff;
	font-weight: bold;
}

#topinfo #tab li a{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #666666;
	padding: 0 10px;
	text-decoration: none;
}
#topinfo #tab li.select a{
	color: #fff;
	font-weight: bold;
}

#topinfo #content dl{
	border-top: solid 1px #dcdddd;
	margin-bottom: 50px;
}
#topinfo #content dl dt{
	width: 220px;
	padding: 20px 0 20px 20px;
	box-sizing: border-box;
	float: left;
	position: relative;
}
#topinfo #content dl dt span{
	position: absolute;
	right: 0;
	top: 0;
	margin: auto;
	display: inline-table;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	width: 100px;
	padding: 2px 0;
	text-align: center;
	box-sizing: border-box;
    margin-top: 20px;
}
#topinfo #content dl dt span.icon_cate1{
	background: #38a51e;
	color: #fff;
}
#topinfo #content dl dt span.icon_cate2{
	background: #ff7800;
	color: #fff;
}
#topinfo #content dl dt span.icon_cate3{
	background: #2ea7e0;
	color: #fff;
}
#topinfo #content dl dt span.icon_cate4{
	background: #f5f5f5;
	color: #595757;
}
#topinfo #content dl dt span.icon_cate5{
	background: #e3bd94;
	color: #79400c;
}
#topinfo #content dl dd{
	padding: 20px 20px 20px 235px;
	border-bottom: solid 1px #dcdddd;
}
#topinfo #content dl dd a{
	text-decoration: none;
	color: #282828;
}
#topinfo #content dl dd span,
#contents .titnaka2 span{
	padding: 0 5px;
	color: #fff;
	font-weight: bold;
	margin-left: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	font-size: 1.2rem;
}
#topinfo #content dl dd span.bg_c1,
#contents .titnaka2 span.bg_c1{
	background:#41b194;
}
#topinfo #content dl dd span.bg_c2,
#contents .titnaka2 span.bg_c2{
	background:#ff7f00;
}
#topinfo #content dl dd span.bg_c3,
#contents .titnaka2 span.bg_c3{
	background:#7fc31c;
}
#topinfo #content dl dd span.bg_c4,
#contents .titnaka2 span.bg_c4{
	background:#a1501c;
}
#topinfo #content dl dd span.bg_c5,
#contents .titnaka2 span.bg_c5{
	background:#f4449f;
}
/***------------
impinfo
------------***/
#impinfo{
	width: 1000px;
	margin: 0 auto 50px;
	border: solid 4px #dcdddd;
	box-sizing: border-box;
	padding: 20px 40px;
}
#impinfo table tr th{
	width: 200px;
	padding: 10px 0;
	position: relative;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: normal;
}
#impinfo table tr th small{
	font-size: 12px;
	font-size: 1.2rem;
	color: #e60012;
	display: block;
}
#impinfo table tr th:before{
	content: "";
	background-color: #e60012;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
	width: 5px;
    height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#impinfo table tr td{
	padding: 10px 0 10px 40px;
    vertical-align: middle;
}
#impinfo table tr td dl dt{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 8px;
	color: #e60012;
	padding-top: 20px;
}
#impinfo table tr td dl dt:first-child{
	padding-top: 0;
}
#impinfo table tr td dl dt span{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	display: block;
	color: #898989;
}
/***------------
toptopics
------------***/
#toptopics{
	width: 100%;
	border-top: solid 1px #cccccc;
	padding: 40px 0;
	box-sizing: border-box;
	background: #f5f5f5;
}
#toptopics .toptit1{
	width: 1000px;
	margin: 0 auto 20px;
}
#toptopics .topislider{
	width: 100%;
	max-width: 1200px;
	min-width: 1100px;
	margin: 0 auto;
	position: relative;
}
#toptopics .topislider .bx-wrapper .bx-viewport{
	height: 260px!important;
	padding: 5px;
	box-sizing: border-box;
}
#toptopics .topislider ul li{
	width: 400px;
	margin-right: 50px;
	height: 250px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.2);
}
#toptopics .topislider ul li a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#toptopics .topislider ul li div.cf div.l{
    width: 250px;
	height: 250px;
	position: relative;
	overflow: hidden;
}
#toptopics .topislider ul li div.cf div.l:after{
	content: "";
	position:absolute;
	top:0;
	bottom: 0;
	right:0;
	margin: auto;
	width:0;
	height:0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 15px 20px 15px 0;
}
#toptopics .topislider ul li div.cf div.l img{
    width: auto;
    height: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#toptopics .topislider ul li div.cf div.r{
    width: 250px;
	padding: 30px;
	box-sizing: border-box;
}
#toptopics .topislider ul li div.cf div.r dl dt{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #38a51e;
	line-height: 1.2;
	margin-bottom: 10px;
}
#contents.daycare_top #toptopics .topislider ul li div.cf div.r dl dt{
	color: #41b194;
}
#contents.visitcare_top #toptopics .topislider ul li div.cf div.r dl dt{
	color: #ff7f00;
}
#contents.carehouse_top #toptopics .topislider ul li div.cf div.r dl dt{
	color: #7fc31c;
}
#contents.compositecare_top #toptopics .topislider ul li div.cf div.r dl dt{
	color: #a1501c;
}
#contents.homecare_top #toptopics .topislider ul li div.cf div.r dl dt{
	color: #f4449f;
}
#toptopics .topislider ul li div.cf div.r dl dt span{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	display: block;
	color:#898989;
	margin-bottom: 10px;
}
#toptopics .topislider div.bx-controls-direction a.bx-prev{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 27px;
	height: 52px;
	background: url(../img/slidericon_prev.png) no-repeat;
 	overflow: hidden;
  	text-indent: 100%;
  	white-space: nowrap;
}
#toptopics .topislider div.bx-controls-direction a.bx-next{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 27px;
	height: 52px;
	background: url(../img/slidericon_next.png) no-repeat;
 	overflow: hidden;
  	text-indent: 100%;
  	white-space: nowrap;
}
/***------------
pankuzu
------------***/
#pankuzu{
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
	margin-bottom: 50px;
}
#pankuzu p{
	font-size: 12px;
	font-size: 1.2rem;
}
#pankuzu p a{
	color: #0A50A1;
}
/***------------
contents
------------***/
#contents .titnaka1,
#contents .titnaka2,
#contents .titnaka3{
	margin-bottom: 40px;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: normal;
}
#contents .titnaka1 strong,
#contents .titnaka2 strong,
#contents .titnaka3 strong{
	display: block;
	padding-left: 20px;
	font-weight: normal;
}
#contents .titnaka1 strong{
	border-left: solid 8px #38a51e;
}
#contents .titnaka2 strong{
	border-left: solid 8px #e23336;
}
#contents .titnaka3 strong{
	border-left: solid 8px #0a50a1;
}
#contents .titnaka1 small,
#contents .titnaka2 small,
#contents .titnaka3 small{
	color: #898989;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	margin-bottom: 10px;
}
#contents .titnaka1 small span,
#contents .titnaka2 small span,
#contents .titnaka3 small span{
	padding: 0 10px;
	margin-left: 10px;
}
#contents span.icon_cate1{
	background: #38a51e;
	color: #fff;
}
#contents span.icon_cate2{
	background: #ff7800;
	color: #fff;
}
#contents span.icon_cate3{
	background: #2ea7e0;
	color: #fff;
}
#contents span.icon_cate4{
	background: #f5f5f5;
	color: #595757;
}
#contents span.icon_cate5{
	background: #e3bd94;
	color: #79400c;
}
#contents span.icon_cate6{
	background: #e60012;
	color: #fff;
}
#contents span.icon_cate7{
	background: #FF7AEE;
	color: #fff;
}
#contents .icon_link,
#contents .icon_pdf{
	position: relative;
	padding-left: 70px;
}
/* #contents .icon_link:before{
	content: "";
	background: url(../img/icon_link.png)no-repeat;
	background-size: cover;
	width: 60px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
} */
#contents .icon_pdf:before{
	content: "";
	background: url(../img/icon_pdf.png)no-repeat;
	background-size: cover;
	width: 60px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}
#contents .icon_link a,
#contents .icon_pdf a{
	color: #0A50A1;
}
#contents .icon_link{
	margin-bottom: 10px;
}
#contents .icon_link:not(:last-child){
	margin-bottom: 10px;
}
#contents .icon_link{
	margin-bottom: 10px;
	line-height:1.5;
	padding-left: 20px;
	display: inline-block;
}
#contents .icon_link:before {
    content: "";
	background: #0a50a1;
	width: 8px;
	height: 8px;
    position: absolute;
    left: 8px;
    top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
}
#contents .icon_link a{
	color: #0A50A1;
}
/***------------
maintit
------------***/
#maintit{
	width: 100%;
	padding: 30px 0;
	margin-top: 2px;
}
#maintit .mtitin{
	width: 1000px;
	margin: 0 auto;
	font-size: 26px;
	font-size: 2.6rem;
	position: relative;
}
#maintit .mtitin:before{
	content: "";
	width: 40px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#maintit .mtitin span{
	padding-left: 50px;
    display: block;
}
#maintit .mtitin small{
	padding-left: 50px;
    display: block;
	font-weight: normal;
	font-size: 13px;
	font-size: 1.3rem;
}
#maintit.pattern1{
	background:#ebf6e8;
}
#maintit.pattern1 .mtitin:before{
	background: url(../img/icon_pt1.png) no-repeat;
	background-size: cover;
}
#maintit.pattern2{
	background:#fcebeb;
}
#maintit.pattern2 .mtitin:before{
	background: url(../img/icon_pt4.png) no-repeat;
	background-size: cover;
}
#maintit.pattern3{
	background:#e6edf6;
}
#maintit.pattern3 .mtitin:before{
	background: url(../img/icon_pt5.png) no-repeat;
	background-size: cover;
}


/***------------
info
------------***/
#contents.info{
	margin-bottom: 100px;
}
#contents.info div.jigyousyo{
	margin-bottom: 30px;
}
#contents.info div.jigyousyo select{
	width: 190px;
	height: 35px;
}
/*pageNav*/
#pageNav {
	width: 500px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#pageNav li{
	display: inline-table;
	margin: 0 5px;
	font-size: 14px;
	font-size: 1.4rem;
}
#pageNav li a,
#pageNav li span{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}
#pageNav li.pre,
#pageNav li.next{
	width: 130px;
}
#pageNav li.pre{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}
#pageNav li.next{
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}
#pageNav li span {
	display: table-cell;
	width: 40px;
	height: 40px;
	background: #f5f5f5;
	border: solid 1px #999999;
	box-sizing: border-box;
	color: #282828;
	text-decoration: none;
	vertical-align: middle;
}
#pageNav li a {
	display: table-cell;
	width: 40px;
	height: 40px;
	background: #06a8e6;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
/***------------
topics
------------***/
#contents.topics{
	margin-bottom: 100px;
}
#contents.topics div.toplcin{
	width: 1000px;
	margin: 0 auto;
}
#contents.topics div.toplcin div.jigyousyo{
	margin-bottom: 30px;
}
#contents.topics div.toplcin div.jigyousyo select{
	width: 190px;
	height: 35px;
}
#contents.topics .topicslist{
	margin-bottom: 10px;
}
#contents.topics .topicslist li{
	width: 478px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	height: 240px;
	background: #fff;
	position: relative;
	border: solid 1px #cccccc;
    overflow: hidden;
}
#contents.topics .topicslist li:nth-of-type(even){
	margin-right: 0;
}
#contents.topics .topicslist li a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#contents.topics .topicslist li div.cf div.l{
    width: 240px;
	height: 240px;
	overflow: hidden;
	position: relative;
}
#contents.topics .topicslist li div.cf div.l:after{
	content: "";
	position:absolute;
	top:0;
	bottom: 0;
	right:0;
	margin: auto;
	width:0;
	height:0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 15px 20px 15px 0;
}
#contents.topics .topicslist li div.cf div.l img{
    width: auto;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#contents.topics .topicslist li div.cf div.r{
    width: 235px;
	padding: 26px 20px;
	box-sizing: border-box;
}
#contents.topics .topicslist li div.cf div.r dl dt{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #38a51e;
	line-height: 1.2;
	margin-bottom: 10px;
}
#contents.topics .care_topic li div.cf div.r dl dt{
	color: #e23336;
}
#contents.topics .kekou_topic li div.cf div.r dl dt{
	color: #0a50a1;
}
#contents.topics .topicslist li div.cf div.r dl dt span{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	display: block;
	color:#898989;
	margin-bottom: 10px;
}
/***------------
detail
------------***/
#contents.detail{
	width: 1000px;
	margin: 0 auto 100px;
}
#contents.detail #main{
	width: 740px;
	float: left;
}
#contents.detail #main.info_d p{
	margin-bottom: 30px;
	line-height: 1.8;
}
#contents.detail #main.info_d div.pho_d{
	width: 480px;
	margin: 0 auto 30px;
}
#contents.detail #main.info_d div.pho_d img{
	width: 100%;
}
#contents.detail #main.info_d .link_d{
	margin-bottom: 50px;
}
#contents.detail #main.info_d .link_d li{
	margin-bottom: 20px;
}
#contents.detail #main.info_d .link_d li:last-child{
	margin-bottom: 0;
}
#contents.detail #main.info_d  .movie {
	position: relative;
	width: 560px;
	height: 315px;
	margin: 0 auto 40px;
}
#contents.detail #main.info_d  .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#contents.detail #main.info_d .backbtn{
	width: 170px;
	height: 50px;
	margin: 0 auto;
	display: table;
	background: #06a8e6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#contents.detail #main.info_d .backbtn a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: none;
	color: #fff;
}
#contents.detail #main.info_d .backbtn a:before{
	content: "";
	width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
/*submenu*/
#contents.detail #submenu{
	width: 200px;
	float: right;
}
#contents.detail #submenu.infosub{
	padding-top: 40px;
}
#contents.detail #submenu.infosub h3{
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	color: #cccccc;
	font-weight: normal;
	text-align: center;
	border: solid 1px #cccccc;
	box-sizing: border-box;
	padding: 11px 0;
	margin-bottom: 10px;
}
#contents.detail #submenu.infosub ul li{
	width: 100%;
	margin-bottom: 10px;
	display: table;
}
#contents.detail #submenu.infosub ul li a,
#contents.detail #submenu.infosub ul li span{
	display: table-cell;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 15px 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#contents.detail #submenu.infosub ul li.catetit span{
	color: #cccccc;
	border: solid 1px #cccccc;
	padding: 11px 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
}
#contents.detail #submenu.infosub ul li.cate1 a{
	background: #38a51e;
}
#contents.detail #submenu.infosub ul li.cate2 a{
	background: #ff7800;
}
#contents.detail #submenu.infosub ul li.cate3 a{
	background: #2ea7e0;
}
#contents.detail #submenu.infosub ul li.cate4 a{
	background: #e3bd94;
	color: #79400c;
}
#contents.detail #submenu.infosub ul li.cate5 a{
	background: #e60012;
}
#contents.detail #submenu.infosub ul li.cate6 a{
	background: #f5f5f5;
	color: #505050;
}
#contents.detail #submenu.infosub ul li.cate7 a{
	background: #FF7AEE;
}
#contents.detail #submenu.topicssub{
	padding-top: 40px;
}
#contents.detail #submenu.topicssub h3{
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	color: #cccccc;
	font-weight: normal;
	text-align: center;
	border: solid 1px #cccccc;
	box-sizing: border-box;
	padding: 11px 0;
	margin-bottom: 10px;
}
#contents.detail #submenu.topicssub ul li{
	padding-bottom: 15px;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 15px;
}
#contents.detail #submenu.topicssub ul li span{
	display: block;
	color: #898989;
	margin-bottom: 5px;
}
#contents.detail #submenu.topicssub ul li a{
	color: #0A50A1;
}

/*20180508平山追記 ページトップボタン*/

#pagetopbox {
    width: 100%;
}
#pagetop {
    position: fixed;
	height:90px;
    right: 30px;
    bottom: 30px;
    text-align: center;
}
#pagetop a {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 30px;
}
#pagetop2{
	text-align:right;
	position:relative;
	z-index:1;
	right: 30px;
}
/* 2018.06.13 追記 */
body.googlemap{
	min-width: 100px;
}
/*----------------
postページ追加
------------------*/
#contents.page #contentsIn #leftContents.post-content{
	width: 1000px;
}
#contents.page .post-list{
	display: flex;
	flex-flow: row wrap;
}
#contents.page .post-list__item{
	flex: 0 1 235px;
	width: 235px;
	margin-bottom: 20px;
}
#contents.page .post-list__item:not(:nth-of-type(4n)){
	margin-right: 20px;
}
.post-list__item-img{
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	border: solid 1px #ccc;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.post-list__item-img img{
	width: auto;
	height: 100%;
}
#contents.page .post-list__item a{
	text-decoration: none;
}
#contents.page .post-list__item-title{
	font-size: 1.3rem;
	text-decoration: none;
	margin-top: 8px;
	line-height: 1.5;
	text-align: center;
}
.vertically_long{
	width: auto!important;
	height: 100%!important;
}
.horizontally_long{
	width: 100%!important;
	height: auto!important;
}
/*--------------
top-bnr
----------------*/
.top-bnr{
	width: 1000px;
	height: 300px;
	overflow: hidden;
	margin: 60px auto;
	box-sizing: border-box;
}
.top-bnr a{
	position: relative;
}
.top-bnrt-box{
    position: absolute;
    width: 500px;
    height: 300px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    top: 0;
    right: 0;
    padding: 0 0 0 120px;
    box-sizing: border-box;
	background: linear-gradient(
	to left,
	#34b3d1 0%,
	rgba(52, 179, 209, 0.8) 70%,
	rgba(52, 179, 209, 0.4) 90%,
	rgba(52, 179, 209, 0) 100%
	);
}
.top-bnrt-box-title{
	color: #fff;
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 10px;
}
.top-bnrt-box p{
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: calc(1em + 12px);
	margin-bottom: 10px;
}

.top-bnrt-box-btn {
    display: flex;
	align-items: center;
	justify-content: center;
    width: 200px;
    height: 40px;
	border: solid 1px rgb(77, 22, 6);
    vertical-align: middle;
    padding: 0 20px;
    box-sizing: border-box;
	font-size: 15px;
	font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    position: relative;
	background: #fff;
	border-radius: 20px;
}
.top-bnrt-box-btn:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px rgb(77, 22, 6);
    border-right: solid 2px rgb(77, 22, 6);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*---------------
recruit-charm
----------------*/
.recruit-charm{
	width: 1000px;
    margin: 0 auto 40px;
}
.recruit-charm .rectxt{
	line-height: 2;
	margin-bottom: 15px;
	text-align: center;
}
.recruit-charm-table table {
    width: 810px;
    border-top: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
	margin: 0 auto;
}
.recruit-charm-table table th, 
.recruit-charm-table table td {
    padding: 9px;
    border-right: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    text-align: left;
    line-height: 1.5;
    vertical-align: top;
}
