@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* Scss Document */
input,
textarea,
select,
.select_wrap {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 10px 18px;
  border: 2px solid #43425D;
  color: #43425D;
  background: #FFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 6px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
  line-height: 24px; }
  @media (max-width: 520px) {
    input,
    textarea,
    select,
    .select_wrap {
      height: 58px;
      line-height: 34px;
      font-size: 22px; } }

textarea {
  min-height: 12rem;
  line-height: 1.5; }

.textarea_wrap.textarea_wrap_mini textarea {
  min-height: 5rem; }

label {
  display: inline-flex;
  margin-right: 2rem;
  height: 48px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer; }
  label input {
    display: none; }
    label input + .txt {
      padding-left: 40px;
      min-height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      position: relative; }
      label input + .txt::before, label input + .txt::after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        box-sizing: border-box; }
      label input + .txt::before {
        width: 30px;
        height: 30px;
        border: 2px solid #43425D; }
    label input[type=radio] + .txt::before,
    label input[type=radio] + .txt::after {
      border-radius: 50%; }
    label input[type=radio] + .txt::after {
      width: 14px;
      height: 14px;
      top: 8px;
      left: 8px;
      background: #1E82D8; }
    label input[type=checkbox] + .txt::before {
      border-radius: 6px; }
    label input[type=checkbox] + .txt::after {
      width: 14px;
      height: 8px;
      border: 3px solid #1E82D8;
      border-top: 0;
      border-right: 0;
      top: 10px;
      left: 7px;
      transform: rotate(-45deg); }
    label input:not(:checked) + .txt::after {
      display: none; }

button:not(:disabled),
input[type=button]:not(:disabled) {
  cursor: pointer; }

form h4 + .part,
.confirm h4 + .part {
  margin-top: 3rem; }
form .part,
.confirm .part {
  position: relative;
  max-width: 720px;
  margin: 0 auto; }
  form .part:not(:last-child),
  .confirm .part:not(:last-child) {
    margin-bottom: 2rem; }
  form .part.part_sub,
  .confirm .part.part_sub {
    margin-top: -1rem; }
  form .part > .label,
  .confirm .part > .label {
    margin-bottom: 1rem; }
  form .part .caption,
  .confirm .part .caption {
    color: #1E82D8; }
  form .part + h4,
  .confirm .part + h4 {
    margin-top: 8rem; }
  form .part.part_questionnaire,
  .confirm .part.part_questionnaire {
    display: block; }
  @media (min-width: 1280px) {
    form .part:not(.part_questionnaire) > .cont,
    .confirm .part:not(.part_questionnaire) > .cont {
      width: 100%; }
    form .part:not(.part_questionnaire) > .label,
    .confirm .part:not(.part_questionnaire) > .label {
      position: absolute;
      margin-bottom: 0;
      right: calc( 100% + 20px );
      text-align: right;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: 200px;
      top: 0;
      z-index: 0; } }
form .input_wrap,
.confirm .input_wrap {
  display: flex;
  align-items: center; }
  form .input_wrap > *:not(:last-child),
  .confirm .input_wrap > *:not(:last-child) {
    margin-right: 1rem; }
@media (max-width: 767px) {
  form .flex_with_caption,
  .confirm .flex_with_caption {
    position: relative; }
    form .flex_with_caption > .caption,
    .confirm .flex_with_caption > .caption {
      /*position:absolute;
      bottom:-20px;*/
      margin-top: 1rem; }
    form .flex_with_caption.flex_with_label > .caption,
    .confirm .flex_with_caption.flex_with_label > .caption {
      /*bottom:0;*/
      margin-top: -0.25rem; }
    form .flex_with_caption .form_part + .form_part,
    .confirm .flex_with_caption .form_part + .form_part {
      margin-top: 1rem; } }
@media (min-width: 768px) {
  form .flex_with_caption,
  .confirm .flex_with_caption {
    display: flex;
    align-items: center;
    width: 100%; }
    form .flex_with_caption .form_part,
    .confirm .flex_with_caption .form_part {
      width: 58%;
      margin-right: 2rem;
      max-width: 530px; } }
form .textarea_wrap,
.confirm .textarea_wrap {
  position: relative;
  width: 100%; }
  form .textarea_wrap .placeholder,
  .confirm .textarea_wrap .placeholder {
    pointer-events: none;
    color: #A5A4BF;
    box-sizing: border-box;
    padding: 10px 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-weight: 500; }
  form .textarea_wrap textarea:not(.empty) + .placeholder,
  form .textarea_wrap textarea:focus + .placeholder,
  .confirm .textarea_wrap textarea:not(.empty) + .placeholder,
  .confirm .textarea_wrap textarea:focus + .placeholder {
    display: none; }

@media (min-width: 1280px) {
  .confirm .part:not(.part_questionnaire) {
    min-height: 48px;
    display: flex;
    align-items: center; } }
@media (min-width: 768px) {
  .confirm .flex_with_caption {
    width: auto; }
    .confirm .flex_with_caption .form_part {
      width: auto; } }

.select_wrap {
  position: relative;
  padding: 0 !important;
  width: auto; }
  .select_wrap select {
    box-sizing: border-box;
    border: 0;
    background: none;
    color: transparent;
    padding-right: 40px;
    box-shadow: none; }
    .select_wrap select option.disabled {
      color: #333;
      pointer-events: none; }
  .select_wrap::before {
    height: 48px;
    line-height: 28px;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: attr(txt);
    padding: 10px 18px;
    box-sizing: border-box;
    pointer-events: none;
    overflow: hidden; }
@incude media_query(sp) {
  .select_wrap::before {
    height: 58px;
    line-height: 34px;
    font-size: 22px; } }
  .select_wrap.empty.required::before {
    color: #A5A4BF; }
  .select_wrap::after {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    border: 2px solid #43425D;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
    content: "";
    pointer-events: none; }

.win select:not(:focus) {
  opacity: 0;
  filter: Alpha(opacity=0); }
.win select:focus {
  color: #43425D; }

::placeholder {
  color: #A5A4BF;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 24px; }
  @media (max-width: 520px) {
    ::placeholder {
      font-size: 14px;
      line-height: 34px; } }

.error_show input.empty.required,
.error_show textarea.empty.required,
.error_show .select_wrap.empty.required {
  border-color: #FF6565; }
.error_show label input[type=radio].empty.required + .txt::before,
.error_show label input[type=checkbox].empty.required + .txt::before {
  border-color: #FF6565; }

.errors {
  display: none;
  color: #FF6565;
  margin-top: 1rem; }

/* Scss Document */
/* Scss Document */
body, html {
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  transition: none !important;
  font-size: calc( ( 100vw - 40px ) / 25 );
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-weight: 500; }

@media (min-width: 521px) {
  body, html {
    font-size: calc( ( 100vw - 80px ) / 48 ); } }
@media (min-width: 640px) {
  body, html {
    font-size: calc( ( 100vw - 80px ) / 56 ); } }
@media (min-width: 768px) {
  body, html {
    font-size: calc( ( 100vw - 80px ) / 68 ); } }
@media (min-width: 960px) {
  body, html {
    font-size: 14px; } }
@media (max-width: 1440px) and (max-resolution: 1.8dppx), (-webkit-max-device-pixel-ratio: 1.8) {
  body, html {
    font-size: 12px; } }
body {
  background: #F4F8FA;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.05em;
  text-rendering: auto;
  color: #43425D;
  word-wrap: break-word; }

body.touch {
  overflow-x: hidden;
  overflow-y: auto; }

div, p, img, iframe {
  padding: 0;
  margin: 0;
  border: 0; }

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.05em; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 2.5rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1rem; }

@media (min-width: 521px) {
  h1 {
    font-size: 3rem; }

  h2 {
    font-size: 2.2rem; }

  h3 {
    font-size: 1.5rem; } }
a:not(.a) {
  text-decoration: underline;
  color: #4D4F5C; }

a:hover,
a:focus {
  text-decoration: none; }

img {
  line-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  max-width: 100%; }

.fit_image {
  position: relative; }
  .fit_image img {
    width: 100%;
    height: auto; }

span {
  display: inline-block; }

sub {
  vertical-align: baseline; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*\*/
     /*/
height: auto;
overflow: hidden;
/**/ }

table {
  width: 100%;
  border-collapse: collapse;
  border: 0; }
  table td, table th {
    padding: 10px 20px; }
    table td:not(:last-child), table th:not(:last-child) {
      padding-right: 0; }
    table td .inner, table th .inner {
      display: flex;
      align-items: center; }
  table th {
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-weight: 500;
    text-align: left; }
  table thead, table tbody,
  table tr:not(:last-child) {
    border-bottom: 1px solid #F5F6FA; }
  table .thumbnail,
  table .emblem {
    width: 40px !important;
    height: 40px !important;
    margin-right: 1rem; }
  table tfoot td {
    padding: 20px 20px; }
  table.members thead th {
    cursor: pointer;
    position: relative; }
    table.members thead th::after {
      width: 8px;
      height: 8px;
      content: "";
      border-color: #43425D;
      border-style: solid;
      border-width: 1px 1px 0 0;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 15px;
      margin: auto; }
    table.members thead th:not(.active)::after {
      transform: rotate(135deg);
      opacity: 0.2;
      filter: Alpha(opacity=20); }
    table.members thead th[order=down]::after {
      top: 10px;
      transform: rotate(-45deg); }
    table.members thead th[order=up]::after {
      transform: rotate(135deg); }
  table.members tbody tr {
    position: relative;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    transition: 0.33s background; }

.a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  color: #43425D; }

.nw {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-weight: 500; }

.b {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-weight: 700; }

.w40 {
  width: 40px !important; }

.w60 {
  width: 60px !important; }

.w80 {
  width: 80px !important; }

.w100 {
  width: 100px !important; }

.w120 {
  width: 120px !important; }

.w140 {
  width: 140px !important; }

.w160 {
  width: 160px !important; }

.w180 {
  width: 180px !important; }

.mt0 {
  margin-top: 0; }

.mb0 {
  margin-bottom: 0; }

.mt10 {
  margin-top: 1rem; }

.mb10 {
  margin-bottom: 1rem; }

.ml10 {
  margin-left: 1rem; }

.mr10 {
  margin-right: 1rem; }

.mt20 {
  margin-top: 2rem; }

.mb20 {
  margin-bottom: 2rem; }

.mt30 {
  margin-top: 3rem; }

.mb30 {
  margin-bottom: 3rem; }

.mt40 {
  margin-top: 4rem; }

.mb40 {
  margin-bottom: 4rem; }

.mt50 {
  margin-top: 5rem; }

.mb50 {
  margin-bottom: 5rem; }

.mt60 {
  margin-top: 6rem; }

.mb60 {
  margin-bottom: 6rem; }

.mt80 {
  margin-top: 8rem; }

.mb80 {
  margin-bottom: 8rem; }

.caption {
  font-size: 0.9rem;
  line-height: 1.5; }

.caption_wrap {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .caption_wrap .caption:not(:last-child) {
    margin-bottom: 5px; }

.text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.01em; }

.mini {
  font-size: 0.8rem;
  position: relative;
  top: -1px; }

.red {
  color: #FF6565 !important; }

.blue {
  color: #1E82D8 !important; }

.underline {
  text-decoration: underline; }

.boolean[boolean=true]::before {
  content: "○"; }
.boolean[boolean=false]::before {
  content: "×"; }

.section {
  position: relative;
  width: 100%; }

.section_cont {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.section_cont_pt0 {
  padding-top: 0 !important; }

.section_cont_pb0 {
  padding-bottom: 0 !important; }

.section_cont:not(:section_white):last-child {
  padding-bottom: 0; }

.section_white::before {
  width: calc( 100% - 20px );
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  margin: auto;
  content: ""; }
  @media (min-width: 960px) {
    .section_white::before {
      width: calc( 100% - 80px ); } }

.section_white > * {
  position: relative;
  z-index: 2; }

.section_title_wrap {
  padding-bottom: 4rem; }

.box_wrap,
.box_wrap_slendar,
.box_wrap_minimum,
.container {
  position: relative;
  margin: 0 auto;
  width: calc( 100% - 20px );
  box-sizing: border-box;
  max-width: 1280px; }
  @media (min-width: 768px) {
    .box_wrap,
    .box_wrap_slendar,
    .box_wrap_minimum,
    .container {
      width: calc( 100% - 50px ); } }
  @media (min-width: 960px) {
    .box_wrap,
    .box_wrap_slendar,
    .box_wrap_minimum,
    .container {
      width: calc( 100% - 80px ); } }

.box_wrap_minimum {
  max-width: 720px; }

.box_wrap_slendar {
  max-width: 840px; }

.container {
  max-width: none; }

.tc {
  text-align: center !important; }

.tr {
  text-align: right !important; }

.tl {
  text-align: left !important; }

@media (max-width: 520px) {
  .tl_for_sp {
    text-align: left !important; } }
@media (min-width: 521px) {
  .for_sp {
    display: none !important; } }

@media (max-width: 520px) {
  .not_for_sp {
    display: none !important; } }

@media (max-width: 767px) {
  .for_device {
    display: none !important; } }

@media (min-width: 768px) {
  .not_for_device {
    display: none !important; } }

.radius {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px; }

.icon {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%; }

.fixed_center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.movie {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: calc( 100% * ( 9 / 16 ) ); }

.movie > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.eng {
  font-family: "Cedarville Cursive", cursive; }

.box_border {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto; }
  .box_border .inner {
    border-radius: 4px;
    padding: 10px 20px;
    border: 2px solid #1E82D8;
    color: #1E82D8;
    min-width: 180px;
    text-align: center; }
  .box_border.red .inner {
    color: #FF6565;
    border-color: #FF6565; }
    .box_border.red .inner a {
      color: #FF6565; }

.block:not(:last-child) {
  margin-bottom: 8rem; }
.block > .head {
  margin-bottom: 2rem;
  position: relative; }
  @media (max-width: 520px) {
    .block > .head h3 {
      font-size: 1rem; } }
.block.block_content:not(:last-child) {
  margin-bottom: 4rem; }
.block.block_content > .head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem; }
  .block.block_content > .head > *:not(:last-child) {
    margin-right: 1rem; }
  .block.block_content > .head .icon {
    width: 24px;
    height: 24px; }
  @media (max-width: 767px) {
    .block.block_content > .head {
      padding-top: 1.5rem;
      position: relative;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column; }
      .block.block_content > .head > * {
        display: block; }
      .block.block_content > .head > *:not(:last-child) {
        margin-right: 0; }
      .block.block_content > .head h3 {
        font-size: 1.25rem; }
      .block.block_content > .head .icon {
        position: absolute;
        top: 0;
        left: 1rem;
        margin: auto; } }
.block.block_content > .body {
  background: #FFF; }
  .block.block_content > .body:not(.no_padding) {
    padding: 40px 20px;
    box-sizing: border-box; }
    @media (min-width: 960px) {
      .block.block_content > .body:not(.no_padding) {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1280px) {
      .block.block_content > .body:not(.no_padding) {
        padding-left: 80px;
        padding-right: 80px; } }

.section_white .block > .head,
.section_white .block > .body {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .section_white .block > .head,
    .section_white .block > .body {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 960px) {
    .section_white .block > .head,
    .section_white .block > .body {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1280px) {
    .section_white .block > .head,
    .section_white .block > .body {
      padding-left: 80px;
      padding-right: 80px; } }

.to_link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .to_link .a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    box-sizing: border-box;
    border: 2px solid #43425D;
    width: 230px;
    height: 62px;
    background: #43425D;
    text-decoration: none;
    margin: 2rem;
    cursor: pointer; }
    .to_link .a.disabled {
      pointer-events: none;
      opacity: 0.5;
      filter: Alpha(opacity=50); }
    .to_link .a .txt {
      color: #FFF;
      font-size: 1.1rem; }
    .to_link .a.transparent {
      background: #FFF; }
      .to_link .a.transparent .txt {
        color: #43425D; }
    .to_link .a.red {
      background: #FF6565;
      border: 0; }
      .to_link .a.red .txt {
        color: #FFF; }
  .to_link.to_link_mini .a {
    width: auto;
    min-width: 90px;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px; }
    .to_link.to_link_mini .a .txt {
      font-size: 0.9rem; }
  .to_link.no_margin .a {
    margin: 0; }
  .to_link.tl {
    justify-content: flex-start; }
    .to_link.tl .a:first-child {
      margin-left: 0; }
  .to_link.tr {
    justify-content: flex-end; }
    .to_link.tr .a:last-child {
      margin-right: 0; }
  .to_link:not(.with_margin):last-child {
    margin-bottom: -2rem; }
  .to_link:not(.with_margin):first-child {
    margin-top: -2rem; }
  .to_link + .to_link {
    margin-top: -2rem; }

.thumbnail {
  overflow: hidden;
  border-radius: 50%; }

.emblem {
  position: relative; }
  .emblem .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 95%;
    height: 95%; }

.btns {
  display: flex;
  align-items: center; }
  .btns.tc {
    justify-content: center; }
  .btns .btn:not(:last-child) {
    margin-right: 1rem; }

.list_wrap .list {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center; }
  .list_wrap .list:not(:last-child) {
    border-bottom: 1px solid #F5F6FA; }
  .list_wrap .list > .a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    text-decoration: none; }
    .list_wrap .list > .a > * {
      box-sizing: border-box;
      padding: 20px 20px;
      position: relative;
      z-index: 2; }
      @media (max-width: 520px) {
        .list_wrap .list > .a > * {
          padding: 10px 10px; } }
      .list_wrap .list > .a > *:not(:last-child) {
        padding-right: 0; }
        @media (max-width: 520px) {
          .list_wrap .list > .a > *:not(:last-child) {
            padding-right: 0; } }
    .list_wrap .list > .a::before, .list_wrap .list > .a::after {
      position: absolute;
      top: 0;
      left: 0;
      content: ""; }
    .list_wrap .list > .a::before {
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0;
      filter: Alpha(opacity=0);
      transition: 0.33s opacity; }
    .list_wrap .list > .a::after {
      width: 0;
      height: 100%;
      background: #A3A0FB;
      transition: 0.33s width; }
  .list_wrap .list .thumbnail,
  .list_wrap .list .emblem {
    margin-bottom: 0 !important;
    width: 46px !important;
    height: 46px !important; }
  .list_wrap .list .label .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .list_wrap .list .cont {
    width: 100%;
    line-height: 1.5 !important;
    font-size: 0.9rem !important; }
    .list_wrap .list .cont .inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
  .list_wrap .list.list_view_all .a .inner > *:not(.caption),
  .list_wrap .list.list_view_all .a .cont > *:not(.caption):not(.inner) {
    color: #1E82D8; }
  .list_wrap .list.list_view_all .a:not(:hover) .inner > *:not(.caption),
  .list_wrap .list.list_view_all .a:not(:hover) .cont > *:not(.caption):not(.inner) {
    text-decoration: underline; }
  @media (max-width: 767px) {
    .list_wrap .list.list_view_all .a .cont {
      justify-content: center; }
      .list_wrap .list.list_view_all .a .cont .tr {
        text-align: center !important; }
      .list_wrap .list.list_view_all .a .cont .inner {
        justify-content: center; }
        .list_wrap .list.list_view_all .a .cont .inner .caption {
          display: none; } }
.list_wrap.list_message .list .cont .inner:first-child {
  font-weight: bold; }
  .list_wrap.list_message .list .cont .inner:first-child .belong {
    margin-left: 1rem;
    font-weight: normal; }
.list_wrap.list_news .list .category {
  background: #FF6565;
  color: #FFF;
  width: 52px;
  height: 16px;
  line-height: 16px;
  color: #FFF;
  text-align: center;
  border-radius: 8px;
  font-size: 0.8rem; }
  @media (min-width: 768px) {
    .list_wrap.list_news .list .category {
      width: 75px; } }
@media (max-width: 520px) {
  .list_wrap.list_news .list .label .date {
    display: none; } }
@media (min-width: 521px) {
  .list_wrap.list_news .list .label {
    width: 200px; }
    .list_wrap.list_news .list .label .date {
      font-size: 0.8rem;
      line-height: 1.5; }
  .list_wrap.list_news .list .cont {
    width: calc( 100% - 200px ); }
    .list_wrap.list_news .list .cont .date {
      display: none !important; } }
@media (min-width: 521px) {
  .list_wrap.list_news .list.list_view_all .cont {
    width: 100%; } }
.list_wrap .control {
  width: calc( 104px + 1rem );
  z-index: 10; }
  .list_wrap .control label {
    height: 28px;
    margin-right: 1rem; }
    .list_wrap .control label input + .txt {
      padding-left: 30px;
      min-height: 20px; }
      .list_wrap .control label input + .txt::before {
        width: 20px;
        height: 20px; }
    .list_wrap .control label input[type=radio] + .txt::before, .list_wrap .control label input[type=radio] + .txt::after {
      top: 0;
      bottom: 0;
      margin: auto; }
    .list_wrap .control label input[type=radio] + .txt::after {
      width: 10px;
      height: 10px;
      left: 5px;
      background: #1E82D8; }
  .list_wrap .control .btns .btn {
    width: 32px;
    height: 32px;
    cursor: pointer; }
    .list_wrap .control .btns .btn:not(:last-child) {
      margin-right: 10px; }
    .list_wrap .control .btns .btn .a {
      background: #43425D;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1); }
      .list_wrap .control .btns .btn .a .icon {
        width: 20px;
        height: 20px; }
      .list_wrap .control .btns .btn .a svg * {
        fill: #FFF !important; }
    .list_wrap .control .btns .btn.disabled {
      cursor: default; }
      .list_wrap .control .btns .btn.disabled .a {
        opacity: 0.5;
        filter: Alpha(opacity=50); }
@media (max-width: 520px) {
  .list_wrap.list_news_control .list > .a {
    padding-bottom: 50px;
    position: relative; }
    .list_wrap.list_news_control .list > .a .control {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      border-top: 1px dashed #F5F6FA; } }
@media (min-width: 960px) {
  .list_wrap.list_news_control .list .control {
    width: 300px;
    display: flex;
    align-items: center; } }

.columns {
  display: -ms-grid;
  display: grid;
  grid-gap: 2rem; }
  @media (min-width: 960px) {
    .columns.column2 {
      grid-template-columns: repeat(2, 1fr);
      -ms-grid-columns: 1fr [2]; } }
  @media (min-width: 768px) {
    .columns.column3 {
      grid-template-columns: repeat(2, 1fr);
      -ms-grid-columns: 1fr [2]; } }
  @media (min-width: 960px) {
    .columns.column3 {
      grid-template-columns: repeat(3, 1fr);
      -ms-grid-columns: 1fr [3]; } }

.supported {
  display: flex;
  align-items: center; }
  .supported::before {
    content: "powered by";
    font-size: 0.8rem; }
  .supported .icon {
    margin-left: 10px;
    width: 67px;
    height: 24px; }
    @media (min-width: 768px) {
      .supported .icon {
        width: 95px;
        height: 33px; } }

.pagenations .btn {
  width: 30px;
  height: 30px;
  margin: 0.05rem; }
  .pagenations .btn .a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    color: #43425D;
    border: 1px solid #43425D;
    text-decoration: none; }
    .pagenations .btn .a.here {
      background: #43425D;
      color: #FFF; }
    .pagenations .btn .a .txt {
      line-height: 1; }

#contents {
  padding-top: 70px;
  padding-bottom: 70px; }

#head {
  height: 70px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  #head .header_set {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #head .header_set[key=for_login] .logo {
      width: 260px;
      height: 100%; }
      #head .header_set[key=for_login] .logo .a {
        display: flex;
        justify-content: center;
        align-items: center; }
      #head .header_set[key=for_login] .logo .icon {
        width: 220px;
        height: 20px; }
    @media (min-width: 768px) {
      #head .header_set[key=for_login] {
        height: 100%;
        position: relative;
        box-sizing: border-box;
        padding-left: 280px; }
        #head .header_set[key=for_login] .logo {
          background: #43425D;
          position: absolute;
          top: 0;
          left: 0; }
          #head .header_set[key=for_login] .logo::before {
            width: 100%;
            height: 100%;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background: #000;
            opacity: 0.1;
            filter: Alpha(opacity=10); }
          #head .header_set[key=for_login] .logo > * {
            position: relative;
            z-index: 1; } }
    #head .header_set[key=not_for_login] {
      box-sizing: border-box;
      padding-left: 10px;
      padding-right: 10px; }
      #head .header_set[key=not_for_login] .logo {
        width: 82px;
        height: 41px; }
        @media (min-width: 768px) {
          #head .header_set[key=not_for_login] .logo {
            width: 120px;
            height: 60px; } }
        #head .header_set[key=not_for_login] .logo .icon {
          background-image: url("../images/common/logo_jpfa.png"); }
      @media (max-width: 767px) {
        #head .header_set[key=not_for_login] {
          justify-content: center; }
          #head .header_set[key=not_for_login] .supported {
            display: none; } }
  #head .userinfo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
    position: relative; }
    #head .userinfo .thumbnail {
      width: 58px;
      height: 58px;
      margin-left: 40px; }
      #head .userinfo .thumbnail .bg {
        background-color: #43425D; }
    #head .userinfo .emblem {
      width: 58px;
      height: 58px;
      margin-left: 40px; }
    #head .userinfo .name {
      padding-right: 30px;
      cursor: pointer;
      position: relative; }
      #head .userinfo .name::before {
        width: 8px;
        height: 8px;
        border: 2px solid #43425D;
        border-top: 0;
        border-right: 0;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 5px;
        margin: auto;
        transform: rotate(-45deg); }
    #head .userinfo .btns {
      width: 200px;
      box-sizing: border-box;
      padding: 10px;
      background: #FFF;
      bottom: auto;
      top: calc( 100% - 10px );
      left: auto;
      right: 108px;
      display: block;
      box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
      display: none; }
      #head .userinfo .btns::before {
        width: 12px;
        height: 12px;
        background: #FFF;
        position: absolute;
        top: -6px;
        right: 54px;
        content: "";
        transform: rotate(45deg);
        box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
        z-index: -1; }
      #head .userinfo .btns .btn {
        height: 42px; }
        #head .userinfo .btns .btn .a {
          border-radius: 6px;
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center;
          text-decoration: none; }
          #head .userinfo .btns .btn .a::before {
            background: #A5A4BF;
            opacity: 0;
            filter: Alpha(opacity=0);
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transition: 0.33s opacity; }
          #head .userinfo .btns .btn .a .txt {
            font-size: 0.9rem; }
        #head .userinfo .btns .btn[key=profile_edit] .txt::before {
          content: "プロフィール編集"; }
        #head .userinfo .btns .btn[key=admin_login_end] .txt::before {
          content: "管理者ログインを終了"; }
        #head .userinfo .btns .btn[key=logout] .txt::before {
          content: "ログアウト"; }
    #head .userinfo.active .btns {
      display: block; }
    #head .userinfo.active .name::before {
      top: 12px;
      transform: rotate(135deg); }
    @media (max-width: 767px) {
      #head .userinfo {
        display: none !important; } }

