@charset "UTF-8";

/*全ページ共通CSSファイル*/

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Montserrat:500');

html,body{	height:100%;}
html{
	font-size:62.5%;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	list-style: none;
	font-style: normal;
	font-weight: normal;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#333;
	font-size: 1.4rem;
}

.f_roboto{
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.05em;
}

.f_mont{
	font-family: 'Montserrat', sans-serif;
}

.f_mincho{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝Eserif;
}

body a {
	text-decoration:none;
	color:#000;
}

body{
	min-width:1000px;
	background: #f7f7f7;
}

*,*:after,*:before{
	box-sizing: border-box;
}

input,select,button,textarea{
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}

img{
	width:100%;
	height:auto;
}

.aligncenter{
    display:block;
    margin:0 auto;
}
.alignright{
	float:right;
}
.alignleft{
	float:left;
}


a:hover img,.fade:hover{
	opacity: 0.7;
}
a img,.fade{
	transition: opacity 0.2s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.wrap{
	width: 1000px;
	margin: 0 auto;
}


@media screen and (min-width: 769px) {

	.sp{display: none!important;}

}

@media screen and (max-width: 768px) {

	body{
		min-width: 100%;
	}
	.wrap{
		width: 100%;
	}

	.pc{
		display: none!important;
	}

}

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

@media screen and (max-width: 1581px) {

	#header_inner .right img{
		width: auto;
		height: 100%;
	}

}

@media screen and (max-width: 1350px) {

	#header_inner .txt {
	    padding: 130px 0 0 10%;
	}


}




/*----menu------------------------------*/

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
body.fixed:before{
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	z-index: 1;
}
#fixed_menu{
	position: fixed;
	top: 25px;
	right: 25px;
	z-index: 999;
}
#fixed_menu.on{
	right: 40px;
}
#fixed_menu .toggle{
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 5px;
	/* background: url(/with-rehabilitation/img/common/menu_toggle.png) no-repeat 0 0; */
	cursor: pointer;
	transition: all 0.2s ease-out;
	position: relative;
	z-index: 1;
}
#fixed_menu .toggle span{
	display: block;
	width: 25px;
	height: 2px;
	background: #38baae;
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
	transition: all 0.2s ease-out;
}
#fixed_menu .toggle span:first-child{
	top: 26px;
}
#fixed_menu .toggle span:nth-child(2){
	top: 34px;
}
#fixed_menu .toggle span:nth-child(3){
	top: 42px;
}
#fixed_menu.on .toggle{
	background: #38baae;
}
#fixed_menu.on .toggle span{
	background: #fff;
	width: 45px;
}
#fixed_menu.on .toggle span:first-child{
	-webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
#fixed_menu.on .toggle span:nth-child(2){
	opacity: 0;
}
#fixed_menu.on .toggle span:nth-child(3){
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

/*hover*/

#fixed_menu .toggle:hover{
	background: #38baae;
}
#fixed_menu .toggle:hover span{
	background: #fff;
}
#fixed_menu.on .toggle:hover{
	background: #fff;
}
#fixed_menu.on .toggle:hover span{
	background: #38baae;
	width: 45px;
}

/*end*/

#menu{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	max-width: 760px;
	width: 80%;
	max-height: 100%;
	min-height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #fff;
	padding: 120px 0 0;
}

/*menu共通*/

#menu form,#menu .menu01,#menu .menu02,#menu .menu03 .inner,#menu .menu04,#menu .sns{
	max-width: 500px;
	margin: auto;
}
#menu > div{
	padding: 33px 0;
}
#menu > div ul li:nth-child(n + 3){
	margin-top: 13px;
}
#menu .menu02 ul li,#menu .menu03 ul li,#menu .menu04 ul li{
	width: 50%;
	float: left;
}
#menu .menu_pat01 ul li a{
	font-size: 1.4rem;
	line-height: 1.4;
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
}
#menu .menu_pat01 ul li a:before{
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    margin-right: 5px;
    border: 3px solid transparent;
    border-left: 4px solid #3db9af;
}

/*end*/

