@charset "utf-8";

/*---------------------------------------------
 Reset
---------------------------------------------*/
/* margin */
#pubg h1,
#pubg h2,
#pubg h3,
#pubg h4,
#pubg p {
  margin: 0;
}
/* line-height */
#pubg h2,
#pubg h3,
#pubg h4 {
  line-height: 1.5;
}
/* list-style */
#pubg ul,
#pubg ol,
#pubg dl,
#pubg dt,
#pubg dd {
  line-height: 1.8;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* img */
#pubg img {
  width: 100%;
}
/* a */
#pubg a {
  color: #00a8b5;
}

/*---------------------------------------------
 Base
---------------------------------------------*/
#pubg {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #pubg {
    font-size: 15px;
    padding-bottom: 40px;
  }
}
/* display */
#pubg .sm_pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  #pubg .sm_pc {
    display: block !important;
  }
  #pubg .sm_sp {
    display: none !important;
  }
}
/* clear */
#pubg .clearFix:after {
  content: '';
  display: block;
  height: 0px;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
/* hover */
@media only screen and (min-width: 768px) {
  #pubg a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
  }
}

/*---------------------------------------------
 Hero
---------------------------------------------*/
#pubg .pubgHero {
  max-width: 1240px;
  margin: 0 auto;
}
#pubg .pubgHero > p {
  font-size: 10px;
  text-align: right;
  padding-right: 20px;
  margin-top: 5px;
}
@media only screen and (min-width: 818px) {
  #pubg .pubgHero {
    padding: 0 20px;
  }
  #pubg .pubgHero > p {
    padding-right: 0;
  }
}

/*---------------------------------------------
 Container
---------------------------------------------*/
#pubg .pubgContainer {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

/*---------------------------------------------
 Close
---------------------------------------------*/
#pubg .pubgClose {
  padding: 1em;
  margin-top: 15px;
  border: 1px solid #333;
}
#pubg .pubgClose_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  #pubg .pubgClose {
    margin-top: 30px;
  }
  #pubg .pubgClose_txt {
    text-align: center;
  }
}

/*---------------------------------------------
 Period
---------------------------------------------*/
#pubg .pubgPeriod {
  margin-top: 20px;
}
#pubg .pubgPeriod > img {
  display: block;
}
@media only screen and (min-width: 768px) {
  #pubg .pubgPeriod {
    margin-top: 40px;
  }
}

/*---------------------------------------------
 PageLink
---------------------------------------------*/
#pubg .pubgPageLink {
  margin-top: 30px;
}
#pubg .pubgPageLink > a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 500px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 9px 5px 18px;
  margin: 0 auto;
  background-color: #ff9900;
  border-radius: 10px;
}
#pubg .pubgPageLink > a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  width: 18px;
  height: 11px;
  margin: auto;
  background: url(../img/arrow-pagelink.png) center center no-repeat;
  background-size: 18px 11px;
}
@media only screen and (min-width: 768px) {
  #pubg .pubgPageLink {
    margin-top: 40px;
  }
  #pubg .pubgPageLink > a {
    font-size: 24px;
    padding: 4px 5px 13px;
  }
}

/*---------------------------------------------
 Present
---------------------------------------------*/
#pubg .pubgPresent {
  margin-top: 30px;
}
#pubg .pubgPresent_heading > h2 {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 8px 10px;
  background-color: #000;
}
#pubg .pubgPresent_heading > h2:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 13px solid #000;
}
#pubg .pubgPresent_content {
  margin-top: 20px;
}
#pubg .pubgPresent_content > h3 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#pubg .pubgPresent_content > p {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #pubg .pubgPresent {
    margin-top: 40px;
  }
  #pubg .pubgPresent_heading > h2 {
    font-size: 28px;
    padding: 9px 10px;
  }
  #pubg .pubgPresent_content {
    margin-top: 40px;
  }
  #pubg .pubgPresent_content > h3 {
    font-size: 28px;
  }
  #pubg .pubgPresent_content > p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 30px;
  }
  #pubg .pubgPresent_content > p + p {
    margin-top: 20px;
  }
}

