/*
 * 【はじめに】
 * 最終的には可能な限り、コメントは削除してください。
 * ここに記載しているコメントもほぼ不要です(auPay start / ecd は必要)
 * 変数の使い方
 * $ec_dir ･･･ それぞれ各ECの絶対パス(現状)
 * $ec_id ･･･ それぞれ各ECのID(CSVで設定している分)
 *
 * 例：background-image: url($ec_dir + '/img/bn_main_background_sp.jpg');
 *
 * SCSSについて
 * 例：if制御
 *  @if $shop == 1 {
 * 		#pc_header.ac img {
 *			width: initial;
 *		}
 *	}
 *
 * 今分かっている問題
 * 1.rgb()について
 *   rgba()を利用してください。うまく変換されません
 */
/* auPayについては、figureタグ等利用できないタグがあり、変換して利用する事になる
 * その変換されたタグ用にCSSを設定する必要があるので、下記コメントタグを利用し、
 * 開始・終了で閉じる事
 * また、if制御を利用して切り替えると楽
 * @if $shop == 5 {
 *	.studless .recommend > h3 > img {
 *		width: 100%;
 *	}
 * } @else {
 *	.studless .recommend > div img {
 *		width: 100%;
 *	}
 * }
 */
@charset "utf-8";
/* .std_clearance #brand .catch {
    margin-bottom: 8vw;
  }*/
.std_clearance {
  font-family: hiragino-kaku-gothic-pron, sans-serif; }

.std_clearance img {
  display: block;
  max-width: 100%;
  height: auto; }

.std_clearance h3 {
  font-family: source-han-sans-japanese, sans-serif;
  color: #00529f;
  font-size: 10vw;
  text-align: center;
  transform: skewX(-5deg);
  line-height: 1.3;
  width: 95%;
  margin: 0 auto 15vw; }

.std_clearance h3 small {
  display: block;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 0.5em;
  font-weight: bold;
  position: relative; }

.std_clearance h3 small::after {
  content: '';
  position: absolute;
  bottom: -4vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 25%;
  height: 2vw;
  background-color: #ffe600; }

@media screen and (min-width: 768px) {
  .std_clearance h3 {
    font-size: 3.8vw;
    margin-bottom: 8vw; }

  .std_clearance h3 small {
    font-size: 0.42em; }

  .std_clearance h3 small::after {
    bottom: -2vw;
    width: 14%;
    height: 1vw; } }

@media screen and (min-width: 1024px) {
  .std_clearance h3 {
    font-size: 38px;
    margin-bottom: 80px; }

  .std_clearance h3 small::after {
    bottom: -20px;
    width: 138px;
    height: 10px; } }

.std_clearance header {
  display: block;
  height: auto;
  border: none;
  padding: 0;
  background: url("/autoway/dp/lp/studless_clearance/img/bg_title_sp.png") center / cover no-repeat; }

.std_clearance header h2 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto; }

.std_clearance header .date {
  background-color: #ff6b06;
  border-radius: 2em;
  line-height: 1;
  padding: 0.3em 0;
  font-size: 4.8vw;
  color: #fff;
  text-align: center;
  width: 15em;
  margin: 0 auto 10px;
  transform: translateY(-70%); }

.std_clearance header .date time {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: bold;
  font-style: italic; }

.std_clearance header .date time span {
  font-size: 0.8em;
  margin-left: 0.5em; }

.std_clearance header .date > span {
  font-size: 0.5em;
  margin: 0 0.5em;
  position: relative;
  bottom: 0.3em;
  /*** LINEおともだち登録カテゴリー追加 ***/ }

.line_div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #06c755;
  border-radius: 10px;
  padding: 10px;
  max-width: 550px;
  width: 85%;
  margin: 20px auto 20px;
  font-family: none; }

.line_div img {
  width: 100%;
  max-width: 65px; }

.line_div p {
  font-size: 13px;
  color: #fff;
  line-height: 1.4;
  text-align: center; }

.line_div p a {
  position: relative; }

.line_div p span {
  display: block;
  background-color: #fff;
  color: #079b43;
  max-width: 205px;
  margin: 7px auto 0;
  border-radius: 10px;
  text-align: center;
  padding: 3px;
  font-weight: bold;
  font-size: 11px; }

.line_div p a span img {
  width: 15%;
  vertical-align: middle;
  margin-right: 10px;
  display: inline; }

.sp {
  display: block; }

