@charset "UTF-8";
/* ----------------------------------------------------------------------------------
		Base
------------------------------------------------------------------------------------- */
html, body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-transform: none;
	font-size: 100%;/*ブラウザデフォルト16px、この数値を適宜変更*/
	color: #484848;
	height: 100%;
}
*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width:767px) {
html, body {
	font-size: 87.5%;
}
body:not(.fullscreen){
	padding-top:4em;
}
}
img {
	vertical-align: middle;
	max-width: 100%;
	border: none;
}
/* ----------------------------------------------------------------------------------
		Link
------------------------------------------------------------------------------------- */
a {
	color: #484848;
	text-decoration:underline;
}
a:hover, a:focus, #contents a:hover {
	color: inherit;
	text-decoration: none;
}
.nav li a {
	text-decoration: none !important;
}
.nav li:not(.active) a:hover {
	color: #d1d1d1 !important;
}
.no-border a{
	text-decoration: none !important;
}
.no-border a:hover{
	text-decoration:underline !important;
}
.ro-opacity a, a img {
	opacity: 1;
	text-decoration:none !important;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	transition: all .15s;
}
.ro-opacity a {
	display:inline-block;
}
.ro-opacity a:hover, a:hover img {
	opacity: .25;
	text-decoration:none !important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.tel-link a{
	text-decoration:none;
}
/* ----------------------------------------------------------------------------------
		Heading
------------------------------------------------------------------------------------- */
h1, .h1 {
	font-size: 3em; /*48px*/
	line-height: 1;
	margin-bottom: 0.5em;
}
h2, .h2 {
	font-size: 2.25em; /*36px*/
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}
h3, .h3 {
	font-size: 1.5em; /*24px*/
	line-height: 1.5;
	margin-bottom: 1.5em;
}
h4, .h4 {
	font-size: 1.25em; /*20px*/
	line-height: 1.2;
	margin-bottom: 1.2em;
}
h5, .h5 {
	font-size: 1.125em; /*18px*/
	line-height: 1.3333;
	margin-bottom: 0.6666em;
}
h6, .h6 {
	font-size: 1em; /*16px*/
	line-height: 1.5;
	margin-bottom: 0.75em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top: 0;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
	color:inherit;
}

/* ----------------------------------------------------------------------------------
		Paragraph
------------------------------------------------------------------------------------- */
p, ol, ul {
	line-height: 1.5;
	margin-bottom: 1.5em;
}
/* ----------------------------------------------------------------------------------
		SVG for IE
------------------------------------------------------------------------------------- */
img[src$=".svg"], img[src$=".svgz"] {
	width: 100%;
}
/* ----------------------------------------------------------------------------------
		Margin
------------------------------------------------------------------------------------- */
.mb-0 {
	margin-bottom: 0;
}
.mb-half {
	margin-bottom: 0.5em;
}
.mb-1m {
	margin-bottom: 1em;
}
.mb-2m {
	margin-bottom: 2em;
}
.mb-3m {
	margin-bottom: 3em;
}
.ml-half {
	margin-left: -0.5em;
}
@media screen and (min-width:992px) {
.mb-md-2m {
	margin-bottom: 2em;
}
}
@media only screen and (min-width:1200px) {
.mt-minus-lg{
	margin-top:-100px;
}
}
@media screen and (min-width:768px) {
.mt-3m-sm{
	margin-top:3em;
}
}
/* ----------------------------------------------------------------------------------
		Appli Color
------------------------------------------------------------------------------------- */
.color-reza {
	/*Bee診察予約*/
	color: #cba41d;
}
.color-wl {
	/*Bee順番管理*/
	color: #9d2e47;
}
.color-recall {
	/*Beeメッセージ*/
	color: #1b7c3b;
}
.color-ps {
	/*Bee患者満足度調査*/
	color: #40637f;
}
.color-compass {
	/*Beeコンパス*/	
	color: #6d517b;
}
.color-utm {
	/*3BeeUTM*/	
	color: #006093;
}
.color-emq {
	/*Bee問診サポート*/
	color: #075099;
}
.color-exchange {
	/*カルテID連携*/
	color: #a0a0a0;
}
.color-checkin {
	/*Bee患者受付Asura*/
	color: #c56e1b;
}
.bg-reza {
	/*Bee診察予約*/
	background-color: #cba41d;
}
.bg-wl {
	/*Bee順番管理*/
	background-color: #9d2e47;
}
.bg-recall {
	/*Beeメッセージ*/
	background-color: #1b7c3b;
}
.bg-ps {
	/*Bee患者満足度調査*/
	background-color: #40637f;
}
.bg-nippo {
	/*Beeコンパス*/	
	background-color: #6a4f77;
}
.bg-emq {
	/*Bee問診サポート*/
	background-color: #075099;
}
.bg-exchange {
	/*カルテID連携*/
	background-color: #a0a0a0;
}
.bg-checkin {
	/*Bee患者受付Asura*/
	background-color: #c56e1b;
}
/* ----------------------------------------------------------------------------------
		Vertical Align
------------------------------------------------------------------------------------- */
.va-super {
	font-size: 0.5em;
	vertical-align: super;
}

/* ----------------------------------------------------------------------------------
		Text
------------------------------------------------------------------------------------- */
.text-3m {
	font-size: 3em;
}
.strong{
	font-weight:bold;
}
@media screen and (min-width:768px) {
.text-14px {
	font-size: 0.875em;
}
.text-12px {
	font-size: 0.75em;
}
}
.caption{
	font-size: 0.75em;
	line-height:1.5 !important;
	display:inline-block;
	margin-top:10px;

}


/* ----------------------------------------------------------------------------------
		HR
------------------------------------------------------------------------------------- */
hr {
	margin-bottom: 3em;
}
/* ----------------------------------------------------------------------------------
		Page Title
------------------------------------------------------------------------------------- */
#cover_rezasuite .page-title, #cover_basuite .page-title {
	display:inline-block;
}
.page-title p {
	width: 4em;
	float: left;
	margin-right: 0.5em;
}
.page-title h2 small {
	font-size: 1rem;
	color:inherit;
}
@media screen and (max-width:767px) {
.page-title h2 small {
	font-size: 0.5rem;
}
}
.page-title h2 {
	margin-top: -0.75rem;
	line-height: 1em;
}


