.wrap {
  width: 976px;
  margin: 0 auto;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
ul,li{
	list-style: none;
}
.sp-only{
	display: none;
}
.pc-only{
	display: block;
}
.main .mainvisual{
	line-height: 0;
  background-color: #ededed;
  height: 200px;
  display: flex;
  vertical-align: middle;
}
.main .mainvisual h2{
  margin: 0 auto;
  width: 976px;
  display: flex;
  align-items: center;
}
.main .mainvisual h2 span{
  display: block;
  font-size: 36px;
  line-height: 1.2;
}
.main .mv{
  margin: 0 auto;
}
.main .mv img{
  width: 100%;
  height: auto;
  border-bottom: 1px solid #cccccc;
}
.main .nav {
  margin: 40px auto 0;
  box-sizing: border-box;
}
.main .nav ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
  flex-wrap: wrap;
}
.main .nav li {
  width: 50%;
  padding: 12px 0;
  box-sizing: border-box;
}
.main .nav li:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 36%;
  right: 8.5px;
}
.main .nav a{
  line-height: 0;
  color: #0273ab;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  transition: .3s;
  padding: 0em 1em;
}
.main .nav a:hover{
  opacity: 0.7;
}

.car-supplies{
  text-align: center;
}
.car-supplies p.txt_read{
  font-size: 22px;
  line-height: 2;
  margin-bottom: 20px;
}
.car-supplies p.note{
  font-size: 14px;
  line-height: 2;
}

.block-link{
	margin: 40px 0 0;
}
.block-link .bnr{
	line-height: 0;
	background-color: #ededed;
  height: 200px;
  vertical-align: middle;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}
.block-link#strada .bnr{
  background-color: #f0f3f8;
}
.block-link#gorilla .bnr{
  background-color: #f0f8f0;
}
.block-link .bnr h3{
  margin: 0 auto;
  width: 976px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-link .bnr h3 span.mv_ttl {
  display: block;
  font-size: 36px;
  line-height: 1.2;
}
.block-link .bnr .bnr_img{
  
}
.block-link .bnr p.bnr_btn_comparison{
  /*position: absolute;
  bottom: 16px;
  right: 498px;
  margin: -55px auto 0;*/
  padding: 10px 1px 0 0;
  display: inline-block;
}
.block-link .bnr p.bnr_btn_comparison a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #6e7176;
  font-weight: bold;
  position: relative;
  padding: 18px 16px 18px 0;
  font-size: 13px;
  width: 220px;
  transition: .3s;
  margin: 0 auto;
}
.block-link .bnr p.bnr_btn_comparison a:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 35.5%;
  right: 20px;
}
.block-link .bnr p.bnr_btn_comparison a:hover{
  opacity: 0.7;
}

.block-link .link ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.block-link .link.gorilla ul{
	justify-content: center;
}
.block-link .link li a{
  font-weight: bold;
  position: relative;
  text-decoration: none;
  display: block;
  background: #fff;
  color: #222222;
  padding: 18px 20px 18px 0px;
  width: 168px;
  text-align: center;
  font-size: 18px;
  border: 2px solid #222;
}
.block-link .link.gorilla li a{
	width: 285px;
	margin:0 5px;
}
.block-link .link li i{
	position: absolute;
	top:0;
	right:0;
	font-style: normal;
	display: inline-block;
	width: 25px;
	height: 34px;
	padding: 10px 0;
}
.block-link .link li i:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px #222;
  border-right: solid 1px #222;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 36%;
  right: 8.5px;
}

.bnr_campaign{/*2020/07/14追加*/
	text-align: center;
  margin-top: 30px;
}
.bnr_campaign a{/*2020/07/14追加*/
	transition: .3s;
}
.bnr_campaign a:hover{/*2020/07/14追加*/
	opacity: 0.7;
}

