@charset "UTF-8";

/* .contact */
/* main */
.contact .main {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	background: url(../images/contact/bg-main_pc.jpg) no-repeat center center;
	background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact.contact-confirmation .main,
.contact.contact-complete .main {
	background: none;
	height: 0;
}
.contact.contact-confirmation .main h2 {
	display: none;
}
.contact .content {
	padding-top: 106px;
	padding-bottom: 100px;
}
.contact.contact-confirmation .content,
.contact.contact-complete .content {
    padding-top: 166px;
}
.contact .content .content-inner {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
}

/* contact */
.contact p,
.contact ul li {
	font-size: 16px;
	line-height: 26px;
}

.contact h3 {
	text-align: center;
	font-size: 36px;
	line-height: 1.6;
	font-weight: 600;
	letter-spacing: 3px;
	margin-bottom: 50px;
}
.contact .contact-box {
	background: #EAEEF3;
	padding: 38px 20px 33px;
}
.contact .contact-box p {
	text-align: center;
}
.contact .contact-box-tel {
	text-align: center;
    margin-top: 24px;
}
.contact .contact-box-tel .ico-tel {
	display: inline-block;
	width: 30px;
	vertical-align: middle;
    margin-right: 12px;
}
.contact .contact-box-tel .tel-num {
	font-weight: bold;
    color: #003284;
    font-size: 32px;
    letter-spacing: 2.5px;
	vertical-align: middle;
}
.contact .contact-box-note {
	color: #003284;
	font-size: 13px;
    letter-spacing: 1.3px;
    margin-top: 5px;
}
.contact .content section + section {
    margin-top: 108px;
}
.contact .contact-flow {
	display: flex;
	justify-content: center;
    margin-bottom: 70px;
}
.contact .contact-flow span {
	margin: 0 62.5px;
	width: 75px;
	height: 75px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    background: #EAEEF3;
    color: #003284;
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    justify-content: center;
}
.contact .contact-flow span {
	position: relative;
}
.contact .contact-flow .flow-num + .flow-num span:before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	position: absolute;
	top: 50%;
	margin-left: -.5px;
	left: -92px;
	background: #003284;
}
.contact .contact-flow .flow-num-current span {
	background: #003284;
	color: #fff;
}
.contact .contact-flow .flow-num p {
	text-align: center;
	color: #003284;
	font-size: 16px;
    margin-top: 8px;
}
.contact .contact-form ul > li + li {
	margin-top: 24px;
}
.contact .contact-form dl {
	display: flex;
}
.contact .contact-form dl dt {
	padding: 11px 20px 0 0;
	width: 33%;
}
.contact .contact-form dl dt span {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 500;
    letter-spacing: 1.2px;
}
.contact .contact-form dl dt sup {
	display: inline-block;
	vertical-align: top;
	color: #B70303;
	font-size: 25px;
	line-height: 27px;
	padding-left: 8px;
}
.contact .contact-form dl dd {
	width: 67%;
	line-height: 0;
}
.contact .contact-form dl dd input {
	width: 100%;
	border: 1px solid #7a7a7a;
	height: 50px;
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: 1px;
}
.contact .contact-form dl dd .select-box {
	height: 50px;
	width: 58.4%;
	display: inline-block;
	position: relative;
}
.contact .contact-form dl dd .select-box:after{
	content:"";
	display:block;
    border-right: 1px solid #003284;
    border-bottom: 1px solid #003284;
    position: absolute;
    height: 7px;
    right: 18px;
    top: 16px;
    transform: rotate(45deg);
    width: 7px;
    z-index: 3;
}
.contact .contact-form dl dd select {
    width: 100%;
	border: 1px solid #7a7a7a;
    padding: 10px 30px 10px 20px;
    font-size: 16px;
    letter-spacing: 1px;
	-webkit-appearance:none;
	appearance:none;
	cursor: pointer;
}
.contact .contact-form dl dd textarea {
	width: 100%;
	height: 200px;
	padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #7a7a7a;
    letter-spacing: 1px;	
}
.contact .contact-form dl dd p {
    margin-top: 10px;
}
.contact .contact-form dl dd .count {
	text-align: right;
	font-size: 14px;
}
.contact .contact-form dl dd .count-num {
	margin-right: 7px;
	color: #7a7a7a;
}
.contact .contact-form dl dd .count-limit {
	margin-left: 7px;
}
.contact .contact-form dl dd .flex-wrap {
	display: flex;
	align-items: center;
}
.contact .contact-form dl dd .hidden-file {
	font-size: 14px;
	line-height: 1.3;
	padding-left: 10px;
	margin-top: 0;
	width: calc(100% - 180px);
}
.contact .contact-form dl dd input[type="file"] {
	display: none;
}
.contact .contact-form dl dd label {
	display: inline-block;
	text-align: center;
	line-height: 45px;
	width: 180px;
	height: 46px;
	background: #003284;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	border-radius: 23px;
	letter-spacing: 1.2px;
    font-weight: 300;
    cursor: pointer;
}
.contact .contact-form dl dd label:hover {
	background-color: #222222;
}
.contact .contact-form dl dd .error-note {
	margin-top: 8px;
}
.contact .contact-form dl dd .error-note,
.contact .contact-form dl dd .error-count {
	color: #B70303;
	font-size: 14px;
	line-height: 1;
}
.contact .contact-form dl dd .note {
	margin-top: 10px;
}
.contact .contact-form dl dd .note p {
	margin-top: 2px;
}
.contact .confirmation {
	margin-top: 64px;
}
.contact .confirmation-checkbox {
	padding: 0 24px;
}
.contact .confirmation input[type=checkbox] {
    display: none;
}
.contact .confirmation input[type=checkbox] + label {
    position: relative;
    cursor: pointer;
	padding-left: 35px;
	display: inline-block;
}
.contact .confirmation input[type=checkbox] + label p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.5px;
}
.contact .confirmation input[type=checkbox] + label a {
	text-decoration: underline;
}
.contact .confirmation input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    margin-top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #7a7a7a;
}
.contact .confirmation input[type=checkbox] + label:after {
	opacity: 0;
}
.contact .confirmation input[type=checkbox]:checked + label:before {
    width: 22px;
    height: 22px;
    border: 1px solid #7a7a7a;
    background-color: #003284;
    opacity: 1;
}
.contact .confirmation input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.contact .confirmation input[type=checkbox] + label p:before {
    opacity: 0;
}
.contact .confirmation input[type=checkbox]:checked + label p:before {
	opacity: 1;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    content: '';
    display: block;
    height: 12px;
    left: 7px;
    top: 6px;
    transform: rotate(45deg);
    width: 7px;
    z-index: 3;
}
.contact .confirmation_btn {
	width: 360px;
	height: 64px;
	line-height: 61px;
	background: #003284;
	color: #fff;
	font-size: 18px;
	letter-spacing: 3.2px;
	text-align: center;
	display: block;
	text-decoration: none;
	margin: 43px auto 0;
	border-radius: 32px;
    font-weight: 300;
    cursor: pointer;
    border: none;
}
.contact .confirmation_btn:hover {
	background: #222;
}
.contact .disabled .confirmation_btn {
	background: #808080;
    cursor: auto;
    pointer-events: none;
}

