/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/

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, 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, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-weight:normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
strong {
	color: #E3640D;
	font-weight: bold;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*    original css  -common-    */
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

.text-orange {
	color:#E3640C;
}
.text-red {
	color:#FF0000;
}
.text-center {
	text-align:center
}
.bold {
	font-weight:bold;
}

.mlra {
	margin-left: auto;
	margin-right: auto;
}

.mg-b-5 {
	margin-bottom:5px;
}
.mg-b-8 {
	margin-bottom:8px;
}
.mg-b-60 {
	margin-bottom:60px;
}
.mg-r-10 {
	margin-right:10px;
}
.mg-t-10 {
	margin-top:10px;
}
.mg-t-20 {
	margin-top:20px;
}
.mg-t-25 {
	margin-top:25px;
}
.mg-t-30 {
	margin-top:30px;
}
.mg-t-38 {
	margin-top:38px;
}
.mg-t-45 {
	margin-top:45px;
}
.mg-t-62 {
	margin-top:62px;
}

body {
	font-size:13px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Meiryo', 'メイリオ', 'sans-serif';
	line-height:1.6;
	color:#1F1F1F;
}

a {
	color:#0099CC;
	text-decoration:underline;
}
a:hover {
	color:#E3640D;
	text-decoration:none;
}
a img {
	border:none;
}
.link-normal a {
	color:#1F1F1F;
	text-decoration:none;
}
.link-normal a:hover {
	color:#E3640D;
	text-decoration:none;
}

.clear-both {
	clear:both;
}
.p-normal {
	margin:0px;
	clear:both;
}
.p-mg {
	margin-bottom:0.5em;
	margin-top:0.5em;
}
.img-link {
}
.img-link a img {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	opacity: 1;
}
.img-link a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.block960 {
	margin-left: auto;
	margin-right: auto;
	width:960px;
	position:relative;
	clear:both;
	overflow:hidden;
}
#header-base {
	background:url(../images/common/header_bg.png) repeat-x 0px 0px;
	height:166px;
	width:100%;
	z-index:2;
	display:block;
}
header {
	width:960px;
	height:166px;
	margin:auto;
	position:relative;
	overflow:hidden;
}
#logo {
	position:absolute;
	left:0px;
	top:37px;
	width: 321px;
	height: 61px;
	overflow: hidden;
}
#ci {
	position:absolute;
	left:0px;
	top:37px;
	width: 321px;
	height: 61px;
	overflow: hidden;
	z-index: 1;
}
#tel {
	position:absolute;
	top:34px;
	left:593px;
}
#inq-btn {
	position:absolute;
	top:53px;
	right:0px;
}
#sub-navi {
	position:absolute;
	top:11px;
	right:3px;
	text-align:right;
	font-size:93%;
}

#global-navi {
	height: 50px;
	width: 960px;
	position: absolute;
	top: 116px;
	left: 0px;
}
#global-navi li {
	float: left;
	height: 50px;
	overflow: hidden;
}
#global-navi a {
	display: block;
}
#global-navi a img {
}
#global-navi a:hover img {
	margin-top: -50px;
}

#content-wrapper {
	background:url(../images/common/content_bg.jpg) repeat-x 0px 0px;
	width:100%;
	clear:both;
	min-height:300px;
}

#breadcrumb {
	overflow: hidden;
	font-size:93%;
	padding-top:13px;
	margin-bottom:13px;
}

#breadcrumb ul {
	margin-left: -15px;
}

#breadcrumb li {
	float: left;
	padding: 0 10px 0 15px;
	background: url(../images/common/icon_arrow_gray.gif) 0 50% no-repeat;
}

#footer-base {
	margin-top: 20px;
	background:url(../images/common/footer_bg.gif) 0px 0px;
	padding-bottom: 30px;
}
#footer-btn {
	width:960px;
	margin:auto;
	color:#FFF;
}
footer {
	width:960px;
	margin:auto;
	color:#FFF;
}
footer a {
	color:#FFF;
	text-decoration:none;
}
footer a:hover {
	color:#FAA661;
	text-decoration:underline;
}
#footer-nav {
	background: url(../images/common/bg_footer_border.gif) 0 0 repeat-y;
}
footer li {
	background:url(../images/common/footer_list_ico.gif) no-repeat 0px 8px;
	padding-left:7px;
	line-height:1.8;
}
#footer-l {
	width:300px;
	float:left;
	padding-left:20px;
}
#footer-m {
	width:300px;
	float:left;
	padding-left:20px;
}
#footer-m-left {
	width:106px;
	float:left;
}
#footer-m-right {
	width:172px;
	float:right;
}
#footer-r {
	width:300px;
	float:left;
	padding-left:20px;
}
#copyright {
	width:960px;
	margin:auto;
	text-align:center;
	clear:both;
	font-size:93%;
	margin-top:10px;
}

