@charset "utf-8";

/* テンプレート用
============================================== */
.no-gutter>[class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.bg-lightgreen {
	background-color: #e6ede9;
}

.jumbotron {
	background-image: url('../img/top-image_01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 600px;
}

.heading {
	border-left: 6px solid #aaa;
	padding: 0 0 0 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: ">"
}

.footer-copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}

.map iframe {
	width: 100%;
	height: 450px;
}

.txt_white {
	color: #FFF;
}

/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {
	.footer-logo {
		width: 100%;
	}
}

/* END */

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
	.gnav-item {
		display: block;
		width: 100%;
		border: none;
	}

	.gnav-item+.gnav-item {
		border: none;
	}

	table th,
	table td {
		padding: .25rem !important;
	}

	table th:first-child {
		width: 50%;
	}

	.status-table {
		width: 100%;
	}

}

/* END */

/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width: 576px) and (max-width: 991.98px) {
	#sec2 {
		height: auto;
	}

	.status-table {
		width: 100%;
	}
}

/* END */

/* 小デバイス（縦向きモバイル, 576px 以上）
============================================== */
/*
@media screen and (min-width: 576px) {
 #sec2 .message {
    position: absolute;
     left: 0;
 }  
} /* END */


/* カスタマイズ
============================================================================================ */

body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8em;
	box-sizing: border-box;
}

.mincyo {
	font-family: 'Noto Serif JP', serif;
}


.bg-dark {
	background-color: #424141 !important;
}

.txt_tel,
.txt_mail {
	font-size: 2rem;
}

span.small {
	line-height: none !important;
}

.catchcopy_box {
	padding-top: 15%;
}

.catchcopy {
	font-size: 250%;
	text-align: center;
	/*margin-top: 12%;*/
}

.sp_br {
	display: none;
}

.nav-item{
	line-height: 1.4;
}

.card-title {
	font-size: 160%;
	font-weight: bold;
}

.card-text {
	text-align: left;
}

.opacity5 {
	opacity: 0.5;
}

.bg-beige {
	background-color: #F2F2F2;
}

.aboutus h2 {
	font-size: 20px;
	text-align: center;
	color: #254171;
}

.aboutus h2:before,
.aboutus h2:after {
	content: url("../img/navyline.png");
	padding: 10px;
	vertical-align: text-top;
}

.container-fluid .container .aboutus {
	text-align: center;
}



.hoken {
	display: block;
	padding: 0.5em 1em;
	border: 1px solid #F2F2F2;
	background-color: #29ABE2;
	color: #FFFFFF;
}

.hoken_logo img {
	width: 80%;
}

.hoken a:visited,
.hoken a:link,
.hoken a:hover,
.hoken a:active {
	color: #FFFFFF;
}

center img {
	width: 100%;
}

.ml-80 {
	margin-left: 80px;
}

.txt24h {
	font-size: 36px;
	color: #ff8c00;
	margin: 10px;
}

.history-list {
	display: flex;
	flex-wrap: wrap;
}

.history-list dt {
	width: 4em;
}

.history-list div {
	width: calc(100% - 4em);
	margin-bottom: .8em;
}

.history-list dd {
	line-height: 1.4;
	margin-bottom: .4em;
}

.accident {
	display: block;
	padding: 0.5em 1em;
	border: 1px solid #F2F2F2;
	background-color: #191970;
	color: #FFFFFF;
	margin-top: 1em;
}

.accident a:visited,
.accident a:link,
.accident a:hover,
.accident a:active {
	color: #FFFFFF;
}

.accident_logo img {
	width: 80%;
}

.btn-collar {
	background-color: #000000;
}

.salespolicy-list dt {
	font-weight: normal;
	margin: 1em 0;
}

.salespolicy-list dd{
	text-indent: -1em;
	margin: 0 0 0 1.5em;
}

.salespolicy-list dd::before{
	content: '・';
}

.policy-container {
	max-width: 800px;
	/* 全体の幅（お好みで調整） */
	margin: 20px auto;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	line-height: 1.8;
	/* 行間を広げて読みやすく */
}

.policy-item {
	display: flex;
	row-gap: 2em;
	/* 項目ごとの余白 */
	align-items: flex-start;
	flex-wrap: wrap;
}

.policy-label {
	width: 100px;
	/* ラベルの幅を固定（120pxの部分を調整してください） */
	font-weight: normal;
	white-space: nowrap;
	/* ラベルを改行させない */
}

.policy-text {
	width: calc(100% - 100px);
	/* 残りの幅をすべて使う */
	text-align: justify;
	/* 両端揃えにするときれいになります */
}

.form-check-input {
	border: 1px solid #333333;
}

.fd-day {
	width: fit-content;
	/* 中身の幅に合わせる */
	margin-left: auto;
	/* 左側の余白を最大にして右に押し出す */
	margin-right: 0;
	/* 右端にぴったりつける */
	text-align: left;
	/* ブロック内では左揃えにする */
	margin-top: 20px;
}

.fd-day2 {
	text-align: right;
}

