@charset "UTF-8";
/* CSS Document */
.recommend__wrap {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  width: 94%;
}

.ttl_wrap h2.title {
  font-weight: normal;
  color: #231815;
}
.contents .ttl_wrap {
  padding-bottom: 38px;
}

.contents {
  width: 768px;
  max-width: 100%;
  margin: 0   auto;
}

.contents .recommend__wrap {
  text-align: center;
}

.contents .recommend__wrap .text {
  font-size: 0.8125em;
  line-height: 1.846;
  padding-bottom: 60px;
}

.recommend__explain {
  background-color: #e6e9e2;
  padding-top: 65px;
  padding-bottom: 65px;
}

.recommend__explain .recommend__explain__inner {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}

.recommend__explain .recommend__explain__inner section {
    display: flex;
    margin-bottom: 80px;
    justify-content: space-between;
}

.recommend__explain .recommend__explain__inner section:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.recommend__explain .recommend__explain__inner section:nth-of-type(2n) .section__inner {
  margin-right: 0px;
  margin-left: 46px;
}

.recommend__explain .recommend__explain__inner section .section__inner {
    width: 42%;
    padding-left: 4%;
}

.recommend__explain .recommend__explain__inner section .section__inner h3 {
  font-size: 1.25em;
  padding-left: 46px;
  position: relative;
  font-weight: normal;
  padding-bottom: 40px;
}

.recommend__explain .inner_text .name {
    margin-bottom: 0.75em;
}
.recommend__explain .inner_text .name::after{
    width: 70px;
}
.recommend__explain .recommend__explain__inner section .section__inner h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #4fb890;
  position: absolute;
  top: 8%;
  left: 0;
  margin: 0　0;
  box-sizing: border-box;
}

.recommend__explain .recommend__explain__inner section .section__inner h3::after {
  content: "";
  display: block;
  width: 30px;
  background: #55b692;
  height: 1px;
  margin-top: 20px !important;
}

.recommend__explain .recommend__explain__inner section .section__inner p {
  font-size: 0.8125em;
  line-height: 1.7;
}

.recommend__explain .recommend__explain__inner section img {
    max-width: 320px;
}

.recommend__explain .inner_text {
/*    width: 48%;*/
    padding-left: 0;
}
.recommend__explain .flex_wrap:nth-of-type(2n) {
    flex-direction: row-reverse;
}
.recommend__explain .inner_text .name::before {
    content: "▼";
    position: absolute;
    left: -35px;
    transform: rotate(-90deg);
    color: #55b692;
    font-size: 0.6em;
}
.cm_link_list .inner_img {
	max-width: 320px;
}


@media only screen and (max-width: 690px) {
  .recommend__explain .recommend__explain__inner {
    display: block;
    width: 94%;
  }
  .recommend__explain .recommend__explain__inner section {
    display: block;
  }
  .recommend__explain .recommend__explain__inner section:nth-of-type(2n) {
    flex-direction: row;
  }
  .recommend__explain .recommend__explain__inner section:nth-of-type(2n) .section__inner {
    margin-left: 0px;
  }
  .recommend__explain .recommend__explain__inner section .section__inner {
    margin-right: 0px;
  }
  .recommend__explain .recommend__explain__inner section .section__inner p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 530px) {
	.recommend__explain .inner_text{
		width: 100%;
	}
	.recommend__explain .inner_text .name::before{
		left: -5%;
	}
	.cm_link_list .inner_img {
    width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
