@charset "UTF-8";
/* --------------------------------------------------
 * LAYOUT
 * -------------------------------------------------- */
.l-contact .c-input {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 7.5px 5px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
.l-contact .c-input:focus {
  border-color: #6785d5;
  box-shadow: inset 0 0 1px 1px #6785d5;
}
.l-contact .c-textarea {
  font-size: 14px;
  font-size: 1.4rem;
  height: 200px;
  padding: 3px 7.5px 5px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
.l-contact .c-textarea:focus {
  border-color: #6785d5;
  box-shadow: inset 0 0 1px 1px #6785d5;
}
.l-contact .c-radio {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
}
.l-contact .c-radio-label {
  padding: 2.5px 0 2.5px 25px;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .l-contact .c-radio-label {
    cursor: pointer;
  }
}
.l-contact .c-radio-label:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 2px solid #ddd;
  background: #fff;
  border-radius: 50%;
}
.l-contact .c-radio[type="radio"]:checked + label {
  color: #6785d5;
}
.l-contact .c-radio[type="radio"]:checked + label:before {
  border-color: #6785d5;
}
.l-contact .c-radio[type="radio"]:checked + label:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #6785d5;
}
.l-contact .c-select {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 7.5px 5px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
.l-contact .c-select:focus {
  border-color: #6785d5;
  box-shadow: inset 0 0 1px 1px #6785d5;
}
@media screen and (min-width: 769px) {
  .l-contact .c-select {
    cursor: pointer;
  }
}
.l-contact .is-size_large {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-contact .is-size_large {
    width: 525px;
  }
}
.l-contact .is-size_middle {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-contact .is-size_middle {
    width: 175px;
  }
}
.l-contact .is-size_small {
  width: 75px;
}
@media screen and (min-width: 769px) {
  .l-contact .is-size_small {
    width: 75px;
  }
}
.l-contact .is-spacer {
  text-align: center;
  width: 10px;
}
@media screen and (min-width: 769px) {
  .l-contact .is-spacer {
    display: table-cell;
  }
}
.l-contact .is-sideMargin {
  padding: 0 5px;
}
.l-contact-main {
  margin: 0 0 40px;
}
.l-contact-main-text {
  text-align: center;
}
.l-contact-main .required {
  font-family: "Crimson Text", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
  color: #aa0000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  vertical-align: -.075em;
}
.l-contact-list_form {
  display: block;
}
.l-contact-list {
  width: 100%;
  border-top: 1px solid #646e78;
  border-bottom: 1px solid #646e78;
}
.l-contact-list-parent {
  padding-bottom: 30px;
  display: block;
}
@media screen and (min-width: 769px) {
  .l-contact-list-parent {
    padding-bottom: 0;
    display: table-row;
  }
}
.l-contact-list-title {
  text-align: left;
  vertical-align: middle;
  padding: 10px 0 5px;
  display: block;
  border-top: 1px solid #646e78;
  position: relative;
}
.l-contact-list-title .colorRed {
  color: #aa0000;
}
@media screen and (min-width: 769px) {
  .l-contact-list-title {
    vertical-align: middle;
    width: 25%;
    padding: 15px 0;
    display: table-cell;
    border-top-style: dashed;
  }
}
.l-contact-list-input {
  display: block;
}
@media screen and (min-width: 769px) {
  .l-contact-list-input {
    padding: 15px 0;
    display: table-cell;
    border-top: 1px dashed #646e78;
    word-break: break-all;
    position:relative;
  }

}
.l-contact-list-child {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-contact-list-child {
    width: auto;
  }
}
.l-contact-list-child-item {
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 3px;
  display: block;
}
@media screen and (min-width: 769px) {
  .l-contact-list-child-item {
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 5px;
    padding-bottom: 0;
    display: table-cell;
  }
}
.l-contact-list-child-item.blockNone {
  display: table-cell;
}
.l-contact-list-child.widthNone {
  width: auto;
}
.l-contact-button {
  text-align: center;
  padding: 15px 0 30px;
}
.l-contact-button-item {
  color: #6785d5;
  font-weight: 700;
  width: 100%;
  margin: 0 0 15px;
  padding: 10px 25px 10px 15px;
  border: 2px solid #6785d5;
  background: #fff url(/assets/img/global/arrow_paleblue_02.svg) no-repeat right 5px top 50%;
  background-size: 25px 25px;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
@media screen and (min-width: 769px) {
  .l-contact-button-item {
    width: 300px;
    margin: 0 10px;
    cursor: pointer;
  }
  .no-touch .l-contact-button-item:hover {
    color: #fff;
    background: #6785d5 url(/assets/img/global/arrow_white_02.svg) no-repeat right 5px top 50%;
    background-size: 25px 25px;
  }
}
.l-contact-button-item_return {
  color: #333;
  font-weight: 700;
  width: 100%;
  margin: 0 0 15px;
  padding: 10px 25px 10px 15px;
  border: 2px solid #333;
  background: #fff url(/assets/img/global/arrow_gray_02_return.svg) no-repeat left 5px top 50%;
  background-size: 25px 25px;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
@media screen and (min-width: 769px) {
  .l-contact-button-item_return {
    width: 300px;
    margin: 0 10px;
    cursor: pointer;
  }
  .no-touch .l-contact-button-item_return:hover {
    color: #000;
    background: #ccc url(/assets/img/global/arrow_gray_02_return.svg) no-repeat left 5px top 50%;
    background-size: 25px 25px;
  }
}
.l-contact-privacy_link {
  text-align: center;
}

.is-required .l-contact-list-title:before {
  content: '＊';
  font-family: "Crimson Text", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
  color: #aa0000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: .85em;
  right: 0;
}
@media screen and (min-width: 769px) {
  .is-required .l-contact-list-title:before {
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-32.5%);
    -moz-transform: translateY(-32.5%);
    transform: translateY(-32.5%);
  }
}
@media screen and (min-width: 769px) {
  .is-height_setting-A .l-contact-list-title:before {
    top: 68px;
  }
}
@media screen and (min-width: 769px) {
  .is-height_setting-B .l-contact-list-title:before {
    top: 115px;
  }
}
.is-thanks {
  padding: 20px 0;
  border: 1px solid #ccc;
}
@media screen and (min-width: 769px) {
  .is-thanks {
    margin: 0 100px;
  }
}
.is-thanks .tel {
  font-family: "Crimson Text", serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  display: block;
  padding: 10px 0 0;
}
@media screen and (min-width: 769px) {
  .is-thanks .tel {
    font-size: 40px;
    font-size: 4rem;
  }
}

#contact .g-header {
  position: absolute;
}
#contact .g-header #wrapper {
  padding-top: 0;
}

