@charset "UTF-8";
#header {background-color: rgba(255,255,255,1);}
#page_header{background-image: url("../img/header_img_pc.webp");aspect-ratio: 21.2 / 6.6;}
#page_header .header_ttl{position: absolute;top: 60%;}
.bg_breadcrumb{position: relative; margin-top: 0px;z-index: 100;}
.box-item02{width: 49%;display: inline-block;margin:1% 0 1%;height: auto;}

.center_main_title{font-size: 2.2em;text-align: center;margin-bottom: 1em;}
/* 会社概要表
  ********************************************** */
.company_info{width: 1000px;margin: 0 auto;padding-bottom: 0em;}
.company_info dl {
  display: flex;
  flex-wrap: wrap;
	width: 100%;
	margin: 5% 0 0%;
	padding: 0;
	border-top: solid 1px #004d9e;
}
.company_info dt {
  width: 10%;
  padding: 20px 5%;
 margin: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: left;
	border-bottom: solid 1px #004d9e;
	font-size: 1em;
	font-weight: bold;
	background-color: #e5f2ff;
}
.company_info dd {
  width: 72%;
  padding: 20px 5% 20px 3%;
  margin: 0 0 0 0;
	border-bottom: solid 1px #004d9e;
	font-size: 1em;
	text-align: left;
	line-height: 1.8em;
}

.steps_navigation .active {
    background: #727171;
    color: #ffffff;
    font-weight: bold;
}
	/* 進行状況のナビゲーション */
.steps_navigation {
  margin: 32px auto;
  width: 100%;
  max-width: 500px;
}

/* 進行状況のナビゲーション ol */
.steps_navigation ul {
  list-style: none;
  display: flex;
}

/* 進行状況のナビゲーション li */
.steps_navigation li {
  position: relative;
  width: 100%;
  min-height: 40px;
  background: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
}

/* 進行状況のナビゲーション li 右矢印 */
.steps_navigation li::after {

}

/* 進行状況のナビゲーション 最後のli */
.steps_navigation li:last-child {
  margin-right: 0;
}

/* 進行状況のナビゲーション li 最後の右矢印を非表示 */
.steps_navigation li:last-child:after {
  display: none;
}
.border_b{border-bottom: solid 2px #000000;padding-bottom:0.4em; }
.form_box{background-color: aliceblue;padding: 3em ;border-radius: 30px;}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/header_img_sp.webp");aspect-ratio: 16.7 / 6.1;margin-top: 70px;}
#page_header .header_ttl{top: 50%;padding-left: 1em;}
.w90per{width: 100%;margin: 0 auto;}
.box-item02{width: 100%;display: inline-block;margin:1% 0 1%;height: auto;}
.center_main_title{font-size: 1.4em;text-align: center;margin-bottom: 1em;}
.form_box{background-color: aliceblue;padding: 1.4em ;border-radius: 10px;}
/* 会社概要表
  ********************************************** */
.company_info{
width: 100%;
  height: auto;
margin: 0 auto;
}
.company_info dl {
  display: flex;
  flex-wrap: wrap;
	width: 100%;
	margin: 10% auto 0%;
	padding: 0;
}
.company_info dt {
  width: 96%;
  padding: 2% 2% 0%;
  margin: 0 0 0px 0;
display: flex;
  align-items: center;
  justify-content: left;
border-bottom: none;
}
.company_info dd {
  width: 96%;
  padding: 1% 2% 2%;
  margin: 0 0 0px 0;
border-bottom: solid 1px #004d9e;
}
}
