@charset "utf-8";
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}
body, table, input, textarea, select, option { font-family: HiraKakuProN-W3; font-size: 1em; } article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
    color: #363636;
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #d6f7ee;
    background-image: url(../img/bg.gif);
    background-repeat: repeat-x;
	}
p {  }
td {
	line-height: 1.5em;
	vertical-align: top;
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
hr { height: 1px; clear: both; }
ul { margin-top: 0; margin-right: 0; margin-bottom: 0; list-style-type: disc; }
ol { margin-top: 10px; margin-right: 0; margin-bottom: 10px; list-style-type: decimal; }

/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/


a:visited {
	color: #00F;
}
a:hover {
	color: #ff6f00;
	text-decoration: none;
}
a:active {  }
image { margin: 0; padding: 0; border-width: 0; }
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#contents p {
	margin-top: 7px;
	margin-bottom: 10px;
	line-height: 1.7em;
}
.graph-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	max-width: 40%;
	height: auto;
}
.graph-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	max-width: 40%;
	height: auto;
}
.graph-max {
	max-width: 100%;
	height: auto;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-orange {
	color: #FA7740;
}
.text-pink {
	color: #E73079;
}
.text-green {
	color: #00bc77;
}
.text-blue {
	color: #2B78FF;
}
.text-lightbrown {
	color: #be944e;
}
.text-darkbrown {
	color: #5b3c2a;
}
.text-red { color: #f00; }
.text-in {
	padding-left: 15px;
}
.text-1 { font-size: 10px; }
.text-12 {
	font-size: 12px;
}
.text-16bold {
	font-size: 16px;
	font-weight: bold;
}
.text-strike {
	text-decoration: line-through;
}
#contents ul li {
	text-decoration: none;
	margin-left: 20px;
	list-style-image: url(../img/list-icon.png);
	line-height: 1.8em;
}
#contents ol li {
	text-decoration: none;
	margin-left: 25px;
}
#infobox {
    border: 1px solid #00bc77;
    background-color: #f9fff9;
    border-radius: 5px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 15px;
    margin-top: 0px;
    padding-right: 15px;
    font-size: 0.85em;
    background-image: url(../img/infobox-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.infobox2 {
    border: 1px solid #FF0000;
    background-color: #FFF9FB;
    border-radius: 5px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-left: 15px;
    margin-top: 0px;
    padding-right: 15px;
    font-size: 0.85em;
}
td.td-calendar1 {
    background-color: #3dd06f;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    width: 25%;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    color: #FFFFFF;
}
td.td-calendar2 {
    vertical-align: middle;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #3dd06f;
    color: #FFFFFF;
    font-weight: bold;
}
td.td-calendar3 {
    vertical-align: middle;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #c2fdd6;
    font-weight: bold;
}
td.td-recruit1 {
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: #FFEAE6;
	min-width: 50px;
}
td.td-recruit2 {
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.button {
    display: inline-block;
    text-align: left;
    text-decoration: none;
    outline: none;
    background-color: #ff7ed3;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    text-shadow: 1px 1px #515151;
}
.button:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .2s;
}
.button:hover {
	background-color: #44d374;
	color: #FFFFFF;
}



/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/

.clear {
	clear: both;
}  
.clear hr {
	display: none;
}
.clear-space {
	clear: both;
	height: 20px;
}  
.clear-space hr {
	display: none;
}
.space {
	height: 20px;
}  
.space hr {
	display: none;
}
.space-w {
	height: 40px;
}  
.space-w hr {
	display: none;
}

/*------------------------------------------------------------
	bxslider
------------------------------------------------------------*/
.bxslider li {
    display: none;
}
.bx-viewport .bxslider li {
    display: block !important;
}

/*------------------------------------------------------------
	RSS
------------------------------------------------------------*/
/* ボックス全体枠 */
.rss-box {
	text-align:left;
	margin: 0;
	padding: 0px;
}
/* RSSフィード　サイトタイトル表示 */
.rss-title {
	padding: 0;
	margin: 0px;
}
/* RSSフィード　サイトタイトル表示　リンクカラー */
.rss-title a {
}
/* RSSフィード　記事一覧の大枠 */
.rss-items {
}
/* RSSフィード　サイト説明文・記事タイトル・記事内容 */
.rss-item {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}
/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー */
.rss-item a:link ,
.rss-item a:visited ,
.rss-item a:active {
	text-decoration : underline;
	color: blue;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー：ロールオーバー */
.rss-item a:hover {
color: #ff7d00;
}
/* RSSフィード　記事日付 */
.rss-date {
	color: #F75600;
	font-size: 12px;
	font-weight : normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	line-height: 1.5em;
}





/* ########## 599px以下 ########## */

@media (max-width: 599px) {

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#bodyboxside {
}
#bodybox {
	width: 100%;
	background-color: #FFFFFF;
}
#box {
	vertical-align: top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width : 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#container {
	vertical-align: top;
	order-right-style: solid;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	text-align: left;
	padding: 0px;
}
#menu {
    display: none;
}
#boxcontents {
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
	width: 94%;
	float: right;
	padding-top: 7px;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: right;
	font-size: 1em;
	margin-right: 0px;
	margin-top: 0px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#header {
	text-align: left;
	vertical-align: top;
	width: 100%;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/sp-header-bg.png);
	background-color: #FFFFFF;
	background-position: right top;
	height: 39px;
	background-size: auto 39px;
}