#pan {
  display: flex;
  color: #A5A4BF; }
  #pan .a {
    color: #A5A4BF;
    text-decoration: none; }
    #pan .a:not(div) {
      color: #43425D; }
  #pan > *:not(:last-child) {
    margin-right: 3rem;
    position: relative; }
    #pan > *:not(:last-child)::before {
      content: "";
      width: 2rem;
      right: -2.5rem;
      height: 1px;
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      background: #A5A4BF; }
  @media (max-width: 767px) {
    #pan {
      display: none; } }

#btn_menu_for_device {
  width: 70px;
  height: 70px;
  position: fixed;
  left: auto;
  bottom: auto; }
  #btn_menu_for_device .a {
    display: flex;
    justify-content: center; }
  #btn_menu_for_device .lines {
    width: 36px;
    height: 18px; }
    #btn_menu_for_device .lines .line {
      width: 36px;
      height: 2px;
      background: #FFF;
      border-radius: 2px; }
      #btn_menu_for_device .lines .line:first-child {
        bottom: auto; }
      #btn_menu_for_device .lines .line:last-child {
        top: auto; }
      #btn_menu_for_device .lines .line:first-child, #btn_menu_for_device .lines .line:last-child {
        transition: 0.33s transform; }
      #btn_menu_for_device .lines .line:nth-child(2) {
        transition: 0.33s width; }
  @media (min-width: 768px) {
    #btn_menu_for_device {
      display: none !important; } }

