@charset "UTF-8";
/*ResetCSS*/
@import url("bootstrap-reboot.css");
/*Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* Word Press Native Style */
.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

.marker {
  background: linear-gradient(transparent 60%, #f3f3f3 60%); }

/*displayプロパティー */
.d-none {
  display: none; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

.d-inline {
  display: inline; }

@media (min-width: 768px) {
  .d-md-none {
    display: none; }

  .d-md-block {
    display: block; }

  .d-md-inline-block {
    display: inline-block; }

  .d-md-inline {
    display: inline; } }
@media (max-width: 767px) {
  .d-sp-none {
    display: none; }

  .d-sp-block {
    display: block; }

  .d-sp-inline-block {
    display: inline-block; }

  .d-sp-inline {
    display: inline; } }
/*flexプロパティー*/
.d-flex {
  display: flex;
  flex-wrap: wrap; }

.justify-content-end {
  justify-content: flex-end; }

.align-items-center {
  align-items: center; }

.align-items-end {
  align-items: flex-end; }

.justify-content-center {
  justify-content: center; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-around {
  justify-content: space-around; }

.flex-row-reverse {
  flex-direction: row-reverse; }

.flex-col {
  flex-direction: column; }

@media (min-width: 768px) {
  .d-flex.flex-md-row-reverse, .d-md-flex.flex-md-row-reverse {
    flex-direction: row-reverse; }

  .d-md-flex {
    display: flex;
    flex-wrap: wrap; } }
@media (max-width: 767px) {
  .d-md-flex > * {
    margin-bottom: 16px; } }
/*positionプロパティー*/
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed;
  z-index: 1;
  width: 100%; }

/*基本設定*/
html {
  font-size: 15px; }

body {
  font-family: "Yu Gothic UI", "Noto Sans JP", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  color: black;
  letter-spacing: .01em; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: .14em;
  line-height: 1.4; }

p {
  line-height: 1.73;
  letter-spacing: .05em; }

.serif {
  font-family: "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "MS PMincho", serif; }

.sans-serif {
  font-family: "Yu Gothic UI", "Noto Sans JP", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif; }

.midashi-font {
  font-family: "Yu Gothic UI", "Noto Sans JP", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif; }

figure {
  margin-bottom: 0; }

img {
  max-width: 100%;
  height: auto !important; }

iframe {
  max-width: 100%; }

@media (max-width: 767px) {
  table.sp-block > tbody, table.sp-block > tbody > tr, table.sp-block > tbody > tr > th, table.sp-block > tbody > tr > td {
    display: block; } }
.container-l {
  max-width: 1500px;
  width: 92%;
  margin-left: auto;
  margin-right: auto; }

.container {
  width: 92%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.container-s {
  width: 92%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.container-ss {
  width: 92%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto; }

/*float*/
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.clearboth {
  clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

@media (min-width: 768px) {
  .float-md-left {
    float: left; }

  .float-md-right {
    float: right; } }
@media (max-width: 767px) {
  .sp-clearfix:after {
    content: "";
    clear: both;
    display: block; }

  .float-sp-left {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px; }

  .float-sp-right {
    float: right;
    margin-left: 8px;
    margin-bottom: 8px; } }
/*グリッドシステム*/
.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.w-16, .parent-6 > * {
  width: calc(100% / 6); }

.parent-6s > * {
  width: calc((100% / 6) -  1% );
  margin-left: calc( 1%  / 2);
  margin-right: calc( 1%  / 2); }

.w-20, .parent-5 > * {
  width: calc(100% / 5); }

.parent-5s > * {
  width: calc((100% / 5) -  1% );
  margin-left: calc( 1%  / 2);
  margin-right: calc( 1%  / 2); }

.w-25, .parent-4 > * {
  width: calc(100% / 4); }

.parent-4s > * {
  width: calc((100% / 4) -  2% );
  margin-left: calc( 2%  / 2);
  margin-right: calc( 2%  / 2); }

.w-30 {
  width: 30%; }

.w-33s {
  width: calc((100% / 3) -  2% ); }

.w-33, .parent-3 > * {
  width: calc(100% / 3); }

.parent-3s > * {
  width: calc((100% / 3) -  2% );
  margin-left: calc( 2%  / 2);
  margin-right: calc( 2%  / 2); }

.w-40 {
  width: 40%; }

.w-50, .parent-2 > * {
  width: calc(100% / 2); }

.parent-2s > * {
  width: calc((100% / 2) -  2% );
  margin-left: calc( 2%  / 2);
  margin-right: calc( 2%  / 2); }

.w-60 {
  width: 60%; }

.w-66 {
  width: calc((100% / 3) * 2); }

.w-70 {
  width: 70%; }

.w-75 {
  width: 75%; }

.w-80 {
  width: 80%; }

.w-100 {
  width: 100%; }

@media (min-width: 768px) {
  .w-md-16, .parent-md-6 > * {
    width: calc(100% / 6); }

  .parent-md-6s > * {
    width: calc((100% / 6) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-md-16s {
    width: calc((100% / 6) -  1% ); }

  .w-md-20, .parent-md-5 > * {
    width: calc(100% / 5); }

  .parent-md-5s > * {
    width: calc((100% / 5) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-md-20s {
    width: calc((100% / 5) -  1% ); }

  .w-md-25, .parent-md-4 > * {
    width: calc(100% / 4); }

  .parent-md-4s > * {
    width: calc((100% / 4) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-md-30 {
    width: 30%; }

  .w-md-30s {
    width: calc(30% - 2% ); }

  .w-md-33, .parent-md-3 > * {
    width: calc(100% / 3); }

  .w-md-33s {
    width: calc((100% / 3) - 2% ); }

  .parent-md-3s > * {
    width: calc((100% / 3) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-md-40 {
    width: 40%; }

  .w-md-40s {
    width: calc(40% -  2% ); }

  .w-md-50, .parent-md-2 > * {
    width: calc(100% / 2); }

  .parent-md-2s > * {
    width: calc((100% / 2) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-md-60 {
    width: 60%; }

  .w-md-60s {
    width: calc(60% -  2% ); }

  .w-md-66 {
    width: calc((100% / 3) * 2); }

  .w-md-66s {
    width: calc((100% / 3) * 2 - 2% ); }

  .w-md-70 {
    width: 70%; }

  .w-md-70s {
    width: calc(70% -  2% ); }

  .w-md-75 {
    width: 75%; }

  .w-md-75s {
    width: calc(75% -  2% ); }

  .w-md-80 {
    width: 80%; }

  .w-md-80s {
    width: calc(80% -  2% ); }

  .w-md-100 {
    width: 100%; } }
@media (max-width: 767px) {
  .w-sp-16, .parent-sp-6 > * {
    width: calc(100% / 6); }

  .parent-sp-6s > * {
    width: calc((100% / 6) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-sp-20, .parent-sp-5 > * {
    width: calc(100% / 5); }

  .parent-sp-5s > * {
    width: calc((100% / 5) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-sp-25, .parent-sp-4 > * {
    width: calc(100% / 4); }

  .parent-sp-4s > * {
    width: calc((100% / 4) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-sp-30 {
    width: 30%; }

  .w-sp-33, .parent-sp-3 > * {
    width: calc(100% / 3); }

  .parent-sp-3s > * {
    width: calc((100% / 3) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-sp-40 {
    width: 40%; }

  .w-sp-50, .parent-sp-2 > * {
    width: calc(100% / 2); }

  .parent-sp-2s > * {
    width: calc((100% / 2) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-sp-60 {
    width: 60%; }

  .w-sp-66 {
    width: calc((100% / 3) * 2); }

  .w-sp-70 {
    width: 70%; }

  .w-sp-75 {
    width: 75%; }

  .w-sp-80 {
    width: 80%; }

  .w-sp-100 {
    width: 100%; } }
/*ボックスのサイズと余白と効果
横方向に個別の幅を指定するクラスは無い*/
.p-0px {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }

.pt-0px {
  padding-top: 0; }

.pl-0px {
  padding-left: 0; }

.pr-0px {
  padding-right: 0; }

.pb-0px {
  padding-bottom: 0; }

.pt-10px {
  padding-top: 10px; }

.pt-15px {
  padding-top: 15px; }

.pt-20px {
  padding-top: 20px; }

.pt-30px {
  padding-top: 30px; }

.pt-40px {
  padding-top: 40px; }

.pt-50px {
  padding-top: 50px; }

.pt-60px {
  padding-top: 60px; }

.pt-70px {
  padding-top: 70px; }

.pt-80px {
  padding-top: 80px; }

.pt-90px {
  padding-top: 90px; }

.pt-100px {
  padding-top: 100px; }

.pb-10px {
  padding-bottom: 10px; }

.pb-15px {
  padding-bottom: 15px; }

.pb-20px {
  padding-bottom: 20px; }

.pb-30px {
  padding-bottom: 30px; }

.pb-40px {
  padding-bottom: 40px; }

.pb-50px {
  padding-bottom: 50px; }

.pb-60px {
  padding-bottom: 60px; }

.pb-70px {
  padding-bottom: 70px; }

.pb-80px {
  padding-bottom: 80px; }

.pb-90px {
  padding-bottom: 90px; }

.pb-100px {
  padding-bottom: 100px; }

.m-0px {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0; }

.mt-0px {
  margin-top: 0; }

.ml-0px {
  margin-left: 0; }

.mr-0px {
  margin-right: 0; }

.mb-0px {
  margin-bottom: 0; }

.mt-10px {
  margin-top: 10px; }

.mt-15px {
  margin-top: 15px; }

.mt-20px {
  margin-top: 20px; }

.mt-24px {
  margin-top: 24px; }

.mt-30px {
  margin-top: 30px; }

.mt-40px {
  margin-top: 40px; }

.mt-50px {
  margin-top: 50px; }

.mt-60px {
  margin-top: 60px; }

.mt-70px {
  margin-top: 70px; }

.mt-80px {
  margin-top: 80px; }

.mt-90px {
  margin-top: 90px; }

.mt-100px {
  margin-top: 100px; }

.mb-10px {
  margin-bottom: 10px; }

.mb-15px {
  margin-bottom: 15px; }

.mb-20px {
  margin-bottom: 20px; }

.mb-24px {
  margin-bottom: 24px; }

.mb-30px {
  margin-bottom: 30px; }

.mb-32px {
  margin-bottom: 32px; }

.mb-40px {
  margin-bottom: 40px; }

.mb-48px {
  margin-bottom: 48px; }

.mb-50px {
  margin-bottom: 50px; }

.mb-60px {
  margin-bottom: 60px; }

.mb-64px {
  margin-bottom: 64px; }

.mb-70px {
  margin-bottom: 70px; }

.mb-72px {
  margin-bottom: 72px; }

.mb-80px {
  margin-bottom: 80px; }

.mb-90px {
  margin-bottom: 90px; }

.mb-96px {
  margin-bottom: 96px; }

.mb-100px {
  margin-bottom: 100px; }

.iframe-container {
  position: relative; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.asp-1-2 {
  height: 0;
  padding-top: 200%; }

.asp-1-1 {
  height: 0;
  padding-top: 100%; }

.asp-4-3 {
  height: 0;
  padding-top: 75%; }

.asp-3-2 {
  height: 0;
  padding-top: 66.6%; }

.asp-16-9 {
  height: 0;
  padding-top: 56.25%; }

.asp-2-1 {
  height: 0;
  padding-top: 50%; }

.asp-3-1 {
  height: 0;
  padding-top: 33.3%; }

.asp-4-1 {
  height: 0;
  padding-top: 25%; }

@media (min-width: 768px) {
  .asp-md-1-2 {
    padding-top: 200%; }

  .asp-md-1-1 {
    height: 0;
    padding-top: 100%; }

  .asp-md-4-3 {
    height: 0;
    padding-top: 75%; }

  .asp-md-3-2 {
    height: 0;
    padding-top: 66.6%; }

  .asp-md-16-9 {
    height: 0;
    padding-top: 56.25%; }

  .asp-md-2-1 {
    height: 0;
    padding-top: 50%; }

  .asp-md-3-1 {
    height: 0;
    padding-top: 33.3%; }

  .asp-md-4-1 {
    height: 0;
    padding-top: 25%; } }
.bk-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bk-contain {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

/*ボックスにリンクエリア*/
.linkbox {
  position: relative;
  cursor: pointer; }
  .linkbox:hover {
    background-color: #f3f3f3; }
  .linkbox a.more {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: -9999px; }

/*文字*/
.ex-small {
  font-size: 0.67em; }

.small {
  font-size: 0.9375em; }

.large {
  font-size: 1.368em; }

.ex-large {
  font-size: 1.6em; }

.bold {
  font-weight: 600; }

.normal {
  font-weight: 400; }

.underline {
  text-decoration: underline; }

.base-text-color {
  color: black; }

.theme-color {
  color: #999; }

.bk-theme-color {
  background-color: #999;
  color: white; }
  .bk-theme-color a {
    color: white; }

.bk-sub-color {
  background-color: #7CC400;
  color: white; }
  .bk-sub-color:hover {
    color: white; }
  .bk-sub-color a {
    color: white; }

.bk-accent-color {
  background-color: black;
  color: white; }
  .bk-accent-color:hover {
    color: white; }
  .bk-accent-color a {
    color: white; }

.heavy-theme-color {
  color: #666; }

.bk-heavy-theme-color {
  background-color: #666;
  color: white; }

.sub-color {
  color: #7CC400; }

.bk-ex-light-sub-color {
  background-color: #F3FFDF; }

.bk-accent-color {
  background-color: black;
  color: white; }

/*ボタン*/
.btn a {
  display: inline-block;
  padding: .5em 1em;
  line-height: 1.2;
  cursor: pointer; }
  .btn a:hover {
    opacity: 1;
    filter: brightness(1.1);
    text-decoration: none; }
  .btn a.round {
    border-radius: 1.2em; }
  .btn a.after-tri::after {
    content: '▶';
    padding-left: .5em; }
  .btn a.bk-accent-color:hover {
    color: white; }
  .btn a.waku {
    border-width: .15em;
    border-style: solid;
    transform: scale(1);
    transition: transform .2s; }
    .btn a.waku:hover {
      transform: scale(1.05); }
  .btn a.waku-sub-color {
    border-color: #7CC400;
    background-color: white; }
    .btn a.waku-sub-color:hover {
      color: #7CC400; }

/*丸数字*/
.maru {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  line-height: 1.5em;
  text-align: center; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-tategaki {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl; }

@media (min-width: 768px) {
  .text-md-center {
    text-align: center; }

  .text-md-left {
    text-align: left; }

  .text-md-right {
    text-align: right; }

  .text-md-tategaki {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl; } }
@media (max-width: 767px) {
  .text-sp-center {
    text-align: center; }

  .text-sp-left {
    text-align: left; }

  .text-sp-right {
    text-align: right; }

  .text-sp-tategaki {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl; } }
/*アンカー*/
a {
  color: #333; }
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none; }
    a[href*="tel:"]:hover {
      color: black;
      text-decoration: none; }
    a[href*="tel:"].nolink {
      pointer-events: none; }

/*表組み*/
table.stripe > tbody > tr > th, table.stripe > tbody > tr > td {
  border: none; }
table th, table td {
  padding: .5em 1em;
  border: 1px solid #ccc; }
table th {
  font-weight: 600; }
table td {
  font-weight: normal; }

ul.ls-none, ol.ls-none {
  list-style: none;
  padding-left: 0; }

@media (min-width: 768px) {
  table.stripe {
    background-color: white; }
    table.stripe > tbody > tr:nth-child(odd) {
      background-color: #f3f3f3; }
      table.stripe > tbody > tr:nth-child(odd) > th {
        border-right: 2px solid white; } }
/*フォーム*/
.hissu::before {
  content: "必須";
  display: inline-block;
  background-color: #999;
  color: white;
  border-radius: 3px;
  padding: .2em;
  line-height: 1;
  font-size: .8em;
  margin-right: .5em;
  position: relative;
  bottom: .1em; }

input[type="text"], input[type="tel"], input[type="email"], input[type="submit"], textarea {
  padding: 1em;
  width: 100%; }

input[type="text"], input[type="tel"], input[type="email"], textarea {
  border: 1px solid #ccc; }

textarea::placeholder, input::placeholder {
  color: #ccc; }

/* IE */
input:-ms-input-placeholder {
  color: #ccc; }

/* Edge */
input::-ms-input-placeholder {
  color: #ccc; }

input[type="submit"] {
  background-color: #999;
  color: #fff;
  outline: none;
  border: none;
  border-radius: .1em;
  transition: all .3s; }
  input[type="submit"]:hover {
    cursor: pointer;
    background-color: #666;
    border-radius: 1.7em; }

#page-header h1 {
  margin: 0; }
#page-header #contact-header p {
  margin: 0; }

#nav-main a {
  display: block; }

.tategaki {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

@media (min-width: 768px) {
  .tategaki-md {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl; } }
.dropdown-btn {
  cursor: pointer; }
  .dropdown-btn:hover {
    filter: brightness(1.05); }

.dropdown-content {
  display: none; }

/*開発用*/
.memo {
  padding: .3em .5em;
  background-color: #FFE7FC;
  border: 2px solid red;
  color: red;
  font-weight: 600;
  display: inline-block; }

.memo:before {
  content: '開発メモ';
  font-size: .9em;
  display: block;
  text-decoration: underline; }

.container-ss {
  width: 94%;
  max-width: 800px;
  margin: 0 auto; }

.btn a {
  border-radius: .1em; }

html {
  min-height: 100vh;
  position: relative;
  padding-bottom: 150px; }
  html[lang="ja"] .en {
    display: none; }
  html[lang="en"] .ja {
    display: none; }

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: white; }

body {
  overflow-x: hidden; }

p {
  line-height: 1.6; }

li {
  line-height: 1.3; }
  li p {
    line-height: 1.6; }

li p {
  margin-bottom: 0; }

#page-header {
  padding: 8px 0;
  background-color: #666; }
  #page-header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  #page-header h1 {
    margin-bottom: 0; }
    #page-header h1 a {
      display: flex;
      align-items: center;
      color: #f3f3f3;
      font-weight: normal; }
      #page-header h1 a:hover {
        text-decoration: none;
        color: #f3f3f3; }

.titlePage {
  display: block;
  text-align: center;
  padding: 2em .5em; }

#home #page-header {
  background-color: transparent;
  padding-top: 128px;
  text-align: center; }
  #home #page-header .container {
    display: block; }
  #home #page-header h1 {
    font-size: 18px; }
    #home #page-header h1 a {
      display: block;
      color: #666;
      font-weight: bold; }
      #home #page-header h1 a:hover {
        color: #333;
        text-decoration: none; }
    #home #page-header h1 img {
      display: block;
      margin: 0 auto 2em;
      width: 50%;
      max-width: 240px;
      border-radius: 3px; }

.headline-learning-content-container {
  display: flex;
  justify-content: center;
  margin-bottom: 32px; }
  .headline-learning-content-container .headline-learning-content li {
    padding: 1em;
    font-weight: bold;
    margin-bottom: .5em;
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #aaa;
    background-color: #eee;
    border-radius: 0 .3em .3em 0;
    transition: border-radius .2s; }
    .headline-learning-content-container .headline-learning-content li .title {
      margin-bottom: 0;
      line-height: 1.5; }
    .headline-learning-content-container .headline-learning-content li:hover {
      background-color: #F3FFDF;
      border-color: #7CC400; }

.headline-learning-content-container .headline-learning-content li .title .kaisaikai {
    font-size: .9em;
    font-weight: normal;
}

#list-contents h2 {
  font-weight: normal;
  letter-spacing: .5em;
  position: relative;
  line-height: 1; }
  #list-contents h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-top: 1px solid #333; }
  #list-contents h2 .txt {
    display: inline-block;
    background-color: white;
    position: relative;
    z-index: 1;
    padding: .2em .5em .2em 1em; }

.list-forms, #profile section ul {
  list-style: none;
  padding-left: 0;
  justify-content: center; }
  .list-forms li, #profile section ul li {
    padding-left: 1em;
    padding-right: 1em;
    text-align: center; }
  .list-forms a, #profile section ul a {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    padding: 1em 1em 1.1em;
    border-radius: .3em;
    background-color: #eee;
    border: 1px solid transparent;
    width: 12em;
    display: block; }
    .list-forms a:hover, #profile section ul a:hover {
      background-color: #F3FFDF;
      border-color: #7CC400;
      color: black;
      filter: brightness(1);
      text-decoration: none; }

.kijiHeader .prev-next ul {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  /*.kijiHeader .prev-next ul li {
    display: flex;
    align-items: center;
}*/
.kijiHeader .prev-next ul li .kaisaikai {
	font-size: .9em;
    margin-bottom: .3em;
}
    .kijiHeader .prev-next ul li:has(a):first-child, .kijiHeader .prev-next ul li:has(a):last-child {
      background-color: #f3f3f3;
      padding: .5em;
      position: relative;
      border: 1px solid transparent; }
      .kijiHeader .prev-next ul li:has(a):first-child a, .kijiHeader .prev-next ul li:has(a):last-child a {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
      .kijiHeader .prev-next ul li:has(a):first-child::before, .kijiHeader .prev-next ul li:has(a):first-child::after, .kijiHeader .prev-next ul li:has(a):last-child::before, .kijiHeader .prev-next ul li:has(a):last-child::after {
        font-size: 18px;
        display: inline-block;
        color: #999;
        line-height: 1; }
      .kijiHeader .prev-next ul li:has(a):first-child:hover, .kijiHeader .prev-next ul li:has(a):last-child:hover {
        background-color: #F3FFDF;
        border-color: #7CC400; }
        .kijiHeader .prev-next ul li:has(a):first-child:hover::before, .kijiHeader .prev-next ul li:has(a):first-child:hover::after, .kijiHeader .prev-next ul li:has(a):last-child:hover::before, .kijiHeader .prev-next ul li:has(a):last-child:hover::after {
          color: #666; }
    .kijiHeader .prev-next ul li:nth-child(2) {
      font-weight: bold;
      text-align: justify; }

.honbun.learn .vimeo-wrapper {
  position: relative;
  padding-top: 75%;
  background-color: #f3f3f3;
  border-radius: 8px;
  margin-bottom: 32px; }
  .honbun.learn .vimeo-wrapper.kadai_container {
    background-color: transparent; }
  .honbun.learn .vimeo-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
.honbun.learn .qa_container h3 {
  padding: .3em .8em .5em;
  border-left: 5px solid #999;
  background-color: #f3f3f3;
  border-radius: 0 1.1em 1.1em 0;
  margin-bottom: 1em;
  line-height: 1; }
.honbun.learn .qa_container .qa dt, .honbun.learn .qa_container .qa dd {
  border: 2px solid #999; }
  .honbun.learn .qa_container .qa dt h4, .honbun.learn .qa_container .qa dd h4 {
    padding: 8px 16px; }
.honbun.learn .qa_container .qa dt {
  margin-top: 1em;
  border-bottom-width: 1px;
  background-color: white;
  border-radius: 1em 1em 0 0;
  overflow: hidden;
  font-weight: normal; }
  .honbun.learn .qa_container .qa dt:first-child {
    margin-top: 0; }
  .honbun.learn .qa_container .qa dt h4 {
    background-color: #f3f3f3; }
  .honbun.learn .qa_container .qa dt .txt {
    padding: 8px 16px 16px; }
    .honbun.learn .qa_container .qa dt .txt .txt_answer-container {
      margin-top: .5em; }
    .honbun.learn .qa_container .qa dt .txt .txt_answer {
      margin-bottom: 0;
      padding: .2em 1em .3em;
      background-color: white;
      color: #666;
      line-height: 1;
      border-radius: .8em;
      display: inline-block;
      border: 1px solid; }
.honbun.learn .qa_container .qa dd {
  background-color: #f3f3f3;
  border-radius: 0 0 1em 1em;
  border-top: none;
  padding: 16px;
  position: relative;
  top: -1px; }
  .honbun.learn .qa_container .qa dd h4 {
    padding: 6px 16px;
    border-radius: 0 1.1em 1.1em 0;
    background-color: white; }
  .honbun.learn .qa_container .qa dd .txt {
    padding-left: 16px; }
.honbun.learn .qa_container .dropdown-btn:hover {
  filter: brightness(1); }

#btn-menu-container {
  position: relative; }

#btn-menu {
  cursor: pointer;
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  background-color: #f3f3f3;
  border-radius: 50%; }
  #btn-menu.active {
    background-color: white; }
  #btn-menu div {
    position: absolute;
    width: 60%;
    left: 20%;
    height: 1px;
    transition: transform .5s;
    transform-origin: center center;
    background-color: black; }
    #btn-menu div:nth-child(1) {
      top: 30%; }
    #btn-menu div:nth-child(2) {
      top: 50%; }
    #btn-menu div:nth-child(3) {
      top: 70%; }
  #btn-menu.active div:nth-child(1) {
    top: 50%;
    transform: rotate(225deg); }
  #btn-menu.active div:nth-child(2) {
    background-color: rgba(0, 0, 0, 0); }
  #btn-menu.active div:nth-child(3) {
    top: 50%;
    transform: rotate(-225deg); }

#nav-main {
  display: flex;
  z-index: 1;
  background-color: #666; }
  #nav-main .items-gnav li {
    margin-bottom: 0; }
    #nav-main .items-gnav li.nav-logout {
      padding: .3em .2em;
      border-radius: .3em;
      background-color: #808080; }
    #nav-main .items-gnav li a {
      color: white;
      line-height: 1;
      padding: .3em 1em .4em;
      margin-left: .1em;
      margin-right: .1em;
      display: block;
      border-radius: .9em;
      border: 1px solid transparent; }
      #nav-main .items-gnav li a:hover {
        text-decoration: none;
        border-color: #f3f3f3; }

.wp-pagenavi {
  justify-content: center;
  display: flex;
  margin-top: 36px; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    line-height: 1;
    display: inline-block;
    margin: .2em;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center; }
  .wp-pagenavi a {
    background-color: white; }
    .wp-pagenavi a:hover {
      text-decoration: none; }
  .wp-pagenavi a.page,
  .wp-pagenavi span.current,
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    width: 2.5em;
    height: 2.5em; }
  .wp-pagenavi span.current,
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    color: white;
    border-color: transparent; }
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    border-radius: 2em; }
    .wp-pagenavi a.nextpostslink:hover,
    .wp-pagenavi a.previouspostslink:hover {
      filter: brightness(1.1); }
  .wp-pagenavi .pages {
    width: 4em;
    height: 2.5em; }

#page-main {
  background-color: white;
  padding-bottom: clamp(32px, 6.4vw, 96px); }

#page-footer {
  padding-top: 24px;
  color: white;
  position: relative;
  background-color: #666;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }
  #page-footer a {
    color: white; }
  #page-footer .copy {
    font-size: 10px;
    padding-bottom: .5em;
    text-align: center;
    position: relative;
    margin-bottom: 0; }

section {
  padding-top: clamp(16px, 4.8vw, 48px);
  padding-bottom: clamp(16px, 4.8vw, 48px); }
  section h2 {
    text-align: center;
    margin-bottom: 2em; }

.container:has(form) {
  max-width: 640px; }
  .container:has(form) table {
    width: 100%; }

.page section:nth-of-type(1) {
  padding-top: 0; }

form table tr th p, form table tr td p {
  margin-bottom: 0; }
form table tr:last-child td {
  padding-top: 2em;
  text-align: center; }
  form table tr:last-child td .wpcf7-submit {
    margin-top: 1em; }

.logo_footer {
  text-align: center;
  margin-bottom: 16px; }

.nav-sub {
  margin-bottom: 8px; }
  .nav-sub li a {
    font-size: 12px; }

.grecaptcha-badge {
  visibility: hidden; }

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0; }

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  margin-top: 0; }

.wpcf7 form.sent .wpcf7-submit {
  display: none; }

.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: white;
  padding: 1em;
  border: none;
  border-radius: .2em; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffb900; }

#wpmem_restricted_msg {
  display: none; }

#pageArticle:has(#wpmem_login_form) > div, #pageArticle:has(#wpmem_reg) > div {
  width: 92%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto; }

#wpmem_login, #wpmem_reg {
  width: 100%; }
  #wpmem_login a, #wpmem_reg a {
    text-decoration: underline;
    font-weight: bold; }
  #wpmem_login legend, #wpmem_reg legend {
    background-color: #666;
    color: white;
    font-size: 20px;
    padding: .4em .5em .3em;
    border-radius: 0 .8em .8em 0;
    line-height: 1; }

.kadai_container {
  padding-top: 64px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto; }
  .kadai_container h3 {
    text-align: center;
    position: relative;
    margin-bottom: 1em; }
    .kadai_container h3::before {
      content: '';
      position: absolute;
      width: 100%;
      left: 0;
      top: 50%;
      border-top: 1px solid; }
    .kadai_container h3 .txt {
      background-color: white;
      display: inline-block;
      padding: .2em 1em;
      position: relative;
      z-index: 1; }
  .kadai_container table {
    width: 100%;
    margin-top: 24px; }

#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
  padding: .8em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border: none; }

.boxText {
	margin-bottom: 3em;
}

.textContent {
	border-top: 3px double #ddd;
	padding-top: 2em;
}

.btnText {
	text-align: center;
}

.btnText a {
	border: 3px solid;
    border-radius: .3em;
    color: #2b5e6d;
    font-weight: bold;
	transition: border-radius .2s;
}

.btnText a:hover {
    border-radius: 1.3em;
}
