/* CSS Document */
.bg_wrap {
    background: url(../image/cm/compe_fv.jpg?0821) no-repeat center / cover;
}
.bg_wrap .title{
	margin-bottom: 0;
    line-height: 180%;
}
.advantages_wrap {
    background: #efefef;
    padding: 55px 0;
}
.contents_head{
	width: 96%;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.contents_head {
    width: 96%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contents_head .ch_flex{
	position: relative;
}
.contents_head h1 {
    font-size: 1.25em;
    position: relative;
    font-weight: normal;
    padding-bottom: 15px;
    margin-bottom: 24px;
    letter-spacing: 1.5px;
    color: #000;
}
.contents_head h1::after {
    content: "";
    display: block;
    width: 30px;
    background: #55b692;
    height: 2px;
    margin-top: 15px;
}
.contents_head .ch_flex .sub_ttl {
    font-size: 9px;
    position: absolute;
    bottom: -10px;
    left: 0;
    box-sizing: border-box;
    line-height: 200%;
    letter-spacing: 1.5px;
}
/*CM分離発注の5つの利点*/
.advantages {
    margin-top: 1.5em;
}
.adv_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.adv_list .adv {
    width: calc(100% / 3 - 20px);
    max-width: 260px;
    background: #bce2d3;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 25px;
    margin-bottom: 50px;
    font-size: 0.85em;
    line-height: 160%;
    padding: 3.5em 25px 25px;
    position: relative;
}
.adv_list .adv .num {
    color: #bccbb4;
    position: absolute;
    top: -0.5em;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 100%;
    font-size: 5em;
    text-align: center;
}
.ad_text {
    max-width: 700px;
    width: 96%;
    margin: 0 auto;
}
/*リスクとリスク対策*/
.risks_list_wrap {
    margin-top: 20px;
}
.risks_wrap{
    padding: 55px 0;	
}
.risks_list {	
    display: flex;
    justify-content: center;
    width: 96%;
    max-width: 840px;
    line-height: 160%;
    margin: 0 auto;
}
.risks_list li{
	width:20%;
	border-right: 1px solid #ffffff;
    text-align: center;
	
}
.risks_list .anchor{
	width:100%;
	display: block;
	padding: 1.5em 0.2em;
	position: relative;
	color: #5a6461;
}
.risks_list .anchor:last-child{
	border-right: none;
}
.risks_list.case_img .anchor {
    padding-bottom: 10px;
}

.case_img{
	margin-bottom: 10px;
}
.case_img .num {
    color: #55b692;
}
.case_img .num .mini {
    font-size: 0.75em;
    margin-right: 0.4em;
}
.case_img .num::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #5a6461;
    margin: 0.7em auto 1em;
}
.case_img img {
    width: 47.5px;
}
.case_ttl {
    background: #bdc7b4;
    font-size: 0.875em;
    border-radius: 25px 25px 0 0;
}
.case_ttl li{
	position: relative;
}
.case_ttl li::after {
    content: "▼";
    color: #bdc7b4;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -1em;
    margin: auto;
    width: 1em;
    transform: scale(3,1);
}

.case_txt {
    background: #bbe2d3;
    font-size: 0.875em;
    border-radius: 0 0 25px 25px;
}
.case_txt .anchor {
    padding-bottom: 3em;
}
.case_txt .anchor::before {
    content: "";
    display: block;
    width: 2px;
    height: 5px;
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 1.7em;
	transition: all ease 300ms;
}
.case_txt .anchor::after {
    content: "";
    display: block;
    width: 0.75em;
    height: 0.75em;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 1em;
    font-size: 1em;
    transform: rotate(-45deg);
	transition: all ease 200ms;
}
.case_txt .anchor:hover::before,
.case_txt .anchor:hover::after{
	bottom: 0.5em;
}
.case_txt .anchor:hover::before{
	height: calc(5px + 1.2em);
}
.case_txt .anchor:hover::after{
	border-width: 2px;
}
/*リスク一覧*/
.risk_wrap {
    background: #efefef;
    padding: 0 0 55px;
}
.risk_list_inner {
    width: 96%;
    max-width: 1000px;
    padding-top: 95px;
    margin-top: 95px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.risk_ttl_wrap {
    width: 260px;
}
.risk_ttl_inner .ttl {
    font-size: 1.25em;
    position: relative;
    font-weight: normal;
    padding-bottom: 15px;
    margin-bottom: 40px;
    letter-spacing: 1.5px;
    color: #000;
}
.risk_ttl_inner .ttl::after {
	content: "";
    display: block;
    width: 30px;
    background: #55b692;
    height: 2px;
    margin-top: 15px;
}
.risk_ttl_inner .ttl .mini {
    display: block;
    font-size: 0.8em;
}
.risk_ttl_inner .sub_ttl {
    color: #55b692;
    line-height: 140%;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
    font-size: 0.9em;
    position: relative;
}
.risk_ttl_inner .sub_ttl .mini{
	font-size: 0.85em;
}
.risk_ttl_inner .sub_ttl::before {
    content: "▼";
    position: absolute;
    top: 0;
    left: -2.5em;
    transform: rotate(-90deg);
}
.risk_img {
    max-width: 95px;
    margin-left: 1em;
}
.risk_text {
    width: calc(100% - 260px);
    font-size: 0.925em;
}
@media only screen and (max-width: 640px) {
	/*リスク一覧*/
	.risk_ttl_wrap {
		width: 100%;
		display: flex;
	}
	.risk_ttl_inner .ttl {
		margin-bottom: 20px;
	}
	.risk_list_inner {
		display: block;
	}
	.risk_ttl_inner .sub_ttl {
		padding-left: 1.5em;
	}
	.risk_ttl_inner .sub_ttl::before{
		left: 0;
	}
	.risk_text {
		width: 100%;
	}
}
@media only screen and (max-width: 530px) {
	.contents_head {
		display: block;
	}
	.contents_head .ch_flex {
		margin-bottom: 1.5em;
	}
	/*リスクとリスク対策*/
	.risks_list_wrap {
		display: flex;
		margin-left: auto;
		margin-right: auto;
    	width: 96%;
	}
	.risks_list {
		display: block;
	}
	.risks_list li {
		width: 100%;
		border-right: none;
		height: 120px;
		border-bottom: 1px solid #fff;
	}
	.risks_list li:last-child{
		border-bottom: none;
	}
	.risks_list .anchor{
		display: flex;
		align-items: center;
		height: 100%;
	}
	.case_img {
		width: 80px;
		text-align: center;
	}
	.case_img .num::after {
		margin: 0.2em auto 0.5em;
	}
	.case_ttl,
	.case_txt{
		width: calc(50% - 40px);
		border-radius: 0;
	}
	.case_ttl {
		border-radius: 25px 0 0 25px;
	}
	.case_txt{
		border-radius: 0 25px 25px 0;
	}
	.case_ttl li::after {
		bottom: 0;
		top: 0;
		left: auto;
		right: -0.5em;
		width: 1em;
		height: 1em;
		transform: scale(1,2) rotate(-90deg);
	}
	.risks_list .anchor{
    padding: 1.5em 1em;
	}
	.case_txt .anchor::before,
	.case_txt .anchor::after{
		display: none;
	}
	/*CM分離発注の5つの利点*/
	.contents_head h1{
		margin-bottom: 0;
	}
	.advantages {
		margin-top: 3em;
	}
	.adv_list {
		display: block;
		margin-bottom: 40px;
	}
	.adv_list .adv {
		width: calc(100% - 20px);
		max-width: none;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 15px 5%;
		border-radius: 15px;
		margin-bottom: 10px;
	}
	.adv_list .adv .num {
		position: static;
		margin: 0;
		margin-right: 15px;
	}
}

.text_wrap{
    text-align: right;
  
        width: 96%;
        max-width: 1000px;
        /* padding-top: 95px;
        margin-top: 95px; */
        margin-left: auto;
        margin-right: auto;
        /* display: flex;
        justify-content: space-between; */
        margin-bottom: 80px;
 
}

.text_wrap p.text{
font-size: 0.925em;
}