#cnt-bnr-cap {
	margin-top:8px;
	font-size:108%;
}



/*    top page    */
.guide-ttl {
	background:url(../images/guide/guide_underline.gif) no-repeat bottom;
	padding-bottom:7px;
}

#top-main-banner-base {
	height:311px;
	width:100%;
	background:url(../images/top/index_bnr_bg.gif) repeat-x 0px 0px;
	z-index:-1;
	margin-top:0px;
	padding-top:9px;
}
#top-main-banner {
	width:960px;
	height:300px;
	margin: 0px auto 11px auto;
	position:relative;
	overflow:hidden;
}
#top-m-bnr-left {
	width:710px;
	height:300px;
	float:left;
}
#top-m-bnr-right {
	width:240px;
	height:300px;
	float:right;
}
#top-m-bnr-right li {
	line-height:0px;
	font-size:1%;
}
#top-m-bnr-right li img {
	margin-bottom:7px;
	border:1px solid #afafaf;
}
#top-m-bnr-right li:last-child img {
	margin-bottom:0px;
}
.center-content-wrap {
	width:960px;
	margin:auto;
}
.top-ttl-1 {
	margin-top:25px;
	background:url(../images/top/top_line_orange.gif) no-repeat bottom;
	padding-bottom:8px;
}
#top-point-cnt {
	width:960px;
	margin-top:19px;
	position:relative;
	overflow:hidden;
	background:url(../images/top/top_cross.gif) no-repeat 0px 88px;
}
#top-point-cnt ul {
	height:205px;
	clear:both;
}
#top-point-cnt li {
	display:inline;
	float:left;
}
.top-point-list {
	margin-right:75px;
}

#top-point-other {
	clear:both;
	margin-top: 30px;
	position:relative;
}

	#top-point-other .inner {
		border: 1px solid #EBC7AF;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-ms-border-radius: 6px;
		-o-border-radius: 6px;
		-ms-border-radius: 6px;
		background-color: #F9EFE8;
	}

		#top-point-other .inner ul {
			padding-left: 14px;
			padding-bottom: 14px;
			height: auto;
		}

			#top-point-other .inner li {
				float: left;
				margin-top: 14px;
				width: 480px;
			}

			#top-point-other .inner li.even {
				width: 430px;
				margin-right: 20px;
			}

			#top-point-other .inner li img {
				display: block;
			}

		/* 2カラム */
		#top-point-other.clm-2 .inner ul {
			padding-left: 14px;
			padding-bottom: 10px;
			height: auto;
		}

			#top-point-other.clm-2 .inner li {
				float: left;
				margin-top: 10px;
				width: 360px;
			}

			#top-point-other.clm-2 .inner li.even {
				width: 325px;
				margin-right: 20px;
			}

#top-banner-clm {
	width:960px;
	position:relative;
	overflow:hidden;
	margin-top:50px;
}

#top-diag {
	width:470px;
	height:240px;
	float:left;
	position:relative;
	overflow:hidden;
}
#top-diag-base {
	position:absolute;
	left:0px;
	top:0px;
}
#top-diag-btn {
	position:absolute;
	left:17px;
	top:183px;
}
#top-flow {
	width:470px;
	height:240px;
	float:right;
	position:relative;
	overflow:hidden;
}
#top-flow-base {
	position:absolute;
	left:0px;
	top:0px;
}
#top-flow-btn1 {
	position:absolute;
	top:164px;
	left:10px;
}
#top-flow-btn2 {
	position:absolute;
	top:164px;
	right:11px;
}
.top-price-ttl {
	height:38px;
	background:url(../images/top/top_line_orange.gif) no-repeat bottom;

	position:relative;
	overflow:hidden;
}
.top-price-ttl h2 {
	position:absolute;
	top:6px;
	left:1px;
}
.top-price-detail {
	position:absolute;
	right:0px;
	top:0px;
}
#top-price-cap {
	margin-top:14px;
	margin-bottom:28px;
	clear:both;

}
#top-price-caution {
	font-size:93%;
	margin-top:12px;
}
#top-price-group {
	width:960px;
	height:100px;
	position:relative;
	overflow:hidden;
	margin-top:26px;

	background:url(../images/top/top_price_group_bg.gif) no-repeat 0px 0px;
}
#top-price-btn1 {
	position:absolute;
	top:19px;
	left:54px;
}
#top-price-btn2 {
	position:absolute;
	top:19px;
	left:506px;
}

