#top{
	margin-bottom: 125px;
}
.flex-items{
	width: 100%;
	margin: 0 auto;
	/* background-color: #eee; */
	justify-content: space-between;
}
.mb100{
	margin-bottom: 100px;
}

.flex-item{
display: flex;
justify-content: space-between;
}


.flex-item:not(:last-child){
margin-bottom: 50px;
}


.flex-item:nth-child(odd){
flex-direction: row-reverse;
}


.flex-item__img {
width: 50%;
align-items: center;
/* padding-right: 10px; */
}
.flex-item__img img{
width:  100%;
height: auto;
object-fit: cover;
}
/* .inner_np{
	padding: 50px 60px;
} */

.flex-item__txt{
width: 50%;
/* background-color: #fff; */
}
.inner_txt{
	/* background-color: red; */
	width: 90%;
	margin: 0 auto;
	padding-top: 20%;
}
.inner_txt h3{
	font-size: 2rem;
	margin-bottom: 20px;
}
/* .flex-item__txt h2 {
font-size: 18px;
padding: 10px 0;
} */
.flex-item__txt p{
font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.price{
	opacity: 0.5;
}
.small{
	font-size: 1rem;
}
.m_btn{
	margin: auto 3rem;
	margin-bottom: 4%;
}
.m_btn{
    /*線の基点とするためrelativeを指定*/
  position:relative;
    /*リンクの形状*/
  color:#333;
    padding: 10px 50px 10px 30px;

  display:inline-block;
    text-decoration: none;
    outline: none;
}

	.m_btn_sp{
	display: none;
	}

/*線の設定*/
.m_btn::before,
.m_btn::after{
  content:'';
    /*絶対配置で線の位置を決める*/
  position:absolute;
  z-index:1;
  bottom:0;
  left:0;
     /*線の形状*/
  background:#333;
  width:100%;
  height:2px;
    /*アニメーションの指定*/
  transition:all 0.3s ease-in-out;
}

 /*hover時に伸びる線の形状*/
.m_btn::after{
  width:0;
  background:#ccc;
}

 /*hover時に100%に伸びる*/
.m_btn:hover::after {
  width:100%;
}

 /*矢印の設定*/
.m_btn span::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 1.3em;
    right: 20px;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hover時に矢印が移動*/
.m_btn:hover span::after {
  right:15px;
}


@media screen and (max-width: 768px) {
.flex-item{
flex-direction: column;
align-items: center;
/* padding: 0 60px; */
}
.flex-item:nth-child(odd) {
flex-direction: column;
}
.flex-item__img {
width: 100%;
height: 250px;
padding-bottom: 30px;
}
.flex-item__txt {
width: 100%;
}
  .lineup01 #top .inner_np .inner
{
    background-image: none;
  }
#top .txt{
	padding-bottom: 0;
}
#top{
	margin-bottom: 50px;
}
}

@media screen and (max-width: 400px){
	.flex-items{
	width: 100%;
	margin: 0 auto;
	/* background-color: black; */
	}
	.flex-item{
	width: 100%;
	/* background-color: white; */
	margin: 0 auto;
	text-align: center;
	/* display: block; */
	}



}
