body {
  font-family: 'UD Shin Go Regular', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.main {
  width: 100%;
}

.breadcrumb-top {
  width: 100%;
  font-size: 12px;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
}

.breadcrumb-top p:nth-child(1) {
  padding: 5px 0;
}

.breadcrumb-top p:nth-child(2) {
  padding: 5px 0;
  text-align: right;
  color: #808088;
}

.affiliate-main {
  width: 100%;
  height: 35vw;
  background: center / cover url('../images/bg_affiliate-main.png');
  position: relative;
}

.affiliate-main h1 {
  color: #f57;
  position: absolute;
  top: 5%;
  font-size: 74px;
  text-align: center;
  width: 100%;
  line-height: 1.2em;
}

.affiliate-main h1 .smaller-font {
  font-size: 70%;
}

.affiliate-main button {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10%;
  width: 350px;
  height: 50px;
  background: #f57;
  border: none;
  border-radius: 30px;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3);
  font-size: 33px;
  cursor: pointer;
}

.affiliate-main a button {
  color: #fff;
  font-weight: normal;
}

.affiliate-main-description {
  color: #000;
  background: #ffbbc9;
  width: 100%;
  padding: 20px 0;
  font-size: 22px;
  text-align: center;
}

.affiliate-main-description p {
  width: 96%;
  margin: 0 auto;
}

.main .container {
  width: 100%;
  max-width: 960px;
  padding: 30px 0;
  margin: 0 auto;
}

.main h1 {
  color: #f57;
  text-align: center;
  font-size: 45px;
  line-height: 1.4em;
  padding: 20px 0 0 0;
}

.affiliate-head-description {
  color: #808088;
  text-align: center;
  font-size: 24px;
  padding: 20px 0 0 0;
}

.affiliate-illust-area {
  background: #f0f0f0;
  width: 100%;
  border-radius: 10px;
  margin: 70px 0 120px 0;
  position: relative;
  padding: 70px 0 30px 0;
}

.affiliate-illust-area-1::before,
.affiliate-illust-area-2::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -45px;
  margin: 0 auto;
  border-top: 45px solid #f0f0f0;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
}

.affiliate-illust-area .affiliate-illust-title {
  height: 70px;
  width: 80%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin: auto;
  font-size: 42px;
  color: #fff;
  border-radius: 50px;
}

.affiliate-illust-area-1 .affiliate-illust-title {
  background: #79d;
}

.affiliate-illust-area .affiliate-illust-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
}

.affiliate-illust-area-1 .affiliate-illust-wrapper .affiliate-illust-item {
  width: 33.3%;
  height: auto;
  text-align: center;
}

.affiliate-illust-area-1 .affiliate-illust-wrapper .affiliate-illust-item img {
  width: 90%;
  margin: 0 auto;
}

.affiliate-illust-area .affiliate-illust-description {
  width: 80%;
  text-align: center;
  margin: 30px auto;
  font-size: 27px;
  background: #fff;
  border-radius: 50px;
  padding: 8px 0 0 0;
}

.affiliate-illust-area-1 .affiliate-illust-description {
  color: #127cc9;
}

.affiliate-illust-area-2 .affiliate-illust-title {
  background: #bddb79;
}

.affiliate-illust-area-2 .affiliate-illust-wrapper {
  width: 400px;
  padding-top: 50px;
  position: relative;
  margin: 0 auto;
  height: 150px;
}

.affiliate-illust-area-2 .affiliate-illust-wrapper .image-1 {
  position: absolute;
  left: 10%;
  height: 113px;
}

.affiliate-illust-area-2 .affiliate-illust-wrapper .image-2 {
  position: absolute;
  left: 65%;
  top: 30%;
  height: 18px;
  animation: blink 2s ease 0s infinite alternate;
}

.affiliate-illust-area-2 .affiliate-illust-description-arrow {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  font-size: 27px;
  color: #bddb79;
}

.affiliate-illust-area-2 .affiliate-illust-description {
  color: #bddb79;
}

.affiliate-illust-area-2 .affiliate-illust-description.first {
  margin-bottom: 10px !important;
}

.affiliate-illust-area-2 .affiliate-illust-description.second {
  margin-top: 10px !important;
}

