@charset "UTF-8";
/*
	font
*******************************/
/*
	color
*******************************/
/*
01: テーブルセル（奇数行）
02: テーブルセル（偶数行）
03: ホバー
04: ダーク
05: SPグローバルナビゲーション
06: ヘッダーバナー
07: 料金表
*/
/*
	width
*******************************/
/*
	フォントサイズ
*******************************/
/*
	レスポンシブ
*******************************/
/*
	モード
*******************************/
/*
	アイコンフォント
*******************************/
/*
	アーガイル柄
*******************************/
/*
	ホバーアニメーション
*******************************/
/*
	module
*******************************/
.buttonType01 {
  max-width: 564px;
}
.buttonType01_title {
  font-weight: 500;
  word-break: keep-all;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .buttonType01_title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.buttonType01.has-icon .buttonType01_title {
  padding-left: 0;
}
.buttonType01.has-icon .buttonType01_title .icon {
  left: calc(100% + 16px);
  transform: scale(1);
}

/*
	layout
*******************************/
.thisButtonType01 {
  align-items: center;
  background-color: #fff;
  border: #414141 solid 1px;
  color: #414141;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 68px;
  padding: 4px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.thisButtonType01:hover {
  animation: flash 1s;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .thisButtonType01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.thisButtonType01_subTitle {
  font-size: 14px;
  font-size: 1.4rem;
}
.thisButtonType01_title {
  font-weight: 500;
  padding-left: 1em;
  position: relative;
}
.thisButtonType01_title::before {
  display: inline-block;
  font-family: "conoha_icon";
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: none;
  text-transform: none;
  content: "\f001";
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 0;
  transform: scale(0.75);
  transform-origin: left center;
}
.thisButtonType01:hover {
  background-color: #414141;
  color: #fff;
}
.thisButtonType01.is-colorVps {
  border-color: #12b8d7;
  color: #12b8d7;
}
.thisButtonType01.is-colorVps:hover {
  background-color: #12b8d7;
  color: #fff;
}
.thisNavigation {
  background-color: #fff;
  left: 0;
  margin-top: 40px;
  position: sticky;
  top: 29px;
  transform: translate(0, 0);
  transition: transform 0.2s;
  width: 100%;
  z-index: 10;
}
@media (max-width: 768px) {
  .thisNavigation {
    margin-top: 28px;
    top: 0;
  }
}
.thisNavigationList {
  display: flex;
  justify-content: center;
}
.thisNavigationList_item {
  width: 50%;
}
.thisNavigationList_item:hover .thisNavigationButton, .thisNavigationList_item.is-active .thisNavigationButton {
  border-bottom-color: #12b8d7;
}
.thisNavigationList_item:hover .thisNavigationButton::before, .thisNavigationList_item.is-active .thisNavigationButton::before {
  border-top-color: #12b8d7;
}
.thisNavigationButton {
  align-items: center;
  border-bottom: #e4e4e4 solid 4px;
  color: #12b8d7;
  display: flex;
  font-weight: 500;
  justify-content: center;
  padding: 16px 0;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .thisNavigationButton {
    border-bottom-width: 2px;
    padding: 8px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.thisNavigationButton::before {
  border-color: #e4e4e4 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  bottom: -12px;
  content: "";
  display: block;
  height: 0;
  left: calc(50% - 8px);
  position: absolute;
  width: 0;
}
@media (max-width: 768px) {
  .thisNavigationButton::before {
    border-width: 4px 4px 0 4px;
    bottom: -6px;
    left: calc(50% - 4px);
  }
}
.thisNavigationButton_icon {
  line-height: 0;
  margin-right: 16px;
  width: 36px;
  font-size: 36px;
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  .thisNavigationButton_icon {
    margin-right: 8px;
    width: 24px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.thisNavigation.is-hidden {
  transform: translate(0, calc(-100% - 8px));
}
@media (max-width: 768px) {
  .thisNavigation.is-hidden {
    transform: translate(0, calc(-100% - 4px));
  }
}

/*
	mainvisual
*******************************/
.mainvisual {
  background: #12b8d7 url("/affiliate/images/mainvisual_bg.jpg") center center/cover no-repeat;
  color: #fff;
  overflow: hidden;
  padding: 52px 0 50px;
}
@media (max-width: 768px) {
  .mainvisual {
    background-image: url("/affiliate/images/mainvisual_bg-sp.jpg");
    padding: 54px 0 64px;
    text-align: center;
  }
}
.mainvisual_inner {
  margin: 0 auto;
  max-width: 760px;
  position: relative;
}
.mainvisualApply {
  bottom: 38px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 768px) {
  .mainvisualApply {
    bottom: 12px;
    max-width: 230px;
  }
}
.mainvisualApply .buttonType01 {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .mainvisualApply .buttonType01 {
    width: 100%;
  }
  .mainvisualApply .buttonType01.has-icon .buttonType01_title {
    padding-left: 0;
  }
  .mainvisualApply .buttonType01.has-icon .buttonType01_title .icon {
    left: inherit;
    right: 16px;
    top: 50%;
    transform: scale(1) translateY(-50%);
  }
}

/*
	section
*******************************/
.recommend {
  background-color: #ebfcff;
}
.recommendSubtitle {
  margin: 62px auto 20px;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .recommendSubtitle {
    margin-top: 32px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.recommendList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .recommendList {
    margin-top: 20px;
  }
}
.recommendList_item {
  background-color: #fff;
  border-radius: 10px;
  padding: 28px;
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .recommendList_item {
    padding: 20px;
    width: 100%;
  }
}
.recommendList_item:nth-child(1) .recommendUnitHead_image {
  width: 80px;
}
.recommendList_item:nth-child(2) .recommendUnitHead_image {
  width: 120px;
}
.recommendList_item:nth-child(3) .recommendUnitHead_image {
  width: 80px;
}
.recommendList_item:nth-child(4) .recommendUnitHead_image {
  width: 100px;
}
.recommendUnitHead {
  align-items: center;
  display: flex;
  gap: 0 28px;
  justify-content: center;
}
@media (max-width: 768px) {
  .recommendUnitHead {
    gap: 0 20px;
  }
}
.recommendUnitHead_text {
  color: #12b8d7;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .recommendUnitHead_text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.recommendUnitBody {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .recommendUnitBody {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.reasonList_item + .reasonList_item {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .reasonList_item + .reasonList_item {
    margin-top: 12px;
  }
}
.reasonUnit {
  background-color: #ebfcff;
  display: flex;
  padding: 40px;
}
@media (max-width: 768px) {
  .reasonUnit {
    display: block;
    padding: 20px;
  }
}
.reasonUnitImage {
  width: 120px;
}
@media (max-width: 768px) {
  .reasonUnitImage {
    width: 100%;
  }
}
.reasonUnitImage .boxImage {
  max-width: 120px;
}
.reasonUnitText {
  padding-left: 20px;
  width: calc(100% - 120px);
}
@media (max-width: 768px) {
  .reasonUnitText {
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
  }
}
.reasonUnitText_title {
  color: #12b8d7;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .reasonUnitText_title {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.reasonUnitText_description p:nth-child(n+2) {
  margin-top: 1em;
}

.apply {
  background-color: #006577;
  color: #fff;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .apply {
    padding: 32px 0;
  }
}
.applyTitle {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
  font-size: 48px;
  font-size: 4.8rem;
}
@media (max-width: 768px) {
  .applyTitle {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.rewardsTableType01 {
  background-color: #c6c6c6;
  border: #c6c6c6 solid 1px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, 1fr) 2.5fr;
  margin-top: 60px;
  font-size: 14px;
  font-size: 1.4rem;
}
.rewardsTableType01_column {
  position: relative;
}
.rewardsTableType01_column.is-campaign::before {
  border: #12b8d7 solid 2px;
  content: "";
  display: block;
  height: calc(100% + 1px);
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: calc(100% + 1px);
}
.rewardsTableType01_column.is-campaign .rewardsTableType01_cell.is-label {
  background-color: #12b8d7;
}
.rewardsTableType01_balloon {
  background-color: #ff811e;
  border-radius: 999px;
  color: #fff;
  font-weight: 500;
  left: 50%;
  padding: 4px 12px;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
}
.rewardsTableType01_cell {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 52px;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
}
.rewardsTableType01_cell strong {
  font-size: 18px;
  font-size: 1.8rem;
}
.rewardsTableType01_cell.is-label {
  background-color: #414141;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
.rewardsTableType01_cell.is-label.is-head {
  height: 70px;
  font-size: 15px;
  font-size: 1.5rem;
}
.rewardsTableType01_cell.is-rowspan2 {
  height: 105px;
}
.rewardsTableType01_cell + .rewardsTableType01_cell {
  margin-top: 1px;
}
.rewardsTableType01.is-campaign {
  grid-template-columns: repeat(2, 1fr) repeat(2, 3fr);
}
.rewardsTableType02 {
  margin-top: 48px;
}
.rewardsTableType02List_item + .rewardsTableType02List_item {
  margin-top: 20px;
}
.rewardsTableType02UnitHead {
  background-color: #414141;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  padding: 16px 4px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.rewardsTableType02UnitBody {
  background-color: #c6c6c6;
  border: #c6c6c6 solid 1px;
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr 2fr 3fr;
  font-size: 14px;
  font-size: 1.4rem;
}
.rewardsTableType02UnitBody_column {
  position: relative;
}
.rewardsTableType02UnitBody_column.is-campaign::before {
  border: #12b8d7 solid 1px;
  content: "";
  display: block;
  height: calc(100% + 2px);
  left: -1px;
  pointer-events: none;
  position: absolute;
  top: -1px;
  width: calc(100% + 2px);
}
.rewardsTableType02UnitBody_column.is-campaign .rewardsTableType02UnitBody_cell.is-label {
  background-color: #12b8d7;
}
.rewardsTableType02UnitBody_balloon {
  background-color: #ff811e;
  border-radius: 999px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 2px;
  padding: 2px 14px;
  font-size: 12px;
  font-size: 1.2rem;
}
.rewardsTableType02UnitBody_cell {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 52px;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
  width: 100%;
}
.rewardsTableType02UnitBody_cell strong {
  font-size: 18px;
  font-size: 1.8rem;
}
.rewardsTableType02UnitBody_cell.is-label {
  background-color: #414141;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}
.rewardsTableType02UnitBody_cell.is-label.is-head {
  height: 105px;
}
.rewardsTableType02UnitBody_cell.is-label.is-head.is-1gb {
  height: 52px;
}
.rewardsTableType02UnitBody_cell + .rewardsTableType02UnitBody_cell {
  margin-top: 1px;
}
.rewardsTableType02UnitBody + .rewardsTableType02UnitBody {
  margin-top: -1px;
}
.rewardsTableType02.is-campaign .rewardsTableType02UnitBody {
  grid-template-columns: 1fr repeat(2, 1.7fr);
}
.rewardsTableType02.is-campaign .rewardsTableType02UnitBody_cell.is-label {
  background-color: #919191;
}
.rewardsTableType02.is-campaign .rewardsTableType02UnitBody_cell.is-label.is-head {
  height: 70px;
}

.point {
  background-color: #ebfcff;
}
.pointList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .pointList {
    margin-top: 20px;
  }
}
.pointList_item {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 12px 28px;
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .pointList_item {
    padding: 20px;
    width: 100%;
  }
}
.pointList_item:last-child .pointUnitBody_image {
  transform: rotate(24deg);
}
.pointUnitHead {
  color: #12b8d7;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .pointUnitHead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.pointUnitBody {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .pointUnitBody {
    gap: 16px;
    margin-top: 12px;
  }
}
.pointUnitBody_image {
  height: 76px;
  width: auto;
}
@media (max-width: 768px) {
  .pointUnitBody_image {
    height: 63px;
  }
}
.pointUnitBody_image img {
  height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .pointUnitBody_text {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.pointDetail {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .pointDetail {
    margin-top: 20px;
  }
}
.pointDetailUnit {
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  gap: 0 20px;
  justify-content: flex-start;
  padding: 20px;
}
@media (max-width: 768px) {
  .pointDetailUnit {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
}
.pointDetailUnit_num {
  background-color: #12b8d7;
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  margin-top: 16px;
  max-width: 66px;
  padding: 4px 10px;
  text-align: center;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .pointDetailUnit_num {
    margin: 0 auto;
  }
}
.pointDetailUnit_text {
  font-size: 15px;
  font-size: 1.5rem;
}
.pointDetailUnit_text .listIndent {
  margin-top: 4px;
}
.pointDetailUnit_text ol {
  background-color: #ebfcff;
  padding: 12px;
}
.pointDetailUnit + .pointDetailUnit {
  margin-top: 20px;
}
.pointDetailUnit * + p, .pointDetailUnit * + ol {
  margin-top: 8px;
}

.flowStepsList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.flowStepsList_item {
  width: calc(25% - 15px);
}
@media (max-width: 768px) {
  .flowStepsList_item {
    width: 100%;
  }
}
.flowStepsUnit {
  border: #12b8d7 solid 1px;
  border-radius: 8px;
  height: 100%;
  padding: 20px;
}
.flowStepsUnit_title {
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.flowStepsUnit_image {
  margin-top: 20px;
}
.flowStepsUnit_text {
  margin-top: 20px;
  font-size: 15px;
  font-size: 1.5rem;
}
.flowProviderList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.flowProviderList_item {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .flowProviderList_item {
    width: 100%;
  }
}
.flowProviderUnit {
  background-color: #ebfcff;
  height: 100%;
  padding: 28px 40px 40px;
}
@media (max-width: 768px) {
  .flowProviderUnit {
    padding: 20px;
  }
}
.flowProviderUnit_title {
  font-weight: 500;
  line-height: 1.3;
  margin-top: 20px;
  font-size: 20px;
  font-size: 2rem;
}
.flowProviderUnit_text {
  margin-top: 8px;
  font-size: 15px;
  font-size: 1.5rem;
}
.flowProviderUnit_link {
  margin-top: 20px;
}
.flowProviderUnit_link .thisButtonType01 + .thisButtonType01 {
  margin-top: 12px;
}
.flowServiceList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.flowServiceList_item {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .flowServiceList_item {
    width: 100%;
  }
}
.flowServiceUnit_title {
  margin-bottom: 20px;
  padding: 28px 20px;
}
@media (max-width: 768px) {
  .flowServiceUnit_title {
    margin-bottom: 12px;
  }
}
.flowServiceUnit_title .boxImage img {
  height: 40px;
}
@media (max-width: 768px) {
  .flowServiceUnit_title .boxImage img {
    height: 29px;
  }
}
.flowServiceUnit_text {
  background-color: #f7f7f7;
  padding: 12px 20px;
}
.flowServiceUnit.is-game .flowServiceUnit_title {
  background-color: #404b8f;
}
.flowServiceUnit.is-windows .flowServiceUnit_title {
  background-color: #0064aa;
}

.examples {
  background-color: #ebfcff;
}
.examplesList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .examplesList {
    gap: 12px;
    padding: 0 20px;
  }
}
.examplesList_item {
  background-color: #fff;
  padding: 20px;
  width: calc(33.33% - 13.33px);
}
@media (max-width: 768px) {
  .examplesList_item {
    width: 100%;
  }
}
.examplesList_item.is-widthFull {
  width: 100%;
}

.mediaList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .mediaList {
    gap: 12px;
    padding: 0 20px;
  }
}
.mediaList_item {
  background-color: #fff;
  border: 1px solid #12b8d7;
  width: calc(33.33% - 13.33px);
}
@media (max-width: 768px) {
  .mediaList_item {
    padding: 24px 20px;
    width: 100%;
  }
}
.mediaList_item a {
  display: block;
  height: 100%;
  padding: 28px 20px;
  width: 100%;
}
.mediaList_item a.textLink {
  color: #414141;
}
.mediaList_item .boxImage {
  height: 53px;
  margin: 0 auto;
  width: auto;
}
.mediaList_item .boxImage img {
  margin-inline: auto;
}
.mediaList_item p {
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}
/*# sourceMappingURL=this.css.map */