body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
}

p {
	line-height: 1.5em;
}

.top-visual {
	background-image: url('/assets/images/top/top_bg_blur.jpg');
	background-size: cover;
	height: 200px;
}

.top-visual p.lead {
	font-size: 18px;
	font-weight: normal;
	text-shadow: 2px 2px 4px #333;
}

@media screen and (min-width:576px) {
	.top-visual {
		height: 400px;
	}

	.top-visual p.lead {
		font-size: 28px;
	}
}

.breadcrumb {
	font-size: 13px;
	background-color: #f8f9fa !important;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "\f105" !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.bg-lightgray {
	background-color: #f8f9fa !important;
}

.bg-lightblue {
	background-color: #ebf5ff;
}


.bg-img-cover {
	background-size: cover;
	background-position: center center;
}


a[data-toggle=collapse] i.fa-caret-down {
	display: none;
}

a[data-toggle=collapse] i.fa-caret-up {
	display: inline-block;
}

a[data-toggle=collapse].collapsed i.fa-caret-down {
	display: inline-block;
}

a[data-toggle=collapse].collapsed i.fa-caret-up {
	display: none;
}

.btn-xs {
	font-size: 13px !important;
	padding: 2px 5px !important;
	line-height: 1.2em !important;
}

.form-control.is-invalid,
.form-control-sm.is-invalid {
	background-image: none;
}

.form-control.is-invalid {
	padding-right: 0.75rem;
}

.form-control-sm.is-invalid {
	padding-right: 0.5rem;
}

.form-condition-chip i {
	color: rgb(222, 226, 230);
}

.form-condition-chip:hover i,
.form-condition-chip:active i {
	color: #6c7572;
}

.table-fixed th:first-child,
.table-fixed td:first-child {
	position: sticky;
	position: -webkit-sticky;
	left: 0;
}

.table-fixed tr:nth-of-type(odd) th:first-child {
	border-right: 1px solid #dee2e6;
	background-color: white;
}

.table-fixed tr:nth-of-type(odd) td:first-child {
	border-right: 1px solid #dee2e6;
	background-color: #f3f3f3;
}

.table-fixed tr:nth-of-type(even) td:first-child {
	border-right: 1px solid #dee2e6;
	background-color: white;
}

.table-fixed tr.table-warning td:first-child {
	background-color: #ffeeba;
}

.table-fixed tr.table-danger td:first-child {
	background-color: #f5c6cb;
}

.table-fixed tr.table-dark td:first-child {
	background-color: #c6c8ca;
}

.table-head-fixed thead th {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 999;
}

table.sortable td.drag-handle {
	width: 1rem;
	cursor: move;
}

table.sortable td.drag-handle::before {
	content: "\f58e" !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.indent-for-fa {
	padding-left: 1.3em;
	text-indent: -1.3em;
}

::-webkit-input-placeholder {
	color: #aaa !important;
}

::-moz-placeholder {
	color: #aaa !important;
}

::-ms-input-placeholder {
	color: #aaa !important;
}

:-ms-input-placeholder {
	color: #aaa !important;
}

::placeholder {
	color: #aaa !important;
}

.form-control-xs {
	height: calc(1em + 0.75rem + 2px) !important;
	padding: .15rem .25rem !important;
	font-size: .75rem !important;
	line-height: 1.5;
	border-radius: .2rem;
}

.readmore.readmore-close>div {
	height: 3em;
	overflow: hidden;
}

.readmore.readmore-close>.readmore-open {
	display: inline-block;
}

.readmore.readmore-close>.readmore-close {
	display: none;
}

.readmore.readmore-open>div {
	height: auto;
	overflow: visible;
}

.readmore.readmore-open>.readmore-close {
	display: inline-block;
}

.readmore.readmore-open>.readmore-open {
	display: none;
}

.border-gray {
	border-color: #6c757d !important;
}

.border-blue {
	border-color: #007bff !important;
}

.border-purple {
	border-color: #6f42c1 !important;
}

.border-red {
	border-color: #dc3545 !important;
}

.border-orange {
	border-color: #fd7e14 !important;
}

.border-green {
	border-color: #28a745 !important;
}

.border-cyan {
	border-color: #17a2b8 !important;
}

.badge-light {
	border: 1px solid #edeeef;
}

.opacity-0 {
	opacity: 0;
}

.opacity-1 {
	opacity: 0.25;
}

.opacity-2 {
	opacity: 0.5;
}

.opacity-3 {
	opacity: 0.75;
}

.btn-outline-orange {
	color: #fd7e14;
	border-color: #fd7e14;
}

.btn-outline-orange:hover {
	color: #ffffff;
	background-color: #fd7e14;
}

.btn-outline-orange:focus,
.btn-outline-orange.focus {
	box-shadow: 0 0 0 0 rgba(253, 126, 20, 0.5);
}

.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
	color: #fd7e14;
	background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled).active,