/*---------------------------------------------
 Voice Actor
---------------------------------------------*/
#pubg .pubgVoiceActor_heading {
  margin-top: 30px;
}
#pubg .pubgVoiceActor_heading > h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
#pubg .pubgVoiceActor_content {
  overflow: hidden;
}
#pubg .pubgVoiceActor_content > ul > li {
  margin-top: 25px;
}
#pubg .pubgVoiceActor_content > ul > li > img {
  display: block;
  position: relative;
  width: 40%;
  max-width: 258px;
  margin: 0 auto;
  z-index: 1;
}
#pubg .pubgVoiceActor_intro {
  padding: 42% 20px 20px;
  margin-top: -40%;
  background-color: #eee;
}
#pubg .pubgVoiceActor_intro > h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#pubg .pubgVoiceActor_intro > p {
  font-size: 14px;
  margin-top: 10px;
}
#pubg .pubgVoiceActor_intro_audio {
  width: 100%;
}
#pubg .pubgVoiceActor_intro_audio > * {
  margin: 20px auto 0;
}
@media only screen and (min-width: 768px) {
  #pubg .pubgVoiceActor_heading {
    margin-top: 60px;
  }
  #pubg .pubgVoiceActor_heading > h2 {
    font-size: 28px;
    padding: 8px;
  }
  #pubg .pubgVoiceActor_content {
    margin-top: 34px;
  }
  #pubg .pubgVoiceActor_content > ul {
    font-size: 0;
    margin: 0 -1.003%;
  }
  #pubg .pubgVoiceActor_content > ul > li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 1.003%;
    margin-top: 0;
  }
  #pubg .pubgVoiceActor_content > ul > li > img {
    width: 100%;
  }
  #pubg .pubgVoiceActor_intro {
    padding: 64% 6% 5%;
    margin-top: -62%;
  }
  #pubg .pubgVoiceActor_intro > h3 {
    font-size: 20px;
  }
  #pubg .pubgVoiceActor_intro > p {
    font-size: 16px;
  }
  #pubg .pubgVoiceActor_intro_audio {
    max-width: 300px;
    margin: 0 auto;
  }
}

/*---------------------------------------------
 Special Voice
---------------------------------------------*/
#pubg .pubgSpecialVoice_heading {
  margin-top: 30px;
}
#pubg .pubgSpecialVoice_heading > h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
#pubg .pubgSpecialVoice_content {
  overflow: hidden;
}
#pubg .pubgSpecialVoice_content > p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
  margin-top: 20px
}
#pubg .pubgSpecialVoice_content > ul > li + li {
  margin-top: 25px;
}
#pubg .pubgSpecialVoice_content > ul > li > img {
  display: block;
  position: relative;
  width: 44%;
  max-width: 240px;
  margin: 0 auto;
  z-index: 1;
}
#pubg .pubgSpecialVoice_intro {
  padding: 34% 20px 20px;
  margin-top: -30%;
  background-color: #eee;
}
#pubg .pubgSpecialVoice_intro > h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#pubg .pubgSpecialVoice_intro > p {
  font-size: 14px;
  margin-top: 10px;
}
#pubg .pubgSpecialVoice_intro_audio {
  width: 100%;
}
#pubg .pubgSpecialVoice_intro_audio > * {
  margin: 20px auto 0;
}
#pubg .pubgSpecialVoice_intro_audio > * + * {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  #pubg .pubgSpecialVoice_heading {
    margin-top: 60px;
  }
  #pubg .pubgSpecialVoice_heading > h2 {
    font-size: 28px;
    padding: 8px;
  }
  #pubg .pubgSpecialVoice_content > p {
    font-size: 20px;
    margin-top: 34px;
    padding-bottom: 30px;
  }
  #pubg .pubgSpecialVoice_content > ul {
    font-size: 0;
    margin: 0 -1.003%;
  }
  #pubg .pubgSpecialVoice_content > ul > li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 1.003%;
  }
  #pubg .pubgSpecialVoice_content > ul > li + li {
    margin-top: 0;
  }
  #pubg .pubgSpecialVoice_content > ul > li > img {
    width: 100%;
  }
  #pubg .pubgSpecialVoice_intro {
    padding: 48% 6% 5%;
    margin-top: -42%;
  }
  #pubg .pubgSpecialVoice_intro > h3 {
    font-size: 20px;
  }
  #pubg .pubgSpecialVoice_intro > p {
    font-size: 16px;
  }
  #pubg .pubgSpecialVoice_intro_audio {
    max-width: 300px;
    margin: 0 auto;
  }
}

