@charset 'utf-8';

/* ==============================================
 *
 * Page -- news
 *
 * =========================================== */

/* main visual
-------------------------------- */
.mv {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width:769px) , print{
  .mv {
    width: 100%;
    height: calc(100vw * 0.2857);
    background-image: url(../../images/herbfourwaycrossbredpork/mv.jpg);
  }
  .mvWord {
  }
}
@media screen and (max-width:768px) {
  .mv {
    height: calc(100vw * 0.8);
    background-image: url(../../images/herbfourwaycrossbredpork/mv_sp.jpg);
  }
  .mvWord {
  }
  .mvWord img {
    width: calc(100vw * 0.52);
    height: auto !important;
  }
}


/* main
-------------------------------- */
main {
  margin: 0;
  padding: 0;
  line-height: 2.0;
}
main h2 {
  border-bottom: 1px solid #8cc63f;
	color: #00574f;
}
@media screen and (min-width:769px) {
  main {
    margin: 0;
    padding: 20px 0;
  }
  main section {
    margin: 0;
    padding: 60px calc(100vw * 0.03);
    font-size: 1.5rem;
  }
  main h2 {
    margin: 0 0 30px 0;
    padding: 0 0 5px 0;
    font-size: 2.6rem;
    font-weight: bold;
  }
}
@media screen and (max-width:768px) {
  main {
    margin: 0;
    padding: 20px 0;
  }
  main section {
    margin: 0;
    padding: 20px 20px;
    font-size: 1.5rem;
  }
  main h2 {
    margin: 0 0 18px 0;
    padding: 0 0 6px 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
}


/* contents
-------------------------------- */
.sectionCase figure {
  text-align: left;
}
.sectionCase figure img {
  max-width: 100%;
	width: 100%;
}
.sectionTitle{
	padding-bottom: 0px;
}
@media screen and (min-width:769px) {
  .sectionCase {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .sectionCase .col-2 {
    width: 54%;
  }
  .sectionCase figure {
		width: 41%;
		text-align: left;
		margin-right: 0;
		font-size: 13px;
  }
	.sectionCase.full{
		flex-wrap: wrap;
	}
	.sectionCase.full figcaption {
    width: 100%;
  }
  .sectionCase.full figure {
		width: 58%;
    text-align: center;
    margin: 0 auto;
		margin-top: 40px;
  }
	.sectionCase.full figure span{
		display: block;
		text-align: left;
	}
	.sectionTitle .wrap{
		background: #e5eeed;
		padding: 45px 40px;
	}
	.sectionTitle h2{
		color: #333333;
		font-size: 26px;
		text-align: center;
		border-bottom:none;
		margin: 0;
	}
	.sectionTitle h2 span{
		display: block;
		font-size: 20px;
	}
	.sp-only{
		display: none;
	}
	.bbLineNone{
		border-bottom: none;
	}
}
@media screen and (max-width:768px) {
  .sectionCase .col-2 {
    width: 100%;
    margin-bottom: 26px;
  }
  .sectionCase figure {
    margin: 0;
    padding: 0;
  }
	.sectionTitle .wrap{
		background: #e5eeed;
		padding: 17px 5%;
	}
	.sectionTitle h2{
		color: #333333;
		font-size: 19px;
		text-align: center;
		border-bottom:none;
		margin: 0;
	}
	.sectionTitle h2 span{
		display: block;
		font-size: 14px;
	}
	.sp-only{
		display: block;
	}
}

.sectionCase.full figure.fullWidthImage{
  width: 100%;
}