.common_series .block_ttl{
  color: #222;
  background: #fff;
  border-bottom: 2px solid #222;
  position: relative;
  margin: 100px 0 30px;
  padding: 25px 0 22px;
}
/*.common_series .block_ttl:after{
	content:"";
	width: 100%;
	height: 2px;
	display: inline-blcok;
	position: absolute;
	bottom:-3px;
	border-bottom:2px solid #0a0a0a;
}*/
.common_series .block_ttl .wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;	
	align-items: center;	
}
.common_series .block_ttl h3{
	font-weight: normal;
	font-size: 34px;	
}
.common_series .block_ttl ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.common_series .block_ttl li a{
	text-decoration: none;
	display: block;
	text-align: center;
	color: #fff;
	background: #6e7176;
	font-weight: bold;
	position: relative;
	border-right:1px solid #fff;
	padding: 12px 16px 11px 0;
	font-size: 13px;
	width: 190px;
}
.common_series .block_ttl li a:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 35.5%;
  right: 20px;
}
.common_series .lead{
	font-size: 18px;
}
.common_series .box{
	background: #f4f4f4;
	position: relative;
	margin: 60px 0 0;
}
.common_series .box__inner{
	padding: 45px 30px 27px;	
}
.common_series .box .label ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: absolute;
	top:0;
	left:0;
}
.common_series .box .label_map{
	position: absolute;
	top:20px;
	right:20px;
	background: #3ea9a1;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 20px;
	font-weight: bold;
	line-height: 1.4;
}
.common_series .box .label li{
	font-weight: bold;
	background: #404040;
	color: #fff;
	font-size: 16px;
  padding: 5px 10px;
	margin-right: 1px;
}
.common_series .box .label li.new{
	background: #be0000;
}
.common_series .box h4{
	font-weight: bold;
	font-size: 21px;	
	line-height: 1.5;
	padding-left: 5px;
}
.common_series .box h4 span.new {
  font-weight: bold;
  background: #be0000;
  color: #fff;
  font-size: 14px;
  padding: 3px 7px;
  margin: 0 0 4px 4px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: bottom;
}
.common_series .prd{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin: 20px 0 25px;
}
.common_series .prd .prd__pic{
	margin:0 25px 0 5px;
}
.common_series .prd .prd__txt{
	width: 550px;
}
.common_series .prd .prd__txt dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.common_series .prd .prd__txt dl.mt-30{
	margin-top: -30px;
}
.common_series .prd .prd__txt dd{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	line-height: 0;
}
.common_series .prd .prd__txt dt{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 28px;
}
.common_series .prd .prd__txt dt .star{
	color: #008aff;
	font-size: 50%;
  top: -10px;
  left:3px;
}
.common_series .prd .prd__txt dt.mb0{
	margin-bottom: 0;
}
.common_series .prd .prd__txt dt span.f1x_premium{
  position: relative;
  top: 16px;
  vertical-align: -12px;
  padding-left: 5px;
}
.common_series .prd .prd__txt dt span.f1x {
  padding-left: 5px;
  position: relative;
  top: 10px;
}
.common_series .prd .prd__txt dd span{
	padding-left: 4px;
}
.common_series .prd .prd__txt p{
	line-height: 1.4;
	font-size: 14px;
	margin:0 0 20px;
}
.common_series .prd .prd__txt .prd__ico{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.common_series .prd .prd__txt .prd__ico li{
	margin-left: 19px;
}
.common_series .prd .prd__txt .prd__ico.m15 li{
	margin-left: 15px;
}
.common_series .prd .prd__txt .prd__ico.m12 li{/*20200518追加*/
	margin-left: 12px;
}
.common_series .prd .prd__txt .prd__ico.m5 li{/*20210928追加*/
	margin-left: 5px;
}
.common_series .prd .prd__txt .prd__ico li:first-child{
	margin-left: 0;
}
.common_series .spec .spec__inner{
	background: #fff;
	border-top:1px solid #d0d0d0;
	margin:0 0 20px;
}
.common_series .spec .spec__inner ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.common_series .spec .spec__inner li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	font-weight: bold;
	text-align: left;
	position: relative;
	width: 183px;
	height: 42px;
	line-height: 1.2;
	font-size: 12px;
	border-bottom:1px solid #d0d0d0;
	box-sizing: border-box;
	padding:0 0 0 12px;
}
.common_series .spec .spec__inner li.sp-only{
	display: none;
}
.common_series .spec .spec__inner .off{
	color: #c8c8c8;
	font-weight: normal;
}
.common_series .spec .spec__inner li:before{
  content: "";
  border-right: 1px solid #ccc;
  width: 1px;
  height: 20px;
  position: absolute;
  left:-1px;
}
.common_series .spec .spec__inner li:nth-child(5):after,
.common_series .spec .spec__inner li:nth-child(10):after,
.common_series .spec .spec__inner li:nth-child(15):after,
.common_series .spec .spec__inner li:nth-child(20):after,
.common_series .spec .spec__inner li:nth-child(25):after{
  content: "";
  border-right: 1px solid #ccc;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
}
.common_series .spec .spec__inner li span{
	position: relative;
}
.common_series .spec .spec__inner li sup{
  font-weight: normal;
  -webkit-transform:scale(0.7);
  -moz-transform:scale(0.7);
  -ms-transform:scale(0.7);
  -o-transform:scale(0.7);
  transform:scale(0.7);
  display: inline-block;
  right: 3px;
  top: -4px;
  position: relative;
}
.common_series .spec .spec__inner li i{
	font-style: normal;
	font-weight: normal;
}
.common_series .spec .spec__inner p{
  text-align: center;
  background: #d0d0d0;
  font-size: 12px;
  height: 30px;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
}
.common_series .spec .note{
	font-size: 12px;
	line-height: 1.4;
}
.common_series .spec .note .star{
	color: #008aff;
}
.common_series .btn{
	background: #e4e4e4;
	text-align: center;
	padding: 5px 0;
}
.common_series .btn a{
	text-decoration: none;
	display: inline-block;	
	background: #6e7176;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding: 11px 51px 10px 31px;
	font-size: 13px;
	
}
.common_series .btn a:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 32.5%;
  right: 22px;
}

