@charset "utf-8";

/*
frame
専用額
*/

#SecOtherProducts ul li:nth-child(1),
#SecOtherProducts ul li:nth-child(2){
	display: none;
}

/* #Sec01
-----------------------------------------------------------------*/
.frame #Sec01{
	margin-top: 40px;
	padding: 0 80px;
}
.frame #Sec01 .inner{
	max-width: 960px;
	margin: 0 auto;
}
.frame #Sec01 .under_ttl{
	margin-top: 50px;
}
.frame #Sec01 .top_box{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.frame #Sec01 .top_box .txt{
	width: 58%;
}
.frame #Sec01 .top_box .img{
	width: 38%;
}
.frame #Sec01 .top_box .img img{
	width: 100%;
	height: auto;
}
.frame #Sec01 .txt span{
	font-weight: 700;
}
.frame #Sec01 .part{
	margin-top: 60px;
}

.frame #Sec01 .box_01{
}
.frame #Sec01 .box_01 .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 40px;
}
.frame #Sec01 .box_01 .flex .flex_ttl{
	width: 178px;
  text-align: center;
  padding: 8px 0;
  color: #ffffff;
  background: #7F7F98;
 }
.frame #Sec01 .box_01 .flex .txt_box{
	width: calc( 100% - 220px);
}
.frame #Sec01 .box_01 .flex .img_box{
	display: flex;
	margin-top: 30px;
	flex-wrap: wrap;
}
.frame #Sec01 .box_01 .flex .img_box .img{
	margin-right: 20px;
}
.frame #Sec01 .box_01 .flex .img_box .img .cap{
	margin-top: 10px;
}

.frame #Sec01 .box_03{
	padding-bottom: 70px;
}
.frame #Sec01 .box_03 .link_btn{
	margin-top: 20px;
}
.frame #Sec01 .box_04{
	padding-bottom: 70px;
}
.frame #Sec01 .box_04 .link_btn{
	margin-top: 20px;
}


@media screen and (max-width: 1020px) {
/* 1020pxまでの幅の場合に適応される */


/* 1020pxまでの幅の場合に適応される */
}

@media screen and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */

/* #Sec01
-----------------------------------------------------------------*/
.frame #Sec01{
	padding: 0 50px;
}

.frame #Sec01 .top_box{
	display: block;
}
.frame #Sec01 .top_box .txt{
	width: 100%;
}
.frame #Sec01 .top_box .img{
	width: 100%;
	margin-top: 20px;
}

.frame #Sec01 .box_01{
}
.frame #Sec01 .box_01 .flex{
	display: block;
}
.frame #Sec01 .box_01 .flex .txt_box{
	width: 100%;
	margin-top: 20px;
}
.frame #Sec01 .box_01 .flex .img_box{
	display: block;
}
.frame #Sec01 .box_01 .flex .img_box .img{
	width: 100%;
	margin: 20px auto 0;
}
.frame #Sec01 .box_01 .flex .img_box .img.mini{
	width: 60%;
	margin: 20px auto 0;
}
.frame #Sec01 .box_01 .flex .img_box .img img{
	width: 100%;
	height: auto;
}

.frame #Sec01 .box_03{
	padding-bottom: 0;
}
.frame #Sec01 .box_03 .link_btn{
	margin-top: 20px;
}
.frame #Sec01 .box_04{
	padding-bottom: 0;
}
.frame #Sec01 .box_04 .link_btn{
	margin-top: 20px;
}


/* 767pxまでの幅の場合に適応される */
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */


/* 640pxまでの幅の場合に適応される */
}