.special h3 {
	
}

.feature_pt .feature_dt .feature_list {
    display: flex;
    width: 104%;
    flex-wrap: wrap;
}

.feature_pt .feature_dt .feature_list li {
    width: 30%;
    margin: 15px 3% 15px 0;
}

.feature_pt .feature_dt .feature_list li img {
    width: 80%;
    margin: 20px auto;
    display: block;
}

.feature_pt .feature_dt .feature_list li .item_dt .item_title {
    font-size: 18px;
    font-weight: bold;
}

.feature_pt .feature_dt .feature_list li .item_dt .item_content {
    font-size: 14px;
}

.feature_pt .feature_dt .feature_list .list_gra_border {
    border-left: 4px solid #e9bb03;
    border-right: 4px solid #9d7f04;
    padding: 8px 4px;
    position: relative;
}
.feature_pt .feature_dt .feature_list .list_gra_border a {
	color: #000;
	
}

.feature_pt .feature_dt .feature_list .list_gra_border::before {
    content: "";
    display: block;
    height: 4px;
    width: calc(100% + 8px);
    left: -4px;
    top: 0;
    position: absolute;
    background: linear-gradient(to right, #e9bb03 0%, #9d7f04 100%);
}

.feature_pt .feature_dt .feature_list .list_gra_border::after {
    content: "";
    display: block;
    height: 4px;
    width: calc(100% + 8px);
    left: -4px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, #e9bb03 0%, #9d7f04 100%);
}

.feature_pt .feature_dt .feature_list .list_gra_border .in_border {
    border-left: 2px solid #e9bb03;
    border-right: 2px solid #9d7f04;
    padding: 20px;
    position: relative;
	height: 100%;
}

.feature_pt .feature_dt .feature_list .list_gra_border .in_border::before {
    content: "";
    display: block;
    height: 2px;
    width: calc(100% + 4px);
    left: -2px;
    top: 0;
    position: absolute;
    background: linear-gradient(to right, #e9bb03 0%, #9d7f04 100%);
}

.feature_pt .feature_dt .feature_list .list_gra_border .in_border::after {
    content: "";
    display: block;
    height: 2px;
    width: calc(100% + 4px);
    left: -2px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, #e9bb03 0%, #9d7f04 100%);
}

.feature_pt .feature_dt .feature_list .list_border {
    border: 1px solid #e7e6e6;
    box-shadow: 0px 0px 5px 1px #e7e6e6;
    padding: 26px;
	
	height: 100%;
}
.feature_pt .feature_dt .feature_list .list_border a {
	color: #000;
}

@media screen and (max-width:767px) {

    .feature_pt .feature_dt .feature_list li {
        width: 100%;
        margin: 10px 3% 10px 0;
    }
    .feature_pt .feature_dt .feature_list li img {
        width: 70%;
        margin: 10px auto;
    }
    .feature_pt .feature_dt .feature_list li .item_dt .item_title {
        font-size: 4vw;
        text-align: center;
        margin-bottom: 10px;
    }
    .feature_pt .feature_dt .feature_list li .item_dt .item_content {
        font-size: 3.5vw;
        line-height: 5vw;
    }
}




.rec_list {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
	flex-wrap: wrap;
}
.rec_list:before,
.rec_list:after {
	content: none!important;
}

.rec_list li {
    width: 31%;
    background-color: #fff;
	margin-right: 3%;
}
.rec_list li:nth-child(3n) {
	margin-right: 0;
}

.rec_list li a {
    display: block;
    position: relative;
}

.rec_list li .tag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #cc0101;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
	z-index: 100;
}

.rec_list li figure {
    text-align: center;
    overflow: hidden;

    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.rec_list li figure img {
    width: 100%;
    height: auto;
  
       width: 100%;
       height: 100%;
       position: absolute;
       top: 0;
       object-fit: cover;
	left: 0;
}


.rec_list li .item_dt {
    padding: 15px 0px;
    color: #000;
}

.rec_list li .item_dt .item_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.rec_list li .item_dt .item_content {
    font-size: 16px;
    margin-top: 5px;
}

@media screen and (max-width:767px) {
    .rec_list {
        flex-wrap: wrap;
    }
    .rec_list li {
        width: 100%;
		margin-right: 0;
        margin-bottom: 20px;
    }
	
}


.special_detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.special_detail .contents{
	width: 60%;
}
.special_detail .contents div {
	
}
.special_detail .company_outline{
	width: 40%;
	padding-left: 2em;
}
.special_detail .company_outline figure {
	margin-bottom:10px;
}
.special_detail .company_outline figure img {
	width:100%;
}
.special_detail .company_outline .inner{
	
}
.special_detail .company_outline .inner p {
	display: flex;
	margin-bottom: 5px;
	align-items: center;
}
.special_detail .company_outline .inner p.name {
	font-weight: bold;
	font-size: 18px;
}
.special_detail .company_outline .inner p span {
	padding: 1px 5px;
	border-radius: 4px;
	background: #cc0001;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	margin-right: 10px;
	    white-space: nowrap;
}
.special_detail .relative_entry {
	width: 100%;
}
.special_detail .btn_wrap {
	margin: 20px 0 40px;
	text-align: center;
	width: 100%;
}
.special_detail .btn_wrap a {
	display: inline-block;
	border-radius: 0;
	color: #fff;
	background: #cc0101;
	padding: 10px 20px;
}
@media screen and (max-width:767px) {
	.special_detail {
		padding: 15px 10px;
	}
	.special_detail h2 {
		font-size: 16px;
	}
	.special_detail .contents{
		width: 100%;
	}
	.special_detail .contents div {
		margin-bottom: 20px;
	}
	.special_detail .company_outline{
		width: 100%;
		padding: 0;
	}
	.special_detail .company_outline figure {
		
	}
	.special_detail .company_outline figure img {
		
	}
	.special_detail .company_outline .inner{
		
	}
	.special_detail .company_outline .inner p {
		
	}
	.special_detail .company_outline .inner p.name {
		
	}
	.special_detail .company_outline .inner p span {
		
	}
	.special_detail .relative_entry {
		padding: 0;
	}
	.special_detail .btn_wrap {

	}
	.special_detail .btn_wrap a {

	}
}
