body,html {
	font-size: 14px;
	font-weight: bold;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #313131;
	padding: 0;
	margin: 0;
	line-height: 1.8em;
}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul, ol, dl { margin: 0;}
.form-row { margin-left: 0; }
.btn.disabled, .btn:disabled {
	opacity: .5
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* mobile */
.mobile dt ,
.mobile dd {
	line-height: 1.6em;
	margin-bottom: 5px;
}
.mobile dt {
	color: #454545;
	background: #EEEEEE;
	font-size:  0.9em;
	padding: 3px 10px;
}
.mobile dl dt:first-child {
	border: none;
}
.mobile h3 {
	letter-spacing: normal;
	border-left: 5px solid #5EBFB4;
	padding-left:  0.5em;
	margin: 1em 0 0.5em 0;
	font-size: 1.2em;
}
/* 基本設定 */
.main {
	clear: both;
}
.container {
	max-width: 1140px;	
	width: 100%;
}
.category {
	padding: 30px 0;
}
h1 { }
h2 {
	display: block;
	width: auto;
	border-bottom: 3px solid #5EBFB4;
	padding:  10px 15px;
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
}
h2.simple {
	text-align: center;
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
	letter-spacing: 1px;
}
.table {
	margin-bottom:  0;
}
.table td {
	line-height: 1.4em;
}
}
.title {
	font-size: 1.2em;
	font-weight: bold;
}
.bg_col {
	background: #5EBFB4;
	color: #FFFFFF;
}
.bg_light {
	background: #F3FAFD;
}
.bg_wht {
	background: #FFFFFF;
}
.topline {
	border-top: 1px dotted #5EBFB4;
}
a.link {
    line-height: 1em;
    border: 1px solid #333333;
    background: #FFFFFF;
    padding: 8px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    width: 100px;
}
.bg_col a.link {
	color: #333333;
}
.bg_col a.link:hover {	
	color: #5EBFB4;
}
a.btn-col {
	background: #5EBFB4;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
}
a.btn-col:hover {	
	color: #FFFFFF;
}
.btn_style a,
.btn_style {
	color: #FFFFFF;
	text-decoration: none;	
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}
.btn_style.btn-light {
	background: #EEEEEE;
}
.btn_style.btn-light a {
	color: #333;
}
.border-info {
	border-color: #19a78e!important;	
}
.btn-info {
	background: #5EBFB4!important;
}
.text-info {
	color: #19a78e!important;
}
.btn_col {
	background: #5EBFB4;
}
.btn_red {
	background: #DC5145;
}
.btn {
	font-weight: bold;
}
,
.btn-info {
    background-color: #5EBFB4;
    border-color: #5EBFB4;
}
.online .button-group .btn {
	border-radius: 50px;
}
dl.edit dt {
	float: left;
	text-align: left;
	width: 10em;
}
dl.edit dd {
	margin-left: 10em;
	margin-bottom: 15px;
	text-align: left;
}
dl.edit dd:last-child {
	margin-bottom: 0;
}
.alert ul li {
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

/* form */
.form-row>.col, .form-row>[class*=col-] {
	padding-left: 0;
}
.form-row {
	line-height: 33px;
}
input.tel,
input.year {
	width: 6em;
}
input.num {
	max-width: 24em;
}
input.post {
	width: 10em;
}

/* header */
header {
	border-bottom: 3px solid #5EBFB4;
}
body.sub header {
	border-bottom: 5px solid #5EBFB4;
}
header .logo img {
	margin: 20px;
}
header .btn_menu .btn {	
	font-weight: bold;
	font-size: 0.8em;
}
header .btn-group .logout {
	margin-left: 20px;
}
header .btn-group .mypage,
header .btn-group .con {
	margin-top: 20px;
	margin-left: 10px;
}
header .btn-group .con .btn {
	padding-left: 4px;
	padding-right: 4px;
}
header .btn_menu .btn a:link 	{ border:1px solid #dee2e6; }
header .btn_menu .btn a:visited 	{ border:1px solid #dee2e6; }
header .btn_menu .btn a:hover 	{ border:1px solid #dee2e6; }
header .btn_menu .btn a:active 	{ border:1px solid #dee2e6; }

/* マウスオーバーで「透過」する */
.opacity:hover {opacity: 0.7;}
.opacity:hover img {opacity: 0.7;}

/* footer */
footer {
	font-size: 0.9em;
}
footer .totop {
	padding: 15px;
	cursor:	pointer;
}
footer .totop a {
	color: #FFF;
}
address {
	margin-bottom: 0;
	color: #545454;
	font-size: 0.9em;
}
footer hr {
	margin-top: 0;
}
.nav-link {
	display: inline-block;
}
footer nav a {
	color: #545454;
}
.strong-h5 {
    font-weight: 800;
}
