@charset "UTF-8";
/*----------------------------------------

	index CSS

	- common
	- block01

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/
#headline {
	background-image: url("../../img/contact/headline_bg01s.jpg");
}
@media print, screen and (min-width:768px) {
	#headline {
		background-image: url("../../img/contact/headline_bg01.jpg");
	}
}

/*----------------------------------------
	block01
-----------------------------------------*/
.block01 .box01 {
	margin: -100px 0 100px;
	padding: 100px 0;
	background: url("../../img/cmn/c_box_bg01.png") center top repeat;
	background-size: 62px auto;
}
.block01 .box01-txt {
	position: relative;
	padding: 45px 0;
	background: #fff;
}
.block01 .box01-txt h2 {
	margin: 0 0 18px;
	line-height: 1.5;
}
.block01 .box01-txt p {
	line-height: 1.7;
}
.block01 .box01-obj::before,
.block01 .box01-obj::after {
	content: '';
	position: absolute;
	background: #f56600;
}
.block01 .box01-obj::before {
	width: 40px;
	height: 2px;
}
.block01 .box01-obj::after {
	width: 2px;
	height: 40px;
}
.block01 .box01-obj.obj01::after,
.block01 .box01-obj.obj02::after {
	top: -7px;
}
.block01 .box01-obj.obj01::before,
.block01 .box01-obj.obj02::before {
	top: 0;
}
.block01 .box01-obj.obj03::after,
.block01 .box01-obj.obj04::after {
	bottom: -7px;
}
.block01 .box01-obj.obj03::before,
.block01 .box01-obj.obj04::before {
	bottom: 0;
}
.block01 .box01-obj.obj01::before,
.block01 .box01-obj.obj03::before {
	left: -7px;
}
.block01 .box01-obj.obj02::before,
.block01 .box01-obj.obj04::before {
	right: -7px;
}
.block01 .box01-obj.obj01::after,
.block01 .box01-obj.obj03::after {
	left: 0;
}
.block01 .box01-obj.obj02::after,
.block01 .box01-obj.obj04::after {
	right: 0;
}
.block01 .box02 {
	margin: 0 0 85px;
}
@media print, screen and (min-width:768px) {
	.block01 .box01 {
		margin: -50px 0 100px;
		padding: 52px 0;
	}
	.block01 .box01-txt {
		padding: 55px 0 45px;
	}
	.block01 .box01-txt h2 {
		margin: 0 0 28px;
	}
	.block01 .box02 .anchor > li {
		max-width: 260px;
	}
}

/*----------------------------------------
	block02
-----------------------------------------*/
.block02 {
	margin: -68px 0 85px;
	padding-top: 68px;
}
.block02 .box01-txt > dl {
	margin: 0 0 45px;
}
.block02 .box01-txt .tel {
	overflow: hidden;
	position: relative;
	margin: 15px 0 0;
	padding: 28px 0 14px;
	border: 2px solid #ccc;
}
.p-region {
	overflow: hidden;
	position: relative;
	margin: 15px 0 0;
	padding: 13px 15px;
	margin-top: 0px;
	margin-bottom: 7px;
	border: 1px solid #ccc;
}
.radio_label::before{
	border-radius:50%
}
.form-input > dl > dd > ul > li > label.radio_label::after{
	border:none;
	width: 14px;
	height: 14px;
	background-color: #f56600;
	border-radius: 50%;
	top: calc(0.65em - 8px);
	left: 3px;
}

::after {}
.block02 .box01-txt .tel::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 200%;
    height: 100%;
    background: #f56600;
    transform: skewX(-45deg);
    transform-origin: right 25px;
}
.block02 .box01-txt .tel p {
	margin: 0 0 12px;
}
.block02 .box01-txt .tel .t01 {
	line-height: 1;
}
.block02 .box01-txt .tel .t01::before {
    content: '';
    margin: 0 8px 0 0;
    padding: 0 35px 6px 0;
    background: url("../../img/cmn/c_fd01.png") center center no-repeat;
    background-size: 35px auto;
}
.block02 .box01-txt .tel ruby > rt {
	font-weight: 400;
}
.c-title01 span{
	font-size: 23px;
	display: block;
	font-weight: bold;
	margin-top: 8px;
}
.c-title01{
	line-height: 1.2;
}
@media print, screen and (min-width:768px) {
	.block02 {
		margin-top: -90px;
		padding-top: 90px;
	}
	.block02 .box01-txt {
		display: flex;
		justify-content: center;
	}
	.block02 .box01-txt > dl {
		width: 50%;
		max-width: 400px;
		margin: 0 20px;
	}
}

/*----------------------------------------
	block03
-----------------------------------------*/
.block03 {
	margin-top: -68px;
	padding-top: 68px;
}
@media print, screen and (min-width:768px) {
	.block03 {
		margin-top: -90px;
		padding-top: 90px;
	}
}
.step_view_box{
	position:relative;
	margin-bottom:20px;
	margin-top:80px;
}
.step_flex{
	display:flex;
	position:relative;
	align-items:center;
	justify-content:space-evenly;
}
.step_flex span{
	position:absolute;
	display:block;
	height:6px;
	width:100%;
	z-index:-3;
	background-color:#f3f3f3;
}
.step_flex:first-of-type{
	margin-bottom:10px;
}
.step_flex:first-of-type p{
	font-weight:bold;
	text-shadow: 1px 0px black;
	color:black;
}
.step_flex:first-of-type p::before{
	content:"";
	display:block;
	width:40px;
	height:40px;
	position:absolute;
	background-color:#f3f3f3;
	border-radius:50%;
	top:calc(50% - 20px);
	left:calc(50% - 20px);
	z-index:-2;
	
}
.step_flex:first-of-type p.active::before{
	background-color:#f56600;
}
.step_flex:first-of-type p:last-of-type{
	color:black;
	text-shadow: 1px 0px black;
}
.step_flex:first-of-type p.active{
	color:white;
	text-shadow: 1px 0px white;
}
.step_flex:first-of-type p:last-of-type::after{
	content:"";
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	background-color:white;
	border-radius:50%;
	top:calc(50% - 15px);
	left:calc(50% - 15px);
	z-index:-1;
}
.step_flex:first-of-type p.active:last-of-type::after{
	display:none;
}
.step_flex:last-of-type p.active{
	color:#f56600;
}
.step_flex p{
	display:block;
	width:10em;
	text-align:center;
	position:relative;
}
.orange_atention_text{
	color:#f56600;
	display: none;
	padding-left: 10px;
	font-weight: bold;
}
.orange_atention_text.active{
	display: inline;
}
.personal .person_none{
	display: none !important;
}
.hidden{
	display:none !important;
}
@media print, screen and (max-width:530px) {
	.step_flex:last-of-type p{
		font-size:11px;
	}
}