@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html {
  scroll-behavior: smooth; }

body {
  line-height: 1; }

a {
  text-decoration-skip-ink: auto; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

button {
  outline: 0; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

q {
  display: inline;
  font-style: italic; }

q:before {
  content: '"';
  font-style: normal; }

q:after {
  content: '"';
  font-style: normal; }

textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0; }

input[type="search"] {
  -webkit-appearance: textfield; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th, td {
  padding: 2px; }

big {
  font-size: 120%; }

small, sup, sub {
  font-size: 80%; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

dd {
  margin-left: 20px; }

kbd, tt {
  font-family: courier;
  font-size: 12px; }

ins {
  text-decoration: underline; }

del, strike, s {
  text-decoration: line-through; }

dt {
  font-weight: bold; }

address, cite, var {
  font-style: italic; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal; }

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline; }

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto; }

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; }

body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

#wrapper {
  overflow: hidden; }

.font-serif {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; }

.font-en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

@font-face {
  font-family: "Anamortee";
  src: url("assets/font/Anamortee-OTF.woff") format("woff"); }
.font-ana {
  font-family: 'Anamortee', sans-serif; }

.font-rl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }

@media (max-width: 750px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media (max-width: 750px) {
    .sp {
      display: block; } }

.text-right {
  text-align: right; }

body {
  position: relative;
  padding-top: 140px;
  padding-bottom: 40px; }
  body#user {
    padding-top: 160px; }

legend {
  display: none; }

input {
  border: solid #b5b5b6 1px;
  border-radius: 5px; }

a:hover {
  opacity: .8; }

.error {
  padding: 2em;
  color: #FF0000; }

.success {
  padding: 2em;
  color: #003CFF; }

.wpmem_msg {
  margin: 1em auto; }

.userheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-top: 10px; }
  .userheader h2 {
    color: #005dac;
    font-size: 24px;
    text-align: left;
    white-space: nowrap; }

.login_status {
  margin: 60px auto;
  line-height: 1.8;
  text-align: center; }

/*== 共通 ==*/
.l_cont {
  width: 1000px;
  margin: 0 auto; }

footer {
  text-align: right;
  font-size: 10px; }
  footer #copyright {
    text-align: center;
    margin-top: 60px;
    color: #fff; }

.support_inr {
  height: 100%;
  background: #005dac;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 160px 20px 30px; }

.online {
  border: solid #fff 2px;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto 40px;
  width: 80%; }
  .online p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff; }

.not_support .support_inr {
  display: none; }

/* header */
header {
  position: fixed;
  padding: 10px 0 0;
  background: #fff;
  z-index: 999;
  top: 0;
  width: 100%; }
  header .l_cont {
    width: 96%; }

#branding {
  display: flex;
  align-items: center;
  padding: 10px  40px;
  margin-bottom: 20px; }
  #branding #site-title {
    width: 180px;
    margin-right: 30px; }
    #branding #site-title img {
      width: auto; }
  #branding #site-description {
    font-size: 14px;
    color: #005dac; }

.radio-group {
  display: flex;
  gap: 1rem; }

.radio-group input[type="radio"] {
  display: none; }

.radio-group label {
  padding: 0.5em 1em;
  border: 2px solid #0073aa;
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #0073aa;
  cursor: pointer;
  transition: all 0.3s ease; }

