@charset "utf-8";

/***************************************************************************
*
* CONTACT THANK STYLE
*
***************************************************************************/


/*.areaContactInput*/
.areaContactInput{
	padding: 84px 0 56px;
}
/*boxInfor*/
.areaContactInput .boxInfor {
	text-align: center;
	margin-bottom: 80px;
}/*
.areaContactInput .boxInfor .titleEn {
	display: inline-block;
	width: 319px;
	margin-bottom: 23px;
}*/
.areaContactInput .boxInfor .titleEn {
	display: inline-block;
	font-size: 61px;
		letter-spacing: 2.5px;
	    padding-left: 4px;
	    margin-bottom: 23px;
    text-align: center;
    color: #73B8E2;
}
.areaContactInput .boxInfor .titleEn img{
	padding-left: 2px;
}
.areaContactInput .boxInfor .titleJp {
	color: #111111;
	margin-bottom: 16px;
}
.areaContactInput .boxInfor .clickHere a{
	position: relative;
	color: #73B8E2;
	font-size: 16px;
}
.areaContactInput .boxInfor .clickHere a:after {
	content: "";
	position: absolute;
	background: url(../images/contact/contact-icon-arrow.svg) no-repeat;
	background-size: 100% 100%;
	width: 8px;
	height: 8px;
	top: 50%;
	right: -13px;
	transform: translateY(-50%);
}
.areaContactInput .boxInfor .clickHere a:before{
	content: "";
	position: absolute;
	border-bottom: 1px solid #73B8E2;
	width: 100%;
	bottom: 2.5px;
	left: 0;
}
.areaContactInput .boxInfor .clickHere a:hover:before{
	content: none;
}
/*ENDboxInfor*/

/*boxStep*/
.areaContactInput .boxStep {
	margin-bottom: 80px;
}
.areaContactInput .boxStep .listStep {
	display: flex;
	justify-content: center;
}
.areaContactInput .boxStep .listStep li{
	background: #73B8E2;
	position: relative;
	width: calc(100% / 3);
	color: #fff;
	text-align: center;
	padding: 8px 0;
}
.areaContactInput .boxStep .listStep li:first-child{
	width: 363px;
}
.areaContactInput .boxStep .listStep li:first-child:before {
	content: "";
	position: absolute;
	top: 0px;
	right: -27px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 27px solid #73B8E2;
    z-index: 2;
}
.areaContactInput .boxStep .listStep li:first-child:after {
	content: "";
	position: absolute;
	top: -5px;
	right: -34px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 34px solid #fff;
    z-index: 1;
}

.areaContactInput .boxStep .listStep li:nth-child(2){
	width: 364px;
}
.areaContactInput .boxStep .listStep li:nth-child(2):before {
	content: "";
	position: absolute;
	top: 0px;
	right: -27px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 27px solid #73B8E2;
    z-index: 2;
}
.areaContactInput .boxStep .listStep li:nth-child(2):after {
	content: "";
	position: absolute;
	top: -5px;
	right: -34px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 34px solid #fff;
    z-index: 1;
}
.areaContactInput .boxStep .listStep li:last-child{
	width: 334px;
	padding: 8px 30px 8px 0;
}

.areaContactInput .boxStep .listStep li:last-child:before,
.areaContactInput .boxStep .listStep li:last-child:after{
	content: none;
}
.areaContactInput .boxStep .listStep li.active {
	background: #1486CC;

}
.areaContactInput .boxStep .listStep li.active:before {
    border-left: 27px solid #1486CC;
}
/*ENDboxStep*/

.areaContactInput .boxInfor .clickHere a{
	position: relative;
	color: #73B8E2;
	font-size: 16px;
}
.areaContactInput .boxInfor .clickHere a:after {
	content: "";
	position: absolute;
	background: url(../images/contact/contact-icon-arrow.svg) no-repeat;
	background-size: 100% 100%;
	width: 8px;
	height: 8px;
	top: 53%;
	right: -13px;
	transform: translateY(-50%);
}