.std_clearance nav.nav_btn {
  background-color: #e8f1fc;
  padding: 50px 0;
  overflow: hidden; }

.std_clearance nav.nav_btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.std_clearance nav.nav_btn ul li {
  width: 30%;
  margin: 0 1.5%;
  background: linear-gradient(to bottom, #63d5fd, #00b2e9 40%, #008ed6 75%);
  border-radius: 1em;
  letter-spacing: 0.05em;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7); }

.std_clearance nav.nav_btn ul li a {
  color: #fff;
  text-align: center;
  display: block;
  padding: 0.5em 0 1em;
  line-height: 1;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.2;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  transform: skewX(-5deg); }

.std_clearance nav.nav_btn ul li a small {
  display: block;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 0.6em;
  position: relative; }

.std_clearance nav.nav_btn ul li a small::after {
  content: '^';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1em;
  transform: rotate(180deg) scaleX(1.5) skewX(5deg);
  font-style: normal; }

@media screen and (min-width: 768px) {
  .std_clearance header {
    background: url("/autoway/dp/lp/studless_clearance/img/bg_title_pc.png") center / cover no-repeat; }

  .std_clearance header h2 {
    width: 100%;
    max-width: 1366px; }

  .std_clearance header .date {
    font-size: 3vw; }

  .std_clearance nav.nav_btn ul li {
    width: 21%;
    margin: 0 1.5%;
    transition: 0.3s; }

  .std_clearance nav.nav_btn ul li:hover {
    box-shadow: none;
    transform: translate(3px, 3px); }

  .std_clearance nav.nav_btn ul li a {
    font-size: 2.6vw; }

  .sp {
    display: none; } }

@media screen and (min-width: 1024px) {
  .std_clearance header .date {
    font-size: 30px; }

  .std_clearance nav.nav_btn ul li {
    width: 210px;
    margin: 0 16px; }

  .std_clearance nav.nav_btn ul li a {
    font-size: 26px; } }

.std_clearance #brand {
  background-color: #e8f1fc;
  padding-bottom: 10vw; }

.std_clearance .catch_wrapper {
  background-color: #ffe600;
  color: #00529f;
  font-family: source-han-sans-japanese, sans-serif;
  padding: 10px 0;
  position: relative; }

.std_clearance .catch_wrapper .catch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.std_clearance .catch::after {
  content: '';
  position: absolute;
  bottom: -11vw;
  left: 0;
  right: 0;
  border: 5vw solid transparent;
  border-top: 7vw solid #ffe600;
  width: 0;
  height: 0;
  margin: 0 auto; }

.std_clearance .catch .mark {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #00529f;
  color: #ffe600;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 2.8vw;
  border-radius: 50%;
  width: 14vw;
  height: 14vw;
  line-height: 1;
  margin-right: 1.5%; }

.std_clearance .catch .mark span {
  display: block;
  position: relative;
  transform: skewX(-5deg);
  right: 0.1em; }

.std_clearance .catch .mark span:last-of-type {
  margin-top: 0.2em; }

.std_clearance .catch .mark span strong {
  font-size: 1.7em;
  font-family: source-han-sans-japanese, sans-serif;
  margin-right: 0.1em; }

.std_clearance .catch > p {
  font-size: 4.8vw;
  transform: skewX(-5deg); }

.std_clearance #brand nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 15vw; }

.std_clearance #brand nav ul li {
  width: 40%;
  max-width: 250px;
  margin: 2.5%; }

.std_clearance #brand nav ul li a {
  border: 2px solid #00529f;
  background-color: #fff;
  border-radius: 1em;
  display: block;
  text-align: center;
  color: #00529f;
  padding: 1em 0;
  font-size: 16px;
  line-height: 1; }

.std_clearance #brand nav ul li a span:last-of-type {
  color: #00e;
  text-decoration: underline; }

.std_clearance #brand .item_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  background-color: #fff;
  border: 3px solid #00529f;
  width: 95%;
  max-width: 960px;
  margin: 0 auto 20px;
  padding: 2.5%;
  box-sizing: border-box; }

.std_clearance #brand .item_area .img {
  height: 50vw;
  overflow: hidden;
  width: 100%;
  margin-bottom: 3vw; }

.std_clearance #brand .item_area .img .logo {
  width: 30%;
  max-width: 250px; }

.std_clearance #brand .item_area .img .item {
  height: 80vw;
  max-height: 600px;
  width: auto;
  margin: 0 auto; }

.std_clearance #brand .item_area .img.wheel .item {
  height: 40vw; }