.common_option {
  padding-bottom: 100px;
}
.common_option .block_ttl {
  color: #222;
  background: #ededed;
  position: relative;
  margin: 100px 0 70px;
  padding: 70px 0;
}
.common_option .block_ttl h3 {
  font-weight: normal;
  font-size: 34px;
}
.common_option .block {
	background: #f4f4f4;
	margin-bottom: 70px;
}
.common_option .block .ttl{
	font-size: 26px;
	padding:25px;
}
.common_option .block .prd{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

}
.common_option .block .prd dl{
	width: 33.333%;
}
.common_option .block .prd dl:nth-child(2){
	border-right:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
}
.common_option .block .prd dt{
	text-align: center;
  position: relative;
}
.common_option .block .prd dt b{
	font-weight: bold;
	display: block;
	padding: 10px 0 30px;
}
.common_option .block .prd dt b a,
.common_option .block .prd__nano dt b a,
.common_option .block .prd__nano dt b a {
  color: #1f1f1f;
}
.common_option .block .prd dd{
	background: #e4e4e4;
	text-align: center;
	padding: 5px 0;
}
.common_option .block .prd dd a {
  text-decoration: none;
  display: inline-block;
  background: #6e7176;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 11px 51px 10px 31px;
  font-size: 13px;
}
.common_option .block .prd dd a:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 32.5%;
  right: 22px;
}
.common_option .block .prd__etc dl{ 

	width: 100%;
}
.common_option .block .prd__etc dt{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding-bottom: 25px;
}
.common_option .block .prd__etc dt span:nth-child(2){
	padding:0 20px;	
}
.common_option .block .prd__etc dd{
	background: #e4e4e4;
	text-align: center;
	padding: 5px 0;
}
.common_option .block .prd__etc dd a {
  text-decoration: none;
  display: inline-block;
  background: #6e7176;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 11px 51px 10px 31px;
  font-size: 13px;
}
.common_option .block .prd__etc dd a:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 32.5%;
  right: 22px;
}
.common_option .block .prd__nano{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.common_option .block .prd__nano dl{
	width: 50%;
}
.common_option .block .prd__nano dl:first-child{
	border-right:1px solid #d0d0d0;
}
.common_option .block .prd__nano dt{
	text-align: center;
}
.common_option .block .prd__nano dt b{
	font-weight: bold;
	display: block;
	padding: 10px 0 30px;
}
.common_option .block .prd__nano dt{
	text-align: center;
}
.common_option .block .prd__nano dt b{
	display: block;
	padding: 10px 0 30px;
}

.common_option .block .prd__nano dd{
	background: #e4e4e4;
	text-align: center;
	padding: 5px 0;
}
.common_option .block .prd__nano dd a {
  text-decoration: none;
  display: inline-block;
  background: #6e7176;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 11px 51px 10px 31px;
  font-size: 13px;
}
.common_option .block .prd__nano dd a:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 32.5%;
  right: 22px;
}
.common_option .block .prd__nano.biz dt{
	padding-top: 30px;
}
.common_series .prd .prd__txt dl dt a {
  color: #1f1f1f;
}
.common_series .prd .prd__txt dl dt a,
.common_series .prd .prd__pic a,
.common_series .block_ttl li a,
.block-link .link li a,
.common_series .btn a,
.common_option_block a{
	    transition: .3s;
}
.common_series .prd .prd__txt dl dt a:hover,
.common_series .prd .prd__pic a:hover,
.common_series .block_ttl li a:hover,
.block-link .link li a:hover,
.common_series .btn a:hover,
.common_option_block a:hover{
    opacity: 0.7;
}
.common_series .medal{
  display: none;
}
.common_series .medal_box ul,
.common_series .medal_box_1line ul,
.common_series .medal_box_2line ul,
.common_series .medal_box_3line ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.common_series .medal_box ul li,
.common_series .medal_box_1line ul li,
.common_series .medal_box_2line ul li,
.common_series .medal_box_3line ul li{
  border: 1px solid #c49c23;
  color: #c49c23;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  display: flex;
  padding: 5px;
  height: 80px;
  align-items: center;
}
.common_series .medal_box ul li{
  width: 31%;
  justify-content: space-around;
}
.common_series .medal_box_1line ul li{
  width: 100%;
  justify-content: center;
}
.common_series .medal_box_2line ul li{
  width: 48%;
  justify-content: space-around;
}
.common_series .medal_box_3line ul li{
  width: 31%;
  justify-content: space-around;
}
.common_series .medal_box_1line ul li span{
  padding-left: 1em;
}
.common_series .medal_box_1line.medal_silver ul li,
.common_series .medal_box_2line.medal_silver ul li,
.common_series .medal_box_3line.medal_silver ul li{
  border: 1px solid #84949a;
  color: #84949a;
}
.common_series .medal_box_1line.medal_silver ul li span,
.common_series .medal_box_2line.medal_silver ul li span{
  font-size: 18px;
  text-align: center;
}
.common_series .medal_box_3line.medal_silver ul li span{
  font-size: 17px;
  text-align: center;
}