.radio-group input[type="radio"]:checked + label {
  background-color: #0073aa;
  color: #fff; }

/*== 管理者 ==*/
#admin {
  /* ログイン */
  /* ホーム */
  /* 会員検索 */
  /* 新規登録&登録情報変更 */ }
  #admin .l_ttl {
    background: #efefef;
    width: 100%;
    padding: 1.5em;
    font-size: 24px;
    color: #005dac;
    font-weight: normal;
    text-align: center; }
    #admin .l_ttl span {
      display: block;
      width: 1000px;
      text-align: left;
      margin: 0 auto; }
    #admin .l_ttl .pankuzu a {
      color: #005dac;
      text-decoration: none; }
    #admin .l_ttl .note {
      margin-top: 30px;
      font-size: 16px;
      color: #000; }
  #admin h1 {
    display: flex;
    flex-direction: column;
    align-items: center; }
    #admin h1 .logo img {
      width: 180px; }
    #admin h1 .ttl {
      margin-top: 40px;
      font-size: 24px;
      color: #005dac;
      letter-spacing: .25em; }
  #admin #wpmem_login {
    margin: 0 auto; }
  #admin fieldset {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
    margin: 60px auto 0;
    padding: 60px 40px 30px;
    background: #005dac;
    color: #fff; }
    #admin fieldset::before {
      display: block;
      width: 100%;
      content: "管理者ログイン";
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 1.3em; }
    #admin fieldset label {
      font-weight: bold;
      font-size: 14px;
      width: 40%; }
    #admin fieldset .div_text {
      font-size: 16px;
      width: 60%; }
      #admin fieldset .div_text input {
        height: 2em; }
    #admin fieldset .button_div {
      width: 100%;
      text-align: center; }
    #admin fieldset .link-text {
      width: 100%;
      font-size: 16px;
      margin-top: 1em;
      text-align: right; }
      #admin fieldset .link-text a {
        color: #e7c900; }
    #admin fieldset .buttons {
      display: block;
      width: 240px;
      border: solid 2px #005dac;
      border-radius: 100px;
      background: #fff;
      color: #005dac;
      padding: 1.2em;
      margin: .5em auto;
      font-size: 16px;
      text-align: center; }
  #admin.home nav {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 100vh;
    width: 400px;
    padding: 200px 40px 30px;
    background: #005dac; }
    #admin.home nav h2 {
      color: #fff;
      font-size: 24px;
      text-align: left;
      margin-bottom: 30px; }
    #admin.home nav li + li {
      margin-top: 30px; }
    #admin.home nav li a {
      display: block;
      position: relative;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      text-decoration: none;
      padding: .2em 25px; }
      #admin.home nav li a:hover {
        opacity: .8; }
      #admin.home nav li a::before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 10px;
        height: 100%;
        content: ""; }
  #admin .admin_homeCont {
    padding: 50px 0 40px 0; }
  #admin .admin_infoList {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto; }
    #admin .admin_infoList + .admin_infoList {
      margin-top: 80px; }
    #admin .admin_infoList h3 {
      font-size: 20px;
      font-weight: bold;
      color: #025cac;
      margin-bottom: 1.5em; }
    #admin .admin_infoList li {
      display: flex;
      font-size: 15px;
      padding: 1.2em 1em; }
      #admin .admin_infoList li + li {
        border-top: 1px solid #000; }
      #admin .admin_infoList li .date {
        width: 150px;
        color: #005dac; }
  #admin .admin_search .btn {
    font-size: 16px;
    color: #fff;
    background: #3e3a39;
    border-radius: 5px;
    border: none;
    padding: .5em;
    text-decoration: none; }
  #admin .admin_search_menu {
    width: 1000px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 1.4em auto 0; }
    #admin .admin_search_menu a {
      font-weight: bold;
      line-height: 1.5;
      text-decoration: none; }
      #admin .admin_search_menu a:hover {
        opacity: .8; }
  #admin .admin_search_kensaku .simple {
    display: flex;
    align-items: baseline; }
    #admin .admin_search_kensaku .simple .btn + .btn {
      margin-left: 15px; }
  #admin .admin_search_kensaku .member_search {
    width: 500px;
    height: 2.4em;
    font-size: 16px;
    padding: .3em;
    margin-right: 10px; }
  #admin .admin_search_kensaku .detail {
    margin-top: 1.2em;
    display: flex;
    align-items: center; }
    #admin .admin_search_kensaku .detail .icon {
      display: inline-block;
      color: #fff;
      background: #3e3a39;
      border-radius: 5px;
      font-weight: bold;
      width: 16px;
      height: 16px;
      margin-right: .6em;
      text-align: center; }
    #admin .admin_search_kensaku .detail .text {
      font-size: 14px;
      font-weight: bold; }
  #admin .admin_search_cont {
    margin-top: 80px; }
    #admin .admin_search_cont .l_cont {
      text-align: right; }
    #admin .admin_search_cont #csvDL {
      display: inline-block;
      background: #efefef;
      border: #9fa0a0 solid 1px;
      border-radius: 5px;
      font-size: 14px;
      padding: .6em 2em;
      text-decoration: none;
      color: #000; }
    #admin .admin_search_cont table {
      width: 100%;
      margin: 10px auto 0; }
      #admin .admin_search_cont table thead {
        display: flex;
        justify-content: center;
        width: 100%;
        background: #005dac;
        color: #fff; }
      #admin .admin_search_cont table tbody {
        display: flex;
        justify-content: center;
        width: 100%; }
        #admin .admin_search_cont table tbody:nth-child(odd) {
          background: #eaf0f7; }
      #admin .admin_search_cont table th, #admin .admin_search_cont table td {
        padding: .7em .5em;
        text-align: center; }
      #admin .admin_search_cont table th:nth-child(1) {
        width: 90px; }
      #admin .admin_search_cont table th:nth-child(2) {
        width: 140px; }
      #admin .admin_search_cont table th:nth-child(3) {
        width: 240px; }
      #admin .admin_search_cont table th:nth-child(4) {
        width: 140px; }
      #admin .admin_search_cont table th:nth-child(5) {
        width: 140px; }
      #admin .admin_search_cont table th:nth-child(6) {
        width: 140px; }
      #admin .admin_search_cont table th:nth-child(7) {
        width: 140px; }
      #admin .admin_search_cont table th:nth-child(8) {
        width: 90px; }
      #admin .admin_search_cont table td {
        padding: 1.5em .5em; }
        #admin .admin_search_cont table td:nth-child(1) {
          width: 90px; }
        #admin .admin_search_cont table td:nth-child(2) {
          width: 140px; }
        #admin .admin_search_cont table td:nth-child(3) {
          width: 240px; }
        #admin .admin_search_cont table td:nth-child(4) {
          width: 140px; }
        #admin .admin_search_cont table td:nth-child(5) {
          width: 140px; }
        #admin .admin_search_cont table td:nth-child(6) {
          width: 140px; }
        #admin .admin_search_cont table td:nth-child(7) {
          width: 140px; }
        #admin .admin_search_cont table td:nth-child(8) {
          width: 90px; }
  #admin .admin_register .cont, #admin .admin_edit .cont {
    width: 600px;
    margin: 20px auto 30px; }
    #admin .admin_register .cont dl, #admin .admin_edit .cont dl {
      width: 100%;
      display: flex;
      align-items: center; }
      #admin .admin_register .cont dl + dl, #admin .admin_edit .cont dl + dl {
        margin-top: 15px; }
      #admin .admin_register .cont dl dt, #admin .admin_edit .cont dl dt {
        font-size: 16px;
        width: 10em;
        text-align: right;
        letter-spacing: .2em; }
      #admin .admin_register .cont dl dd, #admin .admin_edit .cont dl dd {
        width: calc(100% - 10em - 20px); }
        #admin .admin_register .cont dl dd input, #admin .admin_edit .cont dl dd input {
          width: 100%;
          max-width: 100%;
          padding: .8em; }
        #admin .admin_register .cont dl dd select, #admin .admin_edit .cont dl dd select {
          padding: .8em; }
        #admin .admin_register .cont dl dd .note, #admin .admin_edit .cont dl dd .note {
          margin-left: 1em;
          color: #727171;
          font-size: 14px; }
  #admin .admin_register .btns, #admin .admin_edit .btns {
    display: flex;
    justify-content: center; }
    #admin .admin_register .btns input, #admin .admin_edit .btns input {
      width: 300px;
      font-size: 18px;
      color: #000;
      background: #dcdddd;
      border-radius: 100px;
      border: none;
      padding: .5em;
      cursor: pointer; }
      #admin .admin_register .btns input + input, #admin .admin_edit .btns input + input {
        margin-left: 30px; }
  #admin .admin_register #option-checkboxes input, #admin .admin_edit #option-checkboxes input {
    display: inline;
    width: auto; }

