@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*-------------------------------------
　font
---------------------------------------*/
/*フォントの定義（使用するフォントを呼び出す）*/
@font-face {
  font-family: 'Roboto', "Noto Sans JP", sans-serif;
  src: url('/service/font/NotoSansJP-Regular.woff') format('woff');
  src: url('/service/font/NotoSansJP-Bold.woff') format('woff');
  src: url('/service/font/Roboto-Regular.woff') format('woff');
  src: url('/service/font/Roboto-Light.woff') format('woff');
  src: url('/service/font/Roboto-Thin.woff') format('woff');
}
/*-------------------------------------
　基本
---------------------------------------*/
body {
  min-width: 100% !important;
  -webkit-text-size-adjust: 100%;
}
#container {
  width: 100% !important;
  margin: 0 auto;
  position: static;
  font-family: 'Roboto', "Noto Sans JP", sans-serif;
}
#content section {
  padding: 60px 10px;
  width: 100%;
  margin: 0 auto 50px;
  box-sizing: border-box;
}
#content p {
  line-height: 1.6;
  letter-spacing: 0.08rem;
}
#content img {
  /*width: 100%;*/
  /*  max-width: 520px;*/
  height: auto;
  /*  margin: 10px;*/
}
.serviceArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #0062b0;
  border-radius: 2px;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
  padding: 30px 0;
  margin-bottom: 30px;
}
.section_inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.areaCnt {
  text-align: center;
}
#content .areaCnt h2.areattl, #content .section_inner .areaCnt h2.areattl {
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
  color: #004da1;
  margin-bottom: 30px;
  letter-spacing: 0.3rem;
  background-color: transparent;
  padding: 0;
  border-top: 0px;
}
.txt_01 {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.txt_01 span {
  color: #004da1;
}
.description {
  font-size: 13px !important;
  letter-spacing: 0.1rem;
  text-align: left;
  /*padding-left: 1em;*/
  /*text-indent: -1em;*/
}
.desctokkyu {
  width: 906px;
  margin: 30px auto 50px auto;
}
.wages dt a, .tab_areaSVC a, .accordion-box a, a.ulLink, p.description a {
  text-decoration: underline;
  color: #00a2e6 !important;
}
.mt150 {
  margin-top: 150px;
}
/*-------------------------------------
汎用
---------------------------------------*/
.mt00 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb00 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.center {
  text-align: center;
  margin: 0 auto;
}
br.brPc {
  display: inline-block;
}
br.brsp {
  display: none;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
@media only screen and (max-width: 479px) {
  br.brpc {
    display: none;
  }
  br.brsp {
    display: inline-block;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .indent-1 {
    padding-left: 1em;
    text-indent: -1em;
  }
  .indent-2 {
    padding-left: 2em;
    text-indent: -2em;
  }
}
/*-------------------------------------
ボタン
---------------------------------------*/
#container .c-button--secondaryB-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 270px;
  height: 50px;
  overflow: hidden;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
  background-color: #fff;
  text-decoration: none;
  display: inline-flex;
}
#container .c-button--secondaryB-white::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #484848;
  content: '';
}
#container .c-button--secondaryB-white::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: -168%;
  width: 150%;
  height: 100%;
  -webkit-transform: skewX(-18deg);
  transform: skewX(-18deg);
  background-color: #a3a3a3;
  content: '';
  opacity: 0.3;
}
#container .c-button--over:before {
  -webkit-animation: c-button-animation-over ease-out .4s both;
  animation: c-button-animation-over ease-out .4s both;
}
#container .c-button--out:before {
  -webkit-animation: c-button-animation-out ease-in .4s both;
  animation: c-button-animation-out ease-in .4s both;
}
#container .c-button--secondaryB-white > span {
  display: inline-block;
  text-align: center;
}
#container .c-button--secondaryB-white {
  border-color: #a3a3a3;
  color: #484848 !important;
}
#container .c-button--secondaryB-white {
  border-color: #a3a3a3;
  color: #484848 !important;
}
#container .c-button--secondaryB-white::after {
  border-color: #484848;
}
#container .c-button--secondaryB-white::before {
  background-color: #484848;
  opacity: .1;
}
@media screen and (min-width: 768px), print {
#container .c-button--secondaryB-white > span {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.63;
  }
}
@media screen and (max-width: 767px) {
#container .c-button--secondaryB-white > span {
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 1.36;
  }
}
@-webkit-keyframes c-button-animation-over {
  0% {
    left: -168%;
  }
  100% {
    left: -18%;
  }
}
@keyframes c-button-animation-over {
  0% {
    left: -168%;
  }
  100% {
    left: -18%;
  }
}
@-webkit-keyframes c-button-animation-out {
  0% {
    left: -18%;
  }
  100% {
    left: 168%;
  }
}
@keyframes c-button-animation-out {
  0% {
    left: -18%;
  }
  100% {
    left: 168%;
  }
}
/*-------------------------------------
メインビジュアル
---------------------------------------*/
.mainVisual {
  background: url(/5info/img/initial_setting_service_for_game/mv_bg.webp)center no-repeat;
  background-size: cover;
  height: 460px;
}
.main_ttl {
  padding-top: 30px 0 10px 20px;
}
.mv_ttl {
  /*  width: 700px;
  margin: 30px 0 0 0;*/
}
.mv_price {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}
.mv_price span {
  font-size: 24px;
  font-weight: 500;
}
/*-------------------------------------
コンテンツ
---------------------------------------*/
h2.areattl span {
  color: #161616;
}
p.txt_02 {
  font-size: 18px;
}
.initial_setting_link_wrap {
  background-color: #014099;
  color: #FFF !important;
  padding: 12px 30px;
  border-radius: 15px;
  width: 380px;
  margin: 40px auto;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn55 {
  width: 100%;
  max-width: 600px;
}
.bg_gray {
  background: #f8f8f8;
}
.bg_blue {
  background: #e5f6fc;
}
.bluetext {
  color: #00a2e6;
  font-weight: 700;
}
/*-------------------------------------
ご注意事項
---------------------------------------*/
.caution {
  font-size: 16px;
  text-align: left;
}
/*-------------------------------------
サービス内容比較
---------------------------------------*/
.service_wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.service_comparison {
  display: inline-block;
  flex-direction: column;
  width: 400px;
  margin: 0 auto;
  align-items: stretch;
}
.comparison01-01 {
  width: 100%;
  border-radius: 4px;
  padding: 20px;
  background-color: #7F7F7F;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
  vertical-align: middle;
}
.comparison01-01 p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.comparison-wrap_01 {
  margin: 0;
  padding: 30px 0;
  background: url(/5info/img/initial_setting_service_for_game/arrow_gy.webp)center bottom no-repeat;
  background-position: bottom;
  height: 520px;
  align-items: stretch;
}
.comparison01-02 {
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #fff;
  color: #7F7F7F;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #ccc;
  margin-bottom: 30px;
}
.comparison-ttl {
  width: 100%;
  box-sizing: border-box;
  border-radius: 11px 11px 0 0;
  padding: 16px 10px 10px 10px;
  background-color: #ECECEC;
  color: #484848;
  font-size: 18px;
  font-weight: bold;
}
.comparison01-02 .comparison-text {
  font-size: 28px;
  font-weight: bold;
  color: #484848;
}
.comparison01-03 .comparison-text {
  font-size: 28px;
  font-weight: bold;
  color: #4CBEED;
}
.comparison-text span {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
}
.comparison-notes {
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
}
.comparison02-01 {
  width: 100%;
  border-radius: 4px;
  padding: 20px;
  background-color: #00A2E6;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
  vertical-align: middle;
}
.comparison02-01 p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.comparison01-03 {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #fff;
  color: #7F7F7F;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #ccc;
  margin-bottom: 0;
}
.comparison01-03 .comparison-ttl {
  background-color: #fff;
}
.comparison-wrap_02 {
  margin: 0;
  padding: 30px 0;
  background: url(/5info/img/initial_setting_service_for_game/arrow_blue.webp)center bottom no-repeat;
  background-position: bottom;
  height: 520px;
  align-items: stretch;
}
.comparison02-03 {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #f2fafe;
  color: #7F7F7F;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #00A2E6;
  margin-bottom: 0;
}
.comparison02-03 .comparison-ttl {
  background-color: #f2fafe;
}
.comparison02-03 .comparison-text {
  font-size: 48px;
  font-weight: bold;
  color: #E43344;
}
@media screen and (max-width: 479px) {
  table.charge-table th, table.charge-table td {
    padding: 10px 15px;
  }
  table.charge-table td {
    font-size: 3.5vw;
    font-weight: 500;
  }
  .initial_setting_link_wrap {
    width: auto;
  }
  .initial_setting_link {
    font-size: 4.2vw;
  }
  .service_wrap {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .service_comparison {
    width: 100%;
    display: block;
  }
  .comparison-notes {
    font-size: 13px;
  }
  .comparison01-01 {
    width: 100%;
    height: auto;
  }
  .comparison01-03 {
    height: auto;
    margin-bottom: 40px;
  }
  .comparison02-03 {
    height: auto;
    margin-bottom: 0;
  }
  .comparison02-03 .comparison-text {
    font-size: 60px;
  }
  .comparison-wrap_01 {
    height: auto;
  }
  .comparison-wrap_02 {
    height: 40px;
  }
  .comparison01-02 {
    margin-bottom: 40px;
  }
  .comparison02-01 {
    width: 100%;
    height: auto;
  }
}
/*-------------------------------------
サービス内容比較
---------------------------------------*/
.feature_wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: stretch;
}
.feature_game_setting_item {
  width: 30%;
  display: inline-block;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  background: #fff;
  border: solid 1px #ececec;
  border-radius: 2px;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgb(72 72 72 / 10%);
  box-shadow: 3.5px 3.5px 0 0 rgb(72 72 72 / 10%);
}
.feature_game_setting_item_icon {
  width: 100px;
  margin: 20px auto;
}
.feature_game_setting_item h3 {
  font-size: 24px;
  font-weight: 700;
  color: #00a2e6;
}
.feature_game_setting_item p {
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 479px) {
  .feature_wrap {
    width: 100%;
    display: block;
  }
  .feature_game_setting_item {
    width: 100%;
    border: none;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/*-------------------------------------
料金とサービス内容
---------------------------------------*/
.price {
  font-size: 36px;
}
.price span {
  font-size: 16px;
  font-weight: 500;
}
.price_service_wrap {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  background-color: #fff;
  border: solid 1px #ececec;
  border-radius: 2px;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgb(72 72 72 / 10%);
  box-shadow: 3.5px 3.5px 0 0 rgb(72 72 72 / 10%);
  padding: 60px;
  margin: 0 auto;
}
.price_service_wrap li {
  text-align: left;
}
.list_no {
  color: #00a2e6;
  padding: 4px 12px;
  border: solid 1px #00a2e6;
  margin-right: 10px;
}
.service_list > h3 {
  font-size: 24px;
  font-weight: 700;
  color: #00a2e6 !important;
  padding-left: 3em;
  text-indent: -3em;
}
.service_list p {
  font-size: 16px;
  text-align: left;
  margin-left: 3rem;
}
@media screen and (max-width: 479px) {
  .price_service_wrap {
    padding: 20px;
  }
  .feature_game_setting_item {
    width: 100%;
  }
  .service_list > h3 {
    font-size: 18px;
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
  .service_list p {
    margin-left: 0;
  }
}
/*-------------------------------------
動画で紹介中
---------------------------------------*/
.youtube {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 479px) {
  .youtube iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
/*-------------------------------------
申し込み方法
---------------------------------------*/
.flow_wrap {
  width: 100%;
  margin: 0 auto;
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: stretch;
  text-align: center;
}
.flow_item {
  width: 80%;
  display: inline-block;
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
  background: #fff;
  border: solid 1px #ececec;
  border-radius: 2px;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgb(72 72 72 / 10%);
  box-shadow: 3.5px 3.5px 0 0 rgb(72 72 72 / 10%);
}
.flow_img {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  border: 1px solid #ccc;
}
.flow_item h3 {
  font-size: 24px;
  font-weight: 700;
  color: #00a2e6;
  text-align: center;
}
.flow_item p {
  font-size: 16px;
  text-align: left;
}
.flow_notes {
  width: 70%;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
}
.flow_notes h3 {
  font-size: 18px;
  font-weight: 700;
  color: #00a2e6;
  text-align: left;
}
.flow_notes h4 {
  font-size: 16px;
  font-weight: 700;
  color: #00a2e6;
  text-align: left;
}
.flow_notes li {
  font-size: 15px;
  text-align: left;
}
.flow_notes ul {
  list-style-type: square;
  margin-left: 1rem;
}
.flow_notes p {
  font-size: 15px;
  text-align: left;
}
@media screen and (max-width: 479px) {
  .flow_wrap {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .flow_item {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .flow_notes {
    width: 100%;
    padding: 20px;
  }
}
/*-------------------------------------
ポップアップ・フッター非表示
---------------------------------------*/
#pagetop, #popup-close {
  display: none;
}
.p-footer-bottom__copyright_new {
  display: block;
  text-align: center;
}
.p-footer-bottom__logo_new {
  display: block;
  vertical-align: middle;
  width: 134px;
  margin-bottom: 5px;
}
.p-footer-bottom__copyright__text_new {
  font-size: 10px;
  color: #484848;
}
@media screen and (min-width: 480px), print {
  .p-footer-bottom__copyright_new {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
/*-------------------------------------
スマホ表示
---------------------------------------*/
@media screen and (max-width: 479px) {
  body {
    min-width: 100% !important;
    -webkit-text-size-adjust: 100%;
  }
  /*  #content p {
    font-size: 80%;
  }*/
  .section_inner {
    max-width: 96%;
  }
  h2.areattl {
    font-size: 28px;
  }
  p.txt_02 {
    font-size: 16px;
  }
  .description {
    font-size: 14px;
  }
  .desctokkyu {
    width: 96%;
    margin: 20px auto 30px auto;
  }
  /*メインビジュアル*/
  .mainVisual {
    background: url(/5info/img/initial_setting_service_for_game/mv_bg.webp)center no-repeat;
    background-size: cover;
    height: 110vw;
  }
  .main_ttl {
    width: 90%;
    /*    margin-left: 35px;
    padding-top: 65px;*/
  }
  .mv_ttl {
    width: 100%;
    /*    margin: 10px;*/
  }
  #content .areaCnt h2.areattl, #content .section_inner .areaCnt h2.areattl {
    font-size: 28px;
  }
  .iframe-wrap {
    width: 100%;
  }
}
/*-------------------------------------
デフォルト設定上書き用
---------------------------------------*/
#main {
  float: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#Main {
  float: none;
  width: 100%;
  padding-bottom: 45px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
}
.column2R #main {
  float: none;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
}
.linkArea {
  display: none;
  /*  width: 100%;
  max-width: 1140px;
  margin: 0 auto;*/
}
.pagetop {
  display: none;
  /*  width: 100%;
  max-width: 1140px;
  margin: 0 auto;*/
}
