@charset "UTF-8";
html {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

body {
  margin: 0 !important;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #341e08;
  background-color: #fff;
  line-height: 1.65; }
  body .wrapper {
    width: 1000px;
    margin: 0 auto !important;
    box-sizing: border-box; }
    body .wrapper .bg:before {
      background: url("../img/common/bg_pc.jpg") top center no-repeat;
      background-size: 1000px auto;
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-bottom: 108px;
      content: "";
      z-index: -1; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.pt10 {
  padding-top: 10px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

h2 {
  margin: 0;
  padding: 0; }

hr {
  width: 900px;
  margin: 0 auto;
  height: 2px;
  color: #5b452a;
  background: #5b452a;
  border: 0; }

.font-bold {
  font-weight: bold; }

.font-ss {
  font-size: 0.9rem !important; }

.font-s {
  font-size: 1rem !important; }

.font-m {
  font-size: 1.1rem; }

.font-l {
  font-size: 1.5rem; }

.txt_center {
  text-align: center; }

.txt_left {
  text-align: left; }

.txt_right {
  text-align: right; }

.sp {
  display: none; }

.pc {
  display: block; }

.border_box01 {
  display: inline-block;
  border: solid 1px #7e674f;
  padding: 10px 20px;
  box-sizing: border-box; }

.bx01 {
  margin-top: 30px;
  font-size: 1.1rem; }
  .bx01 .txt02 {
    margin-top: 10px; }

.btn-gradient-radius_request {
  margin-right: 1rem;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 5px 5px 2px 5px;
  text-decoration: none;
  color: #000;
  background: #ffac00;
  transition: .4s; }
  .btn-gradient-radius_request::after {
    position: absolute;
    content: "";
    display: block;
    right: -32px;
    top: 0;
    box-sizing: border-box;
    width: 32px;
    height: 35px;
    border: 18px solid transparent;
    border-left: 12px solid #ffac00; }

.btn-gradient-radius_answer {
  margin-right: 1rem;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 5px 5px 2px 5px;
  text-decoration: none;
  color: #000;
  background: #67b1fe;
  transition: .4s; }
  .btn-gradient-radius_answer::after {
    position: absolute;
    content: "";
    display: block;
    right: -32px;
    top: 0;
    box-sizing: border-box;
    width: 32px;
    height: 35px;
    border: 18px solid transparent;
    border-left: 12px solid #67b1fe; }

.main .main_pc {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box; }
  .main .main_pc .logo {
    position: absolute;
    z-index: 1001;
    top: 13px;
    left: 8px;
    width: 18%; }
  .main .main_pc .main_img {
    width: 100%; }
.main .main_sp {
  display: none; }
.main .intro-wrap {
  width: 900px;
  margin: 0 auto; }
  .main .intro-wrap h2 {
    margin: 60px 0 25px -5px; }
    .main .intro-wrap h2 img {
      height: 45px; }
  .main .intro-wrap .intro-box {
    margin-top: -20px; }
  .main .intro-wrap .sign {
    text-align: right; }

.text-box {
  margin: 0;
  padding: 20px 15px; }
  .text-box p {
    margin: 0;
    font-size: 1.1rem; }

.ex {
  font-size: 1.1rem; }

.contents {
  width: 100%;
  margin: 0 auto; }
  .contents .img_pc {
    display: block;
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box; }
    .contents .img_pc img {
      display: block;
      width: 100%; }
  .contents .img_sp {
    display: none !important; }
  .contents .intro {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    box-sizing: border-box; }
    .contents .intro .text-box {
      margin: 0 auto;
      font-size: 1rem !important;
      border: solid 1px #7e674f;
      background: rgba(238, 230, 220, 0.3); }
    .contents .intro .intro-h {
      margin-bottom: 20px;
      text-align: center; }
  .contents .menu {
    width: 900px;
    margin: 0 auto;
    padding: 50px 0;
    box-sizing: border-box; }
    .contents .menu h2 {
      margin: 0 !important;
      padding: 0 0 30px 5px; }
      .contents .menu h2 img {
        width: auto !important;
        height: 50px; }
    .contents .menu ul {
      margin: 0;
      padding: 0 0 0 40px; }
      .contents .menu ul li {
        padding: 10px 0;
        font-size: 1.5rem;
        font-weight: bold;
        color: #341e08;
        /* 矢印 */ }
        .contents .menu ul li a {
          text-decoration: none;
          color: #341e08; }
        .contents .menu ul li:after {
          content: " ";
          position: relative;
          top: -0.1rem;
          right: -5px;
          display: inline-block;
          width: 11px;
          height: 11px;
          border-top: 3px solid #341e08;
          border-right: 3px solid #341e08;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
    .contents .menu p {
      margin: 0;
      padding: 0 3px; }
  .contents .system {
    width: 900px;
    margin: 0 auto;
    padding: 0; }
    .contents .system .inner {
      padding: 60px 0; }
    .contents .system #menu1 {
      margin-bottom: 0; }
      .contents .system #menu1 h2 img {
        display: inline;
        width: auto;
        height: 50px; }
      .contents .system #menu1 p {
        margin: 0;
        padding: 5px 5px 0; }
    .contents .system h3 {
      margin-top: 20px; }
      .contents .system h3 img {
        display: inline;
        width: auto;
        height: 45px; }
    .contents .system .text-box {
      margin: 0 auto;
      padding: 5px 5px 0; }
  .contents .text-box {
    width: 900px;
    margin: 0 auto;
    box-sizing: border-box; }

.chara {
  width: 900px;
  margin: 0 auto;
  padding: 60px 0; }
  .chara h3 {
    height: 45px;
    margin-bottom: 20px; }
    .chara h3 img {
      display: inline;
      width: auto;
      height: 45px; }
  .chara .ex {
    margin-bottom: 50px; }
  .chara .text-box {
    width: 900px;
    margin: 0 auto;
    box-sizing: border-box; }
  .chara .extra {
    width: 900px;
    margin: 0 auto;
    padding-top: 60px; }
    .chara .extra .ex {
      margin: 10px 0 40px 0; }
    .chara .extra .extra-wrap {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .chara .extra .chara-box {
      display: flex;
      align-items: flex-start;
      flex-flow: row-reverse; }
      .chara .extra .chara-box .text-box {
        padding: 0; }

.qa {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 30px; }
  .qa #menu2 {
    width: 900px;
    margin: 0 auto;
    box-sizing: border-box; }
    .qa #menu2 h2 {
      margin: 0 !important;
      padding: 0 0 0 5px; }
      .qa #menu2 h2 img {
        width: auto !important;
        height: 50px; }
    .qa #menu2 p {
      margin: 0;
      padding: 10px 5px 15px; }
  .qa hr {
    width: 900px; }
  .qa .qa_block {
    width: 900px;
    margin: 0 auto;
    padding: 30px 0; }
    .qa .qa_block .q {
      display: flex;
      align-items: center;
      margin: 10px 0 30px; }
      .qa .qa_block .q .icon {
        margin-right: 5px; }
        .qa .qa_block .q .icon img {
          width: 110px;
          height: auto; }
      .qa .qa_block .q p {
        margin: 0;
        padding: 3px;
        font-weight: bold;
        font-size: 1.5rem; }
    .qa .qa_block .a img {
      width: 90px;
      margin-bottom: 15px; }
    .qa .qa_block .a .box {
      position: relative;
      box-sizing: border-box;
      border: solid 1px #341e08; }
      .qa .qa_block .a .box:before {
        position: absolute;
        top: 2px;
        left: 2px;
        content: "";
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        border: solid 1px #341e08; }
      .qa .qa_block .a .box p {
        padding: 20px;
        margin: 0 !important;
        font-size: 1.1rem; }
      .qa .qa_block .a .box ul {
        margin: 0 20px 20px;
        padding: 0; }
        .qa .qa_block .a .box ul li {
          width: 100%;
          padding: 5px 0;
          padding-left: 0;
          list-style-position: inside; }
    .qa .qa_block .a .change {
      margin: 30px 30px; }
      .qa .qa_block .a .change p {
        padding: 15px;
        background: rgba(255, 255, 255, 0.7);
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.5; }
        .qa .qa_block .a .change p .sp {
          display: none; }
    .qa .qa_block .a .cause {
      margin: 30px 30px; }
      .qa .qa_block .a .cause p {
        padding: 15px;
        background: rgba(72, 50, 39, 0.2);
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.5; }
        .qa .qa_block .a .cause p .sp {
          display: none; }
  .qa img {
    display: block;
    width: 100px; }

.after {
  width: 900px;
  margin: 0 auto;
  padding: 60px 0;
  box-sizing: border-box; }
  .after #menu3 {
    margin: 0 auto;
    box-sizing: border-box; }
    .after #menu3 h2 {
      margin: 0 !important;
      padding: 0 0 0 5px; }
      .after #menu3 h2 img {
        width: auto !important;
        height: 75px; }
    .after #menu3 p {
      margin: 0;
      padding: 5px 5px 15px; }
  .after .block {
    width: 900px;
    margin: 0 auto;
    padding: 30px 0; }
    .after .block:last-child {
      padding-bottom: 0; }
    .after .block .block-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
    .after .block h3 {
      margin: 0 !important;
      padding: 10px 0 20px; }
      .after .block h3 img {
        width: auto !important;
        height: 45px;
        max-width: 100%;
        padding: 0; }
    .after .block .left {
      flex-shrink: 0; }
      .after .block .left p {
        padding-left: 5px; }
    .after .block .right {
      flex-shrink: 0; }
    .after .block img {
      width: 100%; }
    .after .block p {
      margin: 0;
      font-size: 1rem; }
  .after .block1 .left {
    flex-basis: 43%;
    padding-right: 10px; }
  .after .block1 .right {
    flex-basis: 54%;
    margin-top: -110px; }
  .after .block2 .left {
    flex-basis: 45%;
    padding-right: 15px; }
  .after .block2 .right {
    flex-basis: 53%; }
  .after .block3 .left {
    flex-basis: 50%;
    padding-right: 10px; }
  .after .block3 .right {
    flex-basis: 50%;
    margin-top: -80px; }
    .after .block3 .right img {
      display: block;
      width: 65%;
      margin: 0 auto; }
    .after .block3 .right p {
      padding: 0 20px; }
  .after .block4 {
    align-items: center; }
    .after .block4 .left {
      flex-basis: 50%;
      padding-right: 30px;
      box-sizing: border-box; }
      .after .block4 .left p {
        padding: 0 0 20px 5px; }
      .after .block4 .left img {
        display: block;
        margin: 0 auto;
        padding: 0 !important;
        width: 85%; }
    .after .block4 .right {
      flex-basis: 50%;
      padding-right: 5px;
      box-sizing: border-box; }
  .after hr {
    width: 900px;
    margin: 30px auto;
    border-top: 2px dotted #a68d78;
    background: none; }