#menu form{
	position: relative;
	border-bottom: 2px solid #38baae;
	padding: 0 0 2px;
}
/*--google search--*/
.gsc-input-box{border:none!important;}
.gsc-input-box-hover{box-shadow: none!important;}
.gsc-input-box-focus{box-shadow: none!important;}
#menu .gsib_a{padding-left: 0!important;}
.gsc-search-button-v2 svg{display: none!important}
#menu form input[type="text"]{
	font-size: 1.4rem;
	line-height: 40px;
	width: 100%;
	border: none;
	background: #fff;
	padding: 1px 40px 1px 0;
}
#menu form input[type="submit"] {
	font-size: 0;
	background: url(/with-rehabilitation/img/common/menu_search_icon01.png) no-repeat 0 0;
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 10px;
}
 #menu form button{
	font-size: 0;
	background: url(/with-rehabilitation/img/common/menu_search_icon01.png) no-repeat right 0;
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 14px;
	border:none;
}
#menu ul li{
	display: block;
}
#menu .menu01{
	border-bottom: 1px solid #d3d3d3;
}
#menu .menu01 ul li{
	width: 33.333%;
	float: left;
}
#menu .menu01 ul li:nth-child(3){
	margin-top: 0px;
}
#menu .menu02 ul li:nth-child(n + 3){
	margin-top: 23px;
}
#menu .menu02 ul li a{
	font-size: 2rem;
	position: relative;
	display: inline-block;
	padding-left: 28px;
}
#menu .menu02 ul li a{
	position: relative;
}
#menu .menu02 ul li a:after,#menu .menu02 ul li a:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transition: 0.2s ease-out;
}
#menu .menu02 ul li a:after{
	left: 6px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #38baae;
	border-right: 1px solid #38baae;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu .menu02 ul li a:before {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #38baae;
}
/*--5/29追記--*/
#menu .menu02 ul li.wider{width: 100%;}
#menu .menu02 p{padding-bottom: 30px; font-size: 2.4rem;}

@media all and (-ms-high-contrast: none){
	#menu .menu02 ul li a:after{
		margin-top: -7px;
	}
	#menu .menu02 ul li a:before {
		margin-top: -14px;
	}
}


/*hover*/

#menu .menu02 ul li a:hover:after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
#menu .menu02 ul li a:hover:before {
	background: #38baae;
	border: 1px solid #38baae;
}

/*end*/


#menu .menu03{
	background: #f6f4f5;
}
#menu .menu03 p{
	font-size: 1.4rem;
	color: #38baae;
	margin-bottom: 15px;
}
#menu .menu03 ul li.mt{
	margin-top: calc(10px - 1em - 2px);
}
#menu .btn{
	max-width: 500px;
	margin: 30px auto 40px;
}
#menu .btn a{
	font-size: 2rem;
	color: #fff;
	text-align: center;
	background: #fff;
	border: 1px solid #39baaf;
	background: #39baaf;
	border-radius: 50px;
	display: block;
	padding: 25px 0;
	transition: all 0.2s ease-out;
}
.ie #menu .btn a{
	padding: 27px 0 23px;
}
#menu .btn a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	margin-top: -1px;
	margin-right: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.2s ease-out;
}
#menu .sns {
	margin-bottom: 60px;
}
#menu .sns li{
	width: 50%;
	float: left;
}
#menu .sns li img{
	max-width: 177px;
}

/*hover*/

#menu .menu_pat01 ul li a:hover{
	color: #3db9af;
	text-decoration: underline;
}
#menu .btn a:hover{
	opacity: 0.8;
}

/*end*/