.affiliate-illust-area-3 {
  margin-bottom: 70px !important;
}

.affiliate-illust-area-3 .affiliate-illust-title {
  background: #f57;
}

.affiliate-illust-area-3 .affiliate-illust-wrapper {
  width: 400px;
  padding-top: 50px;
  position: relative;
  margin: 0 auto;
  height: 150px;
}

.affiliate-illust-area-3 .affiliate-illust-wrapper .image-1 {
  height: 138px;
  position: absolute;
  left: 5%;
}

.affiliate-illust-area-3 .affiliate-illust-wrapper .image-2 {
  height: 110px;
  position: absolute;
  left: 40%;
  top: 15%;
  animation: blink 1s ease infinite alternate;
}

.affiliate-illust-area-3 .affiliate-illust-description {
  color: #f57;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.background-gray {
  width: 100%;
  background: #f0f0f0;
}

.affiliate-flow-item,
.affiliate-flow-item-end {
  height: auto;
  border-radius: 38px;
  margin: 50px auto;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.affiliate-flow-item {
  position: relative;
  font-size: 23px;
  background: #fff;
  color: #808088;
}

.affiliate-flow-item::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}

.affiliate-flow-item-end {
  font-size: 36px;
  background: #f57;
  color: #fff;
}

.text-red {
  color: #f57;
}

.affiliate-service-title {
  height: 65px;
  text-align: center;
  font-size: 36px;
  border-radius: 20px 20px 0 0;
  width: 100%;
  background: #f57;
  padding: 10px 0 7px 0;
  color: #fff;
  margin: 40px 0;
}

.affiliate-service-wrapper {
  display: flex;
  flex-direction: row;
  margin: 0 0 60px 0;
}

.affiliate-service-image {
  width: 38%;
}

.affiliate-service-image img {
  width: 100%;
}

.affiliate-service-image p {
  margin-top: 8px;
  padding: 0 4px;
  display: block;
  font-size: 15px;
  text-align: right;
  color: #808088;
}

.affiliate-service-table {
  width: 62%;
  padding: 0 0 0 35px;
}

.affiliate-service-table p {
  font-size: 24px;
  color: #808088;
}

.affiliate-service-table table {
  width: 100%;
  margin: 30px 0 0 0;
}

.affiliate-service-table table th {
  color: #fff;
  text-align: center;
  background: rgba(128, 128, 136, 0.5);
  height: 45px;
  vertical-align: middle;
  font-size: 26px;
}

.affiliate-service-table table td {
  background: rgba(128, 128, 136, 0.1);
  height: 25px;
  vertical-align: middle;
  font-size: 22px;
}

.affiliate-service-table table td:nth-child(1) {
  padding: 5px 0 0 15px;
  text-align: left;
}

.affiliate-service-table table td:nth-child(2) {
  padding: 5px 15px;
  text-align: right;
  color: #f57;
}

.affiliate-service-table table .font-small {
  font-size: 70%;
}

.affiliate-ad-ranking {
  min-height: 1000px;
}

.affiliate-ad-ranking-item {
  width: 100%;
  max-width: 450px;
  height: 430px;
  border-radius: 30px;
  text-align: center;
  background: #fff;
  margin: 40px 0;
}

.affiliate-ad-ranking-item img {
  width: 103px;
  margin: 20px;
}

.affiliate-ad-ranking-item .ranking {
  width: 350px;
  height: 75px;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 25px;
  padding: 5px 0;
}

.affiliate-ad-ranking-item .ranking .ranking-num {
  font-size: 45px;
}

.affiliate-ad-ranking-item-1 .ranking {
  background: #ba9143;
}

.affiliate-ad-ranking-item-2 .ranking {
  background: #8eadb5;
}

.affiliate-ad-ranking-item-3 .ranking {
  background: #a25f3b;
}

.affiliate-ad-ranking-item .item-name {
  margin-top: 20px;
  font-size: 27px;
}

.affiliate-ad-ranking-item-1 .item-name {
  color: #ba9143;
}

.affiliate-ad-ranking-item-2 .item-name {
  color: #8eadb5;
}