/* ----------------------------------------------------------------------------------
		Breadcrumb
------------------------------------------------------------------------------------- */
.breadcrumb {
	margin-bottom: 3em;
}

/* ----------------------------------------------------------------------------------
		Dev Photo
------------------------------------------------------------------------------------- */
.dev-photo {
	width: 8em;
	margin-left: auto;
	margin-right: auto;
}
/* ----------------------------------------------------------------------------------
		Tab
------------------------------------------------------------------------------------- */
.tab-content {
	padding-top: 2em;
}
/* ----------------------------------------------------------------------------------
		News
------------------------------------------------------------------------------------- */
.service-icon {
	width: 1.5em;
	display: inline-block;
	vertical-align: 15%;
	margin-right: 0.6em;
}
#news .dl-horizontal dt, #service .dl-horizontal dt {
	width: 8em;
}
#news .dl-horizontal dd, #service .dl-horizontal dd {
	margin-left: 9em;
}

@media screen and (max-width:767px) {
#news .dl-horizontal dd, #service .dl-horizontal dd {
	margin-left: 0;
}
}
#news .label {
	margin-right: 0.75em;
}
#news dd {
	line-height: 1.75;
}
/* ----------------------------------------------------------------------------------
		icon
------------------------------------------------------------------------------------- */
.icon-2m img {
	width: 2em;
}
.icon-3m img {
	width: 3em;
}
.icon-4m img {
	width: 4em;
}
.icon-5m img {
	width: 5em;
}
.icon-7m img {
	width: 7em;
}
#sidenav .icon-2m img {
	margin-right: 0.25em;
}
.reza_suite .icon-2m img, .ba_suite .icon-2m img {
	margin-left: 0.25em;
	vertical-align:-50%;
}
/* ----------------------------------------------------------------------------------
		Opacity
------------------------------------------------------------------------------------- */
.opacity-half{
	opacity:.75;
}
/* ----------------------------------------------------------------------------------
		Freedial
------------------------------------------------------------------------------------- */
.freedial {
	width: 1.8em;
	display: inline-block;
	vertical-align:baseline;
}
/* ----------------------------------------------------------------------------------
		Fukidashi
------------------------------------------------------------------------------------- */
.fukidashi-to {
	position: relative;
	background: #fdf2dd;
	padding: 1em 2em;
	border-radius: 10px;
}
.fukidashi-to:after {
	right: 100%;
	top: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #fdf2dd;
	border-width: 10px;
	margin-top: -10px;
}
.fukidashi-from {
	position: relative;
	background: #fce6bb;
	padding: 1em 2em;
	border-radius: 10px;
	margin-top: 2em;
}
.fukidashi-from:after {
	left: 100%;
	top: 70%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fce6bb;
	border-width: 10px;
	margin-top: -10px;
}
/* ----------------------------------------------------------------------------------
		Button
------------------------------------------------------------------------------------- */
.btn-warning {
	background-color: #ea9631;
	border: none;
}
.btn-warning:hover {
	background-color: #eeac57;
}
.btn-default {
	background-color: #f5f5f5;
}
.btn-border{
	background-color:transparent;
	border-color: #fff;
	color: #fff;
	text-decoration: none !important;
}
.btn-border:hover{
	color:#fff !important;
	background-color:hsla(0,0%,100%,0.25);
}
.btn-blue{
	background-color: #64a0b7;
	color: #fff;
}
.btn-blue:hover{
	background-color: #8bb8c9;
}
.btn-white{
	background-color: #fff;
	color: #484848;
}
.btn-white:hover{
	background-color: hsla(0,0%,100%,0.75);
	color: #484848 !important;
}
.btn-orange{
	background-color: rgb(234,150,49);
	color: #ffffff;
}
.btn-orange:hover{
	background-color: rgb(255,165,53);
	color: #ffffff !important;
}
/* ----------------------------------------------------------------------------------
		Equal Height
------------------------------------------------------------------------------------- */
.equalheight {
	box-sizing: content-box;
}
/* ----------------------------------------------------------------------------------
		Column
------------------------------------------------------------------------------------- */
.column-border, .column-bg {
	padding: 2em;
	border-radius: 5px;
	margin-bottom: 3em;
}
.column-border {
	border: 1px solid #d1d1d1;
}
.column-bg {
	background-color: #f5f5f5;
}
.column-border p:last-child, .column-bg p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:991px) {
.column-border  .row:not(#lineup) > div:first-child {
	padding-bottom: 2em;
}
}
@media screen and (max-width:767px) {
.column-bg  .row:not(#lineup) > div:first-child {
	padding-bottom: 1em;
}
}
/* ----------------------------------------------------------------------------------
		System
------------------------------------------------------------------------------------- */
.system {
	padding: 2em;
	border: 1px solid #d1d1d1;
	border-radius: 5px;
	margin-bottom: 2em;
	background-color: #f5f5f5;
}
.system p:last-child {
	margin-bottom: 0;
}
/* ----------------------------------------------------------------------------------
		Doctor
------------------------------------------------------------------------------------- */
.feedback {
	padding: 2em;
	border: 1px solid #d1d1d1;
	border-radius: 5px;
	margin-bottom: 2em;
	background-color: #f5f5f5;
}
.feedback p:last-child {
	margin-bottom: 0;
}
@media screen and (min-width:992px) {
.feedback {
	background-image:url(../images/photo_feedback.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-size:contain;
}
}
/* ----------------------------------------------------------------------------------
		Recommend
------------------------------------------------------------------------------------- */
.recommend-plan, .recommend-appli{
	padding:0 1em;
}
.recommend-plan img{
	width:15em;
}
.recommend-appli img{
	width:7em;
}
/* ----------------------------------------------------------------------------------
		Panel
------------------------------------------------------------------------------------- */
.panel{
	box-sizing:content-box;
}

/* ----------------------------------------------------------------------------------
		Padding
------------------------------------------------------------------------------------- */
.pd-2m >div{
	padding:1em 2em;
}
/* ----------------------------------------------------------------------------------
		Bg Line
------------------------------------------------------------------------------------- */
@media screen and (min-width:992px) {
.bg-line{
	background-repeat:repeat-y, repeat-x;
	background-position:center center, top center;
}
.reza_suite .bg-line{
	background-image:url(../images/bg_line_rezasuite.png), url(../images/bg_line_rezasuite.png);
}
.ba_suite .bg-line{
	background-image:url(../images/bg_line_basuite.png), url(../images/bg_line_basuite.png);
}

.bg-line > div{
	padding:2em;
}
}

/* ----------------------------------------------------------------------------------
		Flow
------------------------------------------------------------------------------------- */
.flow td, .flow th{
	padding:0.5em 1em;
}
.flow th{
	white-space:nowrap;
	background-color:#484848;
	color:#fff;
}
.flow tr:nth-child(odd) td, .flow tr:nth-child(odd) th{
	border:1px solid #484848;
}
.flow ul{
	margin-bottom:0;
	padding-left:1.5em;
}
/* ----------------------------------------------------------------------------------
		Border
------------------------------------------------------------------------------------- */
.border-brown{
	border:3px solid #6f522e;
}
.border-black{
	border:1px solid #333;
}
/* ----------------------------------------------------------------------------------
		Anchor
------------------------------------------------------------------------------------- */
.anchor{
padding-top:1em;
margin-top:-1em;
}
@media screen and (max-width:767px) {
.anchor{
padding-top:3em;
margin-top:-3em;
}
}
/* ----------------------------------------------------------------------------------
		Arrow Scroll
------------------------------------------------------------------------------------- */
.arrow-scroll{
	width:100%;
	text-align:center;
	margin-bottom:5em;
}
@media screen and (max-width:767px) {
.arrow-scroll{
	margin-bottom:7em;
}
}
.arrow-scroll img{
	width:50px;
}

/* ----------------------------------------------------------------------------------
		Annotation
------------------------------------------------------------------------------------- */
.annotation{
	font-size:0.5em;
	vertical-align:super;
	margin-left:3px;
}

/* ----------------------------------------------------------------------------------
		List
------------------------------------------------------------------------------------- */
.paren{
	counter-reset:item;
	list-style:none;
	padding-left:0;
}
.paren>li:before{
	content:"(" counters(item, "-") ")";
	counter-increment:item;
	margin-right:0.5em;
}
.paren li{
	padding-left:2em;
	text-indent:-2em;
}
/* ----------------------------------------------------------------------------------
		Label
------------------------------------------------------------------------------------- */
.label-default{
	font-size:0.75rem;
	font-weight:500;
	line-height:30px;
	background-color:#f5f5f5;
	color:#5f5f5f;
	border:1px solid #dddddd;
}


/* ----------------------------------------------------------------------------------
		Table
------------------------------------------------------------------------------------- */
.table th {
	white-space: nowrap;
	border-right: 1px solid #ddd;
}
.table td p:last-child, .table td ul:last-child, .table td ol:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width:767px) {
.table th {
	width:100% !important;
	border-right:none;
}
}
@media only screen and (min-width:768px) {
.panel-body .table tr:first-child th, .panel-body .table tr:first-child td{
	border-top:none;
}
}
.panel-title a{
	display:block;
}
@media only screen and (max-width:767px) {

.table th, .table td {
	display: block;
}
.table td ul{
	padding-left:1rem;
}
}


/* ----------------------------------------------------------------------------------
		Grid
------------------------------------------------------------------------------------- */

.row--v-middle {
  font-size: 0;
}
.row--v-middle > [class*="col-"] {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

/* ----------------------------------------------------------------------------------
		text デコレーション
------------------------------------------------------------------------------------- */

.text_line_left_bule {
  border-left:#61A1D7 4px solid;
  padding:0.25em 0.5em;
  
}