@media screen and (max-width: 768px) {

	#fixed_menu {
		top: 3%;
		right: 3%;
	}
	#fixed_menu.on{
		right: 3%;
	}
	#fixed_menu .toggle span{
		width: 18px;
		height: 2px;
	}
	#fixed_menu .toggle span:first-child{
		top: 16px;
	}
	#fixed_menu .toggle span:nth-child(2){
		top: 22px;
	}
	#fixed_menu .toggle span:nth-child(3){
		top: 28px;
	}
	#fixed_menu .toggle,#fixed_menu.on .toggle{
		width: 45px;
		height: 45px;
		background-size: 100%!important;
	}

	#fixed_menu .toggle:hover{
		background: #fff;
	}
	#fixed_menu .toggle:hover span{
		background: #38baae;
	}
	#fixed_menu.on .toggle span,#fixed_menu.on .toggle:hover span{
		width: 25px;
	}
	#fixed_menu.on .toggle span:first-child{
		-webkit-transform: translateY(6px) rotate(-45deg);
		transform: translateY(6px) rotate(-45deg);
	}
	#fixed_menu.on .toggle,#fixed_menu.on .toggle:hover{
		background: #38baae;
	}
	#fixed_menu.on .toggle span:nth-child(3){
	  -webkit-transform: translateY(-6px) rotate(45deg);
	  transform: translateY(-6px) rotate(45deg);
	}
	#fixed_menu.on .toggle span,#fixed_menu.on .toggle:hover span{
		background: #fff;
	}

	#menu{
		width: 100%;
		max-width: 100%;
		padding: calc(3% + 45px + 6%) 0 0;
	}
	#menu form, #menu .menu01, #menu .menu02, #menu .menu03 .inner, #menu .menu04, #menu .sns{
		max-width: 100%;
		width: 94%;
	}
	#menu > div{
		padding: 5% 0;
	}
	#menu form input[type="text"]{
		font-size: 1rem;
		line-height: 30px;
		padding: 1px calc(2% + 4% + 12px) 1px 0;
	}
	#menu form input[type="submit"]{
		background-size: 96% auto;
		width: 12px;
		height: 12px;
		top: 50%;
		margin-top: -6px;
		right: 3%;
	}
    #menu form button{background-size: 12px;}

	#menu .menu_pat01 ul li a{
		font-size: 1rem;
		padding-left: 1.2em;
		text-indent: -1.2em;
	}
	.android #menu .menu_pat01 ul li a{
		padding-left: 1.5em;
		text-indent: -1.5em;
	}
	#menu .menu03 p{
		font-size: 0.8rem;
	}
	#menu .menu02 ul li a{
		font-size: 1.2rem;
	}
	#menu .menu02 ul li a:before,#menu .menu02 ul li a:hover:before{
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -10px;
		background: url(/with-rehabilitation/img/common/menu_arrow_icon.png) no-repeat center;
		background-size: 100%!important;
		width: 20px;
		height: 20px;
		transition: background 0.3s ease-out;
		border: 0;
		background-color: transparent;
	}
	#menu .menu02 ul li a:after{
		display: none;
	}
	#menu .menu03 ul li.mt{
		margin-top: calc(10px - 0.8rem + 1px);
	}
	#menu .btn{
		max-width: 100%;
		width: 94%;
		margin: 3% auto 8%;
	}
	#menu .btn a{
		font-size: 1.5rem;
		padding: 17px 0;
	}
	#menu .sns li{
		width: 48%;
	}
	#menu .sns li:nth-child(2){
		padding-left: 4%;
	}
	#menu .sns{
		margin-bottom: 10%;
	}

	#menu .menu02 p{padding-bottom: 15px; font-size: 1.6rem;}


}


/*----nav------------------------------*/

nav{
	padding: 40px 30px;
}
nav .logo{
	width: 70px;
	float: left;
}
nav .link{
	float: right;
	margin-top: 8px;
}
nav .link ul{
	display: inline-block;
	vertical-align: middle;
}
nav .link ul li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
nav .link ul li.lm30{
	margin-left: 15px;
}
nav .link ul li a{
	font-size: 1.6rem;
	transition: 0.2s;
}
nav .link ul li.current a,
nav .link ul li a:hover{
	/* text-decoration: underline; */
	border-bottom: 1px solid #39baaf;
	color: #39baaf;
}
nav .form{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
nav .form input[type="text"]{
	font-size: 1.4rem;
	line-height: 36px;
	padding: 0 35px 0 15px;
	width: 200px;
	border: none;
	background: #fff;
	border-radius: 50px;
}
.cse .gsc-control-cse, .gsc-control-cse{
	padding: 0 !important;
	border-radius: 50px;
}
.gsc-control-cse.gsc-control-cse-ja{
	border-radius: 0;
}
.gsst_a .gscb_a{
	display: none;
}
#indexSearch #gs_tti50 input[type="text"]{
	line-height: 0;
}


.ie nav .form input[type="text"]{
	padding: 1px 35px 9px 15px;
}
nav .form input[type="submit"]{
	font-size: 0;
	background: url(/with-rehabilitation/img/index/gnav_search_icon01.png) no-repeat 0 0;
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 10px;
}
/*--googlesearch--*/
#indexSearch{
	width: 200px;
	display: inline-block;
	background: #fff;
	border-radius: 50px;
	vertical-align: middle;
	position: relative;
}
#indexSearch .gsib_a{padding-left: 12px!important;}

