@charset 'UTF-8';

/* override */
.sell-contents, .anchor-list {
	position: relative; 
	color: #141414;
	font-family: '\30D2\30E9\30AE\30CE\89D2\30B4   Pro', 'Hiragino Kaku Gothic Pro', '\30E1\30A4\30EA\30AA', Meiryo, sans-serif;
	letter-spacing: 0.05em;
}

.sell-contents img {
  width: auto;
}

/* select_video_list */
.select_video_list {
	padding: 26px 40px 50px;
}

@media screen and (max-width: 568px) {
  .select_video_list {
    padding: 15px 15px 20px;
  }
}

.select_video_list--no-icon {
  padding: 45px 40px 50px;
}

@media screen and (max-width: 568px) {
  .select_video_list--no-icon {
    padding: 20px;
  }
}

.select_video_list_top + .select_video_list_bottom {
  margin: 30px auto 0;
}

@media screen and (max-width: 568px) {
  .select_video_list_top + .select_video_list_bottom {
    margin: 20px auto 0;
  }
}

.select_video_list-heading {
  margin: 0 auto 30px;
}

@media screen and (max-width: 568px) {
  .select_video_list-heading {
    margin: 0 auto 14px;
  }
}

.select_video_list-heading img {
  max-width: 100%;
  width: 100%;
}

.select_video_list .select_video-embed {
  margin: 0 auto;
  max-width: 620px;
  padding-top: 39.2%;
}

@media screen and (max-width: 568px) {
  .select_video_list .select_video-embed {
    max-width: 100%;
    padding-top: 56.25%;
  }
}

.select_video_list-telop {
  margin: 20px auto 0;
  text-align: center;
}

@media screen and (max-width: 568px) {
  .select_video_list-telop {
    margin: 15px auto 0;
  }
}

.select_video_list-telop img {
  max-width: 100%;
}

@media screen and (max-width: 568px) {
  .select_video_list-telop--1 {
    max-width: 265px;
  }

  .select_video_list-telop--2 {
    max-width: 315px;
  }

  .select_video_list-telop--3 {
    max-width: 245px;
  }

  .select_video_list-telop--4 {
    max-width: 315px;
  }

  .select_video_list-telop--5 {
    max-width: 295px;
  }

  .select_video_list-telop--6 {
    max-width: 265px;
  }

  .select_video_list-telop--7 {
    max-width: 215px;
  }
}

.select_video_buttons {
	margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 568px) {
  .select_video_buttons {
    max-width: 315px;
  }
}

.select_video_buttons li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}

@media screen and (min-width: 569px) {
  .select_video_buttons {
		width: 600px;
	}
	.select_video_buttons li + li {
		width: 345px;
		margin-top: 30px;
	}
}

@media screen and (max-width: 568px) {
  .select_video_buttons li + li {
		margin-left: 20px;
		margin-right: 20px; 
		margin-top: 15px;
	}
}

/* anchor-list */
.anchor-list {
  padding: 20px 0;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 568px) {
  .anchor-list {
    padding: 10px;
  }
}

.anchor-list.is-fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #003481;
}

.anchor-list__inner {
  display: -webkit-box;
	display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}

.anchor-list__item {
  /* 3カラムの時 */
  /* max-width: 300px; */
  /* 3カラムの時 */
  width: 100%;
}

.anchor-list__item + .anchor-list__item {
  margin-left: 30px;
}

@media screen and (max-width: 568px) {
  .anchor-list__item + .anchor-list__item {
    margin-left: 5px;
  }
}

.anchor-list__item a {
  position: relative;
  display: block;
  background-color: #fff;
  border: 3px solid #d7d7d7;
  border-radius: 30px;
  color: #003881;
  font-size: 18px;
  text-decoration: none;
  padding: 15px 23px;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 568px) {
  .anchor-list__item a {
    border: 2px solid #d7d7d7;
    border-radius: 30px;
    font-size: 12px;
    padding: 10px 28px 10px 10px;
  }
}

@media screen and (max-width: 345px) {
  .anchor-list__item a {
    padding: 10px 25px 10px 8px;
  }
}

.anchor-list__item a::before {
  position: absolute;
  content: "";
  background-color: #003881;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  top: calc(50% - 9px);
  right: 25px;
}

@media screen and (max-width: 568px) {
  .anchor-list__item a::before {
    right: 8px;
  }
}

.anchor-list__item a::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: calc(50% - 2px);
  right: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #ffffff transparent transparent transparent;
}

@media screen and (max-width: 568px) {
  .anchor-list__item a::after {
    right: 13px;
  }
}