@charset "utf-8";
/* CSS Document */
.article-column{
	background:#f7f7f7;
	padding:20px;
	margin:30px auto;
}
.img_dual-funnel {
	position: relative;
}
.img_df-ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.img_dual-funnel .img_df-ttl h4 {
	padding: 10px;
	width: calc(100%/7*3 - 5px);
	position: relative;
}
.img_dual-funnel .img_df-ttl h4:first-child {
	color: #E88181;
	border-bottom: 1px solid #E88181;
}
.img_dual-funnel .img_df-ttl h4:last-child {
	color: #81B2E8;
	border-bottom: 1px solid #81B2E8;
}
.img_dual-funnel .img_df-ttl h4:first-child::before, .img_dual-funnel .img_df-ttl h4:last-child::before {
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}
.img_dual-funnel .img_df-ttl h4:first-child::before {
	background: #E88181;
}
.img_dual-funnel .img_df-ttl h4:last-child::before {
	background: #81B2E8;
}
.img_df-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.img_df-list li {
	width: calc(100%/7 - 5px);
	position: relative;
	overflow: hidden;
}
.img_df-list li::before, .img_df-list li::after {
	display: block;
	content: "";
	background: #fff;
	width: 120%;
	height: 40px;
	position: absolute;
	left: -10%;
	right: auto;
}
.img_df-list .img_df-nc-part::before {
	top: -20px;
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}
.img_df-list .img_df-nc-part::after {
	bottom: -20px;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.img_df-list .img_df-ec-part::before {
	top: -20px;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.img_df-list .img_df-ec-part::after {
	bottom: -20px;
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}
.img_dual-funnel .img_df-list li h5 {
	color: #fff;
	text-align: center;
	margin: auto;
}
.img_df-list li:nth-child(1) {
	background: #E88181;
	padding: 90px 0;
}
.img_df-list li:nth-child(2) {
	background: #E8A381;
	padding: 65px 0;
}
.img_df-list li:nth-child(3) {
	background: #E8D581;
	padding: 40px 0;
}
.img_df-list li:nth-child(4) {
	background: #aaa;
	padding: 5px 0;
}
.img_df-list li:nth-child(4)::before, .img_df-list li:nth-child(4)::after {
	display: none;
}
.img_df-list li:nth-child(5) {
	background: #81B2E8;
	padding: 40px 0;
}
.img_df-list li:nth-child(6) {
	background: #B181E8;
	padding: 53px 0;
}
.img_df-list li:nth-child(7) {
	background: #E881C7;
	padding: 90px 0;
}
.img_kpi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding-bottom: 150px;
}
.img_kpi .kgi-cell h4, .img_kpi .kpi-cell h4, .img_kpi .action-cell h4 {
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	margin: auto;
	min-width: 120px;
	padding: 10px;
	border: none;
	text-align: center;
}
.img_kpi .kgi-cell h4 {
	background: #60C592;
}
.img_kpi .kpi-cell h4 {
	background: #6086C5;
}
.img_kpi .action-cell h4 {
	background: #C56092;
}
.img_kpi > div {
	-ms-flex-preferred-size: 33%;
	flex-basis: 33%;
	text-align: center;
	position: relative;
	z-index: 2;
}
.img_kpi dd {
	background: #fff;
	border-radius: 3px;
	width: 80%;
	padding: 10px;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 1;
	margin: auto;
}
.img_kpi dd::before, .img_kpi dd::after {
	content: "";
	display: block;
	border: 7px solid transparent;
	border-bottom-color: #fff;
	border-top-width: 10px;
	border-bottom-width: 10px;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
	margin: auto;
}
.img_kpi dd::before {
	top: -19px;
}
.img_kpi dd::after {
	top: -21px;
	z-index: -2;
}
.img_kpi dd p {
	margin: auto;
}
.kgi-cell dd {
	border: 1px solid #60C592;
}
.kgi-cell dd::after {
	border-bottom-color: #60C592;
}
.kpi-cell dd {
	border: 1px solid #6086C5;
}
.kpi-cell dd::after {
	border-bottom-color: #6086C5;
}
.action-cell dd {
	border: 1px solid #C56092;
}
.action-cell dd::after {
	border-bottom-color: #C56092;
}
.img_kpi dt + dt {
	margin-top: 20px;
}
.img_kpi .kgi-cell::before, .img_kpi .kpi-cell::before, .img_kpi .kpi-cell::after, .img_kpi .action-cell::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	width: 50%;
	position: absolute;
	margin: auto;
	z-index: -1;
}
.img_kpi .kgi-cell::before {
	height: 2px;
	background: #ddd;
	top: 0;
	bottom: 0;
	right: 0;
}
.img_kpi .kpi-cell::before, .img_kpi .action-cell::before {
	height: 60%;
	border: 2px solid #ddd;
	border-right-color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.img_kpi .kpi-cell::after {
	height: 2px;
	background: #ddd;
	position: absolute;
	top: 20%;
	right: 0;
}
.img_3c {
	max-width: 600px;
	margin: auto;
}
.img_3c ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.img_3c-list {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
	background: #E0EEEF;
	width: calc(50% - 10px);
	margin-bottom: 20px;
	border-radius: 50%;
	position: relative;
	padding: 20px;
}
.img_3c-list::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.img_3c-list:nth-child(1) {
	background: #EF8B8B;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin: 0 auto -20px;
}
.img_3c-list:nth-child(2) {
	background: #9CD194;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.img_3c-list:nth-child(3) {
	background: #9AD6EB;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.img_3c .img_3c-list h4 {
	border: none;
	font-size: 4rem;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}
.img_3c-list > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img_3c-list p, .img_3c-list i {
	margin: 0 auto;
}
.img_3c-list p {
	line-height: 1.5;
}
.img_3c-list i {
	font-size: 8rem;
	line-height: 1;
}
.right-txt, .left-txt, .mutual-txt {
	text-align: center;
	position: absolute;
	margin: auto;
	z-index: 3;
}
.img_3c-customer .right-txt {
	right: -40%;
	bottom: 0;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
.img_3c-customer .left-txt {
	left: -35%;
	bottom: 0;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.img_3c-customer .right-txt, .img_3c-customer .left-txt {
	color: #8C1A1A;
}
.img_3c-competitor .right-txt {
	color: #0E4B60;
	left: 45%;
	top: -23%;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.img_3c-company .left-txt {
	right: 45%;
	top: -23%;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
.img_3c-company .mutual-txt {
	bottom: -10%;
	left: -45%;
}
.img_3c-company .left-txt {
	color: #226B16;
}
.img_3c-company .mutual-txt {
	color: #166B61;
}
.img_swot {
	position: relative;
}
.b-blog .img_swot h4, .b-blog .img_swot h5, .b-movie .img_swot h4, .b-movie .img_swot h5 {
	border: none;
	word-break: break-all;
	margin: auto;
	text-align: center;
}
.img_swot .img_swot-table h5 {
	font-size: 2rem;
}
.img_swot th, .img_swot td {
	border: 1px solid #666;
	vertical-align: middle;
	padding: 15px;
}
.img_swot td {
	background: #fff;
}
.img_swot tr th {
	width: 33%;
}
.img_swot tr th:first-child {
	border-left: none;
	border-top: none;
}
.img_swot td p {
	margin: .5em auto;
}
th.img_swot-o, th.img_swot-t {
	vertical-align: middle;
}
th.img_swot-s {
	background: rgba(255, 0, 0, 0.3);
}
.img_swot th.img_swot-s h4, .img_swot h5 span.img_swot-s {
	color: #991010;
}
th.img_swot-w {
	background: rgba(0, 0, 255, 0.3);
}
.img_swot th.img_swot-w h4, .img_swot h5 span.img_swot-w {
	color: #120F99;
}
td.img_swot-o {
	background: rgba(0, 255, 0, 0.3);
}
.img_swot td.img_swot-o h4, .img_swot h5 span.img_swot-o {
	color: #0F9912;
}
td.img_swot-t {
	background: rgba(255, 180, 0, 0.3);
}
.img_swot td.img_swot-t h4, .img_swot h5 span.img_swot-t {
	color: #8C6011;
}
.img_swot .img_swot-table h5 {
	color: #666;
}
.img_swot .img_swot-table h5 span {
	line-height: 1.5;
	padding: 5px;
}
.img_4c-4p_col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.img_4c-4p_col > li {
	width: calc(50% - 15px);
	position: relative;
	z-index: 1;
}
.img_4c-4p_col li h4 {
	border: none;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.img_4c-4p_col > li:nth-child(1) h4, .img_4c-4p_col > li:nth-child(1) h5 {
	color: #991010;
}
.img_4c-4p_col > li:nth-child(2) h4, .img_4c-4p_col > li:nth-child(2) h5 {
	color: #120F99;
}
.img_4c-4p_col li h5 {
	font-weight: normal;
	margin: 0;
	text-align: center;
}
.img_4c-4p_col li p {
	margin: 0 auto 15px;
	text-align: center;
}
.img_4c-4p_col ul {
	border-radius: 5px;
	padding: 10px;
}
.img_4p {
	background: #FFEEEF;
}
.img_4c {
	background: #EEF3FF;
}
.img_4c-4p_col ul li {
	border-radius: 3px;
	background: #fff;
	position: relative;
	z-index: 2;
}
.img_4c-4p_col ul li + li {
	margin-top: 10px;
}
.img_4c-4p_col ul li i {
	color: #666;
	font-size: 3rem;
	height: 1em;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -40px;
	margin: auto;
	z-index: 3;
}
.img_pest-list div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	max-width: 600px;
	margin: auto;
}
.img_pest-list div + div {
	margin-top: 15px;
}
.img_pest .img_pest-list div h5 {
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin: auto;
}
.img_pest .img_pest-list div h6 {
	margin: 0 auto 10px;
}
.img_pest .img_pest-list div ul li {
	font-size: 1.6rem;
	line-height: 1.75;
	padding-left: 1.5em;
	position: relative;
}
.img_pest .img_pest-list div ul li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: .25em;
	width: 8px;
	height: 3px;
	border-left: 2px solid #83C0C4;
	border-bottom: 2px solid #83C0C4;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.img_pest-list div dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
	-ms-flex-preferred-size: 200px;
	flex-basis: 200px;
}
.img_pest-list div dd {
	-ms-flex-preferred-size: calc(100% - 200px);
	flex-basis: calc(100% - 200px);
	padding: 20px;
	background: #fff;
}
.img_pest-list div:nth-child(odd) {
	background: #DDEFF3;
}
.img_pest-list div:nth-child(odd) dt {
	background: #50ABC0;
}
.img_pest-list div:nth-child(odd) h6 {
	color: #50ABC0;
}
.img_pest-list div:nth-child(even) {
	background: #F3EDDD;
}
.img_pest-list div:nth-child(even) dt {
	background: #AF8B2C;
}
.img_pest-list div:nth-child(even) h6 {
	color: #AF8B2C;
}
.img_4p-flow {
	max-width: 600px;
	margin: auto;
}
.img_4p-flow > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.img_4p-product {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.img_4p-price {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.img_4p-place {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}
.img_4p-promotion {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.img_4p-flow-list {
	font-size: 1.6rem;
	line-height: 1.5;
	background: #E0EEEF;
	width: calc(50% - 10px);
	margin-bottom: 20px;
	border-radius: 50%;
	position: relative;
	padding: 20px;
}
.img_4p-flow-list::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.img_4p-flow-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img_4p-flow-list .img_4p-flow-inner h5 {
	font-size: 3rem;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin: 0;
}
.img_4p-flow-list .img_4p-flow-inner p {
	padding: 0 20px;
	margin: 15px auto 0;
}
.img_4p-flow-inner i {
	color: #83C0C4;
	font-size: 6rem;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	position: absolute;
	margin: auto;
	z-index: 3;
}
.img_4p-product i {
	right: -0.75em;
	top: 0;
	bottom: 0;
}
.img_4p-price i {
	bottom: -0.75em;
	left: 0;
	right: 0;
}
.img_4p-place i {
	left: -0.75em;
	top: 0;
	bottom: 0;
}
.img_4p-promotion i {
	top: -0.75em;
	left: 0;
	right: 0;
}
.img_ooda {
	max-width: 600px;
	margin: auto;
}
.img_ooda > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.img_ooda-o1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.img_ooda-o2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.img_ooda-d {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}
.img_ooda-a {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.img_ooda-list {
	font-size: 1.6rem;
	line-height: 1.5;
	background: #E0EEEF;
	width: calc(50% - 10px);
	margin-bottom: 20px;
	border-radius: 50%;
	position: relative;
	padding: 20px;
}
.img_ooda-list::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.img_ooda-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img_ooda .img_ooda-inner h4 {
	color: #000;
	font-size: 3rem;
	font-weight: normal;
	text-align: center;
	margin: 0;
	border: none;
}
.img_ooda .img_ooda-inner p {
	padding: 0 20px;
	margin: 15px auto 0;
}
.img_ooda-inner i {
	color: #83C0C4;
	font-size: 6rem;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	position: absolute;
	margin: auto;
	z-index: 3;
}
.img_ooda-o1 i {
	right: -0.75em;
	top: 0;
	bottom: 0;
}
.img_ooda-o2 i {
	bottom: -0.75em;
	left: 0;
	right: 0;
}
.img_ooda-d i {
	left: -0.75em;
	top: 0;
	bottom: 0;
}
.img_ooda-a i {
	top: -0.75em;
	left: 0;
	right: 0;
}
.img_pmtri-wrap {
	max-width: 800px;
	margin: auto;
}
.img_pmtri {
	width: 100%;
	position: relative;
}
.img_pmtri::before {
	content: "";
	display: block;
	padding-top: 95%;
}
.img_pmtri > li {
	position: absolute;
}
.img_pmtri .img_pmtri_person h4, .img_pmtri .img_pmtri_product h4 {
	font-size: 2rem;
	color: #fff;
	margin: auto;
	padding: 3em 0 0;
	border: none;
	text-align: center;
	line-height: 1;
}
.img_pmtri_person {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #000)) no-repeat top left/50% 100%, -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #000)) no-repeat top right/50% 100%;
	background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #000 50%) no-repeat top left/50% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #000 50%) no-repeat top right/50% 100%;
	width: 25%;
	height: 22.5%;
	z-index: 2;
}
.img_pmtri_dev {
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	margin: auto;
}
.img_pmtri_bs {
	right: 0;
	left: auto;
	top: auto;
	bottom: 10%;
}
.img_pmtri_us {
	left: 0;
	bottom: 10%;
	right: auto;
	top: auto;
}
.img_pmtri_product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #000)) no-repeat top left/50% 100%, -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #000)) no-repeat top right/50% 100%;
	background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #000 50%) no-repeat top left/50% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #000 50%) no-repeat top right/50% 100%;
	width: 27%;
	height: 24%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	margin: auto;
	-webkit-transform: translateY(25%);
	transform: translateY(25%);
}
.img_pmtri_work li {
	border-top: 1px solid #ddd;
	padding: 5px 0;
}
.img_pmtri_work ul li:first-child {
	display: none;
}
.img_pmtri_work ul li:last-child {
	border-bottom: 1px solid #ddd;
}
.img_pmtri .img_pmtri_work h5 {
	font-size: 1.4rem;
	font-weight: normal;
	color: #000;
	margin: auto;
	padding: 0;
	border: none;
	text-align: center;
	line-height: 1;
}
.img_pmtri_work {
	width: 100%;
}
.img_pmtri_work ul {
	width: 75%;
	margin: auto;
}
.img_pmtri_workA {
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	left: -25%;
	top: 45%;
}
.img_pmtri_workB {
	bottom: 10%;
	left: 0;
	right: 0;
	margin: auto;
}
.img_pmtri_workC {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	right: -25%;
	top: 45%;
}
.img_pmtri_list {
	display: none;
}
/*----コンテンツマーケティングとは？有益な情報を提供して集客するマーケティング手法----*/
.img2col .wp-block-group__inner-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.contentsMarketing_inner {
	max-width: 800px;
	margin: 0 auto;
}
.contentsMarketing_flow_icons, .contentsMarketing_flow_title, .contentsMarketing_flow_desc {
	display: flex;
	font-size: 18px;
	width: 100%;
}
.contentsMarketing_flow_icons li {
	width: calc((100% - 50px) / 5);
	margin: 10px 0 0 20px;
	text-align: center;
}
.contentsMarketing_flow_icons li img {
	width: 25%;
	display: inline;
}
.contentsMarketing_flow_title li {
	width: calc(100% / 5);
	padding: 5px;
	margin: 10px 0 0 5px;
	text-align: center;
	line-height: 1.75;
	font-weight: bold;
	color: #fff;
	position: relative;
	height: 5rem;
}
.contentsMarketing_flow_title li .contentsMarketing_action {
	position: absolute;
	display: inline;
	top: 50%;
	left: 50%;
	margin: 0 0 0 10px;
	width: 100%;
	transform: translateY(-50%) translateX(-50%);
	color: #fff;
	border-bottom: none;
	font-size: 1.6rem;
}
.contentsMarketing_flow_title li:first-child {
	background-color: #ea8d8d;
}
.contentsMarketing_flow_title li:nth-child(2) {
	background-color: #c694db;
}
.contentsMarketing_flow_title li:nth-child(3) {
	background-color: #8f88f1;
}
.contentsMarketing_flow_title li:nth-child(4) {
	background-color: #88c5f1;
}
.contentsMarketing_flow_title li:nth-child(5) {
	background-color: #8cd44d;
}
.contentsMarketing_flow_title li::before {
	content: '';
	position: absolute;
	z-index: 3;
	top: 0;
	right: -2rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5rem 0 2.5rem 2rem;
	border-color: transparent transparent transparent #ea8d8d;
}
.contentsMarketing_flow_title li::after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	right: -2.5rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5rem 0 2.5rem 2rem;
	border-color: transparent transparent transparent #fff;
}
.contentsMarketing_flow_title li:nth-of-type(2)::before {
	border-color: transparent transparent transparent #c694db;
}
.contentsMarketing_flow_title li:nth-of-type(3)::before {
	border-color: transparent transparent transparent #8f88f1;
}
.contentsMarketing_flow_title li:nth-of-type(4)::before {
	border-color: transparent transparent transparent #88c5f1;
}
.contentsMarketing_flow_title li:nth-of-type(5)::before {
	display: none;
}
.contentsMarketing_chart figure img {
	width: 50px;
}
.contentsMarketing_chart .column h4.koukoku, .contentsMarketing_chart .column h4.contentsMarketing {
	font-size: 22px;
	color: #393939;
	border: none;
	font-weight: bold;
}
.contentsMarketing_chart .company_img {
	margin: 75px auto;
	position: relative;
}
.contentsMarketing_chart figure.company_img figcaption, .contentsMarketing_chart figure.user_img figcaption {
	font-size: 1.8rem;
	color: #666;
	font-weight: bold;
	font-style: normal;
}
.contentsMarketing_chart figure.user_img {
	margin: 75px auto;
}
.arrow_box {
	position: absolute;
	background-color: #5fb2c1;
	height: 50px;
	width: 7px;
	z-index: 0;
	top: 80px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
}
.arrow_box::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: -5px;
	left: -12px;
	right: 0;
	margin: auto;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #5fb2c1 transparent;
	display: block;
}
.whole_flow {
	display: flex;
	justify-content: space-between;
	width: 768px;
	margin: 0 auto;
}
.whole_flow div {
	position: relative;
}
.whole_flow div::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 14px 24.2px;
	border-color: transparent transparent transparent #67cb5c;
	position: absolute;
	top: 50%;
	right: -60px;
}
.whole_flow div:last-of-type::after {
	display: none;
}
.flow_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.flow_title.bg_ed7f61 {
	background-color: #ed7f61;
}
.flow_title-2Wrap {
	display: flex;
}
.flow_title {
	border-radius: 3px;
	background-color: #33b6ed;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	padding: 0px 22px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	max-width: 140px;
}
.flow_title.flow_title-2 {
	display: block;
	background: #67cb5c;
	padding: 0 10px;
	max-width: 190px;
}
.flow_comment {
	display: block;
	border-radius: 30px;
	padding: 8px 16px;
	width: 160px;
	text-align: center;
	background-color: #e6f7ff;
	font-weight: bold;
	font-size: 1.6rem;
}
.flow_comment:nth-of-type(2) {
	margin-top: 10px;
}
.plus_icon {
	color: #aaaaaa;
	margin: 10px 4px 0;
}
.company_left span {
	display: block;
	color: #67cb5c;
	font-weight: bold;
	font-size: 1.8rem;
}
.company_side-icon {
	font-size: 5rem;
	color: #67cb5c;
}
.company_exlist {
	background-color: #e1f5de;
	padding: 10px 8px;
	width: 218px;
	height: 85px;
	margin-left: 14px;
}
.company_exlist li {
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 1.6rem;
}
.company_exlist li:last-of-type {
	margin-bottom: 0px;
}
.company_exlist li::before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #000;
	border-radius: 50%;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 8px;
}
.user_middle {
	width: 100%;
}
.user_middle .user_name {
	display: inline-block;
	margin-top: 16px;
}
.user_icon {
	color: #aaaaaa;
	font-size: 8rem;
	margin-bottom: 10px;
}
.user_icon.user_icon2 {
	display: inline-block;
	float: left;
	text-align: left;
	margin-bottom: 0;
}
.comment_middelWrap {
	text-align: left;
	display: inline-block;
}
.user_name {
	display: block;
	text-align: center;
	margin-bottom: 6px;
	font-size: 1.6rem;
}
.MeasurementIndexWrap {
	width: 640px;
	margin: 0 auto;
	position: relative;
}
.MeasurementIndex_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.MeasurementIndex_item-titleWrap::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 140px 0 140px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: 80px;
	left: 0px;
	z-index: 2;
}
.MeasurementIndex_item-titleWrapF::before {
	border-style: none;
}
.MeasurementIndex_item-titleWrap {
	background-color: #E981C7;
	width: 280px;
	height: 90px;
	text-align: center;
	position: relative;
}
.MeasurementIndex_item:nth-of-type(2) .MeasurementIndex_item-titleWrap {
	background-color: #EDD674;
}
.MeasurementIndex_item:nth-of-type(2) .MeasurementIndex_item-titleWrap::after {
	border-color: #EDD674 transparent transparent transparent;
}
.MeasurementIndex_item:nth-of-type(3) .MeasurementIndex_item-titleWrap {
	background-color: #97C98F;
}
.MeasurementIndex_item:nth-of-type(3) .MeasurementIndex_item-titleWrap::after {
	border-color: #97C98F transparent transparent transparent;
}
.MeasurementIndex_item:nth-of-type(4) .MeasurementIndex_item-titleWrap {
	background-color: #81B2E8;
}
.MeasurementIndex_item:nth-of-type(4) .MeasurementIndex_item-titleWrap::after {
	border-color: #81B2E8 transparent transparent transparent;
}
.MeasurementIndex_item-titleWrap::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 140px 0 140px;
	border-color: #E981C7 transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 0px;
	z-index: 3;
}
.MeasurementIndex_item .MeasurementIndex_item-titleWrap h4.MeasurementIndex_item-title {
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 100px;
	margin-top: 0;
	border: none;
	padding: 0px;
}
.MeasurementIndex_item-textWrap {
	width: 330px;
}
.MeasurementIndex_item-textWrap p {
	color: #E981C7;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.MeasurementIndex_item:nth-of-type(2) .MeasurementIndex_item-textWrap p {
	color: #EDD674;
}
.MeasurementIndex_item:nth-of-type(3) .MeasurementIndex_item-textWrap p {
	color: #97C98F;
}
.MeasurementIndex_item:nth-of-type(4) .MeasurementIndex_item-textWrap p {
	color: #81B2E8;
}
.MeasurementIndex_item-textWrap span {
	display: block;
	font-size: 1.6rem;
}
.MeasurementIndexWrap.settinggoal_figure {
	width: 280px;
	margin: 0;
}
.MeasurementIndexWrap.settinggoal_figure {
	width: 280px;
	margin: 0;
}
.MeasurementIndex-kgi_wrap {
	width: 280px;
}
.MeasurementIndex-kgi_wrap {
	display: flex;
	justify-content: space-between;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 280px;
}
.MeasurementIndex-kgi_wrap li:first-of-type {
	background-color: #06839d;
	color: #fff;
	width: 30%;
	font-weight: bold;
	font-size: 2.4rem;
}
.MeasurementIndex-kgi_wrap li:last-of-type {
	border: 3px solid #06839d;
	width: 70%;
	font-weight: bold;
	font-size: 1.8rem;
}
.MeasurementIndex-kpi_wrap {
	background-color: #c6145b;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.settinggoal_item {
	font-weight: bold;
	padding-left: 14px;
}
.settinggoalWrap {
	display: flex;
	margin: auto;
	justify-content: space-between;
	width: 640px;
}
.settinggoal_listWrap {
	width: 324px;
}
.settinggoal_list {
	border: 3px dashed #c5145c;
	border-bottom: none;
}
.settinggoal_list li {
	height: calc(400px / 4);
	padding: 28px;
	font-weight: bold;
	font-size: 1.6rem;
}
.mark_contentsChart {
	display: flex;
	width: 740px;
	margin: auto;
	justify-content: space-between;
	position: relative;
}
.mktg_contents {
	background-color: #eeef84;
	padding: 20px 30px 30px;
	width: 360px;
	position: relative;
}
.mark_contentsChart .mktg_contents .mktg_contents_title {
	color: #06839d;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 0 0 30px 0;
	text-align: center;
	border: none;
	margin: 20px auto 0px auto;
}
.mktg_list {
	display: flex;
	justify-content: space-between;
	width: 270px;
	margin: 0 auto;
}
.mktg_list li {
	background-color: #fff;
}
.mktg_contents .mktg_list .mktg_item .mktg_item-title {
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 30px;
	border: none;
	margin-bottom: 0;
}
.mktg_item {
	padding: 10px 14px;
	text-align: center;
	width: 130px;
	height: 236px;
}
.mktg_item li {
	background-color: #eeef84;
	border-radius: 3px;
	padding: 2px 8px;
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 1.6rem;
}
.CM_tip {
	background: #e3625e;
	width: 5px;
	height: 38px;
	margin: 0 auto;
	position: relative;
}
.CM_tip::before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 18px solid #e3625e;
	position: absolute;
	bottom: -18px;
	left: -6px;
}
.CM_areaWrap h5.CM_area {
	background-color: #e3625e;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
	line-height: 54px;
	width: 320px;
	height: 54px;
	margin: 28px auto 0;
	padding: 0px;
}
.CD_inner {
	width: 768px;
	margin: auto;
	font-size: 1.6rem;
}
.CD_inner > div {
	width: 460px;
	margin: auto;
}
.CD_inner > div:nth-of-type(2) {
	width: 310px;
	margin: auto;
}
.CD_head, .CD_foot {
	display: flex;
	padding-bottom: 16px;
}
.CD_middle {
	display: flex;
	justify-content: space-between;
}
.CD_foot:last-of-type {
	padding-bottom: 0;
}
.CD_category {
	width: 160px;
	text-align: center;
}
.CD_name {
	border-radius: 3px;
	background-color: #dbe9f6;
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: 2px 8px;
	margin-bottom: 10px;
}
.CD_arrowWrap {
	margin: 50px 10px 0;
}
.CD_arrow {
	background: #4b91d1;
	width: 80px;
	height: 6px;
	position: relative;
	margin: 6px 0;
}
.CD_arrow::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 13.9px;
	border-color: transparent transparent transparent #4b91d1;
	position: absolute;
	top: -5px;
	right: -13px;
}
.CD_arrow2Wrap {
	text-align: center;
	display: flex;
}
.CD_arrow2Wrap span {
	display: block;
}
.CD_arrow2 {
	display: block;
	background: #4b91d1;
	width: 6px;
	height: 40px;
	position: relative;
	margin-right: 6px;
}
.CD_arrow2::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.9px 8px 0 8px;
	border-color: #4b91d1 transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	right: -5px;
}
.CD_arrow3Wrap {
	margin-top: -20px;
	position: relative;
	width: 100px;
}
.CD_arrow3 {
	background: #e980c7;
	width: 6px;
	height: 90px;
	position: relative;
	transform: rotate(230deg);
}
.CD_arrow3::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.9px 8px 0 8px;
	border-color: #e980c7 transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	right: -5px;
}
.CD_arrow3Wrap span {
	position: absolute;
	top: 60px;
	left: -10px;
	width: 110px;
}
.CD_arrow2.CD_arrow4 {
	background: #67cb5c;
}
.CD_arrow2.CD_arrow4::after {
	border-color: #67cb5c transparent transparent transparent;
}
.CD_arrow.CD_arrow4 {
	background: #e980c7;
}
.CD_arrow.CD_arrow4::after {
	border-color: transparent transparent transparent #e980c7;
}
/*----結局事業をグロースさせるにはどうしたらいいの？ 〜最高のマーケターのなり方〜----*/
.img_growth-team {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	max-width: 800px;
	margin: auto;
}
.img_growth-team li {
	border-radius: 5px;
	width: calc(100%/3 - 10px);
	padding: 15px;
	position: relative;
	z-index: 2;
}
.main-txt .img_growth-team h4 {
	color: #fff;
	border: none;
	text-align: center;
	margin: 0;
}
.img_gt_cmo {
	background: linear-gradient(135deg, #ffce9f 0%, #ff849c 100%);
	margin: auto;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}
.img_gt_designer {
	background: linear-gradient(135deg, #c1bfe6 0%, #ea88de 100%);
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.img_gt_engineer {
	background: linear-gradient(135deg, #60e4de 0%, #b193cb 100%);
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.img_gt_recruiter {
	background: linear-gradient(135deg, #cfdb4a 0%, #7ed776 100%);
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.img_gt_designer, .img_gt_engineer, .img_gt_recruiter {
	margin: 60px 0 0;
}
.img_gt_cmo::before {
	content: "";
	display: block;
	background: #ddd;
	width: 2px;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	margin: auto;
}
.img_gt_designer::before, .img_gt_recruiter::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	width: calc(100% + 20px);
	height: 32px;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #ddd;
	position: absolute;
	top: -30px;
	z-index: 1;
}
.img_gt_designer::before {
	border-left-color: #ddd;
	left: 50%;
}
.img_gt_recruiter::before {
	border-right-color: #ddd;
	right: 50%;
}
.main-txt .img_growth-phase h4, .main-txt .img_growth-phase h5, .main-txt .img_growth-phase h6 {
	color: #000;
	margin: auto;
	padding: 0;
	border: none;
	text-align: center;
}
.img_growth-phase {
	width: 100%;
}
.img_growth-phase th h4 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.img_growth-phase th {
	width: 40px;
	vertical-align: middle;
}
.img_growth-phase td {
	vertical-align: middle;
	width: 30%;
	padding: 15px;
	border: 1px solid #eee;
}
.img_growth-phase .img_gp_tri {
	width: calc(40% - 40px);
}
.img_growth-phase .img_gp_first h5, .img_growth-phase .img_gp_first h6 {
	color: #C56085;
}
.img_growth-phase .img_gp_second h5, .img_growth-phase .img_gp_second h6 {
	color: #6080C5;
}
.img_growth-phase .img_gp_tri-top {
	background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #C56085)) no-repeat top left/50% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #C56085)) no-repeat top right/50% 100%;
	background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #C56085 50%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #C56085 50%) no-repeat top right/50% 100%;
	border-bottom: none;
}
.img_growth-phase .img_gp_tri-bottom {
	background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #6080C5)) no-repeat top left/50% 100%, -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #6080C5)) no-repeat top right/50% 100%;
	background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #6080C5 50%) no-repeat top left/50% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #6080C5 50%) no-repeat top right/50% 100%;
	border-top: none;
}
/*img-hk*/
.main-txt figure.figure-kook h4, .main-txt figure.figure-kook h5, .main-txt figure.figure-kook p, .main-txt figure.figure-kook strong, .main-txt figure.figure-kook li {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
	color: #333;
	border: none;
	margin: 0;
	padding: 0;
}
.main-txt figure.figure-kook br.br-sp {
	display: none;
}
/*----マーケティングオートメーションでできることって何？MAの機能を徹底解説！----*/
.main-txt figure.img-w-is-ma {
	margin: 20px auto;
	width: 852px;
}
.main-txt figure.img-w-is-ma dt p {
	font-weight: bold;
	color: #fff;
	text-align: center;
	z-index: 101;
}
.main-txt figure.img-w-is-ma p {
	text-align: justify;
}
.main-txt figure.img-w-is-ma figure {
	margin: 0;
}
.main-txt figure.img-w-is-ma dl > div:nth-of-type(2) dd div:nth-of-type(1) p {
	width: 200px;
}
.main-txt figure.img-w-is-ma dl > div:nth-of-type(2) dd div:nth-of-type(2) p {
	width: 282px;
}
.main-txt figure.img-w-is-ma small {
	display: block;
	font-size: 1.2rem;
	text-align: center;
	width: 34px;
	padding-top: 6px;
}
.main-txt figure.img-w-is-ma dl > div:nth-of-type(2) dd div:nth-of-type(2) small {
	font-size: 1.1rem;
}
.main-txt figure.img-w-is-ma strong {
	font-size: 1.6rem;
	text-align: left;
	font-weight: bold;
}
.main-txt figure.img-w-is-ma dl > div {
	display: flex;
}
.main-txt figure.img-w-is-ma dl dt {
	margin: 0 0 10px;
	box-sizing: border-box;
	width: 192px;
	height: 104px;
	padding-top: 54px;
	position: relative;
}
.main-txt figure.img-w-is-ma dl div + div dt:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-style: solid;
	border-width: 34px 96px 0 96px;
	border-color: #fff transparent transparent transparent;
	z-index: 0;
}
.main-txt figure.img-w-is-ma dl dt:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -34px;
	left: 0;
	border-style: solid;
	border-width: 34px 96px 0 96px;
	z-index: 1;
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(1) dt {
	padding-top: 22px;
	height: 96px;
	background: #36c3ea;
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(1) dt:after {
	border-color: #36c3ea transparent transparent transparent;
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(2) dt {
	background: #3b78e2;
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(2) dt:after {
	border-color: #3b78e2 transparent transparent transparent;
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(3) dt {
	background: #703de0;
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(3) dt:after {
	border-color: #703de0 transparent transparent transparent;
}
.main-txt figure.img-w-is-ma dl dd {
	height: 104px;
	width: 660px;
	background: #dff2f2;
	border-radius: 0 14px 14px 0;
	display: flex;
	align-items: center;
}
.main-txt figure.img-w-is-ma dl > div:nth-of-type(3) dd {
	display: block;
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(1) dd {
	height: 96px;
}
.main-txt figure.img-w-is-ma dl dd span {
	display: flex;
	align-items: center;
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(3) dd div {
	height: calc(52px - 8px);
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(3) dd div:nth-of-type(1) {
	margin-top: 10px;
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(3) dd div:nth-of-type(2) {
	margin-left: 32px;
}
.main-txt figure.img-w-is-ma dl div dd div {
	display: flex;
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(1) dd div {
	display: flex;
	align-items: center;
}
.main-txt figure.img-w-is-ma dl dd figure {
	margin-left: 30px;
	margin-right: 14px;
	width: 34px;
}
.main-txt figure.img-w-is-ma dl dd div figure img {
	margin: 0 auto;
}
.main-txt figure.img-w-is-ma img.img-client {
	width: 34px;
}
.main-txt figure.img-w-is-ma img.img-company {
	width: 32px;
}
.main-txt figure.img-w-is-ma img.img-exclamation {
	width: 40px;
}
.main-txt figure.img-w-is-ma span {
	height: 2px;
	width: 40px;
	background: #444;
	position: relative;
	top: calc(1.6rem * 1.5 / 2 - 1px + 0.4rem);
}
.main-txt figure.img-w-is-ma span:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	transform: rotate(45deg);
	background: #444;
	top: calc(-6px * 0.7);
	right: 0;
}
.main-txt figure.img-w-is-scoring-fn {
	text-align: center;
	line-height: 1.5 !important;
}
.main-txt figure.img-w-is-scoring-fn h4 {
	font-size: 2.4rem;
	margin: 20px auto 20px;
}
.main-txt figure.img-w-is-scoring-fn ul {
	display: flex;
	margin: 0 auto;
	width: 584px;
}
.main-txt figure.img-w-is-scoring-fn ul li {
	text-align: left;
	color: #fff;
	font-weight: bold;
	width: 178px;
	height: 112px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 34px;
}
.main-txt figure.img-w-is-scoring-fn ul li + li {
	margin-left: 10px;
}
.main-txt figure.img-w-is-scoring-fn ul li + li:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-style: solid;
	border-width: 56px 0 56px 30px;
	border-color: transparent transparent transparent #fff;
	z-index: 1;
}
.main-txt figure.img-w-is-scoring-fn ul li:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: -30px;
	border-style: solid;
	border-width: 56px 0 56px 30px;
	z-index: 2;
}
.main-txt figure.img-w-is-scoring-fn ul li:nth-child(1) {
	background: #3bbc91;
	padding-left: 10px;
}
.main-txt figure.img-w-is-scoring-fn ul li:nth-child(1):after {
	border-color: transparent transparent transparent #3bbc91;
}
.main-txt figure.img-w-is-scoring-fn ul li:nth-child(2) {
	background: #37b0c4;
}
.main-txt figure.img-w-is-scoring-fn ul li:nth-child(2):after {
	border-color: transparent transparent transparent #37b0c4;
}
.main-txt figure.img-w-is-scoring-fn ul li:nth-child(3) {
	background: #3a63bf;
}
.main-txt figure.img-w-is-scoring-fn ul li:nth-child(3):after {
	border-color: transparent transparent transparent #3a63bf;
}
.main-txt figure.img-w-is-scoring-fn ul li:nth-child(2) span, .main-txt figure.img-w-is-scoring-fn ul li:nth-child(3) span {
	left: 40px;
}
.main-txt figure.img-w-is-sm-sending-fn {
	text-align: center;
}
.main-txt figure.img-w-is-sm-sending-fn h4 {
	font-size: 2.4rem;
	margin: 20px auto 20px;
}
.main-txt figure.img-w-is-sm-sending-fn ul {
	display: flex;
	width: 750px;
	margin: 0 auto;
	position: relative;
	left: -10px;
}
.main-txt figure.img-w-is-sm-sending-fn ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 236px;
	height: 106px;
	padding: 0 24px 0 36px;
	position: relative;
	color: #fff;
	font-weight: bold;
	text-align: justify;
	box-sizing: border-box;
}
.main-txt figure.img-w-is-sm-sending-fn ul li + li {
	margin-left: 10px;
}
.main-txt figure.img-w-is-sm-sending-fn ul li:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	border-style: solid;
	border-width: 53px 0 53px 22px;
	border-color: transparent transparent transparent #fff;
	z-index: 99;
}
.main-txt figure.img-w-is-sm-sending-fn ul li:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: -22px;
	top: 0;
	border-style: solid;
	border-width: 53px 0 53px 22px;
	z-index: 100;
}
.main-txt figure.img-w-is-sm-sending-fn ul li:nth-child(1) {
	background: #67cfe8;
}
.main-txt figure.img-w-is-sm-sending-fn ul li:nth-child(1):before {
	border-color: transparent;
}
.main-txt figure.img-w-is-sm-sending-fn ul li:nth-child(1):after {
	border-color: transparent transparent transparent #67cfe8;
}
.main-txt figure.img-w-is-sm-sending-fn ul li:nth-child(2) {
	background: #679ae5;
}
.main-txt figure.img-w-is-sm-sending-fn ul li:nth-child(2):after {
	border-color: transparent transparent transparent #679ae5;
}
.main-txt figure.img-w-is-sm-sending-fn ul li:nth-child(3) {
	background: #7367e5;
}
.main-txt figure.img-w-is-sm-sending-fn ul li:nth-child(3):after {
	border-color: transparent transparent transparent #7367e5;
}
.main-txt figure.img-w-is-sm-sending-fn figure > div {
	margin-top: 18px;
}
.main-txt figure.img-w-is-sm-sending-fn figure > div div {
	width: 42px;
	height: 24px;
	background: #3d3d3d;
	margin: 0 auto;
	position: relative;
}
.main-txt figure.img-w-is-sm-sending-fn div > div:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -26px;
	left: -16px;
	border-style: solid;
	border-width: 26px 37px 0 37px;
	border-color: #3d3d3d transparent transparent transparent;
	color: #3d3d3d;
}
.main-txt figure.img-w-is-sm-sending-fn figure > div + p {
	width: 312px;
	margin: 40px auto 0;
	padding: 18px 0;
	border: solid 2px #61b5c9;
}
.main-txt figure.img-w-is-tracking-fn {
	text-align: center;
}
.main-txt figure.img-w-is-tracking-fn h4 {
	font-size: 2.4rem;
	margin: 20px auto 20px;
}
.main-txt figure.img-w-is-tracking-fn figure > div:nth-of-type(1) {
	display: flex;
	text-align: left;
	width: 630px;
	margin: 0 auto 18px;
	;
}
.main-txt figure.img-w-is-tracking-fn figure > div:nth-of-type(1) h5 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 130px;
	background: #e0eeef;
	font-weight: bold;
	padding: 24px;
}
.main-txt figure.img-w-is-tracking-fn ul {
	list-style: disc;
}
.main-txt figure.img-w-is-tracking-fn figure > div:nth-of-type(1) ul {
	padding: 0 36px 0 52px;
	width: 370px;
	height: 130px;
	border: solid 2px #e0eeef;
	box-sizing: border-box;
}
.main-txt figure.img-w-is-tracking-fn figure > div:nth-of-type(1) ul li {
	position: relative;
	top: calc(130px / 2 - 1.6rem * 1.5 * 4 / 2);
}
.main-txt figure.img-w-is-tracking-fn figure > div + div > div {
	display: block;
	width: 52px;
	height: 40px;
}
.main-txt figure.img-w-is-tracking-fn figure > div + div {
	display: flex;
	width: 630px;
	margin: 0 auto;
}
.main-txt figure.img-w-is-tracking-fn figure > div + div > div div {
	width: 32px;
	height: 20px;
	background: #444;
	position: relative;
	top: 10px;
}
.main-txt figure.img-w-is-tracking-fn figure > div + div > div div:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: -20px;
	top: -10px;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #444;
	z-index: 100;
}
.main-txt figure.img-w-is-tracking-fn figure div + strong {
	line-height: 40px;
	font-size: 2.4rem;
	color: #50abc0;
	position: relative;
	top: 2px;
	margin-left: 26px;
}
.main-txt figure.img-w-is-tracking-fn figure div + strong span {
	display: inline-block;
}
.main-txt figure.img-w-is-tracking-fn figure > div + div + ul {
	text-align: left;
	margin: 0 auto;
	width: 354px;
	position: relative;
	left: 0.8rem;
}
.main-txt figure.img-p-c-about-ma {
	text-align: center;
}
.main-txt figure.img-p-c-about-ma > div {
	margin: 20px auto 20px;
}
.main-txt figure.img-p-c-about-ma h4 {
	font-size: 2.4rem;
	line-height: 1.25;
	margin-bottom: 6px;
}
.main-txt figure.img-p-c-about-ma > div p {
	font-size: 1.6rem;
}
.main-txt figure.img-p-c-about-ma ol {
	display: flex;
	width: 580px;
	margin: 0 auto;
	justify-content: space-between;
}
.main-txt figure.img-p-c-about-ma ol > li {
	width: 260px;
	height: 214px;
	border: solid 2px #679ae5;
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
}
.main-txt figure.img-p-c-about-ma h5 {
	width: 260px;
	height: 74px;
	background: #679ae5;
	border-radius: 20px 20px 0 0;
	box-sizing: border-box;
	position: relative;
	left: -2px;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 28px;
}
.main-txt figure.img-p-c-about-ma ol li:nth-child(2) h5 {
	text-align: justify;
}
.main-txt figure.img-p-c-about-ma ul {
	list-style: disc;
	text-align: justify;
	width: 260px;
	height: 140px;
	padding: 0 28px 0 36px;
}
.main-txt figure.img-p-c-about-ma ol li:nth-child(1) ul li {
	position: relative;
	top: calc(140px / 2 - 1.6rem * 1.5 * 4 / 2);
}
.main-txt figure.img-p-c-about-ma ol li:nth-child(2) ul li {
	position: relative;
	top: calc(140px / 2 - 1.6rem * 1.5 * 3 / 2);
}
.main-txt figure.img-p-c-about-ma li > div {
	position: absolute;
	top: -16px;
	left: -16px;
	color: #fff;
	font-size: 2.4rem;
}
.main-txt figure.img-p-c-about-ma li > div div:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	border: solid 1px #679ae5;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.main-txt figure.img-p-c-about-ma li > div div {
	font-weight: bold;
	background: #679ae5;
	border: solid 2px #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
/*----GoogleのSEOの仕組みとは？検索順位を上げるサイト設計----*/
.main-txt figure.img-3step-g-serch ol {
	display: flex;
	justify-content: center;
}
.main-txt figure.img-3step-g-serch li {
	font-size: 1.6rem;
	color: #ffffff;
	font-weight: bold;
	height: 80px;
	line-height: 80px;
	width: 160px;
	background: #9964ff;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
	text-indent: 3rem;
}
.main-txt figure.img-3step-g-serch li:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-style: solid;
	border-width: 40px 0 40px 24px;
	border-color: transparent transparent transparent #ffffff;
	color: #ffffff;
	z-index: 1;
}
.main-txt figure.img-3step-g-serch li:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: -24px;
	border-style: solid;
	border-width: 40px 0 40px 24px;
	border-color: transparent transparent transparent #9964ff;
	color: #9964ff;
	z-index: 2;
}
.main-txt figure.img-3step-g-serch li + li {
	margin-left: 10px;
}
.main-txt figure.img-3step-g-serch li:nth-child(2) {
	background: #6c63ff;
}
.main-txt figure.img-3step-g-serch li:nth-child(2):after {
	border-color: transparent transparent transparent #6c63ff;
}
.main-txt figure.img-3step-g-serch li:nth-child(3) {
	background: #4d8dff;
}
.main-txt figure.img-3step-g-serch li:nth-child(3):after {
	border-color: transparent transparent transparent #4d8dff;
}
.main-txt figure.img-method-raise-inG {
	width: 800px;
	position: relative;
	border: solid 1px #333;
	padding-bottom: 50px;
	background: #ffffff;
}
.main-txt figure.img-method-raise-inG img {
	margin: 0 auto;
	width: 796px;
	height: auto;
	max-width: none;
}
.main-txt figure.img-method-raise-inG > div {
	position: absolute;
	top: 0;
	left: 0;
}
.main-txt figure.img-method-raise-inG div div:nth-child(1) div {
	position: absolute;
	border: solid 1px #55ebff;
	border-radius: 8px;
	width: 440px;
	height: 90px;
	left: 106px;
	top: 116px;
}
.main-txt figure.img-method-raise-inG div div:nth-child(2) div:nth-child(1) {
	position: absolute;
	border: solid 2px #3f3be2;
	border-radius: 8px;
	width: 440px;
	height: 294px;
	left: 106px;
	top: 216px;
	box-sizing: border-box;
}
.main-txt figure.img-method-raise-inG div div:nth-child(2) div:nth-child(2) {
	position: absolute;
	background: #3f3be2;
	width: 20px;
	height: 174px;
	left: 594px;
	top: 266px;
	box-sizing: border-box;
}
.main-txt figure.img-method-raise-inG div div:nth-child(2) div:nth-child(2):before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: -26px;
	left: -12px;
	border-style: solid;
	border-width: 0 22px 26px 22px;
	border-color: transparent transparent #3f3be2 transparent;
	z-index: 2;
}
.main-txt figure.img-method-raise-inG div div:nth-child(2) p {
	position: absolute;
	width: 74px;
	font-size: 1.6rem;
	line-height: 1.25;
	color: #3f3be2;
	margin: 0;
	padding: 0;
	font-weight: bold;
	top: 456px;
	left: 566px;
	text-align: center;
}
.main-txt figure.img-method-raise-inG small {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 4px;
}
.main-txt figure.img-method-raise-inG small:before {
	content: "*";
}
.main-txt figure.img-content-e-a-t {
	text-align: center;
}
.main-txt figure.img-content-e-a-t h4 {
	font-size: 2.4rem;
	color: #333333;
}
.main-txt figure.img-content-e-a-t figure {
	margin: 16px auto 0;
}
.main-txt figure.img-content-e-a-t ul {
	background: #f4eded;
	padding: 50px 0;
	border-radius: 20px;
	width: 500px;
	margin: 0 auto;
}
.main-txt figure.img-content-e-a-t ul li {
	font-size: 2.4rem;
	color: #ffffff;
	background: #ffa466;
	border-radius: 10px;
	padding: 12px 0;
	width: 400px;
	margin: 0 auto;
	font-weight: bold;
	position: relative;
}
.main-txt figure.img-content-e-a-t ul li:nth-child(2) {
	background: #ff7866;
}
.main-txt figure.img-content-e-a-t ul li:nth-child(3) {
	background: #ff66af;
}
.main-txt figure.img-content-e-a-t ul li + li {
	margin-top: 40px;
}
.main-txt figure.img-content-e-a-t ul li + li:before {
	content: "";
	background: #606060;
	height: 2px;
	width: 26px;
	position: absolute;
	top: -19px;
	left: 187px;
	transform: rotate(45deg);
}
.main-txt figure.img-content-e-a-t ul li + li:after {
	content: "";
	background: #606060;
	height: 2px;
	width: 26px;
	position: absolute;
	top: -19px;
	left: 187px;
	transform: rotate(-45deg);
}
.main-txt figure.img-keyword-seo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-txt figure.img-keyword-seo p {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.25;
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: calc(50% - 4.8rem);
	transform: translateY(-50%);
}
.main-txt figure.img-keyword-seo div {
	width: 166px;
	height: 100px;
	background: #6c63ff;
	border-radius: 8px;
	position: relative;
	align-items: center;
}
.main-txt figure.img-keyword-seo > div:after {
	content: "";
	width: 60px;
	height: 2px;
	background: #606060;
	position: absolute;
	top: 49px;
	left: 176px;
}
.main-txt figure.img-keyword-seo > div:before {
	content: "";
	width: 30px;
	height: 380px;
	border: solid 2px;
	border-color: #606060 transparent #606060 #606060;
	border-radius: 8px 0 0 8px;
	position: absolute;
	top: -142px;
	left: 206px;
}
.main-txt figure.img-keyword-seo ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-txt figure.img-keyword-seo > ul {
	margin-left: 80px;
}
.main-txt figure.img-keyword-seo > ul > li + li {
	margin-top: 40px;
}
.main-txt figure.img-keyword-seo > ul > li > div {
	width: 200px;
	height: 48px;
	background: #00c5f7;
	margin-right: 80px;
}
.main-txt figure.img-keyword-seo > ul > li > div:after {
	content: "";
	width: 60px;
	height: 2px;
	background: #606060;
	position: absolute;
	top: 23px;
	left: 210px;
}
.main-txt figure.img-keyword-seo > ul > li > div:before {
	content: "";
	width: 30px;
	height: 120px;
	border: solid 2px;
	border-color: #606060 transparent #606060 #606060;
	border-radius: 8px 0 0 8px;
	position: absolute;
	top: -38px;
	left: 236px;
}
.main-txt figure.img-keyword-seo > ul > li > div > p {
	left: calc(50% - 6.4rem);
}
.main-txt figure.img-keyword-seo ul li ul li div {
	width: 220px;
	height: 30px;
	background: #09d8b0;
}
.main-txt figure.img-keyword-seo ul li ul li div p {
	left: calc(50% - 8.8rem);
}
.main-txt figure.img-keyword-seo ul li ul li + li {
	margin-top: 30px;
}
.main-txt figure.img-site-structure-ofkw {
	display: flex;
	width: 500px;
	justify-content: space-between;
	align-items: center;
}
.main-txt figure.img-site-structure-ofkw > div > p, .main-txt figure.img-site-structure-ofkw ul li p {
	font-size: 1.6rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.25;
	text-align: center;
	border-radius: 8px;
}
.main-txt figure.img-site-structure-ofkw > div:nth-child(1) {
	padding: 136px 30px;
	background: #00c5f7;
	border-radius: 8px;
}
.main-txt figure.img-site-structure-ofkw p {
	font-size: 1.6rem;
	font-weight: bold;
	color: #606060;
	text-align: center;
}
.main-txt figure.img-site-structure-ofkw > div > div {
	position: relative;
}
.main-txt figure.img-site-structure-ofkw > div > div:nth-child(1) {
	transform: rotate(-30deg);
	top: -90px;
	left: -10px;
}
.main-txt figure.img-site-structure-ofkw > div > div:nth-child(2) {
	top: -10px;
}
.main-txt figure.img-site-structure-ofkw > div > div:nth-child(3) {
	transform: rotate(30deg);
	top: 70px;
}
.main-txt figure.img-site-structure-ofkw div div div {
	display: block;
	width: 180px;
	height: 2px;
	position: relative;
}
.main-txt figure.img-site-structure-ofkw div div div:nth-of-type(1) {
	background: #00c5f7;
}
.main-txt figure.img-site-structure-ofkw div div div:nth-of-type(1):after {
	content: "";
	width: 24px;
	height: 2px;
	background: #00c5f7;
	position: absolute;
	top: -8px;
	right: -3px;
	transform: rotate(45deg);
}
.main-txt figure.img-site-structure-ofkw div div div:nth-of-type(2) {
	background: #09d8b0;
	margin-top: 10px;
}
.main-txt figure.img-site-structure-ofkw div div div:nth-of-type(2):after {
	content: "";
	width: 24px;
	height: 2px;
	background: #09d8b0;
	position: absolute;
	top: 8px;
	left: -3px;
	transform: rotate(45deg);
}
.main-txt figure.img-site-structure-ofkw ul li {
	padding: 30px 24px;
	margin: 70px auto;
	background: #09d8b0;
	border-radius: 8px;
}
.main-txt figure.img-site-structure-ofkw ul li:first-child, .main-txt figure.img-site-structure-ofkw ul li:last-child {
	margin: 0 auto;
}
/*img-hk*/
/*----マーケティングオートメーションとは----*/
.MA_shortchart {
	display: flex;
}
.MA_shortchart div {
	width: calc((100% -150px) / 3);
	margin: 0 50px 0 0;
	text-align: center;
	font-size: 18px;
	position: relative;
}
.MA_shortchart dt {
	line-height: 1.75;
	font-weight: bold;
	color: #fff;
}
.MA_shortchart div:first-of-type dt {
	background-color: #13b1f3;
}
.MA_shortchart div:nth-of-type(2) dt {
	background-color: #67cb5c;
}
.MA_shortchart div:nth-of-type(3) dt {
	background-color: #d6b500;
}
.MA_shortchart div::after {
	content: '';
	position: absolute;
	top: 0.9em;
	right: -2em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.8em 0 1.8em 2em;
}
.MA_shortchart div:nth-of-type(1)::after {
	border-color: transparent transparent transparent #13b1f3;
}
.MA_shortchart div:nth-of-type(2)::after {
	border-color: transparent transparent transparent #67cb5c;
}
.MA_shortchart div:nth-of-type(3)::after {
	border-color: transparent transparent transparent #d6b500;
}
.MA_shortchart dd {
	width: 120%;
	font-size: 20px;
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
	padding: 10px;
}
.MA_shortchart div:first-of-type dd {
	background-color: #b8e7fb;
	color: #13b1f3;
}
.MA_shortchart div:nth-of-type(2) dd {
	background-color: #d1efce;
	color: #67cb5c;
}
.MA_shortchart div:nth-of-type(3) dd {
	background-color: #f3e9b2;
	color: #d6b500;
}
.MA_flow_icons, .MA_flow_title, .MA_flow_desc {
	display: flex;
	font-size: 18px;
	width: 100%;
	line-height: 1.5;
}
.MA_flow_icons li {
	width: calc((100% - 100px) / 6);
	margin: 10px 0 0 10px;
	text-align: center;
}
.MA_flow_icons li img {
	width: 25%;
	margin: auto;
}
.MA_flow_title li {
	width: calc((100% - 100px) / 6);
	padding: 5px;
	margin: 10px 0 0 10px;
	text-align: center;
	line-height: 1.75;
	font-weight: bold;
	color: #fff;
}
.MA_flow_title li:first-child {
	background-color: #787ef8;
}
.MA_flow_title li:nth-child(2) {
	background-color: #13b1f3;
}
.MA_flow_title li:nth-child(3) {
	background-color: #05bf9e;
}
.MA_flow_title li:nth-child(4) {
	background-color: #67cb5c;
}
.MA_flow_title li:nth-child(5) {
	background-color: #d6b500;
}
.MA_flow_title li:nth-child(6) {
	background-color: #f16ab3;
	position: relative;
}
.MA_flow_title li:nth-child(6)::after {
	content: '';
	position: absolute;
	top: 0em;
	right: -2em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2em 0 2em 2em;
	border-color: transparent transparent transparent #f16ab2;
}
dl.MA_flow_desc div.MA dt h4, .SFA dt h4, .CRM dt h4 {
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	border: none;
	margin: 5px 0;
}
dl.MA_flow_desc div.MA dt h4 {
	color: #13b1f3;
}
dl.MA_flow_desc div.SFA dt h4 {
	color: #67cb5c;
}
dl.MA_flow_desc div.CRM dt h4 {
	color: #d6b500;
}
.MA_flow_subtitle {
	text-align: center;
	font-weight: bold;
	color: #656565;
	font-size: 16px;
	margin: 0 0 15px 0;
}
.MA_flow_text {
	font-size: 1.6rem;
}
.MA, .SFA, .CRM {
	background-color: #eeeeee;
	margin: 20px 0 0 10px;
	padding: 15px;
	;
}
.MA {
	width: calc(((100% / 6) * 3) - 30px);
}
.SFA, .CRM {
	width: calc(((100% / 6) * 1.5) - 30px);
}
/*----デジタルマーケティングってなに？Webマーケティングの違いを解説！----*/
.measures {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.measures h4 {
	text-align: center;
	width: 43%;
	margin: 0 auto;
	font-size: 24px;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
}
.measures .cus_attraction h4 {
	background: linear-gradient(135deg, #c5db50 0%, #a7d081 100%);
	color: #fff;
	border: none;
}
.measures .cus_service h4 {
	background: linear-gradient(135deg, #ffb59e 0%, #ff879c 100%);
	color: #fff;
	border: none;
}
.measures .circle {
	width: 230px;
	height: 230px;
	background-color: #a7d081;
	margin: 40px auto;
	border-radius: 50%;
	position: relative;
}
.measures .cus_service .circle {
	background-color: #ffb59e;
}
.cus_attraction {
	width: 50%;
}
.cus_service {
	width: 50%;
}
.cus_attraction li, .cus_service li {
	display: inline-block;
	background-color: #769758;
	border-radius: 5px;
	font-size: 20px;
	padding: 15px;
	color: #fff;
	position: absolute;
}
.cus_service li {
	background-color: #d75f74;
}
.cus_attraction li:first-of-type {
	top: 10px;
	left: 0;
}
.cus_attraction li:nth-of-type(2) {
	top: 50px;
	right: -20px;
}
.cus_attraction li:nth-of-type(3) {
	bottom: 90px;
	left: -30px;
}
.cus_attraction li:nth-of-type(4) {
	bottom: 20px;
	right: -20px;
}
.cus_service li:first-of-type {
	top: 10px;
	left: 0;
}
.cus_service li:nth-of-type(2) {
	top: 80px;
	right: -20px;
}
.cus_service li:nth-of-type(3) {
	bottom: 20px;
	left: 30px;
}
.marketing_container {
	position: relative;
	width: 100%;
	height: 360px;
}
.marketing, .d_marketing, .web_marketing {
	margin: 0 auto;
	border-radius: 100%;
	position: absolute;
	text-align: center;
}
.marketing {
	width: 100%;
	height: 360px;
	background-color: #fbf80d;
}
.d_marketing {
	width: 70%;
	height: 260px;
	background-color: #fbc00d;
	bottom: 0;
	right: 0;
	left: 0;
}
.web_marketing {
	width: 50%;
	height: 160px;
	background-color: #fb9b0d;
	bottom: 0;
	right: 0;
	left: 0;
}
.marketing_container p {
	display: inline-block;
	margin: 0 auto;
	background-color: rgba(251, 125, 13, 0.7);
	color: #fff;
	padding: 15px;
	font-weight: bold;
}
.marketing p, .d_marketing p {
	margin-top: 35px;
}
.web_marketing p {
	margin-top: 50px;
}
.fourC_fourP {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.compare_area {
	margin: 20px 0;
}
.fourC, .fourP, .compare_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.6rem;
}
.fourC div, .fourP div, .compare_area div {
	width: calc(100%/5 - 10px);
	text-align: center;
	margin-left: 10px;
}
.fourC div:first-of-type, .fourP div:first-of-type {
	margin: 0;
}
.compare_area p {
	background-color: #fbc00d;
	padding: 20px 0;
	border-radius: 10px;
}
.fourC dt, .fourP dt, .fourC dd, .fourP dd {
	padding: 20px 0;
	line-height: 1.3;
}
.fourC dt {
	background-color: #acdbef;
	color: #085f83;
	font-weight: bold;
}
.fourP dt {
	background-color: #b9ed87;
	color: #346604;
	font-weight: bold;
}
.fourC_fourP .fourC div:first-of-type dt {
	background-color: #32b6ed;
}
.fourC_fourP .fourP div:first-of-type dt {
	background-color: #77ca27;
}
.fourC_fourP .fourC div:first-of-type dt h4, .fourC_fourP .fourP div:first-of-type dt h4 {
	color: #fff;
	border: none;
	margin: 0;
	line-height: 1.3;
	height: 100%;
	padding: 0;
	font-size: 1.6rem;
}
.fourC dd, .fourP dd {
	background-color: #eeeeee;
}
/*----Web広告って何それ、美味しいの？----*/
.c-pyramid-list {
	background: url("../../img/blog/c-pyramid.svg") no-repeat left center/contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 275px;
}
.pyramid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.pyramid dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	width: 310px;
}
.pyramid dd {
	font-size: 1.6rem;
	line-height: 1.5;
}
.pyramid dd ul {
	list-style-type: square;
	line-height: 1.5;
	margin-left: 20px;
}
.pyramid dd:nth-of-type(1) {
	width: calc((100% - 310px)/3);
}
.c-pyramid-list .pyramid p {
	font-weight: bold;
	padding: 5px 10px;
	margin: auto;
}
.pyramid:first-child dt {
	height: 80px;
}
.pyramid:first-child dt p {
	background: rgba(242, 101, 96, 0.5);
}
.pyramid:nth-child(2) dt {
	height: 95px;
}
.pyramid:nth-child(3) dt {
	height: 95px;
}
.pyramid:first-child dd {
	color: #f26560;
}
.pyramid:nth-child(2) dd {
	color: #DDBE3B;
}
.pyramid:nth-child(3) dd {
	color: #28ce54;
}
.c-pyramid-spList {
	display: none;
}
.img-about-affiliate, .img-about-ppc_affiliate {
	text-align: center;
}
.img-about-ppc_affiliate {
	height: 400px;
}
.img-about-affiliate, .img-about-ppc_affiliate ul {
	display: flex;
	position: relative;
	padding-bottom: 20px;
}
.aa-item-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.about-affiliate-item {
	width: 40%;
}
.aa-item-list .about-affiliate-item:nth-child(3), .aa-item-list .about-affiliate-item:nth-child(4) {
	margin-top: 180px;
}
.img-about-affiliate li.about-affiliate-item h4, .img-about-ppc_affiliate li.about-ppc_affiliate-item h4 {
	padding: 4px 8px;
	color: #fff;
	font-weight: bold;
	background: #E58096;
	margin-bottom: 24px;
	width: 160px;
	margin: 0 auto 24px;
}
.img-about-affiliate li.about-affiliate-item:nth-child(2) h4, .img-about-ppc_affiliate li.about-ppc_affiliate-item:nth-child(2) h4 {
	background: #81B2E8;
}
.img-about-affiliate li.about-affiliate-item:nth-child(3) h4 {
	background: #7070F9;
}
.img-about-affiliate li.about-affiliate-item:nth-child(4) h4, .img-about-ppc_affiliate li.about-ppc_affiliate-item:nth-child(4) h4 {
	background: #60C592;
}
.img-about-affiliate .about-affiliate-item img, .img-about-ppc_affiliate .about-ppc_affiliate-item img {
	height: 80px;
	width: auto;
	margin: 0 auto;
}
.about-affiliate-item:nth-child(4) img {
	height: 70px;
}
.aa-action_text-list li p, .ap-action_text-list li p {
	position: absolute;
}
.aa-action_text-list li:nth-child(1) p {
	top: 110px;
	left: 50%;
	transform: translateX(-50%);
	color: #E58096;
}
.aa-action_text-list li:nth-child(2) p {
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	color: #81B2E8;
}
.aa-action_text-list li:nth-child(3) p {
	top: 230px;
	left: calc(25% + 40px);
	transform: translateX(-50%) translateY(-50%);
	color: #7070F9;
}
.aa-action_text-list li:nth-child(3) p:nth-child(2) {
	top: 440px;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.aa-action_text-list li:nth-child(4) p {
	top: 230px;
	left: calc(75% + 40px);
	transform: translateX(-50%) translateY(-50%);
	color: #60C592;
}
.aa-action_text-list li:nth-child(4) p:nth-child(2) {
	top: calc(2.4rem + 330px);
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.aa-action_text-list li p::before, .aa-action_text-list li p::after, .ap-action_text-list li p::before, .ap-action_text-list li p::after {
	content: "";
	position: absolute;
	display: block;
	background: #E58096;
	height: 2px
}
.aa-action_text-list li p::before {
	width: 200px;
}
.aa-action_text-list li p::after {
	width: 20px;
}
.aa-action_text-list li:nth-child(1) p::before, .aa-action_text-list li:nth-child(3) p:nth-child(2)::before {
	top: -0.8rem;
	left: 50%;
	transform: translate(-50%);
}
.aa-action_text-list li:nth-child(1) p::after, .aa-action_text-list li:nth-child(3) p:nth-child(2)::after {
	top: calc(7px - 0.8rem);
	left: calc(50% + 82px);
	transform: rotate(-45deg);
}
.aa-action_text-list li:nth-child(2) p::before, .aa-action_text-list li:nth-child(2) p::after {
	background: #81B2E8;
}
.aa-action_text-list li:nth-child(2) p::before, .aa-action_text-list li:nth-child(4) p:nth-child(2)::before {
	bottom: -0.8rem;
	left: 50%;
	transform: translateX(-50%);
}
.aa-action_text-list li:nth-child(2) p::after, .aa-action_text-list li:nth-child(4) p:nth-child(2)::after {
	top: calc(3.2rem - 9px);
	left: calc(50% - 104px);
	transform: rotate(135deg);
}
.aa-action_text-list li:nth-child(3) p::before, .aa-action_text-list li:nth-child(3) p::after {
	background: #7070F9;
}
.aa-action_text-list li:nth-child(3) p::before, .aa-action_text-list li:nth-child(4) p::before {
	width: 120px;
	top: 50%;
	left: -0.8rem;
	transform: translateX(-50%) rotate(90deg);
}
.aa-action_text-list li:nth-child(3) p::after, .aa-action_text-list li:nth-child(4) p::after {
	top: calc(50% - 54px);
	left: calc(-0.8rem - 3px);
	transform: rotate(225deg);
}
.aa-action_text-list li:nth-child(3) p:nth-child(2)::before {
	width: 200px;
}
.aa-action_text-list li:nth-child(4) p::before, .aa-action_text-list li:nth-child(4) p::after {
	background: #60C592;
}
.aa-action_text-list li:nth-child(4) p:nth-child(2)::before {
	width: 200px;
	top: auto;
	bottom: -0.8rem;
}
.aa-action_text-list li:nth-child(4) p:nth-child(2)::after {
	top: auto;
	bottom: calc(0.8rem - 9px);
}
.about-ppc_affiliate-item {
	position: absolute;
	transform: translateX(-50%);
}
.about-ppc_affiliate-item:nth-child(1) {
	left: 15%;
}
.about-ppc_affiliate-item:nth-child(2) {
	left: 50%;
}
.about-ppc_affiliate-item:nth-child(3), .about-ppc_affiliate-item:nth-child(4) {
	left: 85%;
}
.about-ppc_affiliate-item:nth-child(4) {
	top: 260px;
}
.img-about-ppc_affiliate li.about-ppc_affiliate-item:nth-child(1) h4 {
	background: #7070F9;
	margin-bottom: 130px;
}
.img-about-ppc_affiliate li.about-ppc_affiliate-item:nth-child(3) h4 {
	background: #53D3C3;
}
.img-about-ppc_affiliate .about-ppc_affiliate-item img {
	height: 80px;
}
.about-ppc_affiliate-item:nth-child(4) img {
	height: 76px;
}
.ap-action_text-list li:nth-child(1) p {
	top: 30px;
	left: 32%;
	transform: translateX(-50%);
	color: #7070F9;
}
.ap-action_text-list li:nth-child(1) p:nth-child(2) {
	top: 80px;
}
.ap-action_text-list li:nth-child(1) p:nth-child(3) {
	top: 360px;
	left: 50%;
}
.ap-action_text-list li:nth-child(2) p {
	top: 30px;
	left: 68%;
	transform: translateX(-50%);
	color: #81B2E8;
}
.ap-action_text-list li:nth-child(2) p:nth-child(2) {
	top: 80px;
}
.ap-action_text-list li:nth-child(3) p {
	top: 290px;
	left: 50%;
	transform: translateX(-50%);
	color: #60C592;
}
.ap-action_text-list li p::before, .ap-action_text-list li p::after {
	background: #7070F9;
	left: 50%;
	bottom: -0.8rem;
	transform: translateX(-50%);
}
.ap-action_text-list li p::before {
	width: 100px;
}
.ap-action_text-list li p::after {
	left: calc(50% + 42px);
	width: 14px;
	transform: rotate(45deg) translateX(-50%);
}
.ap-action_text-list li p:nth-child(3)::before {
	width: 400px;
	bottom: auto;
	top: -0.8rem;
}
.ap-action_text-list li p:nth-child(3)::after {
	left: calc(50% + 192px);
	bottom: auto;
	top: -0.8rem;
	transform: rotate(-45deg) translateX(-50%);
}
.ap-action_text-list li:nth-child(2) p::before, .ap-action_text-list li:nth-child(2) p::after {
	background: #81B2E8;
}
.ap-action_text-list li:nth-child(3) p::before, .ap-action_text-list li:nth-child(3) p::after {
	background: #60C592;
}
.ap-action_text-list li:nth-child(3) p::before {
	width: 400px;
}
.ap-action_text-list li:nth-child(3) p::after {
	left: calc(50% - 208px);
	transform: rotate(135deg) translateX(-50%);
}
.img-seo_affiliate {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
}
.seo_affiliate-affiliater, .seo_affiliate-user {
	position: relative;
}
.search-screen-item {
	width: 250px;
}
.search-screen-item p {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #81B2E8;
	position: relative;
	left: -40px;
	top: -170px;
}
.search-screen-item p::before, .search-screen-item p::after {
	content: "";
	display: block;
	position: absolute;
}
.search-screen-item p::before {
	width: 30px;
	height: 100px;
	background: #81B2E8;
	right: -50px;
	top: -40px;
}
.search-screen-item p::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 25px 30px 25px;
	border-color: transparent transparent #81B2E8 transparent;
	right: -60px;
	top: -60px;
}
.seo_affiliate-affiliater figure:nth-child(2) {
	width: 90px;
	background: #fff;
	padding: 4px;
	position: absolute;
	top: 250px;
	right: calc(50% + 125px);
	transform: translateX(50%);
}
.seo_affiliate-user {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin-left: 30px;
}
.seo_affiliate-user > figure {
	margin: 110px 0 0 40px;
	width: 100px;
}
.seo_affiliate-user figure figcaption {
	font-size: 1.6rem;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	color: #60C592;
}
.seo_affiliate-user div figure {
	width: 50px;
	margin-top: 80px;
}
.seo_affiliate-user div div {
	position: relative;
}
.seo_affiliate-user div div::before, .seo_affiliate-user div div::after {
	display: block;
	content: "";
	border-top: 2px dashed #60C592;
	position: absolute;
}
.seo_affiliate-user div div::before {
	width: 150px;
	top: -41px;
}
.seo_affiliate-user div div::after {
	width: 20px;
	height: 2px;
	top: -48px;
	left: -2px;
	transform: rotate(-45deg);
}
.seo_affiliate-user div p {
	color: #60C592;
	padding: 8px 16px;
	border: 2px solid #60C592;
	margin-top: 80px;
	position: relative;
}
.seo_affiliate-user div p::before {
	content: "";
	position: absolute;
	top: -21px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom: 12px solid #FFF;
	z-index: 2;
}
.seo_affiliate-user div p::after {
	content: "";
	position: absolute;
	top: -27px;
	left: 50%;
	margin-left: -12px;
	border: 12px solid transparent;
	border-bottom: 14px solid #60C592;
	z-index: 1;
}
.img-about-EAT ul {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 10px;
}
.img-about-EAT ul .about-EAT-item {
	width: 30%;
	max-width: 200px;
	border: 2px solid #7DD3D1;
	border-radius: 8px;
	margin: 0 15px;
}
.img-about-EAT ul .about-EAT-item:nth-child(2) {
	border: 2px solid #DA9DE0;
}
.img-about-EAT ul .about-EAT-item:nth-child(3) {
	border: 2px solid #E2CF7F;
}
.img-about-EAT .about-EAT-item h4 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: #7dd3d1;
	padding: 10px 0;
	margin: 0;
	border: none;
}
.img-about-EAT ul .about-EAT-item:nth-child(2) h4 {
	background: #DA9DE0;
}
.img-about-EAT ul .about-EAT-item:nth-child(3) h4 {
	background: #E2CF7F;
}
.about-EAT-item h4 span {
	display: block;
}
.about-EAT-item p {
	color: #848484;
	padding: 40px 0;
	margin: 0;
}
/*----アフィリエイトのための集客にSNSを活用しよう！SNSがもたらすメリットとは？----*/
.sns_Afi_figure_wrap {
	max-width: 700px;
	margin: 30px auto;
}
.sns_Afi_figure {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
}
.sns_Afi_figure li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	list-style: none;
}
.sns_Afi_figure li div i {
	display: block;
	margin-bottom: 14px;
}
.sns_Afi_figure li div i img {
	width: 36px;
}
.sns_Afi_figure li p {
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 0;
}
.sns_Afi_figure li figure {
	margin: 0;
}
.sns_Afi_figure .flow_01 {
	width: 38%;
	text-align: left;
	position: relative;
}
.sns_Afi_figure .flow_01 div {
	border: 2px solid #81b2e8;
	padding: 40px 26px 130px;
}
.sns_Afi_figure .flow_01 div p {
	color: #81b2e8;
	margin-bottom: 12px;
	border-bottom: 1px solid #81b2e8;
	padding-bottom: 8px;
	font-weight: normal;
}
.sns_Afi_figure .flow_01 div plast-of-type {
	margin-bottom: 0;
}
.sns_Afi_figure .flow_01 .affiliater {
	background: #fff;
	position: absolute;
	bottom: 0px;
	display: inline-block;
	width: 80px;
}
.sns_Afi_figure .flow_01 .affiliater img {
	width: 90%;
}
.sns_Afi_figure .flow_03 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 130px;
	color: #60c592;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 33%;
}
.sns_Afi_figure .flow_03 .click {
	position: relative;
	width: 40%;
}
.sns_Afi_figure .flow_03 .click::before {
	content: "";
	position: absolute;
	display: block;
	background: #60c592;
	height: 2px;
	width: 12px;
	left: -2px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 32px;
}
.sns_Afi_figure .flow_03 .click::after {
	content: "";
	display: block;
	background: #60c592;
	height: 2px;
	margin-top: 20px;
}
.sns_Afi_figure .flow_03 .click_action {
	width: 60%;
	position: relative;
}
.sns_Afi_figure .flow_03 .click_action::before {
	content: "";
	position: absolute;
	display: block;
	background: #60c592;
	height: 2px;
	width: 12px;
	right: -2px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 32px;
}
.sns_Afi_figure .flow_03 .click_action::after {
	content: "";
	display: block;
	background: #60c592;
	height: 2px;
	margin-top: 20px;
}
.sns_Afi_figure .flow_03 figure {
	width: 38%;
	margin: 0 auto 16px;
}
.sns_Afi_figure .flow_03 figure img {
	width: 80px;
}
.sns_Afi_figure .flow_03 span {
	display: block;
	width: 40%;
}
.sns_Afi_figure .flow_04 {
	margin-top: 94px;
	width: 23%;
}
.sns_Afi_figure .flow_04 figure {
	margin-bottom: 16px;
}
.sns_Afi_figure .flow_04 figure img {
	width: 42%;
}
.sns_Afi_figure .flow_04 p {
	background: #7070f9;
	color: #fff;
	padding: 8px 24px;
	line-height: 1.5;
}
.sns_Afi_figure .flow_05 {
	color: #7070f9;
	text-align: right;
	position: relative;
	width: 80%;
	margin-left: 110px;
}
.sns_Afi_figure .flow_05 p::before {
	content: "";
	position: absolute;
	display: block;
	background: #7070f9;
	height: 2px;
	width: 12px;
	left: -2px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 32px;
}
.sns_Afi_figure .flow_05 p::after {
	content: "";
	display: block;
	background: #7070f9;
	height: 2px;
	margin-top: 20px;
}
.sns_Afi_figure.insta_Afi_figure .flow_arrow {
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.sns_Afi_figure.insta_Afi_figure .flow_arrow::before {
	content: "";
	display: block;
	height: 20px;
	width: 16px;
	margin: auto;
	background-color: #81b2e8;
}
.sns_Afi_figure.insta_Afi_figure .flow_arrow::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 14px solid #81b2e8;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	top: 18px;
}
.sns_Afi_figure.youtube_Afi_figure .flow_01 div {
	margin-bottom: 12px;
	padding-bottom: 84px;
}
.sns_Afi_figure.youtube_Afi_figure .flow_01 div:last-of-type {
	margin-bottom: 0;
}
.sns_Afi_figure.youtube_Afi_figure .flow_01 .youtube {
	border: none;
	background: #333333;
	padding: 20px 8px;
	text-align: center;
}
.sns_Afi_figure.youtube_Afi_figure .flow_01 .youtube i {
	margin-bottom: 0;
}
.sns_Afi_figure.youtube_Afi_figure .flow_01 .youtube i img {
	width: 64px;
	margin: auto
}
.sns_Afi_figure.youtube_Afi_figure .flow_01 .youtube p {
	color: #fff;
	border-bottom: none;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0;
	padding-bottom: 20px;
}
.img-about-ec_affiliate {
	padding: 0 20px;
}
.img-about-ec_affiliate * {
	font-size: 1.6rem;
}
.img-about-ec_affiliate > ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.img-about-ec_affiliate > ul > li {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}
.ec_affiliate-item {
	position: relative;
}
.ec_affiliate-item figure figcaption {
	font-style: normal;
	font-size: 1.6rem;
	margin-top: 0.8rem;
}
.ec_affiliate-item figure:nth-child(1) {
	margin-top: -60px;
	margin-left: -60px;
	z-index: 1;
}
.ec_affiliate-item figure:nth-child(1) img {
	height: 94px;
	width: auto;
	background: #fff;
	padding: 4px;
}
.ec_affiliate-website {
	margin-top: 16px;
	border: 2px solid #81B2E8;
	padding: 40px 30px 40px 30px;
}
.ec_affiliate-website ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 1.6rem;
}
.ec_affiliate-item > ul li::before, .ec_affiliate-item > ul li::after {
	content: "";
	position: absolute;
	height: 2px;
	background: #60C592;
}
.ec_affiliate-item > ul li::before {
	width: 60px;
	bottom: -16px;
	left: calc(50% - 30px);
}
.ec_affiliate-item > ul li::after {
	width: 20px;
	bottom: -9px;
	left: calc(50% - 32px);
	transform: rotate(-45deg);
}
.img-about-ec_affiliate .ec-affiliater-box * {
	color: #81B2E8;
}
.ec_affiliate-website ul li {
	line-height: 1.5;
}
.ec-affiliater-box .ec_affiliate-website div {
	margin-top: 32px;
}
.ec-affiliater-box .ec_affiliate-website div p {
	color: #fff;
	font-weight: bold;
	background: #81B2E8;
	border-radius: 8px;
	text-align: center;
	padding: 40px 50px;
}
.img-about-ec_affiliate .ec-user-box {
	margin-right: -48px;
}
.img-about-ec_affiliate .ec-user-box * {
	color: #60C592;
}
.ec-user-box {
	top: -28px;
}
.ec-user-box figure {
	padding: 4px 12px;
}
.ec-user-box figure img {
	margin-top: 40px;
}
.ec-user-box ul li {
	z-index: 2;
	background: #fff;
	padding: 4px;
	position: absolute;
	left: -130px;
}
.ec-user-box ul li:nth-child(1) {
	left: calc(50% - 30px);
	bottom: auto;
	top: -60px;
}
.ec-user-box ul li:nth-child(1)::before {
	width: 90px;
	left: -106px;
	bottom: calc(1.2rem - 1px);
}
.ec-user-box ul li:nth-child(1)::after {
	left: -108px;
	bottom: calc(1.2rem + 6px);
}
.ec-user-box ul li:nth-child(2) {
	left: calc(50% - 5.8rem - 30px);
	bottom: -10px;
}
.ec-user-box ul li:nth-child(2)::before {
	width: 220px;
	left: calc(50% - 110px);
}
.ec-user-box ul li:nth-child(2)::after {
	left: calc(50% + 93px);
	transform: rotate(45deg);
}
.img-about-ec_affiliate .ec-advertiser-box * {
	color: #7070F9;
}
.ec-advertiser-box .ec_affiliate-website {
	border-color: #7070F9;
	height: calc(6.2rem + 224px)
}
.ec-advertiser-box > ul li {
	position: absolute;
	left: -290px;
	bottom: 40px;
}
.ec-advertiser-box > ul li::before, .ec-advertiser-box > ul li::after {
	background: #7070F9;
}
.ec-advertiser-box > ul li::before {
	width: 320px;
	top: -16px;
	left: calc(50% - 160px);
}
.ec-advertiser-box > ul li::after {
	width: 20px;
	top: -23px;
	left: calc(50% - 162px);
	transform: rotate(-45deg);
}
.ec-advertiser-box .ec_affiliate-website div {
	width: 100%;
	height: calc(2.8rem + 80px);
	margin-top: calc(2.4rem + 32px);
	display: flex;
	align-items: center;
}
.ec-advertiser-box div img {
	width: 176px;
	margin: 0 auto;
}
.MeasurementIndex_item:nth-of-type(2) .MeasurementIndex_item-titleWrap::after {
	border-color: #EDD674 transparent transparent transparent;
}
.MeasurementIndex_item:nth-of-type(3) .MeasurementIndex_item-titleWrap {
	background-color: #97C98F;
}
.MeasurementIndex_item:nth-of-type(3) .MeasurementIndex_item-titleWrap::after {
	border-color: #97C98F transparent transparent transparent;
}
.MeasurementIndex_item:nth-of-type(4) .MeasurementIndex_item-titleWrap {
	background-color: #81B2E8;
}
.MeasurementIndex_item:nth-of-type(4) .MeasurementIndex_item-titleWrap::after {
	border-color: #81B2E8 transparent transparent transparent;
}
.MeasurementIndex_item-titleWrap::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 140px 0 140px;
	border-color: #E981C7 transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 0px;
	z-index: 3;
}
.MeasurementIndex_item .MeasurementIndex_item-titleWrap h4.MeasurementIndex_item-title {
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 100px;
	margin-top: 0;
	border: none;
	padding: 0px;
}
.MeasurementIndex_item-textWrap {
	width: 330px;
}
.MeasurementIndex_item-textWrap p {
	color: #E981C7;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.MeasurementIndex_item:nth-of-type(2) .MeasurementIndex_item-textWrap p {
	color: #EDD674;
}
.MeasurementIndex_item:nth-of-type(3) .MeasurementIndex_item-textWrap p {
	color: #97C98F;
}
.MeasurementIndex_item:nth-of-type(4) .MeasurementIndex_item-textWrap p {
	color: #81B2E8;
}
.MeasurementIndex_item-textWrap span {
	display: block;
	font-size: 1.6rem;
}
.MeasurementIndexWrap.settinggoal_figure {
	width: 280px;
	margin: 0;
}
.MeasurementIndexWrap.settinggoal_figure {
	width: 280px;
	margin: 0;
}
.MeasurementIndex-kgi_wrap {
	width: 280px;
}
.MeasurementIndex-kgi_wrap {
	display: flex;
	justify-content: space-between;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 280px;
}
.MeasurementIndex-kgi_wrap li:first-of-type {
	background-color: #06839d;
	color: #fff;
	width: 30%;
	font-weight: bold;
	font-size: 2.4rem;
}
.MeasurementIndex-kgi_wrap li:last-of-type {
	border: 3px solid #06839d;
	width: 70%;
	font-weight: bold;
	font-size: 1.8rem;
}
.MeasurementIndex-kpi_wrap {
	background-color: #c6145b;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.settinggoal_item {
	font-weight: bold;
	padding-left: 14px;
}
.settinggoalWrap {
	display: flex;
	margin: auto;
	justify-content: space-between;
	width: 640px;
}
.settinggoal_listWrap {
	width: 324px;
}
.settinggoal_list {
	border: 3px dashed #c5145c;
	border-bottom: none;
}
.settinggoal_list li {
	height: calc(400px / 4);
	padding: 28px;
	font-weight: bold;
	font-size: 1.6rem;
}
.mark_contentsChart {
	display: flex;
	width: 740px;
	margin: auto;
	justify-content: space-between;
	position: relative;
}
.mktg_contents {
	background-color: #eeef84;
	padding: 20px 30px 30px;
	width: 360px;
	position: relative;
}
.mark_contentsChart .mktg_contents .mktg_contents_title {
	color: #06839d;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 0 0 30px 0;
	text-align: center;
	border: none;
	margin: 20px auto 0px auto;
}
.mktg_list {
	display: flex;
	justify-content: space-between;
	width: 270px;
	margin: 0 auto;
}
.mktg_list li {
	background-color: #fff;
}
.mktg_contents .mktg_list .mktg_item .mktg_item-title {
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 30px;
	border: none;
	margin-bottom: 0;
}
.mktg_item {
	padding: 10px 14px;
	text-align: center;
	width: 130px;
	height: 236px;
}
.mktg_item li {
	background-color: #eeef84;
	border-radius: 3px;
	padding: 2px 8px;
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 1.6rem;
}
.CM_tip {
	background: #e3625e;
	width: 5px;
	height: 38px;
	margin: 0 auto;
	position: relative;
}
.CM_tip::before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 18px solid #e3625e;
	position: absolute;
	bottom: -18px;
	left: -6px;
}
.CM_areaWrap h5.CM_area {
	background-color: #e3625e;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
	line-height: 54px;
	width: 320px;
	height: 54px;
	margin: 28px auto 0;
	padding: 0px;
}
.CD_inner {
	width: 768px;
	margin: auto;
	font-size: 1.6rem;
}
.CD_inner > div {
	width: 460px;
	margin: auto;
}
.CD_inner > div:nth-of-type(2) {
	width: 310px;
	margin: auto;
}
.CD_head, .CD_foot {
	display: flex;
	padding-bottom: 16px;
}
.CD_middle {
	display: flex;
	justify-content: space-between;
}
.CD_foot:last-of-type {
	padding-bottom: 0;
}
.CD_category {
	width: 160px;
	text-align: center;
}
.CD_name {
	border-radius: 3px;
	background-color: #dbe9f6;
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: 2px 8px;
	margin-bottom: 10px;
}
.CD_arrowWrap {
	margin: 50px 10px 0;
}
.CD_arrow {
	background: #4b91d1;
	width: 80px;
	height: 6px;
	position: relative;
	margin: 6px 0;
}
.CD_arrow::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 13.9px;
	border-color: transparent transparent transparent #4b91d1;
	position: absolute;
	top: -5px;
	right: -13px;
}
.CD_arrow2Wrap {
	text-align: center;
	display: flex;
}
.CD_arrow2Wrap span {
	display: block;
}
.CD_arrow2 {
	display: block;
	background: #4b91d1;
	width: 6px;
	height: 40px;
	position: relative;
	margin-right: 6px;
}
.CD_arrow2::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.9px 8px 0 8px;
	border-color: #4b91d1 transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	right: -5px;
}
.CD_arrow3Wrap {
	margin-top: -20px;
	position: relative;
	width: 100px;
}
.CD_arrow3 {
	background: #e980c7;
	width: 6px;
	height: 90px;
	position: relative;
	transform: rotate(230deg);
}
.CD_arrow3::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.9px 8px 0 8px;
	border-color: #e980c7 transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	right: -5px;
}
.CD_arrow3Wrap span {
	position: absolute;
	top: 60px;
	left: -10px;
	width: 110px;
}
.CD_arrow2.CD_arrow4 {
	background: #67cb5c;
}
.CD_arrow2.CD_arrow4::after {
	border-color: #67cb5c transparent transparent transparent;
}
.CD_arrow.CD_arrow4 {
	background: #e980c7;
}
.CD_arrow.CD_arrow4::after {
	border-color: transparent transparent transparent #e980c7;
}
/*----結局事業をグロースさせるにはどうしたらいいの？ 〜最高のマーケターのなり方〜----*/
.img_growth-team {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	max-width: 800px;
	margin: auto;
}
.img_growth-team li {
	border-radius: 5px;
	width: calc(100%/3 - 10px);
	padding: 15px;
	position: relative;
	z-index: 2;
}
.main-txt .img_growth-team h4 {
	color: #fff;
	border: none;
	text-align: center;
	margin: 0;
}
.img_gt_cmo {
	background: linear-gradient(135deg, #ffce9f 0%, #ff849c 100%);
	margin: auto;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}
.img_gt_designer {
	background: linear-gradient(135deg, #c1bfe6 0%, #ea88de 100%);
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.img_gt_engineer {
	background: linear-gradient(135deg, #60e4de 0%, #b193cb 100%);
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.img_gt_recruiter {
	background: linear-gradient(135deg, #cfdb4a 0%, #7ed776 100%);
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.img_gt_designer, .img_gt_engineer, .img_gt_recruiter {
	margin: 60px 0 0;
}
.img_gt_cmo::before {
	content: "";
	display: block;
	background: #ddd;
	width: 2px;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	margin: auto;
}
.img_gt_designer::before, .img_gt_recruiter::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	width: calc(100% + 20px);
	height: 32px;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #ddd;
	position: absolute;
	top: -30px;
	z-index: 1;
}
.img_gt_designer::before {
	border-left-color: #ddd;
	left: 50%;
}
.img_gt_recruiter::before {
	border-right-color: #ddd;
	right: 50%;
}
.main-txt .img_growth-phase h4, .main-txt .img_growth-phase h5, .main-txt .img_growth-phase h6 {
	color: #000;
	margin: auto;
	padding: 0;
	border: none;
	text-align: center;
}
.img_growth-phase {
	width: 100%;
}
.img_growth-phase th h4 {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.img_growth-phase th {
	width: 40px;
	vertical-align: middle;
}
.img_growth-phase td {
	vertical-align: middle;
	width: 30%;
	padding: 15px;
	border: 1px solid #eee;
}
.img_growth-phase .img_gp_tri {
	width: calc(40% - 40px);
}
.img_growth-phase .img_gp_first h5, .img_growth-phase .img_gp_first h6 {
	color: #C56085;
}
.img_growth-phase .img_gp_second h5, .img_growth-phase .img_gp_second h6 {
	color: #6080C5;
}
.img_growth-phase .img_gp_tri-top {
	background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #C56085)) no-repeat top left/50% 100%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #C56085)) no-repeat top right/50% 100%;
	background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #C56085 50%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #C56085 50%) no-repeat top right/50% 100%;
	border-bottom: none;
}
.img_growth-phase .img_gp_tri-bottom {
	background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #6080C5)) no-repeat top left/50% 100%, -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #6080C5)) no-repeat top right/50% 100%;
	background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #6080C5 50%) no-repeat top left/50% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #6080C5 50%) no-repeat top right/50% 100%;
	border-top: none;
}
/*img-hk*/
.main-txt figure.figure-kook h4, .main-txt figure.figure-kook h5, .main-txt figure.figure-kook p, .main-txt figure.figure-kook strong, .main-txt figure.figure-kook li {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
	color: #333;
	border: none;
	margin: 0;
	padding: 0;
}
.main-txt figure.figure-kook br.br-sp {
	display: none;
}
/*----マーケティングオートメーションでできることって何？MAの機能を徹底解説！----*/
.main-txt figure.img-w-is-ma {
	margin: 20px auto;
	width: 852px;
}
.main-txt figure.img-w-is-ma dt p {
	font-weight: bold;
	color: #fff;
	text-align: center;
	z-index: 101;
}
.main-txt figure.img-w-is-ma p {
	text-align: justify;
}
.main-txt figure.img-w-is-ma figure {
	margin: 0;
}
.main-txt figure.img-w-is-ma dl > div:nth-of-type(2) dd div:nth-of-type(1) p {
	width: 200px;
}
.main-txt figure.img-w-is-ma dl > div:nth-of-type(2) dd div:nth-of-type(2) p {
	width: 282px;
}
.main-txt figure.img-w-is-ma small {
	display: block;
	font-size: 1.2rem;
	text-align: center;
	width: 34px;
	padding-top: 6px;
}
.main-txt figure.img-w-is-ma dl > div:nth-of-type(2) dd div:nth-of-type(2) small {
	font-size: 1.1rem;
}
.main-txt figure.img-w-is-ma strong {
	font-size: 1.6rem;
	text-align: left;
	font-weight: bold;
}
.main-txt figure.img-w-is-ma dl > div {
	display: flex;
}
.main-txt figure.img-w-is-ma dl dt {
	margin: 0 0 10px;
	box-sizing: border-box;
	width: 192px;
	height: 104px;
	padding-top: 54px;
	position: relative;
}
.main-txt figure.img-w-is-ma dl div + div dt:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-style: solid;
	border-width: 34px 96px 0 96px;
	border-color: #fff transparent transparent transparent;
	z-index: 0;
}
.main-txt figure.img-w-is-ma dl dt:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -34px;
	left: 0;
	border-style: solid;
	border-width: 34px 96px 0 96px;
	z-index: 1;
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(1) dt {
	padding-top: 22px;
	height: 96px;
	background: #36c3ea;
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(1) dt:after {
	border-color: #36c3ea transparent transparent transparent;
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(2) dt {
	background: #3b78e2;
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(2) dt:after {
	border-color: #3b78e2 transparent transparent transparent;
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(3) dt {
	background: #703de0;
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(3) dt:after {
	border-color: #703de0 transparent transparent transparent;
}
.main-txt figure.img-w-is-ma dl dd {
	height: 104px;
	width: 660px;
	background: #dff2f2;
	border-radius: 0 14px 14px 0;
	display: flex;
	align-items: center;
}
.main-txt figure.img-w-is-ma dl > div:nth-of-type(3) dd {
	display: block;
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(1) dd {
	height: 96px;
}
.main-txt figure.img-w-is-ma dl dd span {
	display: flex;
	align-items: center;
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(3) dd div {
	height: calc(52px - 8px);
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(3) dd div:nth-of-type(1) {
	margin-top: 10px;
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(3) dd div:nth-of-type(2) {
	margin-left: 32px;
}
.main-txt figure.img-w-is-ma dl div dd div {
	display: flex;
}
.main-txt figure.img-w-is-ma dl div:nth-of-type(1) dd div {
	display: flex;
	align-items: center;
}
.main-txt figure.img-w-is-ma dl dd figure {
	margin-left: 30px;
	margin-right: 14px;
	width: 34px;
}
.main-txt figure.img-w-is-ma dl dd div figure img {
	margin: 0 auto;
}
.main-txt figure.img-w-is-ma img.img-client {
	width: 34px;
}
.main-txt figure.img-w-is-ma img.img-company {
	width: 32px;
}
.main-txt figure.img-w-is-ma img.img-exclamation {
	width: 40px;
}
.main-txt figure.img-w-is-ma span {
	height: 2px;
	width: 40px;
	background: #444;
	position: relative;
	top: calc(1.6rem * 1.5 / 2 - 1px + 0.4rem);
}
.main-txt figure.img-w-is-ma span:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	transform: rotate(45deg);
	background: #444;
	top: calc(-6px * 0.7);
	right: 0;
}
.main-txt figure.img-w-is-scoring-fn {
	text-align: center;
	line-height: 1.5 !important;
}
.main-txt figure.img-w-is-scoring-fn h4 {
	font-size: 2.4rem;
	margin: 20px auto 20px;
}
.main-txt figure.img-w-is-scoring-fn ul {
	display: flex;
	margin: 0 auto;
	width: 584px;
}
.main-txt figure.img-w-is-scoring-fn ul li {
	text-align: left;
	color: #fff;
	font-weight: bold;
	width: 178px;
	height: 112px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 34px;
}
.main-txt figure.img-w-is-scoring-fn ul li + li {
	margin-left: 10px;
}
.main-txt figure.img-w-is-scoring-fn ul li + li:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-style: solid;
	border-width: 56px 0 56px 30px;
	border-color: transparent transparent transparent #fff;
	z-index: 1;
}
.main-txt figure.img-w-is-scoring-fn ul li:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: -30px;
	border-style: solid;
	border-width: 56px 0 56px 30px;
	z-index: 2;
}
.main-txt figure.img-w-is-scoring-fn ul li:nth-child(1) {
	background: #3bbc91;
	padding-left: 10px;
}
.main-txt figure.img-w-is-scoring-fn ul li:nth-child(1):after {
	border-color: transparent transparent transparent #3bbc91;
}
.main-txt figure.img-w-is-scoring-fn ul li:nth-child(2) {
	background: #37b0c4;
}
.main-txt figure.img-w-is-scoring-fn ul li:nth-child(2):after {
	border-color: transparent transparent transparent #37b0c4;
}
.main-txt figure.img-w-is-scoring-fn ul li:nth-child(3) {
	background: #3a63bf;
}
.main-txt figure.img-w-is-scoring-fn ul li:nth-child(3):after {
	border-color: transparent transparent transparent #3a63bf;
}
.main-txt figure.img-w-is-scoring-fn ul li:nth-child(2) span, .main-txt figure.img-w-is-scoring-fn ul li:nth-child(3) span {
	left: 40px;
}
.main-txt figure.img-w-is-sm-sending-fn {
	text-align: center;
}
.main-txt figure.img-w-is-sm-sending-fn h4 {
	font-size: 2.4rem;
	margin: 20px auto 20px;
}
.main-txt figure.img-w-is-sm-sending-fn ul {
	display: flex;
	width: 750px;
	margin: 0 auto;
	position: relative;
	left: -10px;
}
.main-txt figure.img-w-is-sm-sending-fn ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 236px;
	height: 106px;
	padding: 0 24px 0 36px;
	position: relative;
	color: #fff;
	font-weight: bold;
	text-align: justify;
	box-sizing: border-box;
}
.main-txt figure.img-w-is-sm-sending-fn ul li + li {
	margin-left: 10px;
}
.main-txt figure.img-w-is-sm-sending-fn ul li:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	border-style: solid;
	border-width: 53px 0 53px 22px;
	border-color: transparent transparent transparent #fff;
	z-index: 99;
}
.main-txt figure.img-w-is-sm-sending-fn ul li:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: -22px;
	top: 0;
	border-style: solid;
	border-width: 53px 0 53px 22px;
	z-index: 100;
}
.main-txt figure.img-w-is-sm-sending-fn ul li:nth-child(1) {
	background: #67cfe8;
}
.main-txt figure.img-w-is-sm-sending-fn ul li:nth-child(1):before {
	border-color: transparent;
}
.main-txt figure.img-w-is-sm-sending-fn ul li:nth-child(1):after {
	border-color: transparent transparent transparent #67cfe8;
}
.main-txt figure.img-w-is-sm-sending-fn ul li:nth-child(2) {
	background: #679ae5;
}
.main-txt figure.img-w-is-sm-sending-fn ul li:nth-child(2):after {
	border-color: transparent transparent transparent #679ae5;
}
.main-txt figure.img-w-is-sm-sending-fn ul li:nth-child(3) {
	background: #7367e5;
}
.main-txt figure.img-w-is-sm-sending-fn ul li:nth-child(3):after {
	border-color: transparent transparent transparent #7367e5;
}
.main-txt figure.img-w-is-sm-sending-fn figure > div {
	margin-top: 18px;
}
.main-txt figure.img-w-is-sm-sending-fn figure > div div {
	width: 42px;
	height: 24px;
	background: #3d3d3d;
	margin: 0 auto;
	position: relative;
}
.main-txt figure.img-w-is-sm-sending-fn div > div:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -26px;
	left: -16px;
	border-style: solid;
	border-width: 26px 37px 0 37px;
	border-color: #3d3d3d transparent transparent transparent;
	color: #3d3d3d;
}
.main-txt figure.img-w-is-sm-sending-fn figure > div + p {
	width: 312px;
	margin: 40px auto 0;
	padding: 18px 0;
	border: solid 2px #61b5c9;
}
.main-txt figure.img-w-is-tracking-fn {
	text-align: center;
}
.main-txt figure.img-w-is-tracking-fn h4 {
	font-size: 2.4rem;
	margin: 20px auto 20px;
}
.main-txt figure.img-w-is-tracking-fn figure > div:nth-of-type(1) {
	display: flex;
	text-align: left;
	width: 630px;
	margin: 0 auto 18px;
	;
}
.main-txt figure.img-w-is-tracking-fn figure > div:nth-of-type(1) h5 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 130px;
	background: #e0eeef;
	font-weight: bold;
	padding: 24px;
}
.main-txt figure.img-w-is-tracking-fn ul {
	list-style: disc;
}
.main-txt figure.img-w-is-tracking-fn figure > div:nth-of-type(1) ul {
	padding: 0 36px 0 52px;
	width: 370px;
	height: 130px;
	border: solid 2px #e0eeef;
	box-sizing: border-box;
}
.main-txt figure.img-w-is-tracking-fn figure > div:nth-of-type(1) ul li {
	position: relative;
	top: calc(130px / 2 - 1.6rem * 1.5 * 4 / 2);
}
.main-txt figure.img-w-is-tracking-fn figure > div + div > div {
	display: block;
	width: 52px;
	height: 40px;
}
.main-txt figure.img-w-is-tracking-fn figure > div + div {
	display: flex;
	width: 630px;
	margin: 0 auto;
}
.main-txt figure.img-w-is-tracking-fn figure > div + div > div div {
	width: 32px;
	height: 20px;
	background: #444;
	position: relative;
	top: 10px;
}
.main-txt figure.img-w-is-tracking-fn figure > div + div > div div:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: -20px;
	top: -10px;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #444;
	z-index: 100;
}
.main-txt figure.img-w-is-tracking-fn figure div + strong {
	line-height: 40px;
	font-size: 2.4rem;
	color: #50abc0;
	position: relative;
	top: 2px;
	margin-left: 26px;
}
.main-txt figure.img-w-is-tracking-fn figure div + strong span {
	display: inline-block;
}
.main-txt figure.img-w-is-tracking-fn figure > div + div + ul {
	text-align: left;
	margin: 0 auto;
	width: 354px;
	position: relative;
	left: 0.8rem;
}
.main-txt figure.img-p-c-about-ma {
	text-align: center;
}
.main-txt figure.img-p-c-about-ma > div {
	margin: 20px auto 20px;
}
.main-txt figure.img-p-c-about-ma h4 {
	font-size: 2.4rem;
	line-height: 1.25;
	margin-bottom: 6px;
}
.main-txt figure.img-p-c-about-ma > div p {
	font-size: 1.6rem;
}
.main-txt figure.img-p-c-about-ma ol {
	display: flex;
	width: 580px;
	margin: 0 auto;
	justify-content: space-between;
}
.main-txt figure.img-p-c-about-ma ol > li {
	width: 260px;
	height: 214px;
	border: solid 2px #679ae5;
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
}
.main-txt figure.img-p-c-about-ma h5 {
	width: 260px;
	height: 74px;
	background: #679ae5;
	border-radius: 20px 20px 0 0;
	box-sizing: border-box;
	position: relative;
	left: -2px;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 28px;
}
.main-txt figure.img-p-c-about-ma ol li:nth-child(2) h5 {
	text-align: justify;
}
.main-txt figure.img-p-c-about-ma ul {
	list-style: disc;
	text-align: justify;
	width: 260px;
	height: 140px;
	padding: 0 28px 0 36px;
}
.main-txt figure.img-p-c-about-ma ol li:nth-child(1) ul li {
	position: relative;
	top: calc(140px / 2 - 1.6rem * 1.5 * 4 / 2);
}
.main-txt figure.img-p-c-about-ma ol li:nth-child(2) ul li {
	position: relative;
	top: calc(140px / 2 - 1.6rem * 1.5 * 3 / 2);
}
.main-txt figure.img-p-c-about-ma li > div {
	position: absolute;
	top: -16px;
	left: -16px;
	color: #fff;
	font-size: 2.4rem;
}
.main-txt figure.img-p-c-about-ma li > div div:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	border: solid 1px #679ae5;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.main-txt figure.img-p-c-about-ma li > div div {
	font-weight: bold;
	background: #679ae5;
	border: solid 2px #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
/*----GoogleのSEOの仕組みとは？検索順位を上げるサイト設計----*/
.main-txt figure.img-3step-g-serch ol {
	display: flex;
	justify-content: center;
}
.main-txt figure.img-3step-g-serch li {
	font-size: 1.6rem;
	color: #ffffff;
	font-weight: bold;
	height: 80px;
	line-height: 80px;
	width: 160px;
	background: #9964ff;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
	text-indent: 3rem;
}
.main-txt figure.img-3step-g-serch li:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border-style: solid;
	border-width: 40px 0 40px 24px;
	border-color: transparent transparent transparent #ffffff;
	color: #ffffff;
	z-index: 1;
}
.main-txt figure.img-3step-g-serch li:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: -24px;
	border-style: solid;
	border-width: 40px 0 40px 24px;
	border-color: transparent transparent transparent #9964ff;
	color: #9964ff;
	z-index: 2;
}
.main-txt figure.img-3step-g-serch li + li {
	margin-left: 10px;
}
.main-txt figure.img-3step-g-serch li:nth-child(2) {
	background: #6c63ff;
}
.main-txt figure.img-3step-g-serch li:nth-child(2):after {
	border-color: transparent transparent transparent #6c63ff;
}
.main-txt figure.img-3step-g-serch li:nth-child(3) {
	background: #4d8dff;
}
.main-txt figure.img-3step-g-serch li:nth-child(3):after {
	border-color: transparent transparent transparent #4d8dff;
}
.main-txt figure.img-method-raise-inG {
	width: 800px;
	position: relative;
	border: solid 1px #333;
	padding-bottom: 50px;
	background: #ffffff;
}
.main-txt figure.img-method-raise-inG img {
	margin: 0 auto;
	width: 796px;
	height: auto;
	max-width: none;
}
.main-txt figure.img-method-raise-inG > div {
	position: absolute;
	top: 0;
	left: 0;
}
.main-txt figure.img-method-raise-inG div div:nth-child(1) div {
	position: absolute;
	border: solid 1px #55ebff;
	border-radius: 8px;
	width: 440px;
	height: 90px;
	left: 106px;
	top: 116px;
}
.main-txt figure.img-method-raise-inG div div:nth-child(2) div:nth-child(1) {
	position: absolute;
	border: solid 2px #3f3be2;
	border-radius: 8px;
	width: 440px;
	height: 294px;
	left: 106px;
	top: 216px;
	box-sizing: border-box;
}
.main-txt figure.img-method-raise-inG div div:nth-child(2) div:nth-child(2) {
	position: absolute;
	background: #3f3be2;
	width: 20px;
	height: 174px;
	left: 594px;
	top: 266px;
	box-sizing: border-box;
}
.main-txt figure.img-method-raise-inG div div:nth-child(2) div:nth-child(2):before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: -26px;
	left: -12px;
	border-style: solid;
	border-width: 0 22px 26px 22px;
	border-color: transparent transparent #3f3be2 transparent;
	z-index: 2;
}
.main-txt figure.img-method-raise-inG div div:nth-child(2) p {
	position: absolute;
	width: 74px;
	font-size: 1.6rem;
	line-height: 1.25;
	color: #3f3be2;
	margin: 0;
	padding: 0;
	font-weight: bold;
	top: 456px;
	left: 566px;
	text-align: center;
}
.main-txt figure.img-method-raise-inG small {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 4px;
}
.main-txt figure.img-method-raise-inG small:before {
	content: "*";
}
.main-txt figure.img-content-e-a-t {
	text-align: center;
}
.main-txt figure.img-content-e-a-t h4 {
	font-size: 2.4rem;
	color: #333333;
}
.main-txt figure.img-content-e-a-t figure {
	margin: 16px auto 0;
}
.main-txt figure.img-content-e-a-t ul {
	background: #f4eded;
	padding: 50px 0;
	border-radius: 20px;
	width: 500px;
	margin: 0 auto;
}
.main-txt figure.img-content-e-a-t ul li {
	font-size: 2.4rem;
	color: #ffffff;
	background: #ffa466;
	border-radius: 10px;
	padding: 12px 0;
	width: 400px;
	margin: 0 auto;
	font-weight: bold;
	position: relative;
}
.main-txt figure.img-content-e-a-t ul li:nth-child(2) {
	background: #ff7866;
}
.main-txt figure.img-content-e-a-t ul li:nth-child(3) {
	background: #ff66af;
}
.main-txt figure.img-content-e-a-t ul li + li {
	margin-top: 40px;
}
.main-txt figure.img-content-e-a-t ul li + li:before {
	content: "";
	background: #606060;
	height: 2px;
	width: 26px;
	position: absolute;
	top: -19px;
	left: 187px;
	transform: rotate(45deg);
}
.main-txt figure.img-content-e-a-t ul li + li:after {
	content: "";
	background: #606060;
	height: 2px;
	width: 26px;
	position: absolute;
	top: -19px;
	left: 187px;
	transform: rotate(-45deg);
}
.main-txt figure.img-keyword-seo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-txt figure.img-keyword-seo p {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.25;
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: calc(50% - 4.8rem);
	transform: translateY(-50%);
}
.main-txt figure.img-keyword-seo div {
	width: 166px;
	height: 100px;
	background: #6c63ff;
	border-radius: 8px;
	position: relative;
	align-items: center;
}
.main-txt figure.img-keyword-seo > div:after {
	content: "";
	width: 60px;
	height: 2px;
	background: #606060;
	position: absolute;
	top: 49px;
	left: 176px;
}
.main-txt figure.img-keyword-seo > div:before {
	content: "";
	width: 30px;
	height: 380px;
	border: solid 2px;
	border-color: #606060 transparent #606060 #606060;
	border-radius: 8px 0 0 8px;
	position: absolute;
	top: -142px;
	left: 206px;
}
.main-txt figure.img-keyword-seo ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-txt figure.img-keyword-seo > ul {
	margin-left: 80px;
}
.main-txt figure.img-keyword-seo > ul > li + li {
	margin-top: 40px;
}
.main-txt figure.img-keyword-seo > ul > li > div {
	width: 200px;
	height: 48px;
	background: #00c5f7;
	margin-right: 80px;
}
.main-txt figure.img-keyword-seo > ul > li > div:after {
	content: "";
	width: 60px;
	height: 2px;
	background: #606060;
	position: absolute;
	top: 23px;
	left: 210px;
}
.main-txt figure.img-keyword-seo > ul > li > div:before {
	content: "";
	width: 30px;
	height: 120px;
	border: solid 2px;
	border-color: #606060 transparent #606060 #606060;
	border-radius: 8px 0 0 8px;
	position: absolute;
	top: -38px;
	left: 236px;
}
.main-txt figure.img-keyword-seo > ul > li > div > p {
	left: calc(50% - 6.4rem);
}
.main-txt figure.img-keyword-seo ul li ul li div {
	width: 220px;
	height: 30px;
	background: #09d8b0;
}
.main-txt figure.img-keyword-seo ul li ul li div p {
	left: calc(50% - 8.8rem);
}
.main-txt figure.img-keyword-seo ul li ul li + li {
	margin-top: 30px;
}
.main-txt figure.img-site-structure-ofkw {
	display: flex;
	width: 500px;
	justify-content: space-between;
	align-items: center;
}
.main-txt figure.img-site-structure-ofkw > div > p, .main-txt figure.img-site-structure-ofkw ul li p {
	font-size: 1.6rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.25;
	text-align: center;
	border-radius: 8px;
}
.main-txt figure.img-site-structure-ofkw > div:nth-child(1) {
	padding: 136px 30px;
	background: #00c5f7;
	border-radius: 8px;
}
.main-txt figure.img-site-structure-ofkw p {
	font-size: 1.6rem;
	font-weight: bold;
	color: #606060;
	text-align: center;
}
.main-txt figure.img-site-structure-ofkw > div > div {
	position: relative;
}
.main-txt figure.img-site-structure-ofkw > div > div:nth-child(1) {
	transform: rotate(-30deg);
	top: -90px;
	left: -10px;
}
.main-txt figure.img-site-structure-ofkw > div > div:nth-child(2) {
	top: -10px;
}
.main-txt figure.img-site-structure-ofkw > div > div:nth-child(3) {
	transform: rotate(30deg);
	top: 70px;
}
.main-txt figure.img-site-structure-ofkw div div div {
	display: block;
	width: 180px;
	height: 2px;
	position: relative;
}
.main-txt figure.img-site-structure-ofkw div div div:nth-of-type(1) {
	background: #00c5f7;
}
.main-txt figure.img-site-structure-ofkw div div div:nth-of-type(1):after {
	content: "";
	width: 24px;
	height: 2px;
	background: #00c5f7;
	position: absolute;
	top: -8px;
	right: -3px;
	transform: rotate(45deg);
}
.main-txt figure.img-site-structure-ofkw div div div:nth-of-type(2) {
	background: #09d8b0;
	margin-top: 10px;
}
.main-txt figure.img-site-structure-ofkw div div div:nth-of-type(2):after {
	content: "";
	width: 24px;
	height: 2px;
	background: #09d8b0;
	position: absolute;
	top: 8px;
	left: -3px;
	transform: rotate(45deg);
}
.main-txt figure.img-site-structure-ofkw ul li {
	padding: 30px 24px;
	margin: 70px auto;
	background: #09d8b0;
	border-radius: 8px;
}
.main-txt figure.img-site-structure-ofkw ul li:first-child, .main-txt figure.img-site-structure-ofkw ul li:last-child {
	margin: 0 auto;
}
/*img-hk*/
/*----マーケティングオートメーションとは----*/
.MA_shortchart {
	display: flex;
}
.MA_shortchart div {
	width: calc((100% -150px) / 3);
	margin: 0 50px 0 0;
	text-align: center;
	font-size: 18px;
	position: relative;
}
.MA_shortchart dt {
	line-height: 1.75;
	font-weight: bold;
	color: #fff;
}
.MA_shortchart div:first-of-type dt {
	background-color: #13b1f3;
}
.MA_shortchart div:nth-of-type(2) dt {
	background-color: #67cb5c;
}
.MA_shortchart div:nth-of-type(3) dt {
	background-color: #d6b500;
}
.MA_shortchart div::after {
	content: '';
	position: absolute;
	top: 0.9em;
	right: -2em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.8em 0 1.8em 2em;
}
.MA_shortchart div:nth-of-type(1)::after {
	border-color: transparent transparent transparent #13b1f3;
}
.MA_shortchart div:nth-of-type(2)::after {
	border-color: transparent transparent transparent #67cb5c;
}
.MA_shortchart div:nth-of-type(3)::after {
	border-color: transparent transparent transparent #d6b500;
}
.MA_shortchart dd {
	width: 120%;
	font-size: 20px;
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
	padding: 10px;
}
.MA_shortchart div:first-of-type dd {
	background-color: #b8e7fb;
	color: #13b1f3;
}
.MA_shortchart div:nth-of-type(2) dd {
	background-color: #d1efce;
	color: #67cb5c;
}
.MA_shortchart div:nth-of-type(3) dd {
	background-color: #f3e9b2;
	color: #d6b500;
}
.MA_flow_icons, .MA_flow_title, .MA_flow_desc {
	display: flex;
	font-size: 18px;
	width: 100%;
	line-height: 1.5;
}
.MA_flow_icons li {
	width: calc((100% - 100px) / 6);
	margin: 10px 0 0 10px;
	text-align: center;
}
.MA_flow_icons li img {
	width: 25%;
	margin: auto;
}
.MA_flow_title li {
	width: calc((100% - 100px) / 6);
	padding: 5px;
	margin: 10px 0 0 10px;
	text-align: center;
	line-height: 1.75;
	font-weight: bold;
	color: #fff;
}
.MA_flow_title li:first-child {
	background-color: #787ef8;
}
.MA_flow_title li:nth-child(2) {
	background-color: #13b1f3;
}
.MA_flow_title li:nth-child(3) {
	background-color: #05bf9e;
}
.MA_flow_title li:nth-child(4) {
	background-color: #67cb5c;
}
.MA_flow_title li:nth-child(5) {
	background-color: #d6b500;
}
.MA_flow_title li:nth-child(6) {
	background-color: #f16ab3;
	position: relative;
}
.MA_flow_title li:nth-child(6)::after {
	content: '';
	position: absolute;
	top: 0em;
	right: -2em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2em 0 2em 2em;
	border-color: transparent transparent transparent #f16ab2;
}
dl.MA_flow_desc div.MA dt h4, .SFA dt h4, .CRM dt h4 {
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	border: none;
	margin: 5px 0;
}
dl.MA_flow_desc div.MA dt h4 {
	color: #13b1f3;
}
dl.MA_flow_desc div.SFA dt h4 {
	color: #67cb5c;
}
dl.MA_flow_desc div.CRM dt h4 {
	color: #d6b500;
}
.MA_flow_subtitle {
	text-align: center;
	font-weight: bold;
	color: #656565;
	font-size: 16px;
	margin: 0 0 15px 0;
}
.MA_flow_text {
	font-size: 1.6rem;
}
.MA, .SFA, .CRM {
	background-color: #eeeeee;
	margin: 20px 0 0 10px;
	padding: 15px;
	;
}
.MA {
	width: calc(((100% / 6) * 3) - 30px);
}
.SFA, .CRM {
	width: calc(((100% / 6) * 1.5) - 30px);
}
/*----デジタルマーケティングってなに？Webマーケティングの違いを解説！----*/
.measures {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.measures h4 {
	text-align: center;
	width: 43%;
	margin: 0 auto;
	font-size: 24px;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
}
.measures .cus_attraction h4 {
	background: linear-gradient(135deg, #c5db50 0%, #a7d081 100%);
	color: #fff;
	border: none;
}
.measures .cus_service h4 {
	background: linear-gradient(135deg, #ffb59e 0%, #ff879c 100%);
	color: #fff;
	border: none;
}
.measures .circle {
	width: 230px;
	height: 230px;
	background-color: #a7d081;
	margin: 40px auto;
	border-radius: 50%;
	position: relative;
}
.measures .cus_service .circle {
	background-color: #ffb59e;
}
.cus_attraction {
	width: 50%;
}
.cus_service {
	width: 50%;
}
.cus_attraction li, .cus_service li {
	display: inline-block;
	background-color: #769758;
	border-radius: 5px;
	font-size: 20px;
	padding: 15px;
	color: #fff;
	position: absolute;
}
.cus_service li {
	background-color: #d75f74;
}
.cus_attraction li:first-of-type {
	top: 10px;
	left: 0;
}
.cus_attraction li:nth-of-type(2) {
	top: 50px;
	right: -20px;
}
.cus_attraction li:nth-of-type(3) {
	bottom: 90px;
	left: -30px;
}
.cus_attraction li:nth-of-type(4) {
	bottom: 20px;
	right: -20px;
}
.cus_service li:first-of-type {
	top: 10px;
	left: 0;
}
.cus_service li:nth-of-type(2) {
	top: 80px;
	right: -20px;
}
.cus_service li:nth-of-type(3) {
	bottom: 20px;
	left: 30px;
}
.marketing_container {
	position: relative;
	width: 100%;
	height: 360px;
}
.marketing, .d_marketing, .web_marketing {
	margin: 0 auto;
	border-radius: 100%;
	position: absolute;
	text-align: center;
}
.marketing {
	width: 100%;
	height: 360px;
	background-color: #fbf80d;
}
.d_marketing {
	width: 70%;
	height: 260px;
	background-color: #fbc00d;
	bottom: 0;
	right: 0;
	left: 0;
}
.web_marketing {
	width: 50%;
	height: 160px;
	background-color: #fb9b0d;
	bottom: 0;
	right: 0;
	left: 0;
}
.marketing_container p {
	display: inline-block;
	margin: 0 auto;
	background-color: rgba(251, 125, 13, 0.7);
	color: #fff;
	padding: 15px;
	font-weight: bold;
}
.marketing p, .d_marketing p {
	margin-top: 35px;
}
.web_marketing p {
	margin-top: 50px;
}
.fourC_fourP {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.compare_area {
	margin: 20px 0;
}
.fourC, .fourP, .compare_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.6rem;
}
.fourC div, .fourP div, .compare_area div {
	width: calc(100%/5 - 10px);
	text-align: center;
	margin-left: 10px;
}
.fourC div:first-of-type, .fourP div:first-of-type {
	margin: 0;
}
.compare_area p {
	background-color: #fbc00d;
	padding: 20px 0;
	border-radius: 10px;
}
.fourC dt, .fourP dt, .fourC dd, .fourP dd {
	padding: 20px 0;
	line-height: 1.3;
}
.fourC dt {
	background-color: #acdbef;
	color: #085f83;
	font-weight: bold;
}
.fourP dt {
	background-color: #b9ed87;
	color: #346604;
	font-weight: bold;
}
.fourC_fourP .fourC div:first-of-type dt {
	background-color: #32b6ed;
}
.fourC_fourP .fourP div:first-of-type dt {
	background-color: #77ca27;
}
.fourC_fourP .fourC div:first-of-type dt h4, .fourC_fourP .fourP div:first-of-type dt h4 {
	color: #fff;
	border: none;
	margin: 0;
	line-height: 1.3;
	height: 100%;
	padding: 0;
	font-size: 1.6rem;
}
.fourC dd, .fourP dd {
	background-color: #eeeeee;
}
/*----Web広告って何それ、美味しいの？----*/
.c-pyramid-list {
	background: url("../../img/blog/c-pyramid.svg") no-repeat left center/contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 275px;
}
.pyramid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.pyramid dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	width: 310px;
}
.pyramid dd {
	font-size: 1.6rem;
	line-height: 1.5;
}
.pyramid dd ul {
	list-style-type: square;
	line-height: 1.5;
	margin-left: 20px;
}
.pyramid dd:nth-of-type(1) {
	width: calc((100% - 310px)/3);
}
.c-pyramid-list .pyramid p {
	font-weight: bold;
	padding: 5px 10px;
	margin: auto;
}
.pyramid:first-child dt {
	height: 80px;
}
.pyramid:first-child dt p {
	background: rgba(242, 101, 96, 0.5);
}
.pyramid:nth-child(2) dt {
	height: 95px;
}
.pyramid:nth-child(3) dt {
	height: 95px;
}
.pyramid:first-child dd {
	color: #f26560;
}
.pyramid:nth-child(2) dd {
	color: #DDBE3B;
}
.pyramid:nth-child(3) dd {
	color: #28ce54;
}
.c-pyramid-spList {
	display: none;
}
.img-about-affiliate, .img-about-ppc_affiliate {
	text-align: center;
}
.img-about-ppc_affiliate {
	height: 400px;
}
.img-about-affiliate, .img-about-ppc_affiliate ul {
	display: flex;
	position: relative;
	padding-bottom: 20px;
}
.aa-item-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.about-affiliate-item {
	width: 40%;
}
.aa-item-list .about-affiliate-item:nth-child(3), .aa-item-list .about-affiliate-item:nth-child(4) {
	margin-top: 180px;
}
.img-about-affiliate li.about-affiliate-item h4, .img-about-ppc_affiliate li.about-ppc_affiliate-item h4 {
	padding: 4px 8px;
	color: #fff;
	font-weight: bold;
	background: #E58096;
	margin-bottom: 24px;
	width: 160px;
	margin: 0 auto 24px;
}
.img-about-affiliate li.about-affiliate-item:nth-child(2) h4, .img-about-ppc_affiliate li.about-ppc_affiliate-item:nth-child(2) h4 {
	background: #81B2E8;
}
.img-about-affiliate li.about-affiliate-item:nth-child(3) h4 {
	background: #7070F9;
}
.img-about-affiliate li.about-affiliate-item:nth-child(4) h4, .img-about-ppc_affiliate li.about-ppc_affiliate-item:nth-child(4) h4 {
	background: #60C592;
}
.img-about-affiliate .about-affiliate-item img, .img-about-ppc_affiliate .about-ppc_affiliate-item img {
	height: 80px;
	width: auto;
	margin: 0 auto;
}
.about-affiliate-item:nth-child(4) img {
	height: 70px;
}
.aa-action_text-list li p, .ap-action_text-list li p {
	position: absolute;
}
.aa-action_text-list li:nth-child(1) p {
	top: 110px;
	left: 50%;
	transform: translateX(-50%);
	color: #E58096;
}
.aa-action_text-list li:nth-child(2) p {
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	color: #81B2E8;
}
.aa-action_text-list li:nth-child(3) p {
	top: 230px;
	left: calc(25% + 40px);
	transform: translateX(-50%) translateY(-50%);
	color: #7070F9;
}
.aa-action_text-list li:nth-child(3) p:nth-child(2) {
	top: 440px;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.aa-action_text-list li:nth-child(4) p {
	top: 230px;
	left: calc(75% + 40px);
	transform: translateX(-50%) translateY(-50%);
	color: #60C592;
}
.aa-action_text-list li:nth-child(4) p:nth-child(2) {
	top: calc(2.4rem + 330px);
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.aa-action_text-list li p::before, .aa-action_text-list li p::after, .ap-action_text-list li p::before, .ap-action_text-list li p::after {
	content: "";
	position: absolute;
	display: block;
	background: #E58096;
	height: 2px
}
.aa-action_text-list li p::before {
	width: 200px;
}
.aa-action_text-list li p::after {
	width: 20px;
}
.aa-action_text-list li:nth-child(1) p::before, .aa-action_text-list li:nth-child(3) p:nth-child(2)::before {
	top: -0.8rem;
	left: 50%;
	transform: translate(-50%);
}
.aa-action_text-list li:nth-child(1) p::after, .aa-action_text-list li:nth-child(3) p:nth-child(2)::after {
	top: calc(7px - 0.8rem);
	left: calc(50% + 82px);
	transform: rotate(-45deg);
}
.aa-action_text-list li:nth-child(2) p::before, .aa-action_text-list li:nth-child(2) p::after {
	background: #81B2E8;
}
.aa-action_text-list li:nth-child(2) p::before, .aa-action_text-list li:nth-child(4) p:nth-child(2)::before {
	bottom: -0.8rem;
	left: 50%;
	transform: translateX(-50%);
}
.aa-action_text-list li:nth-child(2) p::after, .aa-action_text-list li:nth-child(4) p:nth-child(2)::after {
	top: calc(3.2rem - 9px);
	left: calc(50% - 104px);
	transform: rotate(135deg);
}
.aa-action_text-list li:nth-child(3) p::before, .aa-action_text-list li:nth-child(3) p::after {
	background: #7070F9;
}
.aa-action_text-list li:nth-child(3) p::before, .aa-action_text-list li:nth-child(4) p::before {
	width: 120px;
	top: 50%;
	left: -0.8rem;
	transform: translateX(-50%) rotate(90deg);
}
.aa-action_text-list li:nth-child(3) p::after, .aa-action_text-list li:nth-child(4) p::after {
	top: calc(50% - 54px);
	left: calc(-0.8rem - 3px);
	transform: rotate(225deg);
}
.aa-action_text-list li:nth-child(3) p:nth-child(2)::before {
	width: 200px;
}
.aa-action_text-list li:nth-child(4) p::before, .aa-action_text-list li:nth-child(4) p::after {
	background: #60C592;
}
.aa-action_text-list li:nth-child(4) p:nth-child(2)::before {
	width: 200px;
	top: auto;
	bottom: -0.8rem;
}
.aa-action_text-list li:nth-child(4) p:nth-child(2)::after {
	top: auto;
	bottom: calc(0.8rem - 9px);
}
.about-ppc_affiliate-item {
	position: absolute;
	transform: translateX(-50%);
}
.about-ppc_affiliate-item:nth-child(1) {
	left: 15%;
}
.about-ppc_affiliate-item:nth-child(2) {
	left: 50%;
}
.about-ppc_affiliate-item:nth-child(3), .about-ppc_affiliate-item:nth-child(4) {
	left: 85%;
}
.about-ppc_affiliate-item:nth-child(4) {
	top: 260px;
}
.img-about-ppc_affiliate li.about-ppc_affiliate-item:nth-child(1) h4 {
	background: #7070F9;
	margin-bottom: 130px;
}
.img-about-ppc_affiliate li.about-ppc_affiliate-item:nth-child(3) h4 {
	background: #53D3C3;
}
.img-about-ppc_affiliate .about-ppc_affiliate-item img {
	height: 80px;
}
.about-ppc_affiliate-item:nth-child(4) img {
	height: 76px;
}
.ap-action_text-list li:nth-child(1) p {
	top: 30px;
	left: 32%;
	transform: translateX(-50%);
	color: #7070F9;
}
.ap-action_text-list li:nth-child(1) p:nth-child(2) {
	top: 80px;
}
.ap-action_text-list li:nth-child(1) p:nth-child(3) {
	top: 360px;
	left: 50%;
}
.ap-action_text-list li:nth-child(2) p {
	top: 30px;
	left: 68%;
	transform: translateX(-50%);
	color: #81B2E8;
}
.ap-action_text-list li:nth-child(2) p:nth-child(2) {
	top: 80px;
}
.ap-action_text-list li:nth-child(3) p {
	top: 290px;
	left: 50%;
	transform: translateX(-50%);
	color: #60C592;
}
.ap-action_text-list li p::before, .ap-action_text-list li p::after {
	background: #7070F9;
	left: 50%;
	bottom: -0.8rem;
	transform: translateX(-50%);
}
.ap-action_text-list li p::before {
	width: 100px;
}
.ap-action_text-list li p::after {
	left: calc(50% + 42px);
	width: 14px;
	transform: rotate(45deg) translateX(-50%);
}
.ap-action_text-list li p:nth-child(3)::before {
	width: 400px;
	bottom: auto;
	top: -0.8rem;
}
.ap-action_text-list li p:nth-child(3)::after {
	left: calc(50% + 192px);
	bottom: auto;
	top: -0.8rem;
	transform: rotate(-45deg) translateX(-50%);
}
.ap-action_text-list li:nth-child(2) p::before, .ap-action_text-list li:nth-child(2) p::after {
	background: #81B2E8;
}
.ap-action_text-list li:nth-child(3) p::before, .ap-action_text-list li:nth-child(3) p::after {
	background: #60C592;
}
.ap-action_text-list li:nth-child(3) p::before {
	width: 400px;
}
.ap-action_text-list li:nth-child(3) p::after {
	left: calc(50% - 208px);
	transform: rotate(135deg) translateX(-50%);
}
.img-seo_affiliate {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
}
.seo_affiliate-affiliater, .seo_affiliate-user {
	position: relative;
}
.search-screen-item {
	width: 250px;
}
.search-screen-item p {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #81B2E8;
	position: relative;
	left: -40px;
	top: -170px;
}
.search-screen-item p::before, .search-screen-item p::after {
	content: "";
	display: block;
	position: absolute;
}
.search-screen-item p::before {
	width: 30px;
	height: 100px;
	background: #81B2E8;
	right: -50px;
	top: -40px;
}
.search-screen-item p::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 25px 30px 25px;
	border-color: transparent transparent #81B2E8 transparent;
	right: -60px;
	top: -60px;
}
.seo_affiliate-affiliater figure:nth-child(2) {
	width: 90px;
	background: #fff;
	padding: 4px;
	position: absolute;
	top: 250px;
	right: calc(50% + 125px);
	transform: translateX(50%);
}
.seo_affiliate-user {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin-left: 30px;
}
.seo_affiliate-user > figure {
	margin: 110px 0 0 40px;
	width: 100px;
}
.seo_affiliate-user figure figcaption {
	font-size: 1.6rem;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	color: #60C592;
}
.seo_affiliate-user div figure {
	width: 50px;
	margin-top: 80px;
}
.seo_affiliate-user div div {
	position: relative;
}
.seo_affiliate-user div div::before, .seo_affiliate-user div div::after {
	display: block;
	content: "";
	border-top: 2px dashed #60C592;
	position: absolute;
}
.seo_affiliate-user div div::before {
	width: 150px;
	top: -41px;
}
.seo_affiliate-user div div::after {
	width: 20px;
	height: 2px;
	top: -48px;
	left: -2px;
	transform: rotate(-45deg);
}
.seo_affiliate-user div p {
	color: #60C592;
	padding: 8px 16px;
	border: 2px solid #60C592;
	margin-top: 80px;
	position: relative;
}
.seo_affiliate-user div p::before {
	content: "";
	position: absolute;
	top: -21px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom: 12px solid #FFF;
	z-index: 2;
}
.seo_affiliate-user div p::after {
	content: "";
	position: absolute;
	top: -27px;
	left: 50%;
	margin-left: -12px;
	border: 12px solid transparent;
	border-bottom: 14px solid #60C592;
	z-index: 1;
}
.img-about-EAT ul {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 10px;
}
.img-about-EAT ul .about-EAT-item {
	width: 30%;
	max-width: 200px;
	border: 2px solid #7DD3D1;
	border-radius: 8px;
	margin: 0 15px;
}
.img-about-EAT ul .about-EAT-item:nth-child(2) {
	border: 2px solid #DA9DE0;
}
.img-about-EAT ul .about-EAT-item:nth-child(3) {
	border: 2px solid #E2CF7F;
}
.img-about-EAT .about-EAT-item h4 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: #7dd3d1;
	padding: 10px 0;
	margin: 0;
	border: none;
}
.img-about-EAT ul .about-EAT-item:nth-child(2) h4 {
	background: #DA9DE0;
}
.img-about-EAT ul .about-EAT-item:nth-child(3) h4 {
	background: #E2CF7F;
}
.about-EAT-item h4 span {
	display: block;
}
.about-EAT-item p {
	color: #848484;
	padding: 40px 0;
	margin: 0;
}
/* Instagram広告徹底解説 */
.insta_ad_image {
	max-width: 360px;
}
/*アドネットワーク*/
.ad_network_01 {
	max-width: 600px;
	padding: 70px;
	margin: auto;
}
.ad_network_01_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.b-blog .main-txt .ad_network_01_inner h4 {
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-top: 16px;
	line-height: 1.5;
	color: #676464;
	border: none;
}
.ad_network_01_inner li {
	text-align: center;
}
.ad_network_01_inner li .ad_trouble_bubble {
	width: 220px;
	background-color: #587058;
	text-align: left;
	color: #fff;
	padding: 14px;
	line-height: 1.5;
	margin: 40px 0 0 0;
	position: relative;
}
.ad_network_01_inner li .ad_trouble_bubble::before {
	position: absolute;
	top: -18px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 18px 10px;
	border-color: transparent transparent #587058 transparent;
}
.ad_network_01_inner .broadcast01 {
	position: relative;
	width: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ad_network_01_inner .broadcast01 .arrow_figure01_pc {
	margin: 70px 0 0 -20px;
}
.ad_network_01_inner .broadcast01 img {
	width: 100%;
}
.ad_network_01_inner .broadcast01 .ad_imagesList {
	margin: 15px 0 0 0;
}
.ad_network_01_inner .broadcast01 .ad_imagesList .ad_imagesitem {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 15px;
}
.ad_network_01_inner .broadcast01 .ad_imagesList .ad_imagesitem img {
	width: 65px;
}
.ad_network_01_inner .broadcast01 .ad_imagesList .ad_imagesitem p {
	color: #676464;
	font-weight: bold;
	margin-left: 15px;
}
.ad_network_01_inner .broadcast01 .ad_imagesList .arrow_02 {
	margin-top: 70px;
	width: 30%;
}
.ad_network_02 {
	max-width: 600px;
	padding: 70px;
	margin: auto;
}
.ad_network_02_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.b-blog .main-txt .ad_network_02_inner h4 {
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-top: 16px;
	line-height: 1.5;
	color: #676464;
	border: none;
}
.ad_network_02_inner li {
	text-align: center;
}
.ad_network_02_inner li .ad_trouble_bubble02 {
	width: 220px;
	background-color: #E86850;
	text-align: left;
	color: #fff;
	padding: 14px;
	line-height: 1.5;
	margin: 40px 0 0 0;
	position: relative;
}
.ad_network_02_inner li .ad_trouble_bubble02::before {
	position: absolute;
	top: -18px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 18px 10px;
	border-color: transparent transparent #E86850 transparent;
}
.ad_network_02_inner .broadcast02 {
	position: relative;
	width: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ad_network_02_inner .broadcast02 .arrow_figure02_pc {
	margin: 140px 0 0 -20px;
}
.ad_network_02_inner .broadcast02 img {
	width: 100%;
}
.ad_network_02_inner .broadcast02 .ad_imagesList {
	margin: 15px 0 0 0;
	border: #676464 2px solid;
}
.ad_network_02_inner .broadcast02 .ad_imagesList .ad_imagestitle {
	color: #fff;
	background-color: #676464;
}
.ad_network_02_inner .broadcast02 .ad_imagesList .ad_imagestitle p {
	padding: 0 0 10px;
}
.ad_network_02_inner .broadcast02 .ad_imagesList .ad_imagesitem {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 15px;
}
.ad_network_02_inner .broadcast02 .ad_imagesList .ad_imagesitem img {
	width: 65px;
}
.ad_network_02_inner .broadcast02 .ad_imagesList .ad_imagesitem p {
	color: #676464;
	font-weight: bold;
	margin-left: 15px;
}
.ad_network_02_inner .broadcast02 .ad_imagesList .arrow_02 {
	margin-top: 70px;
	width: 30%;
}
.ad_network_03 {
	max-width: 600px;
	margin: auto;
}
.ad_network_03_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.ad_network_03_inner img {
	display: inline-block;
}
.b-blog .main-txt .ad_network_03_inner h4 {
	font-size: 1.6rem;
	margin-top: 16px;
	color: #676464;
	border: none;
	padding: 0;
}
.ad_network_03_inner li {
	text-align: center;
}
.ad_network_03_inner li p {
	color: #676464;
	font-weight: bold;
}
.ad_network_03_inner .manuscript {
	position: relative;
	width: 14%;
	margin-right: 40px;
}
.ad_network_03_inner .manuscript img {
	display: block;
	width: 30px;
	margin: 0 auto 62px;
}
.ad_network_03_inner .manuscript img:last-of-type {
	margin-bottom: 8px;
}
.ad_network_03_inner .broadcast_publish {
	position: relative;
	width: 60%;
	margin-right: 84px;
}
.ad_network_03_inner .broadcast_publish .arrow_01 {
	position: absolute;
	top: 100px;
	left: -60px;
}
.ad_network_03_inner .broadcast_publish .arrow_01 img {
	width: 100%;
}
.ad_network_03_inner .broadcast_publish ul {
	border: 3px solid #676464;
	padding: 16px 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ad_network_03_inner .broadcast_publish ul li {
	text-align: center;
}
.ad_network_03_inner .broadcast_publish ul li:first-of-type {
	width: 42%;
}
.ad_network_03_inner .broadcast_publish ul li:last-of-type {
	width: 24%;
}
.ad_network_03_inner .broadcast_publish ul li:last-of-type img {
	margin-bottom: 32px;
}
.ad_network_03_inner .broadcast_publish ul li h4 {
	margin-top: 0;
}
.ad_network_03_inner .broadcast_publish ul li p {
	color: #676464;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 26px;
}
.ad_network_03_inner .broadcast_publish ul .arrow_02 {
	margin-top: 70px;
	width: 30%;
}
.ad_network_03_inner .broadcast_publish div {
	text-align: center;
}
.ad_network_03_inner .broadcast_publish .ad_block {
	padding: 10px;
	background: #676464;
	color: #fff;
}
.ad_network_03_inner .browsing {
	position: relative;
	width: 18%;
}
.ad_network_03_inner .browsing .arrow_03 {
	position: absolute;
	top: 80px;
	left: -100px;
}
.ad_network_03_inner .browsing ul {
	margin-bottom: 8px;
}
.ad_network_03_inner .browsing ul li {
	margin-bottom: 32px;
}
.ad_network04_inner {
	width: 430px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}
.ad_network04_inner {
	width: 430px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}
.ad_network04_inner li {
	text-align: center;
}
.ad_network04_inner img {
	margin: auto;
}
.ad_network04_firstcolumn {
	width: 85px;
	margin-top: 60px;
}
.ad_network04_firstcolumn p {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0;
}
.ad_network04_websiteTxt {
	position: relative;
}
.ad_network04_websiteTxt img {
	position: absolute;
	top: 30px;
	left: 25px;
}
.ad_network04_secondcolumn {
	margin-top: 150px;
}
.ad_network04_secondcolumn p {
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.5;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0;
}
.ad_network04_sspRequest {
	color: #E86850;
}
.ad_network04_dspTransmit {
	color: #3979CB;
}
.main-txt .ad_network04_dspRequest {
	color: #E86850;
	margin-top: 23px;
}
.main-txt .ad_network04_dspBroadcast {
	color: #3979CB;
	margin-top: 40px;
}
.main-txt .ad_network04_thirdcolumn {
	position: relative;
}
.ad_network04_thirdcolumn p {
	margin: 10px auto;
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0;
}
.ad_network04_thirdcolumn img {
	margin: 0 auto 25px auto;
	display: block;
}
.ad_network04_dspBidrequest {
	font-weight: bold;
	color: #FF8A00;
	position: absolute;
	top: 120px;
	right: -60px;
}
.ad_network04_dspBidresponse {
	font-weight: bold;
	color: #587058;
	position: absolute;
	top: 270px;
	right: -60px;
}
/* Twitter広告 */
.Twitter_ad_type {
  background: #f6f6f6;
  text-align: center;
  padding: 60px 20px;
}
.Twitter_ad_type .inner {
  width: 700px;
  margin: 0 auto;
  position: relative;
}
.Twitter_ad_type .inner p {
  position: absolute;
  background: #00b0f0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px;
  margin: 0;
  line-height: 1;
}
.Twitter_ad_type .inner .trend {
  top: 164px;
  left: 12px;
  width: 140px;
}
.Twitter_ad_type .inner .tweet {
  top: 70px;
  right: 210px;
  width: 290px;
  height: 195px;
  line-height: 175px;
}
.Twitter_ad_type .inner .account {
  top: 48px;
  right: 12px;
}
.Twitter_ad_type .inner img {
  width: 700px;
}
.Twitter_ad_type .inner .sp_img {
  display: none;
}
.img-influencer-pyramid{
	position:relative;
	left:78px;
}
.img-influencer-pyramid h5,
.img-influencer-pyramid dl dt,
.img-influencer-pyramid dl dd,
.img-influencer-pyramid ul li{
	font-size:1.6rem;
	color:#333;
	line-height:1.5;
	margin:0;
}
.img-influencer-pyramid .influencer-pyramid-item h5{
	font-weight:bold;
	color:#fff;
	padding:0;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:1;
	position:relative;
	height:83px;
}
.img-influencer-pyramid h5::before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 83px 48px 0 0;
	border-color: #fff transparent transparent transparent;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
}
.influencer-pyramid-item{
	display:flex;
	justify-content:center;
	box-sizing:border-box;
}
.influencer-pyramid-item h5::after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 48px 83px 0;
	border-color: transparent #fff transparent transparent;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
}
.influencer-pyramid-item:nth-child(1) h5{
	width:96px;
	background:#f2c38f;
}
.influencer-pyramid-item:nth-child(1) h5 span{
	position:relative;
	top:25%;
}
.influencer-pyramid-item:nth-child(2) h5{
    width: 192px;
	background:#f4abba;
}
.influencer-pyramid-item:nth-child(3) h5{
    width: 288px;
	background:#f79af0;
}
.influencer-pyramid-item:nth-child(4) h5{
    width: 384px;
	background:#ba8aff;
}
.influencer-pyramid-item + li{
	border-top:2px solid #fff;
}
.influencer-pyramid-item ul{
	list-style:disc;
	padding:0 36px 0 230px;
	margin-left:2px;
	background:#efe3d8;
	height:83px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	position:relative;
}
.influencer-pyramid-item ul::before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 48px 83px 0;
	border-color: transparent #efe3d8 transparent transparent;
	position:absolute;
	top:0;
	bottom:0;
	right:100%;
	z-index:2;
}
.influencer-pyramid-item:nth-child(2) ul{
	background:#f2dae0;
	left:-48px;
}
.influencer-pyramid-item:nth-child(2) ul::before{
	border-color: transparent #f2dae0 transparent transparent;
	right:auto;
	left:0;
}
.influencer-pyramid-item:nth-child(3) ul{
	padding:0 20px 0 230px;
	background:#f4dcf3;
	left:-96px;
}
.influencer-pyramid-item:nth-child(3) ul::before{
	border-color: transparent #f4dcf3 transparent transparent;
	right:auto;
	left:48px;
}
.influencer-pyramid-item:nth-child(4) ul{
	padding:0 20px 0 230px;
	background:#f0e6ff;
	left:-144px;
}
.influencer-pyramid-item:nth-child(4) ul::before{
	border-color: transparent #f0e6ff transparent transparent;
	right:auto;
	left:96px;
}
.influencer-explanation-box li dl{
	display:flex;
}
.influencer-explanation-box li dl dt::after{
	content:":";
}
.img-diff-mktg-influencer{
	width:80%;
	margin:0 auto;
}
.img-diff-mktg-influencer .diff-mktg-box h5{
	font-size:2.0rem;
	color:#fff;
	background:#666;
	text-align:center;
}
.diff-mktg-box{
	position:relative;
}
.diff-mktg-box + div{
	margin-top:30px;
}
.diff-mktg-box ul{
	display:flex;
	justify-content:space-between;
}
.dmi-company-box::before,
.dmi-company-box::after,
.dmi-user-box::before{
	content:"";
	border-right:3px solid #666;
	border-bottom:2px solid #666;
	width:360px;
	height:14px;
	transform:skewX(45deg);
	position:absolute;
	left:calc( 50% - 180px);
	top:50%;
}
.diff-mktg-box:nth-child(2) .dmi-company-box::before,
.diff-mktg-box:nth-child(2) .dmi-company-box::after,
.diff-mktg-box:nth-child(2) .dmi-user-box::before,
.diff-mktg-box:nth-child(2) .dmi-influencer-box::before{
	width:100px;
	left:calc( 70% - 50px);
}
.diff-mktg-box:nth-child(2) .dmi-influencer-box::before{
	content:"";
	border-right:3px solid #666;
	border-bottom:2px solid #666;
	height:14px;
	transform:skewX(45deg);
	position:absolute;
	left:calc( 28% - 50px);
	top:50%;
}
.dmi-company-box::after{
	top:calc(50% + 30px);
}
.dmi-user-box::before{
	top:calc(50% - 30px);
}
.diff-mktg-box ul figure{
	height:120px;
	margin:0;
}
.diff-mktg-box .dmi-user-box figure{
	height:110px;
	width:128px;
	margin:5px auto;
}
.diff-mktg-box figure img{
	height:100%;
}
.diff-mktg-box p{
	text-align:center;
	margin:6px auto 0;
}
.dmi-company-box p{
	color:#f79af0;
}
.dmi-user-box p{
	color:#f2c38f;
}
.dmi-influencer-box p{
	color:#f4abba;
}
.img-about-influencer-affiliate{
	position:relative;
}
.img-about-influencer-affiliate ul{
	display:flex;
	justify-content:space-between;
}
.inflencer-affiliate-item:nth-child(3){
	margin-top:130px;
}
.aia-who-box{
	display:flex;
	flex-direction:column-reverse;
	align-items:center;
}
.inflencer-affiliate-item:nth-child(1) .aia-who-box{
	position:relative;
	left:-56px;
}
.inflencer-affiliate-item:nth-child(1) figure{
	order:2;
}
.inflencer-affiliate-item:nth-child(1) h4{
	order:1;
}
.inflencer-affiliate-item:nth-child(1) > div{
	order:3;
}
.inflencer-affiliate-item .aia-who-box h4{
	font-size:2.0rem;
	font-weight:bold;
	margin:0;
	padding-top:8px;
	border:none;
	text-align:center;
	background:#fff;
}
.inflencer-affiliate-item:nth-child(1) .aia-who-box h4{
	color:#f79af0;
}
.inflencer-affiliate-item:nth-child(2) .aia-who-box h4{
	color:#f4abba;
}
.inflencer-affiliate-item:nth-child(3) .aia-who-box h4{
	color:#f2c38f;
}
.aia-who-box figure{
	margin:0;
	height:110px;
	background:#fff;
}
.aia-who-box figure img{
	height:100%;
}
.inflencer-affiliate-item:nth-child(1) .aia-who-box > figure,
.inflencer-affiliate-item:nth-child(1) .aia-who-box > h4{
	position:relative;
	top:60px;
	z-index:1;
}
.inflencer-affiliate-item:nth-child(3) .aia-who-box figure{
	height:100px;
}
.aia-cp-service-box{
	display:flex;
	flex-direction:column-reverse;
	border:1px solid #f79af0;
	padding:25px 40px;
	box-shadow:6px 6px 0 #f79af0;
	position:relative;
	left:140px;
	z-index:0;
}
.aia-who-box .aia-cp-service-box h5{
	margin:8px 0 0;
	padding:0;
	text-align:center;
	color:#f79af0;
}
.aia-cp-service-box figure{
	height:94px;
}
.aia-doing-box li{
	color:#333;
	font-size:1.6rem;
	padding-left: 1.3em;
  	text-indent: -1.3em;
	line-height:1.5;
}
.aia-doing-box li span{
	display:inline;
}
.inflencer-affiliate-item:nth-child(1) .aia-doing-box{
	position:absolute;
	left:calc(26% - 4.8rem);
	top:60px;
}
.inflencer-affiliate-item:nth-child(1) .aia-doing-box::after{
	content:"";
	width:200px;
	height:14px;
	border-right:3px solid #666;
	border-bottom:2px solid #666;
	transform:skewX(45deg);
	position:absolute;
	left:calc(50% - 100px);
	bottom:-6px;
}
.inflencer-affiliate-item:nth-child(3) .aia-doing-box li{
	position:absolute;
	left:calc(72% - 6.4rem);
	top:72px;
}
.inflencer-affiliate-item:nth-child(3) .aia-doing-box li::after{
	content:"";
	width:140px;
	height:14px;
	border-left:3px solid #666;
	border-bottom:2px solid #666;
	transform:skewX(-45deg);
	position:absolute;
	left:calc(50% - 70px);
	bottom:-18px;
}
.inflencer-affiliate-item:nth-child(3) .aia-doing-box li:nth-child(2){
	left:calc(50% - 70px);
	top:280px;
}
.inflencer-affiliate-item:nth-child(3) .aia-doing-box li:nth-child(2)::after{
	width:320px;
	transform:skewX(-45deg);
	left:calc(50% - 160px);
	bottom:auto;
	top:-22px;
}
.img-kpi-diagram{
	text-align:center;
	background:url("https://freedive.co.jp/wp-content/uploads/2021/03/kgi-bg.svg");
	background-size:90% auto;
	background-position:center 23%;
	background-repeat:no-repeat;
}
.img-kpi-diagram figure{
	width:80px;
}
.img-kpi-diagram figure img{
	width:100%;
}
.img-kpi-diagram > ol{
	display:flex;
	flex-direction:column;
}
.img-kpi-diagram .kpi-diagram-item{
	position:relative;
}
.img-kpi-diagram .kpi-diagram-item .kpi-diagram-number{
	display:block;
	width:3.6rem;
	height:3.6rem;
	font-size:2.0rem;
	line-height:3.6rem;
	font-weight:bold;
	background:#fff;
	border:1px solid #333;
	border-radius:50%;
	position:absolute;
	z-index:2;
}
.img-kpi-diagram .kpi-diagram-item .kpi-diagram-number01{
	top:-10px;
	left:-10px;
}
.img-kpi-diagram .kpi-diagram-item .kpi-diagram-number02{
	top:calc(50% - 1.8rem);
	left:calc(50% - 32rem);
}
.img-kpi-diagram .kpi-diagram-item .kpi-diagram-number03,
.img-kpi-diagram .kpi-diagram-item .kpi-diagram-number04{
	top:calc(50% - 1.8rem);
	left:-1.8rem;
}
.img-kpi-diagram .kpi-diagram-item--kgi{
	order:2;
	display:flex;
	flex-direction:column-reverse;
	margin-top:-72px;
}
.img-kpi-diagram .kpi-diagram-item--ksf{
	order:1;
	width:90%;
	margin:0 auto;
}
.img-kpi-diagram .kpi-diagram-item--kpi{
	order:3;
	margin-top:-64px;
	position:relative;
	z-index:0;
}
.img-kpi-diagram .kpi-diagram-item--kbi{
	order:4;
	margin-top:16px;
}
.img-kpi-diagram .kpi-diagram-item h4{
	font-size:2.0rem;
	color:#333;
	font-weight:bold;
	border:1px solid #333;
	border-radius:3px;
	display:inline-block;
}
.img-kpi-diagram .kpi-diagram-item h4 span{
	font-size:1.6rem;
	font-weight:normal;
	display:block;
}
.img-kpi-diagram .kpi-diagram-item .road-to-kgi{
	width:93%;
	margin:0 auto;
}
.kpi-diagram-item .road-to-kgi ul{
	background:url("https://freedive.co.jp/wp-content/uploads/2021/03/to-kgi-line.svg");
	background-repeat:no-repeat;
	background-size:90% 95%;
	background-position:50% 95%;
	display:flex;
	justify-content:space-between;
}
.road-to-kgi ul p{
	display:inline-block;
	font-size:1.6rem;
	color:#fff;
	background:#333;
	padding:2px 12px;
	border-radius:3px;
	position:relative;
	top:-50px;
	z-index:0;
}
.road-to-kgi figure{
	position:relative;
	z-index:1;
}
.img-kpi-diagram .kpi-diagram-item--kgi h4{
	margin:0;
	position:absolute;
	right:0;
	bottom:0;
	background:#fff;
	z-index:1;
}
.kpi-diagram-item--ksf{
	display:flex;
	flex-direction:column-reverse;
}
.kpi-diagram-item--ksf div{
	position:relative;
	display:flex;
	align-items:center;
}
.kpi-diagram-item--ksf h4{
	background:#F9F088;
	width:90%;
}
.img-kpi-diagram .kpi-diagram-item--ksf h4 span{
	display:inline-block;;
	margin-left:4px;
}
.kpi-diagram-item--ksf h4 + figure{
	position:absolute;
	right:calc(50% - 40px - 20rem);
}
.kpi-diagram-item--ksf p{
	color:#fff;
	background:#333;
	padding:2px 100px 2px 12px;
	border-radius:3px;
	position:relative;
}
.kpi-diagram-item--ksf p:after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 12px 0 12px;
	border-color: #EAEAEA transparent transparent transparent;
	position:absolute;
	top:calc(100% + 12px);
	left:calc(50% - 12px);
}
.kpi-diagram-item--ksf p + figure{
	position:absolute;
	right:calc(50% - 40px - 11rem);
}
.kpi-diagram-item--kpi,
.kpi-diagram-item--kbi,
.kpi-diagram-item--kpi div,
.kpi-diagram-item--kbi div,
.kpi-diagram-item--kpi ul,
.kpi-diagram-item--kbi ul{
	display:flex;
	align-items:center;
}
.kpi-diagram-item--kpi div,
.kpi-diagram-item--kbi div{
	border:1px solid #333;
	border-radius:3px;
	padding:4px 12px;
	background:#FFB7BA;
	z-index:1;
}
.kpi-diagram-item--kbi div{
	background:#BEFAF8;
}
.img-kpi-diagram .kpi-diagram-item--kpi h4,
.img-kpi-diagram .kpi-diagram-item--kbi h4{
	border:none;
	margin:0;
}
.img-kpi-diagram .kpi-diagram-item--kpi figure,
.img-kpi-diagram .kpi-diagram-item--kbi figure{
	width:60px;
	margin:0;
}
.kpi-diagram-item--kpi ul,
.kpi-diagram-item--kbi ul{
	width:100%;
	background: linear-gradient(transparent 0%,transparent 19.9%, #FFF0F1 20%,#FFF0F1 80%,transparent 80.1%,transparent 100%);
	justify-content:center;
	position:absolute;
}
.kpi-diagram-item--kbi ul{
	background: linear-gradient(transparent 0%,transparent 19.9%, #E3FFFE 20%,#E3FFFE 80%,transparent 80.1%,transparent 100%);
	background-repeat:no-repeat;
	background-size:90%;
	background-position:center;
}
.kpi-diagram-item--kpi ul li,
.kpi-diagram-item--kbi ul li{
	font-size:1.6rem;
	font-weight:bold;
	border:1px solid #333;
	border-radius:3px;
	padding:12px;
	background:#fff;
	position:relative;
	margin:0 48px;
}
.kpi-diagram-item--kpi ul li{
	position:relative;
	z-index:100;
}
.kpi-diagram-item--kbi ul li:before{
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 14px 12px;
	border-color: transparent transparent #333 transparent;
	position:absolute;
	top:-32px;
	left:calc(50% - 12px);
}
.img-costs-affiliate{
	padding-top:10rem;
}
.img-costs-affiliate > ul{
	display:flex;
	justify-content:center;
}
.costs-affiliate-item{
	display:flex;
}
.costs-affiliate-item figure{
	height:94px;
	margin:0 auto;
}
.costs-affiliate-item figure img{
	height:100%;
}
.img-costs-affiliate .costs-affiliate-item h4{
	font-size:1.6rem;
	color:#7070f9;
	font-weight:bold;
	border:none;
	text-align:center;
	margin-top:16px;
}
.img-costs-affiliate .costs-affiliate-item:nth-child(2) h4{
	color:#81b2e8;
}
.img-costs-affiliate .costs-affiliate-item:nth-child(3) h4{
	color:#53d3c3;
}
.img-costs-affiliate .costs-affiliate-item:nth-child(4) h4{
	color:#60c592;
}
.costs-list{
	border:2px solid #7070f9;
	width:12rem;
	height:14rem;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 16px;
	position:relative;
	top:calc(-100px);
}
.costs-list::before,.costs-list::after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 14px 0 14px;
	border-color: #7070f9 transparent transparent transparent;
	position:absolute;
	top:100%;
	left:calc(50% - 14px);
}
.costs-list::after{
	border-width: 18px 12px 0 12px;
	border-color: #fff transparent transparent transparent;
	left:calc(50% - 12px);
}
.costs-affiliate-item:nth-child(2) .costs-list{
	border:2px solid #81b2e8;
}
.costs-affiliate-item:nth-child(2) .costs-list::before{
	border-color: #81b2e8 transparent transparent transparent;
}
.costs-affiliate-item:nth-child(3) .costs-list{
	border:2px solid #53d3c3;
}
.costs-affiliate-item:nth-child(3) .costs-list::before{
	border-color: #53d3c3 transparent transparent transparent;
}
.costs-list ul{
	position:relative;
}
.costs-list ul::before,.costs-list ul::after{
	content:"";
	width:12rem;
	height:2px;
	background:#7070f9;
	position:absolute;
	top:14rem;
	left:calc(50% - 6rem);
}
.costs-list ul::before{
	width:1.6rem;
	left:calc(50% + 4.6rem);
	top:13.4rem;
	transform:rotate(45deg);
}
.costs-affiliate-item:nth-child(2) .costs-list ul::before,
.costs-affiliate-item:nth-child(2) .costs-list ul::after{
	background:#81b2e8;
	top:12rem;
}
.costs-affiliate-item:nth-child(2) .costs-list ul::before{
	top:11.4rem;
}
.costs-affiliate-item:nth-child(3) .costs-list ul::before,
.costs-affiliate-item:nth-child(3) .costs-list ul::after{
	background:#53d3c3;
	top:10rem;
}
.costs-affiliate-item:nth-child(3) .costs-list ul::before{
	top:9.4rem;
}
.costs-list ul li{
	font-size:1.6rem;
	text-align:center;
}
.costs-list ul li + li{
	margin-top:2.4rem;
	position:relative;
}
.costs-list ul li + li::before{
	content:"+";
	position:absolute;
	bottom:calc(100% + 0.4rem);
	left:calc(50% - 0.8rem);
}
/*広告運用社が覚えるべきアフィリエイトの承認について｜全承認で気をつけること*/
.img-alliance-approval {
  text-align: center;
  position: relative;
  width: 580px;
}
.img-alliance-approval p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.alliance-approval-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.alliance-approval-item {
  width: 40%;
}

.alliance-approval-item:nth-of-type(1) {
  width: 100%;
  margin-bottom: 70px;
}

.alliance-approval-list .alliance-approval-item h4 {
  padding: 4px 8px;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  background: #7070f9;
  margin-bottom: 24px;
  width: 160px;
  margin: 0 auto 24px;
  border: 0;
}

.alliance-approval-item:nth-of-type(2) h4 {
  background: #e58096;
}

.alliance-approval-item:nth-of-type(3) h4 {
  background: #81b2e8;
}

li.alliance-approval-item img {
  height: 80px;
  width: auto;
  margin: 0 auto;
}

.alliance-approval_action li {
  position: absolute;
}

.alliance-approval_action li:nth-of-type(1) {
  color: #7070f9;
  left: 90px;
  top: 20%;
  line-height: 1.5;
}

.alliance-approval_action li:nth-of-type(1)::before {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background: #7070f9;
  position: absolute;
  left: 76px;
  top: 92px;
}

.alliance-approval_action li:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #7070f9;
  position: relative;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 65px;
  top: 26px;
}

.alliance-approval_action li:nth-of-type(2) {
  color: #e58096;
  top: 20%;
  right: 90px;
}

.alliance-approval_action li:nth-of-type(2) p {
  border: 2px solid #e58096;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 6px 12px;
}

.alliance-approval_action li:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background: #7070f9;
  position: absolute;
  right: 132px;
  top: 45px;
}

.alliance-approval_action li:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #7070f9;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 64px;
  top: 18px;
}

.alliance-approval_action li:nth-of-type(2) div::before {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background: #81b2e8;
  position: relative;
  right: -25px;
  bottom: -48px;
}

.alliance-approval_action li:nth-of-type(2) div::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #81b2e8;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 42px;
  top: 18px;
}

.alliance-approval_action li:nth-of-type(3) {
  color: #81b2e8;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1.5;
}

.alliance-approval_action li:nth-of-type(3)::before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #81b2e8;
  position: relative;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.alliance-approval_action li:nth-of-type(3)::after {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background: #81b2e8;
  position: absolute;
  left: 13px;
  top: -18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.alliance-approval_action li:nth-of-type(3) p::before,
.alliance-approval_action li:nth-of-type(1) p::before {
  content: "1";
  color: #fff;
  display: inline-block;
  background: #7070f9;
  padding: 2px 4px;
  line-height: 1;
  font-size: 1.3rem;
  margin-right: 8px;
}

.alliance-approval_action li:nth-of-type(1) p:nth-of-type(2)::before {
  content: "4";
}

.alliance-approval_action li:nth-of-type(3) p:nth-of-type(1)::before {
  content: "2";
}

.alliance-approval_action li:nth-of-type(3) p:nth-of-type(2)::before {
  content: "3";
}

.alliance-approval_action li:nth-of-type(3) p::before {
  background: #81b2e8;
}
.img-affiliate-approval-pyramid {
  color: #333;
}

.img-affiliate-approval-pyramid .affiliate-approval-pyramid-item h5 {
  font-size: 1.4rem;
  padding: 0;
	  color: #333;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: relative;
  height: 83px;
	  margin: 0;
  padding: 0;
  line-height: 1;
}

.img-affiliate-approval-pyramid .affiliate-approval-pyramid-item h5 span {
  font-weight: bold;
}

.img-affiliate-approval-pyramid h5::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 83px 48px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.affiliate-approval-pyramid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.affiliate-approval-pyramid-item h5::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 48px 83px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.affiliate-approval-pyramid-item:nth-child(1) h5 {
  width: 96px;
  color: #fff;
  background: #f8955d;
}

.affiliate-approval-pyramid-item:nth-child(1) h5 span {
  position: relative;
  top: 25%;
}

.affiliate-approval-pyramid-item:nth-child(2) h5 {
  width: 192px;
  background: #ffc978;
}

.affiliate-approval-pyramid-item:nth-child(3) h5 {
  width: 288px;
  background: #ffe6b8;
}

.affiliate-approval-pyramid-item + li {
  border-top: 2px solid #fff;
}

.affiliate-approval-pyramid-item p {
  padding: 0 42px 0 110px;
  margin-left: 2px;
  background: #fcd5be;
  height: 83px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 514px;
  line-height: 1.5;
  text-align: end;
	  margin: 0;
 
}

.affiliate-approval-pyramid-item p::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 48px 83px 0;
  border-color: transparent #fcd5be transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  z-index: 2;
}

.affiliate-approval-pyramid-item:nth-child(2) p {
  background: #ffe9c9;
  left: -48px;
}

.affiliate-approval-pyramid-item:nth-child(2) p::before {
  border-color: transparent #ffe9c9 transparent transparent;
  right: auto;
  left: 0;
}

.affiliate-approval-pyramid-item:nth-child(3) p {
  padding: 0 42px 0 110px;
  background: #fff5e3;
  left: -96px;
}

.affiliate-approval-pyramid-item:nth-child(3) p::before {
  border-color: transparent #fff5e3 transparent transparent;
  right: auto;
  left: 48px;
}

.affiliate-approval-pyramid-item p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.affiliate-approval-pyramid-item-sp {
  display: none;
}
.approval_text-list li {
  position: absolute;
  line-height: 1.5;
}
.approval_text-list li::before {
  content: "";
  position: absolute;
  display: block;
  background: #81b2e8;
  height: 2px;
  width: 200px;
}
.approval_text-list li::after {
  content: "";
  width: 20px;
  position: absolute;
  display: block;
  background: #81b2e8;
  height: 2px;
}

.main-txt .approval_text-list .txt01 {
  top: 230px;
  left: calc(75% + 40px);
  transform: translateX(-50%) translateY(-50%);
  color: #60c592;
}
.approval_text-list .txt01::before,
.approval_text-list .txt03::before {
  background: #60c592;
  width: 120px;
  top: 50%;
  left: -0.8rem;
  transform: translateX(-50%) rotate(90deg);
}
.approval_text-list .txt01::after {
  background: #60c592;
}
.approval_text-list .txt03::before,
.approval_text-list .txt03::after {
  background: #7070f9;
}
.approval_text-list .txt01::after,
.approval_text-list .txt03::after {
  top: calc(50% - 54px);
  left: calc(-0.8rem - 3px);
  transform: rotate(225deg);
}

.main-txt .approval_text-list .txt02 {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: #81b2e8;
}
.approval_text-list .txt02::before {
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.approval_text-list .txt02::after {
  top: calc(3.2rem - 9px);
  left: calc(50% - 104px);
  transform: rotate(135deg);
}
.main-txt .approval_text-list .txt03 {
  top: 230px;
  left: calc(25% + 40px);
  transform: translateX(-50%) translateY(-50%);
  color: #7070f9;
  text-align: left;
}
.approval_text-list li {
  text-align: left;
}
.approval_text-list li div.num {
  display: inline-block;
  margin-left: -4px;
}
.approval_text-list li div::before {
  content: "1";
  color: #fff;
  display: inline-block;
  background: #60c592;
  padding: 2px 4px;
  line-height: 1;
  font-size: 1.3rem;
  margin-right: 8px;
}
.approval_text-list li.txt02 div::before {
  content: "2";
  background: #81b2e8;
}
.approval_text-list li.txt03 div::before {
  content: "3";
  background: #7070f9;
}
.approval_text-list li.txt03 div > div::before {
  content: "4";
}
.approval_text-list li.txt03 div:nth-of-type(2):before {
  content: "5";
}
.img-cost-comparison-w-agency{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	max-width:800px;
	margin:30px auto;
}
.img-cost-comparison-w-agency .cost-comparison-box{
	min-width:320px;
	margin:0 auto;
}
.img-cost-comparison-w-agency .cost-comparison-box h4{
	background:#333;
	color:#fff;
	border-bottom:none;
	margin-bottom:30px;
	width:280px;
	text-align:center;
}
.cost-comparison-item{
	position:relative;
}
.cost-comparison-item + .cost-comparison-item{
	margin-top:96px;
}
.cost-comparison-item--figure{
	width:136px;
	position:relative;
}
.cost-comparison-item--figure::before,
.cost-comparison-item--figure::after{
	content:"";
	width:2px;
	height:70px;
	background:#7070f9;
	position:absolute;
	top:calc( 100% + 13px);
	left:calc(50% - 1px);
}
.cost-comparison-item--figure::after{
	height:16px;
	transform:rotate(45deg);
	top:calc( 100% + 70px);
	left:calc(50% + 4px);
}
.cost-comparison-item--figure:last-child::before,
.cost-comparison-item--figure:last-child::after{
	display:none;
}
.cost-comparison-item--agency .cost-comparison-item--figure::before,
.cost-comparison-item--agency .cost-comparison-item--figure::after{
	background:#81b2e8;
}
.cost-comparison-item--asp .cost-comparison-item--figure::before,
.cost-comparison-item--asp .cost-comparison-item--figure::after{
	background:#53d3c3;
}
.cost-comparison-item--figure figure{
	width:80px;
	margin:0 auto 8px;
}
.cost-comparison-item--asp .cost-comparison-item--figure figure{
	width:90px;
}
.cost-comparison-item--figure figure img{
	width:100%;
}
.cost-comparison-item .cost-comparison-item--figure h5{
	color:#7070f9;
	text-align:center;
	margin:8px auto 0;
	padding:0;
}
.cost-comparison-item--agency .cost-comparison-item--figure h5{
	color:#81b2e8;
}
.cost-comparison-item--asp .cost-comparison-item--figure h5{
	color:#53d3c3;
}
.cost-comparison-item--asp .cost-comparison-item--figure h5{
	color:#53d3c3;
}
.cost-comparison-item--affiliater .cost-comparison-item--figure h5{
	color:#60c592;
}
.cost-list{
	position:absolute;
	top:calc(100% + 48px);
	left:120px;
	transform:translateY(-50%);
}
.cost-list ul{
	border:2px solid #7070f9;
	width:160px;
	padding:24px 0;
	position:relative;
}
.cost-list ul::before,
.cost-list ul::after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 20px 10px 0;
	border-color: transparent #7070f9 transparent transparent;
	position:absolute;
	right:100%;
	top:calc(50% - 10px);
}
.cost-list ul::after{
	border-width: 8px 16px 8px 0;
	border-color: transparent #fff transparent transparent;
	top:calc(50% - 8px);
}
.cost-comparison-item--agency ul{
	border:2px solid #81b2e8;
}
.cost-comparison-item--agency .cost-list ul::before{
	border-color: transparent #81b2e8 transparent transparent;
}
.cost-comparison-item--asp ul{
	border:2px solid #53d3c3;
}
.cost-comparison-item--asp .cost-list ul::before{
	border-color: transparent #53d3c3 transparent transparent;
}
.cost-list ul li{
	font-size:1.6rem;
	color:#333;
	line-height:1.25;
	text-align:center;
}
.cost-list ul li + li{
	margin-top:2rem;
	position:relative;
}
.cost-list ul li + li::before{
	content:"+";
	font-size:1.6rem;
	position:absolute;
	bottom:calc(100% + 0.2rem);
	left:calc(50% - 0.8rem);
}
.img-example-position-map{
	height:400px;
	position:relative;
}
.axis-position-map-box,
.items-position-map-box{
	width:100%;
	height:100%;
	position:absolute;
}
.axis-position-map-box::before{
	content:"";
	position:absolute;
	width:2px;
	height:2px;
	background:#333;
	left:calc(50% - 1px);
	top:calc(50% - 1px);
	z-index:2;
}
.axis-position-map{
	position:absolute;
}
.axis-position-map::before,
.axis-position-map::after{
	content:"";
	width:24px;
	height:24px;
	border-left:2px solid #A51B53;
	border-bottom:2px solid #A51B53;
	transform:rotate(45deg);
	position:absolute;
	top:calc(50% - 13px);
}
.axis-position-map-x{
	width:100%;
	height:2px;
	background:linear-gradient(to right,#A51B53,#101799);
	top:calc(50% - 1px);
}
.axis-position-map-x::before{
	left:2px;
}
.axis-position-map-x::after{
	border-left:2px solid #101799;
	border-bottom:2px solid #101799;
	right:2px;
	transform:rotate(-135deg);
}
.axis-position-map-y{
	height:100%;
	width:2px;
	background:linear-gradient(to bottom,#36890A,#3CCC00);
	flex-direction:column-reverse;
	left:calc(50% - 1px);
}
.axis-position-map-y::before{
	border-left:2px solid #36890A;
	border-bottom:2px solid #36890A;
	left:calc(50% - 13px);
	top:2px;
	transform:rotate(135deg);
}
.axis-position-map-y::after{
	border-left:2px solid #3CCC00;
	border-bottom:2px solid #3CCC00;
	right:calc(50% - 13px);
	top:auto;
	bottom:2px;
	transform:rotate(-45deg);
}
.axis-position-map p{
	margin:0;
	padding:0;
	font-size:2.4rem;
	font-weight:bold;
	display:inline-block;
	white-space: nowrap;
	line-height:1;
	position:absolute;
}
.axis-position-map-x p:nth-child(1){
	color:#A51B53;
	left:-4px;
	top:28px;
}
.axis-position-map-x p:nth-child(2){
	color:#101799;
	right:-4px;
	top:28px;
}
.axis-position-map-y p:nth-child(1){
	color:#36890A;
	left:28px;
	top:-4px;
}
.axis-position-map-y p:nth-child(2){
	color:#3CCC00;
	left:28px;
	bottom:-4px;
}
.items-position-map-box ul{
	display:flex;
	flex-wrap:wrap;
	height:100%;
}
.items-position-map-box ul li{
	width:50%;
	height:50%;
	display:flex;
	align-items:center;
}
.items-position-map-box li figure{
	max-width:108px;
	width:40%;
	margin:0 auto;
}
.items-position-map-box figure img{
	width:100%;
}
.img-pdca{
	max-width:480px;
	width:100%;
	position:relative;
}
.img-pdca::before{
	content:"";
	display:block;
	padding-top:100%;
}
.img-pdca ol{
	display:flex;
	justify-content:center;
	max-width:480px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.pdca-item{
	width:33%;
	height:33%;
	border:6px solid #B765EB;
	transform:rotate(45deg);
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	top:7.5%;
}
.pdca-item::after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #333 transparent transparent transparent;
	transform:rotate(-90deg);
	position:absolute;
	top:calc(50% - 4px);
	left:calc(103% + 1px);
}
.pdca-item:nth-child(2){
	border:6px solid #4EE9EB;
	right:7.5%;
	top:50%;
	transform:translateY(-50%) rotate(45deg) ;
}
.pdca-item:nth-child(2)::after{
	transform:rotate(0deg);
	top:calc(103% + 6px);
	left:calc(50% - 10px);
}
.pdca-item:nth-child(3){
	border:6px solid #EB7A36;
	top:auto;
	bottom:7.5%;
}
.pdca-item:nth-child(3)::after{
	transform:rotate(90deg);
	top:calc(50% - 4px);
	left:auto;
	right:calc(103% + 1px);
}
.pdca-item:nth-child(4){
	border:6px solid #CFEB42;
	left:7.5%;
	top:50%;
	transform:translateY(-50%) rotate(45deg) ;
}
.pdca-item:nth-child(4)::after{
	transform:rotate(180deg);
	top:auto;
	bottom:calc(103% + 6px);
	left:calc(50% - 10px);
}
.pdca-item div{
	transform:rotate(-45deg);
}
.img-pdca .pdca-item h4{
	font-size:3.6rem;
	color:#B765EB;
	border-bottom:none;
	text-align:center;
	margin:0 0 4px;
	padding:0;
}
.img-pdca .pdca-item:nth-child(2) h4{
	color:#4EE9EB;
}
.img-pdca .pdca-item:nth-child(3) h4{
	color:#EB7A36;
}
.img-pdca .pdca-item:nth-child(4) h4{
	color:#CFEB42;
}
.img-pdca .pdca-item p{
	margin:0;
	padding:0 0 0 52px;
	position:relative;
	font-weight:bold;
	font-size:1.6rem;
}
.img-pdca .pdca-item p::before,
.img-pdca .pdca-item p::after{
	content:"";
	background:#333;
	height:1px;
	width:40px;
	position:absolute;
	left:0;
	top:50%;
}
.img-pdca .pdca-item p::after{
	width:12px;
	transform:rotate(45deg);
	left:29px;
	top:calc(50% - 4px);
}
.img-example-persona-setting{
	display:flex;
	align-items:center;
	justify-content:center;
}
.img-example-persona-setting figure{
	width:240px;
	min-width:240px;
	margin:30px 24px 30px 0;
}
.img-example-persona-setting figure img{
	width:100%;
}
.img-example-persona-setting .persona-setting-info-box h3{
	border-left:none;
	border-bottom:1px solid #333;
	padding:0 0 10px 0;
	margin:0 40px 10px 0;
	color:#333;
}
.persona-setting-info-box{
	width:500px;
}
.persona-setting-info-box div{
	display:flex;
	flex-wrap:wrap;
}
.persona-setting-info-box dl{
	display:flex;
	margin-right:40px;
}
.persona-setting-info-box dl dt,
.persona-setting-info-box dl dd{
	font-size:1.6rem;
	line-height:1.5;
}
.persona-setting-info-box dl dt{
	flex-shrink:0;
	font-weight:bold;
}
.persona-setting-info-box dl dt::after{
	content:":";
	padding:0 8px;
}
.persona-setting-info-box dl dd{
	text-align:justify;
}
/*A8.netを使ってアフィリエイトする
手順とコツ*/
.img-self-affiliation{
	max-width:760px;
	position:relative;
}
.self-affiliation-list{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.self-affiliation-item:nth-child(1){
	width:60%;
}
.self-affiliation-item .self-affiliation-item--subject{
	text-align:center;
}
.self-affiliation-item .self-affiliation-item--subject h4{
	text-align:center;
	border-bottom:none;
	font-size:2.0rem;
	color:#36bfab;
	margin:0 0 4px;
}
.self-affiliation-item:nth-child(2) .self-affiliation-item--subject h4{
	color:#5a9edb;
}
.self-affiliation-item--subject h4 + figure{
	display:inline-block;
	height:124px;
	background:#fff;
	padding:2px 24px;
	margin:0;
}
.self-affiliation-item--subject h4 + figure img{
	height:100%;
}
.self-affiliation-item--subject .illust-blog{
	width:100%;
	margin-top:-52px;
}
.self-affiliation-item--subject .illust-blog h5{
	font-size:1.6rem;
	color:#36bfab;
	text-align:left;
	margin:0;
}
.self-affiliation-item--subject .illust-blog div{
	border:2px solid #36bfab;
	padding:28px 20px 120px;
}
.self-affiliation-item--subject .illust-blog figure{
	height:100%;
	width:100%;
	margin:0;
}
.self-affiliation-item--subject .illust-blog img{
	width:100%;
	height:100%;
}
.self-affiliation-item--action{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.self-affiliation-item--action li{
	font-size:1.6rem;
	color:#36bfab;
	position:absolute;
}
.self-affiliation-item:nth-child(1) .self-affiliation-item--action li:nth-child(1){
	background:#36bfab;
	color:#fff;
	width:412px;
	height:72px;
	line-height:72px;
	text-align:center;
	left:22px;
	bottom:28px;
}
.self-affiliation-item:nth-child(1) .self-affiliation-item--action li:nth-child(2){
	line-height:1.5;
	width:200px;
	top:calc(50% + 30px);
	left:256px;
	text-indent:-1em;
	transform:translateY(-50%);
}
.self-affiliation-item:nth-child(1) .self-affiliation-item--action li:nth-child(2)::before,
.self-affiliation-item:nth-child(1) .self-affiliation-item--action li:nth-child(2)::after{
	content:"";
	height:300px;
	width:4px;
	background:#36bfab;
	position:absolute;
	right:calc(100% + 24px);
	top:calc(50% - 150px);
}
.self-affiliation-item:nth-child(1) .self-affiliation-item--action li:nth-child(2)::after{
	height:24px;
	top:calc(50% + 130px);
	right:calc(100% + 16px);
	transform:rotate(45deg);
}
.self-affiliation-item:nth-child(1) .self-affiliation-item--action li:nth-child(3){
	left:calc(80% - 76px);
	bottom:20%;
}
.self-affiliation-item:nth-child(1) .self-affiliation-item--action li:nth-child(3)::before,
.self-affiliation-item:nth-child(1) .self-affiliation-item--action li:nth-child(3)::after{
	content:"";
	width:180px;
	height:4px;
	background:#36bfab;
	position:absolute;
	bottom:calc(100% + 24px);
	left:calc(50% - 104px);
	transform:rotate(-30deg);
}
.self-affiliation-item:nth-child(1) .self-affiliation-item--action li:nth-child(3)::after{
	width:24px;
	bottom:calc(100% + 72px);
	left:calc(50% + 42px);
	transform:rotate(15deg);
}
.self-affiliation-item:nth-child(2) .self-affiliation-item--action li{
	color:#5a9edb;
	text-align:center;
	line-height:1.5;
	left:62%;
	top:26%;
}
.self-affiliation-item:nth-child(2) .self-affiliation-item--action li::before,
.self-affiliation-item:nth-child(2) .self-affiliation-item--action li::after{
	content:"";
	width:360px;
	height:4px;
	background:#5a9edb;
	position:absolute;
	top:100%;
	left:calc(50% - 264px);
	transform:rotate(30deg);
}
.self-affiliation-item:nth-child(2) .self-affiliation-item--action li::after{
	width:24px;
	top:auto;
	bottom:calc(100% + 40px);
	left:calc(50% - 240px);
	transform:rotate(-15deg);
}
/*
【ここがポイント】Twitterアフィリエイトで確実に稼ぐには？始め方から集客方法まで徹底解説
*/
.img-how-to-twitter-affiliate{
	position:relative;
}
.img-how-to-twitter-affiliate ul{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.htta-item:nth-child(1){
	width:290px;
}
.htta-item:nth-child(2),
.htta-item:nth-child(3){
	margin-top:20px;
}
.htta-item .htta-item--subject h4{
	font-size:2.0rem;
	padding:0;
	border-bottom:none;
	text-align:center;
	margin:0 auto 4px;
	color:#36BFAB;
}
.htta-item:nth-child(2) .htta-item--subject h4{
	color:#F4B271;
}
.htta-item:nth-child(3) .htta-item--subject h4{
	color:#5A9EDB;
}
.htta-item--subject figure{
	height:110px;
	margin:0;
}
.htta-item--subject figure img{
	height:100%;
}
.htta-item:nth-child(1) .htta-item--subject div:nth-child(1){
	display:inline-block;
	padding:0 12px 12px;
	background:#fff;
	margin-left:4px;
	position:relative;
}
.htta-item:nth-child(1) .htta-item--subject div:nth-child(1)::after{
	content:"@affiliater";
	color:#657786;
	font-size:1.6rem;
	position:absolute;
	bottom:20px;
	right:-52px;
}
.img-tweet{
	border:4px solid #36BFAB;
	padding:52px 8px 8px;
	margin-top:-60px;
}
.img-tweet p{
	margin:0;
}
.img-tweet div{
	background:#3DAEF4;
}
.img-tweet div p{
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.img-tweet figure{
	width:100%;
}
.img-tweet figure img{
	height:auto;
	width:100%;
}
.htta-item--action li{
	font-size:1.6rem;
	color:#F4B271;
	font-weight:bold;
	position:absolute;
	text-align:center;
	line-height:1.5;
}
.htta-item--action li::before,
.htta-item--action li::after{
	content:"";
	width:100px;
	height:4px;
	background:#F4B271;
	position:absolute;
	top:calc(100% + 8px);
	left:calc(50% - 58px);
}
.htta-item--action li::after{
	width:24px;
	top:100%;
	left:calc(50% - 60px);
	transform:rotate(-45deg);
}
.htta-item:nth-child(2) .htta-item--action li:nth-child(1){
	top:204px;
	left:46%;
	transform:translateX(-50%);
}
.htta-item:nth-child(2) .htta-item--action li:nth-child(2){
	top:70px;
	left:60%;
	transform:translateX(-50%);
}
.htta-item:nth-child(2) .htta-item--action li:nth-child(2)::before,
.htta-item:nth-child(2) .htta-item--action li:nth-child(2)::after{
	width:380px;
	left:calc(50% - 190px);
}
.htta-item:nth-child(2) .htta-item--action li:nth-child(2)::after{
	width:24px;
	left:calc(50% + 170px);
	transform:rotate(45deg);
}
.htta-item:nth-child(3) .htta-item--action li{
	top:320px;
	left:60%;
	transform:translateX(-50%);
	color:#5A9EDB;
}
.htta-item:nth-child(3) .htta-item--action li::before,
.htta-item:nth-child(3) .htta-item--action li::after{
	width:380px;
	background:#5A9EDB;
	left:calc(50% - 190px);
}
.htta-item:nth-child(3) .htta-item--action li::after{
	width:24px;
	left:calc(50% - 192px);
	transform:rotate(-45deg);
}
/*アフィリエイト　初心者*/
.img-affiliate-revenue-flow{
	position:relative;
	padding-bottom:calc(52px + 3rem);
}
.img-affiliate-revenue-flow ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.affiliate-revenue-flow-item{
	width:50%;
}
.affiliate-revenue-flow-item:nth-child(3),
.affiliate-revenue-flow-item:nth-child(4){
	margin-top:240px;
}
.affiliate-revenue-flow-item:nth-child(3) .arfi-subtitle{
	position:relative;
}
.affiliate-revenue-flow-item .arfi-subtitle h3{
	font-size:2.0rem;
	font-weight:bold;
	color:#53d3c3;
	border:none;
	text-align:center;
	margin:0 0 4px;
}
.affiliate-revenue-flow-item:nth-child(2) .arfi-subtitle h3{
	color:#81b2e8;
}
.affiliate-revenue-flow-item:nth-child(3) .arfi-subtitle h3{
	color:#60c592;
}
.affiliate-revenue-flow-item:nth-child(4) .arfi-subtitle h3{
	color:#f4b271;
}
.arfi-subtitle figure{
	width:100px;
	margin:0 auto;
}
.affiliate-revenue-flow-item:nth-child(2) .arfi-subtitle figure{
	width:70px;
}
.affiliate-revenue-flow-item:nth-child(3) .arfi-subtitle figure{
	width:70px;
}
.affiliate-revenue-flow-item:nth-child(4) .arfi-subtitle figure{
	width:120px;
}
.arfi-subtitle figure img{
	width:100%;
}
.affiliate-revenue-flow-item:nth-child(3) .arfi-subtitle > div:nth-child(1){
	position:relative;
	z-index:2;
}
.arfi-subtitle .img-blog{
	background:#e8efeb;
	position:absolute;
	top:3.6rem;
	left:calc(50% + 12px);
	width:230px;
	height:146px;
	padding:20px 30px;
	
}
.arfi-subtitle .img-blog h4{
	color:#60c592;
	font-size:2.0rem;
	font-weight:bold;
	border:none;
	position:absolute;
	top:calc(100% + 4px);
	right:4px;
	margin:0;
	padding:0;
}
.arfi-subtitle .img-blog div{
	background:#81b2e8;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.arfi-subtitle .img-blog p{
	font-size:2.4rem;
	font-weight:bold;
	color:#fff;
}
.arfi-action-list{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.arfi-action-list li{
	font-size:1.6rem;
	color:#53d3c3;
	position:absolute;
	transform:translateY(-50%) translateX(-50%);
	line-height:1.25;
}
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li{
	color:#81b2e8;
}
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li:nth-child(1),
.affiliate-revenue-flow-item:nth-child(4) .arfi-action-list li:nth-child(1){
	text-indent:-1em;
	pading-left:1em;
}
.affiliate-revenue-flow-item:nth-child(4) .arfi-action-list li{
	color:#f4b271;
}
.arfi-action-list li span{
	display:inline;
}
.affiliate-revenue-flow-item:nth-child(1) .arfi-action-list li,
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li:nth-child(2){
	top:42%;
	left:calc(25% - 4.8rem - 24px);
}
.affiliate-revenue-flow-item:nth-child(1) .arfi-action-list li:nth-child(2){
	left:calc(25% + 5.6rem + 24px);
}
.affiliate-revenue-flow-item .arfi-action-list li::before,
.affiliate-revenue-flow-item .arfi-action-list li::after{
	content:"";
	position:absolute;
}
.affiliate-revenue-flow-item:nth-child(1) .arfi-action-list li::before,
.affiliate-revenue-flow-item:nth-child(1) .arfi-action-list li::after,
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li:nth-child(2)::before,
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li:nth-child(2)::after{
	background:#53d3c3;
	width:2px;
	height:200px;
	left:calc(100% + 12px);
	top:calc(50% - 100px);
}
.affiliate-revenue-flow-item:nth-child(1) .arfi-action-list li::after,
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li:nth-child(2)::after{
	height:20px;
	transform:rotate(45deg);
	left:calc(100% + 19px);
	top:calc(50% + 84px);
}
.affiliate-revenue-flow-item:nth-child(1) .arfi-action-list li:nth-child(2)::before,
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li:nth-child(2)::before{
	left:auto;
	right:calc(100% + 12px);
}
.affiliate-revenue-flow-item:nth-child(1) .arfi-action-list li:nth-child(2)::after,
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li:nth-child(2)::after{
	left:auto;
	right:calc(100% + 5px);
	top:calc(50% + 84px);
}
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li:nth-child(1){
	top:12%;
	left:50%;
}
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li:nth-child(1)::before,
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li:nth-child(1)::after{
	background:#81b2e8;
	width:300px;
	height:2px;
	top:calc(100% + 4px);
	left:calc(50% - 150px);
}
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li:nth-child(1)::after{
	width:20px;
	transform:rotate(-45deg);
	top:calc(100% - 3px);
	left:calc(50% - 153px);
}
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li:nth-child(2){
	left:calc(75% + 6.4rem + 4px);
}
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li:nth-child(2)::before,
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li:nth-child(2)::after{
	background:#81b2e8;
}
.affiliate-revenue-flow-item:nth-child(4) .arfi-action-list li:nth-child(1){
	top:78%;
	left:calc(65% - 30px);
}
.affiliate-revenue-flow-item:nth-child(4) .arfi-action-list li:nth-child(1)::before,
.affiliate-revenue-flow-item:nth-child(4) .arfi-action-list li:nth-child(1)::after{
	background:#f4b271;
	width:100px;
	height:2px;
	top:calc(100% + 4px);
	left:calc(50% - 50px - 0.5em);
}
.affiliate-revenue-flow-item:nth-child(4) .arfi-action-list li:nth-child(1)::after{
	transform:rotate(-45deg);
	width:20px;
	top:calc(100% - 3px);
	left:calc(50% - 53px - 0.5em);
}
.affiliate-revenue-flow-item:nth-child(4) .arfi-action-list li:nth-child(2){
	top:42%;
	left:calc(50% - 1rem);
}
.affiliate-revenue-flow-item:nth-child(4) .arfi-action-list li:nth-child(2)::before,
.affiliate-revenue-flow-item:nth-child(4) .arfi-action-list li:nth-child(2)::after{
	background:#f4b271;
	width:200px;
	height:2px;
	transform:rotate(-45deg);
	left:calc(100% - 96px);
	top:calc(50% + 10px);
}
.affiliate-revenue-flow-item:nth-child(4) .arfi-action-list li:nth-child(2)::after{
	width:20px;
	transform:rotate(0);
	left:calc(100% + 54px);
	top:calc(50% - 60px)
}
/* 学生のアフィリエイト運用のメリット│詳しい始め方から稼ぎ方まで */
.purchasing-flow {
	max-width: 600px;
	height: 250px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.purchasing-flow::after {
	content: "";
	display: block;
	background:linear-gradient(to bottom left, #daedcb 50%, transparent 50%) top left/ 50% 100% no-repeat,
    linear-gradient(to bottom right, #daedcb 50%, transparent 50%) top right / 50% 100% no-repeat;
	width: 250px;
	height: 250px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.purchasing-flow::before {
	content: "";
	display: block;
	background: #daedcb;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 255px;
	top: 0;
	z-index: 0;
}
.purchasing-flow dt, .purchasing-flow dd {
	display: flex;
	align-items: center;
}
.purchasing-flow dt {
	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	width: 250px;
	height: 25%;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.purchasing-flow dt:last-of-type {
	border-bottom: none;
}
.purchasing-flow dd {
	font-size: 1.4rem;
	padding-left: 30px;
}
.purchasing-flow dd:last-of-type {
	position: relative;
}
.purchasing-flow dd:last-of-type::before {
	content: "";
	display: block;
	background: #daedcb;
	width: 3px;
	height: 25px;
	transform: rotate(45deg);
	transform-origin: bottom;
	position: absolute;
	bottom: 0;
	left: 4px;
}
.purchasing-flow dd > strong {
	display: none;
}
ol.skill-flow {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.skill-flow li {
	width: calc((100% - 100px)/3);
	position: relative;
	margin-bottom: 30px;
}
.skill-flow li + li::before {
	content: "";
	display: block;
	width: 20px;
	height: 50px;
	position: absolute;
	left: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
	background:linear-gradient(to bottom left, transparent 50%, #D4F2E3 50%) top left/ 100% 50% no-repeat,
    linear-gradient(to top left, transparent 50%, #D4F2E3 50%) bottom left / 100% 50% no-repeat;
}
.skill-flow li:last-child h3 {
	background: #60C592;
}
.skill-flow li:last-child p {
	color: #222;
}
.skill-flow .skill-flow-item h3 {
	font-size: 1.6rem;
	width: 100%;
	line-height: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	background: #222;
	border-radius: 3px;
	border: none;
	padding: 0;
	margin: 0;
}
.skill-flow-item dd {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.skill-flow-item dd p {
	font-size: 1.4rem;
	font-weight: bold;
	color: #60C592;
	margin: auto;
}
.skill-flow-item img {
	width: 40%;
	height: auto;
	margin: 15px auto;
}
ol.choose-genre-flow {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 0;
}
.choose-genre-flow > li {
	width: calc((100% - 40px)/3);
}
.choose-genre-flow::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #222;
	position: absolute;
	top: 20px;
	left: 0;
}
.choose-genre-flow > li h3 {
	background: #222;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	border-left: none;
	margin: 0 auto;
	line-height: 40px;
	height: 40px;
	padding: 0;
}
.choose-genre-flow li > ul,
.choose-genre-flow li > p {
	padding: 20px;
}
.choose-genre-flow .chose-genre {
	font-size: 1.4rem;
	font-weight: bold;
	background: #60C592;
	border-radius: 5px;
	color: #fff;
	padding: 5px 15px;
	position: relative;
	margin: 0;
}
p.chose-genre {
	text-align: center;
	padding: 5px;
}
.chose-genre::before {
	content: "";
	display: block;
	background:linear-gradient(to bottom left, transparent 50%, #60C592 50%) top left/ 100% 50% no-repeat,
    linear-gradient(to top left, transparent 50%, #60C592 50%) bottom left / 100% 50% no-repeat;
	width: 10px;
	height: 20px;
	position: absolute;
	top: 0;
	right: auto;
	left: -15px;
	bottom: 0;
	margin: auto;
}
.choose-genre-flow01 ul,
.choose-genre-flow02 ul  {
	display: flex;
	flex-wrap: wrap;
}
.choose-genre-flow01 ul li,
.choose-genre-flow02 ul li {
	width: 50%;
	padding: 5px;
	font-size: 1.4rem;
}
.choose-genre-flow02 img,
.choose-genre-flow03 img {
	width: 60%;
	height: auto;
	margin: 0 auto 20px;
}
.choose-genre-flow03 img {
	margin-top: 20px;
}
ul.narrow-down-target {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 750px;
}
ul.narrow-down-target h3 {
	text-align: center;
	color: #fff;
	background: #222;
	border-left: none;
	border-radius: 3px;
	font-size: 1.4rem;
	line-height: 40px;
	height: 40px;
	padding: 0;
}
.narrow-down-target img {
	width: 50%;
	height: auto;
	margin: auto;
}
.narrow-down-target > li {
	width: calc(50% - 10px);
}
.narrow-down-target_serif {
	position: relative;
}
.narrow-down-target_serif ul {
	border: 1px solid #60C592;
	border-radius: 5px;
	position: relative;
	padding: 20px;
}
.narrow-down-target_serif ul::before,
.narrow-down-target_serif ul::after {
	display: block;
	content: "";
	border-radius: 50%;
	border: 1px solid #60C592;
	position: absolute;
}
.narrow-down-target_serif ul::before {
	width: 10px;
	height: 10px;
	top: -50px;
	right: 50px;
}
.narrow-down-target_serif ul::after {
	width: 20px;
	height: 20px;
	top: -30px;
	right: 30px;
}
.narrow-down-target_serif {
	margin-bottom: 20px;
}
.narrow-down-target_serif li {
	font-size: 1.4rem;
	text-align: center;
}
.narrow-down-target_serif li + li {
	margin-top: 10px;
}
.narrow-down-target_serif::before {
	display: block;
	content: "";
	background: linear-gradient(to bottom left, #daedcb 50%, transparent 50%) top left/ 50% 100% no-repeat,
    linear-gradient(to bottom right, #daedcb 50%, transparent 50%) top right / 50% 100% no-repeat;
	width: 40px;
	height: 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -35px;
	margin: auto;
}
@media screen and (max-width: 900px) {
	/*結局マーケティングってなんなの？*/
	.img_df-ttl {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	.img_dual-funnel .img_df-ttl h4 {
		font-size: 1.6rem;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		padding: 0 0 20px;
		width: auto;
		margin: 0;
	}
	.img_dual-funnel .img_df-ttl h4:first-child {
		border-bottom: none;
		border-right: 1px solid #E88181;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.img_dual-funnel .img_df-ttl h4:last-child {
		border-bottom: none;
		border-left: 1px solid #81B2E8;
		text-align: end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.img_dual-funnel .img_df-ttl h4:last-child::before {
		left: 0;
		right: auto;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	.img_df-list {
		background: #fff;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.img_df-list li::before, .img_df-list li::after {
		width: 20%;
		height: 125%;
	}
	.img_df-list li + li {
		margin-top: 5px;
	}
	.img_df-list .img_df-nc-part::before {
		top: -5%;
		bottom: auto;
		right: auto;
		left: -10%;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	.img_df-list .img_df-nc-part::after {
		top: -5%;
		bottom: auto;
		left: auto;
		right: -10%;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	.img_df-list .img_df-ec-part::before {
		top: -15%;
		bottom: auto;
		right: auto;
		left: -10%;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	.img_df-list .img_df-ec-part::after {
		top: -15%;
		bottom: auto;
		left: auto;
		right: -10%;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	.img_dual-funnel .img_df-list h5 {
		line-height: 2.5;
	}
	.img_dual-funnel .img_df-list .img_df-row2 {
		line-height: 1.25;
	}
	.img_df-list li:nth-child(1) {
		width: 100%;
		padding: 0;
	}
	.img_df-list li:nth-child(2) {
		width: 90%;
		padding: 0;
	}
	.img_df-list li:nth-child(3) {
		width: 80%;
		padding: 0;
	}
	.img_df-list li:nth-child(4) {
		width: 60%;
		padding: 0;
	}
	.img_df-list li:nth-child(4)::before, .img_df-list li:nth-child(4)::after {
		display: none;
	}
	.img_df-list li:nth-child(5) {
		width: 80%;
		padding: 0;
	}
	.img_df-list li:nth-child(6) {
		width: 90%;
		padding: 0;
	}
	.img_df-list li:nth-child(7) {
		width: 100%;
		padding: 0;
	}
	.img_kpi {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 0 120px;
	}
	.img_kpi > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}
	.img_kpi dt {
		width: calc(100%/2 - 5px);
	}
	.img_kpi dd p {
		font-size: 1.4rem;
	}
	.img_kpi .kgi-cell {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		text-align: center;
		margin-top: 80px;
	}
	.img_kpi > div + div {
		margin-top: 50px;
	}
	.img_kpi > div + .action-cell {
		margin-top: 130px;
	}
	.img_kpi dt + dt {
		margin: auto;
	}
	.img_kpi .kgi-cell h4, .img_kpi .kpi-cell h4, .img_kpi .action-cell h4 {
		font-size: 1.4rem;
	}
	.kgi-cell dd {
		top: -220%;
	}
	.kgi-cell dd:before {
		top: auto;
		bottom: -19px;
		border-top-color: #fff;
		border-bottom-color: transparent;
	}
	.kgi-cell dd::after {
		top: auto;
		bottom: -21px;
		border-top-color: #60C592;
		border-bottom-color: transparent;
	}
	.img_kpi .kgi-cell::before {
		width: 2px;
		height: 28px;
		left: 0;
		right: 0;
		bottom: -27px;
		top: auto;
	}
	.img_kpi .kpi-cell::before, .img_kpi .action-cell::before {
		border: 2px solid #ddd;
		border-bottom-color: transparent;
		width: 70%;
		left: 0;
		right: 0;
		bottom: auto;
		top: -23px;
	}
	.kpi-cell dd {
		width: 70%;
		right: 0;
		left: auto;
		top: auto;
		bottom: -55px;
	}
	.kpi-cell dd::before, .kpi-cell dd::after {
		border-top-color: transparent;
	}
	.kpi-cell dd::before {
		bottom: auto;
		top: -19px;
		border-bottom-color: #fff;
	}
	.kpi-cell dd::after {
		bottom: auto;
		top: -21px;
		border-bottom-color: #6086C5;
	}
	.img_kpi .kpi-cell::after {
		width: 2px;
		height: 108px;
		bottom: -108px;
		top: auto;
		left: 15%;
		right: auto;
	}
	.action-cell dd {
		top: 80%;
	}
	.img_3c-list:nth-child(1) {
		margin-bottom: -10px;
	}
	.img_3c .img_3c-list h4 {
		font-size: 1.4rem;
	}
	.img_3c-list p {
		font-size: 1.2rem;
	}
	.img_3c-list i {
		font-size: 3rem;
	}
	.img_3c-customer .left-txt {
		left: -55%;
		bottom: 3%;
	}
	.img_3c-customer .right-txt {
		right: -55%;
		bottom: 3%;
	}
	.img_3c-company .left-txt {
		width: 100%;
		right: 30%;
		top: -27%;
	}
	.img_3c-company .mutual-txt {
		left: -75%;
	}
	.img_3c-competitor .right-txt {
		left: 15%;
		width: 100%;
	}
	.b-blog .img_swot h4, .b-movie .img_swot h4 {
		font-size: 1.6rem;
	}
	.b-blog .img_swot h4, .b-blog .img_swot h5, .b-movie .img_swot h4, .b-movie .img_swot h5 {
		word-break: normal;
	}
	.img_swot td.img_swot-t {
		vertical-align: middle;
	}
	.img_swot td.img_swot-t h4 {
		height: 5em;
	}
	.img_swot tr th {
		width: 40%;
	}
	.img_swot tr th:first-child {
		width: 20%;
	}
	.img_swot td {
		padding: 5px;
	}
	.img_swot td p {
		font-size: 1.4rem;
		margin: 0 auto;
	}
	.img_swot th, .img_swot td {
		vertical-align: top;
		padding: 5px;
	}
	.img_swot-o h4, .img_swot-t h4 {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.img_swot .img_swot-table h5 {
		font-size: 1.4rem;
	}
	.img_4c-4p_col > li {
		width: calc(50% - 10px);
	}
	.img_4c-4p_col ul li i {
		font-size: 2rem;
		height: 1em;
		right: -30px;
	}
	.img_4c-4p_col ul li {
		padding: 5px;
		height: 100px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.img_4c-4p_col li p {
		font-size: 1.4rem;
		text-align: center;
	}
	.img_4c-4p_col li h4 {
		margin-bottom: 10px;
	}
	.img_4c-4p_col li h5 {
		font-size: 1.4rem;
	}
	.img_pest-list div {
		display: block;
	}
	.img_pest-list div dt, .img_pest-list div dd {
		width: 100%;
	}
	.img_4p-flow-list {
		width: calc(50% - 5px);
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	.img_4p-flow-list .img_4p-flow-inner h5 {
		font-size: 1.6rem;
	}
	.img_4p-flow-list .img_4p-flow-inner p {
		margin-top: 0;
		font-size: 1.4rem;
	}
	.img_4p-flow-inner i {
		font-size: 4rem;
	}
	.img_ooda-list {
		width: calc(50% - 5px);
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	.img_ooda-list .img_ooda-inner h4 {
		font-size: 1.6rem;
	}
	.img_ooda-list .img_ooda-inner p {
		margin-top: 0;
		font-size: 1.4rem;
	}
	.img_ooda-inner i {
		font-size: 4rem;
	}
	.img_pmtri_work {
		height: 20%;
	}
	.img_pmtri_work ul {
		width: 75%;
		margin: auto;
		height: 100%;
	}
	.img_pmtri_work li {
		display: none;
	}
	.img_pmtri_work ul li:first-child {
		font-size: 1.6rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		height: 100%;
		border-bottom: 1px solid #ddd;
	}
	.img_pmtri_person {
		width: 33%;
		height: 30%;
	}
	.img_pmtri .img_pmtri_person h4 {
		font-size: 1.6rem;
		padding: 2.4rem 0 0;
	}
	.img_pmtri_product {
		width: 36%;
		height: 32%;
		-webkit-transform: translateY(15%);
		transform: translateY(15%);
	}
	.img_pmtri .img_pmtri_product h4 {
		font-size: 1.4rem;
		padding-top: 3rem;
	}
	.img_pmtri_workA ul {
		background: rgba(255, 0, 0, 0.1);
	}
	.img_pmtri_workB ul {
		background: rgba(0, 255, 0, 0.1);
	}
	.img_pmtri_workC ul {
		background: rgba(0, 0, 255, 0.1);
	}
	.img_pmtri_list {
		display: block;
		margin-top: 30px;
	}
	.img_pmtri_list li {
		border-radius: 5px;
		margin-top: 20px;
	}
	.img_pmtri_listA {
		background: rgba(255, 0, 0, 0.1);
	}
	.img_pmtri_listB {
		background: rgba(0, 255, 0, 0.1);
	}
	.img_pmtri_listC {
		background: rgba(0, 0, 255, 0.1);
	}
	.main-txt .img_pmtri_list h5 {
		font-size: 1.6rem;
		color: #000;
		margin: auto;
		padding: 0;
		border: none;
		text-align: center;
	}
	.main-txt .img_pmtri_list h6 {
		font-size: 1.4rem;
		font-weight: normal;
		color: #000;
		margin: auto;
		padding: 0;
		border: none;
		text-align: center;
	}
	.img_pmtri_list dl {
		padding: 10px;
	}
	.img_pmtri_list dl * {
		padding: 5px;
		text-align: center;
	}
	/*----コンテンツマーケティングとは？有益な情報を提供して集客するマーケティング手法----*/
	.contentsMarketing_flow {
		display: flex;
		margin-bottom: 50px;
	}
	.contentsMarketing_flow_icons {
		flex-direction: column;
		justify-content: space-around;
	}
	.contentsMarketing_flow_title, .contentsMarketing_flow_desc {
		display: block;
	}
	.contentsMarketing_flow_icons {
		width: 40%;
	}
	.contentsMarketing_flow_title li {
		width: 90%;
		margin: 0 auto;
		height: 8rem;
	}
	.contentsMarketing_flow_icons li {
		width: 100%;
		margin: 0;
	}
	.contentsMarketing_flow_icons li img {
		width: 40%;
	}
	.contentsMarketing_flow_title li::before {
		content: '';
		position: absolute;
		z-index: 3;
		top: 99%;
		right: 0;
		left: 0;
		margin: auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 1em 4em 0 4em;
		border-color: #ea8d8d transparent transparent transparent;
	}
	.contentsMarketing_flow_title li::after {
		display: none
	}
	.contentsMarketing_flow_title li .contentsMarketing_action {
		top: 60%;
	}
	.contentsMarketing_flow_title li:nth-of-type(2)::before {
		border-color: #c694db transparent transparent transparent;
	}
	.contentsMarketing_flow_title li:nth-of-type(3)::before {
		border-color: #8f88f1 transparent transparent transparent;
	}
	.contentsMarketing_flow_title li:nth-of-type(4)::before {
		border-color: #88c5f1 transparent transparent transparent;
	}
	.column {
		margin: 0 10px;
	}
	.contentsMarketing_flow_title li .contentsMarketing_action {
		margin: 0;
	}
	.contentsMarketing_chart .column h4.koukoku, .contentsMarketing_chart .column h4.contentsMarketing {
		height: 1em;
	}
	.contentsMarketing_chart .column:nth-child(2) figure.user_img {
		margin: 100px auto;
	}
	.whole_flow {
		flex-direction: column;
		width: 280px;
	}
	.flow_item {
		margin-bottom: 50px;
	}
	.whole_flow div::after {
		border-width: 20.8px 12px 0 12px;
		border-color: #67cb5c transparent transparent transparent;
		position: absolute;
		top: 86%;
		right: 0;
		left: 0;
		margin: auto;
	}
	.flow_title.flow_title-2 {
		padding: 0 5px;
	}
	.company_figure--middle {
		width: 280px;
	}
	.MeasurementIndexWrap {
		width: 280px;
	}
	.MeasurementIndex_item-titleWrap {
		width: 120px;
	}
	.MeasurementIndex_item-titleWrap::before, .MeasurementIndex_item-titleWrap::after {
		border-width: 10px 60px 0 60px;
	}
	.MeasurementIndex_item-textWrap {
		width: 130px;
	}
	.MeasurementIndex-kgi_wrap {
		width: 120px;
		flex-direction: column;
		height: auto;
	}
	.MeasurementIndex-kgi_wrap li:first-of-type {
		width: 100%;
	}
	.MeasurementIndex-kgi_wrap li:last-of-type {
		width: 100%;
		height: auto;
		line-height: 1.5;
		padding: 3px;
	}
	.settinggoalWrap {
		width: 280px;
	}
	.settinggoal_list li {
		padding: 12px;
	}
	.mark_contentsChart {
		width: 280px;
	}
	.mktg_contents {
		width: 140px;
		padding: 16px 8px 20px;
	}
	.mktg_list {
		flex-direction: column;
		width: 130px;
	}
	.mktg_item {
		margin-bottom: 10px;
		height: 226px;
	}
	.mktg_contents h3 {
		font-size: 2rem;
	}
	.mktg_contents.fieldmktg-color::after {
		height: 530px;
		width: 250px;
		left: -128px;
		top: 150px;
	}
	.CM_tip {
		margin: 20px auto;
	}
	.CM_areaWrap h5.CM_area {
		font-size: 1.8rem;
		width: 280px;
	}
	.CD_inner {
		width: 280px;
	}
	.CD_inner > div {
		width: 280px;
	}
	.CD_inner > div:nth-of-type(2) {
		width: 270px;
	}
	.CD_category {
		width: 100px;
	}
	/*----結局事業をグロースさせるにはどうしたらいいの？ 〜最高のマーケターのなり方〜----*/
	.img_growth-team li.img_gt_cmo {
		width: 80%;
	}
	.img_growth-team li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.img_gt_designer, .img_gt_engineer, .img_gt_recruiter {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.img_gt_designer h4, .img_gt_engineer h4, .img_gt_recruiter h4 {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.main-txt .img_growth-phase h4, .main-txt .img_growth-phase h5, .main-txt .img_growth-phase h6 {
		font-size: 1.4rem;
		font-weight: normal;
	}
	.img_growth-phase th {
		width: 30px;
	}
	.img_growth-phase td {
		padding: 10px;
	}
	.img_growth-phase .img_gp_tri {
		width: calc(40% - 30px);
	}
	/*----マーケティングオートメーションでできることって何？MAの機能を徹底解説！----*/
	.main-txt figure.figure-kook br.br-sp {
		display: block;
	}
	.main-txt figure.img-w-is-ma {
		width: calc(140px + 50%);
	}
	.main-txt figure.img-w-is-ma dt p span {
		display: inline-block;
	}
	.main-txt figure.img-w-is-ma p, strong {
		display: block;
		width: 85%;
		margin: 0 auto;
	}
	.main-txt figure.img-w-is-ma dl > div:nth-of-type(2) dd div:nth-of-type(1) p {
		width: 90%;
	}
	.main-txt figure.img-w-is-ma dl > div:nth-of-type(2) dd div:nth-of-type(2) p {
		width: 90%;
	}
	.main-txt figure.img-w-is-ma small {
		padding-top: 4px;
		margin: 0 auto;
	}
	.main-txt figure.img-w-is-ma dl dt {
		width: 140px;
		height: 480px;
		padding-top: 82px;
	}
	.main-txt figure.img-w-is-ma dl div + div dt:before {
		border-width: 34px 70px 0 70px;
	}
	.main-txt figure.img-w-is-ma dl dt:after {
		border-width: 34px 70px 0 70px;
	}
	.main-txt figure.img-w-is-ma dl div:nth-of-type(1) dt {
		padding-top: 54px;
		height: 200px;
	}
	.main-txt figure.img-w-is-ma dl dd {
		height: 480px;
		width: calc(100% - 140px);
		display: block;
		position: relative;
	}
	.main-txt figure.img-w-is-ma dl > div:nth-of-type(3) dd {
		display: block;
	}
	.main-txt figure.img-w-is-ma dl div:nth-of-type(1) dd {
		height: 200px;
		display: table;
	}
	.main-txt figure.img-w-is-ma dl dd div {
		display: block;
	}
	.main-txt figure.img-w-is-ma dl dd > div {
		height: auto;
	}
	.main-txt figure.img-w-is-ma dl div:nth-of-type(1) dd div p {
		display: block;
	}
	.main-txt figure.img-w-is-ma dl div:nth-of-type(2) dd div:nth-of-type(2) {
		position: relative;
		top: -4%;
	}
	.main-txt figure.img-w-is-ma dl div:nth-of-type(3) dd div {
		height: 240px;
	}
	.main-txt figure.img-w-is-ma dl div:nth-of-type(3) dd div:nth-of-type(1) {
		margin-top: 8px;
	}
	.main-txt figure.img-w-is-ma dl div:nth-of-type(3) dd div:nth-of-type(2) {
		margin-left: 0;
	}
	.main-txt figure.img-w-is-ma dl dd figure {
		margin: 0 auto 6px;
		width: 100%;
	}
	.main-txt figure.img-w-is-ma dl div:nth-of-type(1) dd div {
		height: 200px;
	}
	.main-txt figure.img-w-is-ma dl div dd > div {
		height: 240px;
		width: 100%;
		display: table;
	}
	.main-txt figure.img-w-is-ma dl div:nth-of-type(3) dd div:nth-of-type(2) {
		height: 240px;
		position: absolute;
		top: 230px;
		left: 0;
	}
	.main-txt figure.img-w-is-ma dl div:nth-of-type(3) dd div:nth-of-type(2) figure {
		position: absolute;
		top: 0;
		left: calc(85% / 2 - 1px);
	}
	.main-txt figure.img-w-is-ma dl dd figure img {
		margin: 0 auto;
	}
	.main-txt figure.img-w-is-ma dl div dd div figure span {
		transform: rotate(90deg);
	}
	.main-txt figure.img-w-is-ma dl div dd div div {
		display: table-cell;
		vertical-align: middle;
	}
	.main-txt figure.img-w-is-ma dl div:nth-of-type(1) dd div {
		display: table-cell;
		vertical-align: middle;
	}
	.main-txt figure.img-w-is-ma dl dd div .main-txt figure.img-w-is-scoring-fn h4 {
		margin: 20px auto 20px;
	}
	.main-txt figure.img-w-is-scoring-fn ul {
		display: block;
		margin: 0 auto;
		width: 236px;
		max-width: 320px;
	}
	.main-txt figure.img-w-is-scoring-fn ul li {
		width: 100%;
		height: 112px;
		position: relative;
		text-align: center;
		padding-top: 40px;
		padding-left: 0;
	}
	.main-txt figure.img-w-is-scoring-fn ul li + li {
		margin-left: 0;
		margin-top: 10px;
	}
	.main-txt figure.img-w-is-scoring-fn ul li:nth-of-type(1) {
		padding-left: 0;
		padding-top: 20px;
	}
	.main-txt figure.img-w-is-scoring-fn ul li + li:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
		border-style: solid;
		border-width: 30px 118px 0 118px;
		border-color: #fff transparent transparent transparent;
		z-index: 99;
	}
	.main-txt figure.img-w-is-scoring-fn ul li:after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		top: auto;
		right: auto;
		bottom: -30px;
		left: 0;
		border-style: solid;
		border-width: 30px 118px 0 118px;
		z-index: 100;
	}
	.main-txt figure.img-w-is-scoring-fn ul li:nth-child(1):after {
		border-color: #3bbc91 transparent transparent transparent;
	}
	.main-txt figure.img-w-is-scoring-fn ul li:nth-child(2):after {
		border-color: #37b0c4 transparent transparent transparent;
	}
	.main-txt figure.img-w-is-scoring-fn ul li:nth-child(3):after {
		border-color: #3a63bf transparent transparent transparent;
	}
	.main-txt figure.img-w-is-scoring-fn ul li span {
		display: table-cell;
		vertical-align: middle;
		z-index: 101;
		position: relative;
		left: 0;
		top: 10px;
	}
	.main-txt figure.img-w-is-scoring-fn ul li:nth-child(2) span, .main-txt figure.img-w-is-scoring-fn ul li:nth-child(3) span {
		left: 0;
		top: 20px;
	}
	.main-txt figure.img-w-is-sm-sending-fn ul {
		display: block;
		width: 236px;
		margin: 0 auto;
		position: static;
	}
	.main-txt figure.img-w-is-sm-sending-fn ul li {
		width: 100%;
		height: 120px;
		padding: 0 28px;
		position: relative;
		padding-top: 10px;
	}
	.main-txt figure.img-w-is-sm-sending-fn ul li + li {
		margin-top: 10px;
		margin-left: 0;
		padding-top: 30px;
	}
	.main-txt figure.img-w-is-sm-sending-fn ul li:before {
		content: "";
		position: absolute;
		border-style: solid;
		border-width: 24px 118px 0 118px;
		border-color: #fff transparent transparent transparent;
		z-index: 99;
	}
	.main-txt figure.img-w-is-sm-sending-fn ul li:after {
		content: "";
		position: absolute;
		right: 0;
		top: auto;
		bottom: -24px;
		border-style: solid;
		border-width: 24px 118px 0 118px;
		z-index: 100;
	}
	.main-txt figure.img-w-is-sm-sending-fn ul li:nth-child(1) {
		height: 110px;
	}
	.main-txt figure.img-w-is-sm-sending-fn ul li:nth-child(1) span {
		top: 10px;
	}
	.main-txt figure.img-w-is-sm-sending-fn ul li:nth-child(1):before {
		border-color: transparent;
	}
	.main-txt figure.img-w-is-sm-sending-fn ul li:nth-child(1):after {
		border-color: #67cfe8 transparent transparent transparent;
	}
	.main-txt figure.img-w-is-sm-sending-fn ul li:nth-child(2):after {
		border-color: #679ae5 transparent transparent transparent;
	}
	.main-txt figure.img-w-is-sm-sending-fn ul li:nth-child(3):after {
		border-color: #7367e5 transparent transparent transparent;
	}
	.main-txt figure.img-w-is-sm-sending-fn figure > div {
		display: none;
	}
	.main-txt figure.img-w-is-sm-sending-fn figure > div + p {
		width: 236px;
		margin: 46px auto 0;
		padding: 18px 0;
		border: solid 2px #61b5c9;
		box-sizing: border-box;
	}
	.main-txt figure.img-w-is-tracking-fn figure > div:nth-of-type(1) {
		display: block;
		text-align: center;
		width: 260px;
		margin: 0 auto 18px;
	}
	.main-txt figure.img-w-is-tracking-fn figure > div:nth-of-type(1) > p {
		width: 280px;
		height: 110px;
	}
	.main-txt figure.img-w-is-tracking-fn ul {
		list-style: disc;
		text-align: justify;
	}
	.main-txt figure.img-w-is-tracking-fn figure > div:nth-of-type(1) ul {
		width: 260px;
		padding: 20px 40px;
		height: auto;
	}
	.main-txt figure.img-w-is-tracking-fn figure > div:nth-of-type(1) ul li {
		top: auto;
	}
	.main-txt figure.img-w-is-tracking-fn figure > div:nth-of-type(1) ul li span {
		display: inline-block;
	}
	.main-txt figure.img-w-is-tracking-fn figure > div + div {
		display: block;
		width: 86%;
		max-width: 290px;
	}
	.main-txt figure.img-w-is-tracking-fn figure > div + div > div {
		width: 40px;
		margin: 0 auto;
	}
	.main-txt figure.img-w-is-tracking-fn figure > div + div > div div {
		width: 24px;
		height: 14px;
		top: 0;
		left: 8px;
	}
	.main-txt figure.img-w-is-tracking-fn figure > div + div > div div:after {
		right: -8px;
		bottom: -20px;
		top: auto;
		border-width: 20px 20px 0 20px;
		border-color: #444 transparent transparent transparent;
		z-index: 100;
	}
	.main-txt figure.img-w-is-tracking-fn figure div + strong {
		line-height: 1.25;
		font-size: 2.4rem;
		top: 0;
		left: 1%;
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
	.main-txt figure.img-w-is-tracking-fn figure > div + div + ul {
		margin: 6px auto 0;
		width: 200px;
	}
	.main-txt figure.img-p-c-about-ma > div {
		margin: 20px auto 20px;
	}
	.main-txt figure.img-p-c-about-ma > div p {
		font-size: 1.6rem;
	}
	.main-txt figure.img-p-c-about-ma ol {
		display: block;
		width: 100%;
	}
	.main-txt figure.img-p-c-about-ma ol > li {
		margin: 0 auto 20px;
	}
	/*----GoogleのSEOの仕組みとは？検索順位を上げるサイト設計----*/
	.main-txt figure.img-3step-g-serch ol {
		flex-direction: column;
	}
	.main-txt figure.img-3step-g-serch li {
		height: 80px;
		line-height: 80px;
		width: 160px;
		text-indent: 0;
		padding-top: 20px;
		margin: 0 auto;
	}
	.main-txt figure.img-3step-g-serch li:before {
		border-width: 30px 80px 0 80px;
		border-color: #ffffff transparent transparent transparent;
	}
	.main-txt figure.img-3step-g-serch li:after {
		top: auto;
		bottom: -30px;
		right: 0;
		border-width: 30px 80px 0 80px;
		border-color: #9964ff transparent transparent transparent;
	}
	.main-txt figure.img-3step-g-serch li + li {
		margin: 10px auto 0;
	}
	.main-txt figure.img-3step-g-serch li:nth-child(2):after {
		border-color: #6c63ff transparent transparent transparent;
	}
	.main-txt figure.img-3step-g-serch li:nth-child(3):after {
		border-color: #4d8dff transparent transparent transparent;
	}
	.main-txt figure.img-method-raise-inG {
		width: 80%;
	}
	.main-txt figure.img-method-raise-inG img {
		width: 99%;
	}
	.main-txt figure.img-method-raise-inG > div div:nth-child(1) div {
		width: calc((100vw - 40px) * 0.8 * (440 / 800));
		height: calc((100vw - 40px) * 0.8 * (90 / 800));
		left: calc((100vw - 40px) * 0.8 * (106 / 800));
		top: calc((100vw - 40px) * 0.8 * (110 / 800));
	}
	.main-txt figure.img-method-raise-inG div div:nth-child(2) div:nth-child(1) {
		width: calc((100vw - 40px) * 0.8 * (440 / 800));
		height: calc((100vw - 40px) * 0.8 * (294 / 800));
		left: calc((100vw - 40px) * 0.8 * (106 / 800));
		top: calc((100vw - 40px) * 0.8 * (204 / 800));
	}
	.main-txt figure.img-method-raise-inG div div:nth-child(2) div:nth-child(2) {
		width: calc((100vw - 40px) * 0.8 * (40 / 800));
		height: calc((100vw - 40px) * 0.8 * (100 / 800));
		left: calc((100vw - 40px) * 0.8 * (650 / 800));
		top: calc((100vw - 40px) * 0.8 * (310 / 800));
	}
	.main-txt figure.img-method-raise-inG div div:nth-child(2) div:nth-child(2):before {
		top: calc((100vw - 40px) * 0.8 * (-40 / 800));
		left: calc((100vw - 40px) * 0.8 * (-14 / 800));
		border-width: 0 calc((100vw - 40px) * 0.8 * (34 / 800)) calc((100vw - 40px) * 0.8 * (40 / 800)) calc((100vw - 40px) * 0.8 * (34 / 800));
	}
	.main-txt figure.img-method-raise-inG div div:nth-child(2) p {
		top: calc((100vw - 40px) * 0.8 * (410 / 800));
		left: calc((100vw - 40px) * 0.8 * (670 / 800) - 37px);
		background: #ffffff;
	}
	.main-txt figure.img-method-raise-inG small {
		text-align: justify;
		padding: 8px 16px;
	}
	.main-txt figure.img-content-e-a-t ul {
		width: 80%;
	}
	.main-txt figure.img-content-e-a-t ul li {
		width: 80%;
	}
	.main-txt figure.img-content-e-a-t ul li + li:before {
		left: calc(50% - 13px);
	}
	.main-txt figure.img-content-e-a-t ul li + li:after {
		left: calc(50% - 13px);
	}
	.main-txt figure.img-keyword-seo {
		flex-direction: column;
		width: 80%;
	}
	.main-txt figure.img-keyword-seo > div:after {
		width: 2px;
		height: 24px;
		top: 105px;
		left: 82px;
	}
	.main-txt figure.img-keyword-seo > div:before {
		width: calc(((100vw - 40px) * 0.8 - 10px) * 0.5);
		height: 24px;
		border: solid 2px;
		border-color: #606060 #606060 transparent #606060;
		border-radius: 8px 8px 0 0;
		top: 129px;
		left: calc(((-100vw + 40px) * 0.8 + 5px) * 0.5 * 0.5 + 83px);
	}
	.main-txt figure.img-keyword-seo > ul {
		margin-left: 0px;
		margin-top: 60px;
		display: flex;
		width: 100%;
		justify-content: space-around;
	}
	.main-txt figure.img-keyword-seo > ul > li {
		flex-direction: column;
		width: 50%;
	}
	.main-txt figure.img-keyword-seo > ul > li:nth-child(3) {
		display: none;
	}
	.main-txt figure.img-keyword-seo > ul > li + li {
		margin-top: 0;
	}
	.main-txt figure.img-keyword-seo > ul > li > div {
		width: 100px;
		height: 70px;
		margin-right: 0;
	}
	.main-txt figure.img-keyword-seo > ul > li > div:after {
		width: 2px;
		height: 50px;
		top: 75px;
		left: 49px;
	}
	.main-txt figure.img-keyword-seo > ul > li > div:before {
		width: calc(((100vw - 40px) * 0.8 * 0.5 - 10px) * 0.68);
		height: 23px;
		border-color: #606060 #606060 transparent #606060;
		border-radius: 8px 8px 0 0;
		top: 99px;
		left: calc(((-100vw + 40px) * 0.8 * 0.5 + 5px)* 0.5 * 0.68 + 49px);
	}
	.main-txt figure.img-keyword-seo > ul > li > div > p {
		left: calc(50% - 4rem);
	}
	.main-txt figure.img-keyword-seo ul li ul {
		display: flex;
		justify-content: space-around;
		width: 100%;
		margin-top: 60px;
	}
	.main-txt figure.img-keyword-seo ul li ul li div {
		width: 30px;
		height: 21rem;
	}
	.main-txt figure.img-keyword-seo ul li ul li div p {
		left: calc(50% - 1rem);
		writing-mode: vertical-rl;
		height: 17.6rem;
	}
	.main-txt figure.img-keyword-seo ul li ul li + li {
		margin-top: 0px;
	}
	/*figure5*/
	.main-txt figure.img-site-structure-ofkw {
		width: 90%;
		flex-direction: column;
	}
	.main-txt figure.img-site-structure-ofkw > div:nth-child(1) {
		padding: 20px 30px;
	}
	.main-txt figure.img-site-structure-ofkw div div p {
		writing-mode: vertical-rl;
		height: 9rem;
	}
	.main-txt figure.img-site-structure-ofkw > div:nth-child(2) {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 180px;
	}
	.main-txt figure.img-site-structure-ofkw > div > div {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.main-txt figure.img-site-structure-ofkw > div > div:nth-child(1) {
		transform: rotate(25deg);
		top: -6px;
		left: calc(-10vw - 12px);
	}
	.main-txt figure.img-site-structure-ofkw > div > div:nth-child(2) {
		top: 0;
		left: -12px;
	}
	.main-txt figure.img-site-structure-ofkw > div > div:nth-child(3) {
		transform: rotate(-30deg);
		top: 6px;
		left: calc(10vw - 12px);
	}
	.main-txt figure.img-site-structure-ofkw div div div {
		width: 2px;
		height: 140px;
	}
	.main-txt figure.img-site-structure-ofkw div div div:nth-of-type(1):after {
		width: 2px;
		height: 24px;
		top: auto;
		bottom: -3px;
		right: 8px;
		transform: rotate(-45deg);
	}
	.main-txt figure.img-site-structure-ofkw div div div:nth-of-type(2) {
		margin-top: 0;
		margin-left: 10px;
	}
	.main-txt figure.img-site-structure-ofkw div div div:nth-of-type(2):after {
		width: 2px;
		height: 24px;
		top: -3px;
		left: 8px;
		transform: rotate(-45deg);
	}
	.main-txt figure.img-site-structure-ofkw ul {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.main-txt figure.img-site-structure-ofkw ul li {
		padding: 0 20px;
		margin: 0 auto;
		writing-mode: vertical-rl;
		height: 14rem;
	}
	.main-txt figure.img-site-structure-ofkw ul li:first-child, .main-txt figure.img-site-structure-ofkw ul li:last-child {
		margin: 0 auto;
	}
	/*img-hk*/
	/*-----マーケティングオートメーションとは----*/
	.MA_shortchart {
		flex-direction: column;
	}
	.MA_shortchart div {
		width: 100%;
	}
	.MA_shortchart div::after {
		display: none;
	}
	.MA_shortchart dt {
		position: relative;
	}
	.MA_shortchart dd {
		width: 100%;
		margin-top: 30px;
	}
	.MA_shortchart div dt::after {
		display: block;
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		top: auto;
		bottom: -25px;
		right: 0;
		left: 0;
		margin: auto;
		border-style: solid;
		border-width: 25px 50px 0 50px;
	}
	.MA_shortchart div:nth-of-type(1) dt::after {
		border-color: #13b1f3 transparent transparent transparent;
	}
	.MA_shortchart div:nth-of-type(2) dt::after {
		border-color: #67cb5c transparent transparent transparent;
	}
	.MA_shortchart div:nth-of-type(3) dt::after {
		border-color: #d6b500 transparent transparent transparent;
	}
	.MA_flow {
		display: flex;
		max-width: 300px;
		margin: auto;
	}
	.MA_flow_icons, .MA_flow_title, .MA_flow_desc {
		flex-direction: column;
	}
	.MA_flow_icons, .MA_flow_title {
		width: 20%;
	}
	.MA_flow_desc {
		width: 60%;
	}
	.MA_flow_icons li, .MA_flow_title li, .MA, .SFA, .CRM {
		width: 100%;
	}
	.MA_flow_title li {
		writing-mode: vertical-rl;
		margin: 0 auto;
		padding: 10px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.MA_flow_title li:nth-child(6)::after {
		bottom: -30px;
		top: auto;
		left: 0;
		right: 0;
		margin: auto;
		border-color: #f16ab2 transparent transparent transparent;
		border-width: 30px 33px 0 30px
	}
	.MA_flow_title li br {
		display: none;
	}
	.MA, .SFA, .CRM {
		margin: 0 0 20px;
	}
	.MA_flow_icons {
		padding-bottom: 4em;
		justify-content: space-around;
	}
	.MA_flow_icons li {
		margin: 0;
	}
	.MA_flow_icons li img {
		width: 100%;
	}
	/*----デジタルマーケティングってなに？Webマーケティングの違いを解説！----*/
	.measures {
		display: block;
	}
	.cus_attraction, .cus_service {
		width: 100%;
	}
	.marketing_container {
		height: 300px;
	}
	.marketing {
		height: 300px;
	}
	.marketing p {
		margin-top: 0;
	}
	.d_marketing {
		height: 240px;
		width: 80%;
	}
	.d_marketing p {
		margin-top: 10px;
	}
	.web_marketing {
		height: 170px;
		width: 60%;
	}
	/*----Web広告って何それ、美味しいの？----*/
	.c-pyramid-list .pyramid dd {
		display: none;
	}
	.c-pyramid-list {
		display: block;
		width: 310px;
		margin: auto;
		background-position: center center;
	}
	.pyramid dt {
		width: 100%;
		text-align: center;
	}
	.pyramid:first-child dt p {
		display: inline-block;
	}
	.c-pyramid-spList {
		display: block;
	}
	.img_c-pyramid .c-pyramid-cat p {
		margin: 0 auto;
	}
	.c-pyramid-cat dt {
		font-size: 1.6rem;
		font-weight: bold;
		width: 100%;
		margin: 15px auto 10px;
	}
	.c-pyramid-cat dd {
		font-size: 1.4rem;
	}
	.c-pyramid-cat dd:last-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.c-pyramid-cat dd:last-child p {
		font-weight: bold;
		font-size: 1.6rem;
		width: 7em;
	}
	.c-pyramid-cat dd:last-child ul {
		font-size: 1.6rem;
		width: calc(100% - 8em);
		list-style-type: square;
		line-height: 1.5;
		margin-left: 20px;
	}
	.c-pyramid-cat:nth-child(1) {
		color: #f26560;
	}
	.c-pyramid-cat:nth-child(2) {
		color: #DDBE3B;
	}
	.c-pyramid-cat:nth-child(3) {
		color: #28ce54;
	}
	.aa-item-list {
		width: 100%;
		/*justify-content:space-between;*/
		margin: 0 auto;
	}
	.aa-item-list .about-affiliate-item:nth-child(3), .aa-item-list .about-affiliate-item:nth-child(4) {
		margin-top: 140px;
	}
	.img-about-affiliate li.about-affiliate-item h4 {
		width: 144px;
		margin: 0 auto 40px;
	}
	.img-about-affiliate .about-affiliate-item img {
		height: 54px;
	}
	.about-affiliate-item:nth-child(4) img {
		height: 50px;
	}
	.aa-action_text-list li:nth-child(3) p {
		top: 194px;
	}
	.aa-action_text-list li:nth-child(3) p:nth-child(2) {
		top: 410px;
	}
	.aa-action_text-list li:nth-child(4) p {
		top: 194px;
		left: calc(74% - 3.2rem);
	}
	.aa-action_text-list li:nth-child(4) p:nth-child(2) {
		top: calc(2.4rem + 300px);
	}
	.aa-action_text-list li p::before {
		width: 80px;
	}
	.aa-action_text-list li p::after {
		width: 16px;
	}
	.aa-action_text-list li:nth-child(1) p::before, .aa-action_text-list li:nth-child(3) p:nth-child(2)::before {
		top: -1.6rem;
	}
	.aa-action_text-list li:nth-child(1) p::after, .aa-action_text-list li:nth-child(3) p:nth-child(2)::after {
		top: calc(-2px - 0.8rem);
		left: calc(50% + 26px);
	}
	.aa-action_text-list li:nth-child(2) p::after, .aa-action_text-list li:nth-child(4) p:nth-child(2)::after {
		top: calc(3.2rem - 7px);
		left: calc(50% - 44px);
	}
	.aa-action_text-list li:nth-child(3) p::before {
		top: 50%;
		left: -0.8rem;
		transform: translateX(-50%) rotate(90deg);
	}
	.aa-action_text-list li:nth-child(3) p:nth-child(2)::before {
		width: 80px;
	}
	.aa-action_text-list li:nth-child(4) p::before {
		left: calc(100% + 0.8rem);
	}
	.aa-action_text-list li:nth-child(3) p::before, .aa-action_text-list li:nth-child(4) p::before {
		width: 85px;
	}
	.aa-action_text-list li:nth-child(3) p::after, .aa-action_text-list li:nth-child(4) p::after {
		top: calc(50% - 36px);
	}
	.aa-action_text-list li:nth-child(4) p::after {
		left: calc(100% + 0.8rem - 3px);
	}
	.aa-action_text-list li:nth-child(4) p:nth-child(2)::before {
		width: 80px;
		top: auto;
		bottom: -0.8rem;
	}
	.aa-action_text-list li:nth-child(4) p:nth-child(2)::after {
		top: auto;
		bottom: calc(0.8rem - 10px);
		left: calc(50% - 42px);
	}
	.img-about-ppc_affiliate {
		height: 1040px;
	}
	.img-about-ppc_affiliate .about-ppc_affiliate-item {
		left: 50%;
	}
	.about-ppc_affiliate-item:nth-child(1) {
		top: 300px;
	}
	.about-ppc_affiliate-item:nth-child(2) {
		top: 600px;
	}
	.about-ppc_affiliate-item:nth-child(3) {
		top: 900px;
	}
	.about-ppc_affiliate-item:nth-child(4) {
		top: 0;
	}
	.img-about-ppc_affiliate li.about-ppc_affiliate-item:nth-child(1) h4 {
		margin-bottom: 24px;
	}
	.img-about-ppc_affiliate .ap-action_text-list li p {
		transform: translateY(-50%) translateX(-50%);
	}
	.ap-action_text-list li:nth-child(1) p {
		top: 520px;
		left: calc(50% - 60px);
	}
	.ap-action_text-list li:nth-child(1) p:nth-child(2) {
		top: 520px;
		left: calc(50% + 10px);
	}
	.ap-action_text-list li:nth-child(1) p:nth-child(3) {
		top: 220px;
		left: calc(50% - 70px);
	}
	.ap-action_text-list li:nth-child(2) p {
		top: 820px;
		left: calc(50% - 60px);
	}
	.ap-action_text-list li:nth-child(2) p:nth-child(2) {
		top: 820px;
		left: calc(50% + 10px);
	}
	.ap-action_text-list li:nth-child(3) p {
		top: 220px;
		left: calc(50% + 60px);
	}
	.ap-action_text-list li p::before {
		transform: translateY(-50%) rotate(90deg);
		bottom: 50%;
	}
	.ap-action_text-list li p::before, .ap-action_text-list li p::after {
		left: 0;
	}
	.ap-action_text-list li p::after {
		left: auto;
		right: -24px;
		top: calc(50% + 47px);
		transform: rotate(135deg) translateX(-50%);
	}
	.ap-action_text-list li p:nth-child(3)::before {
		width: 100px;
		left: 4rem;
		bottom: auto;
		top: 50%;
		transform: rotate(90deg) translateY(-50%);
	}
	.ap-action_text-list li p:nth-child(3)::after {
		left: auto;
		right: -0.8rem;
		bottom: auto;
		top: calc(50% - 40px);
		transform: rotate(135deg) translateX(-50%);
	}
	.ap-action_text-list li:nth-child(2) p:nth-child(2)::before {
		left: 1.2rem;
	}
	.ap-action_text-list li:nth-child(2) p:nth-child(2)::after {
		right: -20px;
	}
	.ap-action_text-list li:nth-child(3) p::before {
		width: 100px;
		left: -6rem;
		top: 50%;
		transform: rotate(90deg) translateY(-50%);
	}
	.ap-action_text-list li:nth-child(3) p::after {
		top: calc(50% + 49px);
		left: calc(-6rem + 44px);
		transform: rotate(135deg) translateX(-50%);
	}
	.search-screen-item {
		width: 140px;
	}
	.search-screen-item p {
		left: -30px;
		top: -100px;
	}
	.search-screen-item p::before {
		right: -40px;
		top: -30px;
	}
	.search-screen-item p::after {
		right: -50px;
		top: -50px;
	}
	.seo_affiliate-affiliater figure:nth-child(2) {
		width: 60px;
		top: 140px;
		right: calc(50% + 60px);
	}
	.seo_affiliate-user {
		flex-direction: column-reverse;
		margin-left: 30px;
	}
	.seo_affiliate-user > figure {
		width: 90px;
		margin-top: 0;
		margin-left: calc(50% - 45px);
		background: #fff;
		padding: 4px;
		z-index: 3;
	}
	.seo_affiliate-user div figure {
		display: none;
	}
	.seo_affiliate-user div div::before, .seo_affiliate-user div div::after {
		display: none
	}
	.seo_affiliate-user div p {
		margin-top: 30px;
		position: relative;
	}
	.seo_affiliate-user p span {
		display: inline-block;
	}
	.seo_affiliate-user div p::before {
		left: -11px;
		top: 50%;
		margin-top: -10px;
		border: 10px solid transparent;
		border-right: 12px solid #FFF;
	}
	.seo_affiliate-user div p::after {
		left: -14px;
		top: 50%;
		margin-top: -12px;
		border: 12px solid transparent;
		border-right: 14px solid #60C592;
	}
	.img-about-EAT ul {
		flex-direction: column;
		margin: 0 20px;
	}
	.img-about-EAT ul .about-EAT-item {
		width: 100%;
		max-width: 340px;
		margin: 0 auto;
	}
	.about-EAT-item p {
		padding: 24px 0;
	}
	.img-about-EAT ul .about-EAT-item + .about-EAT-item {
		margin-top: 30px;
	}
	/*----アフィリエイトのための集客にSNSを活用しよう！SNSがもたらすメリットとは？----*/
	.sns_Afi_figure .flow_01 div {
		padding: 10px 14px 36px;
	}
	.sns_Afi_figure .flow_01 div i {
		margin-bottom: 8px;
	}
	.sns_Afi_figure .flow_01 div i img {
		width: 32px;
	}
	.sns_Afi_figure .flow_01 .affiliater {
		width: 40px;
	}
	.sns_Afi_figure .flow_03 {
		width: 36%;
		margin-top: 0px;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
	.sns_Afi_figure .flow_03 .click {
		width: 100%;
		margin-bottom: 14px;
	}
	.sns_Afi_figure .flow_03 .click_action {
		width: 100%;
		line-height: 1.5;
	}
	.sns_Afi_figure .flow_03 .click_action::before {
		top: 64px;
	}
	.sns_Afi_figure .flow_03 figure {
		width: 100%;
		margin-bottom: 14px;
	}
	.sns_Afi_figure .flow_03 figure img {
		width: 50px;
	}
	.sns_Afi_figure .flow_03 span {
		display: none;
	}
	.sns_Afi_figure .flow_04 {
		margin-top: 0px;
		width: 24%;
	}
	.sns_Afi_figure .flow_04 figure {
		margin-bottom: 16px;
	}
	.sns_Afi_figure .flow_04 figure img {
		width: 46px;
	}
	.sns_Afi_figure .flow_04 p {
		padding: 6px 8px;
	}
	.sns_Afi_figure .flow_05 {
		margin-left: 70px;
		margin-top: 12px;
	}
	.sns_Afi_figure.youtube_Afi_figure .flow_01 div {
		padding: 20px 14px 42px;
	}
	.sns_Afi_figure.youtube_Afi_figure .flow_01 .youtube p {
		padding-bottom: 10px;
	}
	.sns_Afi_figure.youtube_Afi_figure .flow_01 .youtube i img {
		width: 36px;
	}
	.sns_Afi_figure.youtube_Afi_figure .youtube p {
		padding-bottom: 10px;
	}
	.sns_Afi_figure.youtube_Afi_figure .youtube i img {
		width: 36px;
	}
	.img-about-ec_affiliate {
		padding: 0;
		position: relative;
	}
	.img-about-ec_affiliate > ul {
		justify-content: space-between;
		max-width: 380px;
		margin: 0 auto;
	}
	.ec_affiliate-item figure:nth-child(1) {
		margin-top: 0;
		margin-left: 0;
	}
	.ec_affiliate-item figure:nth-child(1) img {
		height: 50px;
		padding: 2px;
	}
	.ec_affiliate-website {
		margin-top: 16px;
		border: 2px solid #81B2E8;
		padding: 16px;
	}
	.ec_affiliate-item > ul li::before {
		width: 80px;
		bottom: -16px;
		left: calc(50% - 40px);
	}
	.ec_affiliate-item > ul li::after {
		width: 20px;
		bottom: -9px;
		left: calc(50% - 42px);
		transform: rotate(-45deg);
	}
	.ec-affiliater-box .ec_affiliate-website div {
		margin-top: 16px;
	}
	.ec-affiliater-box .ec_affiliate-website div p {
		padding: 16px 30px;
	}
	.img-about-ec_affiliate .ec-user-box {
		margin-right: 0;
		position: absolute;
		top: 140px;
		left: 50%;
		padding: 4px 16px;
		transform: translateX(-50%);
		z-index: 2;
	}
	.ec-user-box figure:nth-child(1) img {
		margin-top: 0;
		height: 40px;
	}
	.ec-user-box ul li {
		top: -54px;
		left: 6px;
		line-height: 1.5;
		text-align: center;
	}
	.ec-user-box ul li:nth-child(1) {
		left: 14px;
		top: -56px;
	}
	.ec-user-box > ul li:nth-child(1)::before {
		width: 30px;
		bottom: -16px;
		left: 8px;
	}
	.ec-user-box > ul li:nth-child(1)::after {
		width: 15px;
		bottom: -11px;
		left: 6px;
	}
	.ec-user-box ul li:nth-child(2) {
		left: calc(50% - 4.6rem);
		bottom: -46px;
		top: auto;
	}
	.ec-user-box ul li:nth-child(2)::before {
		width: 76px;
		left: calc(50% - 38px);
		bottom: auto;
		top: -8px;
	}
	.ec-user-box ul li:nth-child(2)::after {
		bottom: auto;
		top: -15px;
		left: calc(50% + 21px);
		transform: rotate(45deg);
	}
	.ec-advertiser-box > figure:nth-child(1) {
		width: 100%;
	}
	.ec-advertiser-box .ec_affiliate-website {
		height: calc(12.8rem + 96px)
	}
	.ec-advertiser-box > ul li {
		left: -90px;
		bottom: 54px;
		z-index: 2;
	}
	.ec-advertiser-box > ul li::before {
		width: 100px;
		left: calc(50% - 50px);
	}
	.ec-advertiser-box > ul li::after {
		left: calc(50% - 52px);
	}
	.ec-advertiser-box .ec_affiliate-website div {
		height: calc(2.8rem + 32px);
		margin-top: calc(2.4rem + 16px);
	}
	.ec-advertiser-box div img {
		width: 96px;
	}
	.ad_network_01 {
		max-width: 375px;
		padding: 0;
		margin: 75px auto;
	}
	.ad_network_01_inner li .ad_trouble_bubble {
		width: 175px;
	}
	.ad_network_01 .broadcast01 .arrow_figure01_sp {
		margin: 90px 0 0 -20px;
	}
	.ad_network_01 .broadcast01 .ad_imagesList {
		margin: 35px 0 0 -10px;
	}
	.ad_network_01 .broadcast01 .ad_imagesList .ad_imagesitem p {
		margin: 0 0 0 5px;
		line-height: 1;
		padding: 0;
	}
	.ad_network_02 {
		max-width: 375px;
		padding: 0;
		margin: 75px auto;
	}
	.ad_network_02_inner li .ad_trouble_bubble02 {
		width: 155px;
	}
	.ad_network_02 .broadcast02 .arrow_figure02_sp {
		margin: 140px 0 0 0;
	}
	.ad_network_02 .broadcast02 .ad_imagesList {
		margin: 35px 0 0 0;
	}
	.ad_network_02 .broadcast02 .ad_imagesList .ad_imagesitem p {
		margin: 0 0 0 5px;
		line-height: 1;
		padding: 0;
	}
	.ad_network04_inner {
		width: 360px;
	}
	.ad_network04_firstcolumn {
		width: 60px;
	}
	.ad_network04_firstcolumn img {
		margin: 5px auto;
	}
	.ad_network04_user {
		width: 40px;
	}
	.ad_network04_website {
		width: 40px;
	}
	.ad_network04_websiteTxt img {
		top: 50px;
		left: 10px;
	}
	.ad_network04_dspRequest {
		margin-top: 70px;
	}
	.main-txt .ad_network04_dspBroadcast {
		margin-top: 50px;
	}
	.ad_network04_thirdcolumn {
		margin-left: -10px;
	}
	.ad_network04_thirdcolumn img {
		margin: 0 auto 42px auto;
	}
	.ad_network04_thirdcolumn img:last-of-type {
		margin: 0 auto;
	}
	.ad_network04_dspImg {
		width: 45px;
	}
	.ad_network04_dspBidrequest {
		right: -45px;
	}
	.ad_network04_dspBidresponse {
		right: -45px;
	}
	.ad_network_03 {
		max-width: 375px;
	}
	.ad_network_03_inner .manuscript {
		margin-right: 16px;
	}
	.ad_network_03_inner .broadcast_publish {
		margin-right: 20px;
	}
	.ad_network_03_inner .broadcast_publish .arrow_01 {
		left: -28px;
	}
	.ad_network_03_inner .broadcast_publish ul .arrow_02 {
		margin-top: 100px;
		width: 12%;
	}
	.ad_network_03_inner .broadcast_publish ul li:last-of-type {
		width: 40%;
	}
	.ad_network_03_inner .broadcast_publish ul li p {
		margin-bottom: 10px;
	}
	.ad_network_03_inner .browsing .arrow_03 {
		left: -40px;
	}
	/* Twitter広告 */
	.Twitter_ad_type {
    padding: 30px 0px;
  }
  .Twitter_ad_type .inner {
    width: 320px;
  }
  .Twitter_ad_type .inner p {
    width: 126px;
  }
  .Twitter_ad_type .inner .trend {
    top: 68px;
    left: 8px;
    width: 140px;
  }
  .Twitter_ad_type .inner .tweet {
    top: 68px;
    right: 7px;
    width: 140px;
    height: 60px;
    line-height: 40px;
  }
  .Twitter_ad_type .inner .account {
    top: 195px;
    right: 7px;
    line-height: 1.2;
    width: 140px;
  }
  .Twitter_ad_type .inner img {
    width: 320px;
  }
  .Twitter_ad_type .inner .sp_img {
    width: 100%;
    display: block;
  }
  .Twitter_ad_type .inner .pc_img {
    display: none;
  }
	
	.img-influencer-pyramid{
	left:0;
}
	.img-influencer-pyramid .influencer-pyramid-item h5{
		height:69px;
	}
	.img-influencer-pyramid h5::before{
		border-width: 69px 40px 0 0;
	}
	.influencer-pyramid-item h5::after{
		border-width: 0 40px 69px 0;
	}
	.influencer-pyramid-item:nth-child(1) h5{
		width:80px;
	}
	.influencer-pyramid-item:nth-child(1) h5 span{
		top:30%;
	}
	.influencer-pyramid-item:nth-child(2) h5{
		width: 160px;
	}
	.influencer-pyramid-item:nth-child(3) h5{
    	width: 240px;
	}
	.influencer-pyramid-item:nth-child(4) h5{
    	width: 320px;
	}
	.influencer-pyramid-item + li{
		border-top:1px solid #fff;
	}
	.influencer-pyramid-item ul.pc-only{
		display:none;
	}
	.influencer-explanation-box{
		width:320px;
		margin:20px auto;
	}
	.influencer-explanation-box.sp-only li h5{
		color:#fff;
		background:#f2c38f;
		text-align:center;
	}
	.influencer-explanation-box li:nth-child(2) h5{
		background:#f4abba;
	}
	.influencer-explanation-box li:nth-child(3) h5{
		background:#f79af0;
	}
	.influencer-explanation-box li:nth-child(4) h5{
		background:#ba8aff;
	}
	.influencer-explanation-box ul{
		background:#efe3d8;
		padding:12px 40px;
	}
	.influencer-explanation-box li:nth-child(2) ul{
		background:#f2dae0;
	}
	.influencer-explanation-box li:nth-child(3) ul{
		background:#f4dcf3;
	}
	.influencer-explanation-box li:nth-child(4) ul{
		background:#f0e6ff;
	}
	.influencer-explanation-box li dl{
		display:flex;
	}
	.influencer-explanation-box li dl dt::after{
		content:":";
	}
	.diff-mktg-box ul{
		flex-direction:column;
	}
	.diff-mktg-box ul li + li{
		margin-top:100px;
	}
	.dmi-company-box::before,
	.dmi-company-box::after,
	.dmi-user-box::before{
		width:60px;
		transform: skewY(-45deg) rotate(90deg);
		left:calc( 50% - 30px);
		top:54%;
	}
	.diff-mktg-box:nth-child(2) .dmi-company-box::before,
	.diff-mktg-box:nth-child(2) .dmi-company-box::after,
	.diff-mktg-box:nth-child(2) .dmi-user-box::before,
	.diff-mktg-box:nth-child(2) .dmi-influencer-box::before{
		width:60px;
		left:calc(50% - 30px);
		top:72%;
	}
	.diff-mktg-box:nth-child(2) .dmi-influencer-box::before{
		transform: skewY(-45deg) rotate(90deg);
		left:calc( 50% - 30px);
		top:36%;
	}
	.dmi-company-box::after{
		top:54%;
		left:calc(50% - 60px);
	}
	.dmi-user-box::before{
		top:54%;
		left:50%;
	}
	.diff-mktg-box:nth-child(2) .dmi-company-box::after{
		left:calc(50% - 60px);
	}
	.diff-mktg-box:nth-child(2) .dmi-user-box::before{
		left:50%;
	}
	.img-about-influencer-affiliate{
		max-width:500px;
		margin:0 auto;
	}
	.img-about-influencer-affiliate ul{
		flex-direction:column;
	}
	.inflencer-affiliate-item + li{
		margin-top:40px;
	}
	.inflencer-affiliate-item:nth-child(1){
		margin:0 auto;
	}
	.inflencer-affiliate-item:nth-child(2){
		margin-left:calc( 20% - 8rem - 5px);
		width:calc(16rem + 10px);
	}
	.inflencer-affiliate-item:nth-child(3){
		margin-top:calc( -93px - 5.4rem );
		margin-left:64%
	}
	.inflencer-affiliate-item:nth-child(1) .aia-who-box{
		left:0;
	}
	.inflencer-affiliate-item:nth-child(2) .aia-who-box figure{
		height:90px;
	}
	.inflencer-affiliate-item:nth-child(3) .aia-who-box figure{
		height:80px;
	}
	.inflencer-affiliate-item:nth-child(1) .aia-who-box > figure,
	.inflencer-affiliate-item:nth-child(1) .aia-who-box > h4{
		top:0;
		left:-100px;
	}
	.aia-cp-service-box{
		left:20px;
		top:-120px;
	}
	.aia-doing-box li{
		padding:0;
		display:block;
	}
	.aia-doing-box li span{
		display:none;
	}
	.inflencer-affiliate-item:nth-child(1) .aia-doing-box{
		left:25%;
		top:240px;
	}
	.inflencer-affiliate-item:nth-child(1) .aia-doing-box::after{
		width:160px;
		transform:rotate(90deg) skewX(45deg);
		left:calc(-86px - 1.6rem);
		bottom:calc(50%);
	}
	.inflencer-affiliate-item:nth-child(2) .aia-doing-box li{
		text-align:center;
		padding-left:0.8rem;
	}
	.inflencer-affiliate-item:nth-child(3) .aia-doing-box li{
		left:calc(50% + 0.8rem);
		top:390px;
	}
	.inflencer-affiliate-item:nth-child(3) .aia-doing-box li::after{
		width:60px;
		left:calc(50% - 30px - 0.8rem);
	}
	.inflencer-affiliate-item:nth-child(3) .aia-doing-box li:nth-child(2){
		left:calc(88% + 0.8rem);
	}
	.inflencer-affiliate-item:nth-child(3) .aia-doing-box li:nth-child(2)::after{
		width:100px;
		transform:rotate(90deg) skewX(-45deg);
		left:calc(-58px - 1.6rem);
		top:1.2rem;
	}
	.aia-doing-box_sp{
		text-indent:-1.3em;
		padding-left:1.3rem;
		font-size:1.6rem;
		line-height:1.5;
		color:#333;
		margin:52px auto;
		max-width:30.9rem;
		position:relative;
		left:0.65em;
	}
	.main-txt .img-kpi-diagram{
	background:url("https://freedive.co.jp/wp-content/uploads/2021/03/kgi-bg_sp.svg");
	background-size:auto 84%;
	background-position:80% center;
		background-repeat:no-repeat;
		max-width:400px;
		margin:90px auto 30px;
		padding-bottom:calc(20px + 5.2rem);
}
.img-kpi-diagram figure{
	width:60px;
}
.img-kpi-diagram > ol{
	display:flex;
	flex-direction:row-reverse;
	justify-content:space-between;
}
.img-kpi-diagram .kpi-diagram-item + li{
	margin-top:0;
}
.img-kpi-diagram .kpi-diagram-item .kpi-diagram-number02{
	top:-1.8rem;
	left:calc(50% - 1.8rem);
}
.img-kpi-diagram .kpi-diagram-item .kpi-diagram-number03,
.img-kpi-diagram .kpi-diagram-item .kpi-diagram-number04{
	top:-1.0rem;
	left:calc(50% - 1.8rem);
}
.img-kpi-diagram .kpi-diagram-item--ksf{
	width:auto;
	margin:0;
}
.img-kpi-diagram .kpi-diagram-item--kpi{
	top:0;
}
.img-kpi-diagram .kpi-diagram-item--kbi{
	top:0;
}
.img-kpi-diagram .kpi-diagram-item .road-to-kgi{
	width:auto;
	height:100%;
}
.kpi-diagram-item .road-to-kgi ul{
	background:url("https://freedive.co.jp/wp-content/uploads/2021/03/to-kgi-line_sp.svg");
	background-repeat:no-repeat;
	background-size:auto 90%;
	background-position:center;
	flex-direction:column;
	width:140px;
	height:100%;
	margin-right:-20px;
}
.road-to-kgi ul p{
	margin-top:-4px;
	margin-bottom:0;
	top:0;
}
.road-to-kgi figure{
	margin:0 auto;
}
.img-kpi-diagram .kpi-diagram-item--kgi h4{
	width:14.4rem;
	right:calc(50% - 7.2rem);
	bottom:auto;
	top:calc(100% + 8px);
}
.kpi-diagram-item--ksf{
	flex-direction:row;
}
.kpi-diagram-item--ksf div + div{
	margin-left:32px;
}
.kpi-diagram-item--ksf h4{
	width:auto;
	height:100%;
	writing-mode: vertical-rl;
	text-orientation: upright;
	padding:0;
	position:relative;
}
.img-kpi-diagram .kpi-diagram-item--ksf h4 span{
	margin-left:0;
	margin-top:8px;
}
.kpi-diagram-item--ksf h4 + figure{
	right:calc(50% - 30px);
	bottom:calc(50% - 30px - 24rem);
}
.kpi-diagram-item--ksf p{
	writing-mode: vertical-rl;
	padding:4px 0px 80px;
}
	.kpi-diagram-item--ksf p:after{
	border-width: 12px 14px 12px 0;
	border-color: transparent #eaeaea transparent transparent;
	top:calc(50% - 12px);
	left:-26px;
}
.kpi-diagram-item--ksf p + figure{
	right:calc(50% - 30px);
	bottom:calc(50% - 30px - 14rem)
}
.kpi-diagram-item--kpi,
.kpi-diagram-item--kbi,
.kpi-diagram-item--kpi div,
.kpi-diagram-item--kbi div,
.kpi-diagram-item--kpi ul,
.kpi-diagram-item--kbi ul{
	flex-direction:column;
}
	.kpi-diagram-item--kpi{
		margin-right:-30px;
	}
	.kpi-diagram-item--kbi{
		margin-right:20px;
	}
.kpi-diagram-item--kpi div,
.kpi-diagram-item--kbi div{
	padding:20px 4px 2px;
}
	.img-kpi-diagram .kpi-diagram-item--kpi h4 span,
	.img-kpi-diagram .kpi-diagram-item--kbi h4 span{
		text-align:left;
	}
.img-kpi-diagram .kpi-diagram-item--kpi figure,
.img-kpi-diagram .kpi-diagram-item--kbi figure{
	width:52px;
}
.kpi-diagram-item--kpi ul,
.kpi-diagram-item--kbi ul{
	width:30%;
	height:98%;
	background:#FFF0F1;
	position:absolute;
}
.kpi-diagram-item--kbi ul{
	background: #E3FFFE;
}
.kpi-diagram-item--kpi ul li,
.kpi-diagram-item--kbi ul li{
	padding:6px;
	margin:30px 0;
}
.kpi-diagram-item--kpi ul li{
	position:relative;
	z-index:100;
}
.kpi-diagram-item--kbi ul li:before{
	border-style: solid;
	border-width: 12px 0 12px 14px;
	border-color: transparent transparent transparent #333;
	top:calc(50% - 12px);
	left:calc(100% + 8px);
}
.img-costs-affiliate{
	padding-top:0;
}
.img-costs-affiliate > ul{
	flex-direction: column;
}
.costs-affiliate-item{
	flex-direction: column;
}
.costs-affiliate-item figure{
	height:84px;
}
.costs-affiliate-item:nth-child(3) figure{
	height:53px;
}
.img-costs-affiliate .costs-affiliate-item h4{
	margin-top:4px;
	margin-bottom:0;
}
.costs-list{
	margin:12px auto 24px;
	height:auto;
	padding:2.4rem 0;
	top:0;
	left:10.8rem;
}
.costs-list::before,.costs-list::after{
	border-width: 14px 25px 14px 0;
	border-color: transparent #7070f9 transparent transparent;
	top:calc(50% - 14px);
	left:auto;
	right:100%;
}
.costs-list::after{
	border-width: 12px 21px 12px 0;
	border-color: transparent #fff transparent transparent;
	top:calc(50% - 12px);
	left:auto;
	right:100%;
}
.costs-affiliate-item:nth-child(2) .costs-list::before{
	border-color: transparent #81b2e8 transparent transparent;
}
.costs-affiliate-item:nth-child(3) .costs-list::before{
	border-color: transparent #53d3c3 transparent transparent;
}
.costs-list ul::before,.costs-list ul::after{
	width:2px;
	height:70px;
	top:calc(50% - 35px);
	left:auto;
	right:calc(100% + 6rem);
}
.costs-list ul::before{
	width:2px;
	height:1.6rem;
	left:auto;
	right:calc(100% + 5.4rem);
	top:calc(50% + 20px);
	transform:rotate(45deg);
}
.costs-affiliate-item:nth-child(2) .costs-list ul::before,
.costs-affiliate-item:nth-child(2) .costs-list ul::after{
	right:calc(100% + 6.6rem);
	top:calc(50% - 35px);
}
.costs-affiliate-item:nth-child(2) .costs-list ul::before{
	right:calc(100% + 6rem);
	top:calc(50% + 20px);
}
.costs-affiliate-item:nth-child(3) .costs-list ul::before,
.costs-affiliate-item:nth-child(3) .costs-list ul::after{
	right:calc(100% + 7.2rem);
	top:calc(50% - 35px);
}
.costs-affiliate-item:nth-child(3) .costs-list ul::before{
	right:calc(100% + 6.6rem);
	top:calc(50% + 20px);
}
	.costs-affiliate-item:nth-child(1) .costs-list{
		margin-top:-3rem;
	}
	.costs-affiliate-item:nth-child(2){
		margin-top:-5rem;
	}
	.costs-affiliate-item:nth-child(2) .costs-list{
		margin-top:-1rem;
	}
	.costs-affiliate-item:nth-child(3){
		margin-top:-3rem;
	}
	.costs-affiliate-item:nth-child(4){
		margin-top:-1rem;
	}
	/*広告運用社が覚えるべきアフィリエイトの承認について｜全承認で気をつけること*/
	  .img-alliance-approval {
    max-width: 340px;
		  width: 100%;
  }
  .alliance-approval-list {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 80px;
  }
  .alliance-approval-list .alliance-approval-item h4 {
    width: 144px;
  }
  .alliance-approval-item img {
    height: 60px;
  }
  .alliance-approval_action li:nth-of-type(1) {
    left: 0px;
  }
  .alliance-approval_action li:nth-of-type(2) {
    right: 0;
  }
  .alliance-approval_action li:nth-of-type(3) {
    bottom: -40px;
  }
	
.affiliate-approval-pyramid-item-sp {
    display: block;
    max-width: 320px;
    margin: 40px auto 0;
  }
  .affiliate-approval-pyramid-item p {
    display: none;
  }
  .affiliate-approval-pyramid-item-sp li + li {
    margin-top: 28px;
  }
  .affiliate-approval-pyramid-item-sp li h5 {
    background: #f8955d;
    font-size: 1.8rem;
    padding: 12px;
    font-weight: bold;
    text-align: center;
    margin: 0;
  }
  .affiliate-approval-pyramid-item-sp li:nth-child(1) h5 {
    color: #fff;
  }
  .affiliate-approval-pyramid-item-sp li:nth-child(2) h5 {
    background: #ffc978;
	  color: #333;
  }
  .affiliate-approval-pyramid-item-sp li:nth-child(3) h5 {
    background: #ffe6b8;
	  color: #333;
  }
  .affiliate-approval-pyramid-item-sp p {
    background: #fcd5be;
    padding: 16px 30px;
    line-height: 1.5;
    margin: 0;
  }
  .affiliate-approval-pyramid-item-sp li:nth-child(2) p {
    background: #ffe9c9;
  }
  .affiliate-approval-pyramid-item-sp li:nth-child(3) p {
    background: #fff5e3;
  }
    .img-about-affiliate.approval {
    max-width: 340px;
		width: 100%;
  }
  ul.aa-item-list li.about-affiliate-item.approval {
    margin-top: 206px;
  }
  .approval_text-list li::before {
    width: 80px;
  }
  .main-txt .approval_text-list .txt02 {
    top: 126px;
  }
  .approval_text-list .txt02::before {
    bottom: 40px;
  }
  .approval_text-list .txt02::after {
    top: -25px;
    left: calc(50% - 44px);
  }
  .main-txt .img-about-affiliate .approval_text-list .txt01,
  .approval_text-list .txt03 {
    top: 236px !important;
    transform: none !important;
    width: 136px;
  }
  .main-txt .approval_text-list .txt01 {
    right: 10px;
    left: auto;
  }
  .main-txt .approval_text-list .txt03 {
    left: 30px;
  }
  .approval_text-list .txt01::before,
  .approval_text-list .txt03::before {
    width: 80px;
    top: -55px;
  }
  .approval_text-list .txt01::after,
  .approval_text-list .txt03::after {
    top: -90px;
  }
  .approval_text-list .txt01::before {
    left: auto;
    right: 0px;
  }
  .approval_text-list .txt01::after {
    left: 52px;
  }
  .approval_text-list .txt03::before {
    left: 50px;
  }
  .approval_text-list .txt03::after {
    left: 46px;
  }
.pdca-item::after{
	border-width: 8px 8px 0 8px;
	top:calc(50% - 2px);
	left:calc(103% + 2px);
}
.pdca-item:nth-child(2)::after{
	top:calc(103% + 6px);
	left:calc(50% - 8px);
}
.pdca-item:nth-child(3)::after{
	top:calc(50% - 2px);
	right:calc(103% + 2px);
}
.pdca-item:nth-child(4)::after{
	bottom:calc(103% + 6px);
	left:calc(50% - 8px);
}
.img-pdca .pdca-item h4{
	font-size:2.4rem;
	margin:0;
}
.img-pdca .pdca-item p{
	padding:0;
	font-weight:normal;
}
.img-pdca .pdca-item p::before,
.img-pdca .pdca-item p::after{
	display:none;
}
.img-example-persona-setting{
	flex-direction:column;
}
.img-example-persona-setting figure{
	margin:0 auto 12px;
	min-width:180px;
	width:180px;
}
.persona-setting-info-box{
	width:100%;
	margin-left:40px;
}
/*A8.netを使ってアフィリエイトする
手順とコツ*/
.img-self-affiliation{
	max-width:320px;
}
.self-affiliation-item .self-affiliation-item--subject h4{
	font-size:1.6rem;
}
.self-affiliation-item--subject h4 + figure{
	height:100px;
	padding:2px 12px;
}
.self-affiliation-item--subject .illust-blog{
	margin:-12px 0 30px;
}
.self-affiliation-item--subject .illust-blog h5{
	position:absolute;
	bottom:0;
	left:30%;
	transform:translateX(-50%);
}
.self-affiliation-item--subject .illust-blog div{
	border:2px solid #36bfab;
	padding:12px 8px 112px;
}
.self-affiliation-item:nth-child(1) .self-affiliation-item--action li:nth-child(1){
	width:171px;
	height:auto;
	line-height:1.5;
	text-indent:-1em;
	padding:8px 8px 8px calc(8px + 1em);
	text-align:justify;
	left:10px;
	bottom:44px;
}
.self-affiliation-item:nth-child(1) .self-affiliation-item--action li:nth-child(2){
	width:144px;
	top:calc(50% + 12px);
	left:36px;
	transform:translateY(-50%);
}
.self-affiliation-item:nth-child(1) .self-affiliation-item--action li:nth-child(2)::before,
.self-affiliation-item:nth-child(1) .self-affiliation-item--action li:nth-child(2)::after{
	height:136px;
	right:calc(100% + 22px);
	top:calc(50% - 80px);
}
.self-affiliation-item:nth-child(1) .self-affiliation-item--action li:nth-child(2)::after{
	height:24px;
	top:calc(50% + 34px);
	right:calc(100% + 14px);
}
.self-affiliation-item:nth-child(1) .self-affiliation-item--action li:nth-child(3){
	left:calc(80% - 56px);
}
.self-affiliation-item:nth-child(1) .self-affiliation-item--action li:nth-child(3)::before,
.self-affiliation-item:nth-child(1) .self-affiliation-item--action li:nth-child(3)::after{
	width:56px;
	bottom:calc(100% + 8px);
	left:calc(50% - 42px);
}
.self-affiliation-item:nth-child(1) .self-affiliation-item--action li:nth-child(3)::after{
	width:24px;
	bottom:calc(100% + 24px);
	left:calc(50% - 13px);
}
.self-affiliation-item:nth-child(2) .self-affiliation-item--action li{
	left:58%;
	top:14%;
}
.self-affiliation-item:nth-child(2) .self-affiliation-item--action li::before,
.self-affiliation-item:nth-child(2) .self-affiliation-item--action li::after{
	width:100px;
	left:calc(50% - 122px);
}
.self-affiliation-item:nth-child(2) .self-affiliation-item--action li::after{
	width:24px;
	top:auto;
	bottom:calc(100% - 48px);
	left:calc(50% - 118px);
	transform:rotate(-15deg);
}
/*
【ここがポイント】Twitterアフィリエイトで確実に稼ぐには？始め方から集客方法まで徹底解説
*/
.img-how-to-twitter-affiliate{
	max-width:320px;
}
.img-how-to-twitter-affiliate ul{
	flex-wrap:wrap;
}
.htta-item:nth-child(1){
	width:82%;
}
.htta-item:nth-child(2),
.htta-item:nth-child(3){
	margin-top:120px;
	width:50%;
}
.htta-item:nth-child(3){
	width:40%;
	margin-left:10%;
}
.htta-item .htta-item--subject h4{
	font-size:1.6rem;
}
.htta-item:nth-child(2) .htta-item--subject,
.htta-item:nth-child(3) .htta-item--subject{
	position:relative;
}
.htta-item:nth-child(2) .htta-item--subject::after,
.htta-item:nth-child(3) .htta-item--subject::after{
	content:"";
	height:236px;
	width:4px;
	background:#F4B271;
	position:absolute;
	bottom:calc(100% + 22px);
	left:36px;
}
.htta-item:nth-child(3) .htta-item--subject::after{
	height:410px;
	background:#5A9EDB;
	left:92px;
}
.htta-item:nth-child(2) .htta-item--action li:nth-child(1){
	display:none;
}
.htta-item:nth-child(2) .htta-item--action li:nth-child(2){
	top:400px;
	left:36%;
}
.htta-item:nth-child(2) .htta-item--action li:nth-child(2)::before,
.htta-item:nth-child(2) .htta-item--action li:nth-child(2)::after{
	width:300px;
	top:-52px;
	left:calc(50% - 130px);
	transform:rotate(50deg);
}
.htta-item:nth-child(2) .htta-item--action li:nth-child(2)::after{
	width:24px;
	top:52px;
	left:calc(100% + 57px);
	transform:rotate(95deg);
}
.htta-item:nth-child(3) .htta-item--action li{
	top:380px;
	left:80%;
}
.htta-item:nth-child(3) .htta-item--action li::before,
.htta-item:nth-child(3) .htta-item--action li::after{
	width:130px;
	top:-320px;
	left:calc(50% - 100px);
}
.htta-item:nth-child(3) .htta-item--action li::after{
	width:24px;
	top:-328px;
	left:calc(50% - 102px);
}
/*アフィリエイト　初心者*/
.img-affiliate-revenue-flow{
	padding-bottom:0;
}
.img-affiliate-revenue-flow > ul{
	padding-bottom:2.4rem;
	position:relative;
}
.affiliate-revenue-flow-item:nth-child(3),
.affiliate-revenue-flow-item:nth-child(4){
	margin-top:160px;
}
.affiliate-revenue-flow-item .arfi-subtitle h3{
	font-size:1.6rem;
}
.arfi-subtitle figure{
	width:80px;
	margin:0 auto;
}
.affiliate-revenue-flow-item:nth-child(2) .arfi-subtitle figure{
	width:60px;
}
.affiliate-revenue-flow-item:nth-child(3) .arfi-subtitle figure{
	width:60px;
}
.affiliate-revenue-flow-item:nth-child(4) .arfi-subtitle figure{
	width:110px;
}
.arfi-subtitle .img-blog{
	margin:-20px auto 0;
	position:relative;
	top:0;
	left:0;
	width:150px;
	height:170px;
	padding:30px 20px;
}
.arfi-subtitle .img-blog h4{
	font-size:1.6rem;
}
.arfi-action-list li span{
	display:none;
}
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li:nth-child(1), .affiliate-revenue-flow-item:nth-child(4) .arfi-action-list li:nth-child(1){
	text-indent:0;
	padding-left:0;
}
.affiliate-revenue-flow-item:nth-child(1) .arfi-action-list li,
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li:nth-child(2){
	top:34%;
	left:calc(25% - 0.8rem - 24px);
}
.affiliate-revenue-flow-item:nth-child(1) .arfi-action-list li:nth-child(2){
	left:calc(25% + 0.8rem + 24px);
}
.affiliate-revenue-flow-item:nth-child(1) .arfi-action-list li::before,
.affiliate-revenue-flow-item:nth-child(1) .arfi-action-list li::after{
	height:160px;
	top:calc(50% - 80px);
}
.affiliate-revenue-flow-item:nth-child(1) .arfi-action-list li::after{
	height:20px;
	top:calc(50% + 64px);
}
.affiliate-revenue-flow-item:nth-child(1) .arfi-action-list li:nth-child(2)::before{
	left:auto;
	right:calc(100% + 12px);
}
.affiliate-revenue-flow-item:nth-child(1) .arfi-action-list li:nth-child(2)::after{
	left:auto;
	right:calc(100% + 5px);
	top:calc(50% + 64px);
}
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li:nth-child(1){
	top:12%;
}
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li:nth-child(1)::before,
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li:nth-child(1)::after{
	width:70px;
	left:calc(50% - 35px);
}
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li:nth-child(1)::after{
	width:20px;
	left:calc(50% - 38px);
}
.affiliate-revenue-flow-item:nth-child(2) .arfi-action-list li:nth-child(2),
.affiliate-revenue-flow-item:nth-child(4) .arfi-action-list li:nth-child(2){
	left:calc(75% + 0.8rem + 24px);
	top:42%;
}
.affiliate-revenue-flow-item:nth-child(4) .arfi-action-list li:nth-child(1){
	top:76%;
	left:calc(62.5% - 28px);
}
.affiliate-revenue-flow-item:nth-child(4) .arfi-action-list li:nth-child(1)::before,
.affiliate-revenue-flow-item:nth-child(4) .arfi-action-list li:nth-child(1)::after{
	width:40px;
	height:2px;
	top:calc(100% + 4px);
	left:auto;
	right:0;
}
.affiliate-revenue-flow-item:nth-child(4) .arfi-action-list li:nth-child(1)::after{
	transform:rotate(-45deg);
	width:20px;
	top:calc(100% - 3px);
	left:auto;
	right:24px;
}
.affiliate-revenue-flow-item:nth-child(4) .arfi-action-list li:nth-child(2){
	left:calc(75% - 0.8rem - 24px);
}
.affiliate-revenue-flow-item:nth-child(4) .arfi-action-list li:nth-child(2)::before,
.affiliate-revenue-flow-item:nth-child(4) .arfi-action-list li:nth-child(2)::after{
	transform:none;
	width:2px;
	height:200px;
	top:calc(50% - 100px);
	left:calc(100% + 12px);
}
.affiliate-revenue-flow-item:nth-child(4) .arfi-action-list li:nth-child(2)::after{
	height:20px;
	transform:rotate(45deg);
	top:calc(50% + 84px);
	left:calc(100% + 19px);
}
.arfi-action-list_sp{
	margin-top:24px;
}
.img-affiliate-revenue-flow .arfi-action-list_sp h3{
	border:none;
	background:#333;
	font-size:2.0rem;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin:24px auto 8px;
}
.arfi-action-list_sp ol li{
	line-height:1.5;
	font-size:1.6rem;
	color:#81b2e8;
}
.arfi-action-list_sp ol li:nth-child(2),
.arfi-action-list_sp ol li:nth-child(6){
	color:#53d3c3;
}
.arfi-action-list_sp ol li:nth-child(3),
.arfi-action-list_sp ol li:nth-child(4){
	color:#f4b271;
}
.purchasing-flow {
	width: 100%;
	height: auto;
}
.purchasing-flow::after {
	width: 160px;
	height: 160px;
	right: 0;
	bottom: auto;
	margin: auto;
}
.purchasing-flow dt {
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.purchasing-flow dd {
	display: block;
	padding: 10px;
	position: static;
}
.purchasing-flow dt:nth-of-type(1) {
	order: 1;
}
.purchasing-flow dt:nth-of-type(2) {
	order: 2;
}
.purchasing-flow dt:nth-of-type(3) {
	order: 3;
}
.purchasing-flow dt:nth-of-type(4) {
	order: 4;
}
.purchasing-flow dd:nth-of-type(1) {
	margin-top: 10px;
	order: 5;
}
.purchasing-flow dd:nth-of-type(2) {
	order: 6;
}
.purchasing-flow dd:nth-of-type(3) {
	order: 7;
}
.purchasing-flow dd:nth-of-type(4) {
	order: 8;
}
.purchasing-flow dd > strong {
	display: inline-block;
	margin-right: 1em;
	width: auto;
	line-height: 1.5;
}
.purchasing-flow dd:last-of-type::before, .purchasing-flow::before {
	display: none;
}
ol.skill-flow {
	flex-direction: column;
	margin: auto;
	align-items: center;
}
.skill-flow li {
	width: 75%;
	margin-bottom: 40px;
}
.skill-flow li:last-child {
	margin-bottom: 0;
}
.skill-flow li + li::before {
	width: 50px;
	height: 20px;
	top: -30px;
	left: 0;
	right: 0;
	bottom: auto;
	background:linear-gradient(to bottom left, #D4F2E3 50%, transparent 50%) top left/ 50% 100% no-repeat,
    linear-gradient(to bottom right, #D4F2E3 50%, transparent 50%) top right / 50% 100% no-repeat;
}
ol.choose-genre-flow {
	flex-direction: column;
}
.choose-genre-flow > li {
	width: 100%;
}
.choose-genre-flow > li + li {
	margin-top: 30px;
}
.choose-genre-flow::before {
	display: none;
}
.choose-genre-flow01,
.choose-genre-flow02 {
	position: relative;
}
.choose-genre-flow01::before,
.choose-genre-flow02::before {
	content: "";
	display: block;
	background: #222;
	width: 2px;
	height: calc(100% + 30px);
	position: absolute;
	left: 10px;
	top: 0;
}
.choose-genre-flow p.chose-genre {
	width: 80%;
	margin: auto;
}
.narrow-down-target > li {
	width: 100%;
}
}