/*---------------------------------------------
 Product
---------------------------------------------*/
#pubg .pubgProduct {
  margin-top: 30px;
  padding: 30px 20px;
  background-color: #212534;
}
#pubg .pubgProduct_heading > h2 {
  width: 50%;
  max-width: 240px;
  margin: 0 auto;
}
#pubg .pubgProduct_item {
  margin-top: 30px;
}
#pubg .pubgProduct_item_txt {
  margin-top: 15px;
}
#pubg .pubgProduct_item_txt > * > h3 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}
#pubg .pubgProduct_item_txt > * > p {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}
#pubg .pubgProduct_btn {
  margin-top: 15px;
}
#pubg .pubgProduct_btn > a {
  display: block;
  position: relative;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  border-radius: 10px;
}
#pubg .pubgProduct_btn > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 7px;
  height: 11px;
  margin: auto;
  background: url(../img/arrow-product-btn.png) center center no-repeat;
  background-size: 7px 11px;
}
@media only screen and (min-width: 768px) {
  #pubg .pubgProduct {
    padding: 5% 3.125%;
    margin-top: 60px;
  }
  #pubg .pubgProduct_heading > h2 {
    width: 100%;
    max-width: 500px;
  }
  #pubg .pubgProduct_item {
    margin-top: 50px;
  }
  #pubg .pubgProduct_item + .pubgProduct_item {
    margin-top: 30px;
  }
  #pubg .pubgProduct_item > * {
    float: left;
  }
  #pubg .pubgProduct_item-rereverse > * {
    float: right;
  }
  #pubg .pubgProduct_item_img {
    width: 47.778%;
  }
  #pubg .pubgProduct_item_txt {
    display: table;
    width: 52.222%;
    padding-left: 5%;
    margin-top: 0;
  }
  #pubg .pubgProduct_item-rereverse .pubgProduct_item_txt {
    padding: 0 5% 0 0;
  }
  #pubg .pubgProduct_item_txt > * {
    display: table-cell;
    vertical-align: middle;
  }
  #pubg .pubgProduct_item_txt > * > h3 {
    font-size: 20px;
    text-align: left;
  }
  #pubg .pubgProduct_item_txt > * > p {
    font-size: 16px;
  }
  #pubg .pubgProduct_btn {
    margin-top: 40px;
  }
  #pubg .pubgProduct_btn > a {
    max-width: 430px;
    font-size: 20px;
    margin: 0 auto;
  }
}

/*---------------------------------------------
 Flow
---------------------------------------------*/
#pubg .pubgFlow {
  margin-top: 40px;
}
#pubg .pubgFlow_heading > h2 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#pubg .pubgFlow_content {
  width: 100%;
  margin-top: 12px;
  border: 1px solid #ccc;
}
#pubg .pubgFlow_list {
  font-size: 0;
}
#pubg .pubgFlow_item {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 8px;
  border-top: 1px solid #ccc;
}
#pubg .pubgFlow_item:nth-child(odd) {
  border-right: 1px solid #ccc;
}
#pubg .pubgFlow_item:nth-child(-n+2) {
  border-top: none;
}
#pubg .pubgFlow_no {
  width: 100%;
  height: 23px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 23px;
  margin: 0;
  background-color: #000;
}
#pubg .pubgFlow_ttl {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: 12px;
}
#pubg .pubgFlow_image {
  width: 100%;
  max-width: 220px;
  margin: 20px auto 0;
}
#pubg .pubgFlow_txt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}
#pubg .pubgFlow_txt > small {
  display: block;
  font-size: 13px;
}
#pubg .pubgFlow_btn {
  display: block;
  position: relative;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
  padding: 6px 5px;
  margin-top: 5px;
  background-color: #1d8ff0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #pubg .pubgFlow {
    margin-top: 60px;
  }
  #pubg .pubgFlow_heading > h2 {
    font-size: 24px;
  }
  #pubg .pubgFlow_list {
    display: table;
    width: 100%;
  }
  #pubg .pubgFlow_item {
    display: table-cell;
    width: 25%;
    border-top: none;
  }
  #pubg .pubgFlow_item:nth-child(2) {
    border-right: 1px solid #ccc;
  }
  #pubg .pubgFlow_txt > small {
    font-size: 12px;
  }
}