.show>.btn-outline-orange.dropdown-toggle {
	color: #ffffff;
	background-color: #fd7e14;
	border-color: #fd7e14;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-orange.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(253, 126, 20, 0.5);
}


.u-dn-pc {
	display: none;
}

@media (max-width: 768px) {
	.p-style03-txt {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px !important;
		font-weight: 500;
		color: #CBCB06;
		height: 100% !important;
	}

	.section02-wrap {
		width: 81.7%;
		margin: 0 auto;
	}

	.u-dn-pc {
		display: block;
	}
	
	.p-home__section {
		margin-top: 60px;
	}
	
	.p-home__section-item-wrap .p-home__section-item {
		margin-top: 40px;
	}
	
	.p-home__section .p-home__section-title h2 {
		text-align: center;
		font-size: 26px;
		font-weight: 500;
	}
	
	.p-home__section .p-home__section-title h3 {
		margin-top: 10px;
		font-size: 18px;
		font-weight: 500;
		text-align: center;
		margin-bottom: 0;
	}
	
	.p-home__section-item-title h2 {
		font-size: 18px;
		line-height: 1.3;
		font-weight: 500;
		margin-bottom: 6px;
	}
	
	.p-home__section-item-title p {
		font-size: 14px;
		line-height: 1.3 !important;
		margin-bottom: 0;
	}
	
	.p-home__section-item .p-home__section-item-body {
		position: relative;
		/* background-color: #F5F5F5; */
		margin-top: 20px;
		padding: 50px 0 50px;
		display: block;
		justify-content: space-between;
	}

	.p-home__section-item .item-body-first {
		padding: 50px 0 40px;
	}
	
	.p-home__section-item .p-home__section-item-inner {
		position: relative;
		background-color: white;
		padding: 0 20px;
		padding-top: 50px;
		padding-bottom: 50px;
		display: block;
		justify-content: space-between;
		border: 3px solid #2E4D6C;
	}
	
	.p-home__section-item .p-home__section-item-body h3 {
		font-size: 24px;
		font-weight: 600;
		color: white;
		background-color: #0E5CA9;
		width: 292px;
		padding: 8px 0;
		text-align: center;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 30px;
		margin: 0;
		z-index: 1;
	}
	
	.p-home__section-item-body .p-home__section-item-box {
		width: 100%;
	}
	
	.p-home__section-item-body .p-home__section-item-box h4 {
		margin-bottom: 0;
		font-size: 20px;
		color: white;
		text-align: center;
		padding: 12px 0;
	}
	
	.p-home__section-item-body .p-home__section-item-box.box01 h4 {
		background-color: #0E5CA9;
	}
	
	.p-home__section-item-body .p-home__section-item-box.box01 p {
		background-color: #E8F4FF;
		border: 2px solid #0E5CA9;
		padding: 15px;
		height: fit-content;
	}

	.p-home__section-item-body .p-home__section-item-box.box02 {
		margin-top: 20px;
	}
	
	.p-home__section-item-body .p-home__section-item-box.box02 p {
		background-color: #FFFFEB;
		border: 2px solid #CBCB06;
		padding: 15px;
		/* height: 200px; */
		height: fit-content;
	}
	
	.p-home__section-item-body .p-home__section-item-box.box02 h4 {
		background-color: #CBCB06;
	}
	
	.p-home__section-item-body .p-home__section-item-box p {
		font-size: 14px;
		margin-bottom: 0;
	}
	
	.p-home__section-item-inner-title {
		background-color: #2E4D6C;
		width: 94%;
		padding: 12px 0;
		position: relative;
		margin: 0 auto;
		margin-top: 30px;
	}

	.p-home__section-item-inner-title img {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 30%;
	}

	
	
	.p-home__section-item-body .p-home__section-item-inner-title p {
		color: white;
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 0;
	}
	
	.p-home__section-item-body .p-home__section-item-inner-title h4 {
		color: white;
		text-align: center;
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 0;
	}
}