#indexSearch .gsc-input-box{background: none!important;}
#indexSearch form input[type="text"]{
	font-size: 1.4rem;
	line-height: 40px;
	width: 100%;
	border: none;
	padding: 1px 40px 1px 0;
}
#indexSearch form button{
	font-size: 0;
	background: url(/with-rehabilitation/img/common/menu_search_icon01.png) no-repeat right 0;
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 14px;
	border:none;
}
@media screen and (max-width: 1100px) {

	nav{
		padding: 30px 2%;
	}
	nav .link ul{
		text-align: right;
	}
	nav .link{
		width: 87%;
		max-width: 325px;
		margin-top: 0;
		text-align: right;
	}
	nav .link ul li a{
		font-size: 1.6rem;
	}
	nav .link ul li:nth-child(3),nav .link ul li:nth-child(7){
		margin-right: 0;
	}
	nav .link ul li:nth-child(n + 4){
		margin-top: 6px;
	}
	#indexSearch{
		margin-top: 2%;
	}

}

@media screen and (max-width: 768px) {

	nav{
		padding: 6% 3%;
	}
	nav .logo{
		width: 13%;
		max-width: 40px;
	}
	nav .link{
		width: 87%;
		max-width: 255px;
		margin-top: 0;
		text-align: right;
	}
	nav .link ul{
		text-align: right;
	}
	nav .link ul li:nth-child(3),nav .link ul li:nth-child(7){
		margin-right: 0;
	}
	nav .link ul li:nth-child(n + 4){
		margin-top: 6px;
	}
	nav .link ul li a{
		font-size: 1.2rem;
	}
	nav .form{
		margin-top: 5%;
	}
	nav .form input[type="text"] {
		font-size: 1rem;
		line-height: 30px;
		padding: 0 calc(7% + 10px) 0 5%;
		width: 100%;
		min-width: 150px;
	}
	nav .form input[type="submit"] {
		background-size: 96% auto;
		width: 12px;
		height: 12px;
		top: 50%;
		margin-top: -6px;
		right: 5%;
	}
	#indexSearch {
		margin-top: 5%;
		width: 150px;
		line-height:23px;
	}
	#indexSearch .gsib_a{padding-left: 4px!important;}

	#indexSearch form input[type="text"] {
		font-size: 1rem;
		line-height: 23px;
		padding: 0 calc(7% + 10px) 0 5%;
		width: 100%;
	}
	input::-webkit-input-placeholder {font-size: 1rem!important;}
	input:-moz-placeholder {font-size: 1rem!important;}
	#indexSearch form button{
		width: 12px;
		height: 12px;
		top: 50%;
		margin-top: -6px;
		right: 5%;
		background-size: 12px;
	}


}


/* ----------------------------------------------------------------------------------------------------
*  contents
* --------------------------------------------------------------------------------------------------*/

main{
	margin-bottom: 120px;
}
.circle_btn{
	width: 31px;
	height: 31px;
	position: relative;
}
.circle_btn:after,.circle_btn:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.2s ease-out;
}
.circle_btn:after{
	left: 10px;
	top: 11px;
	width: 9px;
	height: 9px;
	border-top: 1px solid #38baae;
	border-right: 1px solid #38baae;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.circle_btn:before {
	width: 31px;
	height: 31px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #38baae;
}
.circle_btn.circle_btn_02:after{
	border-top: 1px solid #ecb800;
	border-right: 1px solid #ecb800;
}
.circle_btn.circle_btn_02:before {
	border: 1px solid #ecb800;
}
.circle_btn.w25{
	width: 26px;
	height: 26px;
}
.circle_btn.w25:before{
	width: 26px;
	height: 26px;
}
.circle_btn.w25:after{
	left: 8px;
	top: 9px;
	width: 8px;
	height: 8px;
}
a:hover .circle_btn.circle_btn_02:after{
	border-top-color: #fff;
	border-right-color: #fff;
}
a:hover .circle_btn.circle_btn_02:before{
	background: #ecb800;
}
a:hover .circle_btn:after{
	border-top-color: #fff;
	border-right-color: #fff;
}
a:hover .circle_btn:before{
	background: #d9d9d9;
}

a:hover .circle_btn:after{
	border-top-color: #fff;
	border-right-color: #fff;
}
a:hover .circle_btn:before{
	background: #38baae;
}

@media screen and (max-width: 768px) {

	main{
		position: relative;
		margin-bottom: 6%;
	}

}


/*----topics------------------------------*/

