.l-global-nav ul > li:nth-child(3) a {
    width: 15.1rem;
}
.l-global-nav ul > li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #1a1a1a;
    width: 9.9625rem;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    font-weight: bold;
}
.c-contact-head {
  text-align: center;
}

.c-contact-head p {
  font-size: 1.125rem;
  font-weight: bold;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-contact-head p {
    font-size: 1rem;
  }
}

.c-contact-head__arrow {
  font-size: 2.5rem;
  color: #1EA7D9;
  line-height: 1;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-contact-head__arrow {
    font-size: 1.875rem;
  }
}

.c-contact-head__tel {
  padding-top: 0.5rem;
  padding-bottom: 1.125rem;
}

.c-contact-head__tel a {
  text-decoration: none;
  font-size: 2.5rem;
  font-family: 'Quicksand', sans-serif;
  position: relative;
  line-height: 0.8;
  display: inline-block;
  padding-left: 3rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-contact-head__tel a {
    font-size: 2.375rem;
    padding-left: 2.625rem;
  }
}

.c-contact-head__tel a img {
  width: 42px;
  position: absolute;
  top: 4px;
  left: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-contact-head__tel a img {
    width: 2.3125rem;
    top: 3px;
  }
}

input[type="number"],
input[type="text"],
input[type="url"],
input[type="search"],
input[type="email"],
input[type="tel"] {
  font-size: 16px;
  line-height: 1.8;
  border: none;
  padding: 10px 16px;
  max-width: 100%;
  width: 100%;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-color: rgba(50, 50, 50, 0.1);
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  input[type="number"],
  input[type="text"],
  input[type="url"],
  input[type="search"],
  input[type="email"],
  input[type="tel"] {
    border: 1px solid rgba(50, 50, 50, 0.1);
  }
}

input[type="number"]:focus, input[type="number"]:active,
input[type="text"]:focus,
input[type="text"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="tel"]:focus,
input[type="tel"]:active {
  background-color: #fff;
  outline: none;
  box-shadow: inset 0 0 0px 2px #1EA7D9;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  input[type="number"]:focus, input[type="number"]:active,
  input[type="text"]:focus,
  input[type="text"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active {
    border-color: #1EA7D9;
  }
}

textarea {
  border: none;
  font-size: 16px;
  width: 100%;
  padding: 16px 8px;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-color: rgba(50, 50, 50, 0.1);
  padding: 12px 16px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  textarea {
    border: 1px solid rgba(50, 50, 50, 0.1);
  }
}

textarea:focus, textarea:active {
  background-color: #fff;
  outline: none;
  box-shadow: inset 0 0 0px 2px #1EA7D9;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  textarea:focus, textarea:active {
    border-color: #1EA7D9;
  }
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  display: inline;
}

input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

select {
  text-transform: none;
  display: block;
  width: 18.75rem;
  height: 48px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  select {
    width: 100%;
  }
}

/*  プレイスホルダーの色変更 */
:placeholder-shown {
  color: #9FA0A0;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #9FA0A0;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #9FA0A0;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #9FA0A0;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #9FA0A0;
}

.c-label.is-sm {
  font-size: 0.64rem;
}

.c-label.is-required {
  background-color: #1EA7D9;
  border-radius: 2px;
}
.c-form {
	border-top: none;
	border-bottom: none;
	margin: 0 auto;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form {
		width: 100%;
		border-bottom: none;
		padding-left: 16px;
		padding-right: 16px;
	}
}

.c-form-block {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #E3E8E8;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block {
		border-bottom: 1px dotted #ccc;
		padding-top: 0.875rem;
		padding-bottom: 1rem;
		font-size: 0.875rem;
	}
}

.c-form-block__title {
	float: left;
	width: 17.125rem;
	position: relative;
	padding-top: 0.625rem;
	font-weight: bold;
	padding-left: 30px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__title {
		width: 100%;
		float: none;
		padding-bottom: 0.25rem;
		padding-top: 0;
		font-size: 16px;
		padding-left: 0;
	}
}

.c-form-block__title .c-label {
	float: right;
	margin-top: 0px;
	font-size: 14px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__title .c-label {
		margin-left: 0;
	}
}

.c-form-block__content {
	margin-left: 40px;
	position: relative;
	width: 68%;
}

.c-form-block__content.is-full {
	margin-left: 0;
	text-align: center;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__content {
		margin-left: 0;
	}
}

.c-form-block__content textarea {
	min-height: 200px;
}

.c-form-block__content label {
	margin-bottom: 5px;
	font-weight: bold;
	display: inline;
}

.c-form-block__content p {
	margin-top: 8px;
	font-size: 0.9em;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__content {
		width: 100%;
		float: none;
	}
}

.c-form-block__radio {
	padding-top: 0.4375rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__radio span {
		display: block;
		padding: 4px 0;
	}
}

.c-form-block__radio label {
	display: inline-block;
	margin-right: 80px;
	margin-left: 4px;
	font-weight: normal;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__radio label {
		margin-right: 0;
	}
}

.c-form-block__text {
	margin-right: 0.75rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__text {
		position: absolute;
		top: 12px;
		left: 0;
	}
}

.c-form-block__select.is-sm {
	width: 11.25rem;
	display: inline-block;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__select.is-sm {
		width: 100%;
	}
}

.c-form-block__input.is-xxxs {
	width: 6.25rem;
	margin-right: 0.5rem;
	margin-left: 1rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__input.is-xxxs {
		width: 30%;
		margin-right: 1%;
		margin-left: 0;
	}
}

.c-form-block__input.is-xxs {
	width: 8.75rem;
	margin-right: 0.5rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__input.is-xxs {
		width: 50%;
		margin-right: 1%;
		margin-left: 0;
		margin-bottom: 0.5rem;
	}
}

.c-form-block__input.is-xs {
	width: 12.5rem;
	margin-right: 0.75rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__input.is-xs {
		width: 55%;
		margin-right: 1%;
	}
}

.c-form-block__input.is-sm {
	width: 25rem;
	margin-right: 0.75rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__input.is-sm {
		width: 50%;
		margin-right: 1%;
	}
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
	.c-form-block__input.is-school {
		width: 100%;
		margin-bottom: 0.5rem;
	}
}

.decision_content,
.still_content,
.at_school_content,
.check-form_content {
	display: none;
}

.decision_content.is-open,
.still_content.is-open,
.at_school_content.is-open,
.check-form_content.is-open {
	display: block;
}

.c-form-block__check,
.c-form-block__content {
	position: relative;
	padding-bottom: 14px;
}

label.c-errortooltip {
	background: #dd5a00;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	padding: 2px 8px;
	position: absolute;
	bottom: -18px;
	left: 0px;
	border-radius: 2px;
}

label.c-errortooltip:before {
	content: "\f071";
	font-family: FontAwesome;
	margin-right: 4px;
}

input.c-errortooltip,
textarea.c-errortooltip {
	background: #ffdede;
}

.c-message.is-danger h4 {
	margin-top: 0;
}

.c-form-block__check.is-terms {
	max-width: 370px;
	margin-right: auto;
	margin-left: auto;
}

@media(max-width: 640px){
	.u-text-left-sm {
		text-align: left !important;
	}
	.heading.is-lg.u-text-center {
		font-size: 20px;
		text-align: left !important;
	}
}