@media (min-width: 769px) {

	.section02-wrap {
		width: 81.7%;
		margin: 0 auto;
	}
	
	.p-home__section {
		margin-top: 80px;
	}
	
	.p-home__section-item-wrap .p-home__section-item {
		margin-top: 60px;
	}
	
	.p-home__section .p-home__section-title h2 {
		text-align: center;
		font-size: 34px;
		font-weight: 500;
	}
	
	.p-home__section .p-home__section-title h3 {
		margin-top: 10px;
		font-size: 22px;
		font-weight: 500;
		text-align: center;
		margin-bottom: 0;
	}
	
	.p-home__section-item-title h2 {
		font-size: 22px;
		line-height: 1.6;
		font-weight: 500;
		margin-bottom: 10px;
	}
	
	.p-home__section-item-title p {
		font-size: 16px;
		line-height: 1.3 !important;
		margin-bottom: 0;
	}
	
	.p-home__section-item .p-home__section-item-body {
		position: relative;
		/* background-color: #F5F5F5; */
		margin-top: 20px;
		padding: 60px 0 40px;
	}

	.p-home__section-item .item-body-first {
		padding: 60px 0 50px;
		display: flex;
		justify-content: space-between;
	}
	
	.p-home__section-item .p-home__section-item-inner {
		position: relative;
		background-color: white;
		padding: 0 40px;
		padding-top: 50px;
		padding-bottom: 60px;
		display: flex;
		justify-content: space-between;
		border: 3px solid #2E4D6C;
	}
	
	.p-home__section-item .p-home__section-item-body h3 {
		font-size: 30px;
		font-weight: 600;
		color: white;
		background-color: #0E5CA9;
		width: 292px;
		padding: 8px 0;
		text-align: center;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 34px;
		margin: 0;
		z-index: 1;
	}
	
	.p-home__section-item-body .p-home__section-item-box {
		width: 48%;
	}
	
	.p-home__section-item-body .p-home__section-item-box h4 {
		margin-bottom: 0;
		font-size: 24px;
		color: white;
		text-align: center;
		padding: 15px 0;
	}
	
	.p-home__section-item-body .p-home__section-item-box.box01 h4 {
		background-color: #0E5CA9;
	}
	
	.p-home__section-item-body .p-home__section-item-box.box01 p {
		background-color: #E8F4FF;
		border: 2px solid #0E5CA9;
		padding: 15px;
		height: fit-content;
	}
	
	.p-home__section-item-body .p-home__section-item-box.box02 p {
		background-color: #FFFFEB;
		border: 2px solid #CBCB06;
		padding: 15px;
		/* height: 200px; */
		height: fit-content;
	}
	
	.p-home__section-item-body .p-home__section-item-box.box02 h4 {
		background-color: #CBCB06;
	}
	
	.p-home__section-item-body .p-home__section-item-box p {
		font-size: 16px;
		margin-bottom: 0;
	}
	
	.p-home__section-item-inner-title {
		background-color: #2E4D6C;
		width: 480px;
		padding: 15px 0;
		position: relative;
		margin: 0 auto;
		margin-top: 30px;
	}

	.p-home__section-item-inner-title img {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 54%;
	}
	
	.p-home__section-item-body .p-home__section-item-inner-title p {
		color: white;
		text-align: center;
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 0;
	}
	
	.p-home__section-item-body .p-home__section-item-inner-title h4 {
		color: white;
		text-align: center;
		font-size: 24px;
		font-weight: 600;
		margin-bottom: 0;
	}

	.p-style03-box {
		height: 75% !important;
	}

	.p-style03-txt {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 28px !important;
		font-weight: 500;
		color: #CBCB06;
		height: 100% !important;
	}

}

