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

/*----------------------------------

見出し・テキスト

----------------------------------*/
.heading-2 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 1.5em;
	padding-left: .75em;
	position: relative;
	line-height: 1.4;
}
.heading-2::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: .25em;
	height: 100%;
	background: #005bac;
	-webkit-transform: skewY(-20deg);
	transform: skewY(-20deg);
}
.container p:not(:last-child) {
	margin-bottom: 1em;
}

/*　リンクボタン　*/
.link-btn-l a {
	display: inline-block;
	text-align: center;
	padding: .75em;
	font-size: 1.8rem;
	font-weight: bold;
	background-color: #000;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	z-index: 0;
	color: #fff;
	box-sizing: border-box;
	border-radius: .25em;
}
.link-btn-l a::after {
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	transition-duration: 0.3s;
	transform-origin: bottom left;
	box-sizing: border-box;
	background-color: #005bac;
	content: '';
	position: absolute;
	z-index: -1;
}
.link-btn-l a:hover::after {
    height: 100%;
    width: 100%;
}
.link-btn-l a span.arrow::after {
	display: inline-block;
	margin-left: .5em;
	content: "";
	vertical-align: middle;
	width: .5em;
	height: .5em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
.heading-2 {
	font-size: 2.6rem;
	margin-bottom: 1em;
}
.link-btn-l a {
	font-size: 1.8rem;
}
}


/*----------------------------------

コンテンツ

----------------------------------*/
.title-page {
	background: linear-gradient(0deg, #00437F 0, #111111 100%);
	margin-bottom: calc(50px + 2.5vw);
	position: relative;
}
.heading-1 {
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 300px;
	position: relative;
}
.heading-1 h2 {
	font-size: 3.4rem;
	font-weight: bold;
}
/*
.heading-1 h2 > span {
	display: block;
	font-size: 1.8rem;
}
*/
.heading-1 p:first-of-type {
	margin-top: .5em;
}
#main {
	background: #fff;
	color: #000;
	font-size: 1.5rem;
	padding-bottom: 0;
}
#main img {
	width: 100%;
}
#main > .container {
	padding-top: 75px;
	margin-top: -75px;
}
.container-inner {
	width: 100%;
	max-width: 1236px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.8rem;
	padding-left: 1.8rem;
	position: relative;
}
#main > .container {
	padding-bottom: calc(50px + 6vw);
}


@media only screen and (max-width: 767px) {
	main .pc-only {
		display: none;
	}
	.title-page {
		margin-bottom: 40px;
	}

	.heading-1 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 0;
		width: 100% !important;
	}
	.heading-1 h2 {
		font-size: 2.6rem;
		font-weight: bold;
	}
	#main {
		min-width: inherit;
	}
#main > .container {
		padding-top: 56px;
		margin-top: -56px;
}
	.container-inner {
		width: 100%;
		padding-right: 1.4rem;
    padding-left: 1.4rem;
	}
	#main > .container {
		padding-bottom: 60px;
	}
	#main > .container:last-child {
		padding-bottom: 40px;
	}
}

/*----------------------------------

お問い合わせ

----------------------------------*/
body.inquiry-body {
  display: flex;
	flex-direction: column;
	justify-content: space-between;
}
body.inquiry-body main {
	height: calc(100vh - 325px);
  min-height: 560px;
}
.inquiry-body .bread  {
	margin-top: auto;
}
/*ページタイトル*/
.inquiry .heading-1{
  height: 11vw;
  min-height: 150px;
  max-height: 200px;
}
.title-page.inquiry {
	background-position: right top;
	background-repeat: no-repeat;
}
.inquiry-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.inquiry-wrap .link-btn-l {
	width: calc(100% / 2 - 1em);
	margin-bottom: 2em;
}

.inquiry-wrap .link-btn-l:nth-child(n+3) {
	margin-bottom: 0;
}
.inquiry-wrap .link-btn-l:nth-child(odd) {
	margin-right: 2em;
}
.inquiry-wrap a .link_blank:after {
    background: url(/smart/common_img/icon_blank_blue.png) no-repeat;
	background-size: contain;
}
.inquiry-wrap a:hover .link_blank:after {
    background: url(/smart/common_img/icon_blank.png) no-repeat;
	background-size: contain;
}
.inquiry-wrap .link-btn-l a {
	font-size: 1.8rem;
	text-align: center;
    font-weight: bold;
    border: 1px solid #005bac;
    background-color: #fff;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    z-index: 0;
    color: #005bac;
    box-sizing: border-box;
    border-radius: .25em;
    width: 100%;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: .5em;
}
.inquiry-wrap .link-btn-l a:hover {
	color: #fff;
}
@media only screen and (max-width: 767px) {
  
body.inquiry-body main {
min-height: 660px;
}
.inquiry-wrap {
	display: block;
}
.inquiry-wrap .link-btn-l {
	width: 100%;
	margin-bottom: 1em;
}
.inquiry-wrap .link-btn-l:nth-child(n+3) {
	margin-bottom: 1em;
}
.inquiry-wrap .link-btn-l:last-child {
	margin-bottom: 0;
}
.inquiry-wrap .link-btn-l:nth-child(odd) {
	margin-right: 0;
}
.inquiry-wrap .link-btn-l a {
  min-height: 60px;
}

}