/*---------------------------------------------
 Modal
---------------------------------------------*/
#modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: rgba( 0,0,0, 0.6 );
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#66ffffff, EndColorStr=#66ffffff);
}
#pubg .modal_wrap {
  display: none;
  position: fixed;
  top: -webkit-calc(50% - 244px);
  top: calc(50% - 244px);
  left: -webkit-calc(50% - 0px);
  left: calc(50% - 0px);
  width: 90%;
  max-width: 811px;
  margin: 14% 0 0;
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  z-index: 10000;
}
#pubg .modal_contents {
  position: relative;
  width: 100%;
  max-width: 810px;
  min-height: 100px;
  padding: 10px 0;
  margin: 0 auto;
  background: #fff;
  border-radius: 6px;
}
#pubg .modal_content {
  overflow: auto;
}
#pubg .pubgImei {
  max-width: 630px;
  max-height: 70vh;
  margin: auto;
}
#pubg .pubgImei > h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
#pubg .pubgImei_box {
  padding: 20px 0;
  margin-bottom: 10px;
}
#pubg .pubgImei_img > img {
  display: block;
  max-width: 235px;
  margin: 0 auto;
}
#pubg .pubgImei_txt {
  font-size: 14px;
  text-align: center;
  margin: 10px;
}
#pubg .pubgImei_arrow {
  width: 40px;
  margin: 0 auto;
}
#pubg .modal_close {
  position: absolute;
  top: -45px;
  right: 5px;
  text-align: right;
  cursor: hand;
  cursor: pointer;
}
#pubg .modal_close > img {
  width: 40%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  #pubg .modal_wrap {
    margin-top: 2%;
  }
  #pubg .pubgImei {
    margin: 10px auto;
  }
  #pubg .pubgImei > h3 {
    margin-top: 20px;
  }
  #pubg .pubgImei_box {
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }
  #pubg .pubgImei_box > * {
    display: table-cell;
    vertical-align: middle;
  }
  #pubg .pubgImei_img {
    width: 40%;
  }
  #pubg .pubgImei_txt {
    width: 60%;
    padding-left: 10%;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-top: 0;
  }
  #pubg .pubgImei_arrow {
    width: 60px;
  }
  #pubg .btn_close_m:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 818px) {
  #pubg .modal_close {
    position: absolute;
    top: -50px;
  }
  #pubg .modal_close > img {
    width: 60%;
    height: auto;
  }
}

/*---------------------------------------------
 RegistBtn
---------------------------------------------*/
#pubg .pubgRegistBtn {
  margin-top: 20px;
}
#pubg .pubgRegistBtn_list {
  font-size: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#pubg .pubgRegistBtn_item + .pubgRegistBtn_item {
  margin-top: 10px;
}
#pubg .pubgRegistBtn_item > a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  padding: 0 15%;
  background-color: #1d8ff0;
}
/* #pubg .pubgRegistBtn_item > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 5%;
  bottom: 0;
  width: 10px;
  height: 9px;
  margin: auto;
  background: url(../img/ic-blank.png) no-repeat;
  background-size: 10px 9px;
} */
#pubg .pubgRegistBtn_item > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  width: 30px;
  height: 15px;
  margin: auto;
  background: url(../img/arrow.png) no-repeat;
  background-size: 30px 15px;
}
@media only screen and (min-width: 768px) {
  #pubg .pubgRegistBtn {
    margin-top: 30px;
  }
  #pubg .pubgRegistBtn_list {
    text-align: center;
  }
  #pubg .pubgRegistBtn_item {
    display: inline-block;
    width: 48%;
    max-width: 395px;
    vertical-align: top;
  }
  #pubg .pubgRegistBtn_item + .pubgRegistBtn_item {
    margin: 0 0 0 4%;
  }
}