nav {
  position: fixed;
  background: #43425D;
  width: 260px;
  height: 100vh;
  padding-top: 70px;
  padding-bottom: 20px;
  box-sizing: border-box;
  z-index: 99; }
  @media (max-width: 767px) {
    nav {
      right: -260px;
      transition: 0.33s transform; } }
  @media (max-width: 520px) {
    nav {
      width: 100%;
      right: -100vw; } }
  nav .navi_wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto; }
    @media (max-width: 520px) {
      nav .navi_wrap {
        display: block; } }
  nav .navi {
    display: block; }
    nav .navi .navi_btn {
      margin-right: 0 !important; }
      nav .navi .navi_btn .a {
        box-sizing: border-box;
        padding: 0 25px;
        height: 52px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-decoration: none; }
        @media (max-width: 520px) {
          nav .navi .navi_btn .a {
            height: 64px; } }
        nav .navi .navi_btn .a::before, nav .navi .navi_btn .a::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        nav .navi .navi_btn .a::before {
          background: #000;
          opacity: 0;
          filter: Alpha(opacity=0);
          transition: 0.33s opacity; }
        nav .navi .navi_btn .a::after {
          width: 0;
          background: #A3A0FB;
          transition: 0.33s width; }
        nav .navi .navi_btn .a > * {
          position: relative;
          z-index: 2; }
        nav .navi .navi_btn .a .icon {
          width: 20px;
          height: 20px;
          margin-right: 0.5rem; }
          nav .navi .navi_btn .a .icon svg {
            fill: #A5A4BF !important; }
        nav .navi .navi_btn .a .txt {
          color: #FFF;
          line-height: 1; }
          @media (max-width: 520px) {
            nav .navi .navi_btn .a .txt {
              font-size: 1.25rem; } }
        @media (min-width: 521px) {
          nav .navi .navi_btn .a {
            padding: 0 15px 0 20px; } }
      nav .navi .navi_btn.here .a::before {
        opacity: 0.1;
        filter: Alpha(opacity=10); }
      nav .navi .navi_btn.here .a::after {
        width: 5px; }
      nav .navi .navi_btn.here .a .txt {
        color: #A3A0FB; }
      nav .navi .navi_btn.here .a .icon svg {
        fill: #A3A0FB !important; }
      nav .navi .navi_btn[key=home] .txt::before {
        content: "トップ"; }
      nav .navi .navi_btn[key=search_player] .txt::before {
        content: "プレイヤー検索"; }
      nav .navi .navi_btn[key=search_club] .txt::before {
        content: "クラブ検索"; }
      nav .navi .navi_btn[key=message] .txt::before {
        content: "逆オファー／メッセージ"; }
      nav .navi .navi_btn[key=tryout] .txt::before {
        content: "トライアウト情報"; }
      nav .navi .navi_btn[key=profile_edit] .txt::before {
        content: "プロフィール編集"; }
      nav .navi .navi_btn[key=news] .txt::before {
        content: "お知らせ配信"; }
      nav .navi .navi_btn[key=bookmark] .txt::before {
        content: "お気に入りクラブ"; }
      nav .navi .navi_btn[key=logout] .txt::before {
        content: "ログアウト"; }
      nav .navi .navi_btn[key=admin_login_end] .txt::before {
        content: "管理者ログインを終了"; }
      nav .navi .navi_btn[key=term] .txt::before {
        content: "利用規約"; }
      nav .navi .navi_btn[key=privacy] .txt::before {
        content: "プライバシーポリシー"; }
      nav .navi .navi_btn[key=contact] .txt::before {
        content: "お問い合わせ"; }
    @media (max-width: 520px) {
      nav .navi + .navi {
        margin-top: 4rem;
        position: relative; }
        nav .navi + .navi::before {
          width: 100%;
          height: 1px;
          background: #A5A4BF;
          position: absolute;
          top: -2rem;
          left: 0;
          right: 0;
          margin: auto;
          content: "";
          opacity: 0.3;
          filter: Alpha(opacity=30); } }

#foot {
  padding-bottom: 1rem; }
  #foot .footer_set {
    display: flex; }
    #foot .footer_set[key=for_login] {
      justify-content: center; }
      #foot .footer_set[key=for_login] .logo {
        width: 120px;
        height: 60px; }
        #foot .footer_set[key=for_login] .logo .icon {
          background-image: url("../images/common/logo_jpfa.png"); }
      @media (min-width: 768px) {
        #foot .footer_set[key=for_login] {
          display: none; } }
    #foot .footer_set[key=not_for_login] {
      justify-content: space-between;
      align-items: flex-end; }
      #foot .footer_set[key=not_for_login] .btns {
        text-align: left !important;
        display: block; }
        #foot .footer_set[key=not_for_login] .btns .btn {
          line-height: 2; }
          #foot .footer_set[key=not_for_login] .btns .btn .a:not(:hover) .txt {
            text-decoration: underline; }
      @media (min-width: 768px) {
        #foot .footer_set[key=not_for_login] .btns {
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0 auto 1rem auto; }
          #foot .footer_set[key=not_for_login] .btns .btn:not(:last-child) {
            margin-right: 2rem; }
        #foot .footer_set[key=not_for_login] .supported {
          display: none !important; } }