.std_clearance #brand .item_area .text {
  width: 100%; }

.std_clearance #brand .item_area .text .detail {
  color: #333; }

.std_clearance #brand .item_area .text .detail h4 {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 4.8vw;
  line-height: 1.2;
  margin-bottom: 3vw; }

.std_clearance #brand .item_area .text .detail h4 small {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 0.6em;
  font-weight: bold;
  display: block; }

.std_clearance #brand .item_area .text .detail p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5vw; }

.std_clearance #brand .item_area .text .size h5 {
  color: #295491;
  font-size: 16px;
  font-weight: bold; }

.std_clearance #brand .item_area .text .size ul {
  display: flex;
  flex-wrap: wrap; }

.std_clearance #brand .item_area .text .size ul li {
  width: 50px;
  margin-right: 5px;
  margin-bottom: 5px; }

.std_clearance #brand .item_area .text .size ul li a {
  width: 100%;
  height: 50px;
  background-color: #295491;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s; }

.std_clearance #brand .item_area .text .size ul li a span {
  display: block;
  font-size: 12px; }

@media screen and (min-width: 768px) {
  .std_clearance .catch::after {
    bottom: -8vw;
    border-top: 4vw solid #ffe600; }

  .std_clearance .catch > p {
    font-size: 3.2vw; }

  .std_clearance .catch .mark {
    font-size: 2vw;
    width: 10vw;
    height: 10vw; }

  .std_clearance #brand nav ul {
    max-width: 960px;
    margin: 0 auto 8vw; }

  .std_clearance #brand nav ul li {
    width: 20%;
    margin: 1.5%; }

  .std_clearance #brand nav ul li a {
    padding: 1.2em 0;
    transition: 0.3s; }

  .std_clearance #brand nav ul li a:hover {
    background-color: #b3f4ff; }

  .std_clearance #brand .item_area {
    padding: 15px 15px 0; }

  .std_clearance #brand .item_area .img {
    width: 35%;
    height: 290px;
    margin-bottom: 0; }

  .std_clearance #brand .item_area .img .logo {
    width: 120px;
    margin-bottom: 20px; }

  .std_clearance #brand .item_area .img .item {
    height: 290px; }

  .std_clearance #brand .item_area .img.wheel .item {
    height: 210px; }

  .std_clearance #brand .item_area .text {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

  .std_clearance #brand .item_area .text .detail h4 {
    font-size: 2.8vw;
    margin: 20px 0; }

  .std_clearance #brand .item_area .text .detail p {
    line-height: 1.5;
    margin-bottom: 20px; }

  .std_clearance #brand .item_area .text .size h5 {
    margin-bottom: 10px; }

  .std_clearance #brand .item_area .text .size ul {
    padding-bottom: 10px; }

  .std_clearance #brand .item_area .text .size ul li {
    margin-right: 5px;
    width: 45px; }

  .std_clearance #brand .item_area .text .size ul li a:hover {
    background-color: #b3f4ff;
    color: #295491;
    cursor: pointer; } }

@media screen and (min-width: 1024px) {
  .std_clearance #brand {
    padding-bottom: 100px;
    /*.std_clearance #brand .catch {
    margin-bottom: 80px;
  }*/ }

  .std_clearance .catch::after {
    bottom: -80px;
    border: 50px solid transparent;
    border-top: 40px solid #ffe600; }

  .std_clearance .catch > p {
    font-size: 32px; }

  .std_clearance .catch .mark {
    font-size: 20px;
    width: 100px;
    height: 100px; }

  .std_clearance #brand nav ul {
    margin-bottom: 80px; }

  .std_clearance #brand nav ul li {
    width: 20%;
    margin: 1.5%; }

  .std_clearance #brand .item_area .text .detail h4 {
    font-size: 30px; }

  .std_clearance #brand .item_area .text .detail h4 small {
    font-size: 12px; }

  .std_clearance #brand .item_area .text .size ul li {
    margin-right: 10px;
    width: 50px; } }

.std_clearance .search_size {
  width: 95%;
  max-width: 980px;
  margin: 50px auto 20px; }

.std_clearance .search_size h4 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  color: #00529f;
  font-size: 6vw;
  text-align: center;
  transform: skewX(-5deg);
  line-height: 1.3;
  margin-bottom: 30px; }

.std_clearance .search_size h4 span {
  font-family: source-han-sans-japanese, sans-serif;
  display: block;
  font-size: 1.5em; }