#headerglobal ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
	z-Index: 1;
	position: absolute;
  }
#headerglobal a:link { text-decoration: none; }
#headerglobal a:hover { text-decoration: none; }
#headerglobal a:visited { text-decoration: none; }
#headerglobal ul li.home {
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 267px;
	height: 39px;
	outline: none 0;
	margin-left: 0px;
}

#headerglobal ul li.home a {
	display: block;
	float: left;
	width: 267px;
	height: 39px;
	outline: none 0;
	margin-left: 0px;
	background-image: url(../img/sp-header-logo.png);
	background-repeat: no-repeat;
	background-size: auto 39px;
}

/*------------------------------------------------------------
	ヘッダーイメージ
------------------------------------------------------------*/

#headimage {
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 2px;
	z-Index: 0;
	position: relative;
}
	
/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/
#mobile-menu{
    position: fixed;
    top: 0;
    display: block;
    clear: both;
    width: 100%;
    margin-top: 0px;
    height: 5px;
    text-align: left;
}
#right-menu {
    display: block;
    font-size: 1px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 42px;
    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    height: 0;
    background-size: 100% 100%;
    float: right;
    margin-top: 5px;
    margin-right: 0px;
    padding-top: 51px;
} 
#right-menu a{
	color: #fff;
	display: block;
	cursor: pointer;
	line-height: 100%;
}


/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/

#global {
    display: none;
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

#contents {
}
h1 {
    font-size: 1em;
    font-weight: bold;
    clear: both;
    margin-top: 7px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 45px;
    background-image: url(../img/h1icon.png),url(../img/sp-h1.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 36px 34px,100% auto;
    background-position: 7px 0%,0 0;
    color: #FFFFFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 21px;
    text-shadow: 1px 1px #1B7038;
}
h2{
    font-size: 1em;
    font-weight: bold;
    background-repeat: no-repeat;
    clear: both;
    margin-top: 1em;
    margin-right: 0;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 50px;
    border-bottom: 2px dashed #3dd06f;
    color: #00bc77;
    background-color: #f6fff3;
    background-image: url(../img/h2.gif);
}
h3{
	font-size: 1.1em;
	font-weight: bold;
	clear: both;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0.8em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	margin-left: 2px;
	background-image: url(../img/h3.png);
	background-repeat: no-repeat;
	background-position: 0% 3px;
}

.box1 {
	width: 100%;
	padding-bottom: 10px;
	clear: both;
}
.box2 {
	width: 100%;
	padding-bottom: 10px;
	clear: both;
}
.text-13em {
	font-size: 1.1em;
}
.text-13boldpink {
	font-size: 1.1em;
	font-weight: bold;
	color: #FF438F;
}
.text-13boldred {
	font-size: 1.1em;
	font-weight: bold;
	color: #FF0000;
}
.text-name {
    font-size: 1.3em;
    font-weight: bold;
    color: #00bc77;
}
.treatmentbox {
	width: 47%;
	float: left;
	margin-top: 0;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-bottom: 5px;
	padding: 0;
	font-size: 0.85em;
}
.sp-off{
	display: none;
}




/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footer {
    font-size: 0.85em;
    line-height: 1.5em;
    vertical-align: top;
    clear: both;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    margin: 0;
    border-top: 1px solid #3dd06f;
    background-color: #f9fff9;
}

#footer p {
	margin-top: 6px;
	margin-bottom: 4px;
}
#footerbox {
    vertical-align: top;
    order-right-style: solid;
    margin-bottom: 0;
    width: 81%;
    text-align: left;
    padding-right: 45px;
    padding-left: 3%;
    background-image: url(../img/footer-logo.gif);
    background-repeat: no-repeat;
    background-position: right 0%;
    padding-top: 0px;
    background-size: 40px auto;
}
.graph-footerright {
	display: none;
}
.footertext {
    color: #FFF;
    font-size: 8px;
    background-color: #3dd06f;
    text-align: center;
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 2px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-top: 2px solid #95e8c6;
    line-height: 1.2em;
}