/* #contact-confirmation */
.contact-confirmation .contact-read {
	text-align: center;
    margin-bottom: 52px;
}
.contact-confirmation .contact-result ul > li + li {
    margin-top: 37px;
}
.contact-confirmation .contact-result dl {
    display: flex;
}
.contact-confirmation .contact-result dl dt {
    padding: 0 20px 0 0;
    width: 33%;
}
.contact-confirmation .contact-result dl dt span {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.2px;
}
.contact-confirmation .contact-result dl dd {
    width: 67%;
    line-height: 0;
}
.contact-confirmation .contact-result dl dd p {
	letter-spacing: 1.4px;
	font-weight: 300;
}
.contact-confirmation .btns {
	display: flex;
	justify-content: center;
    margin-top: 66px;
}
.contact-confirmation .btns input {
	display: block;
	text-align: center;
	width: 260px;
	height: 64px;
	line-height: 61px;
	border-radius: 32px;
	font-size: 18px;
	border: 1px solid #003284;
	margin: 0 20px;
    letter-spacing: 2.8px;
    cursor: pointer;
}
.contact-confirmation .btns input.return_btn {
	background: #fff;
	color: #003284;
}
.contact-confirmation .btns input.send_btn {
	background: #003284;
	color: #fff;
}
.contact-confirmation .btns input:hover {
	border: 1px solid #222;
	background: #222;
	color: #fff;
}