#top-topics {
	width:620px;
	float:left;
	background:url(../images/top/top_topics_dot.gif) no-repeat bottom;
}
#top-topics-ttl-clm , #top-thing-ttl-clm {
	height:35px;
	background:url(../images/top/top_line_orange.gif) no-repeat bottom;
	position:relative;
	overflow:hidden;
}
#top-topics-ttl {
	position:absolute;
	top:3px;
	left:1px;
}
#top-topics .list-wrapper {
	padding: 20px 10px 20px 0;
	height: 125px;
	overflow: auto;
}
#top-topics-list {
	padding-bottom: 20px;
}
*:first-child+html #top-topics-list {
	padding-bottom: 0;
}
#top-topics-list li {
	clear:both;
	float:left;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px dotted #d5d5d5;
	width: 100%;
}
#top-topics-list li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.top-topics-date {
	width:20%;
	float:left;
}
.top-news-ttl {
	width:80%;
	float:left;
}
#top-thing {
	width:300px;
	float:right;
}
#top-thing-ttl {
	position:absolute;
	top:6px;
	left:0px;
}
#top-thing-movie {
	width:300px;
	height:210px;
	margin-top:20px;
	background-color:#000;
}
#top-service-list {
	margin-top:5px;
}
#top-service-list li {
	display:inline;
	float:left;
	margin-right:15px;
	line-height:0px;
	margin-top:15px;
}
.top-service-right {
	margin-right:0px !important;
}
div.top-option-service{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    width: 100%;
    flex-wrap: wrap;
}

div.top-option-service-detail{
    display: flex;
    flex-direction: column;
    width: 46%;
    margin:10px 0;
}
div.top-option-service-detail img{
    width: 100%;
    height:auto;
}

div.top-option-service-detail p a{
    text-decoration: none;
}

div.top-option-service-detail .attention{
    font-size: 0.85em;
}

p.detail-right{
    text-align: right;
}

div.medical_option img,
div.otasuke_option img {
    border:1px solid #dddddd;
}

/*    guide page    */

.guide-ttl {
	background:url(../images/guide/guide_underline.gif) no-repeat bottom;
	padding-bottom:7px;
}
.guide-cnt-l {
	width:672px;
	float:left;
}
.guide-ttl2 {
	font-size:123.1%;
	font-weight:bold;
	background:url(../images/guide/guide_ico.gif) no-repeat 0px 4px;
	padding-left:8px;
	margin-top:30px;
	margin-bottom:6px;
}
.guide-cap {
	font-size:108%;
	margin-bottom:8px;
}
.guide-image {
	width:260px;
	float:right;
}
#guide-tel {
	width:960px;
	position:relative;
	overflow:hidden;
	height:105px;
	margin-top:30px;
	margin-bottom:61px;
}
#guide-tel-bnr {
	position:absolute;
	left:0px;
	top:0px;
}
#guide-tel-btn {
	position:absolute;
	top:35px;
	left:429px;
}
#guide-navi {
	position:relative;
	overflow:hidden;
	width:945px;
	height:100px;
	padding-top:20px;
	padding-left:15px;
	background:url(../images/guide/guide_navi_bg.gif) no-repeat 0px 0px;
	clear:both;
}
#guide-navi li {
	display:inline;
	float:left;
	font-size:1%;
}

/*    sub-contents page    */
.pagingWrapper li {
	float: left;
	margin-right: 5px;
}

.pagingWrapper li a,
.pagingWrapper li span {
	display: block;
	box-sizing: border-box;
	text-align: center;
	padding: 6px 0;
	width: 24px;
	line-height: 1.1;
}

.pagingWrapper li a {
	border: 1px solid #09C;
}

.pagingWrapper li span {
	border: 1px solid #666;
}

#sub-contents-wrap {
	width:960px;
	/*overflow:hidden;*/
	position:relative;
	background:url(../images/service/service_sidebar_bg.gif) top right repeat-y;
}
#left-wrapper {
	width:730px;
	float:left;
}
#sidebar {
	width:200px;
	/*background:url(../images/service/service_sidebar_bg.gif);*/
	float:right;
	padding:11px 10px 11px 10px;
	/*padding-bottom: 32768px;
	margin-bottom: -32768px;*/

}
#sidebar li {
	margin-bottom:4px;
	font-size:1%;
}
.sidebar-ttl {
	margin-top:31px;
}
#pc-diagnosis {
	margin-top:30px;
	width:730px;
	height:105px;
	position:relative;
	overflow:hidden;
	margin-bottom:49px;
}
#pc-diag-base {
	position:absolute;
	top:0px;
	left:0px;
}
#pc-diag-start {
	position:absolute;
	top:32px;
	right:19px;
}
#pc-navi {
	position:relative;
	overflow:hidden;
}
#pc-support-menu {
	margin-top:20px;
	font-size:108%;
}
#pc-support-menu li {
	background:url(../images/service/pc/pc_ico.gif) no-repeat 0px 4px;
	display:inline;
	float:left;
	padding-left:14px;