.err_fd {
  background-color: red;
  border-radius: 3px;
  position: relative;
  display: none;
  color: #FFFFFF;
  padding: 5px;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.err_fd:after {
  border: 10px solid transparent;
  border-bottom-color: red;
  border-top-width: 0;
  top: -8px;
  content: "";
  display: block;
  left: 20px;
  position: absolute;
  width: 0;
}




/* 20181009 */
.l-contact-button {
	padding-top: 60px;
	padding-bottom: 15px;
}

.c-agree-select {
	line-height: 1;
}

.l-contact .c-agree-select  .c-radio-label {
	padding-top: 0;
}

.c-agree-select input[type="radio"] {
	vertical-align: 0;
}

.l-contact .c-radio-label {
	margin: 0 5px;
}

.l-contact-button-item.disabled {
	color: #666;
	border-color: #666;
	background: #fff url(/assets/img/global/arrow_paleblue_02.svg) no-repeat right 5px top 50% / 25px 25px;
	opacity: .25;
	cursor: default;
}

.l-contact-button-item.disabled:hover {
	color: #666;
	background: #fff url(/assets/img/global/arrow_paleblue_02.svg) no-repeat right 5px top 50% / 25px 25px;
}

.l-contact-privacy_link {
	text-align: left;
	margin: 0;
	padding: 10px 0 0;
}

.l-contact-privacy_link .u-icon-window:before {
	display: none;
}

.l-contact-privacy_link .u-icon-window:after {
	content: '';
	vertical-align: -.15em;
	width: 14px;
	height: 14px;
	margin-right: 7px;
	display: inline-block;
	background: url(/assets/img/global/icon_window.svg) no-repeat;
	background-size: cover;
}

.c-main-ir-button {
	text-align: center;
}

.c-main-ir-button .e-link {
	color: #6785d5;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 10px 35px 10px 15px;
	display: inline-block;
	border: 2px solid #6785d5;
	position: relative;
}

.c-main-ir-button .e-link:after {
	content: '';
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url(/assets/img/global/arrow_paleblue_02.svg) no-repeat center;
	background-size: 25px 25px;
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.no-touch .c-main-ir-button .e-link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #6785d5;
	opacity: 1;
	filter: none;
}

.no-touch .c-main-ir-button .e-link:hover:after {
	background-image: url(/assets/img/global/arrow_white_02.svg);
}




@media screen and (max-width: 769px) {
	.c-agree-select {
		padding: 10px 0 0;
	}
}




/* 20210125 */
.tips{
  font-size: 1.2rem;
  position:absolute;
  left: 212px;
  top: 20px;
  color: #757575;
}

