@charset "UTF-8";

@media screen and (max-width: 760px) {
  #main.affiliate_base {
    padding:10px;
  }
}

/* bg */
.bg_dark {
  background: #eee;
  padding: 20px;
  width: 95%;
}

.bg_dark.--mb {
  margin-bottom: 80px;
}

@media screen and (max-width: 760px) {
  .bg_dark.--mb {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 760px) {
  .bg_dark {
    margin: auto;
    padding: 15px 7%;
    width: 100%;
  }
}

/* select */
.select {
  position: relative;
  overflow: hidden;
  display: table;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  border: 1px solid #b3c5ee;
}

@media screen and (max-width: 760px) {
  .select {
    width: 100%;
  }
}

.select > select {
  width: 100%;
  height: 35px;
  overflow: hidden;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: #F7FCFF;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 38px 0 15px;
}

@media screen and (max-width: 760px) {
  .select > select {
    font-size: 16px;
  }
}

.select::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #007bff transparent transparent transparent;
}

.affiliate_member_text {
  margin: 0 0 3em;
}

@media screen and (max-width: 760px) {
  .affiliate_member_text {
    margin: 0 auto 2em;
    width: 88%;
  }
}

@media screen and (min-width: 761px) and (max-width: 1360px) {
  .affiliate_main {
    padding: 0 10px 0 50px;
  }
}

/* report */
.affiliate_member_title {
  font-weight: bold;
  background: #4d77d8;
  border-left: 10px solid #003dc8;
  padding: 5px 10px 5px 15px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #fcee21;
  text-shadow: 1px 1px 0 #1d0ea4;
  margin: 20px 0;
}

.affiliate_member_report_switch_element a{
  text-decoration: none;
}
.affiliate_member_report_switch.select{
  display: inline-block;
  overflow: inherit;
}
.affiliate_member_report_switch.select::after{
  content:none;
}
.affiliate_member_report_switch{
  line-height: 35px;
  margin-bottom:15px;
}
.affiliate_table_overflow{
  width:95%;
}
.affiliate_member_table_row, .affiliate_member_table_body .affiliate_member_table_row:nth-child(2n){
  background: white;
  border:1px solid #eee;
}
.report_line{
  max-width: 95%;;
  padding:10px;
  margin-bottom:20px;
}
.report_circle{
  max-width:300px;
  padding:10px;
}