#topics{
	margin-top: 25px;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#topics > div{
	width: 50%;
}
#topics .pat01 a,#topics .pat02 a{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	background: #fff;
}
#topics .bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	background: transparent;
	margin-bottom: 0;
}
#topics .bx-controls{
	position: absolute;
	top: 0;
	right: 3%;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	/* text-orientation: upright; */
	z-index: 100;
}
#topics #bx-extend-pager{
	font-weight: normal;
	color: #39baaf;
	font-size: 1.2rem;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝Eserif;
	margin-top: 10px;
	display: inline-block;
}
#topics #bx-extend-pager span{
	display: inline-block;
	transform: rotate(-90deg);
}
#topics #bx-extend-pager .slash{
	margin: 5px 0;
}
#topics .bx-wrapper .bx-pager, #topics .bx-wrapper .bx-controls-auto{
	position: static;
	display: inline-block;
}
#topics .bx-pager-item{
	margin-left: 2px;
}
.ie #topics .bx-pager-item{
	margin-left: 0;
}
#topics .bx-pager-item + .bx-pager-item{
	margin-top: 4px;
}
#topics .bx-wrapper .bx-pager {
	color: #feffff;
	padding-top: 0;
}
#topics .bx-wrapper .bx-pager.bx-default-pager a {
	background: #feffff;
	width: 10px;
	height: 10px;
	margin: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#topics .bx-wrapper .bx-pager.bx-default-pager a:hover,
#topics .bx-wrapper .bx-pager.bx-default-pager a.active,
#topics .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #3cb5b0;
}
#topics .imgbox{
	width: 50%;
	margin-top: -1px;
}
#topics .imgbox img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	vertical-align: middle;
}
#topics .txtbox{
	width: 50%;
	position: relative;
}
#topics .txtbox:before{
	content: '';
	position: absolute;
	top: 50%;
	left: -10px;
	width: 21px;
	height: 21px;
	background: url(/with-rehabilitation/img/index/topics_icon01.png) no-repeat center;
	background-size: 100%!important;
}
#topics .txtbox .name{
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
}
#topics .txtbox .name .en{
	font-size: 1rem;
	color: #39baaf;
	display: block;
	margin-top: 5px;
}
#topics .txtbox .detail{
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: center;
	margin-top: 20px;
}
#topics .txtbox .btn{
	position: relative;
	width: 31px;
	height: 31px;
	margin: 10% auto 0;
}

/*pat01*/

#topics .pat01 a{
	flex-flow: row-reverse;
	-webkit-flex-flow: row-reverse;
}
#topics .pat01 .txtbox:before{
	left: auto;
	right: -10px;
}

/*end*/


@media screen and (max-width: 1100px) {

	#topics .txtbox .name{
		font-size: 2rem;
	}

}

@media screen and (max-width: 768px) {

	#topics{
		display: block;
		margin-top: 4%;
	}
	#topics > div{
		float: none;
		width: 100%;
		margin-top: 1%;
	}
	#topics #bx-extend-pager{
		font-size: 1rem;
		margin-top: 10px;
	}
	#topics #bx-extend-pager .slash{
		margin: 3px 0;
	}
	#topics .bx-pager-item{
		margin-left: 0;
	}
	.android #topics .bx-pager-item{
		margin-left: 3px;
	}
	#topics .bx-pager-item + .bx-pager-item{
		margin-top: 4px;
	}
	#topics .bx-wrapper .bx-pager.bx-default-pager a {
		width: 8px;
		height: 8px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	#topics .pat01 a,#topics .pat02 a{
		position: relative;
	}
	#topics .pat01 a:before,#topics .pat02 a:before{
		content: '';
		position: absolute;
		top: 50%;
		right: 2%;
		width: 6%;
		height: 0;
		padding-top: 6.2%;
		margin-top: -3%;
		background: url(/with-rehabilitation/img/index/topics_arrow_icon.png) no-repeat 0 0;
		background-size: 100%;
	}
	#topics .pat01 a{
		flex-flow: row;
		-webkit-flex-flow: row;
	}
	#topics .imgbox{
		width: 32%;
	}
	#topics .txtbox{
		width: 68%;
		padding: 0 calc(1% + 2% + 6%) 0 4%;
	}
	#topics .txtbox:before{
		display: none;
	}
	#topics .txtbox .name{
		font-size: 1.5rem;
		text-align: left;
	}
	#topics .txtbox .name br{
		display: none;
	}
	#topics .txtbox .name .en{
		font-size: 0.6rem;
		margin-top: 0;
	}
	#topics .txtbox .detail{
		font-size: 0.9rem;
		text-align: left;
		margin-top: 2%;
	}
	#topics .txtbox .btn{
		display: none;
	}

}


/*----news------------------------------*/