.std_clearance #brand .search_size .sw_ti_wh ul {
  margin-bottom: 50px; }

.std_clearance .search_size .sw_ti_wh ul li {
  font-family: source-han-sans-japanese, sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #00529f;
  background-color: #fff;
  padding: 0.5em 0 1.5em;
  border: 2px solid #00529f;
  border-radius: 1em;
  position: relative;
  overflow: hidden; }

.std_clearance .search_size .sw_ti_wh ul li::before {
  content: '';
  position: absolute;
  bottom: -8px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 35px;
  height: 35px; }

.std_clearance .search_size .sw_ti_wh ul li.tire::before {
  background: url("/autoway/dp/lp/studless_clearance/img/icon_tire.png") center / cover no-repeat; }

.std_clearance .search_size .sw_ti_wh ul li.wheel::before {
  background: url("/autoway/dp/lp/studless_clearance/img/icon_wheel.png") center / cover no-repeat; }

.std_clearance .search_size .sw_ti_wh ul li.active {
  background-color: #b3f4ff; }

.std_clearance .search_size > div {
  background-color: #fff;
  border: 3px solid #00529f;
  box-sizing: border-box;
  display: none; }

.std_clearance .search_size > div.active {
  display: block; }

.std_clearance #brand .search_size > div nav.inch ul, .std_clearance #brand .search_size > div nav.pcd_h ul {
  margin: 30px auto;
  width: 95%;
  justify-content: flex-start; }

.std_clearance #brand .search_size > div nav.inch ul li, .std_clearance #brand .search_size > div nav.pcd_h ul li {
  width: 24%;
  margin: 0.5%;
  font-size: 4.5vw;
  font-weight: bold;
  padding: 0.5em 0;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #00529f;
  color: #333; }

.std_clearance #brand .search_size > div nav.inch ul li.active {
  color: #fff;
  background-color: #295491; }

.std_clearance #brand .search_size > div nav.inch ul li span {
  font-size: 0.8em; }

.std_clearance #brand .search_size > div table {
  width: 95%;
  margin: 0 auto 30px;
  display: none;
  font-size: 16px; }

.std_clearance #brand .search_size > div table.active {
  display: table; }

.std_clearance #brand .search_size > div table thead th {
  background-color: #295491;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1em 0; }

.std_clearance #brand .search_size > div table .oblateness {
  min-width: 5em; }

.std_clearance #brand .search_size > div table .size {
  width: 9999px; }

.std_clearance #brand .search_size > div table tbody tr:nth-of-type(odd) {
  background-color: #e9fcff; }

.std_clearance #brand .search_size > div table tbody tr:nth-of-type(even) {
  background-color: #e8f1fc; }

.std_clearance #brand .search_size > div table tbody th {
  padding: 1em 0;
  color: #333; }

.std_clearance #brand .search_size > div table tbody td {
  padding: 1em 0.5em; }

.std_clearance #brand .search_size > div table tbody td a {
  color: #333;
  text-decoration: underline;
  padding: 0 0.5em;
  line-height: 1.8;
  cursor: pointer; }

.std_clearance #brand .search_size > div nav.pcd_h {
  display: none; }

.std_clearance #brand .search_size > div nav.pcd_h.active {
  display: block; }

.std_clearance #brand .search_size > div nav.pcd_h ul li {
  font-size: 3.8vw;
  line-height: 1.5; }

.std_clearance #brand .search_size > div nav.pcd_h ul li.active {
  background-color: #295491;
  color: #fff; }

.std_clearance #brand .search_size > div nav.pcd_h ul li span {
  display: block;
  font-size: 0.7em;
  font-weight: normal; }

.std_clearance #brand .search_size > div table thead .j_num {
  padding: 0.1em 0; }

.std_clearance #brand .search_size > div table thead .j_num span {
  display: block;
  font-size: 0.8em; }

.std_clearance #brand .search_size > div table .j_num {
  min-width: 5em; }

.std_clearance #brand .search_size > div table .inset {
  width: 9999px; }

.std_clearance #brand .search_size > div table tbody .inset a {
  background-color: transparent;
  background-image: none; }