.affiliate-ad-ranking-item-3 .item-name {
  color: #a25f3b;
}

.affiliate-ad-ranking-item-1 .banner-image {
  width: 252px;
  height: 105px;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3);
}

.affiliate-ad-ranking-item-2 .banner-image {
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3);
}

.affiliate-ad-ranking-item-3 .item-description {
  margin: 30px 0;
  font-size: 27px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.affiliate-ad-ranking-item-1 {
  margin: 40px auto;
}

.affiliate-ad-ranking-item-2,
.affiliate-ad-ranking-item-3 {
  margin: 40px 25px;
}

.layout_fbox-sm {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.affiliate-chart {
  background: center / contain no-repeat url('../images/bg_affiliate-chart.png');
  width: 750px;
  height: 500px;
  margin: 50px auto;
  position: relative;
}

.affiliate-chart-first,
.affiliate-chart-second,
.affiliate-chart-third {
  position: absolute;
  width: 115px;
  bottom: 60px;
}

.affiliate-chart-first {
  left: 195px;
  background: #f57;
}

.affiliate-chart-second {
  left: 375px;
  background: #707070;
}

.affiliate-chart-third {
  left: 555px;
  background: #808088;
}

.affiliate-chart-first-popup,
.affiliate-chart-second-popup,
.affiliate-chart-third-popup {
  position: absolute;
}

.affiliate-chart-first-popup {
  left: 140px;
  width: 250px;
  top: -15px;
  animation-fill-mode: forwards;
}

.affiliate-chart-second-popup {
  left: 330px;
  width: 220px;
  top: 65px;
  animation-fill-mode: forwards;
}

.affiliate-chart-third-popup {
  left: 510px;
  width: 220px;
  top: 135px;
  animation-fill-mode: forwards;
}

.animation-grow1 {
  animation: grow1 1.5s ease 0s 1 normal;
  animation-fill-mode: forwards;
}

.animation-grow2 {
  animation: grow2 1.5s ease 0.2s 1 normal;
  animation-fill-mode: forwards;
}

.animation-grow3 {
  animation: grow3 1.5s ease 0.4s 1 normal;
  animation-fill-mode: forwards;
}

@keyframes grow1 {
  0% {
    height: 0;
  }
  100% {
    height: 330px;
  }
}

@keyframes grow2 {
  0% {
    height: 0;
  }
  100% {
    height: 260px;
  }
}

@keyframes grow3 {
  0% {
    height: 0;
  }
  100% {
    height: 185px;
  }
}

.affiliate-advice-image {
  text-align: center;
  margin: 50px auto;
  min-height: 450px;
  display: flex;
  flex-direction: row;
}

.affiliate-advice-image div {
  width: 50%;
}

.affiliate-advice-image img {
  width: 96%;
}

.affiliate-advice-item .affiliate-advice-title {
  height: auto;
  text-align: center;
  font-size: 30px;
  border-radius: 20px 20px 0 0;
  width: 100%;
  background: #f57;
  padding: 10px 0 7px 0;
  color: #fff;
  margin: 60px 0 0 0;
}

.affiliate-advice-item .affiliate-advice-description {
  text-align: center;
  font-size: 22px;
  border-radius: 0 0 20px 20px;
  width: 100%;
  background: #fff;
  padding: 30px 0;
  color: #808088;
  margin: 0 0 60px 0;
}

.affiliate-self-item,
.affiliate-self-item-end {
  height: 58px;
  border-radius: 38px;
  margin: 50px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.affiliate-self-item {
  position: relative;
  font-size: 23px;
  background: #f0f0f0;
  color: #808088;
  padding: 8px 0 9px 0;
}

.affiliate-self-item::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  border-top: 20px solid #f0f0f0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}

.affiliate-self-item-end {
  font-size: 36px;
  background: #f57;
  color: #fff;
  padding: 10px 0 7px 0;
}

.affiliate-self-item-num {
  width: 15%;
  text-align: center;
}

.affiliate-self-item-description {
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.affiliate-self-item .num,
.affiliate-self-item-end .num {
  display: inline-block;
  width: 56px;
  height: 53px;
  border-radius: 28px;
  background: #f57;
  font-size: 33px;
  padding: 5px 0 0 0;
}

.affiliate-self-item .num {
  color: #fff;
  background: #f57;
}

.affiliate-self-item-end .num {
  color: #f57;
  background: #fff;
}

.affiliate-self-item-end .affiliate-self-item-description {
  width: 75%;
  text-align: center;
}

.affiliate-other {
  color: #808088;
  font-size: 25px;
  list-style: disc;
  margin: 50px auto;
  max-width: 500px;
}

.background-bottom {
  width: 100%;
  background: center / cover no-repeat url('../images/bg_affiliate-bottom.jpg');
  min-height: 750px;
}

.affiliate-bottom-curve {
  width: 100%;
  height: 150px;
  background: center / cover no-repeat
    url('../images/bg_affiliate-bottom-curve.png');
}

.typesquare_tags a:hover {
  opacity: 0.8;
}

.affiliate-bottom-button {
  width: 100%;
  height: 150px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.45);
  color: #fff;
  border: none;
  font-size: 38px;
  border-radius: 30px;
  cursor: pointer;
}

.affiliate-bottom-button-1 {
  background: #f57;
  margin: 60px auto 0 auto;
  line-height: 1em;
}

.affiliate-bottom-button-2 {
  background: #bddb79;
  margin: 50px auto 100px auto;
}

.affiliate-bottom-button .text-large {
  font-size: 58px;
}

.affiliate-bottom-button .text-small {
  font-size: 35px;
}

.breadcrumb-bottom {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #808088;
}

.breadcrumb-bottom p {
  max-width: 960px;
  padding: 5px 0 15px 0;
  font-size: 12px;
  color: #f0f0f0;
  display: block;
  margin: 0 auto;
}

.hidden {
  display: none;
}

/**** Media Query *****/

@media screen and (max-width: 768px) {
  .breadcrumb-top {
    display: none;
  }

  .main h1 {
    text-align: center;
    font-size: 32px;
    padding: 20px 0 0 0;
  }

  .container {
    width: 90% !important;
  }

  .container.sm_wide {
    width: 96% !important;
  }

  .affiliate-main {
    width: 100%;
    height: 40vh;
    background: center / cover url('../images/bg_affiliate-main-sm.png');
    position: relative;
  }

  .affiliate-main h1 {
    top: 5%;
    font-size: 32px;
    line-height: 1.2em;
  }

  .affiliate-main h1 .smaller-font {
    font-size: 70%;
  }

  .affiliate-main button {
    width: 60%;
    max-width: 280px;
    border-radius: 30px;
    font-size: 16px;
    padding: 5px 0;
    height: auto;
  }

  .affiliate-main a button {
    color: #fff;
    font-weight: normal;
  }

  .affiliate-main-description {
    padding: 10px 0;
    font-size: 14px;
  }

  .affiliate-head-description {
    font-size: 16px;
    padding: 20px 0 0 0;
  }

  .affiliate-illust-area .affiliate-illust-title {
    height: auto;
    width: 80%;
    top: -15px;
    margin: auto;
    font-size: 20px;
    border-radius: 50px;
    max-width: 400px;
  }

  .affiliate-illust-area {
    margin: 35px 0 70px 0;
    padding: 40px 0 30px 0;
  }

  .affiliate-illust-area .affiliate-illust-wrapper {
    margin-bottom: 20px;
  }

  .affiliate-illust-area-1
    .affiliate-illust-wrapper
    .affiliate-illust-item
    img {
    max-width: 150px;
  }

  .affiliate-illust-area-1::before,
  .affiliate-illust-area-2::before {
    bottom: -25px;
    border-top: 25px solid #f0f0f0;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
  }

  .affiliate-illust-area-2 .affiliate-illust-wrapper,
  .affiliate-illust-area-3 .affiliate-illust-wrapper {
    width: 90%;
    padding-top: 20px;
    position: relative;
    margin: 0 auto;
  }

  .affiliate-illust-area .affiliate-illust-description {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    background: #fff;
    border-radius: 50px;
    padding: 8px;
  }

  .affiliate-illust-area-2 .affiliate-illust-description.first {
    margin-bottom: 5px !important;
  }

  .affiliate-illust-area-2 .affiliate-illust-description.second {
    margin-top: 5px !important;
  }

  .affiliate-illust-area-2 .affiliate-illust-description-arrow {
    font-size: 20px;
  }

  .affiliate-illust-area-2 .affiliate-illust-wrapper {
    height: 80px;
  }

  .affiliate-illust-area-2 .affiliate-illust-wrapper img {
    height: 60px;
    margin: 0 auto;
  }

  .affiliate-illust-area-3 {
    margin-bottom: 40px !important;
  }

  .affiliate-illust-area-3 .affiliate-illust-wrapper {
    height: 100px;
  }

  .affiliate-illust-area-3 .affiliate-illust-wrapper img {
    height: 80px;
    margin: 0 auto;
  }

  .image-1,
  .image-2 {
    display: none;
  }

  .image-sm {
    display: block;
  }

  .affiliate-flow-item {
    font-size: 16px;
    padding: 8px 0;
  }

  .affiliate-flow-item p {
    width: 90%;
    margin: 0 auto;
  }

  .affiliate-flow-item-end,
  .affiliate-self-item-end {
    font-size: 20px;
  }

  .affiliate-service-title {
    font-size: 20px;
    height: auto;
    margin: 40px 0 20px 0;
  }

  .affiliate-service-table p {
    font-size: 16px;
  }

  .affiliate-service-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 0 40px 0;
  }

  .affiliate-service-image {
    width: 100%;
    text-align: center;
  }

  .affiliate-service-image img {
    width: 70%;
    max-width: 360px !important;
  }

  .affiliate-service-table {
    width: 100%;
    padding: 10px 0;
  }

  .affiliate-service-table p {
    font-size: 16px;
  }

  .affiliate-service-table table {
    width: 100%;
    margin: 30px 0 0 0;
  }

  .affiliate-service-table table th {
    font-size: 20px;
  }

  .affiliate-service-table table td {
    height: 25px;
    font-size: 16px;
  }

  .affiliate-service-table-3 table tr td {
    font-size: 14px;
  }

  .affiliate-ad-ranking {
    min-height: 1000px;
  }

  .affiliate-ad-ranking {
    min-height: 1000px;
  }

  .affiliate-ad-ranking-item {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 30px;
    text-align: center;
    background: #fff;
    margin: 30px 0 0 0;
    padding: 0 0 20px 0;
  }

  .affiliate-ad-ranking-item img {
    width: 65px;
    margin: 20px;
  }

  .affiliate-ad-ranking-item .ranking {
    width: 260px !important;
    height: 50px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    padding: 7px 0 0 0 !important;
  }

  .affiliate-ad-ranking-item .ranking .ranking-num {
    font-size: 27px;
  }

  .affiliate-ad-ranking-item .item-name {
    margin-top: 20px;
    font-size: 17px;
  }

  .affiliate-ad-ranking-item-1 .item-name {
    color: #ba9143;
  }

  .affiliate-ad-ranking-item-2 .item-name {
    color: #8eadb5;
  }

  .affiliate-ad-ranking-item-3 .item-name {
    color: #a25f3b;
  }

  .affiliate-ad-ranking-item-1 .banner-image {
    width: 200px;
    height: 83px;
    margin: 0;
  }

  .affiliate-ad-ranking-item-2 .banner-image {
    width: 103px;
    margin: 0;
  }

  .affiliate-ad-ranking-item-3 .item-description {
    margin: 15px 0;
    font-size: 17px;
  }

  .affiliate-ad-ranking-item-1 {
    margin: 40px auto 20px auto;
  }

  .affiliate-ad-ranking-item-2,
  .affiliate-ad-ranking-item-3 {
    margin: 20px auto;
  }

  .layout_fbox-sm {
    flex-direction: column;
  }

  .affiliate-ad-ranking-item {
    width: 100%;
  }

  .affiliate-advice-image img {
    width: 90%;
    margin: 30px auto;
  }

  .affiliate-chart {
    display: none;
  }

  .affiliate-chart-sm {
    display: block;
    width: 100%;
  }

  .affiliate-chart-sm img {
    width: 96%;
    margin: 30px auto;
    max-width: 750px;
  }

  .affiliate-advice-image {
    flex-direction: column;
  }

  .affiliate-advice-image div {
    width: 100%;
  }

  .affiliate-advice-image img {
    max-width: 400px;
  }

  .affiliate-advice-item .affiliate-advice-title {
    height: auto;
    font-size: 19px;
    border-radius: 20px 20px 0 0;
    margin: 30px 0 0 0;
  }

  .affiliate-advice-item .affiliate-advice-title p {
    width: 90%;
    margin: 0 auto;
  }

  .affiliate-advice-item .affiliate-advice-description {
    text-align: center;
    font-size: 16px;
    border-radius: 0 0 20px 20px;
    width: 100%;
    padding: 20px 0;
    margin: 0 0 30px 0;
  }

  .affiliate-advice-description p {
    width: 90%;
    margin: 0 auto;
  }

  .affiliate-self-item {
    height: auto;
    font-size: 16px;
    padding: 5px 0;
  }

  .affiliate-self-item-end {
    height: auto;
    font-size: 16px;
    padding: 5px 0;
  }

  .affiliate-self-item-num {
    width: 15%;
    text-align: center;
    padding: 5px 0;
  }

  .affiliate-self-item-description {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .affiliate-self-item .num,
  .affiliate-self-item-end .num {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 20px;
    padding: 0;
  }

  .affiliate-self-item .num {
    color: #fff;
    background: #f57;
  }

  .affiliate-self-item-end .num {
    color: #f57;
    background: #fff;
  }

  .affiliate-other {
    color: #808088;
    font-size: 15px;
    list-style: disc !important;
    margin: 20px auto;
    width: 80%;
  }

  .background-bottom {
    min-height: 300px;
  }

  .affiliate-bottom-curve {
    height: 50px;
  }

  .affiliate-bottom-button {
    width: 100%;
    height: auto;
    font-size: 16px;
    padding: 10px 0;
    border-radius: 10px;
  }

  .affiliate-bottom-button-1 {
    margin: 30px auto 0 auto;
    line-height: 1em;
  }

  .affiliate-bottom-button-2 {
    margin: 30px auto;
  }

  .affiliate-bottom-button .text-large {
    font-size: 20px;
  }

  .affiliate-bottom-button .text-small {
    font-size: 12px;
  }

  .breadcrumb-bottom {
    display: none;
  }

  .affiliate-ad-ranking-item-1,
  .affiliate-ad-ranking-item-2,
  .affiliate-ad-ranking-item-3,
  .affiliate-advice-image-1,
  .affiliate-advice-image-2,
  .affiliate-bottom-button-1,
  .affiliate-bottom-button-2 {
    display: block !important;
  }
}

@media screen and (max-width: 576px) {
  .main h1 {
    font-size: 24px;
    padding: 20px 0 0 0;
  }

  .affiliate-main h1 {
    top: 5%;
    font-size: 25px;
    line-height: 1.2em;
  }

  .affiliate-main-description {
    padding: 10px 0;
    font-size: 12px;
  }

  .affiliate-illust-area .affiliate-illust-title {
    font-size: 16px;
  }

  .affiliate-flow-item {
    height: auto;
    font-size: 14px;
    padding: 5px 0;
  }

  .affiliate-flow-item-end,
  .affiliate-self-item-end {
    height: auto;
    font-size: 16px;
  }

  .affiliate-service-table table th {
    font-size: 20px;
  }

  .affiliate-service-table table td {
    height: 25px;
    font-size: 14px;
  }

  .affiliate-service-table-3 table tr td {
    font-size: 12px;
  }

  .affiliate-service-table table td:nth-child(1) {
    padding: 3px 12px;
    text-align: left;
  }

  .affiliate-self-item {
    height: auto;
    font-size: 14px;
    padding: 5px 0;
  }

  .break-sm::after {
    content: '\A';
    white-space: pre;
  }
}

@media screen and (min-width: 769px) {
  .affiliate-main {
    min-height: 450px;
  }

  .image-1,
  .image-2 {
    display: block;
  }

  .image-sm {
    display: none;
  }

  .affiliate-chart-sm {
    display: none;
  }
}