.p-civil__hdg {
    padding-bottom: 1.5em;
    letter-spacing: .1em;
}
.p-civil__lead {
    margin:0;
}
.u-container01{
  position: relative;
  padding: 0 0 100px;
}
.u-container01::after{
	content: "";
	background-image: url(../../../img/business/bg01.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 112px;
}
.p-civil-ex {
    position: relative;
    background-color: #f2f2f2;
    padding: 40px 0 60px;
}
.p-civil-ex__bubble01 {
    position: absolute;
    top: -230px;
    right: 70px;
    z-index: 2;
}
.p-civil-ex__bubble02 {
    position: absolute;
    bottom: -270px;
    left: 50px;
    z-index: 2;
}
.p-civil-ex .wrapper{
    z-index:2;
    position: relative;
}
.p-civil-ex__bg {
    position: absolute;
    top:-150px;
    z-index:1;
}
.p-civil-exItem {
    display: flex;
    border-top:1px  solid #d2d2d2;
    padding:40px 0;
}
.p-civil-exItem:last-child {    
    border-bottom:1px  solid #d2d2d2;
}
.p-civil-exItem__txtarea{
    width:40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.p-civil-exItem__lead {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 0.7em;
    color:#e13232;
}
.p-civil-exItem__img{
    width:60%;
    display: flex;
    justify-content: flex-end;
	-webkit-align-items: flex-start;
	align-items: flex-start;
    padding: 0 0 0 3%;
}
.p-civil-exItem__img img{
  width:50%;
}
.p-civil-exItem__btn {
    text-align: center;
    margin: 30px 0 0;
}
.p-civil-exItem__btn a{
    background-color: white;
    border:1px solid #e13232;
    padding: 8px 0;
    width:180px;
    color:#e13232;
    display: inline-block;
}
.p-civil-design{
  padding: 140px 0 150px;
  position: relative;
}
.p-civil-design::before{
	content: "";
	background-image: url(../../../img/business/bg02.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
}
.p-civil-design::after{
	content: "";
	background-image: url(../../../img/business/bg01.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 112px;
}
.p-civil-stop-btnarea {
    display: flex;
    justify-content: center;
}
.p-civil-stop-btnarea__btn {
    display: inline-block;
    width:150px;
    padding:5px 0;
    border:1px solid #e13232;
    font-weight: 600;
    cursor: pointer;
    outline: none;
}
.p-civil-stop-btnarea__btn:hover{
  opacity: 0.8;
}
.p-civil-stop-btnarea__btn {
    background-color: white;
    color:#666666;
}
.p-civil-stop-btnarea__btn.on {
  background-color: #e13232;
  color:white;
}
.p-civil-stop-verticalList {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}
.p-civil-stop-verticalItem {
    padding: 20px 3%;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #fff;
    height: 300px;
    color: #e13232;
    font-size: 20px;
    margin-right:10px;
}
.p-civil-stop-verticalItem.off{
  background-color: #b3b3b3;
  color: #fff;
}
.p-civil-stop__btn {
    margin-top:50px;
    text-align: center;
}
.p-civil-stop__btn button{
    padding: 5px 20px;
    border: 2px solid #e13232;
    background-color: white;
    color: #e13232;
    font-weight: 400;
    cursor: pointer;
    outline: none;
}
.p-civil-stop__btn button:hover{
  opacity: 0.8;
}
.modal.p-civil-modal{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
}
.modal.p-civil-modal .wrapper{
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #fff;
  width: 80%;
  cursor: auto;
}
.modal.p-civil-modal .wrapper .modal-content{
  max-height: 650px;
  height: 80vh;
}
.modal.p-civil-modal .wrapper .p-civil-modalList{
  margin-top: 0;
  padding: 50px;
}
.modal.p-civil-modal .close{
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 35px;
  line-height: 1;
  color: #b3b3b3;
  outline: none;
  cursor: pointer;
}
.p-civil-architect{
  padding: 110px 0 130px;
}
.p-civil-architect::before{
	content: "";
	background-image: url(../../../img/business/bg02.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
}
.p-civil-architect__table {
    margin:30px 0;
    line-height: 1.6;
}
.p-civil-architect__table thead{
    background-color:#e13232;
    color:white;
}
.p-civil-architect__table th {
  text-align: left;
  padding:0.4em 0;
}
.p-civil-architect__table th:nth-child(1) {
    width:13%;
}
.p-civil-architect__table th:nth-child(2) {
    width:62%;
}
.p-civil-architect__table th:nth-child(3) {
    width:35%;
}
.p-civil-architect__table td,.p-civil-architect__table th {
    padding: 10px 10px 10px 30px;
}
.p-civil-architect__table tr {
    border-bottom:  1px solid #d2d2d2;
}
.p-civil-architect__table td:nth-child(1) {
    background-color: #F2F2F2;
    padding: 10px;
    text-align: center;
}

.p-civil-modalitem-step__number {
    background-color: #e13232;
    padding: 5px 15px 10px;
    font-size:30px;
    color: #fff;
    line-height: 1;
}
.p-civil-modalitem {
    display: flex;
}
.p-civil-modalitem__txtarea {
    margin:13px 0 40px 20px;
}
.p-civil-modalitem__lead {
    font-size:20px;
}
.p-civil-modalitem__btnarea {
    margin:10px 0;
}
.p-civil-modalitem__btnarea p {
  display: inline-block;
    text-align: center;
    width:120px;
    background-color: white;
    border:1px solid #000;
    margin-right:3px;
}
.p-civil-modalitem__btnarea .gray {
  color: #b3b3b3;
  border:1px solid #b3b3b3;
}
.p-civil-modal .modal-content {
    height:650px;
    overflow-y:auto;
}
.p-civil-modalitem-step {
    display: flex;
    flex-direction: column;
}
.p-civil-modalitem-step__line  {
    border: 1px solid #e13232;
    width: 1px;
    height: 100%;
    margin-left:50%;
}
.p-civil-modalList {
    margin-top:30px;
}
.p-civil-modalitem:nth-child(9) .p-civil-modalitem-step__line {
    display: none;
}
.p-civil-stop {
    position: relative;
    background-color: #f2f2f2;
    padding: 40px 0 80px;
}
.p-civil-stop .wrapper {
    position: relative;
    z-index: 2;
}
.p-civil-stop__bg {
    position: absolute;
    top: -166px;
    z-index: 1;
}
.p-civil__hdg2 {
    line-height: 1.4;
    padding: 0.3em 0;
    border-bottom: 2px solid #d2d2d2;
}
#page-feature #feature_list .wrapper::before {
    content: "";
    background-image: none;
}
#page-feature #feature_list .wrapper .list .item a .date {
    text-align: left;
}
#page-feature #feature_list .wrapper .list .item a .title {
    text-align: left;
}
#page-feature #feature_list .wrapper .list .item a .txt {
    text-align: left;
}
.p-civil-contact{
    margin: 70px 0 10px 0;
    text-align: center;
}
.p-civil-contact p{
    font-weight: bold;
    font-size: 24px;
}

.civil-button{
    text-align: center;
    position: relative;
}

.civil-button a {
    display: inline-block;
    background-color: #00519E;
    color: #ffffff;
    margin: 15px 2% 10px 2%;
    min-width: 466px;
    border-radius: 6px;
    border: 2px solid;
    padding: 24px 22px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}
.civil-button a:nth-child(1) {
  margin-left:0px;
}
.civil-button a:nth-child(2) {
  margin-right:0px;
}
.civil-button a::after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../../../business/assets/img/civil/icon_arrow1.png);
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
}
@media only screen and (max-width:767px){
    .u-container01{
      padding: 0 0 50px;
    }
    .p-civil-ex {
      padding: 30px 0;
    }
    .p-civil img {
        width:100%;
    }
    .p-civil-exItem {
        flex-direction: column;
        padding: 20px 0;
    }
    .p-civil-ex__bg {
        content:url(../img/civil/sp_bg01.png);
        width: 100%;
    }
    .p-civil-design{
      padding: 50px 0 60px;
    }
    .p-civil-stop{
      padding: 30px 0 40px;
    }
    .p-civil-stop__bg {
        content:url(../img/civil/sp_bg02.png);
        width: 100%;
    }
    .p-civil-stop__bg {
        top: -36px;
    }
    .p-civil-architect{
      padding: 60px 0 30px;
    }
    .p-civil-exItem__txtarea, .p-civil-exItem__img {
        width:100%;
    }
    .p-civil-exItem__img {
        margin-top:20px;
		padding: 0;
    }
    .p-civil-exItem__img img {
        width:50%;
    }
    .p-civil-ex__bg {
        top: -57px;
    }
    .c-page-lead_sm {
        text-align: left;
    }
    .p-civil-exItem__lead {
        font-size: 15px;
    }
    .p-civil-stop-verticalList {
        flex-direction: column;
        margin-top: 35px;
    }
    .p-civil-stop-verticalItem {
        padding: 10px 15px;
        writing-mode: inherit;
        text-orientation:inherit;
        height: auto;
        font-size: 16px;
        margin:3px 0;
    }
    .p-civil-stop__btn {
        margin-top: 20px;
    }
    .modal.p-civil-modal .wrapper{
      top: 50%;
      width: 90%;
    }
    .modal.p-civil-modal .wrapper .p-civil-modalList{
      padding: 10px;
    }
    .modal.p-civil-modal .close{
      top: 10px;
      right: 15px;
      font-size: 20px;
    }
    .p-civil-architect__table {
        overflow-x: auto;
    }
    .p-civil-architect__table th, .p-civil-architect__table td{
        white-space: nowrap;
        padding:5px;
    }
    .p-civil-architect__table td:nth-child(1) {
      padding:5px;
    }
    .p-civil-modalitem__btnarea p {
        margin-bottom: 5px;
        width: 100px;
    }
    .p-civil-modalitem-step__number {
        padding: 5px 12px 8px;
        font-size: 18px;
    }
    .p-civil-modalitem__lead {
        font-size: 16px;
    }
    .p-civil-modalitem__txtarea {
        margin: 10px 0 20px 15px;
    }
    .u-container01::after{
      background-image: url(../../../img/business/sp-bg01.png);
      height: 30px;
    }
    .p-civil-design::before{
      background-image: url(../../../img/business/sp-bg02.png);
      height: 32px;
    }
    .p-civil-design::after{
      background-image: url(../../../img/business/sp-bg01.png);
      height: 30px;
    }
    .p-civil-architect::before{
      background-image: url(../../../img/business/sp-bg02.png);
      height: 32px;
    }
	.civil-button a{
	    margin-left: 0;
	    margin-right: 0;
	}
	.civil-button a {
	    min-width: 100%;
	}
}