#news{
	overflow: hidden;
	margin: 100px auto 0;
}
#news .inner{
	max-width: 1450px;
	width: 100%;
	margin: auto;
}
#news .left{
	float: left;
	padding-left: 30px;
	max-width: 730px;
	width: 53%;
}
#news h2 img{
	width: 140px;
}
#news h2 .sub{
	font-size: 1.7rem;
	margin-left: 18px;
}
#news .newsbox{
	margin-top: 25px;
}
#news .newsbox p{
	font-weight: bold;
	position: relative;
}
#news .newsbox p:before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1px;
	background: #39baaf;
	width: 100%;
	height: 1px;
	z-index: -1;
}
#news .newsbox p span{
	text-align: center;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	color: #fff;
	padding: 5px 0;
	background: #39baaf;
	min-width: 128px;
	display: inline-block;
}
#news .newsbox ul{
	margin-top: 20px;
}
#news .newsbox ul li{
	font-size: 1.4rem;
	line-height: 1.5;
	position: relative;
	padding-left: 150px;
}
#news .newsbox ul li + li{
	margin-top: 15px;
}
#news .newsbox ul li .date{
	font-size: 1rem;
	color: #939393;
	position: absolute;
	top: 2px;
	left: 45px;
}
#news .newsbox ul li a{
	transition: 0.2s;
}
#news .newsbox ul li a:hover{
	color: #39baaf;
	text-decoration: underline;
}

/*皇冠体育：*/

#news .newsbox.i_news p:before{
	background: #ff8984;
}
#news .newsbox.i_news p span{
	background: #ff8984;
}
#news .newsbox.i_news ul li a:hover{
	color: #ff8984;
}

/*end*/

#news .right{
	float: right;
	position: relative;
	/* margin-top: 75px; */
	margin-top: 120px;
	width: 45%;
	max-width: 594px;
}
#news .right > img{
	width: 594px;
}
#news .right .bg{
	bottom: 40px;
	left: 45px;
	position: absolute;
}
#news .right .btn{
	position: absolute;
	width: 265px;
	top: -90px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
#news .right .btn a{
	display: block;
	font-size: 1.7rem;
	text-align: center;
	color: #fff;
	padding: 30px 0;
	background: #39baaf;
	border: 1px solid #39baaf;
	position: relative;
	transition: all 0.2s ease-out;
}
#news .right .btn a .txt{
	border-bottom: 1px solid #fff;
    vertical-align: middle;
	padding: 0 5px;
}
#news .right .btn a .circle_btn{
    vertical-align: middle;
    margin-left: 10px;
}


/*hover*/

#news .right .btn a:hover{
	color: #39baaf;
	background: #fff;
	border: 1px solid #39baaf;
}
#news .right .btn a:hover span{
	border-bottom: 1px solid #39baaf;
}
#news .right .btn a:hover:after{
	background: url(/with-rehabilitation/img/index/news_arrow_icon_on.png) no-repeat center;
}

/*end*/


@media screen and (max-width: 768px) {

	#news{
		margin: 2% auto 0;
	}
	#news h2{
		text-align: center;
	}
	#news h2 img{
		width: 70px;
		margin-bottom: 3%;
	}
	#news h2 .sub{
		font-size: 1rem;
		display: block;
		margin-left: 0;
	}
	#news .left{
		width: 94%;
		max-width: 100%;
		padding-left: 0;
		margin: 8% auto 0;
		float: none;
	}
	#news .newsbox{
		margin-top: 5%;
	}
	#news .newsbox p span{
		font-size: 0.8rem;
		min-width: 85px;
	}
	#news .newsbox ul{
		padding: 0 3%;
		margin-top: 3%;
	}
	#news .newsbox ul li{
		font-size: 1rem;
		padding-left: 80px;
	}
	.android #news .newsbox ul li{
		padding-left: 70px;
	}
	#news .newsbox ul li + li{
		margin-top: 4%;
	}
	#news .newsbox ul li .date{
		font-size: 0.7rem;
		top: 1px;
		left: 6px;
	}
	.android #news .newsbox ul li .date{
		top: 2px;
	}
	#news .right{
		width: 94%;
		max-width: 100%;
		padding-left: 0;
		margin: 8% auto 0;
		float: none;
	}
	#news .right > img{
		display: none;
	}
	#news .right .btn{
		position: static;
		width: 100%;
	}
	#news .right .btn a .circle_btn{
		display: none;
	}
	#news .right .btn a{
		font-size: 1.5rem;
		padding: 15px 0;
		border-radius: 50px;
	}
	#news .right .btn a:after{
		content: '';
		display: inline-block;
		vertical-align: middle;
		background: url(/with-rehabilitation/img/index/news_arrow_icon.png) no-repeat center;
		background-size: 100%!important;
		width: 18px;
		height: 18px;
		margin-left: 10px;
		transition: background 0.3s ease-out;
	}

}
	/*----ぱんくず-----------------------------------*/
	#breadcrumbs{
		max-width: 1210px;
		padding: 0 30px;
		margin: auto auto 100px;
	}
	#breadcrumbs ol{text-align: left; letter-spacing: -0.4em;}
		#breadcrumbs li{
			display: inline-block;
			line-height: 1;
			font-size: 1.2rem;
			letter-spacing: normal;
			color: #333;
		}
		#breadcrumbs li a{
			color: #333;
			transition: 0.2s ease-in-out;
		}
		#breadcrumbs li a:hover{text-decoration: underline; color: #39baaf;}
		#breadcrumbs li+li{margin-left: 5px;}
		#breadcrumbs li+li:before{
			content: '';
			display: inline-block;
			vertical-align: middle;
			width: 6px;
			height: 6px;
			margin-top: -2px;
			margin-right: 10px;
			border-top: 1px solid #39baaf;
			border-right: 1px solid #39baaf;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}

