@charset "UTF-8";
.text-center {
	text-align: center !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
#global-wrapper .module-inner .address {
	font-weight: bold;
}
#global-content {
	overflow-x: hidden;
	margin-bottom: 0;
}
.device-js-on #global-header::before {
	background: #fff;
}
.device-js-on #global-header header .headerInner .title {
	color: #000;
	text-shadow: none;
}
.device-js-on #global-breadCrumb ul li a {
	color: #000;
	text-shadow: none;
}
.device-js-on #global-breadCrumb ul li h1 {
	text-shadow: none;
}
#global-content .bgimg-link-wrap .bgimg-link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
	width: 100%;
	padding: 8% 8% 8% 8%;
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: 200;
	line-height: 1.4;
	text-align: center;
}
#global-content .bgimg-link-wrap .bgimg-link .title {
	font-size: 35px;
}
#global-content .bgimg-link-wrap .bgimg-link .title .small {
	font-size: 16px;
}

#global-wrapper a.square-link .module-iconBlankM01 {
  margin: 0 0 5px 3px;
  width: 0.9em;
  height: 0.9em;
  vertical-align: middle;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: solid 2px #fff;
}
#global-wrapper a.square-link .module-iconBlankM01:after {
  content: "";
  width: 0.81em;
  height: 0.81em;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: -5px;
  left: -5px;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
}
#global-wrapper .selecter-row .col-md-6.col-selecter {
	text-align: right;
}
#global-wrapper .selecter-row .col-md-6.col-selecter select {
	min-width: 192px;
	border: 1px solid #707070;
	border-radius: 0;
	font-size: 15px;
	padding: 5px 10px;
}
#global-wrapper .module-inner .btn-green {
	display: inline-block;
	min-width: 192px;
	background: #009389;
	border: none;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 10px 15px;
	cursor: pointer;
	transition: 0.3s all;
}
#global-wrapper .module-inner .btn-green:hover {
	opacity: 0.7;
}
#global-wrapper .module-inner .btn-2col > .btn-green {
	margin-right: 10px;
}
#global-wrapper .module-inner .btn-2col > .btn-green + .btn-green {
	margin-left: 10px;
}
@media screen and (max-width: 750px) {
	.device-js-on #global-wrapper .selecter-row .col-md-6,
	.device-js-on #global-wrapper .selecter-row .col-md-6.col-selecter {
		text-align: center;
	}
	#global-wrapper .selecter-row .col-md-6.col-selecter select,
	#global-wrapper .module-inner .btn-green {
		font-size: 100%;
	}
	.device-js-on #global-wrapper .module-inner .btn-2col {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.device-js-on #global-wrapper .module-inner .btn-2col > .btn-green {
		-webkit-appearance: none;
		-moz-appearance: none;
		margin-right: 0;
		margin-bottom: 1em;
		border-radius: 0;
	}
	.device-js-on #global-wrapper .module-inner .btn-2col > .btn-green + .btn-green {
		margin-left: 0;
	}
}

/* フォーム */
#global-wrapper .module-inner .caution {
	font-size: 13px !important;
	font-weight: bold;
}
#global-wrapper .module-inner .caution.font-normal {
	font-weight: 400 !important;
}
#global-wrapper .module-inner .small {
	font-size: 13px !important;
}
#global-wrapper .module-inner .form-table {
	margin-top: 2em;
	margin-bottom: 2em;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	width: 100%;
	font-size: 14px;
}
#global-wrapper .module-inner .form-table tr {
	border-bottom: 1px solid #bbb;
}
#global-wrapper .module-inner .form-table th {
	width: 28%;
	background-color: #efefef;
	border-right: 1px solid #bbb;
	text-align: left;
	font-weight: 200;
	line-height: 1.9;
	vertical-align: top;
	padding: 1em;
}
#global-wrapper .module-inner .form-table td {
	padding: 0.8em;
	vertical-align: middle;
	line-height: 1.9;
	width: 72%;
	font-size: 93%;
}
#global-wrapper .module-inner .form-table .required {
	color: #C00004 !important;
}
#global-wrapper .module-inner .form-table input,
#global-wrapper .module-inner .form-table textarea,
#global-wrapper .module-inner .form-table select {
	display: inline-block;
	max-width: 100%;
	padding: 0.3em 0.2em;
	border: 1px solid #ccc;
}
#global-wrapper .module-inner .form-table .wide-3 {
	width: 45px;
}
#global-wrapper .module-inner .form-table .wide-4 {
	width: 60px;
}
#global-wrapper .module-inner .form-table .wide-5 {
	width: 75px;
}
#global-wrapper .module-inner .form-table .wide-50 {
	width: 50%;
}
#global-wrapper .module-inner .form-table .wide-100 {
	width: 100%;
}
#global-wrapper .module-inner .form-table .aform-ul li + li {
	margin-top: 8px;
}
@media screen and (max-width: 750px) {
	.device-js-on #global-wrapper .module-inner .caution,
	.device-js-on #global-wrapper .module-inner .small {
		font-size: 85% !important;
	}
	.device-js-on #global-wrapper .module-inner .form-table {
		font-size: 90%;
	}
	.device-js-on #global-wrapper .module-inner .form-table th,
	.device-js-on #global-wrapper .module-inner .form-table td {
		display: block;
		width: 100%;
	}
	.device-js-on #global-wrapper .module-inner .form-table th {
		padding: 0.8em;
		border-bottom: 1px solid #bbb;
		border-right: none;
	}
	.device-js-on #global-wrapper .module-inner .form-table input,
	.device-js-on #global-wrapper .module-inner .form-table textarea,
	.device-js-on #global-wrapper .module-inner .form-table select {
		font-size: 90%;
	}
	.device-js-on #global-wrapper .module-inner .form-table .wide-3,
	.device-js-on #global-wrapper .module-inner .form-table .wide-4,
	.device-js-on #global-wrapper .module-inner .form-table .wide-5 {
		width: 100%;
		max-width: 80px;
	}
	.device-js-on #global-wrapper .module-inner .form-table .wide-50,
	.device-js-on #global-wrapper .module-inner .form-table .wide-100 {
		width: 100%;
	}
	#global-wrapper .module-inner .form-table .aform-ul li + li {
		margin-top: 8px;
	}
}