/*----------------------------------

フォーム

----------------------------------*/
.heading-2.inquiry-ttl {
  font-size: 2rem;
	margin:0 auto 1em;
  max-width: 1050px;
}

.heading-form-end h3 {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	margin: 2em 0 1em;
}
	.heading-form-end p {
		text-align: center;
	}

@media only screen and (min-width: 768px) {
.form-flow {
	display: flex;
	margin-bottom: 2em;
}
.form-flow li {
	width: calc((100% - 2em) / 3);
	background: #f6f6f6;
	padding: .75em .5em;
	font-size: 2.2rem;
	font-weight: bold;
	color: #888;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	line-height: 1;
  flex-wrap: wrap;
}
.form-flow li:not(:last-child) {
	margin-right: 1em;
}
.form-flow li:not(:first-child)::before,
.form-flow li:not(:last-child)::after {
  content:'';
  position:absolute;
  top: 0;
  bottom: 0;
  width: 1em;
  background: #f6f6f6;
  transform: skew(-15deg);
}
.form-flow li::before {
	left: -.4em;
}
.form-flow li::after {
	right: -.4em;
}
.form-flow li.active:not(:first-child)::before,
.form-flow li.active:not(:last-child)::after {
  content:'';
  position:absolute;
  top: 0;
  bottom: 0;
  right: -.5em;
  width: 1em;
	background: #005bac;
  transform: skew(-15deg);
}
span.form-step {
    display: inline-block;
    margin-right: 1em;
    padding: .25em .5em;
    font-size: 1.5rem;
    background: #ccc;
    color: #fff;
}
.form-flow li.active {
	background: #005bac;
	color: #fff;
}
.form-flow li.active span.form-step {
	background: #fff;
	color: #005bac;
}
.form-step-sp {
	display: none;
}
.lead {
	font-size: 1.8rem;
}
}
@media only screen and (max-width: 767px) {
	.heading-form-end h3 {
		font-size: 2.4rem;
	}
	.heading-form-end p {
		text-align: left;
	}
.form-flow {
	margin-bottom: 2em;
	}
	.form-flow li {
font-size: 2rem;
	display: flex;
	align-items: center;
    color: #005bac;
		border: 1px solid #005bac;
		border-radius: 2em;
}
.form-flow li.sp_none {
	display: none;
}
span.form-step {
    display: inline-block;
    margin-right: 1em;
    font-size: 1.6rem;
}
.form-step-sp {
	background: #005bac;
	color: #fff;
	font-size: 2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-right: .5em;
}
.lead {
	font-size: 1.6rem;
}
	.table-form col,
	.table-form tbody,
	.table-form tr,
	.table-form th,
	.table-form td {
    display: block;
    width: 100% !important;
		border: none !important;
}
	.table-form th {
		padding: .5em !important;
	}
	.table-form td {
		padding: 1em .5em !important;
	}
}

.wrap-form {
	margin:0 auto;
  max-width: 1050px;
}
.col-form {
	margin:0 auto 60px;
}
.col-confirm {
	border: 1px solid #ccc;
}
.col-confirm__contents {
	padding: 20px;
}
.col-confirm__contents a {
	color: #005bac;
}
.col-confirm__contents a:hover {
	text-decoration: underline;
}
.col-confirm__check {
	background: #f6f6f6;
	font-weight: bold;
	font-size: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}