/*------------------------------------------------------------
	ページトップボタン
------------------------------------------------------------*/

#pageTop {
	position: fixed;
	bottom: 30px;
	right: 5px;
	width: 50px;
	background-image: url(../img/pagetop.png);
	background-size: 50px 50px;
	font-size: 1px;
	text-indent: -9999px;
}
#pageTop a {
	display: block;
	z-index: 999;
	width: 50px;
	height: 50px;
}
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}


}










/* ########## 600px以上 ########## */

@media (min-width: 600px) {

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#bodyboxside {
    overflow: hidden;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-right: 4px solid #95e8c6;
    border-left: 4px solid #95e8c6;
    min-width: 942px;
    max-width: 1200px;
    background-color: #3dd06f;
}
#bodybox {
	width: 99.5754%;
	overflow: hidden;
	margin-left: 0.2123%;
	margin-right: 0.2123%;
	background-color: #FFFFFF;
}
#container {
	vertical-align: top;
	order-right-style: solid;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	clear: both;
}
#box {
	vertical-align: top;
	text-align: center;
	width : 100%;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#boxcontents {
	line-height: 1.6em;
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 20px;
	margin-left: -230px;
	font-size: 1em;
	margin-top: 0px;
	float: right;
	margin-right: 0px;
}
#menu {
	line-height: 1.3px;
	text-align: left;
	vertical-align: top;
	width: 184px;
	float: left;
	padding-top: 254px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 0.85em;
	background-image: url(../img/menu/hour.gif);
	background-repeat: no-repeat;
	clear: both;
	position: relative;
}

#contents {
	margin-left: 230px;
	padding-bottom: 20px;
	margin-right: 20px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#header {
	text-align: center;
	vertical-align: top;
	height: 90px;
	padding: 0;
	margin: 0px;
	width: 100%;
	background-image: url(../img/header-bg.png);
	background-position: right 0%;
	background-repeat: no-repeat;
}
#headerglobal ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
	z-Index: 1;
	position: absolute;
  }
#headerglobal a:link { text-decoration: none; }
#headerglobal a:hover { text-decoration: none; }
#headerglobal a:visited { text-decoration: none; }
#headerglobal ul li.home {
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 510px;
	height: 90px;
	outline: none 0;
	margin-left: 0px;
}

#headerglobal ul li.home a {
	display: block;
	float: left;
	width: 510px;
	height: 90px;
	outline: none 0;
	margin-left: 0px;
	background-image: url(../img/header-logo.png);
	background-repeat: no-repeat;
}


/*------------------------------------------------------------
	ヘッダーイメージ
------------------------------------------------------------*/

#headimage {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 2px;
    z-Index: 0;
    position: relative;
}

/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/

#mobile-menu{
	display: none;
}


/*------------------------------------------------------------
	サイドメニュー
------------------------------------------------------------*/

#global {
	font-size: 1px;
	text-decoration: none;
	text-align: left;
	clear: both;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 184px;
}
#global:after {
	content: "";
	display: block;
	clear: both;
}
#global ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
  }