.end {
  padding: 50px 0;
  font-size: 1.1rem; }
  .end .sign {
    text-align: right; }
  .end .wrap {
    width: 900px;
    margin: 0 auto; }
    .end .wrap h2 {
      margin: 0 0 0 5px; }
      .end .wrap h2 img {
        width: auto;
        height: 45px; }
    .end .wrap p {
      padding: 0 10px; }

footer {
  padding: 1.5rem;
  background: #000; }
  footer a {
    display: block;
    margin: 0 auto;
    width: 250px; }
    footer a img {
      max-width: 250px;
      width: 100%; }

.thanks_footer {
  height: 40vh;
  display: flex;
  align-items: center; }
  .thanks_footer a {
    margin: auto; }

#page-top {
  font-size: 77%;
  position: fixed;
  z-index: 100;
  left: calc(50% + 400px);
  bottom: 20px; }

#page-top a {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: url("../img/common/arrow_top_sp.png") 50% 50% no-repeat;
  background-size: 100% auto; }

#page-top a:hover {
  transition: .5s;
  text-decoration: none;
  opacity: .8; }

.mfp-close {
  top: -44px;
  background: url(../../../img/btn_close.png) 50% 50% no-repeat !important;
  background-size: 90% auto !important;
  cursor: pointer !important; }

