/*トップページswiperの位置バグ修正*/
#index .swiper-pagination-bullets {
	position: static;
}

/*採用情報ジャンプボタン*/
.recruit-scroll-menu {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruit-scroll-menu > a{
	margin-bottom: 10px;
}
.recruit-scroll-menu > a.last-row{
	margin-bottom: 0;
}
.recruit-scroll-menu a:hover{
	opacity: 0.5;
}
.recruit-scroll-menu img{
	width: 207px;
	height: 60px;
}


/*汎用---------------------------------*/

.clear-none {
	clear: none !important;
}
.shadow-none {
	box-shadow: none !important;
}
.w100p {
	width: 100% !important;
}

/*記事内症例*/
.photo-before-after-box {
	margin: 0 auto 30px auto;
	width: 450px;
	display: flex;
	justify-content: space-between;
	background: url(/images/about/faceline_icon_01.gif) no-repeat center center;
}
.photo-before-after-box img{
	width: 200px;
}

/*title*/
.shima-title {
	margin: 0 0 10px 0;
	padding: 15px;
	clear: both;
	background: url(/images/price/price_h3_back.gif) no-repeat left center;
	font-weight: bold;
}

.blue-big-title {
	margin: 0 0 10px 0;
	padding: 5px 10px 5px 0;
	color: #185584;
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1.5;
	clear: both;
}

.cursor-blue-title {
	background: #185584;
	color: #ffffff;
	font-weight: bold;
	margin: 0 0 1.5em;
	padding: 10px 10px 10px 20px;
	text-indent: 1em;
}

.cursor-blue-title:before {
	content: url(/images/about/periodontitis/triangle.png);
	position: relative;
	top: 0.15em;
	left: -1em;
}

.cursor-blue-dot-title {
	color: #FFFFFF;
	background: #185584 url(/images/about/orthodontics_icon_01.gif) no-repeat 10px center;
	padding: 5px 10px 5px 30px;
	font-weight: bold;
	border: 1px dotted #999999;
	margin: 0 0 15px 0;
}

.num-blue-title-no1,
.num-blue-title-no2,
.num-blue-title-no3,
.num-blue-title-no4,
.num-blue-title-no5,
.num-blue-title-no6 {
	color: #FFFFFF;
	padding: 10px 10px 10px 45px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.num-blue-title-no1 {
	background: #185584 url(/images/about/h3_01.gif) no-repeat 10px center;
}
.num-blue-title-no2 {
	background: #185584 url(/images/about/h3_02.gif) no-repeat 10px center;
}
.num-blue-title-no3 {
	background: #185584 url(/images/about/h3_03.gif) no-repeat 10px center;
}
.num-blue-title-no4 {
	background: #185584 url(/images/about/h3_04.gif) no-repeat 10px center;
}
.num-blue-title-no5 {
	background: #185584 url(/images/about/h3_05.gif) no-repeat 10px center;
}
.num-blue-title-no6 {
	background: #185584 url(/images/about/h3_06.gif) no-repeat 10px center;
}

.light-blue-title {
	background-color: #c7edff;
	font-size: 14px;
	line-height: 1.8;
	padding: 4px 10px;
	width: 99%;
	margin: 0 auto 15px 0;
	color: #666;
}

.normal-blue-title {
	background: #185584;
	color: #ffffff;
	font-weight: bold;
	margin: 0 0 1.5em;
	padding: 10px;
}

.blue-simple-title {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #135486;
    padding: 15px 0;
}

/*button*/
.blue-button > a {
	display: block;
	background: #198DC2;
	border-radius: 6px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 1em 2em;
	text-decoration: none;
	font-size: 120%;
	width: 50%;
}
.blue-button > a:hover {
	opacity: 0.5;
}