@media screen and (min-width: 768px) {
  .std_clearance .search_size h4 {
    font-size: 2.6vw; }

  .std_clearance .search_size .sw_ti_wh ul li {
    padding: 0.5em 0 2.5em; }

  .std_clearance .search_size .sw_ti_wh ul li::before {
    width: 45px;
    height: 45px; }

  .std_clearance #brand .search_size > div nav.inch ul li, .std_clearance #brand .search_size > div nav.pcd_h ul li {
    width: 14.5%;
    margin: 1.05%;
    font-size: 2.4vw;
    cursor: pointer;
    transition: 0.3s; }

  .std_clearance #brand .search_size > div nav.inch ul li:hover, .std_clearance #brand .search_size > div nav.pcd_h ul li:hover {
    color: #fff;
    background-color: #295491; }

  .std_clearance #brand .search_size > div nav.pcd_h ul li {
    font-size: 2.2vw; } }

@media screen and (min-width: 1024px) {
  .std_clearance .search_size h4 {
    font-size: 25.4px; }

  .std_clearance #brand .search_size > div nav.inch ul li, .std_clearance #brand .search_size > div nav.pcd_h ul li {
    font-size: 24px; }

  .std_clearance #brand .search_size > div nav.pcd_h ul li {
    font-size: 22px; } }

.std_clearance #flow {
  background: #e8f1fc;
  padding: 15vw 0 10vw;
  background-blend-mode: hard-light; }

.std_clearance #flow > p {
  font-weight: bold;
  padding: 0 2.5%;
  margin-bottom: 10vw; }

.std_clearance #flow .mark {
  width: 90%;
  margin: 0 auto 15vw; }

.std_clearance #flow .mark img {
  margin: 0 auto 3vw;
  border: 2px solid #00529f; }

.std_clearance #flow .mark .comment {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border: 1vw solid #00529f;
  border-radius: 1.5em;
  font-size: 5vw;
  text-align: center;
  font-weight: bold;
  position: relative; }

.std_clearance #flow .mark .comment::before, .std_clearance #flow .mark .comment::after {
  content: '';
  position: absolute;
  border: 3vw solid transparent;
  border-bottom: 7vw solid #00529f;
  top: -10vw;
  right: 5em; }

.std_clearance #flow .mark .comment::after {
  border-bottom: 7vw #fff solid;
  top: -8vw; }

.std_clearance #flow .mark .comment p {
  font-size: 5vw;
  color: #00529f;
  position: relative; }

.std_clearance #flow .mark .comment p::before {
  content: '|';
  position: absolute;
  left: 1em;
  top: 0;
  transform: rotate(-30deg); }

.std_clearance #flow .mark .comment p::after {
  content: '|';
  position: absolute;
  right: 1em;
  top: 0;
  transform: rotate(30deg); }

.std_clearance #flow .mark .comment strong {
  color: #f00;
  background-color: #fff100;
  display: block;
  padding: 0.5em 0; }

.std_clearance #flow .flow li {
  background-color: #fff;
  border: 3px solid #00529f;
  padding: 20px 2.5%;
  width: 95%;
  margin: 0 auto 30vw;
  box-sizing: border-box;
  position: relative; }

.std_clearance #flow .flow li:first-of-type::after {
  content: '';
  position: absolute;
  bottom: -31vw;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url("/autoway/dp/lp/studless_clearance/img/flow_arrow.png") center / contain no-repeat;
  width: 30vw;
  height: 30vw; }

.std_clearance #flow .flow li:last-of-type {
  margin-bottom: 20px;
  position: relative; }

.std_clearance #flow .flow li h4 {
  text-align: center;
  color: #00529f;
  font-size: 5vw;
  font-weight: bold;
  transform: skewX(-5deg);
  margin-bottom: 20px; }

.std_clearance #flow .flow li p {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  color: #233251; }

.std_clearance #flow .flow li img {
  border: 2px solid #231815; }

.std_clearance #flow .flow li:last-of-type strong {
  position: absolute;
  left: 0;
  bottom: 120vw;
  color: #f00;
  font-size: 8.5vw;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff, 3px 3px 0 #f00, -3px -3px 0 #f00, 3px -3px 0 #f00, -3px 3px 0 #f00, 3px 0px 0 #f00, 0px 3px 0 #f00, -3px 0px 0 #f00, 0px -3px 0 #f00;
  transform: skewX(-5deg); }

.std_clearance #flow .caution {
  width: 95%;
  max-width: 960px;
  margin: 0 auto 30px;
  font-weight: bold; }

.std_clearance #flow .caution small {
  font-size: 16px;
  display: block;
  text-indent: -1em;
  padding-left: 1em; }

.std_clearance #flow .caution small::before {
  content: '※'; }

