.main_menu{
	font-size: 0.85rem;
	color: #3f3f3f !important;
	font-weight: bold;
}
.main_menu a{
	color: inherit !important;
}
.news_area{
	font-size: 0.8rem;
	line-height: 1.6;
}
.desc-text{
	color: #555;
	font-size:0.8rem;
}

.small_title{
	font-size: 0.9rem;
	line-height: 1.6;
}
.accent_color{
	color: #e3246e;
}
.sub_dark_color{
	color: #656565;
}
.font-digit{ 
	font-size: 1.2rem !important;
	font-weight: bold;
}
.small_title_inherit{
	font-size: 0.9rem;
}
.small_title_inherit a{
	color: inherit;
}
.small_title_inherit a:hover{
	text-decoration: underline;
}
.hoverable{
	box-shadow: none;
}
.program-title-s{
	font-size: 1.0rem  !important;
	font-weight: bold !important;
	color: #222;
}
.program-title-s a{
	color: inherit;
}
.breadcrumb-item{
	font-size: 13px !important;
}

.form-control{
	color: #333 !important;
}

body{
	font-family:Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.navbar.z-depth-1{
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 5px 0 rgba(0,0,0,0.04) !important;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 5px 0 rgba(0,0,0,0.04) !important;
}

.key_visual{
	background-color: #0ebadf;
	height: 550px;
}
.intro-2 {
    background: url("/img/common/blue_bg3.jpg")no-repeat center center;
    background-size: cover;
}

.current_money{
	font-size: 0.9rem !important; 
	font-weight: bold !important;
}
.money_digit{
	font-size: 1.1rem !important;
}
.sub_digits{
	font-size: 0.75rem !important;
}
.tag_badges{
	background-color: #374a78;
}

/***/
.program_tab .nav-item a{
	font-size: 0.8rem !important; 
}
.main_text{
	color: #565454 !important;
	
}
/***/
.btn.btn-block{
	display: block !important;
}
.stepper_row{
	overflow: hidden;
}
.stepper li a{
	cursor: default !important;
}
.stepper li:hover{
	background-color: inherit  !important;
} 

.card-title{
	line-height: 1.4;
}

.avatar_holder{
	position: relative;
}
.avatar_holder img{
	position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}

.editable_icons{
	height:0;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	overflow: hidden;
}
.editable_body:hover .editable_icons{
	height: 60px;
}

.program_label{
	position: absolute; width: 100%;  z-index: 10; top:0px;
}

.contents_subtitle{
	line-height: 1.4 !important;
}

.catch_title{
	font-size: 2.0rem;
	line-height: 1.4;
}
.catch_subtitle{
	font-size: 1.5rem;
	line-height: 1.4;
	letter-spacing: 0.07em;
}
.catch_minititle{
	font-size: 1.2rem;
	line-height: 1.4;
}
.title_color{
	color: #333;
}
@media (max-width: 991px) {
	.catch_title{
		font-size: 1.6rem;
	}
	.catch_subtitle{
		font-size: 1.3rem;
	}
	.catch_minititle{
		font-size: 1.0rem;
	}
}

.img-flip{
   transform: scale(-1, 1);
}