/*== 利用者 ==*/
#admin .user-dropdown {
  display: block;
  margin: 0 40px 0 auto !important; }

#user {
  background: #fff;
  /* ログイン */
  /* ホーム */ }
  #user.page-id-12 {
    background: #fff; }
  #user section h1:nth-child(1) {
    margin-top: 40px; }
    #user section h1:nth-child(1) + p {
      margin-top: 40px;
      margin-bottom: 40px;
      text-align: center;
      line-height: 1.5; }
  #user .user_kakunin-annai {
    width: 800px;
    margin: 0 auto; }
  #user .btn_loginlink {
    margin-top: 50px;
    text-align: center; }
    #user .btn_loginlink a {
      display: inline-block;
      width: 300px;
      background: #fff;
      border: solid 1px #005dac;
      color: #005dac;
      padding: 20px;
      font-size: 18px;
      text-decoration: none; }
  #user .l_ttl {
    background: #efefef;
    width: 100%;
    padding: 1.5em;
    font-size: 24px;
    color: #005dac;
    font-weight: normal;
    text-align: center; }
    #user .l_ttl span {
      display: block;
      width: 1000px;
      text-align: left;
      margin: 0 auto; }
    #user .l_ttl .pankuzu a {
      color: #005dac;
      text-decoration: none; }
    #user .l_ttl .note {
      margin-top: 30px;
      font-size: 16px;
      color: #000; }
  #user .for_admin {
    font-size: 12px;
    margin-top: 50px;
    text-align: center; }
  #user .userinfo {
    width: 660px;
    margin: 20px auto 0;
    line-height: 1.7;
    font-size: 14px; }
    #user .userinfo a {
      color: #000; }
  #user h1 {
    display: flex;
    flex-direction: column;
    align-items: center; }
    #user h1 .logo img {
      width: 180px; }
    #user h1 .ttl {
      margin-top: 20px;
      font-size: 24px;
      color: #005dac;
      letter-spacing: .25em; }
  #user #wpmem_login {
    margin: 0 auto; }
  #user fieldset {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
    margin: 30px auto 0;
    padding: 60px 40px 30px;
    background: #dce9f4;
    color: #000; }
    #user fieldset::before {
      display: block;
      width: 100%;
      content: "ログイン";
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 1.3em; }
    #user fieldset label {
      font-weight: bold;
      font-size: 14px;
      width: 20%; }
    #user fieldset .div_text {
      font-size: 16px;
      width: 80%; }
      #user fieldset .div_text input {
        height: 2em; }
    #user fieldset .button_div {
      width: 100%;
      text-align: center; }
    #user fieldset .link-text {
      width: 100%;
      font-size: 16px;
      margin-top: 1em;
      text-align: right; }
      #user fieldset .link-text a {
        color: #005dac; }
    #user fieldset .buttons {
      display: block;
      width: 240px;
      border: solid 2px #005dac;
      border-radius: 100px;
      background: #fff;
      color: #005dac;
      padding: 1.2em;
      margin: .5em auto;
      font-size: 16px;
      text-align: center;
      cursor: pointer; }
  #user .user_pass fieldset {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
    margin: 60px auto 0;
    padding: 0;
    background: none;
    color: #000; }
    #user .user_pass fieldset::before {
      display: none; }
    #user .user_pass fieldset label {
      font-weight: bold;
      font-size: 14px;
      width: 40%; }
    #user .user_pass fieldset .div_text {
      font-size: 16px;
      width: 60%; }
      #user .user_pass fieldset .div_text input {
        height: 2em; }
    #user .user_pass fieldset .button_div {
      width: 100%;
      text-align: center; }
    #user .user_pass fieldset .link-text {
      width: 100%;
      font-size: 16px;
      margin-top: 1em;
      text-align: right; }
      #user .user_pass fieldset .link-text a {
        color: #005dac; }
    #user .user_pass fieldset .buttons {
      display: block;
      width: 240px;
      border: solid 2px #005dac;
      border-radius: 100px;
      background: #005dac;
      color: #fff;
      padding: 0.4em 1.2em;
      margin: .5em auto;
      font-size: 16px;
      text-align: center;
      cursor: pointer; }
  #user.home {
    /*background: #f0f4fa;
    nav{
      position: fixed;
      left: 0;
      bottom: 0;
      z-index: 1;
      height: 100vh;
      width: 400px;
      padding: 230px 40px 30px;
      background: #f0f4fa;
      h3{
        display: flex;
        align-items: center;
        color: $font_color;
        font-size: 20px;
        text-align: left;
        margin-bottom: 20px;
        font-weight: bold;
        a{
          color: $font_color;
          text-decoration: none;
        }
        .icon{
          display: inline-block;
          width: 30px;
          margin-right: .5em;
        }
        & + ul{
          margin-bottom: 40px;
        }
        & + h3{
          margin-top: 40px;
        }
      }
      li{
        & + li{
          margin-top: 20px;
        }
        a{
          display: block;
          position: relative;
          color: $font_color;
          font-size: 16px;
          font-weight: bold;
          text-decoration: none;
          padding: .2em 10px .2em 40px;
          &:hover{
            opacity: .8;
          }
        }
      }
    }*/ }
  #user .user_homeCont {
    padding: 50px 400px 40px 0; }
  #user .user_infoList {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto; }
    #user .user_infoList + .user_infoList {
      margin-top: 80px; }
    #user .user_infoList h3 {
      font-size: 20px;
      font-weight: bold;
      color: #025cac;
      margin-bottom: 1.5em; }
    #user .user_infoList ul {
      background: #fff; }
    #user .user_infoList li {
      display: flex;
      font-size: 15px;
      padding: 1.2em 1em; }
      #user .user_infoList li + li {
        border-top: 1px solid #3e3a39; }
      #user .user_infoList li .date {
        width: 150px;
        color: #005dac; }
  #user .user_box {
    width: 1200px;
    margin: 0 auto;
    max-width: 90%;
    background: #f3f4f5;
    padding: 40px; }
    #user .user_box form {
      max-width: 100%;
      margin: 0 auto; }
    #user .user_box h3 {
      color: #005dac;
      font-size: 24px;
      text-align: center;
      margin-bottom: 40px; }
    #user .user_box dd {
      margin-top: 10px;
      margin-left: 0;
      padding: 0; }
      #user .user_box dd input {
        display: block;
        width: 100%;
        background: #fff;
        padding: .6em;
        font-size: 16px;
        border: none; }
        #user .user_box dd input:not(:placeholder-shown) {
          background-color: #fff; }
        #user .user_box dd input:focus {
          background-color: #fff; }
      #user .user_box dd span {
        display: block;
        font-size: 14px;
        margin-top: 10px; }
    #user .user_box dl + dl {
      margin-top: 40px; }
    #user .user_box .btn {
      display: block;
      width: 300px;
      margin: 80px auto 0;
      border-radius: 60px;
      background: #dcdddd;
      font-size: 18px;
      text-align: center;
      padding: .5em;
      cursor: pointer;
      border: none; }
  #user .user_wrap {
    width: 1200px;
    margin: 20px auto 0;
    max-width: 90%; }
    #user .user_wrap h3 {
      color: #005dac;
      font-size: 24px;
      text-align: left;
      margin-bottom: 30px;
      font-weight: bold; }
    #user .user_wrap > dl {
      display: flex; }
      #user .user_wrap > dl dt {
        width: 7em;
        color: #005dac;
        line-height: 1.7; }
      #user .user_wrap > dl dd {
        margin-left: 1em;
        line-height: 1.7; }
      #user .user_wrap > dl + dl {
        margin-top: 1.2em; }
    #user .user_wrap .user_inr {
      padding: 40px;
      background: #f3f4f5; }
      #user .user_wrap .user_inr p {
        line-height: 1.5em; }
      #user .user_wrap .user_inr .btn_dl {
        display: block;
        width: 200px; }
      #user .user_wrap .user_inr + h3 {
        margin-top: 50px; }
  #user .user_manuallist {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.95rem; }
    #user .user_manuallist th,
    #user .user_manuallist td {
      padding: 0.75rem 1rem;
      vertical-align: middle; }
    #user .user_manuallist th {
      text-align: left;
      font-weight: 600;
      color: #333;
      border-bottom: 2px solid #c5c5c5;
      width: 75%; }
      #user .user_manuallist th:last-child {
        text-align: center; }
    #user .user_manuallist td {
      border-bottom: 1px solid #ccc;
      color: #444;
      width: 25%; }
      #user .user_manuallist td:last-child {
        text-align: center; }
    #user .user_manuallist tr:last-child td {
      border-bottom: none; }
    #user .user_manuallist .icon {
      display: inline-block; }
      #user .user_manuallist .icon a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 6px;
        transition: background-color 0.2s ease; }
        #user .user_manuallist .icon a:hover {
          background-color: #f5f5f5; }
        #user .user_manuallist .icon a img {
          width: 60px;
          height: auto;
          display: block; }