@media screen and (max-width: 768px) {
	#breadcrumbs{
		margin-bottom: 10px;
	}
		#breadcrumbs ol{text-align:center;}
		#breadcrumbs li{
			font-size: 1rem;
		}
		#breadcrumbs li+li:before{
			width: 5px;
			height: 5px;
			margin-top: -4px;
		}
}

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

footer .inner{
	background: url(/with-rehabilitation/img/common/footer_bg01.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 150px 0 80px;
}

@media screen and (max-width: 768px) {

	footer{
		padding-top: 6%; /*--OLD--*/
		padding-top: 0;
		background: #fff;
	}
	footer .inner{
		padding: 15% 0 8%;
		background-size: 320%;
	}

}


/*----intro------------------------------*/

#intro{
	max-width: 1220px;
	width: 88%;
	margin: auto;
	display: table;
}
#intro h2{
	width: 43.5%;
	display: table-cell;
	vertical-align: middle;
	padding-right: 9%;
	border-right: 1px solid #c4c9cd;
}
#intro h2 img{
	max-width: 418px;
}
#intro .txtbox{
	display: table-cell;
	vertical-align: middle;
	padding-left: 5.5%;
}
#intro .txtbox p:first-child{
	font-size: 3.4rem;
	color: #333333;
	line-height: 1.6;
}
#intro .txtbox p:nth-child(2){
	font-size: 1.2rem;
	line-height: 2;
	color: #333333;
	margin-top: 20px;
}
#intro .txtbox .btn{
	width: 200px;
	margin-top: 25px;
}
#intro .txtbox .btn a{
	font-size: 1.5rem;
	color: #39baaf;
	text-align: center;
	background: #fff;
	border-radius: 50px;
	display: block;
	padding: 11px 0;
	transition: all 0.2s ease-out;
}
.ie #intro .txtbox .btn a{
	padding: 13px 0 9px;
}
#intro .txtbox .btn a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	margin-right: 10px;
	border-top: 1px solid #39baaf;
	border-right: 1px solid #39baaf;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.2s ease-out;
}
.ie #intro .txtbox .btn a:before{
	vertical-align: top;
}

/*hover*/

#intro .txtbox .btn a:hover{
	color: #fff;
	background: #39baaf;
}
#intro .txtbox .btn a:hover:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

/*end*/


@media screen and (max-width: 768px) {

	#intro{
		display: block;
		width: 90%;
	}
	#intro h2{
		width: 100%;
		display: block;
		padding-right: 0;
		border-right: 0;
	}
	#intro h2 img{
		max-width: 418px;
		width: 90%;
	}
	#intro .txtbox{
		display: block;
		padding-left: 0;
		margin-top: 10%;
	}
	#intro .txtbox p:first-child{
		font-size: 2.5rem;
	}
	#intro .txtbox p:nth-child(2){
		font-size: 0.9rem;
		line-height: 1.6;
		margin-top: 6%;
	}
	#intro .txtbox .btn{
		width: 100%;
		margin-top: 5%;
	}
	#intro .txtbox .btn a{
		font-size: 1.1rem;
	}

}


/*----info------------------------------*/

