@charset "UTF-8";
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
header {
	background-color: #fff;
}

.header {
	height: 90px;
	position: relative;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	box-sizing: border-box;
}

.header .logo {
	margin: 0;
	margin-top: -5px;
	height: 40px;
}

.header .logo img {
	display: block;
	max-height: 100%;
}

.header .home_btn .text {
	padding-left: .3em;
}

@media screen and (max-width: 767px) {
	.header {
		height: auto;
		min-height: 60px;
	}
	.header .logo {
		height: 30px;
		margin-top: 7px;
		width: 250px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 575px) {
	.header .logo {
		max-width: 250px;
	}
	.header .home_btn .text {
		display: none;
	}
}

.title_area {
	background-color: #98d000;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: start;
	    align-items: flex-start;
	min-height: 90px;
}

@media screen and (max-width: 767px) {
	.title_area {
		min-height: 50px;
	}
}

.title_area__title {
	color: #fff;
	font-size: 2rem;
	display: block;
	text-align: center;
	line-height: 1.4em;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .4em;
}

@media screen and (max-width: 767px) {
	.title_area__title {
		font-size: 1.3rem;
		padding-top: .5em;
		padding-bottom: .5em;
	}
}

@media screen and (max-width: 575px) {
	.title_area__title {
		text-align: left;
		font-size: 1.15rem;
	}
}

.form_item_area__row {
	margin-bottom: 2rem;
}

.html_text {
	line-height: 2em;
}

@media screen and (max-width: 767px) {
	.html_text {
		line-height: 1.7em;
	}
}

.footer_area {
	background-color: #f2f2f2;
}

.footer {
	text-align: center;
	color: #455a64;
	padding-top: 2em;
	padding-bottom: 2em;
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.footer {
		margin-top: 20px;
		padding-top: 1em;
		padding-bottom: 1em;
	}
}

.footer__logo {
	font-size: 2rem;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
	.footer__logo {
		font-size: 1.1rem;
	}
}

.footer__copyright {
	font-size: .8rem;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
	.footer__copyright {
		font-size: .7rem;
	}
}

.btn-back {
	color: #455a64;
	background-color: #e7e7e7;
	border-color: #e7e7e7;
	font-weight: bold;
}

.btn-back:hover {
	color: #ffffff;
	background-color: #98d000;
	border-color: #98d000;
}

.btn-back:not(:disabled):not(.disabled):active, .btn-back:not(:disabled):not(.disabled).active,
.show > .btn-back.dropdown-toggle {
	color: #ffffff;
	background-color: #98d000;
	border-color: #98d000;
}

.btn-back:not(:disabled):not(.disabled):active:focus, .btn-back:not(:disabled):not(.disabled).active:focus,
.show > .btn-back.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-submit {
	color: #455a64;
	background-color: #e7e7e7;
	border-color: #e7e7e7;
	font-weight: bold;
}

.btn-submit:hover {
	color: #ffffff;
	background-color: #98d000;
	border-color: #98d000;
}

.btn-submit:not(:disabled):not(.disabled):active, .btn-submit:not(:disabled):not(.disabled).active,
.show > .btn-submit.dropdown-toggle {
	color: #ffffff;
	background-color: #98d000;
	border-color: #98d000;
}

.btn-submit:not(:disabled):not(.disabled):active:focus, .btn-submit:not(:disabled):not(.disabled).active:focus,
.btn-submit .show > .btn-submit.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-submit-02 {
	color: #ffffff;
	background-color: #98d000;
	border-color: #98d000;
	font-weight: bold;
}

.btn-submit-02:hover {
	color: #98d000;
	background-color: #ffffff;
	border-color: #98d000;
}

.btn-submit-02:not(:disabled):not(.disabled):active, .btn-submit-02:not(:disabled):not(.disabled).active,
.show > .btn-submit-02.dropdown-toggle {
	color: #98d000;
	background-color: #ffffff;
	border-color: #98d000;
}

.btn-submit-02:not(:disabled):not(.disabled):active:focus, .btn-submit-02:not(:disabled):not(.disabled).active:focus,
.show > .btn-submit-02.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/*確認画面*/
.reply {
	border-bottom: 1px dotted #e5e5e5;
	padding: 0 0 15px;
	margin: 0 0 15px;
}

.query-title {
	color: #86AA27;
	font-weight: 600;
}

/*必須*/
.invalid-feedback-custom {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 75%;
	color: #ffffff;
	background: #dc3545;
	padding: 2px 6px;
	border-radius: 8px;
}

.was-validated :invalid ~ .invalid-feedback-custom,
.is-invalid ~ .invalid-feedback-custom {
	display: block;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback-custom,
.form-check-input.is-invalid ~ .invalid-feedback-custom {
	display: block;
}

@media (min-width: 576px) {
	.d-sm-inlineblock {
		display: inline-block;
	}
}

.html_text h1,
.html_text h2,
.html_text h3,
.html_text h4
h5,
.html_text h6 {
	margin-bottom: 1em;
}

.container,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: none;
}

.on_opacity:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

.pdf::after,
.icon_pdf::after {
	content: '';
	display: inline-block;
	background: url("../img/icon/pdf.png") 0 center no-repeat transparent;
	background-size: 20px 22px;
	width: 20px;
	height: 22px;
	margin-left: 5px;
	position: relative;
	top: .3em;
	left: 0;
	margin-top: -1em;
}

.out::after,
.ext::after,
.outlink::after,
.icon_out::after,
.icon_ext::after {
	content: '';
	display: inline-block;
	background: url("../img/icon/ext.png") 0 center no-repeat transparent;
	background-size: 17px 20px;
	width: 17px;
	height: 20px;
	position: relative;
	top: .3em;
	margin-left: 0px;
	margin-top: -10px;
}

/*# sourceMappingURL=common.css.map */