.user_programdl h4 {
  margin-top: 2em;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: .5em; }
  .user_programdl h4 .icon {
    margin: 0 10px;
    width: 25px; }

.notice-success {
  margin-bottom: 2em; }

.user_supportcard_inner {
  justify-content: center;
  padding: 1.5em; }
  .user_supportcard_inner .support_card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 1.8em;
    width: 100%;
    max-width: 400px;
    font-size: 1rem;
    color: #333; }
    .user_supportcard_inner .support_card p {
      line-height: 1.5; }
      .user_supportcard_inner .support_card p + p {
        margin-top: 1em; }
      .user_supportcard_inner .support_card p strong {
        display: inline-block;
        width: 6em;
        font-weight: bold;
        color: #1a1a1a; }
  .user_supportcard_inner .receiving {
    margin-top: 2rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    transition: background 0.2s ease; }
    .user_supportcard_inner .receiving dl {
      margin: 0; }
      .user_supportcard_inner .receiving dl dt {
        font-weight: 600;
        font-size: 1.1rem;
        color: #374151;
        margin-bottom: 1rem;
        border-bottom: 1px solid #e5e7eb;
        padding-bottom: 0.5rem; }
      .user_supportcard_inner .receiving dl dd {
        margin: 0;
        font-size: 0.95rem;
        color: #4b5563; }
        .user_supportcard_inner .receiving dl dd form {
          display: block;
          flex-wrap: wrap;
          align-items: center;
          gap: 1rem; }
          .user_supportcard_inner .receiving dl dd form label {
            display: flex;
            align-items: center;
            gap: 0.4em;
            background: #fff;
            border: 1px solid #d1d5db;
            border-radius: 6px;
            padding: 0.4rem 0.8rem;
            cursor: pointer;
            transition: all 0.2s ease; }
            .user_supportcard_inner .receiving dl dd form label input[type="radio"] {
              width: auto !important;
              accent-color: #2563eb; }
            .user_supportcard_inner .receiving dl dd form label:hover {
              background: #f9fafb;
              border-color: #9ca3af; }
          .user_supportcard_inner .receiving dl dd form button {
            background: #2563eb;
            color: #fff;
            border: none;
            border-radius: 6px;
            padding: 0.5rem 1rem;
            font-size: 0.9rem;
            cursor: pointer;
            transition: background 0.2s ease; }
            .user_supportcard_inner .receiving dl dd form button:hover {
              background: #1d4ed8; }
        .user_supportcard_inner .receiving dl dd p {
          margin-top: 1rem;
          color: #374151;
          font-weight: 500; }

header nav ul {
  display: flex;
  justify-content: center;
  border-bottom: #005dac 8px solid; }
  header nav ul li a {
    line-height: 1.3em;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color: #005dac;
    transition: all .3s;
    padding: 10px 30px; }
    header nav ul li a:hover {
      color: #3DA8E4; }
  header nav ul li + li {
    border-left: solid #005dac 1px; }

.user_infoList li, .admin_infoList li {
  padding: 0  !important; }
.user_infoList .date, .admin_infoList .date {
  padding: 1.2em 1em; }
.user_infoList a, .admin_infoList a {
  color: #000; }
.user_infoList dl, .admin_infoList dl {
  width: calc(100% - 150px); }
.user_infoList dt, .admin_infoList dt {
  padding: 1.2em 1em;
  font-weight: normal;
  position: relative;
  cursor: pointer; }
  .user_infoList dt::after, .admin_infoList dt::after {
    display: block;
    content: "↓";
    text-align: center;
    box-sizing: border-box;
    padding: .35em;
    border: solid 1px #005dac;
    color: #005dac;
    width: 2em;
    height: 2em;
    position: absolute;
    top: .75em;
    right: 1em;
    border-radius: 50%; }
  .user_infoList dt:hover, .admin_infoList dt:hover {
    background: #f3f4f5; }
    .user_infoList dt:hover::after, .admin_infoList dt:hover::after {
      border: solid 1px #005dac;
      color: #fff;
      background: #005dac;
      border-radius: 50%; }
  .user_infoList dt.active, .admin_infoList dt.active {
    background: #f3f4f5; }
    .user_infoList dt.active::after, .admin_infoList dt.active::after {
      content: "↑";
      border: solid 1px #005dac;
      color: #fff;
      background: #005dac;
      border-radius: 50%; }
.user_infoList dd, .admin_infoList dd {
  padding: 1.2em 1em 2em 1em;
  display: none;
  margin: 0;
  line-height: 1.3em;
  background: #f3f4f5; }
  .user_infoList dd p + p, .admin_infoList dd p + p {
    margin-top: 1em; }

.home {
  position: relative; }

.loginState {
  text-align: center; }
  .loginState a {
    display: inline-block;
    padding: 1em 2em;
    color: #fff;
    text-decoration: none;
    background: #005dac;
    border-radius: 100px; }
  .loginState .dropdown-menu {
    display: none; }
    .loginState .dropdown-menu a {
      width: 100%; }

.email-update-box {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center; }
  .email-update-box p {
    line-height: 1.2em; }
  .email-update-box form {
    margin-top: 10px;
    margin-left: 0;
    padding: 0; }
    .email-update-box form input {
      display: block;
      width: 100%;
      background: #fff;
      padding: .6em;
      font-size: 16px; }
      .email-update-box form input:not(:placeholder-shown) {
        background-color: #fff; }
      .email-update-box form input:focus {
        background-color: #fff; }
  .email-update-box button {
    display: block;
    width: 300px;
    margin: 0 auto 0;
    border-radius: 60px;
    background: #005dac;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: .5em;
    cursor: pointer;
    border: none; }

/* support未加入のときだけ隠す */
.support-inactive .only-for-support {
  display: none !important; }

.support-alert {
  text-align: center;
  color: red;
  margin-top: 2em; }

.user-info-bar {
  position: absolute;
  right: 1em;
  top: 2em;
  text-align: right; }
  .user-info-bar .loginState {
    margin-top: 1em;
    text-align: right; }
    .user-info-bar .loginState a {
      font-size: 14px;
      padding: .5em 1em; }

.user_programdl p + dl {
  margin-top: 20px; }
.user_programdl dl {
  background: #fff;
  display: flex;
  align-items: center;
  width: 100%; }
  .user_programdl dl + dl {
    margin-top: 10px; }
  .user_programdl dl dt {
    width: calc(100% - 220px);
    padding: 20px;
    line-height: 1.4em; }
  .user_programdl dl dd {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    padding: 10px;
    margin-left: 0; }

.hosoku {
  background: #fff;
  margin: 1em 0 0;
  padding: 20px; }
  .hosoku p {
    font-size: 15px;
    margin-bottom: .5em; }
  .hosoku img {
    max-width: 1006px;
    width: 80%; }

.admin_infoList table,
.user_infoList table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem; }
  .admin_infoList table th,
  .admin_infoList table td,
  .user_infoList table th,
  .user_infoList table td {
    padding: 0.75rem 1rem;
    vertical-align: middle; }
  .admin_infoList table th,
  .user_infoList table th {
    text-align: left;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #c5c5c5;
    width: 75%; }
    .admin_infoList table th:last-child,
    .user_infoList table th:last-child {
      text-align: center; }
  .admin_infoList table td,
  .user_infoList table td {
    border-bottom: 1px solid #ccc;
    color: #444;
    width: 25%; }
    .admin_infoList table td:last-child,
    .user_infoList table td:last-child {
      text-align: center; }
  .admin_infoList table tr:last-child td,
  .user_infoList table tr:last-child td {
    border-bottom: none; }
  .admin_infoList table .icon,
  .user_infoList table .icon {
    display: inline-block; }
    .admin_infoList table .icon a,
    .user_infoList table .icon a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 6px;
      transition: background-color 0.2s ease; }
      .admin_infoList table .icon a:hover,
      .user_infoList table .icon a:hover {
        background-color: #f5f5f5; }
      .admin_infoList table .icon a img,
      .user_infoList table .icon a img {
        width: 60px;
        height: auto;
        display: block; }

/*# sourceMappingURL=main.css.map */