/*---------------------------------------------
 EntryBtn
---------------------------------------------*/
#pubg .pubgEntryBtn {
  margin-top: 20px;
}
#pubg .pubgEntryBtn_method > a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-right: 15px;
  background: #f29e00 url(../img/arrow.png) right center no-repeat;
  background-size: 30px 15px;
}
#pubg .pubgEntryBtn_method__web > a {
  font-size: 20px;
  padding: 13px 10px;
}
#pubg .pubgEntryBtn_method__app > a {
  font-size: 22px;
  font-weight: bold;
}
#pubg .pubgEntryBtn_method > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
#pubg .pubgEntryBtn_method__web > a::before {
  border-left: 15px solid #fff;
  border-top: 57px solid transparent;
  border-bottom: 57px solid transparent;
}
#pubg .pubgEntryBtn_method__app > a::before {
  border-left: 15px solid #fff;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
#pubg .pubgEntryBtn_method > a::after {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
}
#pubg .pubgEntryBtn_method__web > a::after {
  right: -15px;
  border-left: 15px solid #f29e00;
  border-top: 57px solid transparent;
  border-bottom: 57px solid transparent;
}
#pubg .pubgEntryBtn_method__app > a::after {
  right: -15px;
  border-left: 15px solid #f29e00;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
#pubg .pubgEntryBtn_method > a > span {
  display: inline-block;
  padding-left: 40px;
}
#pubg .pubgEntryBtn_method__web > a > span {
  line-height: 1.4;
  background: url(../img/ic-present.png) left center no-repeat;
  background-size: 25px 25px;
}
#pubg .pubgEntryBtn_method__app > a > span {
  line-height: 60px;
  background: url(../img/ic-present.png) left 14px no-repeat;
  background-size: 25px 25px;
}
#pubg .pubgEntryBtn_method > p {
  font-size: 15px;
  text-align: left;
  line-height: 1.5;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #pubg .pubgEntryBtn {
    max-width: 500px;
    margin: 30px auto 0;
  }
  #pubg .pubgEntryBtn_method > a {
    margin-right: 20px;
  }
  #pubg .pubgEntryBtn_method > a::before {
    border-left: 20px solid #fff;
  }
  #pubg .pubgEntryBtn_method > a::after {
    right: -20px;
    border-left: 20px solid #f29e00;
  }
}

/*---------------------------------------------
 Message
---------------------------------------------*/
#pubg .pubgMessage {
  min-height: 30px;
  text-align: center;
  padding: 19px;
  margin-top: 20px;
  background-color: #fbfbfb;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  #pubg .pubgMessage {
    margin-top: 30px;
  }
}

/*---------------------------------------------
 Entry
---------------------------------------------*/
#pubg .pubgEntry {
  margin-top: 40px;
}
#pubg .pubgEntry > h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  background-color: #ccc;
}
#pubg .pubgEntry_list {
  width: 100%;
  margin: 20px 0 0;
  border-bottom: 1px solid #ccc;
}
#pubg .pubgEntry_title {
  font-weight: bold;
  padding: 15px 0 0;
  border-top: 1px solid #ccc;
}
#pubg .pubgEntry_txt {
  padding: 0 0 15px;
}
#pubg .pubgEntry_txt > * + p {
  margin-top: 15px;
}
#pubg .pubgEntry_txt > p > strong {
  font-size: 18px;
  font-weight: normal;
}
#pubg .pubgEntry_txt-asterisk > li {
  position: relative;
  font-size: 13px;
  padding-left: 1em;
}
#pubg .pubgEntry_txt-asterisk > li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#pubg .pubgEntry_txt-dot > li {
  position: relative;
  padding-left: 1em;
}
#pubg .pubgEntry_txt-dot > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#pubg .pubgEntry_txt-number > li {
  position: relative;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