#global a:link { text-decoration: none; }
#global a:hover { text-decoration: none; }
#global a:visited { text-decoration: none; }
#global ul li.tel {
	display: none;
}
#global ul li.n01 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_01.gif);
	display: inline;
	float: left;
	width: 184px;
	height: 37px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 8px;
}
#global ul li.n01 a {
	display: inline;
	float: left;
	width: 184px;
	height: 37px;
	outline: none 0;
}
#global ul li.n01 a:hover {
	background-image: url(../img/menu/menu_01a.gif);
	background-repeat: no-repeat;
}
#global ul li.n02 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_02.gif);
	display: inline;
	float: left;
	width: 184px;
	height: 37px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 8px;
}
#global ul li.n02 a {
	display: inline;
	float: left;
	width: 184px;
	height: 37px;
	outline: none 0;
}
#global ul li.n02 a:hover {
	background-image: url(../img/menu/menu_02a.gif);
	background-repeat: no-repeat;
}
#global ul li.n03 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_03.gif);
	display: inline;
	float: left;
	width: 184px;
	height: 37px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 8px;
}
#global ul li.n03 a {
	display: inline;
	float: left;
	width: 184px;
	height: 37px;
	outline: none 0;
}
#global ul li.n03 a:hover {
	background-image: url(../img/menu/menu_03a.gif);
	background-repeat: no-repeat;
}
#global ul li.n04 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_04.gif);
	display: inline;
	float: left;
	width: 184px;
	height: 37px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 8px;
}
#global ul li.n04 a {
	display: inline;
	float: left;
	width: 184px;
	height: 37px;
	outline: none 0;
}
#global ul li.n04 a:hover {
	background-image: url(../img/menu/menu_04a.gif);
	background-repeat: no-repeat;
}
#global ul li.n05 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_05.gif);
	display: inline;
	float: left;
	width: 184px;
	height: 37px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 8px;
}
#global ul li.n05 a {
	display: inline;
	float: left;
	width: 184px;
	height: 37px;
	outline: none 0;
}
#global ul li.n05 a:hover {
	background-image: url(../img/menu/menu_05a.gif);
	background-repeat: no-repeat;
}
#global ul li.n06 {
	background-repeat: no-repeat;
	background-image: url(../img/menu/menu_06.gif);
	display: inline;
	float: left;
	width: 184px;
	height: 37px;
	outline: none 0;
	margin-left: 0px;
	margin-bottom: 8px;
}
#global ul li.n06 a {
	display: inline;
	float: left;
	width: 184px;
	height: 37px;
	outline: none 0;
}
#global ul li.n06 a:hover {
	background-image: url(../img/menu/menu_06a.gif);
	background-repeat: no-repeat;
}


#global ul li.sphome {
	display: none;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

h1 {
    font-size: 1.2em;
    font-weight: bold;
    clear: both;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 16px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 55px;
    background-image: url(../img/h1icon.png),url(../img/h1.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 48px 45px,100% auto;
    background-position: 7px 0%,0 0;
    color: #FFFFFF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 25px;
    text-shadow: 1px 1px #1B7038;
}
h2{
    font-size: 1.2em;
    font-weight: bold;
    background-repeat: no-repeat;
    clear: both;
    margin-top: 1em;
    margin-right: 0;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 50px;
    border-bottom: 2px dashed #3dd06f;
    color: #00bc77;
    background-color: #f6fff3;
    background-image: url(../img/h2.gif);
}
h3{
	font-size: 1.2em;
	font-weight: bold;
	clear: both;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0.8em;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 23px;
	margin-left: 2px;
	background-image: url(../img/h3.png);
	background-repeat: no-repeat;
	background-position: 0% 3px;
}
.box1 {
	width: 48%;
	float: left;
	margin-bottom: 15px;
}
.box2 {
	width: 48%;
	float: right;
	margin-bottom: 15px;
}
.text-13em {
	font-size: 1.3em;
}
.text-13boldpink {
	font-size: 1.3em;
	font-weight: bold;
	color: #FF438F;
}
.text-13boldred {
	font-size: 1.3em;
	font-weight: bold;
	color: #FF0000;
}
.text-name {
    font-size: 1.4em;
    font-weight: bold;
    color: #00bc77;
}
.treatmentbox {
	width: 23.4%;
	float: left;
	margin-top: 0;
	margin-right: 0.8%;
	margin-left: 0.8%;
	margin-bottom: 5px;
	padding: 0;
	font-size: 0.95em;
}

.pc-off{
	display: none;
}








/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footer {
	font-size: 0.85em;
	line-height: 1.5em;
	vertical-align: top;
	clear: both;
	margin-top: 10px;
	background-color: #f9fff9;
	border-top: 1px solid #3dd06f;
}

#footer p {
	margin-top: 6px;
	margin-bottom: 4px;
}
#footerbox {
    vertical-align: top;
    order-right-style: solid;
    margin-bottom: 0;
    margin-left: auto;
    text-align: left;
    margin-right: 15px;
    padding-bottom: 0px;
    background-image: url(../img/footer-logo.gif);
    background-repeat: no-repeat;
    background-position: right 5px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 120px;
}
.footertext {
    color: #FFF;
    font-size: 12px;
    background-color: #3dd06f;
    text-align: center;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 2px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-top: 3px solid #95e8c6;
}

/*------------------------------------------------------------
	ページトップボタン
------------------------------------------------------------*/

#pageTop {
	position: fixed;
	bottom: 30px;
	right: 10px;
	width: 60px;
	background-image: url(../img/pagetop.png);
	background-size: 60px 60px;
	font-size: 1px;
	text-indent: -9999px;
}
#pageTop a {
	display: block;
	z-index: 999;
	width: 60px;
	height: 60px;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}


}