.common_series .box .label_map-sp{
	display: none;
}
.page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.page_top a {
  color: #fff;
  text-align: center;
  background-color: rgba(110, 113, 117, 0.4);
  display: block;
  overflow: hidden;
  position: relative;
  padding: 12px 0 0;
  width: 56px;
  height: 28px;
}

/*2020/08/25追加*/
.prd dl dt span.new{
  background: #be0000;
  padding: 8px;
  color: #fff;
  vertical-align: top;
  position: absolute;
  left: 25px;
  font-weight: bold;
}
.ttl span.new{
  background: #be0000;
  padding: 6px 8px;
  margin-left: 10px;
  color: #fff;
  font-size: 15px;
  vertical-align: middle;
  font-weight: bold;
}
.common_series .prd .prd__txt dt span.f1x_premium img {
    margin-right: 10px;
}

/*2022/07/08追加 220707_ゴリラ塾！クイズキャンペーンバナー関連*/
.common_series .block_ttl#dekagorilla7{
  margin: 50px 0 30px;
}




@media screen and (max-width: 767px){
  img{
    width: 100%;
  }
  .container {
    width: auto;
    margin: 0 auto;
  }
  .wrap {
    width: 94%;
    margin: 0 auto;
  }
  .sp-only{
    display: block;
  }
  .pc-only{
    display: none !important;
  }
  .main .mainvisual {
    height: 100px;
  }
  .main .mainvisual h2 {
    width: 100%;
  }
  .main .mainvisual h2 span {
    font-size: 22px;
    padding-left: 15px;
  }
  .main .nav{
    margin: 30px auto;
    padding-bottom: 0;
  }
  .main .nav ul{
    padding-bottom: 15px;
  }
  .main .nav a {
    font-size: 15px;
    padding: 0 0 20px 10px;
  }
  .main .nav li:before{
    width: 10px;
    height: 10px;
  }
  .car-supplies p.txt_read {
    font-size: 15px;
    line-height: 1.8;
  }
  .car-supplies p.note {
    font-size: 12px;
    line-height: 1.6;
  }
  .block-link .bnr h3{
    width: 100%;
  }
  .block-link .bnr h3 span.mv_ttl{
    font-size: 22px;
    padding: 0 0 0 10px;
  }
  .block-link .bnr h3 .mv_img {
    width: 30%;
    padding-right: 10px;
  }
  .block-link .bnr {
    margin-bottom: 20px;
    height: 150px;
  }
  .block-link .bnr p.bnr_btn_comparison {
    margin: 0 auto 0 10px;
    display: block;
  }
  .block-link .bnr p.bnr_btn_comparison a{
    padding: 16px 16px 16px 0;
  }
  
  .block-link {
    margin: 15px 0 0;
  }
  .block-link .link ul{
    flex-wrap: wrap;
    justify-content: start;
  }
  .block-link .link li{
    width: 32.6%;
    margin:0 0 5px 1%;
  }
  .block-link .link li:first-child,
  .block-link .link li:nth-child(4){
    margin:0 0 5px 0;	
  }
  .block-link .link li a {
    font-size: 13px;
    padding: 7px 20px 7px 0px;
    width: auto;
  }
  .block-link .link li i {
    width: 18px;
    padding: 0;
    height: 100%;
  }
  .block-link .link li i:after {
    content: '';
    width: 6px;
    height: 6px;
    top: 36%;
    right: 6px;
  }
  .block-link .link.gorilla li {
    width: 49.5%;
    margin: 0 0 10px 1%;
    padding: 5px 0;
  }
  .block-link .link.gorilla li:first-child {
    margin: 0 0 10px 0;
  }
  .block-link .link.gorilla li a{
    width: auto;
    margin: 0;
  }
  .common_series .wrap{
    width: 100%;
  }
  .common_series .lead {
    line-height: 1.4;
    font-size: 15px;
    width: 94%;
    margin: auto;    
  }
  .common_series .box {
    margin: 20px 0 0;
  }
  .common_series .block_ttl {
    border-bottom: 2px solid #292929;
    margin: 25px 0 10px;
    padding: 10px 0 10px;
  }
  .common_series .block_ttl h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .common_series .block_ttl .wrap{
    flex-wrap: wrap;
    width: 94%;
  }
  .common_series .block_ttl ul{
    width: 100%;
  }
  .common_series .block_ttl li{
    width: 30%;
  }
  .common_series .block_ttl li:first-child{
    width: 40%;
  }
  .common_series .block_ttl li a {
    padding: 5px 9px 5px 0;
    font-size: 12px;
    width: auto;
  }
  .common_series .block_ttl li a:after {
    content: '';
    width: 5px;
    height: 5px;
    top: 44%;
    right: 10px;
  }
  .common_series .prd .prd__txt dl.mt-30 {
    margin-top: 0;
  }
  .common_series .box__inner {
    padding: 40px 12px 15px;
  }
  .common_series .box {
    margin: 30px 0 0;
  }
  .common_series .box h4 {
    font-size: 15px;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .common_series .box h4 span.new {
    font-size: 12px;
  }
  .common_series .prd{
    flex-wrap: wrap;
    margin: 0 0 20px 0;
  }
  .common_series .prd .prd__pic {
    text-align: center;
    margin: 0;
    width: 100%;
  }
  .common_series .prd .prd__pic img{
    width: 60%;
  }
  .common_series .prd .prd__txt {
    width: 100%;
  }
  .common_series .prd .prd__txt dt {
    position: relative;
    text-align: center;
    margin:15px auto 10px auto;
    font-size: 22px;
  }
  .common_series .prd .prd__txt dt span.f1x_premium{
    position: absolute;
    right: -66px;
    top: -7px;
  }

  .common_series .prd .prd__txt dt span.f1x{
    position: absolute;
    right: -66px;
    top: -1px;
  }
  .common_series .prd .prd__txt .prd__ico {
    justify-content: center;
    flex-wrap: wrap;
  }
  .common_series .prd .prd__txt dd{
    display: none;
  }
  .common_series .prd .prd__txt p {
    font-size: 12px;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .common_series .box .label li {
    font-size: 12px;
  }
  .common_series .spec .spec__inner li {
    width: 50%;
    height: auto;
    font-size: 11.5px;
    padding: 5px 0 5px 12px;
    min-height: 38px;
  }
  .common_series .spec .spec__inner li:nth-child(5):after,
  .common_series .spec .spec__inner li:nth-child(10):after,
  .common_series .spec .spec__inner li:nth-child(15):after,
  .common_series .spec .spec__inner li:nth-child(20):after,
  .common_series .spec .spec__inner li:nth-child(25):after{
    content: "";
    border-right: none;
  }
  .common_series .spec .spec__inner li:nth-child(even):after{
    content: "";
    border-right: 1px solid #ccc;
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
  }
  .common_series .prd .prd__txt dt span {
    width: 60px;
  }
  .common_series .medal{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .common_series .medal span{
    display: block;
    padding:0 5px;
  }
  .common_series .medal_box ul,
  .common_series .medal_box_1line ul,
  .common_series .medal_box_2line ul,
  .common_series .medal_box_3line ul{
    flex-wrap: wrap;
    padding-bottom: 15px;
  } 
  .common_series .medal_box ul li,
  .common_series .medal_box_1line ul li,
  .common_series .medal_box_2line ul li,
  .common_series .medal_box_3line ul li{
    width: 100%;
    font-size: 15px;
    min-height: 70px;
    margin-bottom: 5px;
  }
  .common_series .medal_box ul li img,
  .common_series .medal_box_1line ul li img,
  .common_series .medal_box_2line ul li img,
  .common_series .medal_box_3line ul li img{
    width: auto;
  }
  .common_series .medal_box_3line ul li{
    justify-content: space-between;
  }
  .common_series .medal_box_3line ul li img{
    padding-left: 10px;
  }
  .common_series .medal_box_1line.medal_silver ul li span,
  .common_series .medal_box_2line.medal_silver ul li span,
  .common_series .medal_box_3line.medal_silver ul li span{
    font-size: 15px;
  }

  .common_series .box .label_map{
    display: none;
  }
  .common_series .box .label_map-sp{
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin: auto auto 10px;
  }
  .common_series .box .label_map-sp span{
    display: inline-block;	
    padding:7px 15px;
    background: #3ea9a1;	
  }
  .common_series .spec .spec__inner li.sp-only{
    display: flex;
  }
  .common_series .spec .spec__inner {
    margin: 0 0 10px;
  }
  .common_option .block_ttl h3 {
    font-size: 20px;
  }
  .common_option .block_ttl {
    margin: 50px 0 30px;
    padding: 40px 0;
  }
  .common_option .block .prd__etc dt,
  .common_option .block .prd__nano,
  .common_option .block .prd{
    flex-wrap: wrap;
  }
  .common_option .block .prd__etc dt span{
    display: block;
    margin: 5px 0;
  }
  .common_option .block .prd__nano dl,
  .common_option .block .prd dl {
      width: 100%;
  }
  .common_option .block .prd__nano dt img,
  .common_option .block .prd dt img{
    width: 35%;
  }
  .common_option .block .prd dl:nth-child(2) {
    border-right: 0;
    border-left:0;
  }
  .common_option .block.wrap{
    width: 100%;
  }
  .common_option .block .prd dt b {
    padding: 10px 0 20px;
    font-size: 18px;
  }
  .common_option .block .ttl {
    font-size: 18px;
    padding: 15px 0 0 15px;
  }
  .common_option .block .prd__etc dt,
  .common_option .block .prd dt {
    padding-top: 15px;
  }
  .page_top {
    z-index: 1000;
  }
  .bottom_info_area a.bottom_info_close {
    width: 100%;
    right: 0;
  }
  .bnr_campaign{/*2020/07/14追加*/
    margin: 15px 10px auto;
  }
  /*2020/08/26追加*/
  .common_series .prd .prd__txt dt {
    position: unset;
  }
  .common_series .prd .prd__txt dt span {
    width: auto;
  }
  .common_series .prd .prd__txt dt span.f1x_premium {
    position: unset;
    right: 0;
    top: 0;
    display: block;
    justify-content: center;
    margin: 0 auto;
  }
  .common_series .prd .prd__txt dt span.f1x_premium {
    vertical-align: 0;
    padding-left: 0;
  }
  .common_series .prd .prd__txt dt span.f1x_premium img {
    margin: 10px 5px 5px;
    width: 60px;
    vertical-align: middle;
  }
  
  /*2022/07/08追加 220707_ゴリラ塾！クイズキャンペーンバナー関連*/
  .common_series .block_ttl#dekagorilla7{
    margin: 25px 0 10px;
  }

}