#pubg .pubgEntry_txt-number > li > a {
  font-weight: bold;
}
#pubg .pubgEntry_link {
  margin: 0 !important;
}
#pubg .pubgEntry_link > a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  padding-right: 15px;
}
#pubg .pubgEntry_link > a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin: auto;
  border-top: 1px solid #00a8b5;
  border-right: 1px solid #00a8b5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  #pubg .pubgEntry {
    margin-top: 60px;
  }
  #pubg .pubgEntry > h3 {
    font-size: 24px;
  }
  #pubg .pubgEntry_txt > p > strong {
    font-size: 20px;
  }
  #pubg .pubgEntry_txt-asterisk > li {
    font-size: 12px;
  }
  #pubg .pubgEntry_link > a:hover {
    color: #006169;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
  #pubg .pubgEntry_link > a:hover::before {
    border-color: #006169;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
}

/*---------------------------------------------
 Link
---------------------------------------------*/
#pubg .pubgLink {
  text-align: center;
  margin-top: 20px;
}
#pubg .pubgLink > a {
  display: inline-block;
  color: #333;
  font-size: 18px;
  padding-left: 70px;
  background: url(../img/arrow-product.png) left center no-repeat;
  background-size: 50px 50px;
}
@media only screen and (min-width: 768px) {
  #pubg .pubgLink {
    margin-top: 40px;
  }
  #pubg .pubgLink > a {
    line-height: 52px;
  }
}

/*---------------------------------------------
 Terms
---------------------------------------------*/
#pubg .pubgTerms > p {
  font-size: 13px;
  margin-top: 20px;
}
#pubg .pubgTerms > h2 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
  background: #17151c;
}
#pubg .pubgTerms dl {
  margin-top: 10px;
}
#pubg .pubgTerms dt {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 10px;
}
#pubg .pubgTerms dd {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 25px;
}
#pubg .pubgTerms dd ul li {
  text-indent: -1em;
  margin-left: 1em;
}
#pubg .pubgTerms dd p {
  margin-bottom: 0;
}
#pubg .pubgTerms dd p + p {
  margin-top: 10px;
}
#pubg .pubgTerms dd div + p,
#pubg .pubgTerms dd ul + p {
  margin-top: 20px;
}
#pubg .pubgTerms dd p > b {
  font-weight: bold;
}
#pubg .pubgTerms dd a {
  word-break: break-all;
}

/*---------------------------------------------
 Check
---------------------------------------------*/
#pubg .pubgCheck {
  text-align: center;
  margin-top: 40px;
}
#pubg .pubgCheck > h2 {
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
  background: #17151c;
}
#pubg .pubgCheck_privacy {
  height: 150px;
  font-size: 13px;
  text-align: left;
  padding: .5em;
  margin: 20px 0;
  border: solid 1px #808080;
  overflow: auto;
}
#pubg .pubgCheck_privacy > h3 {
  font-size: 13px;
  line-height: 1.8;
}
#pubg .pubgCheck_privacy * + h3 {
  margin-top: 20px;
}
#pubg .pubgCheck_privacy p,
#pubg .pubgCheck_privacy ul,
#pubg .pubgCheck_privacy ol {
  line-height: 1.8;
}
#pubg .pubgCheck_privacy ul li,
#pubg .pubgCheck_privacy ol li {
  text-indent: -1em;
  margin-left: 1em;
}
#pubg .pubgCheck_privacy > p > a {
  word-break: break-all;
}
#pubg .pubgCheck_checkbox_check {
  font-size: 20px;
  margin-bottom: 10px;
}

/* ------------------------------------------------------------ */
/* ご応募はこちら */
/* ------------------------------------------------------------ */
.app-xlj .btn-primary {
  background-color: #e53a67;
  border-color: transparent;
  padding: 20px;
}
.app-xlj .btn-primary:hover {
  background-color: #54A9BD;
}

/* ------------------------------------------------------------ */
/* 送信ボタン */
/* ------------------------------------------------------------ */
/* 送信ボタン */
input[type="button"] {
  color: #fff;
  font-size: 18px;
  padding: 20px;
  border: none;
  background: #e53a67;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* 送信ボタン - マウスオーバー時 */
input[type="button"]:hover {
  background: #54A9BD;
}
/* 送信ボタン - 押せないとき */
input[type="button"][disabled] {
  background-color: #ccc;
  cursor: default;
}
.pointer label:hover,
.pointer input:hover {
  cursor: pointer;
}