.status-table-wrapper {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.status-table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	/* 隣り合う枠線を重ねる */
	font-family: sans-serif;
	font-size: 15px;
	color: #333;
	line-height: 1.4;
}

.status-table th,
.status-table td {
	border: 1px solid #dcdcdc;
	/* 薄いグレーの線 */
	padding: 15px 20px;
	/* セル内の余白 */
	vertical-align: middle;
}

/* ヘッダー（一番上の行）の設定 */
.status-table thead th {
	background-color: #C7C6C6;
	/* 非常に薄いグレー */
	font-weight: normal;
	/* 画像に合わせて太字を解除 */
	text-align: left;
	/* 基本は左揃え */
}

/* 2列目（目標値）と3列目（現状値）のテキストを微調整 */
.status-table th:nth-child(2),
.status-table td:nth-child(2),
.status-table th:nth-child(3),
.status-table td:nth-child(3) {
	width: 20%;
	/* 幅を固定 */
	text-align: left;
	/* 左揃え（画像に近い） */
	min-width: 5em;
}

/* 指標名の列（1列目）の幅を広く確保 */
.status-table td:first-child {
	width: auto;
}

#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #3fefee;
	opacity: 0.6;
}

#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}

#page_top a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f062';
	font-size: 25px;
	color: #fff;
	position: absolute;

	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#privacypolicy a {
	text-decoration: underline;
}

.manager_name {
	text-align: right;
}

@media screen and (max-width: 768px) {
	.sp90 {
		width: 90%;
		height: auto;
	}

	.history-list dt {
		width: 100%;
	}

	.history-list div {
		width: 100%;
	}

	.policy-item {
		row-gap: 0;
	}

	.policy-label {
		width: 100%;
	}

	.policy-text {
		width: 100%;
		margin-bottom: 2em;
	}

}

@media screen and (max-width: 768px) {
	.sp_br {
		display: none;
	}

	.sp100 {
		width: 100%;
	}

	.catchcopy {
		font-size: 160%;
		text-align: center;
		margin-top: 20%;
		line-height: 1.3em;
	}

	.container-fluid .container .aboutus {
		text-align: left;
		text-indent: 1em;
	}

	.aboutus h2:before,
	.aboutus h2:after {
		content: none;
		text-align: left;
	}

	.g-form {
		width: 100%;
	}

	.hoken_logo img {
		width: auto;
	}

	.hoken_logo img.mw-200{
		max-width: 200px;
	}

	.accident_logo img {
		width: auto;
	}

	.message {
		display: block;
	}

}

@media screen and (max-width: 576px) {
	.sp100 {
		width: 100%;
	}

	.d-flex {
		display: block !important;
	}

	.sp_br {
		display: inline;
	}


	.btn-secondary {
		display: none !important;
	}

	.mail_btn {
		border: 1px solid #FFFFFF;
		border-radius: 5px;
	}

	.header-box.d-flex.flex-row.align-items-center.py-2.px-0 .header-menu-box.col-md-9.d-flex.flex-row.align-items-center.justify-content-end.p-0 .ml-4 {

		display: none !important;
	}

	.contact-accident {
		display: none;
	}
}



/* 個人情報保護方針ページ
============================================== */
#privacypolicy {
	line-height: 1.8;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
	color: #212529;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}

span.line-chunk {
	display: inline-block;
	overflow-wrap: anywhere;
	word-break: normal;
}

#privacypolicy h1 {
	font-size: 1.75rem;
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
}

#privacypolicy h2 {
	margin-top: 2em;
	margin-bottom: 0;
	font-size: 1.125rem;
	font-weight: bold;
}

#privacypolicy p,
.indent-1em {
	text-indent: 1em;
}

#privacypolicy p {
	margin-top: 0;
}

.mb-0 {
	margin-bottom: 0;
}

#privacypolicy ul {
	margin-left: .3em;
	padding-left: .5em;
}

#privacypolicy ol {
	padding-left: 1em;
}

.negative-indent {
	text-indent: -1em;
	margin-left: 1em;
}

.indent-reset {
	text-indent: 0;
	margin-left: 0;
}

#privacypolicy .list-style-none {
	list-style-type: none;
}

.privacypolicy_box {
	border: 1px solid #000000;
	padding: 1em;
	margin-bottom: 1em;
}

.txt_right {
	text-align: right;
}

#privacypolicy dd {
	margin-left: 1em;
	margin-bottom: .5em;
}

.flex-dl {
	display: flex;
	flex-wrap: wrap;
}

.flex-dl dt {
	margin: 0;
	width: 7em;
}

.flex-dl dd {
	margin: 0;
	width: calc(100% - 8em);
}

@media screen and (max-width: 768px) {
	#privacypolicy {
		font-size: 14px;
		width: 100%;
		padding: 0 10px;
	}

	#privacypolicy .sp-padding-none {
		padding-left: 0;
	}

	#privacypolicy .sp-padding-half {
		padding-left: 1em;
	}

	#privacypolicy .list-type-disc li {
		margin-left: -.3em;
		text-indent: -.3em;
	}

	.flex-dl dt {
		width: 100%;
	}

	.flex-dl dd {
		width: 100%;
	}

}