@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: #432404;
  background-color: #000;
  line-height: 1.65; }
  body .wrapper {
    min-width: 1000px;
    margin: 0 auto !important;
    box-sizing: border-box; }
    body .wrapper .bg {
      background: url("../img/common/bg_pc.png") top center repeat-y;
      background-size: auto;
      background-attachment: fixed;
      		/*
            &:before {
              background: url("../img/common/bg_pc.png") 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;
            }*/ }

.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; }

.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 0 0.5rem;
  color: #810000; }

a {
  color: #0084FF; }
  a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    transition: all  0.3s ease; }

a:visited {
  color: #0084FF; }

hr {
  margin: 0 auto;
  width: 850px;
  height: 30px;
  border: none;
  background: url("../img/img_hr.png") 50% no-repeat;
  background-size: 100% auto; }

.font-bold {
  font-weight: bold;
  color: #810000; }

.font-ss {
  font-size: 0.9rem !important; }

.font-s {
  font-size: 1rem !important; }

.font-m {
  font-size: 1.1rem;
  font-weight: bold;
  text-shadow: #fff1da 1px 1px 10px, #fff1da -1px 1px 10px, #fff1da 1px -1px 10px, #fff1da -1px -1px 10px; }

.font-l {
  font-size: 1.5rem; }

.txt_center {
  text-align: center; }

.txt_left {
  text-align: left; }

.txt_right {
  text-align: right; }

.txt_q {
  margin-bottom: 10px;
  display: block;
  color: #810000;
  font-size: 1.17em;
  border-bottom: 2px solid #810000; }

.sp {
  display: none; }

.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_img {
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

.main .main_pc {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  height: 610px;
  overflow: hidden; }
  .main .main_pc .logo {
    position: absolute;
    z-index: 1001;
    top: 13px;
    left: 8px;
    width: 18%; }
.main .main_sp {
  display: none; }
.main .intro-wrap {
  width: 880px;
  margin: 0 auto; }
  .main .intro-wrap h2 {
    margin: 60px 0 25px -5px; }
    .main .intro-wrap h2 img {
      height: 45px; }
  .main .intro-wrap .intro-box img {
    margin-top: 30px; }
  .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;
  font-weight: bold;
  text-shadow: #fff1da 1px 1px 5px, #fff1da -1px 1px 5px, #fff1da 1px -1px 5px, #fff1da -1px -1px 5px; }

.bg_top {
  margin: 0 auto;
  display: block; }

.contents {
  width: 100%;
  margin: 0 auto; }
  .contents .intro-wrap {
    width: 850px;
    margin: -60px auto 0;
    padding: 20px 0 0; }
  .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: 850px;
    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;
      list-style-type: none; }
      .contents .menu ul li {
        position: relative;
        margin: 10px 0;
        font-size: 1.1rem;
        font-weight: bold;
        color: #341e08;
        /* 矢印 */ }
        .contents .menu ul li a {
          text-decoration: none;
          color: #810000; }
          .contents .menu ul li a:hover {
            opacity: 0.8;
            -webkit-transition: all 0.3s ease;
            transition: all  0.3s ease; }
        .contents .menu ul li:after {
          content: " ";
          position: relative;
          top: -0.1rem;
          right: -5px;
          display: inline-block;
          width: 11px;
          height: 11px;
          border-top: 3px solid #810000;
          border-right: 3px solid #810000;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
    .contents .menu p {
      margin: 0;
      padding: 0 3px; }
  .contents .system {
    width: 850px;
    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 {
      padding-left: 35px;
      background: url(../img/icon01.png) no-repeat;
      background-size: auto 100%;
      color: #810000; }
      .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: 850px;
    height: 30px;
    background: url("../img/img_hr.png") 50% no-repeat; }
  .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: 850px;
    margin: 30px auto;
    width: 900px;
    height: 30px;
    background: url("../img/img_hr.png") 50% no-repeat; }

.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; }

.block_img02 {
  margin-bottom: 20px; }
  .block_img02 .img_left_top {
    display: inline-block;
    width: 45%;
    margin-right: 5%; }
  .block_img02 .img_right {
    display: inline-block;
    width: 45%;
    vertical-align: top; }
  .block_img02 .block_left {
    display: inline-block;
    width: 45%; }

.block_img03 {
  margin-top: 20px; }
  .block_img03 .img_left {
    display: inline-block;
    width: 30%;
    vertical-align: top; }
  .block_img03 .block_right {
    margin-left: 2%;
    display: inline-block;
    width: 65%; }

.block_img_w {
  margin: 10px auto;
  text-align: center; }
  .block_img_w .img_left {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin-right: 2%; }
  .block_img_w .img_right {
    display: inline-block;
    width: 40%;
    vertical-align: top; }

.block_img_w02 {
  margin: 10px auto 20px;
  text-align: center; }
  .block_img_w02 .img_left {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin-right: 6%; }
  .block_img_w02 .img_right {
    display: inline-block;
    width: 40%;
    vertical-align: top; }

.icon_num {
  width: 30px; }

.icon01 {
  height: 35px;
  vertical-align: middle; }

.img_ava {
  margin: 0 -4%;
  height: 80px;
  vertical-align: middle; }

table.font-s {
  margin: 10px 0 0; }

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 {
  border-collapse: collapse;
  border-spacing: 0;
  background: #cdc3b8;
  border: solid 1px #b38153;
  width: 65%;
  text-shadow: none; }

.table01 th {
  padding: 5px 10px;
  background: #ddb385;
  border: solid 1px #b38153; }

.table01 td {
  padding: 5px 10px;
  background: #f8e9d3;
  border: solid 1px #b38153; }

.table_box_left,
.table_box_right {
  margin-top: 20px;
  display: inline-block;
  width: 35%;
  vertical-align: top; }

.table_box_left {
  margin-left: 15%; }

.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; }

.new {
  font-size: 1.3rem;
  margin-left: -15px !important;
  margin-bottom: -5px !important;
  width: 190px;
  color: #f00;
  transform: rotate(-6deg);
  animation: blink 1s ease-in-out infinite alternate; }

/* 点滅 */
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*
.bound {
	width: 200px;
    height: 10px;
    margin-top: 20px;
    position: relative;
		span{
		position: absolute;
		left: 0;
		//right: 0;
		top:0;
		bottom: 0;
		margin: auto;
		font-size:0.9em;
		//font-weight:bold;
		color:#ff0000;
		text-align:center;
		width:100px;
		height:65px;
	}
	
}*/
/*アニメーション指定
文字数に合わせてleftや開始時間（2つ目のs）を設定する*/
.bound span:nth-child(1) {
  left: -4.2em;
  animation: bound-anim 0.8s 0.0s infinite; }

.bound span:nth-child(2) {
  left: -2.8em;
  animation: bound-anim 0.8s 0.1s infinite; }

.bound span:nth-child(3) {
  left: -1.4em;
  animation: bound-anim 0.8s 0.2s infinite; }

.bound span:nth-child(4) {
  left: 0.0em;
  animation: bound-anim 0.8s 0.3s infinite; }

.bound span:nth-child(5) {
  left: 1.4em;
  animation: bound-anim 0.8s 0.4s infinite; }

.bound span:nth-child(6) {
  left: 2.8em;
  animation: bound-anim 0.8s 0.5s infinite; }

.bound span:nth-child(7) {
  left: 4.2em;
  animation: bound-anim 0.8s 0.6s infinite; }

.bound span:nth-child(8) {
  left: 5.2em;
  animation: bound-anim 0.8s 0.6s infinite; }

/*アニメーションキーフレーム
小さいフォントサイズの場合はtopの数値も縮小すると飛び過ぎない*/
@keyframes bound-anim {
  0%,100% {
    top: 0;
    transform: scale(1); }
  30% {
    top: -18%; }
  50% {
    transform: scale(1); }
  90% {
    top: 0;
    transform: scale(1.1, 0.9); } }
