.p-signboard_img{
    margin: 5% 0;
}
.p-signboard_img a{
    color: #e13232;
    text-decoration: revert;
}
.p-signboard-part01 {
    position: relative;
}
.p-signboard-top {
    position: relative;
    z-index: 3;
    margin: 0 auto -280px;
}
.p-signboard-top::after{
	content: "";
	background-image: url(../../../img/business/bg01.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 280px;
	left: 0;
	width: 100%;
	height: 112px;
}
.p-signboard-top figure{
    text-align: center;
    position: relative;
    max-width: 840px;
    margin: 0 auto;
}
.p-signboard-top__car {
    position: absolute;
    left: -120px;
    bottom: -73px;
}
.p-signboard-part01__bg{
    position: absolute;
    top:280px;
    z-index: 1;
}
.p-signboard-feature {
    position: relative;
    z-index: 2;
    background-color: #f2f2f2;
    padding: 330px 0 120px;
}
.p-signboard__hdg {
    line-height: 1.4;
    padding:.3em 0;
    border-bottom: 2px solid #d2d2d2;
}

.p-signboard-featureItem {
    display:flex;
    margin: 30px 0 0;
}
.p-signboard-featureItem__txtarea, .p-signboard-featureItem__img {
    width:50%;
    padding: 0 0 0 3%;
}
.p-signboard-featureItem__hdg {
    font-size:20px;
    font-weight: 600;
    line-height: 1.1;
    color:#e13232;
}
.p-signboard-featureItem__txt {
    font-size:16px;
}
.p-signboard-featureItem:nth-child(1) .p-signboard-featureItem__hdg{
    margin-top:150px;
}
.p-signboard-featureItem:nth-child(2) .p-signboard-featureItem__hdg{
    margin-top:70px;
}
.p-signboard-featureItem:nth-child(3) {
    display: block;
}
.p-signboard-featureItem:nth-child(3) .p-signboard-featureItem__txtarea{
    margin-top:40px;
}
.p-signboard-featureItem:nth-child(3) .p-signboard-featureItem__img{
    margin-top:45px;
    width: 100%;
}
.p-signboard-featureItem:nth-child(4) {
    margin-top:90px;
}
.p-signboard-part01__bubble00 {
    position: absolute;
    right: 73px;
    top: 90px;
    z-index: 3;
}
.p-signboard-part01__bubble01 {
    position: absolute;
    left: 30px;
    bottom: 310px;
    z-index: 3;
}
.p-signboard-part01__bubble02 {
    position: absolute;
    right: 73px;
    bottom: -50px;
    z-index: 3;
}

.p-signboard-flow, .p-signboard-flow2 {
    position: relative;
    padding: 60px 0;
}
.p-signboard-flow::after{
	content: "";
	background-image:none;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 112px;
}
.p-signboard-flow2::after{
	content: "";
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 112px;
}
.p-signboard-flow::before,.p-signboard-flow2::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-signboard-flowItem {
    margin-top:50px;
}
.p-signboard-flowItem-top {
    display: flex;
    align-items: center;
}
.p-signboard-flowItem-top__step {
    width:74px;
    height:74px;
    border-radius: 50%;
    background-color: #e13232;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.p-signboard-flowItem-top__step span {
    display: block;
    color:white;
}
.p-signboard-flowItem-top__step span:first-child {
    font-size:16px;
    line-height: 1;
    font-weight: 400;
}
.p-signboard-flowItem-top__step span:last-child {
    font-size:26px;
    line-height: 1;
    font-weight: 400;
}
.p-signboard-flowItem-top__txtarea {
    margin-left:20px;
    width:calc(100% - 74px);
}
.p-signboard-flowItem-top__hdg {
    font-size:20px;
    font-weight: 600;
    line-height: 1.1;
    color:#e13232;
}
.p-signboard-flowItem-top__txt {
    line-height: 1.4;
}
.p-signboard-flowItem__lead {
    display:none;
}
.p-signboard-flowItem-bottom {
    background-color: #f4f4f4;
    display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
    padding:30px;
    margin-top:20px;
}
.p-signboard-flowItem:first-child .p-signboard-flowItem-bottom {
    text-align: center;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
}
.p-signboard-flowItem:first-child .p-signboard-flowItem-bottom img {
    width:100%;
}
.p-signboard-flowItem:first-child .p-signboard-flowItem-bottom p {
    padding:15px;
    background-color: white;
    border-radius: 10px;
    margin-top:10px;
    height:80px;
    display: flex;
    align-items: center;
}
.p-signboard-flowItem:first-child .p-signboard-flowItem-bottom div:nth-of-type(2) div{
    margin-bottom: 20px;
    color:#00509c;
}
.p-signboard-flowItem:nth-child(2) .p-signboard-flowItem-bottom {
    align-items: center;
/*     justify-content: space-between; */
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.p-signboard-flowItem:nth-child(2) .p-signboard-flowItem-bottom {
    align-items: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.p-signboard-flowItem:nth-child(2) .p-signboard-flowItem-bottom img:nth-child(2){
    width: auto;
    margin: auto 0%;
    margin-left: 87px;
}
.p-signboard-flowItem:nth-child(2) img:nth-child(0n+1){
	width: 49%;
	margin: auto 0%;
}
.p-signboard-flowItem:nth-child(2) img:nth-child(0n+3){
	width: 32%;
	    margin: auto 8%
}
.p-signboard-flowItem:nth-child(3) .p-signboard-flowItem-bottom {
    justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.p-signboard-flowItem:nth-child(3) img{
    width:49%;
}
.p-signboard-flowItem:nth-child(4)  .p-signboard-flowItem-bottom__list {
    border-radius: 10px;
    background-color: white;
}
.p-signboard-flowItem:nth-child(4)  .p-signboard-flowItem-bottom__item {
    display: flex;
    padding: 25px;
}
.p-signboard-flowItem:nth-child(4) .p-signboard-flowItem-bottom__item p:nth-child(1) {
    width: 47%;
    align-items: center;
}
.p-signboard-flowItem:nth-child(4) .p-signboard-flowItem-bottom__item p:last-child {
    margin: auto 4%;
    margin-left: 30px;
    margin-right: 0;
    width: calc(100% - 47%);
}
.p-signboard-flowItem:nth-child(4) .p-signboard-flowItem-bottom__item span:nth-child(1){
    width: 100%;
    border-bottom: 3px solid #d2d2d2;
    border-right: none;
    margin-bottom: 3%;
    padding: 12px 0;
    display: flex;
    align-items: center;
}
.p-signboard-flowItem:nth-child(4) .p-signboard-flowItem-bottom__item span:last-child{
    margin-left: 0px;
}
.p-signboard-flowItem:nth-child(4) .p-signboard-flowItem-bottom__item:first-child {
    border-bottom:  1px solid #d2d2d2;
}
.p-signboard-flowItem:nth-child(5) .p-signboard-flowItem-bottom {
    justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.p-signboard-flowItem:nth-child(5) img{
    width:49%;
}
.p-signboard-flow__bubble01 {
    position: absolute;
    left: 0px;
    bottom: 400px;
    z-index: 3;
}
.p-signboard-flow__bubble02 {
    position: absolute;
    right: 73px;
    bottom: 100px;
    z-index: 3;
}

.p-signboard-flowItem-dashed-box {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    border: 3px dashed #c0c0c0;
    padding: 30px;
    margin-top: 40px;
    text-align: center;
}
.p-signboard-flowItem-dashed-box h3{
    background: linear-gradient(transparent 54%, #FBD8D9 60%);
    color: #e13232;
    font-weight: 500;
    display: inline;
}
.p-signboard-flowItem-dashed-bottom {
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 30px;
}
.p-signboard-flowItem-dashed-bottom p{
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
}

.p-signboard-flowItem-dashed-bottom img{
    margin: auto 4%;
    margin-left: 30px;
    margin-right: 0;
    width: calc(100% - 47%);
}

.p-signboard-estimate {
    position: relative;
    padding: 0 0 180px;
}
.p-signboard-estimate::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-signboard-estimate_lead {
    margin-top: 20px;
}
.p-signboard-estimate_lead_hdg{
    color: #e13232;
}
.p-signboard-estimate_lead_hdg a {
    text-decoration: revert;
}
.p-signboard-estimate_table01 {
    overflow-x: auto;
    margin-top:40px;
}
.p-signboard-estimate_table01 table {
    background-color: #f2f2f2;
}
.p-signboard-estimate_table01 th{
    border:2px solid #F2F2F2;
    background-color: #F7D6D4;
    padding: 5px;
    font-size: 14px;
}

.p-signboard-estimate_table01 td {
    border:2px solid #F2F2F2;
    background-color: #ffffff;
    padding: 5px;
    font-size: 14px;
    vertical-align: middle;
}
td.p-signboard-estimate_table01_item1{
	width: 10%;
	background-color: #FCF1F0;
}
td.p-signboard-estimate_table01_item2{
	width: 20%;
}
.p-signboard-performance {
    position: relative;
    background-color: #f2f2f2;
    padding: 0 0 90px;
}
.p-signboard-performance__bg {
    position: absolute;
    top:110px;
    z-index: 1;
}
.p-signboard-performance .wrapper {
    position: relative;
    z-index: 2;
}
.p-signboard-performance .p-signboard__hdg{
    padding-top:100px;
}
.p-signboard-performanceList {
    display: flex;
    flex-wrap: wrap;
    margin-top:60px;
    overflow: hidden;
    max-height: 650px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.p-signboard-performanceItem {
    margin-right: 2%;
    width: calc(96% / 3);
    margin-bottom: 35px;
    /*padding: 0 0 35px;*/
    text-align: center;
    position: relative;
}
.p-signboard-performanceItem:nth-of-type(3n+3) {
    margin-right:0%;
}
.p-signboard-performanceItem p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    margin:1em 0 1.2em 0;
}
.p-signboard-performanceItem__btn {
    border:1px solid #e13232;
    padding:.2em;
    width:180px;
    color:#e13232;
    display: inline-block;
    padding: 8px 0;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.p-signboard-performance__btn {
    display: flex;
    justify-content: center;
}
.p-signboard-performance__btn p {
    background-color:#e13232;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width:250px;
    height:70px;
    border:none;
    padding-top:10px;
    margin-top:30px;
    color:white;
    cursor: pointer;
    position: relative;
}
.p-signboard-performance__btn p:hover{
  opacity: 0.8;
}
.p-signboard-performance__btn p::before{
  margin-right: 5px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 1px;
  border-right: solid 1px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translate(-50%,0) rotate(135deg);
  transform: translate(-50%,0) rotate(135deg);
}
.p-signboard-performance__btn p::after{
  content: "もっと見る";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#sign_switch:checked ~ .p-signboard-performanceList{
  max-height: 3999px;
}
#sign_switch:checked ~ .p-signboard-performance__btn p::before{
  top: 8px;
  bottom: auto;
  -webkit-transform: translate(-50%,0) rotate(315deg);
  transform: translate(-50%,0) rotate(315deg);
}
#sign_switch:checked ~ .p-signboard-performance__btn p::after{
  content: "元に戻す";
}
#page-business_detail #business_qa{
  padding-top: 170px;
}
#page-business_detail #business_qa::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;
}
#page-business_detail #business_qa2::before{
	content: "";
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
}
.p-signboard-contact{
    margin: 70px 0 10px 0;
    text-align: center;
}
.p-signboard-contact p{
    font-weight: bold;
    font-size: 24px;
}

.signboard-button{
    text-align: center;
    position: relative;
    margin-bottom: 10%;
}

.signboard-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;
}
.signboard-button a:nth-child(1) {
  margin-left:0px;
}
.signboard-button a:nth-child(2) {
  margin-right:0px;
}
.signboard-button a::after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/signboard/icon_arrow1.png);
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
}
.p-signboard-whitepaper {
    position: relative;
    padding: 50px 0 0;
    background-color: #f2f2f2;
}
.p-signboard-point {
    padding: 0 0 60px;
}
.p-signboard-whitepaper__card_Form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}
.p-signboard-whitepaper-lead p{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-top: 15px;
}
.p-signboard-whitepaper__card {
    width: 31%;
    background-color: white;
    text-align: center;
    position: relative;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 1% 20px;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    margin: 10px;
}
.p-signboard-whitepaper__card::before {
    content: "01";
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: white;
    background-color: #E13232;
    border-radius: 50%;
    padding: 15px 13px;
    position: absolute;
    top: -29px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.p-signboard-whitepaper__card p {
    font-weight: 400;
    margin-bottom: 10px;
    padding: 0;
}
.p-signboard-whitepaper__card p:nth-child(1) {
    font-size: 17px;
    text-align: left;
    font-weight: 500;
    padding: 0;
    text-indent: 0;
    margin: 6px 6px;
    color: #e13232;
    width: 290px;
}

.p-signboard-whitepaper__card p:nth-child(2) {
    text-indent: 0;
    padding-left: 0;
}
.p-signboard-whitepaper__card p:nth-child(3) {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 0;
    text-indent: 0em;
    min-height: 20vh;
    margin-bottom: 25px;
}
.p-signboard-whitepaper__card p:nth-child(4) {
    display: inline-block;
    color: #fff;
    width: 100%;
    border: 2px solid;
    background-color: #e13232;
    padding: 9px 9px;
    font-size: 14px;
    line-height: 1;
    text-indent: 0em;
    margin-top: auto;
    text-align: center;
}
.p-signboard-whitepaper__card::before{
  padding: 15px 20px;
}
.p-signboard-whitepaper__card:nth-child(1)::before{
  content: "1";
}
.p-signboard-whitepaper__card:nth-child(2)::before{
  content: "2";
}
.p-signboard-whitepaper__card:nth-child(3)::before{
  content: "3";
}
.p-signboard-whitepaper__card .button  {
	margin: auto;
}
.p-signboard-whitepaper__card .button a {
	padding: 6px 5px;
}
#page-feature #feature_list {
    padding: 0 0 0;
}
#page-feature #feature_list .wrapper .list .item a .txt {
    text-align: left;
}
#page-feature #feature_list .wrapper .list .item a .title {
    text-align: left;
}
p.p-signboard-performanceItem-single_txt{
    margin-bottom: 4.8rem;
}
@media only screen and (max-width:767px){
    img {
        width:100%;
    }
    .p-signboard-top {
        margin: 0 auto -65px;
    }
    .p-signboard-top::after{
      background-image: url(../../../img/business/sp-bg01.png);
      bottom: 65px;
    	height: 30px;
    }
    .p-signboard-featureItem__txtarea, .p-signboard-featureItem__img {
        width:100%;
        padding: 0;
    }
    .p-signboard-featureItem {
        flex-direction: column;
        margin-top: 35px;
    }
    .p-signboard-featureItem:nth-child(1) .p-signboard-featureItem__hdg {
        margin-top: 0px;
    }
    
    .p-signboard-featureItem_graph {
        overflow-x: auto;
    }
    .p-signboard-featureItem_graph img{
        width: auto;
    }
    .p-signboard-featureItem__hdg {
        font-size: 17px;
        font-weight: 600;
    }
    .p-signboard-featureItem__txt {
        font-size: 14px;
        margin-top: 20px;
    }
    .p-signboard-featureItem__img {
        margin-top:30px;
    }
    .p-signboard-part01__bg {
        content:url(../img/signboard/sp_background01.png);
        top: 269px;
    }
    .p-signboard-flow, .p-signboard-flow{
        padding: 65px 0;
    }
    .p-signboard__hdg{
      font-size: 20px;
    }
    .p-signboard-flow .p-signboard__hdg{
      font-size: 20px;
    }
    .p-signboard-flow2 .p-signboard__hdg{
      font-size: 20px;
    }
    .p-signboard-flow::after{
/*     	background-image: url(../../../img/business/sp-bg01.png); */
		background-image:none;
    	height: 30px;
    }
    .p-signboard-flow2::after{
    	height: 30px;
    }
    .p-signboard-flow::before, .p-signboard-flow2::before{
      background-image: url(../../../img/business/sp-bg02.png);
      height: 32px;
    }
    .p-signboard-flowItem {
        margin-top: 30px;
    }
    .p-signboard-flowItem-top__step {
        width: 40px;
        height: 40px;
    }
    .p-signboard-flowItem-top__step span:first-child {
        font-size: 8px;
    }
    .p-signboard-flowItem-top__step span:last-child {
        font-size: 15px;
    }
    .p-signboard-flowItem-top__hdg {
        font-size: 17px;
    }
    .p-signboard-flowItem-top__txt {
        display: none;
    }
    .p-signboard-flowItem__lead {
        display: block;
    }
    .p-signboard-flowItem-top__txtarea {
        width: calc(100% - 40px);
    }
    .p-signboard-flowItem__lead {
        margin-top: 10px;
        font-size: 14px;
    }
    .p-signboard-flowItem:first-child .p-signboard-flowItem-bottom img {
        content:url(../img/signboard/sp_img07.png);
    }
    .p-signboard-flowItem-bottom {
        padding: 14px;
    }
    .p-signboard-flowItem:nth-child(2) img {
        width: 48%;
    }
	.p-signboard-flowItem:nth-child(2) .p-signboard-flowItem-bottom img:nth-child(2) {
		width: 35%;
		margin-left: 8%;
	}
    .p-signboard-flowItem:nth-child(3) img {
        width: 48%;
    }
    .p-signboard-flowItem:nth-child(4) .p-signboard-flowItem-bottom__item {
        flex-direction: column;
        padding: 25px;
        font-size: 15px;
    }
	.p-signboard-flowItem:nth-child(4) .p-signboard-flowItem-bottom__item p:nth-child(1) {
	    width: 100%;
	}
	.p-signboard-flowItem:nth-child(4) .p-signboard-flowItem-bottom__item p:last-child {
	    width: 100%;
        margin: 3% 0;
	}
    .p-signboard-flowItem:nth-child(4) .p-signboard-flowItem-bottom__item span:nth-child(1) {
        width: 100%;           
        border-right: 0;     
        border-bottom: 1px solid #d2d2d2;
        justify-content: center;
        padding:20px 0;
    }
    .p-signboard-flowItem:nth-child(4) .p-signboard-flowItem-bottom__item span:last-child {
        margin-left: 0px;
        width: 100%;
        padding:20px 0;
    }
    .p-signboard-flowItem:nth-child(4) .p-signboard-flowItem-bottom__item:first-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .p-signboard-flowItem:nth-child(4) .p-signboard-flowItem-bottom__item:last-child {        
        padding-top: 0;
    }
    .p-signboard-flowItem__graph {
        overflow-x: auto;
    }
    .p-signboard-flowItem__graph img{
        width: 600px;
    }
	
	.p-signboard-flowItem-dashed-box {
		text-align: left;
	}
	.p-signboard-flowItem-dashed-bottom {
		display: block;
		padding: 30px 0;
	}
	.p-signboard-flowItem-dashed-bottom p {
		margin-bottom: 10%;
	}
	.p-signboard-flowItem-dashed-bottom img{
		width: 100%;
		margin: auto 0;
	}
	.p-signboard-flowItem-dashed-box .button a{
		width: 70%;
		margin: 0 15%;
	}
	.p-signboard-flowItem-dashed-box h3{
		font-size: 17px;
	}

	td.p-signboard-estimate_table01_item1 span {
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		-webkit-writing-mode: vertical-rl;
		min-height: 10.6em;
		width: 1.5em;
		text-align: center;
	}
	td.p-signboard-estimate_table01_item2 {
		width: 30%;
	}
    .p-signboard-performanceItem:nth-of-type(3n+3) {
        margin-right: 0%;
    }    
    .p-signboard-performanceItem {
        width: calc(98% / 2);
        margin-bottom: 15px;
    }
    .p-signboard-performanceItem:nth-of-type(2n) {
        margin-right: 0% !important;
    }
    .p-signboard-performanceItem p {
        font-size: 14px;
    }
    .p-signboard-performanceItem__btn {
        padding: .4em;
        width: 123px;
        font-size: 12px;
    }
    .p-signboard-performance__btn p {
        width: 214px;
        height: 64px;
        margin-bottom: 30px;
    }
    .p-signboard-performance {
        padding: 0 0 45px;
    }
    .p-signboard-performance__bg {
        content:url(../img/signboard/sp_background02.png);
        top: 70px;
    }
    .p-signboard-feature {
        padding: 85px 0 110px;
    }
    .p-signboard-performance .p-signboard__hdg {
        padding-top: 50px;
    }
    .p-signboard-performanceList {
        margin-top: 30px;
        max-height: 200px;
    }
    #page-business_detail #business_qa{
      padding-top: 80px;
    }
    #page-business_detail #business_qa::before{
      background-image: url(../../../img/business/sp-bg02.png);
      height: 32px;
    }
	.signboard-button a {
	    margin-left: 0;
	    margin-right: 0;
	}
	.signboard-button a {
	    min-width: 100%;
	}
    .p-signboard-whitepaper__card_Form {
        flex-direction: column;
        max-width: 96%;
    }
    .p-signboard-whitepaper__card {
        width: 100%;
        padding: 30px 10px 15px;
        margin-top: 40px;
    }
    .p-signboard-whitepaper__card p:nth-child(1) {
        font-size: 19px;
        width: 100%;
    }
    .p-signboard-whitepaper__card p:nth-child(2) {
        text-align: center;
    }
    .p-signboard-performanceList .button a {
        min-width: 130px;
        width: 130px;
        font-size: 1.3rem;
    }
	#page-feature #feature_list .wrapper .list .item {
	    width: 100%;
	    margin: 0 0 35px;
	}
}