.g-recaptcha > div {
  margin: 2em auto 0;
}
.table-form {
	width: 100%;
}
.table-form th,
.table-form td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1em;
}
.table-form th {
	background: #f6f6f6;
	font-weight: bold;
}
.heading-form-item {
	display: flex;
	align-items: center;
}
.heading-form-item__label {
  flex-basis: 100%;
  text-align: left;
}
.js-form-submit__required .heading-form-item__label {
  flex-basis: calc(100% - 70px);
}
.form-required {
	color: #e60020;
	border: 1px solid #e60020;
	background: #fff;
	line-height: 1;
	padding: .2em .25em;
	font-size: 1.3rem;
	font-weight: normal;
  width: 64px;
  margin-left: .5em;
}
.lead > .form-required {
  margin-left: 0;
  margin-right: .25em;
}
form input:not([type="checkbox"]):not([type="radio"]), 
form textarea,
form select {
	border: 1px solid #999;
	padding: .4em .75em;
	width: 100%;
}
form select {
appearance: none; /* デフォルトのスタイルを無効 */
	cursor: pointer;
}
.radio-inquiry,
.check-inquiry {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.radio-inquiry label,
.check-inquiry label {
  margin-right: 2em;
  margin-bottom: 10px;
  display: inline-block;
}
.radio-inquiry label:last-child,
.check-inquiry label:last-child {
  margin-right: auto;
}
.radio-inquiry input[type=radio],
.check-inquiry input[type=checkbox] {
    display: none;
}
.radio-inquiry label > span,
.check-inquiry label > span {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 30px;
    position: relative;
    width: auto;
}
.radio-inquiry label > span::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 20px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
}
.radio-inquiry label > span::after {
    background: #005aaa;
    border-radius: 50%;
    content: '';
    display: block;
    height: 14px;
    left: 3px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale3d(.3,.3,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 14px;
}
.check-inquiry label > span::before {
    background: #fff;
    border: 1px solid #ccc;
    content: '';
    display: block;
    height: 20px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: .75em;
    width: 20px;
}
.check-inquiry label > span::after {
    border-right: 2px solid #005aaa;
    border-bottom: 2px solid #005aaa;
    content: '';
    display: block;
    height: 14px;
    left: 6px;
    margin-top: -9px;
    opacity: 0;
    position: absolute;
    top: .75em;
    transform: rotate(45deg);
    width: 8px;
}
.radio-inquiry input[type=radio]:checked  + span::before,
.check-inquiry input[type=checkbox]:checked  + span::before {
    border-color: #005aaa;
}
.radio-inquiry input[type=radio]:checked  +span::after {
    opacity: 1;
    transform: scale3d(1,1,1);
}
.check-inquiry input[type=checkbox]:checked  +span::after {
    opacity: 1;
}
@media all and (-ms-high-contrast: none) {
  /* IEのみ */
.radio-inquiry {
  display: block;
}
.radio-inquiry label {
  width: 180px;
}
}
.radio-inquiry .radio-input {
  display: inline-block;
  margin-right: 5px;
}

.form-select__inner,
.form-post__input {
	width: 50%;
	position: relative;
}
.form-select__inner::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin: -8px 0 0 0;
    border-right: 2px solid #005aaa;
    border-bottom: 2px solid #005aaa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    pointer-events: none;
    content: "";
}
.list-dot li {
    position: relative;
    padding-left: 1em;
}
.list-dot li:not(:last-child) {
    margin-bottom: .25em;
}
.list-dot li::before {
    content: '';
    border-radius: 50%;
    width: .5em;
    height: .5em;
    display: inline-block;
    background: #666;
    position: absolute;
    top: .5em;
    left: 0;
}
.col-confirm__check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
.col-confirm__check__label > span {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    font-size: 2rem;
    font-weight: bold;
}
.col-confirm__check__label > span::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    background-color: #fff;
    content: "";
}
.col-confirm__check__label > span::after {
    position: absolute;
    top: 9px;
    left: 4px;
    width: 12px;
    height: 12px;
    opacity: 0;
    background-color: #005aaa;
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
    content: "";
}
.col-confirm__check [type="checkbox"]:checked + .col-confirm__check__label > span::before{
    border: 1px solid #005aaa;
}
.col-confirm__check [type="checkbox"]:checked + .col-confirm__check__label > span::after {
    opacity: 1;
}
  /* ----- form-error ----- */
  .form-textarea.form-error textarea,
  .form-input.form-error input[type="text"],
  .form-select.form-error select {
    border: 1px solid #e60020 !important;
    background-color: #fff0f2 !important;
  }
  .col-confirm.form-error .col-confirm__check__label {
    background-color: #fff0f2 !important;
  }
  .col-confirm.form-error .col-confirm__check__label > span::before {
    border: 1px solid #e60020 !important;
  }
  
  /* ----- form-error-box ----- */
  .col-form-error {
    margin: 4rem 0;
    padding: 22px 30px;
    border: 1px solid #e60020;
    background-color: #fff0f2;
    color: #e60020;
  }
  .col-form-error > *:last-child {
    margin-bottom: 0 !important;
  }
  .list-form-error {
    margin-bottom: 2rem;
    color: #e60020;
  }
  .list-form-error > li {
    position: relative;
    margin: 0;
    padding-left: 23px;
    font-weight: bold;
  }
  .list-form-error > li + li {
    margin-top: 1rem;
  }
  .list-form-error > li::before {
    position: absolute;
    left: 0;
    top: .4em;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #e60020;
    content: "";
  }
  
  /* ----- form-error-text ----- */
  .form-error-text {
    display: block;
    margin: 1rem 0 0;
    color: #e60020;
    font-weight: bold;
		font-style: normal;
  }
  .form-confirm .form-error-text {
    margin-bottom: 0;
  }

