@charset "utf-8";
/* CSS Document */

/*///////// フォーム //////////*/
.sec1 .container {
	max-width: 900px !important;
}

.required {
	content: "";
	color: #fff;
	background-color: #e80000;
	padding: 0 0.25rem;
	margin-left: 0.25rem;
	font-size: 0.75rem;
	text-align: center;
}

#Form .col-form-label {
  margin-top: 0.5rem;
}

#Form .border-bottom {
  border-color: #cccccc !important;
}

#Form .form-control,
#Form .form-select {
  border-radius: 0;
  border-color: #b3b3b3 !important;
}
#Form .form-control.readonly,
#Form .form-control.preview,
#Form .form-select.readonly {
  border-color: transparent !important;
}

#Form .form-check {
  display: flex;
  align-items: center;
}

#Form .form-check .form-check-input {
  margin-right: 0.5rem;
}

#Form .form-check + .form-check {
  margin-top: 1rem;
}

#Form .small {
  font-size: 0.7rem !important;
}

#Form .btn {
	color: #fff;
	background-color: #666666;
	border-radius: 0;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#Form .btn:hover {
	background-color: #A9DAFA;
	transition-duration: 0.3s;
	transition-property: all;
}

@media (min-width: 768px) {
  #Form .col-form-label {
    margin-top: 0;
    background-color: #f2f2f2;
  }

  #Form .form-check + .form-check {
    margin-top: 0;
    margin-left: 2rem;
  }
}

@media (max-width: 767px) {
	section {
		margin-bottom: 40px !important;
	}
}

@media (min-width: 768px) {
	form {
		font-size: 0.95rem !important;
	}
}

@media (min-width: 576px) {
	#Form .btn {
		width: 240px;
	}	
}


/*///////// バナー //////////*/
.balloon {
	position: relative;
	display: inline-block;
	margin-bottom: 1.5rem;	
	padding: 7px 10px;
	max-width: 100%;
	background: #FFF;
	border: solid 2px #0071bb;
}

.balloon:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -13px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}

.balloon:after {
	content: "";
	position: absolute;
	bottom: -29px;
	left: 50%;
	margin-left: -15px;
	border: 14px solid transparent;
	border-top: 14px solid #0071bb;
	z-index: 1;
}

.balloon p {
	margin: 0;
	padding: 0.5rem;
	line-height: 1.6em;
}

.banner {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}

.banner .cap {
	color: #222;
	font-size: 0.85rem;
	line-height: 1.6em;
	text-align: center;
}

.banner .cap span {
	font-size: 1.1rem;
}

.img01 {
	width: 30%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 576px) {
	.img01 {
		width: 130px;
	}
}

@media (min-width: 768px) {
	.balloon-left {
		position: relative;
		display: inline-block;
		margin: 1.5em 0 1.5em 15px;
		padding: 7px 10px;
		margin-right: 6%;
		max-width: 100%;
		background: #FFF;
		border: solid 2px #0071bb;
	}

	.balloon-left:before {
		content: "";
		position: absolute;
		top: 50%;
		left: -24px;
		margin-top: -12px;
		border: 12px solid transparent;
		border-right: 12px solid #FFF;
		z-index: 2;
	}

	.balloon-left:after {
		content: "";
		position: absolute;
		top: 50%;
		left: -29px;
		margin-top: -14px;
		border: 14px solid transparent;
		border-right: 14px solid #0071bb;
		z-index: 1;
	}
	
	.balloon-left p {
		padding: 1.25rem;
		margin-bottom: 0;
	}
	
	.img01 {
		width: 120px;
	}
	
	.banner .cap {
		font-size: 0.8rem;
	}

	.banner .cap span {
		font-size: 1.0rem;
	}	
}