@media screen and (min-width: 768px) {
  .std_clearance #flow {
    padding: 10vw 0; }

  .std_clearance #flow > p {
    margin-bottom: 6vw; }

  .std_clearance #flow .mark {
    width: 95%;
    max-width: 960px;
    position: relative;
    margin-bottom: 10vw; }

  .std_clearance #flow .mark img {
    width: 80%;
    margin: 0; }

  .std_clearance #flow .mark .comment {
    position: absolute;
    right: 0;
    top: -2vw;
    width: 30%;
    font-size: 2vw;
    border: 5px solid #00529f;
    padding: 2.5vw; }

  .std_clearance #flow .mark .comment p {
    font-size: 2vw; }

  .std_clearance #flow .mark .comment::before, .std_clearance #flow .mark .comment::after {
    border: 10px solid transparent;
    border-right: 35px solid #00529f;
    top: auto;
    bottom: 2vw;
    right: auto;
    left: -45px; }

  .std_clearance #flow .mark .comment::after {
    border-right: 35px #fff solid;
    left: -30px; }

  .std_clearance #flow .flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 95%;
    max-width: 960px;
    margin: 0 auto 5vw; }

  .std_clearance #flow .flow li {
    width: 44%;
    margin: 0; }

  .std_clearance #flow .flow li:first-of-type::after {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 10vw;
    height: 10vw;
    left: auto;
    right: -11vw;
    margin: 0; }

  .std_clearance #flow .flow li h4 {
    font-size: 2.2vw; }

  .std_clearance #flow .flow li p {
    font-size: 14px; }

  .std_clearance #flow .flow li:last-of-type strong {
    font-size: 2.5vw;
    bottom: 9vw;
    left: 5vw; } }

@media screen and (min-width: 1024px) {
  .std_clearance #flow {
    padding: 100px 0; }

  .std_clearance #flow > p {
    margin: 0 auto 60px;
    max-width: 960px;
    padding: 0; }

  .std_clearance #flow .mark {
    margin-bottom: 100px; }

  .std_clearance #flow .mark .comment {
    top: -20px;
    font-size: 20px;
    padding: 25px; }

  .std_clearance #flow .mark .comment p {
    font-size: 20px; }

  .std_clearance #flow .mark .comment::before, .std_clearance #flow .mark .comment::after {
    bottom: 20px; }

  .std_clearance #flow .flow li:first-of-type::after {
    width: 100px;
    height: 100px;
    right: -110px; }

  .std_clearance #flow .flow {
    margin-bottom: 50px; }

  .std_clearance #flow .flow li h4 {
    font-size: 22px; }

  .std_clearance #flow .flow li p {
    font-size: 16px; }

  .std_clearance #flow .flow li:last-of-type strong {
    font-size: 25px;
    bottom: 90px;
    left: 50px; } }

#pagetop {
  display: none; }

.std_clearance .page_top {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #00529f;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 5px; }

.std_clearance .page_top::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 22px;
  height: 20px;
  background: url("/autoway/dp/lp/studless_clearance/img/top_arrow.png") center / contain no-repeat; }

@media screen and (min-width: 1130px) {
  .std_clearance .page_top {
    right: calc(50% - 544px); } }

.std_clearance .modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 50px 10px;
  animation: fadeIn 0.3s; }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.std_clearance .modal::after {
  content: '×';
  font-family: none;
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer; }

.std_clearance .modal h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center; }

.std_clearance .modal ul {
  background-color: #fff;
  margin: 10px auto;
  border-radius: 10px;
  padding: 20px 10px;
  max-height: 80vh;
  overflow-y: scroll; }

.std_clearance .modal ul li a {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #295491;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px; }

.std_clearance .modal ul li a img {
  width: 30%;
  max-width: 133px; }

.std_clearance .modal ul li a div {
  width: 70%; }

.std_clearance .modal ul li a div span.ptn {
  display: block;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 16px;
  color: #333; }

.std_clearance .modal ul li a div span.size {
  font-size: 16px;
  color: #333; }

.std_clearance .modal ul li a div span.price {
  font-size: 16px;
  font-weight: bold;
  color: #f00;
  margin-left: 1em; }

@media screen and (min-width: 768px) {
  .std_clearance .modal h4 {
    margin-top: 80px; }
    .std_clearance .modal::after {
      top: 120px; }
    .std_clearance .modal ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      max-width: 880px;
      max-height: 70vh; }
    .std_clearance .modal ul li {
      width: 49%; } }