@media (max-width: 991px) {
	.section02-wrap {
		width: 100%;
		margin: 0 auto;
	}
}



@media (min-width: 1200px) {

	.p-style03-box {
		height: auto !important;
	}

	.p-style03-txt {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 30px !important;
		font-weight: 500;
		color: #CBCB06;
		height: 200px !important;
	}

	.section02-wrap {
		width: 81.7%;
		margin: 0 auto;
	}
	
	.p-home__section {
		margin-top: 80px;
	}
	
	.p-home__section-item-wrap .p-home__section-item {
		margin-top: 60px;
	}
	
	.p-home__section .p-home__section-title h2 {
		text-align: center;
		font-size: 34px;
		font-weight: 500;
	}
	
	.p-home__section .p-home__section-title h3 {
		margin-top: 10px;
		font-size: 22px;
		font-weight: 500;
		text-align: center;
		margin-bottom: 0;
	}
	
	.p-home__section-item-title h2 {
		font-size: 22px;
		line-height: 1.6;
		font-weight: 500;
		margin-bottom: 10px;
	}
	
	.p-home__section-item-title p {
		font-size: 16px;
		line-height: 1.3 !important;
		margin-bottom: 0;
	}
	
	.p-home__section-item .p-home__section-item-body {
		position: relative;
		/* background-color: #F5F5F5; */
		margin-top: 20px;
		padding: 60px 50px 40px;
	}

	.p-home__section-item .item-body-first {
		padding: 60px 50px 50px;
		display: flex;
		justify-content: space-between;
	}
	
	.p-home__section-item .p-home__section-item-inner {
		position: relative;
		background-color: white;
		padding: 0 40px;
		padding-top: 60px;
		padding-bottom: 60px;
		display: flex;
		justify-content: space-between;
		border: 3px solid #2E4D6C;
	}
	
	.p-home__section-item .p-home__section-item-body h3 {
		font-size: 30px;
		font-weight: 600;
		color: white;
		background-color: #0E5CA9;
		width: 292px;
		padding: 8px 0;
		text-align: center;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 34px;
		margin: 0;
		z-index: 1;
	}
	
	.p-home__section-item-body .p-home__section-item-box {
		width: 48%;
	}
	
	.p-home__section-item-body .p-home__section-item-box h4 {
		margin-bottom: 0;
		font-size: 24px;
		color: white;
		text-align: center;
		padding: 15px 0;
	}
	
	.p-home__section-item-body .p-home__section-item-box.box01 h4 {
		background-color: #0E5CA9;
	}
	
	.p-home__section-item-body .p-home__section-item-box.box01 p {
		background-color: #E8F4FF;
		border: 2px solid #0E5CA9;
		padding: 15px;
		height: 200px;
	}
	
	.p-home__section-item-body .p-home__section-item-box.box02 p {
		background-color: #FFFFEB;
		border: 2px solid #CBCB06;
		padding: 15px;
		/* height: 200px; */
		height: fit-content;
	}
	
	.p-home__section-item-body .p-home__section-item-box.box02 h4 {
		background-color: #CBCB06;
	}
	
	.p-home__section-item-body .p-home__section-item-box p {
		font-size: 16px;
		margin-bottom: 0;
	}
	
	.p-home__section-item-inner-title {
		background-color: #2E4D6C;
		width: 480px;
		padding: 15px 0;
		margin: 0 auto;
		margin-top: 30px;
		position: relative;
	}

	.p-home__section-item-inner-title img {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 50%;
	}
	
	.p-home__section-item-inner .p-home__section-item-inner-title p {
		color: white;
		text-align: center;
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 0;
	}
	
	.p-home__section-item-inner .p-home__section-item-inner-title h4 {
		color: white;
		text-align: center;
		font-size: 24px;
		font-weight: 600;
		margin-bottom: 0;
	}

}


.u-c-orange {
	color: #fa4a08;
}

.u-c-blue {
	color: #014d93;
}