#info{
	width: 455px;
	margin: 150px auto 0;
}
#info .logo{
	width: 289px;
	margin: auto;
}
#info .access{
	font-size: 1.4rem;
	line-height: 2.1;
	color: #333333;
	text-align: center;
	margin-top: 40px;
}
#info .access a{
	color: #39baaf;
	text-decoration: underline;
}
#info .btn{
	width: 100%;
	max-width: 455px;
	margin-top: 30px;
}
#info .btn a{
	font-size: 2rem;
	color: #39baaf;
	text-align: center;
	background: #fff;
	border: 1px solid #39baaf;
	border-radius: 50px;
	display: block;
	padding: 25px 0;
	transition: all 0.2s ease-out;
}
.ie #info .btn a{
	padding: 28px 0 22px;
}
#info .btn a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	margin-top: -1px;
	margin-right: 10px;
	border-top: 1px solid #39baaf;
	border-right: 1px solid #39baaf;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.2s ease-out;
}

/*hover*/

#info .access a:hover{
	text-decoration: none;
}
#info .btn a:hover{
	color: #fff;
	background: #39baaf;
}
#info .btn a:hover:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

/*end*/


@media screen and (max-width: 768px) {

	#info{
		width: 94%;
		margin: 16% auto 0; /*--OLD--*/
		margin: 0 auto 0;
	}
	#info .logo{
		width: 61.6%;
		max-width: 289px;
	}
	#info .access{
		font-size: 0.8rem;
		margin-top: 6.3%;
	}
	#info .btn{
		width: 100%;
		max-width: 100%;
		margin-top: 7%;
	}
	#info .btn a{
		font-size: 1.5rem;
		padding: 17px 0;
	}

}


/*----footer_under------------------------------*/

#footer_under{
	max-width: 1380px;
	width: 95%;
	margin: 150px auto 0;
}
#footer_under .link{
	max-width: 315px;
	float: left;
}
#footer_under .link li{
	float: left;
	width: 50%;
}
#footer_under .link li:nth-child(n + 3){
	margin-top: 13px;
}
#footer_under .link li a{
	font-size: 1.4rem;
	color: #fff;
	transition: 0.2s;
}
#footer_under .link li a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	margin-right: 5px;
	border: 3px solid transparent;
	border-left: 4px solid #fff;
}

/*hover*/

#footer_under .link li a:hover{
	text-decoration: underline;
}

/*end*/

#footer_under .copy{
	font-size: 1.2rem;
	color: #fff;
	float: right;
	margin-top: 80px;
}


@media screen and (max-width: 768px) {

	#footer_under{
		width: 100%;
		margin: 28.6% auto 0;
	}
	#footer_under .link{
		width: 100%;
		max-width: 100%;
		float: none;
	}
	#footer_under .link li{
		border-top: 1px solid #fff;
		border-right: 1px solid transparent;
	}
	#footer_under .link li:nth-child(odd){
		border-right: 1px solid #fff;
	}
	#footer_under .link li:nth-child(n + 3){
		margin-top: 0;
	}
	#footer_under .link li:nth-last-child(-n + 2){
		border-bottom: 1px solid #fff;
	}
	#footer_under .link li a{
		font-size: 1.1rem;
		display: block;
		padding: 7% 8%;
	}
	#footer_under .copy{
		font-size: 0.6rem;
		text-align: center;
		float: none;
		margin-top: 8%;
	}

}


/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */




/*----language------------------------------*/

#language{
	/* position: fixed;
	top: 105px;
	right: 25px;
	z-index: 998; */
	margin-top: 10px;
	display: flex;
	justify-content: center;
	width: 70px;
	border-radius: 4px;
	overflow: hidden;
}
#language li{
	width: 50%;
}
#language li a,
#language li span{
	font-size: 1.1rem;
	text-align: center;
	display: block;
	height: 24px;
	line-height: 25px;
	background: #fff;
	color: #39baaf;
	transition: .3s;
	font-weight: 500;
}
#language li a:hover,
#language li span{
	color: #fff;
	background: #39baaf;
}

@media screen and (max-width: 768px) {
	#language{
		margin-top: 8px;
		width: 45px;
	}
	#language li{
		width: 50%;
	}
	#language li a,
	#language li span{
		font-size: 1rem;
		height: 24px;
		line-height: 25px;
	}
}
.menu_siryou{ margin-top: 30px; display: block; }
@media screen and (max-width: 768px) {
	.menu_siryou{ width: 45px; }
}






