@charset "utf-8";





/******************************************************************************
/* タイトル
*******************************************************************************/



.company01{
	margin: 0 auto 50px auto;
	text-align: center;
}
.company01 img{
	width: 60%;
}




/******************************************************************************
/* ステップ横並び
*******************************************************************************/

.step_area {
	width: 100%;
	text-align: left;
}


.item {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px auto 0px auto;
}


.item_block {
	position: relative;
	margin: 0px auto 0px auto;
}



.process_nav {
	margin: 20px auto 50px auto;

}

.process_nav ul{
	display: flex;
	width: 360px;
}

.process_nav li {
	display: inline-block;
}
 
.process_nav li:nth-child(1) {
	width: 80px;
}

.process_nav li:nth-child(2) {
	width: 25px;
	flex-wrap: wrap;

}

.process_nav li:nth-child(3) {
	width: 80px;
}

.process_nav li:nth-child(4) {
	width: 25px;
}

.process_nav li:nth-child(5) {
	width: 80px;

}
/******************************************************************************
/* ステップマーク
*******************************************************************************/

.balloon3-right {
	position: relative;
	display: inline-block;
	margin: 0px auto 0px auto;
	padding: 0 5px;
	width: 40px;
	height: 40px;
	background: #ff8e9d;
	border-radius: 50%;
	box-sizing: border-box;
}

.balloon3-right:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -8px;
	border: 8px solid transparent;
	border-left: 15px solid #ff8e9d;
	z-index: 0;
}


.balloon3-right2 {
	position: relative;
	display: inline-block;
	margin: 0px auto 0px auto;
	padding: 0 5px;
	width: 40px;
	height: 40px;
	background: #C4C4C4;
	border-radius: 50%;
	box-sizing: border-box;
}

.balloon3-right2:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -8px;
	border: 8px solid transparent;
	border-left: 15px solid #C4C4C4;
	z-index: 0;
}




.balloon3-right p.step1 {
	text-align: center;
	color: #FFF;
	font-size: 60%;
	font-weight: 700;
	margin-top: 7px;
	margin-bottom: -5px;
}

.balloon3-right p.step2 {
	text-align: center;
	color: #FFF;
	font-size: 75%;
	font-weight: 900;
}

.step3 {
	position: absolute;
	top: 12px;
	left: 50px;
	font-size: 70%;
	font-weight: 700;
}



.balloon3-right2 p.step1 {
	text-align: center;
	color: #FFF;
	font-size: 60%;
	font-weight: 700;
	margin-top: 7px;
	margin-bottom: -5px;
}

.balloon3-right2 p.step2 {
	text-align: center;
	color: #FFF;
	font-size: 70%;
	font-weight: 700;
}

.step3_2 {
	position: absolute;
	top: 12px;
	left: 50px;
	font-size: 70%;
	font-weight: 700;
	color: #C4C4C4;
}


/******************************************************************************
/* 矢印
*******************************************************************************/


.arrow {
	display:inline-block;
	height:5px;
	width:10px;
	background-color:#FF8E9D;
	position:relative;
}

.arrow:before {
	position:absolute;
	content:"";
	width:0;
	height:0;
	border:10px solid transparent;
	border-left:15px solid #FF8E9D;
	left:10px;
	top: -8px;
}


.arrow2 {
	display:inline-block;
	height:5px;
	width:10px;
	background-color:#C4C4C4;
	position:relative;
	top: 7px;
}

.arrow2:before {
	position:absolute;
	content:"";
	width:0;
	height:0;
	border:10px solid transparent;
	border-left:15px solid #C4C4C4;
	left:10px;
	top: -8px;
}



.thanks_area {
	width: 100%;
	text-align: left;
	line-height: 1.8;
	letter-spacing: 1.2px;
}






/******************************************************************************
/* 一般質問用テーブル
*******************************************************************************/



.table_contact {
	border-collapse:collapse;
	width: 100%;
	text-align:left;
	line-height: 150%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	font-size: 100%;
	margin-top: 50px;
}


.table_contact th{
	width: 30%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color : #555555;
	background-color : #eeeeee;
	font-weight:500;
	margin: 0px;
	padding: 10px;
	vertical-align:middle;
	text-align:center;
	white-space: nowrap;

}

.table_contact td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	color : #555555;
	background-color : #ffffff;
	margin: 0px;
	padding: 10px;
	text-align: left;
}


.table_contact span{
	font-weight: 600;
	color : #555555;
}

.table_contact span.status {
	font-weight: 500;
	font-size: 90%;
	color : #555555;
}


.table_contact td.title_color {
	font-weight: 500;
	font-size: 110%;
	color : #555555;
	background-color : #87CEEB;
}

.table_contact td.title_color2 {
	font-weight: 500;
	font-size: 110%;
	color : #555555;
	background-color : #9FF7FF;
}

.table_contact p.link{
	padding-top: 10px;
}

.table_contact td a {
	text-decoration: none;
}




/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* 601 - 768用（タブレット用）の記述 */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/


/******************************************************************************
/* タブレットサイズ
*******************************************************************************/


@media screen and (max-width:1200px) {



.pcOnly {
	display: none!important;
}
.spOnly {
	display: block!important;
}







}



/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* 600px - 100px用（スマートフォン用）の記述 */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/


@media screen and (min-width: 100px) and (max-width: 600px)  {



.table_contact {
	width: 100%;
	margin: 0px auto;
	font-size: 90%;
}


	.table_contact tr,
	.table_contact th,
	.table_contact td {
	display: block;
	width: auto;
}


.table_contact th {
	border-right-width: 0px;
	padding: 10px;
}


.table_contact th,
.table_contact td {
	width: 100%;
	border-top: none;
	text-align: left;
}

}