.table01 {
  margin-bottom: 10px;
  border-collapse: collapse;
  border-spacing: 0;
  background: #cdc3b8;
  border: solid 1px #555;
  width: 92%; }

.table01 th {
  padding: 5px 10px;
  background: #cdc3b8;
  border: solid 1px #555; }

.table01 td {
  padding: 10px;
  background: #f3e9de;
  border: solid 1px #555;
  vertical-align: baseline; }
  .table01 td img {
    margin: 0 auto !important; }

.table02 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 65%; }

.table02 th {
  padding: 5px 10px; }

.stamp {
  display: block;
  border: 3px double #f00;
  border-radius: 50%;
  color: #f00;
  width: 25px;
  height: 25px;
  line-height: 30px;
  position: relative;
  margin: auto; }

.stamp span {
  display: inline-block;
  width: 100%;
  text-align: center; }

.stamp span:first-child::before {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  border-bottom: 1px solid #f00;
  line-height: 1;
  padding-bottom: 3px; }

.stamp span:first-child {
  line-height: 56px; }

.stamp span:last-child {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  border-top: 1px solid #f00;
  padding-top: 2px;
  line-height: 1; }

.accordion1 {
  text-align: left;
  width: 80%;
  margin: 30px auto; }
  .accordion1 .ac1 {
    position: relative;
    font-weight: bold;
    padding: 10px;
    background: #cdc3b8;
    border: solid 1px #555; }
    .accordion1 .ac1::after {
      display: block;
      content: "▼";
      position: absolute;
      right: 10px;
      top: 5px;
      font-size: 1.4rem; }
  .accordion1 .ac1.on::after {
    display: block;
    content: "▲";
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 1.4rem; }
  .accordion1 .inner {
    display: none;
    list-style: none;
    padding: 0 !important;
    margin: 0 auto;
    border: solid 1px #555; }
    .accordion1 .inner li {
      padding: 10px;
      background: #fff; }
      .accordion1 .inner li a {
        color: #000;
        text-decoration: none; }
      .accordion1 .inner li:hover {
        text-decoration: underline; }
    .accordion1 .inner li:nth-child(even) {
      background: #eaeaea; }

.username {
  text-align: center;
  font-weight: bold;
  background-color: #4E8AB2;
  color: #FFFFFF;
  padding: 3px 10px; }

.table_item {
  display: table;
  width: 100%; }

.img_item {
  display: table-cell;
  width: 180px; }

.txt_item {
  display: table-cell;
  vertical-align: middle;
  width: 700px; }

.table_skill {
  font-size: 1.05rem; }
  .table_skill .name_weapon {
    width: 33%; }
  .table_skill .icons_skill {
    height: 45px;
    vertical-align: middle;
    margin-right: 5px !important;
    border-radius: 50%; }

ul {
  list-style: none;
  padding: 0; }

.erea_name {
  box-sizing: border-box;
  padding: 10px;
  display: block;
  float: left;
  margin: 0 1% 3%;
  border-radius: 5px;
  border: 3px solid #f6f2ee;
  background: #e7e0dd;
  box-shadow: 0 0 0 3px #2d5283; }
  .erea_name .icon {
    display: block;
    margin: 20px auto 0;
    height: 70px;
    border: 3px solid #fff;
    border-radius: 50%; }
  .erea_name .name {
    display: inline-block;
    height: 22px;
    font-weight: bold; }
  .erea_name .title {
    display: inline-block; }
  .erea_name .area_btn {
    text-align: center;
    padding: 0 1%; }
    .erea_name .area_btn img {
      width: 45%;
      margin: 0 1%; }
  .erea_name .area_thumb {
    margin-top: 10px;
    display: table;
    width: 100%; }
    .erea_name .area_thumb .thumb {
      width: 200px;
      display: table-cell; }
    .erea_name .area_thumb .txt_camp {
      padding-left: 20px;
      display: table-cell;
      vertical-align: middle;
      width: 700px;
      text-align: left; }