/*	width:229px;*/
	width:229px;
}
#pc-support-menu a {
	text-decoration:none;
}
.pc-support-clm {
	position:relative;
	overflow:hidden;
	margin-top:40px;
}
.pc-support-desc {
	margin-top:18px;
	width:520px;
	float:left;
	font-size:14px;
}
.pc-support-desc p {
	margin-bottom:0.8em;
}
.pc-support-image {
	width:180px;
	float:right;
	margin-top:18px;
}
.pc-sp-price-txt {
	margin-top:18px;
}
#pc-sp-point {
	margin-top:20px;
	position:relative;
	overflow:hidden;
}
#pc-sp-point li {
	display:inline;
	float:left;
	font-size:1%;
}
.pc-sp-pt-list {
	margin-right:14px;
}
#pc-sp-other {
	position:relative;
	overflow:hidden;
	clear:both;
	margin-top:30px;
}
#pc-bnr-clm {
	margin-top:30px;
	position:re;
	overflow:hidden;
}
#pc-sp-diag {
	width:350px;
	height:146px;
	position:relative;
	overflow:hidden;
	float:left;
}
#pc-sp-diag-base {
	position:absolute;
	top:0px;
	left:0px;
}
#pc-sp-diag-btn {
	position:absolute;
	top:116px;
	left:8px;
}
#pc-sp-flow {
	width:350px;
	height:146px;
	position:relative;
	overflow:hidden;
	float:right;
}
#pc-sp-flow-base {
	position:absolute;
	top:0px;
	left:0px;
}
#pc-sp-flow-btn-onsight {
	position:absolute;
	top:99px;
	left:0px;
}
#pc-sp-flow-btn-deli {
	position:absolute;
	top:99px;
	left:175px;
}
#pc-sp-tel {
	position:relative;
	overflow:hidden;
	margin-top:29px;
	width:730px;
	height:104px;
}
#pc-sp-tel-base {
	position:absolute;
	top:0px;
	left:0px;
}
#pc-sp-tel-btn {
	position:absolute;
	top:36px;
	left:308px;
}
#price-pricetable {
	margin-top:19px;
}
.price-cap {
	font-size:108%;
	margin-top:19px;
	margin-bottom:0.5em;
}
.price-time-l {
	width:440px;
	float:left;
}
.price-time-r {
	width:480px;
	float:right;
}
.price-add-table-l {
	width:440px;
	border-collapse:collapse;
	border: solid 1px #ddd;
}
.price-add-table-l th {
	width:50%;
	background-color:#FAFAFA;
	border-collapse:collapse;
	border: solid 1px #ddd;
	font-size:108%;
	padding:10px 0px;
}
.price-add-table-l td {
	border-collapse:collapse;
	border: solid 1px #ddd;
}
.pirce-add-td-time {
	font-size:108%;
	padding:10px 0px 10px 18px;
	font-weight:bold;
}
.pirce-add-td-price {
	font-size:123.1%;
	padding:10px 20px 10px 18px;
	text-align:right;
	font-weight:bold;
	color:#FF0000;
}
.price-add-table-r {
	width:480px;
	border-collapse:collapse;
	border: solid 1px #ddd;
}
.price-add-table-r th {
	width:120px;
	text-align:left;
	background-color:#FAFAFA;
	border-collapse:collapse;
	border: solid 1px #ddd;
	font-size:108%;
	padding:10px 0px 10px 18px;
	vertical-align:middle;
}
.pirce-add-td-cap {
	width:172px;
	padding:12px 25px;
	font-size:108%;
	border-collapse:collapse;
	border: solid 1px #ddd;
}
.pirce-add-td-price-r {
	color:#FF0000;
	border-collapse:collapse;
	border: solid 1px #ddd;
	font-size:123.1%;
	font-weight:bold;
	padding-left:28px;
	vertical-align:middle;
}
#price-list-navi {
	clear:both;
	position:relative;
	overflow:hidden;
	margin-top:16px;
}
#price-list-navi li {
	line-height:0;
	display:inline;
	float:left;
	font-size:1%;
	margin:0px;
	padding:0px;
}
#price-list-navi a {
	display:block;
}
textarea{
	font-family:'Arial', 'sans-serif';
}
.sitemap-terms-title{
    font-weight: bold;
    font-size: 1.2em;
}