@media screen and (max-width: 760px) {
  .affiliate_table_overflow{
    width:100%;
  }
}
@media screen and (max-width: 760px) {
  .affiliate_member_title {
    width: auto;
    margin: 20px 0;
    display: table;
    min-width: 250px;
    padding: 5px 50px 5px 10px;
    background: -moz-linear-gradient(left, #4d77d8 75%, #FFF);
    background: -webkit-linear-gradient(left, #4d77d8 75%, #FFF);
    background: linear-gradient(to right, #4d77d8 75%, #FFF);
  }
}

.affiliate_member_title::before {
  content: none;
}

.affiliate_member_title.--report {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 760px) {
  .affiliate_member_title.--report {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin-bottom: 40px;
  }
}

.affiliate_member_title.--report > span {
  color: #fff;
  font-size: 14px;
  text-shadow: none;
}

@media screen and (max-width: 760px) {
  .affiliate_member_title.--report > span {
    font-size: 12px;
    position: absolute;
    color: #333;
    bottom: -2em;
    right: 15px;
  }
}

.afmember_reportTbl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #b3b3b3;
  background: #fff;
  margin-bottom: 20px;
}

.afmember_reportTbl .item {
  border-bottom: 1px solid #b3b3b3;
  border-right: 1px dotted #b3b3b3;
  width: calc(100% / 6);
  text-align: center;
  padding: 15px 10px;
  font-weight: 600;
}

.afmember_reportTbl .item:last-child {
  border-right: none;
}

@media screen and (max-width: 760px) {
  .afmember_reportTbl .item {
    width: 100%;
    padding: 0;
    display: flex;
    border-right: none;
  }
}

.afmember_reportTbl .item dt {
  font-size: 14px;
  margin-bottom: 5px;
  color: #003dc8;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 760px) {
  .afmember_reportTbl .item dt {
    margin-bottom: 0;
    width: 50%;
    background: #668BDE;
    color: #fff;
    padding: 5px 10px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
  }
}

@media screen and (max-width: 760px) {
  .afmember_reportTbl .item dd {
    padding: 5px 10px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

.afmember_reportTbl .item dd span {
  line-height: 1;
  font-size: 30px;
}

@media screen and (max-width: 760px) {
  .afmember_reportTbl .item dd span {
    font-size: 20px;
  }
}

.afmember_reportGraf + .afmember_reportGraf {
  margin-top: 30px;
}

.afmember_reportGraf-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 760px) {
  .afmember_reportGraf-head .item {
    width: 100%;
  }
}

.afmember_reportGraf-head .item:nth-child(1) {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 760px) {
  .afmember_reportGraf-head .item:nth-child(1) {
    margin-bottom: 0;
  }
}

.afmember_reportGraf-head .item:nth-child(1) > span {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 760px) {
  .afmember_reportGraf-head .item:nth-child(1) > span {
    width: 2.5em;
    margin: 0 10px 0 0;
    font-size: 14px;
  }
}

.afmember_reportGraf-head .item:nth-child(1) .select + .select {
  margin-left: 10px;
}

@media screen and (max-width: 760px) {
  .afmember_reportGraf-head .item:nth-child(1) .select + .select {
    margin: 0 0 0 5px;
  }
}

@media screen and (max-width: 991px) {
  .afmember_reportGraf-head .item:nth-child(1) .select {
    width: calc((100% - 2.5em) / 2);
  }
}

.afmember_reportGraf-head .item:nth-child(2) ul {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 760px) {
  .afmember_reportGraf-head .item:nth-child(2) ul {
    justify-content: flex-end;
  }
}

.afmember_reportGraf-head .item:nth-child(2) ul li {
  position: relative;
  padding-left: 1em;
  list-style: none;
  font-size: 14px;
}

@media screen and (max-width: 760px) {
  .afmember_reportGraf-head .item:nth-child(2) ul li {
    font-size: 12px;
  }
}

.afmember_reportGraf-head .item:nth-child(2) ul li::before {
  background-color: #ccc;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
}

.afmember_reportGraf-head .item:nth-child(2) ul li:not(:last-child) {
  margin-right: 20px;
}

.afmember_reportGraf-items {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 760px) {
  .afmember_reportGraf-items {
    justify-content: flex-end;
  }
}

.afmember_reportGraf-items li {
  position: relative;
  padding-left: 1em;
  list-style: none;
  font-size: 14px;
}

@media screen and (max-width: 760px) {
  .afmember_reportGraf-items li {
    font-size: 12px;
  }
}

.afmember_reportGraf-items li::before {
  background-color: #ccc;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
}

.afmember_reportGraf-items li:not(:last-child) {
  margin-right: 20px;
}

.afmember_reportGraf .data01::before {
  background-color: #ff007d !important;
}

.afmember_reportGraf .data02::before {
  background-color: #005cff !important;
}

.afmember_reportGraf .data03::before {
  background-color: #ff9a00 !important;
}

.afmember_reportGraf .data04::before {
  background-color: #00a800 !important;
}

.afmember_reportGraf-main .afmember_reportGraf-items {
  margin-top: 10px;
  justify-content: center;
}

@media screen and (min-width: 761px) {
  .afmember_reportGraf-main .afmember_reportGraf-items {
    display: none;
  }
}

.afmember_reportTotal {
  margin: 30px 0 80px;
  width: 95%;
}

@media screen and (max-width: 760px) {
  .afmember_reportTotal {
    margin: 0 auto 30px;
    width: 100%;
    padding: 15px 0 30px;
    background: #eee;
  }
}

.afmember_reportTotal-main {
  display: flex;
  justify-content: center;
}

.afmember_reportTotal-main dl {
  border: 1px solid #1a50ce;
  width: 40%;
  max-width: 300px;
  box-shadow: 4px 4px 0 #cceeff;
}

@media screen and (max-width: 760px) {
  .afmember_reportTotal-main dl {
    width: 50%;
    box-shadow: none;
  }
}

.afmember_reportTotal-main dl:not(:last-child) {
  margin-right: 50px;
}

@media screen and (max-width: 760px) {
  .afmember_reportTotal-main dl:not(:last-child) {
    margin-right: 0;
    border-right: none;
  }
}

.afmember_reportTotal-main dl dt {
  color: #ffff00;
  background: #1a50ce;
  border-bottom: 1px solid #1a50ce;
  padding: 5px 10px;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 760px) {
  .afmember_reportTotal-main dl dt {
    font-size: 13px;
    padding: 5px;
  }
}

.afmember_reportTotal-main dl dd {
  text-align: center;
  padding: 30px;
  background: #f2fbff;
}

@media screen and (max-width: 760px) {
  .afmember_reportTotal-main dl dd {
    padding: 20px;
    background: #fff;
  }
}

.afmember_reportTotal-main dl dd > span {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 760px) {
  .afmember_reportTotal-main dl dd > span {
    font-size: 22px;
  }
}

.afmember_reportTotal-caution {
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
  color: #666;
}

@media screen and (max-width: 760px) {
  .afmember_reportTotal-caution {
    font-size: 12px;
    margin-top: 10px;
    padding-right: 3%;
  }
}

.afmember_reportTotal-caution li {
  list-style: none;
}

/* login */
.affiliate_login_box {
  width: 75%;
  margin-bottom: 200px;
  padding: 30px 20px;
}

@media screen and (max-width: 760px) {
  .affiliate_login_box {
    margin-bottom: 30px;
    width: 88%;
    padding: 20px;
  }
}

.affiliate_login_box .affiliate_submit {
  background: #3364d3;
  border: none;
  margin-bottom: 10px;
}

@media screen and (max-width: 760px) {
  .affiliate_login_box .affiliate_submit {
    margin-top: 0;
  }
}

.affiliate_login_box .affiliate_submit:hover {
  background: #455789;
}

.to_password {
  text-decoration: underline;
  color: #808080;
}

@media screen and (max-width: 760px) {
  .to_password {
    font-size: 14px;
  }
}

.affiliate_login_subtitle {
  color: #333;
  font-weight: bold;
}

.affiliate_login_category_name,
.affiliate_login_subtitle,
.affiliate_password_category_name {
  color: #333;
}

.affiliate_login_form {
  background: #f5fcff !important;
  border: 1px solid #3364d3 !important;
  border-radius: 0 !important;
}

.affiliate_login_category_name {
  width: 25%;
}

@media screen and (max-width: 760px) {
  .affiliate_login_category_name + .affiliate_login_form_cell {
    padding-top: 5px;
  }
}

.afmember_bannerBox {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 760px) {
  .afmember_bannerBox {
    flex-direction: column;
    padding: 15px;
  }
}

.afmember_bannerBox + .afmember_bannerBox {
  margin-top: 20px;
}

.afmember_bannerBox-img {
  width: 400px;
  margin-right: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 760px) {
  .afmember_bannerBox-img.--vertical {
    max-width: 30%;
    margin: 0 auto 20px;
  }
}

@media screen and (min-width: 761px) and (max-width: 1360px) {
  .afmember_bannerBox-img {
    width: 340px;
  }
}

@media screen and (max-width: 760px) {
  .afmember_bannerBox-img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.afmember_bannerBox-img > img {
  width: auto;
  max-width: 400px;
  max-height: 400px;
}

@media screen and (min-width: 761px) and (max-width: 1360px) {
  .afmember_bannerBox-img > img {
    max-width: 340px;
  }
}

@media screen and (max-width: 760px) {
  .afmember_bannerBox-img > img {
    max-width: 100%;
    width: 100%;
    max-height: inherit;
  }
}

.afmember_bannerBox-img .affiliate_banner_large_view {
  margin-top: 5px;
}

@media screen and (max-width: 760px) {
  .afmember_bannerBox-img .affiliate_banner_large_view {
    display: none;
  }
}

.afmember_bannerBox-img .afmember_bannerBox-data {
  margin-bottom: 0;
}

@media screen and (max-width: 760px) {
  .afmember_bannerBox-img .afmember_bannerBox-data {
    align-self: flex-start;
  }
}

.afmember_bannerBox-main {
  width: calc(100% - 400px);
}

@media screen and (min-width: 761px) and (max-width: 1360px) {
  .afmember_bannerBox-main {
    width: calc(100% - 370px);
  }
}

@media screen and (max-width: 760px) {
  .afmember_bannerBox-main {
    width: 100%;
  }
}

.afmember_bannerBox-data {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 760px) {
  .afmember_bannerBox-data {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 762px) {
  .afmember_bannerBox-data .item:nth-child(1) {
    border-right: 1px solid #ccc;
    margin-right: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 760px) {
  .afmember_bannerBox-data .item:nth-child(1) {
    border-right: 1px solid #ccc;
    margin-right: 15px;
    padding-right: 15px;
  }
}

.afmember_bannerBox-data .item:nth-child(1) ul li > b {
  background: #003dc8;
  color: #fff;
}

.afmember_bannerBox-data ul li {
  list-style: none;
  display: flex;
  align-items: center;
}

.afmember_bannerBox-data ul li:not(:last-child) {
  margin-bottom: 10px;
}

.afmember_bannerBox-data ul li > b {
  display: block;
  background: #d9f2ff;
  color: #003dc8;
  text-align: center;
  font-size: 12px;
  width: 7em;
  margin-right: 5px;
  padding: 3px 0;
  border-radius: 5px;
}

@media screen and (max-width: 760px) {
  .afmember_bannerBox-data ul li > b {
    width: 6em;
    font-size: 12px;
    letter-spacing: -0.01em;
  }
}

.afmember_bannerBox-data ul li > span {
  display: block;
}

@media screen and (max-width: 760px) {
  .afmember_bannerBox-data ul li > span {
    font-size: 12px;
  }
}

.afmember_bannerBox-link dt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5px;
}

.afmember_bannerBox-link dt > span {
  color: #666;
}

@media screen and (max-width: 760px) {
  .afmember_bannerBox-link dt {
    flex-direction: column;
    align-items: flex-start;
  }
}

.afmember_bannerBox-link dt .affiliate_banner_copy_button {
  background: #ccc;
}

@media screen and (max-width: 760px) {
  .afmember_bannerBox-link dt .affiliate_banner_copy_button {
    margin-top: 5px;
    background: #999;
  }
}

@media screen and (max-width: 360px) {
  .afmember_bannerBox-link dt .affiliate_banner_copy_button {
    padding: 5px 10px;
  }
}

@media screen and (min-width: 761px) {
  .afmember_bannerBox-link dt .affiliate_banner_copy_button:hover {
    background: #3364d3;
  }
}

.afmember_bannerBox-link dd .affiliate_banner_code {
  border-color: #ccc;
}

@media screen and (min-width: 761px) and (max-width: 1360px) {
  .affiliate_banner_copy_button {
    padding: 5px 10px;
  }
}

.modal {
  width: auto !important;
  padding: 0 !important;
}

@media screen and (min-width: 761px) {
  .modal {
    max-width: 750px !important;
  }
}

.modal img {
  display: block;
  width: 100%;
}

.affiliate_profile_bg {
  background: #f2f2f2;
  padding: 30px 30px 50px 30px;
  width: 85%;
  margin-left: 50px;
  margin-bottom: 80px;
}

@media screen and (max-width: 760px) {
  .affiliate_profile_bg {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 15px 15px 50px 15px;
  }
}

.affiliate_profile_bg .link_cancel {
  text-decoration: none;
}

.affiliate_profile_flex_item_table {
  border: none;
  margin: auto;
}

@media screen and (min-width: 761px) {
  .affiliate_profile_flex_item_table {
    overflow-x: auto;
  }
}

@media screen and (max-width: 760px) {
  .affiliate_profile_flex_item_table {
    width: 100%;
  }
}

.affiliate_profile_flex_item_table .affiliate_member_td,
.affiliate_profile_flex_item_table .affiliate_member_white_th {
  border-right: none;
  border-bottom: 4px solid #f2f2f2;
}

@media screen and (max-width: 760px) {
  .affiliate_profile_flex_item_table .affiliate_member_td,
  .affiliate_profile_flex_item_table .affiliate_member_white_th {
    border-bottom-width: 1px;
  }
}

.affiliate_profile_flex_item_table .affiliate_member_white_th {
  border-top: none;
  background: #809ee3;
  color: #fff;
}

.affiliate_profile_change_button {
  background: #3364d3;
  border: 1px solid #3364d3;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.35);
  border-radius: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 760px) {
  .affiliate_profile_change_button {
    margin-bottom: 10px;
  }
}

.link_cancel {
  color: #808080;
}

.affiliate_profile_name {
  background: #fff;
  padding: 15px 0 15px 20px;
  display: table;
  margin: 0 auto 30px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 760px) {
  .affiliate_profile_name {
    padding: 10px 15px;
    width: 100%;
    margin: 0 auto 15px;
  }
}

.affiliate_profile_name dl {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 760px) {
  .affiliate_profile_name dl {
    justify-content: flex-start;
  }
}

.affiliate_profile_name dl dt {
  margin-right: 50px;
  color: #003dc8;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 760px) {
  .affiliate_profile_name dl dt {
    margin-right: 0;
    width: 3em;
  }
}

.affiliate_profile_name dl dd {
  margin-right: 50px;
}

@media screen and (max-width: 760px) {
  .affiliate_profile_name dl dd {
    margin-right: 0;
    width: calc(100% - 3em);
    text-align: left;
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.affiliate_profile_name dl dd > span {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 760px) {
  .affiliate_profile_name dl dd > span {
    font-size: 18px;
  }
}

/*------------------------------------
よくあるご質問
------------------------------------*/
.affiliate_member_question {
  border: 1px solid #668bde;
  padding: 20px 15px;
  background: #fff;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 760px) {
  .affiliate_member_question {
    padding: 20px 15px 20px 5px;
  }
}

.affiliate_member_question_title {
  position: relative;
  padding-left: 50px;
  margin-bottom: 10px;
  color: #003dc8;
  font-size: 18px;
}

@media screen and (max-width: 760px) {
  .affiliate_member_question_title {
    font-size: 16px;
  }
}

.affiliate_member_question_title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

.affiliate_member_Q {
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
}

.affiliate_member_Q img {
  height: 30px;
}

.affiliate_member_question_text p + p {
  margin-top: 15px;
}

.affiliate_contact_text {
  width: 95%;
  padding-left: 3%;
  margin: 0 0 40px;
}

@media screen and (max-width: 760px) {
  .affiliate_contact_text {
    margin: 0 auto 20px;
    width: 88%;
    padding-left: 0;
    font-size: 16px;
  }
}

.affiliate_contact_flex {
  background: #f2f2f2;
  width: 70%;
  margin-left: 100px;
  padding: 20px 35px;
}

@media screen and (max-width: 760px) {
  .affiliate_contact_flex {
    margin: 0 auto 50px;
    width: 100%;
    padding: 20px 5%;
    flex-direction: row;
  }
}

.affiliate_contact_btn {
  display: block;
  text-decoration: none !important;
}

@media screen and (min-width: 761px) {
  .affiliate_contact_btn:hover {
    opacity: 0.8;
  }
}

.affiliate_contact_btn > img {
  display: block;
  max-width: 230px;
  margin: auto;
}

.affiliate_contact_btn > span {
  text-decoration: none !important;
  color: #333;
  font-size: 14px;
}

@media screen and (max-width: 760px) {
  .affiliate_contact_box {
    width: 48%;
  }
  .affiliate_contact_box img {
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .affiliate_contact_box + .affiliate_contact_box {
    margin-top: 0;
  }
}

.affiliate_question_text_link {
  text-decoration: underline;
}

.affiliate_help_main {
  background: #f2f2f2;
  width: 85%;
  margin-left: 5%;
  padding: 20px 35px;
  margin-bottom: 50px;
}

@media screen and (max-width: 760px) {
  .affiliate_help_main {
    width: 100%;
    margin-left: 0;
    padding: 20px 15px 20px 15px;
  }
}

.affiliate_help_box {
  border: none;
  padding: 20px 15px;
  background: #fff;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 760px) {
  .affiliate_help_box {
    margin: 0 0 25px;
  }
}

.affiliate_help_answer {
  background: none;
  padding: 0 20px;
}

@media screen and (max-width: 760px) {
  .affiliate_help_answer {
    padding: 0 0 0 20px;
    font-size: 14px;
  }
}

.affiliate_help_flex {
  margin-bottom: 0;
}

.affiliate_help_ttl {
  display: block;
  font-weight: bold;
  position: relative;
  padding-left: 70px;
  margin-bottom: 30px;
  color: #003dc8;
  font-size: 20px;
}

@media screen and (max-width: 760px) {
  .affiliate_help_ttl {
    font-size: 16px;
    padding-left: 50px;
  }
}

.affiliate_help_ttl::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

.affiliate_help_image {
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: auto;
}

@media screen and (max-width: 760px) {
  .affiliate_help_image {
    height: 30px;
  }
}

.affiliate_help_image img {
  height: 40px;
}

@media screen and (max-width: 760px) {
  .affiliate_help_image img {
    height: 30px;
  }
}

.affiliate_help_question {
  margin-top: 0;
  font-size: 20px;
}

@media screen and (max-width: 760px) {
  .affiliate_help_question {
    font-size: 16px;
  }
}

/*------------------------------------
TOP
------------------------------------*/
.affiliate_top_page_header_text_area {
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 760px) {
  .affiliate_top_page_header_text_area {
    width: 90%;
  }
}

.affiliate_top_page_header_text_area img {
  width: 100%;
  display: block;
  margin: auto;
}

.affiliate_top_page_header {
  margin-bottom: 30px;
}

@media screen and (max-width: 760px) {
  .affiliate_top_page_header {
    margin-bottom: 0;
  }
}

.affiliate_top_space {
  margin: 0;
}

.affiliate_top_login {
  margin: 0 auto 40px;
  background: #eee;
  width: 80%;
  padding: 30px 40px;
}

@media screen and (min-width: 1280px) {
  .affiliate_top_login {
    width: 70%;
  }
}

.affiliate_top_login_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.affiliate_top_login .affiliate_login_table {
  width: 65%;
  margin-bottom: 0;
}

.affiliate_top_login .affiliate_login_table .affiliate_login_form_cell {
  padding: 5px;
}

.affiliate_top_login_btn {
  width: 30%;
}

.affiliate_top_login_btn .affiliate_submit {
  margin-bottom: 10px;
  width: 100%;
  margin-top: 0;
  padding: 13px;
  background: #3364d3;
  border: none;
  border-radius: 0;
}

@media screen and (min-width: 761px) {
  .affiliate_top_login_btn .affiliate_submit:hover {
    opacity: 0.8;
  }
}

.affiliate_top_login_btn .to_password {
  text-align: center;
}

.affiliate_top_title {
  display: table;
  position: relative;
  height: 50px;
  /*リボンの高さ*/
  line-height: 50px;
  /*リボンの高さ*/
  text-align: center;
  padding: 0 30px;
  /*横の大きさ*/
  font-size: 20px;
  /*文字の大きさ*/
  font-weight: bold;
  background: #3364D3;
  /*塗りつぶし色*/
  color: #fcee21;
  text-shadow: 1px 1px 0 #1d0ea4;
  box-sizing: border-box;
  width: 95%;
  margin: 0 auto 20px;
  font-size: 20px;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 1280px) {
  .affiliate_top_title {
    width: 85%;
  }
}

@media screen and (min-width: 1480px) {
  .affiliate_top_title {
    font-size: 22px;
  }
}

@media screen and (max-width: 760px) {
  .affiliate_top_title {
    width: 100%;
    font-size: 18px;
    line-height: 1.6;
    height: auto;
    padding: 10px;
    color: #fcee21;
    text-shadow: none;
  }
}

.affiliate_top_title:before,
.affiliate_top_title:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

@media screen and (max-width: 760px) {
  .affiliate_top_title:before,
  .affiliate_top_title:after {
    content: none;
  }
}

.affiliate_top_title:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.affiliate_top_title:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.affiliate_top_text {
  width: 85%;
  margin: 0 auto 50px;
  padding: 0 30px;
  /*横の大きさ*/
}

@media screen and (max-width: 760px) {
  .affiliate_top_text {
    width: 100%;
    font-size: 16px;
    margin: 0 auto 30px;
  }
}

.affiliate_top_links {
  width: 90%;
  margin: 0 auto 50px;
  padding: 0 30px;
  /*横の大きさ*/
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100%;
}

@media screen and (min-width: 1280px) {
  .affiliate_top_links {
    width: 85%;
  }
}

@media screen and (max-width: 760px) {
  .affiliate_top_links {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin: 0 auto 60px;
  }
}

.affiliate_top_link_box {
  background: #3364D3;
  border-radius: 0;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 760px) {
  .affiliate_top_link_box {
    margin-bottom: 0;
  }
}

.affiliate_top_link_box:hover {
  opacity: 0.8;
  background: #3364d3;
}

.affiliate_top_link_box:before {
  content: none;
}

/*------------------------------------
コミッション制度
------------------------------------*/
.affiliate_commission_bg {
  background: #E6ECF9;
  padding: 30px;
  width: 93%;
  margin-left: 1%;
  margin-bottom: 50px;
}

@media screen and (max-width: 760px) {
  .affiliate_commission_bg {
    width: 100%;
    margin-left: 0;
    background: none;
    padding: 0;
    margin-bottom: 20px;
  }
}

.affiliate_commission_box {
  background: #fff;
  padding: 20px 30px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 760px) {
  .affiliate_commission_box {
    padding: 0;
    width: 90%;
    margin: auto;
    box-shadow: none;
  }
}

.affiliate_commission_box + .affiliate_commission_box {
  margin-top: 30px;
}

@media screen and (max-width: 760px) {
  .affiliate_commission_box + .affiliate_commission_box {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 760px) {
  .affiliate_commission_box .affiliate_commission_text {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.affiliate_commission_box .affiliate_commission_text dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding-left: 1em;
}

@media screen and (max-width: 760px) {
  .affiliate_commission_box .affiliate_commission_text dt {
    margin-bottom: 10px;
  }
}

.affiliate_commission_box .affiliate_commission_text dt::before {
  content: '';
  position: absolute;
  top: 0.3em;
  left: 0;
  background: #003DC8;
  border-radius: 50%;
  width: 0.8em;
  height: 0.8em;
}

.affiliate_commission_box .affiliate_commission_text dd {
  padding-left: 1em;
}

.affiliate_commission_table {
  width: 60%;
  min-width: 500px;
}

@media screen and (max-width: 760px) {
  .affiliate_commission_table {
    width: 100%;
    min-width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.affiliate_commission_table .affiliate_commission_table_thead {
  background: #668BDE;
}

.affiliate_commission_table .affiliate_commission_th {
  font-weight: bold;
}

.affiliate_commission_table .affiliate_commission_th,
.affiliate_commission_table .affiliate_commission_cell {
  border: none !important;
  padding: 0.5em;
}

.affiliate_commission_table .affiliate_commission_th:first-child {
  border-right: 1px solid #fff !important;
}

.affiliate_commission_table .affiliate_commission_cell {
  border-bottom: 1px solid #668BDE !important;
}

.affiliate_commission_table .affiliate_commission_cell:first-child {
  border-right: 1px solid #668BDE !important;
}

.affiliate_commission_linetext {
  text-align: center;
  padding-bottom: 20px;
}

.affiliate_commission_linetext > span {
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

@media screen and (max-width: 760px) {
  .affiliate_commission_linetext > span {
    font-size: 16px;
  }
}

.affiliate_attention_area {
  margin-top: 30px;
  background: #E6ECF9;
  padding: 20px 0;
}

@media screen and (max-width: 760px) {
  .affiliate_attention_area {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 760px) {
  .affiliate_attention_area .affiliate_commission_text {
    font-size: 16px;
    width: 90%;
  }
}

.affiliate_attention_area .affiliate_commission_text:last-child {
  margin-bottom: 0;
}

.affiliate_attention_area .affiliate_attention_text {
  font-weight: bold;
}

.affiliate_attention_area .affiliate_attention_text + b {
  display: inline-block;
  margin-bottom: 5px;
}

/*------------------------------------
登録申請
------------------------------------*/
.affiliate_request_main {
  width: 85%;
  margin-left: 5%;
  padding-bottom: 80px;
}

@media screen and (max-width: 760px) {
  .affiliate_request_main {
    width: 88%;
    margin: auto;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 761px) {
  .affiliate_request_main .affiliate_request_form_tr > th, .affiliate_request_main .affiliate_request_form_tr > td {
    border-bottom: 1px solid #999999;
  }
}

.affiliate_request_main .required_mark {
  width: 50px;
  background: #003DC8;
  border-radius: 5px;
  margin: 0 15px 0 0;
}

.affiliate_request_main .affiliate_request_form_cell {
  padding: 30px 0;
}

@media screen and (max-width: 760px) {
  .affiliate_request_main .affiliate_request_form_cell {
    border-bottom: 1px solid #999999;
    padding: 10px 0 15px;
  }
}

.affiliate_request_main .affiliate_request_name {
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 760px) {
  .affiliate_request_main .affiliate_request_name {
    padding-top: 15px;
  }
}

.affiliate_request_main .affiliate_request_td {
  width: 50px;
}

@media screen and (max-width: 760px) {
  .affiliate_request_main .affiliate_request_td {
    padding-top: 15px;
  }
}

.affiliate_request_main .affiliate_request_form {
  background: #E6E6E6 !important;
  border: none !important;
  border-radius: 5px !important;
}

.affiliate_request_main .affiliate_submit {
  margin: 50px auto 0;
  display: table;
  background: #3364D3;
  border: none;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
  min-width: 280px;
  font-size: 18px;
  border-radius: 0;
}

@media screen and (min-width: 761px) {
  .affiliate_request_main .affiliate_submit:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 760px) {
  .affiliate_request_main .affiliate_submit {
    margin: 30px auto 0;
    min-width: 250px;
  }
}

.affiliate_request_main .affiliate_submit + div {
  margin-top: 10px;
  text-align: center;
}

.affiliate_application {
  margin: 0;
  width: 95%;
}

.affiliate_top_space .affiliate_application {
  margin: 0 auto;
}

.affiliate_application_link_button {
  width: 65%;
}

.banner_no_image {
    margin-top: 15px;
}