/* .contact-complete */
.contact-complete strong,
.contact-complete .contact-txt {
	display: block;
	text-align: center;
}
.contact-complete strong {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1.8px;
	margin-bottom: 35px;
}
.contact-complete .contact-txt {
	line-height: 36px;
    letter-spacing: 1.6px;
}

@media screen and (max-width:768px) {
	/* main */
	.contact .main {
		height: 82.67vw;
		background: url(../images/contact/bg-main_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.contact.contact-confirmation .main,
	.contact.contact-complete .main {
		height: 0;
		background: none;
	}
	.contact .content {
	    padding-top: 8.8vw;
        padding-bottom: 28vw;
	}
	.contact.contact-confirmation .content,
	.contact.contact-complete .content {
	    padding-top: 30vw;
	}
	.contact .content .content-inner {
		max-width: 100%;
		padding: 0 5.33vw;
	}

	/* contact */
	.contact p,
	.contact ul li {
		font-size: 3.47vw;
		line-height: 6.13vw;
		letter-spacing: .2vw;
	}
	.contact h3 {
		font-size: 6.4vw;
		letter-spacing: 1vw;
		margin-bottom: 6.8vw;
	}
	.contact .contact-box {
		text-align: center;
		padding: 7.8vw 5vw 7vw;
	}
	.contact .contact-box-tel {
		position: relative;
		display: inline-block;
	    margin-top: 3.3vw;
	}
	.contact .contact-box-tel .ico-tel {
		position: absolute;
		width: 5.4vw;
	    margin-right: 2vw;
	    top: 0.7vw;
	}
	.contact .contact-box-tel a.tel-num {
		text-decoration: none;
	    font-size: 6.4vw;
	    letter-spacing: .5vw;
	    display: inline-block !important;
        padding-left: 7.2vw;
	}
	.contact .contact-box-note {
		font-size: 3.2vw;
	    letter-spacing: .3vw;
	    margin-top: .6vw;
	}
	.contact .content section + section {
		position: relative;
	    margin-top: 12.8vw;
	    padding-top: 10vw;
	}
	.contact .content section + section:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -44.535vw;
		width: 89.07vw;
		height: 0.27vw;
		background: #CDD5E3;
	}
	.contact .contact-flow {
	    margin-bottom: 6.5vw;
	}
	.contact .contact-flow span {
		margin: 0 9.335vw;
		width: 13.33vw;
		height: 13.33vw;
	    font-size: 5.87vw;
	}
	.contact .contact-flow .flow-num + .flow-num span:before {
		width: 8vw;
		height: 0.27vw;
		left: -13vw;
	}
	.contact .contact-flow .flow-num p {
		font-size: 3.2vw;
	    margin-top: 1vw;
	}
	.contact .contact-form ul > li + li {
		margin-top: 4.5vw;
	}
	.contact .contact-form dl {
		display: block;
	}
	.contact .contact-form dl dt {
		padding: 0;
		width: 100%;
	    margin-bottom: 2.2vw;
	}
	.contact .contact-form dl dt span {
		font-size: 3.47vw;
	    letter-spacing: .2vw;
	}
	.contact .contact-form dl dt sup {
		font-size: 4.8vw;
		line-height: 1;
		padding-left: 1vw;
	}
	.contact .contact-form dl dd {
		width: 100%;
	}
	.contact .contact-form dl dd input {
		border: 0.27vw solid #7a7a7a;
		height: 10.13vw;
	    padding: 1vw 4.5vw;
	    font-size: 3.47vw;
	    letter-spacing: .2vw;
	}
	.contact .contact-form dl dd .select-box {
		height: 10.13vw;
		width: 65.6%;
	}
	.contact .contact-form dl dd .select-box:after{
	    height: 1.4vw;
	    right: 4.8vw;
	    top: 3.6vw;
	    width: 1.4vw;
	}
	.contact .contact-form dl dd select {
		border: 0.27vw solid #7a7a7a;
	    padding: 1vw 4.5vw;
	    font-size: 3.47vw;
	    letter-spacing: .1vw;
	    height: 100%;
	}
	.contact .contact-form dl dd textarea {
		height: 48vw;
		padding: 2.5vw 4.5vw;
	    font-size: 3.47vw;
	    border: .27vw solid #7a7a7a;
	    letter-spacing: .3vw;
	}
	.contact .contact-form dl dd p {
	    margin-top: .8vw;
	}
	.contact .contact-form dl dd .count {
		font-size: 3.2vw;
	}
	.contact .contact-form dl dd .count-num {
		margin-right: 1vw;
	}
	.contact .contact-form dl dd .count-limit {
		margin-left: 1vw;
	}
	.contact .contact-form dl dd .hidden-file {
		font-size: 3.2vw;
		padding-left: 4vw;
		width: calc(100% - 37.33vw);
	}
	.contact .contact-form dl dd .error-note {
		margin-top: 2vw
	}
	.contact .contact-form dl dd .error-note,
	.contact .contact-form dl dd .error-count {
		font-size: 3vw;
	}
	.contact .contact-form dl dd label {
		line-height: 9.6vw;
		width: 37.33vw;
		height: 9.6vw;
		font-size: 3.2vw;
		border-radius: 4.8vw;
		letter-spacing: .25vw;
	}
	.contact .contact-form dl dd label:hover {
		background-color: #003284;
	}
	.contact .contact-form dl dd .note {
		margin-top: 2vw;
	}
	.contact .contact-form dl dd .note p {
		font-size: 3.2vw;
		margin-top: .1vw;
	}
	.contact .confirmation {
		margin-top: 10.5vw;
	}
	.contact .confirmation-checkbox {
		padding: 0;
	}
	.contact .confirmation input[type=checkbox] + label {
		padding-left: 8.53vw;
	}
	.contact .confirmation input[type=checkbox] + label p {
	    font-size: 3.47vw;
	    line-height: 6.13vw;
	    letter-spacing: .3vw;
	}
	.contact .confirmation input[type=checkbox] + label:before {
	    margin-top: 0;
	    width: 5.33vw;
	    height: 5.33vw;
	    border: .27vw solid #7a7a7a;
	}
	.contact .confirmation input[type=checkbox]:checked + label:before {
	    width: 5.33vw;
	    height: 5.33vw;
	    border: .27vw solid #7a7a7a;
	}
	.contact .confirmation input[type=checkbox]:checked + label p:before {
		border-right: 0.6vw solid #fff;
		border-bottom: 0.6vw solid #fff;
		height: 2.8vw;
		left: 2vw;
		top: 0.6vw;
		width: 1.7vw;
	}
	.contact .confirmation_btn {
		width: 66.67vw;
		height: 11.73vw;
		line-height: 11.73vw;
		font-size: 3.2vw;
		letter-spacing: .5vw;
		margin: 5vw auto 0;
		border-radius: 5.65vw;
	}

	/* #contact-confirmation */
	.contact-confirmation .contact-read {
	    margin-bottom: 2vw;
	}
	.contact-confirmation .contact-result ul > li + li {
	    margin-top: 8.1vw;
	}
	.contact-confirmation .contact-result dl {
	    display: block;
	}
	.contact-confirmation .contact-result dl dt {
	    margin-bottom: 1.8vw;
	    padding: 0;
	    width: 100%;
	}
	.contact-confirmation .contact-result dl dt span {
	    font-size: 3.47vw;
	    letter-spacing: .2vw;
	}
	.contact-confirmation .contact-result dl dd {
	    width: 100%;
	}
	.contact-confirmation .contact-result dl dd p {
		letter-spacing: .3vw;
	}
	.contact-confirmation .btns {
	    margin-top: 10vw;
	}
	.contact-confirmation .btns input {
		width: 37.33vw;
		height: 44px;
		line-height: 42px;
		border-radius: 22px;
		font-size: 3.2vw;
		border: .27vw solid #003284;
		margin: 0 1.87vw;
		letter-spacing: .4vw;
	}
	.contact-confirmation .btns input.return_btn:hover {
		border: .27vw solid #003284;
		background: #fff;
		color: #003284;
	}
	.contact-confirmation .btns input:hover {
		border: .27vw solid #003284;
		background: #003284;
		color: #fff;
	}

	/* .contact-complete */
	.contact-complete strong {
		font-size: 4vw;
		letter-spacing: .44vw;
		margin-bottom: 6.8vw;
	}
	.contact-complete .contact-txt {
		line-height: 6.13vw;
	    letter-spacing: .11vw;
	    padding-top: 2.5vw;
	}
}