@media only screen and (max-width: 767px) {
	.col-form {
	margin-bottom: 20px;
}
	.form-select__inner,
.form-post__input {
	width: 100%;
}
.col-confirm__check__label > span {
    font-size: 1.6rem;
}
  .col-confirm__contents {
	padding: 10px;
}
.radio-inquiry label {
  width: 100%;
  }

/* ----- form-error ----- */
  .form-textarea.form-error textarea,
  .form-input.form-error input[type="text"],
  .form-select.form-error select {
    border: 1px solid #e60020 !important;
    background-color: #fff0f2 !important;
  }
  .col-confirm.form-error .col-confirm__check__label {
    background-color: #fff0f2 !important;
  }
  .col-confirm.form-error .col-confirm__check__label > span::before {
    border: 1px solid #e60020 !important;
  }
  
  /* ----- form-error-box ----- */
  .col-form-error {
    margin: 2.5rem 0;
    padding: 15px 14px;
    border: 1px solid #e60020;
    background-color: #fff0f2;
    color: #e60020;
  }
  .col-form-error > *:last-child {
    margin-bottom: 0 !important;
  }
  .list-form-error {
    margin-bottom: 2rem;
    color: #e60020;
  }
  .list-form-error > li {
    position: relative;
    margin: 0;
    padding-left: 15px;
    font-weight: bold;
  }
  .list-form-error > li + li {
    margin-top: 1rem;
  }
  .list-form-error > li::before {
    position: absolute;
    left: 0;
    top: .4em;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #e60020;
    content: "";
  }
 }

.form-bt-wrap {
	margin-top: 2em;
	text-align: center;
}
.form-bt-back {
	position: absolute;
	bottom: 0;
  width: calc(100% - 420px);
}
.form-bt__disable {
	min-width: 360px;
		display: inline-block;
    text-align: center;
    padding: .75em;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #fff0f2;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    z-index: 0;
    color: #e60020;
    box-sizing: border-box;
    border-radius: .25em;
	border: 1px solid #e60020;
}
.form-bt.confirm {
  text-align: right;
}
.form-bt > button,
.bt-toppage {
	min-width: 360px;
    display: inline-block;
    text-align: center;
    padding: .75em;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #000;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    z-index: 0;
    color: #fff;
    box-sizing: border-box;
    border-radius: .25em;
}
.form-bt > button::after,
.bt-toppage::after {
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition-duration: 0.3s;
    transform-origin: bottom left;
    box-sizing: border-box;
    background-color: #005bac;
    content: '';
    position: absolute;
    z-index: -1;
}
.form-bt > button:hover::after,
.bt-toppage:hover::after {
    height: 100%;
    width: 100%;
}
.bt-toppage .arrow::after {
    display: inline-block;
    margin-left: .5em;
    content: "";
    vertical-align: middle;
    width: .5em;
    height: .5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form-bt-back > button {
	min-width: 150px;
    display: inline-block;
    text-align: center;
    padding: .75em;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #ddd;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    z-index: 0;
    color: #000;
    box-sizing: border-box;
    border-radius: .25em;
}
.form-bt-back > button::after {
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition-duration: 0.3s;
    transform-origin: bottom left;
    box-sizing: border-box;
    background-color: #f6f6f6;
    content: '';
    position: absolute;
    z-index: -1;
}
.form-bt-back > button:hover::after {
    height: 100%;
    width: 100%;
}
@media only screen and (max-width: 767px) {
.form-bt.confirm {
  text-align: center;
}
.form-bt-back {
	position: relative;
	margin-top: 1em;
	text-align: center;
  width: 100%;
}
.form-bt__disable,
.form-bt > button ,
.form-bt-back > button,
.bt-toppage {
	min-width: inherit;
	width: 100%;
	max-width: 360px;
}
}