/*boxThanks*/
.areaContactInput .boxThanks {
    widthj: 1050px;
    margin: 0 auto;
	text-align: left;
    padding-top: 50px;
}
.areaContactInput .boxThanks h4 {
    font-size: 20px;
    color: #111111;
    margin-bottom: 15px;
}
.areaContactInput .boxThanks .titleThanks {
	font-size: 24px;
	font-weight: 400;
	color: #1486CC;
	margin-bottom: 50px;
}
.areaContactInput .boxThanks .textMain {
	line-height: 1.6;
	margin-bottom: 20px;
    text-align: left;
}
.areaContactInput .boxThanks .textLast {
	margin-bottom: 50px;
}
.areaContactInput .boxThanks .blockLast {
	margin-bottom: 100px;
}
.areaContactInput .boxThanks .textList01 {
    list-style: disclosure-closed;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
}
.areaContactInput .boxThanks .textList02 {
    list-style: decimal-leading-zero;
    width: 100%;
    box-sizing: border-box;
    padding-left: 28px;
    margin-bottom: 20px;
}
.areaContactInput .boxThanks .boxBtn {
    text-align: center;
    margin: 0 auto;
	margin-bottom: 24px;
    padding-top: 100px;
}
.areaContactInput .boxThanks .boxBtn a {
	width: 345px;
	font-size: 18px;
	padding: 16.5px 0;
}
.areaContactInput .boxThanks .boxBtn a:after {
	background: url(../images/common/page-arrow-link.svg) no-repeat right center/cover;
	width: 40px;
}



@media (min-width: 769px){
	.areaContactInput .boxThanks .boxBtn a:hover:after {
	    right: -19px;
	}
}
@media (max-width: 768px) {
    
    .areaContactInput .boxThanks {
        width: 100%;
        box-sizing: border-box;
    }

	.areaContactInput {
		padding: 114px 0 56px;
	}
	.areaContactInput .boxInfor{
		margin-bottom: 39px;
	}
	.areaContactInput .boxInfor .titleEn{
        font-size: 40px;
		margin-bottom: 15px;
	}
	.areaContactInput .boxInfor .titleJp {
		margin-bottom: 19px;
	}
	.areaContactInput .boxInfor .clickHere a{
		font-size: 14px;
		text-decoration: none;
	}

	/*boxStep*/
	.areaContactInput .boxStep {
		margin-bottom: 40px;
	}
	.areaContactInput .boxStep .listStep {
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.areaContactInput .boxStep .listStep li{
		padding: 7.5px 0 8.5px;
		font-size: 16px;
	}
	.areaContactInput .boxStep .listStep li:first-child{
		width: 31.1%;
    	padding-left: 2px;
	}
	.areaContactInput .boxStep .listStep li:first-child:before{
		right: -8px;
		border-left: 8px solid #73B8E2;
	}
	.areaContactInput .boxStep .listStep li:first-child:after{
		top: -10px;
    	right: -12px;
		border-top: 30px solid transparent;
	    border-bottom: 30px solid transparent;
	    border-left: 12px solid #fff;
	}
	.areaContactInput .boxStep .listStep li:nth-child(2) {
	    width: 33.5%;
    	padding-left: 8px;	
	}
	.areaContactInput .boxStep .listStep li:nth-child(2):before{
		right: -8px;
		border-left: 8px solid #73B8E2;
	}
	.areaContactInput .boxStep .listStep li:nth-child(2):after{
		top: -10px;
    	right: -12px;
		border-top: 30px solid transparent;
	    border-bottom: 30px solid transparent;
	    border-left: 12px solid #fff;
	}
	.areaContactInput .boxStep .listStep li:last-child{
		width: 35.4%;
		padding: 8px 0px 8px 10px;
	}
	.areaContactInput .boxStep .listStep li.active:before{
		border-left: 8px solid #1486CC;
	}

	/*ENDboxStep*/

	/*boxThanks*/
	.areaContactInput .boxThanks {
		text-align: left;
	}
	.areaContactInput .boxThanks .titleThanks {
		margin-bottom: 22px;
	}
	.areaContactInput .boxThanks .textThank{
		line-height: 1.8;
		margin-bottom: 38px;
	}
	.areaContactInput .boxThanks .boxBtn {
		text-align: center;
        padding-top: 50px;
	}
}