body:not(.touch) #head .userinfo .btns .btn .a:hover::before {
  opacity: 0.1;
  filter: Alpha(opacity=10); }
body:not(.touch) .list_wrap .list:not(.list_pagenations) .a:hover::before {
  opacity: 0.1;
  filter: Alpha(opacity=10); }
body:not(.touch) .list_wrap .list:not(.list_pagenations) .a:hover::after {
  width: 5px; }
body:not(.touch) nav .navi .navi_btn .a:hover::before {
  opacity: 0.1;
  filter: Alpha(opacity=10); }
body:not(.touch) table.members tbody tr:hover {
  background: rgba(0, 0, 0, 0.1); }
body.navi_on #btn_menu_for_device .lines .line:nth-child(2) {
  width: 0; }
body.navi_on #btn_menu_for_device .lines .line:first-child {
  bottom: 0;
  transform: rotate(45deg); }
body.navi_on #btn_menu_for_device .lines .line:last-child {
  top: 0;
  transform: rotate(-45deg); }
@media (max-width: 767px) {
  body.navi_on nav {
    transform: translateX(-260px); } }
@media (max-width: 520px) {
  body.navi_on nav {
    transform: translateX(-100vw); } }

.thumbnail .bg {
  background-image: url(../images/dummy/photo_player.jpg); }

.emblem .icon {
  background-image: url("../images/common/club.svg"); }
  .emblem .icon[key=master] {
    background-image: url("../images/common/logo_jpfa.png"); }

.to_modal {
  cursor: pointer;
  margin: 2rem auto; }
  .to_modal h3 {
    font-size: 1.1rem !important; }
  .to_modal:not(:hover) span {
    text-decoration: underline; }

.black {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0;
  filter: Alpha(opacity=0);
  transition: opacity 0.33s;
  z-index: 100;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); }
  .black.active {
    opacity: 1;
    filter: Alpha(opacity=100); }
  .black:not(.active) {
    pointer-events: none; }

.modal {
  width: 90vw;
  height: 90vh;
  background: #FFF;
  box-sizing: border-box;
  padding: 20px;
  position: fixed;
  z-index: 105;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(100vh);
  transition: 0.33s transform; }
  .modal .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    .modal .inner > .block {
      max-height: 100%;
      overflow-y: auto; }
  .modal.active {
    transform: translateY(0); }
  .modal .btn {
    width: 48px;
    height: 48px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    font-size: 3rem;
    position: absolute;
    bottom: auto;
    left: auto; }

.dummy_modal {
  display: none !important; }
