@charset "UTF-8";
/*
 * 色の設定
 */
/*
 * ブレークポイント
 */
/*
 * BEM関連
 */
/*
 * メディアクエリ
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
  background-color: #efefef;
  width: 100%;
  color: #333;
}

input, select, textarea {
  font-family: 'Noto Sans JP', sans-serif;
}

.font_noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.font_kozuka {
  font-family: "Kozuka Gothic Pr6N", sans-serif;
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_hiramaru {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

header, nav, main, footer, small, button, label {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}

button:hover, button:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  outline: none;
}

input[type="checkbox"] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.containner {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .containner {
    padding-bottom: 80px;
  }
}

.containner.is-pb_none {
  padding-bottom: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.innerBox {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2%;
  position: relative;
}

@media (min-width: 1180px) {
  .innerBox {
    padding: 0;
  }
}

.innerBox-1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow-x: hidden;
}

.min-620 {
  min-height: 620px;
}

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

.bold {
  font-weight: bold;
}

.b_bold {
  font-weight: 900;
}

.no-bold {
  font-weight: normal;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

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

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

@media (min-width: 1180px) {
  .display_to_mq_mm {
    display: none;
  }
}

.display_mq {
  display: none;
}

@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}

@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}

@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.c_pink {
  color: #f29c9f;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.important__responsive__flex {
  display: none !important;
}

@media (min-width: 768px) {
  .important__responsive__flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.important__responsive__block {
  display: none !important;
}

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

.mw_wp_form .error {
  margin-top: 10px;
}

.main__content {
  width: 100%;
}

@media (min-width: 1024px) {
  .main__content {
    width: 88%;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.pt150 {
  padding-top: 150px;
}

.finish__message {
  font-size: 20px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .finish__message {
    font-size: 32px;
  }
}

.container {
  margin-top: 60px;
  width: 100%;
  min-height: calc(100vh - 591px);
  position: relative;
}

@media (min-width: 768px) {
  .container {
    min-height: calc(100vh - 381px);
  }
}

@media (min-width: 1024px) {
  .container {
    margin-top: 0;
    min-height: calc(100vh - 401px);
  }
}

.shadow {
  text-shadow: #ffffff 1px 1px 0, #ffffff -1px -1px 0, #ffffff -1px 1px 0, #ffffff 1px -1px 0, #ffffff 0px 1px 0, #ffffff -1px 0, #ffffff -1px 0 0, #ffffff 1px 0 0;
  /*上、下*/
}

.shadow2 {
  text-shadow: #ffffff 2px 0px 0px, #ffffff -2px 0px 0px, #ffffff 0px -2px 0px, #ffffff 0px 2px 0px, #ffffff 2px 2px 0px, #ffffff -2px 2px 0px, #ffffff 2px -2px 0px, #ffffff -2px -2px 0px, #ffffff 1px 2px 0px, #ffffff -1px 2px 0px, #ffffff 1px -2px 0px, #ffffff -1px -2px 0px, #ffffff 2px 1px 0px, #ffffff -2px 1px 0px, #ffffff 2px -1px 0px, #ffffff -2px -1px 0px, #ffffff 1px 1px 0px, #ffffff -1px 1px 0px, #ffffff 1px -1px 0px, #ffffff -1px -1px 0px;
}

.mw_wp_form_confirm .file {
  display: none;
}

.sp-header {
  width: 100%;
  height: 60px;
  background-color: #a5d714;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 999;
}

@media (min-width: 1024px) {
  .sp-header {
    display: none;
  }
}

.sp-header__left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 3px;
}

.sp-header__right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp-header__right__bell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  margin-right: 16px;
}

.sp-header__right__bell .number {
  position: absolute;
  border-radius: 7.5px;
  background-color: #f44848;
  padding: 4px;
  color: #ffffff;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 18px;
  right: -7px;
}

.sp-header__right__target {
  width: 24px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  position: relative;
  z-index: 1111;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.sp-header__right__target #target__top {
  top: 0;
}

.sp-header__right__target #target__middle {
  top: 0;
  bottom: 0;
  margin: auto;
}

.sp-header__right__target #target__bottom {
  bottom: 0;
}

.sp-header__right__target span {
  position: absolute;
  display: inline-block;
  width: 36px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.is-fixed {
  height: 100%;
  width: 100%;
  position: fixed;
}

#nav,#nav_bell {
  position: fixed;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #ffffff;
  z-index: 1000;
  top: 60px;
  left: -100%;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.active {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  left: 0px !important;
}

/* 動き */
.fadein {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.linea {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 14px !important;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.lineb {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.linec {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.pc-header {
  width: 100%;
  height: 80px;
  display: none;
  overflow-y: visible;
  background-color: #a5d714;
}

@media (min-width: 1024px) {
  .pc-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 30px;
  }
}

.pc-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pc-header__right__rank {
  margin-right: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.pc-header__right__rank p {
  font-size: 17.86px;
  color: #ffffff;
}

.pc-header__right__rank p:first-child {
  margin-right: 10px;
}

.pc-header__right__human {
  margin-right: 25px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.pc-header__right__human .human_image {
  margin-right: 14px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc-header__right__human .human_image:hover {
  cursor: pointer;
}

.pc-header__right__human .human_image:hover .human__list {
  display: block;
}

.pc-header__right__human p {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}

.pc-header__right__human p .name {
  font-size: 20px;
  line-height: 30px;
}

.pc-header__right__human .human__list {
  width: 160px;
  background-color: #a5d714;
  position: absolute;
  bottom: -96px;
  left: -61px;
  height: 96px;
  display: none;
  z-index: 999;
}

.pc-header__right__human .human__list li {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc-header__right__human .human__list li a {
  color: #ffffff;
}

.pc-header__right__bell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}

.pc-header__right__bell .number {
  position: absolute;
  border-radius: 7.5px;
  background-color: #f44848;
  padding: 4px;
  color: #ffffff;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 18px;
  right: -7px;
}

.l-nav__hamburger {
  padding: 16px 6px;
  overflow-y: scroll;
}

@media (min-width: 768px) {
  .l-nav__hamburger {
    padding: 16px 4%;
  }
}

.l-nav__hamburger__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 16px;
}

.l-nav__hamburger__top li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-nav__hamburger__top li:first-child {
  margin-right: 4px;
}

@media (min-width: 768px) {
  .l-nav__hamburger__top li:first-child {
    margin-right: 16px;
  }
}

.l-nav__hamburger__top li p {
  font-size: 12px;
  color: #333;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .l-nav__hamburger__top li p {
    font-size: 16px;
  }
}

.l-nav__hamburger__top li p span {
  font-size: 16px;
}

@media (min-width: 768px) {
  .l-nav__hamburger__top li p span {
    font-size: 20px;
  }
}

.l-nav__hamburger__top li p:first-child {
  margin-right: 4px;
}

.l-nav__hamburger__bottom .info {
  font-size: 16px;
  padding: 10px 0;
  border-bottom: solid 1px #ededed;
}

@media (min-width: 768px) {
  .l-nav__hamburger__bottom .info {
    font-size: 20px;
  }
}

.l-nav__hamburger__bottom .category {
  font-size: 20px;
  padding: 20px 0;
  border-bottom: solid 1px #ededed;
}

@media (min-width: 768px) {
  .l-nav__hamburger__bottom .category {
    font-size: 24px;
  }
}

.l-nav__hamburger__bottom .category a {
  color: #333;
  display: block;
}

.l-nav__hamburger__bottom .category .none_menu {
  display: none;
}

.l-nav__hamburger__bottom .category .none_menu li {
  font-size: 16px;
  padding: 20px 0 20px 24px;
  border-bottom: solid 1px #ededed;
  position: relative;
}

@media (min-width: 768px) {
  .l-nav__hamburger__bottom .category .none_menu li {
    font-size: 20px;
  }
}

.l-nav__hamburger__bottom .category .none_menu li:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  right: 9px;
  border-bottom: solid 2px #c8a063;
  border-right: solid 2px #c8a063;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-nav__hamburger__bottom .category .none_menu li:last-child {
  border-bottom: 0px;
  padding: 20px 0 0 24px;
}

.l-nav__hamburger__bottom .category .none_menu li:last-child:before {
  top: 16px;
}

.l-nav__hamburger__bottom .category .none_menu li a {
  color: #333;
  display: block;
}

.l-nav__hamburger__bottom .category .category_inline {
  display: block;
}

.l-nav__hamburger__bottom .category .category_inline_none {
  display: block;
}

.l-nav__hamburger__bottom .category .right_yajirushi {
  position: relative;
}

.l-nav__hamburger__bottom .category .right_yajirushi:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: solid 1px #a5d714;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  pointer-events: none;
}

.l-nav__hamburger__bottom .category .right_yajirushi:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  right: 9px;
  border-bottom: solid 2px #a5d714;
  border-right: solid 2px #a5d714;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  pointer-events: none;
}

.l-nav__hamburger__bottom .category .hide {
  position: relative;
}

.l-nav__hamburger__bottom .category .hide:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: solid 1px #a5d714;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}

.l-nav__hamburger__bottom .category .hide:after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  margin: auto;
  right: 6px;
  border-bottom: solid 2px #a5d714;
  border-right: solid 2px #a5d714;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.l-nav__hamburger__bottom .category .show {
  position: relative;
}

.l-nav__hamburger__bottom .category .show:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: solid 1px #a5d714;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}

.l-nav__hamburger__bottom .category .show:after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 0;
  margin: auto;
  right: 6px;
  border-bottom: solid 2px #a5d714;
  border-right: solid 2px #a5d714;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.l-footer {
  background-color: #626262;
  width: 100%;
}

.l-footer__top {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .l-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-footer__top__nav {
  margin-bottom: 38px;
  padding-left: 14px;
}

@media (min-width: 768px) {
  .l-footer__top__nav {
    padding: 0 48px 0 28px;
    border-right: solid 1px #a7a7a7;
  }
}

@media (min-width: 768px) {
  .l-footer__top__nav:first-child {
    border-left: solid 1px #a7a7a7;
  }
}

.l-footer__top__nav li {
  color: #ffffff;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
}

.l-footer__top__nav li:first-child {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
}

.l-footer__top__nav li a {
  color: #ffffff;
  font-weight: 400;
}

.l-footer__copyright {
  color: #ffffff;
  font-size: 10px;
  padding: 17px 0 13px;
  border-top: solid 1px #a7a7a7;
  font-weight: 400;
}

.l-sidebar {
  display: none;
  background-color: #ffffff;
  min-height: 100%;
  min-height: calc(100vh - 381px);
  padding-bottom: 18px;
}

.l-sidebar .current-page {
  background-color: #efefef;
}

@media (min-width: 1024px) {
  .l-sidebar {
    min-height: calc(100vh - 401px);
  }
}

.l-sidebar.is-sidebar-open {
  width: 279px;
}

@media (min-width: 1024px) {
  .l-sidebar.is-sidebar-open {
    display: none;
  }
}

.l-sidebar.is-sidebar-close {
  width: 59px;
}

@media (min-width: 1024px) {
  .l-sidebar.is-sidebar-close {
    display: block;
  }
}

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

.l-sidebar__list li:hover {
  cursor: pointer;
}

.l-sidebar__list__check {
  background-color: #c8a063;
  height: 59px;
  font-size: 15px;
  color: #ffffff;
}

.l-sidebar__list__check#close {
  position: relative;
}

.l-sidebar__list__check#close:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: solid 2px #ffffff;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.l-sidebar__list__check#close:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  background-image: url(../images/sidebar_allow.png);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.l-sidebar__list__check#open {
  padding-left: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.l-sidebar__list__check#open:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: solid 2px #ffffff;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 23px;
  margin: auto;
}

.l-sidebar__list__check#open:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  background-image: url(../images/sidebar_allow.png);
  top: 0;
  bottom: 0;
  left: 31px;
  margin: auto;
}

.l-sidebar__list__parent {
  height: 62px;
  border-bottom: solid 1px #efefef;
  width: 100%;
  font-size: 18px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.l-sidebar__list__parent:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  border: solid 1px #a5d714;
  border-radius: 50%;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-sidebar__list__parent:after {
  content: "";
  position: absolute;
  border-top: solid 2.5px #a5d714;
  border-right: solid 2.5px #a5d714;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.l-sidebar__list__parent span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  width: 100%;
  padding-left: 22px;
  height: 62px;
}

.l-sidebar__list__parent a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  width: 100%;
  padding-left: 22px;
}

.l-sidebar__list__parent_slide {
  height: 62px;
  border-bottom: solid 1px #efefef;
  width: 100%;
  font-size: 18px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-sidebar__list__parent_slide span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  width: 100%;
  padding-left: 22px;
  height: 62px;
}

.l-sidebar__list .down {
  position: relative;
}

.l-sidebar__list .down:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  border: solid 1px #a5d714;
  border-radius: 50%;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.l-sidebar__list .down:after {
  content: "";
  position: absolute;
  border-top: solid 2.5px #a5d714;
  border-right: solid 2.5px #a5d714;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.l-sidebar__list .up {
  position: relative;
}

.l-sidebar__list .up:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  border: solid 1px #a5d714;
  border-radius: 50%;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.l-sidebar__list .up:after {
  content: "";
  position: absolute;
  border-top: solid 2.5px #a5d714;
  border-right: solid 2.5px #a5d714;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.l-sidebar__list__children {
  display: none;
}

.l-sidebar__list__children li {
  height: 50px;
  border-bottom: solid 1px #efefef;
  position: relative;
}

.l-sidebar__list__children li:after {
  content: "";
  position: absolute;
  border-top: solid 2.5px #c8a063;
  border-right: solid 2.5px #c8a063;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.l-sidebar__list__children li a {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  width: 100%;
  height: 100%;
  padding-left: 39px;
  font-weight: 400;
}

.l-sidebar__list__box {
  margin: 0 auto 7px;
  padding: 20px 0 7px;
  border-bottom: solid 1px #efefef;
}

.l-sidebar__list__box .content {
  width: 251px;
  margin: 0 auto 16px;
  padding: 10px 14px;
  background-color: #f1f5e6;
}

.l-sidebar__list__box .content__title {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #333333;
}

.l-sidebar__list__box .content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  margin-bottom: 12px;
}

.l-sidebar__list__box .content__row .no-number {
  font-size: 14px;
}

.l-sidebar__list__box .content__result {
  padding-top: 12px;
  border-top: solid 1px #747474;
  font-size: 18px;
}

.l-sidebar__list__box .content__result .result_left {
  display: inline-block;
  margin-right: 10px;
}

.l-sidebar__list__box .content__result .result_no-number {
  font-size: 14px;
}

.o-bread_list__menter-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-bread_list__menter-result li {
  font-size: 12px;
  color: #333333;
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
}

@media (min-width: 768px) {
  .o-bread_list__menter-result li {
    margin-bottom: 20px;
  }
}

@media (min-width: 1180px) {
  .o-bread_list__menter-result li {
    font-size: 15px;
  }
}

.o-bread_list__menter-result li:first-child {
  width: 100%;
}

@media (min-width: 768px) {
  .o-bread_list__menter-result li:first-child {
    width: auto;
  }
}

.o-bread_list__menter-result li a {
  color: #333333;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .o-bread_list__menter-result__detail {
    margin-right: 36px !important;
  }
}

.o-bread_list__menter-result__detail:not(:last-child):before {
  content: ">";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -13px;
}

@media (min-width: 768px) {
  .o-bread_list__menter-result__detail:not(:last-child):before {
    right: -22px;
  }
}

.o-title__mypage {
  font-size: 20px;
  color: #3b3b3b;
  margin-bottom: 14px;
  font-weight: 600;
}

.o-title__menter-serach {
  font-size: 18px;
  color: #3b3b3b;
  margin-bottom: 22px;
  font-weight: 600;
  line-height: 1;
}

.o-title__menter-serach.is-mb40 {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .o-title__menter-serach {
    font-size: 20px;
  }
}

.o-title__menter-serach span {
  font-size: 14px;
}

.o-title__plan {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 36px;
}

@media (min-width: 768px) {
  .o-title__plan {
    font-size: 22px;
  }
}

.o-title__plan span {
  display: inline-block;
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
}

.o-title__plan-sub {
  margin-bottom: 16px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .o-title__plan-sub {
    font-size: 18px;
  }
}

.o-btn {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.o-btn:hover {
  cursor: pointer;
}

.o-table.is-task-kanri {
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.o-table.is-task-kanri::-webkit-scrollbar {
  display: none;
}

.o-table.is-task-kanri table {
  width: 1053px;
  border: solid 1px #d5d5d5;
  border-collapse: collapse;
  table-layout: fixed;
}

@media (min-width: 1180px) {
  .o-table.is-task-kanri table {
    width: 100%;
  }
}

.o-table.is-task-kanri table tr {
  border-bottom: solid 1px #d5d5d5;
}

.o-table.is-task-kanri table tr:nth-child(odd) td {
  background-color: #f1f5e6;
}

.o-table.is-task-kanri table td {
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
  padding: 0 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  vertical-align: middle;
  height: 113px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.o-table.is-task-kanri table td::-webkit-scrollbar {
  display: none;
}

.o-table.is-task-kanri .add-task {
  width: 70px;
  height: 39px;
  background-color: #c8a063;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
}

.o-table.is-task-kanri .add-koudou {
  width: 130px;
  height: 39px;
  background-color: #c8a063;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-right: 10px;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
}

.o-table.is-task-kanri .dell-mokuhyou {
  width: 130px;
  height: 39px;
  background-color: #a1a1a1;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
}

.o-table.is-task-kanri table td .edit {
  width: 49px;
  height: 26px;
  background-color: #a5d714;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  color: #ffffff;
}

.o-table.is-task-kanri table td .content_border_top {
  width: 1224%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.o-table.is-task-kanri table td .content_border_top:hover {
  z-index: 10;
}

.o-table.is-task-kanri table td .content_border_top span {
  position: absolute;
  height: 25px;
  border-radius: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background-color: #a5d714;
  z-index: 5;
}

.o-table.is-task-kanri table td .content_border_top span:hover {
  cursor: pointer;
}

.o-table.is-task-kanri table td .content_border_top span:hover p {
  display: block;
}

.o-table.is-task-kanri table td .content_border_top span p {
  position: absolute;
  text-align: center;
  padding: 12px;
  background-color: #ffffff;
  border-radius: 10px;
  line-height: 1;
  white-space: nowrap;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  top: -52px;
  left: 0;
  font-size: 15px;
  width: 200px;
  z-index: 999;
  display: none;
}

.o-table.is-task-kanri table td .content_border_bottom {
  width: 1224%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.o-table.is-task-kanri table td .content_border_bottom:hover {
  z-index: 10;
}

.o-table.is-task-kanri table td .content_border_bottom span {
  position: absolute;
  height: 25px;
  border-radius: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background-color: #c8a063;
  z-index: 5;
}

.o-table.is-task-kanri table td .content_border_bottom span:hover {
  cursor: pointer;
}

.o-table.is-task-kanri table td .content_border_bottom span:hover p {
  display: block;
}

.o-table.is-task-kanri table td .content_border_bottom span p {
  position: absolute;
  text-align: center;
  padding: 12px;
  background-color: #ffffff;
  border-radius: 10px;
  line-height: 1;
  white-space: nowrap;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  top: -52px;
  left: 0;
  font-size: 15px;
  width: 200px;
  z-index: 1000;
  display: none;
}

.o-table.is-task-kanri table .content {
  overflow: visible;
  padding: 0;
  position: relative;
}

.o-table.is-task-kanri table td:nth-child(1), .o-table.is-task-kanri table td:nth-child(2) {
  text-align: center;
}

.o-table.is-task-kanri table th {
  vertical-align: middle;
  background-color: #a5d714;
  height: 58px;
  color: #ffffff;
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
  padding-left: 7px;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.o-table.is-task-kanri table .text_center {
  padding-left: 0;
  text-align: center;
}

.o-table.is-task-kanri table th:nth-child(1) {
  width: 62px;
}

.o-table.is-task-kanri table th:nth-child(2) {
  width: 37px;
}

.o-table.is-task-kanri table th:nth-child(3) {
  width: 237px;
}

.o-table.is-task-kanri table th:nth-child(4) {
  width: 67px;
}

.o-table.is-task-kanri table th:nth-child(5) {
  width: 85px;
}

.o-table.is-task-kanri table th:nth-child(6) {
  width: 33px;
}

.o-table.is-task-kanri table .text_border span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50%;
}

.o-table.is-task-kanri .edit_row th {
  background-color: #949494;
}

.o-table.is-task-kanri .edit_row th:nth-child(4) {
  width: 134px;
}

.o-table.is-task-kanri .edit_row th:nth-child(5) {
  width: 95px;
}

.o-table.is-task-kanri .edit_row th:nth-child(6), .o-table.is-task-kanri .edit_row th:nth-child(7) {
  width: 133px;
}

.o-table.is-task-kanri .edit_row th:nth-child(8) {
  width: 164px;
}

.o-table.is-task-kanri .edit_row td {
  padding: 9px 6px;
}

.o-table.is-task-kanri .edit_row td textarea {
  width: 100%;
  height: 73px;
  resize: vertical;
  border: solid 1px #c9c9c9;
  background-color: #e2f0f2;
  border-radius: 4px;
  padding: 4px;
  font-size: 14px;
}

.o-table.is-task-kanri .edit_row td select {
  width: 100%;
  height: 35px;
  border: solid 1px #c9c9c9;
  background-color: #e2f0f2;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: center right 8px;
  padding: 0 8px;
  font-size: 14px;
}

.o-table.is-task-kanri .edit_row td select::-ms-expand {
  display: none;
}

.o-table.is-task-kanri .edit_row td button {
  width: 100%;
  height: 26px;
  border-radius: 4px;
  background-color: #a1a1a1;
  border: 0px;
  color: #ffffff;
  font-size: 15px;
}

.o-table.is-task-kanri .edit_row td .year {
  width: 43px;
  border: solid 1px #c9c9c9;
  background-color: #e2f0f2;
  border-radius: 4px;
  padding: 4px;
  font-size: 14px;
  margin-right: 3px;
}

.o-table.is-task-kanri .edit_row td .month {
  width: 33px;
  border: solid 1px #c9c9c9;
  background-color: #e2f0f2;
  border-radius: 4px;
  padding: 4px;
  font-size: 14px;
  margin: 0 5px;
}

.o-table.is-task-kanri .edit_row td .calendar {
  width: 70%;
  border: solid 1px #c9c9c9;
  background-color: #e2f0f2;
  border-radius: 4px;
  padding: 4px;
  font-size: 14px;
  margin-right: 3px;
}

.o-table.is-task-kanri .edit_row td .edit {
  width: 49px;
  height: 26px;
  background-color: #c8a063;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  color: #ffffff;
}

.o-table.is-plan {
  margin-bottom: 30px;
  width: 100%;
  table-layout: fixed;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.o-table.is-plan::-webkit-scrollbar {
  display: none;
}

.o-table.is-plan table {
  width: 100%;
  border: solid 1px #d5d5d5;
}

@media (min-width: 768px) {
  .o-table.is-plan table {
    width: 1047px;
  }
}

@media (min-width: 1280px) {
  .o-table.is-plan table {
    width: 100%;
    max-width: 100%;
  }
}

.o-table.is-plan .plan__row.is-no-border th {
  background-color: #ffffff;
  border: 0px;
}

.o-table.is-plan .plan__row.is-no-border td {
  border: 0px;
  padding: 0;
}

.o-table.is-plan .plan__row th {
  border: solid 1px #d5d5d5;
  text-align: left;
  background-color: #eeeeee;
  padding: 30px 0 30px 18px;
  font-size: 18px;
  vertical-align: top;
  font-weight: 400;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .o-table.is-plan .plan__row th {
    display: table-cell;
    width: 200px;
  }
}

.o-table.is-plan .plan__row td {
  border: solid 1px #d5d5d5;
  padding: 16px 2%;
  display: block;
}

@media (min-width: 768px) {
  .o-table.is-plan .plan__row td {
    display: table-cell;
    font-size: 18px;
    padding: 16px 27px;
    vertical-align: middle;
  }
}

.o-table.is-plan .plan__row td p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.o-table.is-plan .plan__row td ul li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  padding-left: 1.6em;
  text-indent: -1.6em;
}

.o-table.is-plan .plan__row td .text_box {
  border: solid 1px #d5d5d5;
}

.o-table.is-plan .plan__row td .measures__detail {
  margin-bottom: 16px;
}

.o-table.is-plan .plan__row td .measures__detail__title {
  margin-bottom: 13px;
}

.o-table.is-plan .plan__row td .measures__detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-table.is-plan .plan__row td .measures__detail__content .remove_btn {
  height: 26px;
  width: 56px;
  margin-left: 13px;
  background-color: #a1a1a1;
  border-radius: 4px;
  color: #ffffff;
  font-size: 15px;
}

.o-table.is-plan .plan__row td .measures__detail__content input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ffffff;
  border: solid 1px #d5d5d5;
  border-radius: 4px;
  height: 54px;
  padding: 0 1em;
}

.o-table.is-plan .plan__row td .measures__detail__content textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ffffff;
  border: solid 1px #d5d5d5;
  border-radius: 4px;
  height: 72px;
  padding: 1em;
  resize: vertical;
}

.o-table.is-plan .plan__row td .measures__btn {
  width: 103px;
  height: 34px;
  border-radius: 4px;
  background-color: #a5d714;
  color: #ffffff;
  font-size: 15px;
  border: 0px;
  margin-top: 21px;
}

.o-table.is-plan .plan__row td .input_row {
  padding: 9px 0;
}

.o-table.is-plan .plan__row td .input_row .inpur_row_title {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1;
}

.o-table.is-plan .plan__row td .input_row .input_row_text input {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #d5d5d5;
  border-radius: 4px;
  height: 54px;
  padding: 0 1em;
}

.o-table.is-plan .plan__row td .input_row .input_row_text textarea {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #d5d5d5;
  border-radius: 4px;
  height: 72px;
  padding: 1em;
  resize: vertical;
}

.o-table.is-plan .plan__row td .input_row .input_row_text table {
  width: 100%;
  table-layout: fixed;
}

.o-table.is-plan .plan__row td .input_row .input_row_text table tr:nth-child(odd) td {
  background-color: #f1f5e6;
}

.o-table.is-plan .plan__row td .input_row .input_row_text table tr:nth-child(1) {
  display: none;
}

@media (min-width: 768px) {
  .o-table.is-plan .plan__row td .input_row .input_row_text table tr:nth-child(1) {
    display: table-row;
  }
}

.o-table.is-plan .plan__row td .input_row .input_row_text table tr:nth-child(1) th {
  color: #ffffff;
  font-weight: 400;
  height: 58px;
  background-color: #a5d714;
  vertical-align: middle;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .o-table.is-plan .plan__row td .input_row .input_row_text table tr:nth-child(1) th:first-child {
    width: 116px;
  }
}

@media (min-width: 768px) {
  .o-table.is-plan .plan__row td .input_row .input_row_text table tr:nth-child(1) th:nth-child(2) {
    width: auto;
  }
}

.o-table.is-plan .plan__row td .input_row .input_row_text table td {
  font-weight: 400;
  padding: 60px 2% 16px;
  position: relative;
}

@media (min-width: 768px) {
  .o-table.is-plan .plan__row td .input_row .input_row_text table td {
    padding: 16px 2%;
  }
}

.o-table.is-plan .plan__row td .input_row .input_row_text table td textarea {
  width: 100%;
  height: 97px;
  border: solid 1px #d5d5d5;
  padding: 1em;
  resize: vertical;
  border-radius: 4px;
  background-color: #ffffff;
}

.o-table.is-plan .plan__row td .input_row .input_row_text table td:nth-child(1) {
  text-align: center;
}

@media (min-width: 768px) {
  .o-table.is-plan .plan__row td .input_row .input_row_text table td:nth-child(1) {
    width: 116px;
  }
}

.o-table.is-plan .plan__row td .input_row .input_row_text table td:nth-child(1):before {
  content: "学年";
  position: absolute;
  background-color: #a5d714;
  height: 40px;
  text-align: center;
  line-height: 40px;
  left: 0;
  top: 0;
  width: 100%;
  color: #ffffff;
}

@media (min-width: 768px) {
  .o-table.is-plan .plan__row td .input_row .input_row_text table td:nth-child(1):before {
    content: "";
    width: 0px;
    height: 0px;
  }
}

.o-table.is-plan .plan__row td .input_row .input_row_text table td:nth-child(2):before {
  content: "目標";
  position: absolute;
  background-color: #a5d714;
  height: 40px;
  text-align: center;
  line-height: 40px;
  left: 0;
  top: 0;
  width: 100%;
  color: #ffffff;
}

@media (min-width: 768px) {
  .o-table.is-plan .plan__row td .input_row .input_row_text table td:nth-child(2):before {
    content: "";
    width: 0px;
    height: 0px;
  }
}

.o-table.is-plan .plan__row td .text_title {
  background-color: #a5d714;
  padding: 19px 0;
  text-align: center;
  line-height: 1;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}

@media (min-width: 768px) {
  .o-table.is-plan .plan__row td .text_title {
    padding: 19px 0 19px 45px;
    text-align: left;
  }
}

.o-table.is-plan .plan__row td .text_detail.is-green {
  background-color: #a5d714;
}

.o-table.is-plan .plan__row td .text_detail.is-green .text_detail_title {
  color: #ffffff;
}

.o-table.is-plan .plan__row td .text_detail.is-green .text_detail_textarea textarea {
  height: 40px;
}

@media (min-width: 768px) {
  .o-table.is-plan .plan__row td .text_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.o-table.is-plan .plan__row td .text_detail .text_detail_title {
  font-size: 15px;
  color: #333;
  padding: 10px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .o-table.is-plan .plan__row td .text_detail .text_detail_title {
    width: 125px;
  }
}

@media (min-width: 768px) {
  .o-table.is-plan .plan__row td .text_detail .text_detail_textarea {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 12px 10px;
    border-left: solid 1px #d5d5d5;
  }
}

.o-table.is-plan .plan__row td .text_detail .text_detail_textarea textarea {
  width: 100%;
  height: 97px;
  border: solid 1px #d5d5d5;
  padding: 1em;
  resize: vertical;
  border-radius: 4px;
  background-color: #ffffff;
}

.o-table.is-plan .plan__row .row_max {
  text-align: left;
  padding: 30px 0 30px 18px;
}

.o-table.is-plan .plan__row .table_number {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.o-table.is-plan .plan__row .table_number::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1500px) {
  .o-table.is-plan .plan__row .table_number {
    overflow-x: visible;
  }
}

.o-table.is-plan .plan__row .table_number .table_number_top th:nth-child(1) {
  width: 76px;
}

.o-table.is-plan .plan__row .table_number .table_number_top th:nth-child(2) {
  width: 93px;
}

.o-table.is-plan .plan__row .table_number .table_number_top th:nth-child(3), .o-table.is-plan .plan__row .table_number .table_number_top th:nth-child(4) {
  width: 85px;
}

.o-table.is-plan .plan__row .table_number .table_number_top th:nth-child(5) {
  width: 100px;
}

.o-table.is-plan .plan__row .table_number .table_number_top th:nth-child(6) {
  width: 80px;
}

.o-table.is-plan .plan__row .table_number .table_number_top th:nth-child(7) {
  width: 120px;
}

.o-table.is-plan .plan__row .table_number .table_number_bottom th:nth-child(1) {
  width: 115px;
}

.o-table.is-plan .plan__row .table_number .table_number_bottom th:nth-child(2) {
  width: 120px;
}

.o-table.is-plan .plan__row .table_number .table_number_bottom th:nth-child(3), .o-table.is-plan .plan__row .table_number .table_number_bottom th:nth-child(4) {
  width: 113px;
}

.o-table.is-plan .plan__row .table_number .table_number_bottom th:nth-child(5) {
  width: 117px;
}

.o-table.is-plan .plan__row .table_number .table_number_bottom th:nth-child(6) {
  width: 129px;
}

.o-table.is-plan .plan__row .table_number .table_number_bottom td {
  text-align: center;
}

.o-table.is-plan .plan__row .table_number .table_number_last th:nth-child(1) {
  width: 157px;
}

.o-table.is-plan .plan__row .table_number .table_number_last th:nth-child(2) {
  width: 190px;
}

.o-table.is-plan .plan__row .table_number .table_number_last th:nth-child(3) {
  width: 190px;
}

.o-table.is-plan .plan__row .table_number .table_number_last td input {
  margin: 0 7px;
  width: 120px;
}

@media (min-width: 1180px) {
  .o-table.is-plan .plan__row .table_number .table_number_last td input {
    width: 80%;
  }
}

.o-table.is-plan .plan__row .table_number .table_number_last .left {
  text-align: left;
}

.o-table.is-plan .plan__row .table_number .table_number_last .right {
  text-align: right;
}

.o-table.is-plan .plan__row .table_number table {
  width: 715px;
  border: solid 1px #d5d5d5;
  max-width: 715px;
  border-collapse: collapse;
  table-layout: fixed;
}

@media (min-width: 1180px) {
  .o-table.is-plan .plan__row .table_number table {
    width: 100%;
    max-width: 100%;
  }
}

.o-table.is-plan .plan__row .table_number table tr:nth-child(odd) td {
  background-color: #f1f5e6;
}

.o-table.is-plan .plan__row .table_number table th {
  height: 58px;
  background-color: #a5d714;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  display: table-cell;
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
  padding: 20px 0;
  vertical-align: middle;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}

.o-table.is-plan .plan__row .table_number table td {
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
  border-top: 0px;
  border-bottom: 0px;
  font-size: 15px;
  color: #333;
  padding: 14px 8px;
  display: table-cell;
  font-weight: 400;
}

.o-table.is-plan .plan__row .table_number table td:first-child {
  text-align: center;
}

.o-table.is-plan .plan__row .table_number table td input {
  width: 45px;
  height: 35px;
  background-color: #ffffff;
  border: solid 1px #d5d5d5;
  border-radius: 4px;
  margin-right: 8px;
  display: inline-block;
  padding: 0 4px;
}

.o-table.is-plan .plan__row .table_number table .right {
  padding: 14px 18px 14px 0;
}

.o-table.is-facility {
  width: 100%;
  max-width: 1052px;
  margin: 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.o-table.is-facility::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1180px) {
  .o-table.is-facility {
    max-width: 100%;
  }
}

.o-table.is-facility table {
  border-collapse: collapse;
  border: solid 1px #d5d5d5;
  width: 1052px;
}

.o-table.is-facility.shokuin {
  overflow-x: initial;
}

.o-table.is-facility.shokuin table {
  width: 100%;
}

@media (min-width: 1280px) {
  .o-table.is-facility table {
    width: 100%;
    max-width: 100%;
  }
}

.o-table.is-facility table tr:nth-child(even) td {
  background-color: #f1f5e6;
}

.o-table.is-facility table tr th {
  background-color: #a5d714;
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  height: 29px;
}

.o-table.is-facility table tr .f_13 {
  font-size: 13px;
}

.o-table.is-facility table tr td {
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle;
  position: relative;
  padding: 6px 0;
  line-height: 1.2;
}

.o-table.is-facility table tr td select {
  width: 69px;
  height: 50px;
  border: solid 1px #d5d5d5;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: center right 12px;
  padding-left: 11px;
  font-size: 15px;
}

.o-table.is-facility table tr td select::-ms-expand {
  display: none;
}

.o-table.is-facility table tr td:nth-child(1) {
  width: 42px;
}

.o-table.is-facility table tr td:nth-child(3) {
  width: 92px;
}

.o-table.is-facility table tr td:nth-child(4) {
  width: 50px;
}

.o-table.is-facility table tr td:nth-child(5) {
  width: 50px;
}

.o-table.is-facility table tr td:nth-child(6) {
  width: 50px;
}

.o-table.is-facility table tr td:nth-child(7) {
  width: 50px;
}

.o-table.is-facility table tr td:nth-child(8) {
  width: 50px;
}

.o-table.is-facility table tr td:nth-child(9) {
  width: 50px;
}

.o-table.is-facility table tr td:nth-child(10) {
  width: 50px;
}

.o-table.is-facility table tr .b-bottom {
  border-bottom: solid 1px #d5d5d5;
}

.o-table.is-facility table tr .text_left {
  text-align: left;
  padding: 0 2%;
}

@media (max-width: 767px) {
  .o-table.is-facility.shokuin table tr .text_left {
    text-align: left;
    padding: 2% 2%;
  }
  .o-table.is-facility.shokuin table tr td:nth-child(3) {
    width: 80px;
  }
  .o-table.is-facility.shokuin table tr td:nth-child(4) {
    width: 40px;
  }
}

.o-table.is-facility_list {
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.o-table.is-facility_list::-webkit-scrollbar {
  display: none;
}

.o-table.is-facility_list table {
  border-collapse: collapse;
  border: solid 1px #d5d5d5;
  width: 1052px;
}

@media (min-width: 1280px) {
  .o-table.is-facility_list table {
    width: 100%;
    max-width: 100%;
  }
}

.o-table.is-facility_list table tr:nth-child(even) td {
  background-color: #f1f5e6;
}

.o-table.is-facility_list table tr th {
  height: 58px;
  background-color: #a5d714;
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
  vertical-align: middle;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  padding-left: 21px;
  text-align: left;
}

.o-table.is-facility_list table tr th:nth-child(1) {
  width: 118px;
}

.o-table.is-facility_list table tr th:nth-child(3) {
  width: 98px;
}

.o-table.is-facility_list table tr th:nth-child(4) {
  width: 100px;
}

@media (min-width: 1180px) {
  .o-table.is-facility_list table tr th:nth-child(4) {
    width: 145px;
  }
}

.o-table.is-facility_list table tr th:nth-child(5) {
  width: 200px;
}

@media (min-width: 1180px) {
  .o-table.is-facility_list table tr th:nth-child(5) {
    width: 236px;
  }
}

.o-table.is-facility_list table tr td {
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle;
  position: relative;
  display: table-cell;
  padding: 12px 0;
  line-height: 1.2;
  position: relative;
}

.o-table.is-facility_list table tr td:nth-child(1) a {
  width: 64px;
  height: 26px;
  display: inline-block;
  background-color: #c8a064;
  font-size: 15px;
  color: #ffffff;
  line-height: 26px;
  border-radius: 4px;
}

.o-table.is-facility_list table tr td:nth-child(2) {
  padding: 12px 20px;
  text-align: left;
}

.o-table.is-facility_list table tr td:nth-child(4) {
  text-align: left;
  padding: 12px 20px;
}

.o-table.is-facility_list table tr td:nth-child(5) a {
  width: 169px;
  height: 30px;
  display: inline-block;
  border-radius: 4px;
  background-color: #a5d714;
  color: #ffffff;
  line-height: 30px;
  font-size: 15px;
}

.o-table.is-class-update {
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.o-table.is-class-update::-webkit-scrollbar {
  display: none;
}

.o-table.is-class-update table {
  border-collapse: collapse;
  border: solid 1px #d5d5d5;
  width: 1052px;
}

@media (min-width: 1180px) {
  .o-table.is-class-update table {
    width: 100%;
    max-width: 100%;
  }
}

.o-table.is-class-update table tr:nth-child(odd) td {
  background-color: #f1f5e6;
}

.o-table.is-class-update table tr th {
  height: 58px;
  background-color: #a5d714;
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
  vertical-align: middle;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  padding-left: 21px;
  text-align: center;
}

.o-table.is-class-update table tr th:nth-child(1) {
  width: 182px;
}

.o-table.is-class-update table tr th:nth-child(3) {
  width: 139px;
}

.o-table.is-class-update table tr th:nth-child(4) {
  width: 129px;
}

.o-table.is-class-update table tr td {
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle;
  position: relative;
  padding: 12px 0;
  line-height: 1.2;
  position: relative;
}

.o-table.is-class-update table tr td a {
  width: 84px;
  height: 40px;
  color: #ffffff;
  font-size: 20px;
  display: inline-block;
  line-height: 40px;
  border-radius: 4px;
}

.o-table.is-class-update table tr td:nth-child(1) {
  text-align: left;
  padding: 12px 20px;
}

.o-table.is-class-update table tr td:nth-child(2) {
  text-align: left;
  padding: 12px 20px;
}

.o-table.is-class-update table tr td:nth-child(3) {
  padding: 16px 2%;
}

.o-table.is-class-update table tr td:nth-child(3) a {
  background-color: #a5d714;
}

.o-table.is-class-update table tr td:nth-child(4) {
  padding: 16px 2%;
}

.o-table.is-class-update table tr td:nth-child(4) a {
  background-color: #a1a1a1;
}

.o-table.is-class-update .edit_row th {
  background-color: #949494;
}

.o-table.is-class-update .edit_row th:nth-child(3) {
  width: 139px;
}

.o-table.is-class-update .edit_row th:nth-child(4) {
  width: 129px;
}

.o-table.is-class-update .edit_row td {
  padding: 9px 6px;
  text-align: center;
}

.o-table.is-class-update .edit_row td textarea {
  width: 100%;
  height: 73px;
  resize: vertical;
  border: solid 1px #c9c9c9;
  background-color: #e2f0f2;
  border-radius: 4px;
  padding: 4px;
  font-size: 14px;
}

.o-table.is-class-update .edit_row td select {
  width: 100%;
  height: 35px;
  border: solid 1px #c9c9c9;
  background-color: #e2f0f2;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: center right 8px;
  padding: 0 8px;
  font-size: 14px;
}

.o-table.is-class-update .edit_row td select::-ms-expand {
  display: none;
}

.o-table.is-class-update .edit_row td button {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: #a1a1a1;
  border: 0px;
  color: #ffffff;
  font-size: 15px;
}

.o-table.is-class-update .edit_row td .year {
  width: 43px;
  border: solid 1px #c9c9c9;
  background-color: #e2f0f2;
  border-radius: 4px;
  padding: 4px;
  font-size: 14px;
  margin-right: 3px;
}

.o-table.is-class-update .edit_row td .month {
  width: 33px;
  border: solid 1px #c9c9c9;
  background-color: #e2f0f2;
  border-radius: 4px;
  padding: 4px;
  font-size: 14px;
  margin: 0 5px;
}

.o-table.is-class-update .edit_row td .edit {
  width: 84px;
  height: 40px;
  background-color: #c8a063;
  border-radius: 4px;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
}

.o-table.is-shokuin-update {
  width: 100%;
  max-width: 1052px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.o-table.is-shokuin-update::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1180px) {
  .o-table.is-shokuin-update {
    max-width: 100%;
  }
}

.o-table.is-shokuin-update table {
  border-collapse: collapse;
  border: solid 1px #d5d5d5;
  width: 1052px;
}

@media (min-width: 1280px) {
  .o-table.is-shokuin-update table {
    width: 100%;
    max-width: 100%;
  }
}

.o-table.is-shokuin-update table tr:nth-child(even) td {
  background-color: #f1f5e6;
}

.o-table.is-shokuin-update table tr th {
  height: 29px;
  background-color: #a5d714;
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
  vertical-align: middle;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.o-table.is-shokuin-update table tr .border-top {
  border-top: solid 1px #d5d5d5;
  font-size: 13px;
}

.o-table.is-shokuin-update table tr td {
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle;
  position: relative;
  padding: 12px 0;
  line-height: 1.2;
  position: relative;
}

.o-table.is-shokuin-update table tr th:nth-child(1) {
  font-size: 12px;
}
.o-table.is-shokuin-update table tr td:nth-child(13) {
  border-right: none;
}
.o-table.is-shokuin-update table tr td:nth-child(14) {
  border-left: none;
  border-right: none;
}
.o-table.is-shokuin-update table tr td:nth-child(15) {
  border-left: none;
}

.o-table.is-shokuin-update table tr td:nth-child(5) {
  min-width: 60px;
}

.o-table.is-shokuin-update table tr td:nth-child(12) {
  min-width: 80px;
}

.o-table.is-shokuin-update table tr td:nth-child(13) {
  padding: 12px 4px;
}

.o-table.is-shokuin-update table tr td:nth-child(13) a {
  width: 60px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  display: inline-block;
  background-color: #a5d714;
  color: #ffffff;
  border-radius: 4px;
}

.o-table.is-shokuin-update table tr td:nth-child(14) {
  padding: 12px 4px;
}

.o-table.is-shokuin-update table tr td:nth-child(14) a {
  width: 60px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  display: inline-block;
  background-color: #a1a1a1;
  color: #ffffff;
  border-radius: 4px;
}

.o-table.is-shokuin-update table tr td:nth-child(15) {
  padding: 12px 4px;
}

.o-table.is-shokuin-update table tr td:nth-child(15) a {
  width: 84px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #a5d714;
  color: #a5d714;
  border-radius: 4px;
  font-weight: bold;
  background-color: #ffffff;
  line-height: 1.2;
  padding: 8px 0;
  margin: 0 auto;
}

.o-table.is-shokuin-update .edit_row th {
  background-color: #949494;
}

.o-table.is-shokuin-update .edit_row td {
  padding: 9px 6px;
  text-align: center;
}

.o-table.is-shokuin-update .edit_row td input {
  max-width: 36px;
  height: 35px;
  resize: vertical;
  border: solid 1px #c9c9c9;
  background-color: #e2f0f2;
  border-radius: 4px;
  padding: 0 2px;
  font-size: 12px;
}

.o-table.is-shokuin-update .edit_row td textarea {
  width: 100%;
  height: 73px;
  resize: vertical;
  border: solid 1px #c9c9c9;
  background-color: #e2f0f2;
  border-radius: 4px;
  padding: 4px;
  font-size: 14px;
}

.o-table.is-shokuin-update .edit_row td select {
  width: 100%;
  height: 35px;
  border: solid 1px #c9c9c9;
  background-color: #e2f0f2;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: center right 8px;
  padding: 0 20px 0 8px;
  font-size: 12px;
}

.o-table.is-shokuin-update .edit_row td select::-ms-expand {
  display: none;
}

.o-table.is-shokuin-update .edit_row td button {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: #a1a1a1;
  border: 0px;
  color: #ffffff;
  font-size: 15px;
}

.o-table.is-shokuin-update .edit_row td .year {
  width: 43px;
  border: solid 1px #c9c9c9;
  background-color: #e2f0f2;
  border-radius: 4px;
  padding: 4px;
  font-size: 14px;
  margin-right: 3px;
}

.o-table.is-shokuin-update .edit_row td .month {
  width: 33px;
  border: solid 1px #c9c9c9;
  background-color: #e2f0f2;
  border-radius: 4px;
  padding: 4px;
  font-size: 14px;
  margin: 0 5px;
}

.o-table.is-shokuin-update .edit_row td .edit {
  width: 60px;
  height: 40px;
  background-color: #c8a063;
  border-radius: 4px;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
}

.o-table.is-facility_report {
  width: 100%;
  max-width: 1053px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.o-table.is-facility_report::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1180px) {
  .o-table.is-facility_report {
    max-width: 100%;
  }
}

.o-table.is-facility_report table {
  border: solid 1px #d5d5d5;
  width: 1053px;
}

@media (min-width: 1280px) {
  .o-table.is-facility_report table {
    width: 100%;
    max-width: 100%;
  }
}

.o-table.is-facility_report table tr:nth-child(1) th {
  background-color: #a5d714;
  color: #ffffff;
  padding: 20px 0;
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
  font-size: 15px;
}

.o-table.is-facility_report table tr {
  border: solid 1px #d5d5d5;
}

.o-table.is-facility_report table tr.is-bg_green td {
  background-color: #f1f5e6;
}

.o-table.is-facility_report table tr.is-bg_white td {
  background-color: #ffffff;
}

.o-table.is-facility_report table tr td {
  text-align: center;
  line-height: 1;
  padding: 4px 0;
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
}

.o-table.is-facility_report table tr td .parent_button {
  width: 68px;
  height: 33px;
  background-color: #a5d714;
  border-radius: 4px;
  border: solid 2px #a5d714;
  margin: 0 auto;
  color: #ffffff;
  font-weight: bold;
}

.o-table.is-facility_report table tr td .s_parent_button {
  width: 68px;
  height: 33px;
  background-color: #a5d714;
  border-radius: 4px;
  border: solid 2px #a5d714;
  margin: 0 auto;
  color: #ffffff;
  font-weight: bold;
}

.o-table.is-facility_report table tr td .save_button {
  width: 68px;
  height: 33px;
  background-color: #c8a064;
  border-radius: 4px;
  border: solid 2px #c8a064;
  margin: 0 auto;
  color: #ffffff;
  font-weight: bold;
}

.o-table.is-facility_report table tr td .save_button:disabled {
  background-color: #cccccc;
  border: solid 2px #cccccc;
  color: #f2f2f2;
}

.o-table.is-facility_report table tr td .clicked_button {
  background-color: #ffffff;
  color: #a5d714;
}

.o-table.is-facility_report table tr td:nth-child(1) {
  width: 82px;
  text-align: left;
  padding: 4px 16px;
}

.o-table.is-facility_report table tr td:nth-child(2) {
  line-height: 1.5;
  text-align: left;
  padding: 4px 20px 4px 23px;
}

.o-table.is-facility_report table tr td:nth-child(3) {
  width: 57px;
}

.o-table.is-facility_report table tr td:nth-child(4) {
  width: 57px;
}

.o-table.is-facility_report table tr td:nth-child(5) {
  width: 152px;
}

.o-table.is-facility_report table .child_row {
  display: none;
}

.o-table.is-facility_report table .child_row.show {
  display: table-row;
}

.o-table.is-facility_report table .child_row td {
  font-size: 14px;
  font-weight: 400;
  padding: 12px 0;
}

.o-table.is-facility_report table .child_row td:nth-child(1) {
  text-align: right;
}

.o-table.is-facility_report table .child_row td:nth-child(5) a {
  color: #62a3ed;
  display: inline-block;
  margin-left: 15px;
  text-decoration: underline;
  font-weight: bold;
}

.o-table.is-facility_report table .child_row td:nth-child(5) a span {
  font-size: 10px;
}

.o-table.is-facility_report table .child_clicked {
  display: none;
}

.o-table.is-facility_report table .child_clicked.show {
  display: none;
}

.o-table.is-facility_report table .child_clicked.open {
  display: table-row;
}

.o-table.is-facility_report table .child_clicked.close {
  display: none;
}

.o-table.is-facility_report table .child_clicked td label {
  display: inline-block;
  margin-top: 8px;
}

.o-table.is-facility_report table .child_clicked td label input[type="checkbox"] {
  display: none;
}

.o-table.is-facility_report table .child_clicked td label input[type="checkbox"]:checked + span:after {
  opacity: 1;
}

.o-table.is-facility_report table .child_clicked td label span {
  padding-left: 27px;
  position: relative;
}

.o-table.is-facility_report table .child_clicked td label span:hover {
  cursor: pointer;
}

.o-table.is-facility_report table .child_clicked td label span:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: solid 1px #c9c9c9;
  border-radius: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 6px;
}

.o-table.is-facility_report table .child_clicked td label span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 8px;
  width: 12px;
  height: 6px;
  border-left: 2px solid #c9c9c9;
  border-bottom: 2px solid #c9c9c9;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}

.o-table.is-facility_report table .child_clicked td textarea {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #d5d5d5;
  border-radius: 4px;
  height: 72px;
  padding: 0.5em;
  resize: vertical;
  margin-top: 16px;
}

.o-table.is-facility_report table .child_clicked td input[type="submit"] {
  width: 68px;
  height: 33px;
  background-color: #c8a064;
  border-radius: 4px;
  border: solid 2px #c8a064;
  margin: 0 auto;
  color: #ffffff;
  font-weight: bold;
}

.o-table.is-facility_report table .child_clicked td input[type="submit"]:hover {
  cursor: pointer;
}

.o-table.is-koumoku {
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.o-table.is-koumoku::-webkit-scrollbar {
  display: none;
}

.o-table.is-koumoku table {
  border: solid 1px #d5d5d5;
  width: 1052px;
}

@media (min-width: 1024px) {
  .o-table.is-koumoku table {
    width: 100%;
    max-width: 100%;
  }
}


.o-table.is-koumoku table tr:nth-child(1) th:nth-child(1) {
  width: 32px;
}

@media (min-width: 1280px) {
  .o-table.is-koumoku table tr:nth-child(1) th:nth-child(1) {
    width: 60px;
  }
}

.o-table.is-koumoku table tr:nth-child(1) th:nth-child(4) {
  width: 52px;
}

@media (min-width: 1280px) {
  .o-table.is-koumoku table tr:nth-child(1) th:nth-child(4) {
    width: 80px;
  }
}

.o-table.is-koumoku table tr:nth-child(1) th:nth-child(5) {
   width: 60px;
}

@media (min-width: 1280px) {
  .o-table.is-koumoku table tr:nth-child(1) th:nth-child(5) {
    width: 100px;
  }
}

.o-table.is-koumoku table tr:nth-child(1) th:nth-child(6) {
  width: 60px;
}

@media (min-width: 1280px) {
  .o-table.is-koumoku table tr:nth-child(1) th:nth-child(6) {
    width: 100px;
  }
}

.o-table.is-koumoku table tr th {
  background-color: #a5d714;
  color: #ffffff;
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
  font-size: 15px;
  height: 35px;
  vertical-align: middle;
  font-weight: 400;
}

.o-table.is-koumoku table tr .f_13 {
  font-size: 13px;
  width: 30px;
}

@media (min-width: 768px) {
  .o-table.is-koumoku table tr .f_13 {
    width: 40px;
  }
}

@media (min-width: 1280px) {
  .o-table.is-koumoku table tr .f_13 {
    width: 50px;
  }
}

.o-table.is-koumoku table tr .f_13 span {
  font-size: 10px;
}

.o-table.is-koumoku table tr .border-bottom {
  border-bottom: solid 1px #d5d5d5;
}

.o-table.is-koumoku table tr td {
  text-align: center;
  line-height: 1.5;
  padding: 10px 0;
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  font-weight: 400;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 1024px) {
  .o-table.is-koumoku table tr td {
    font-size: 15px;
  }
}

.o-table.is-koumoku table tr td label, .o-table.is-koumoku table tr th label {
  position: relative;
  height: 29px;
  margin: 0 auto;
  text-align: center;
}

.o-table.is-koumoku table tr th label {
  margin-bottom: 5px;
}

.o-table.is-koumoku table tr td label input[type="checkbox"], .o-table.is-koumoku table tr th label input[type="checkbox"] {
  display: none;
}

.o-table.is-koumoku table tr td label span, .o-table.is-koumoku table tr th label span {
  padding-left: 40px;
  display: inline-block;
  line-height: 29px;
}

.o-table.is-koumoku table tr td label span:hover, .o-table.is-koumoku table tr th label span:hover {
  cursor: pointer;
}

.o-table.is-koumoku table tr td label span:before, .o-table.is-koumoku table tr th label span:before {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  border: solid 1px #c9c9c9;
  border-radius: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #ffffff;
}

.o-table.is-koumoku table tr td label span:after, .o-table.is-koumoku table tr th label span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0px;
  right: 0px;
  width: 14px;
  height: 7px;
  border-left: 2px solid #c9c9c9;
  border-bottom: 2px solid #c9c9c9;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  background-color: #ffffff;
}

.o-table.is-koumoku table tr td label input[type="checkbox"]:checked + span:after, .o-table.is-koumoku table tr th label input[type="checkbox"]:checked + span:after {
  opacity: 1;
}

.o-table.is-koumoku table tr td textarea {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #d5d5d5;
  border-radius: 4px;
  height: 72px;
  padding: 0.5em;
  resize: vertical;
}

.o-table.is-koumoku table tr td .edit {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 39px;
  background-color: #a5d714;
  color: #ffffff;
  border-radius: 4px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .o-table.is-koumoku table tr td .edit {
    width: 50px;
  }
}

@media (min-width: 1280px) {
  .o-table.is-koumoku table tr td .edit {
    width: 70px;
  }
}

.o-table.is-koumoku table tr td .remove {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 39px;
  background-color: #a1a1a1;
  color: #ffffff;
  border-radius: 4px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .o-table.is-koumoku table tr td .remove {
    width: 50px;
  }
}

@media (min-width: 1280px) {
  .o-table.is-koumoku table tr td .remove {
    width: 70px;
  }
}

.o-table.is-koumoku table tr td .fix {
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 39px;
  background-color: #c8a064;
  color: #ffffff;
  border-radius: 4px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .o-table.is-koumoku table tr td .fix {
    width: 50px;
  }
}

@media (min-width: 1280px) {
  .o-table.is-koumoku table tr td .fix {
    width: 70px;
  }
}

.o-table.is-koumoku table tr td .sort_btn {
  width: 43px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #c8a063;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
}

.o-table.is-koumoku table tr td .sort_btn span {
  position: absolute;
  width: 24px;
  height: 4px;
  background-color: #ffffff;
  left: 0;
  right: 0;
  margin: auto;
}

.o-table.is-koumoku table tr td .sort_btn span:nth-child(1) {
  top: 10px;
}

.o-table.is-koumoku table tr td .sort_btn span:nth-child(2) {
  top: 19px;
}

.o-table.is-koumoku table tr td .sort_btn span:nth-child(3) {
  top: 28px;
}

.o-table.is-koumoku table tr .text-left {
  padding: 10px 4px;
  text-align: left;
}

.o-table.is-koumoku table tr .bold {
  font-size: 15px;
  font-weight: bold;
}

.o-table.is-koumoku table tr .round {
  color: #a5d714;
  font-size: 24px;
}

.o-table.is-koumoku table tr:nth-child(even) td {
  background-color: #f1f5e6;
}

.o-table.is-training-library {
  margin-bottom: 24px;
  width: 100%;
  max-width: 1052px;
  border: solid 1px #d5d5d5;
}

@media (min-width: 768px) {
  .o-table.is-training-library {
    margin-bottom: 48px;
  }
}

@media (min-width: 1180px) {
  .o-table.is-training-library {
    max-width: 100%;
  }
}

.o-table.is-training-library.is-last {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .o-table.is-training-library.is-last {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .o-table.is-training-library .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.o-table.is-training-library .row .row__left {
  background-color: #eeeeee;
  border-bottom: solid 1px #d5d5d5;
  padding: 20px 2%;
  text-align: center;
  font-size: 18px;
}

@media (min-width: 768px) {
  .o-table.is-training-library .row .row__left {
    border-right: solid 1px #d5d5d5;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px;
  }
}

.o-table.is-training-library .row .row__right {
  border-bottom: solid 1px #d5d5d5;
  padding: 20px 2%;
}

@media (min-width: 768px) {
  .o-table.is-training-library .row .row__right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px;
  }
}

.o-table.is-training-library .row .row__right .mb24 {
  margin-bottom: 24px;
}

.o-table.is-training-library .row .row__right p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-weight: 400;
}

@media (min-width: 768px) {
  .o-table.is-training-library .row .row__right p {
    font-size: 16px;
  }
}

.o-table.is-training-library .row .row__right p .theme {
  min-width: 135px;
  margin: 0 11px 11px 0;
  display: inline-block;
  padding: 12px 2%;
  background-color: #c8a063;
  border-radius: 19.5px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
}

.o-table.is-training-library .row .row__right p .c_l-blue {
  color: #5b9feb;
  text-decoration: underline;
}

.o-table.is-training-library .row .row__right.is-last {
  padding: 20px 2% 9px;
}

@media (min-width: 1180px) {
  .o-table.is-training-library .row .row__right.is-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1280px) {
  .o-table.is-training-library .row .row__right.is-flex {
    padding: 20px 20px 20px 50px;
  }
}

.o-table.is-training-library .row .row__right.is-flex .program__left {
  font-size: 13px;
  line-height: 29px;
  color: #333;
  font-weight: 400;
  margin-bottom: 16px;
}

@media (min-width: 1180px) {
  .o-table.is-training-library .row .row__right.is-flex .program__left {
    font-size: 15px;
    margin-bottom: 0;
  }
}

.o-table.is-training-library .row .row__right.is-flex .program__left span {
  font-size: 22px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .o-table.is-training-library .row .row__right.is-flex .program__left span {
    font-size: 26px;
  }
}

.o-table.is-training-library .row .row__right.is-flex .program__right a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #a5d714;
  border-radius: 4px;
  font-size: 15px;
  color: #ffffff;
}

.o-table.is-training-library .row .row__right.is-flex .profile__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

@media (min-width: 1180px) {
  .o-table.is-training-library .row .row__right.is-flex .profile__left {
    margin-bottom: 0;
  }
}

.o-table.is-training-library .row .row__right.is-flex .profile__left p:nth-child(1) {
  width: 80px;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .o-table.is-training-library .row .row__right.is-flex .profile__left p:nth-child(1) {
    width: 129px;
    margin-right: 30px;
  }
}

@media (min-width: 1180px) {
  .o-table.is-training-library .row .row__right.is-flex .profile__left p:nth-child(1) {
    width: 80px;
    margin-right: 8px;
  }
}

@media (min-width: 1280px) {
  .o-table.is-training-library .row .row__right.is-flex .profile__left p:nth-child(1) {
    width: 100px;
    margin-right: 20px;
  }
}

@media (min-width: 1500px) {
  .o-table.is-training-library .row .row__right.is-flex .profile__left p:nth-child(1) {
    width: 129px;
    margin-right: 30px;
  }
}

.o-table.is-training-library .row .row__right.is-flex .profile__left p:nth-child(2) {
  font-weight: 400;
  line-height: 1;
}

.o-table.is-training-library .row .row__right.is-flex .profile__left p:nth-child(2) .f_20 {
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .o-table.is-training-library .row .row__right.is-flex .profile__left p:nth-child(2) .f_20 {
    font-size: 20px;
  }
}

@media (min-width: 1180px) {
  .o-table.is-training-library .row .row__right.is-flex .profile__left p:nth-child(2) .f_20 {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .o-table.is-training-library .row .row__right.is-flex .profile__left p:nth-child(2) .f_20 {
    font-size: 20px;
  }
}

.o-table.is-training-library .row .row__right.is-flex .profile__left p:nth-child(2) .f_15 {
  font-size: 12px;
  display: inline-block;
  margin: 12px 0 15px;
}

@media (min-width: 768px) {
  .o-table.is-training-library .row .row__right.is-flex .profile__left p:nth-child(2) .f_15 {
    font-size: 15px;
  }
}

@media (min-width: 1180px) {
  .o-table.is-training-library .row .row__right.is-flex .profile__left p:nth-child(2) .f_15 {
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  .o-table.is-training-library .row .row__right.is-flex .profile__left p:nth-child(2) .f_15 {
    font-size: 15px;
  }
}

.o-table.is-training-library .row .row__right.is-flex .profile__left p:nth-child(2) .f_26 {
  font-size: 15px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .o-table.is-training-library .row .row__right.is-flex .profile__left p:nth-child(2) .f_26 {
    font-size: 26px;
  }
}

@media (min-width: 1180px) {
  .o-table.is-training-library .row .row__right.is-flex .profile__left p:nth-child(2) .f_26 {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .o-table.is-training-library .row .row__right.is-flex .profile__left p:nth-child(2) .f_26 {
    font-size: 26px;
  }
}

.o-table.is-training-library .row .row__right.is-flex .profile__right a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #a5d714;
  border-radius: 4px;
  font-size: 15px;
  color: #ffffff;
}

.o-table.is-interview-top {
  width: 100%;
  border: solid 1px #d5d5d5;
  table-layout: fixed;
}

.o-table.is-interview-top tr td {
  vertical-align: middle;
  display: block;
  width: 100%;
  position: relative;
  padding: 50px 2% 20px;
  font-weight: 400;
}

.o-table.is-interview-top tr td:before {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 30px;
  background-color: #a5d714;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .o-table.is-interview-top tr td:before {
    content: none !important;
  }
}

@media (min-width: 768px) {
  .o-table.is-interview-top tr td {
    display: table-cell;
    padding: 9px 15px;
    border-right: solid 1px #d5d5d5;
  }
}

.o-table.is-interview-top tr td:nth-child(1) {
  font-size: 13px;
  text-align: center;
}

.o-table.is-interview-top tr td:nth-child(1):before {
  content: "No";
}

@media (min-width: 768px) {
  .o-table.is-interview-top tr td:nth-child(1) {
    width: 43px;
  }
}

.o-table.is-interview-top tr td:nth-child(2) {
  font-size: 14px;
  color: #333;
  line-height: 21px;
  font-weight: 400;
}

.o-table.is-interview-top tr td:nth-child(2) span {
  font-size: 15px;
  font-weight: bold;
}

.o-table.is-interview-top tr td:nth-child(2):before {
  content: "チェック項目";
}

@media (min-width: 768px) {
  .o-table.is-interview-top tr td:nth-child(3) {
    width: 300px;
  }
}

@media (min-width: 1180px) {
  .o-table.is-interview-top tr td:nth-child(3) {
    width: 480px;
  }
}

@media (min-width: 1280px) {
  .o-table.is-interview-top tr td:nth-child(3) {
    width: 590px;
  }
}

.o-table.is-interview-top tr td:nth-child(3):before {
  content: "職員記入";
}

.o-table.is-interview-top tr td:nth-child(3) textarea {
  width: 100%;
  resize: vertical;
  border: solid 1px #c9c9c9;
  background-color: #ffffff;
  border-radius: 4px;
  height: 73px;
  padding: 1em;
}

@media (min-width: 768px) {
  .o-table.is-interview-top tr td:nth-child(3) textarea {
    height: 100px;
  }
}

.o-table.is-interview-top tr:nth-child(odd) td {
  background-color: #f1f5e6;
}

.o-table.is-interview-top tr:nth-child(1) {
  display: none;
}

@media (min-width: 768px) {
  .o-table.is-interview-top tr:nth-child(1) {
    display: table-row;
  }
}

.o-table.is-interview-top tr:nth-child(1) th {
  background-color: #a5d714;
  height: 58px;
  vertical-align: middle;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  border-right: solid 1px #d5d5d5;
}

.o-table.is-interview-top tr:nth-child(1) th:nth-child(1) {
  width: 43px;
  text-align: center;
}

.o-table.is-interview-top tr:nth-child(1) th:nth-child(2) {
  padding-left: 12px;
}

.o-table.is-interview-top tr:nth-child(1) th:nth-child(3) {
  padding-left: 18px;
  width: 300px;
}

.o-table.is-interview-top-gyoumuhoukoku tr:nth-child(1) th:nth-child(1) {
  width: 43px;
  text-align: center;
}

@media (min-width: 1180px) {
  .o-table.is-interview-top tr:nth-child(1) th:nth-child(3) {
    width: 480px;
  }
}

@media (min-width: 1280px) {
  .o-table.is-interview-top tr:nth-child(1) th:nth-child(3) {
    width: 590px;
  }
}
@media (min-width: 1180px) {
  .o-table.is-interview-top-gyoumuhoukoku tr:nth-child(1) th:nth-child(3) {
    width: 560px;
  }
}

@media (min-width: 1280px) {
  .o-table.is-interview-top-gyoumuhoukoku tr:nth-child(1) th:nth-child(3) {
    width: 800px;
  }
}

.o-table.is-self-assessment {
  width: 100%;
  max-width: 1052px;
}

@media (min-width: 1180px) {
  .o-table.is-self-assessment {
    max-width: 100%;
  }
}

.o-table.is-self-assessment.mb40 {
  margin-bottom: 40px;
}

.o-table.is-self-assessment table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.o-table.is-self-assessment table th {
  background-color: #eeeeee;
  display: block;
  padding: 30px 18px;
  text-align: center;
  font-size: 18px;
  color: #333;
  border: solid 1px #d5d5d5;
  line-height: 24px;
}

@media (min-width: 768px) {
  .o-table.is-self-assessment table th {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    width: 300px;
  }
}

@media (min-width: 1180px) {
  .o-table.is-self-assessment table th {
    width: 380px;
  }
}

@media (min-width: 1280px) {
  .o-table.is-self-assessment table th {
    width: 424px;
  }
}

.o-table.is-self-assessment table td {
  display: block;
  padding: 18px 25px;
  border: solid 1px #d5d5d5;
}

@media (min-width: 768px) {
  .o-table.is-self-assessment table td {
    display: table-cell;
  }
}

.o-table.is-self-assessment table td textarea {
  width: 100%;
  resize: vertical;
  border: solid 1px #c9c9c9;
  background-color: #ffffff;
  border-radius: 4px;
  height: 112px;
  padding: 1em;
}

.o-table.is-db {
  width: 100%;
  margin-bottom: 32px;
}

.o-table.is-db.is-green th {
  background-color: #a5d714;
  color: #ffffff;
}

.o-table.is-db.is-green td {
  background-color: #f1f5e6;
}

.o-table.is-db.is-green td .star_text {
  padding-left: 8px;
}

.o-table.is-db.is-green td .star {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #333;
  font-size: 30px;
}

.o-table.is-db.is-green td .star:before {
  content: '★★★★★';
}

.o-table.is-db.is-green td .star:after {
  content: '★★★★★';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #f1cf32;
  height: 44px;
}

.o-table.is-db tr th {
  background-color: #eeeeee;
  border: solid 1px #d5d5d5;
  display: block;
  text-align: center;
  padding: 20px 2%;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .o-table.is-db tr th {
    display: table-cell;
    width: 200px;
    padding: 28px 16px;
    text-align: left;
    font-size: 18px;
    vertical-align: middle;
    line-height: 24px;
  }
}

.o-table.is-db tr th.vertical_top {
  vertical-align: top;
}

.o-table.is-db tr td {
  background-color: #ffffff;
  border: solid 1px #d5d5d5;
  display: block;
  padding: 20px 2%;
  font-size: 14px;
  color: #3b3b3b;
  line-height: 24px;
}

@media (min-width: 768px) {
  .o-table.is-db tr td {
    display: table-cell;
    padding: 28px 25px;
    font-size: 16px;
    vertical-align: middle;
  }
}

@media (min-width: 1180px) {
  .o-table.is-db tr td {
    font-size: 18px;
  }
}

.o-table.is-db tr td a {
  color: #62b2e0;
  text-decoration: underline;
}

.o-table.is-db tr td .f_14 {
  font-size: 12px;
}

@media (min-width: 768px) {
  .o-table.is-db tr td .f_14 {
    font-size: 14px;
  }
}

.o-table.is-db tr td .f_15 {
  font-size: 13px;
}

@media (min-width: 768px) {
  .o-table.is-db tr td .f_15 {
    font-size: 15px;
  }
}

.o-table.is-db tr td .mb28 {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .o-table.is-db tr td .mb28 {
    margin-bottom: 28px;
  }
}

.o-table.is-meeting {
  margin-bottom: 30px;
  width: 100%;
}

.o-table.is-meeting.is-mb0 {
  margin-bottom: 0;
}

.o-table.is-meeting th {
  background-color: #eeeeee;
  border: solid 1px #d5d5d5;
  display: block;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  color: #333;
  vertical-align: top;
}

@media (min-width: 768px) {
  .o-table.is-meeting th {
    display: table-cell;
    width: 142px;
    text-align: left;
    padding: 29px 0 29px 17px;
    font-size: 18px;
  }
}

.o-table.is-meeting td {
  background-color: #ffffff;
  border: solid 1px #d5d5d5;
  display: block;
  padding: 12px 2%;
  color: #333;
}

@media (min-width: 768px) {
  .o-table.is-meeting td {
    display: table-cell;
    padding: 12px 20px;
  }
}

.o-table.is-meeting td textarea {
  width: 100%;
  height: 200px;
  resize: vertical;
  border: solid 1px #c9c9c9;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 4px;
  font-size: 14px;
  padding: 1em;
}

.o-table.is-meeting td p {
  margin-bottom: 18px;
}

.o-table.is-meeting td p label {
  position: relative;
  display: inline-block;
  margin-top: 16px;
}

.o-table.is-meeting td p label:hover {
  cursor: pointer;
}

.o-table.is-meeting td p label input {
  display: none;
}

.o-table.is-meeting td p label input[type="radio"]:checked + span:after {
  opacity: 1;
}

.o-table.is-meeting td p label span {
  padding-left: 30px;
  position: relative;
}

@media (min-width: 768px) {
  .o-table.is-meeting td p label span {
    padding-right: 16px;
  }
}

@media (min-width: 1180px) {
  .o-table.is-meeting td p label span {
    margin-left: 8px;
  }
}

@media (min-width: 1280px) {
  .o-table.is-meeting td p label span {
    margin-left: 20px;
    padding-left: 42px;
  }
}

@media (min-width: 1500px) {
  .o-table.is-meeting td p label span {
    margin-left: 40px;
  }
}

.o-table.is-meeting td p label span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  border: solid 1px #bfbfbf;
  border-radius: 50%;
}

.o-table.is-meeting td p label span:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background-color: #bfbfbf;
  border-radius: 50%;
  opacity: 0;
}

.o-table.is-meeting td .flex_between {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .o-table.is-meeting td .flex_between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.o-table.is-meeting td .flex_between button {
  width: 125px;
  height: 40px;
  border-radius: 4px;
  background-color: #a5d714;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  border: 0px;
  color: #ffffff;
  margin-top: 16px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .o-table.is-meeting td .flex_between button {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .o-table.is-meeting td .flex_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.o-table.is-meeting td .flex_content span {
  display: block;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .o-table.is-meeting td .flex_content span {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media (min-width: 1280px) {
  .o-table.is-meeting td .flex_content span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 312px;
    margin-right: 0;
    white-space: nowrap;
  }
}

.o-table.is-meeting td .flex_content span input {
  margin-top: 12px;
  display: block;
}

@media (min-width: 1280px) {
  .o-table.is-meeting td .flex_content span input {
    display: inline-block;
    margin-top: 0;
    margin-left: 8px;
  }
}

.o-table.is-meeting td input[type="text"] {
  width: 100%;
  height: 54px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #d5d5d5;
  padding: 0 1em;
}

.o-table.is-meeting td select {
  width: 100%;
  height: 54px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #d5d5d5;
  padding: 0 5px;
}

.o-table.is-meeting td .max222 {
  max-width: 222px;
}

.o-table.is-meeting-bottom {
  width: 100%;
  /**max-width: 1052px;**/
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.o-table.is-meeting-bottom::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  .o-table.is-meeting-bottom {
    overflow-x: hidden;
  }
}

@media (min-width: 1180px) {
	.o-table.is-meeting-bottom #list-narrow {
		display: none;
	}
}
@media (min-width:1024px) and (max-width: 1179px) {
	.o-table.is-meeting-bottom #list-wide {
		display: none;
	}
}
@media (min-width:900px) and (max-width: 1023px) {
	.o-table.is-meeting-bottom #list-narrow {
		display: none;
	}
}
@media (max-width: 899px) {
	.o-table.is-meeting-bottom #list-wide {
		display: none;
	}
}


.o-table.is-meeting-bottom table {
  width: 100%;
}

/**
@media (min-width: 768px) {
  .o-table.is-meeting-bottom table {
    width: 100%;
  }
}
**/

.o-table.is-meeting-bottom table tr:nth-child(odd) td {
  background-color: #f1f5e6;
}

.o-table.is-meeting-bottom table th {
  background-color: #a5d714;
  border: solid 1px #d5d5d5;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}

.o-table.is-meeting-bottom table th:nth-child(1), .o-table.is-meeting-bottom table th:nth-child(4) {
  text-align: center;
  padding: 24px 0;
  width: 42px;
}

.o-table.is-meeting-bottom table th:nth-child(2), .o-table.is-meeting-bottom table th:nth-child(5) {
  padding: 24px 22px;
  text-align: left;
}

.o-table.is-meeting-bottom table th:nth-child(3), .o-table.is-meeting-bottom table th:nth-child(6) {
  width: 249px;
  padding: 24px 22px;
  text-align: left;
}

/**
@media (min-width: 768px) {
  .o-table.is-meeting-bottom table th:nth-child(3) {
    width: 160px;
  }
}
**/

@media (max-width: 575px) {
  .o-table.is-meeting-bottom table th:nth-child(3) {
    width: 160px;
  }
}

@media (min-width: 1180px) {
  .o-table.is-meeting-bottom table th:nth-child(3), .o-table.is-meeting-bottom table th:nth-child(6) {
    width: 235px;
  }
}

/**
@media (min-width: 1280px) {
  .o-table.is-meeting-bottom table th:nth-child(3) {
    width: 279px;
  }
}
**/

.o-table.is-meeting-bottom table td {
  color: #3b3b3b;
  font-size: 15px;
  border: solid 1px #d5d5d5;
}

.o-table.is-meeting-bottom table td:nth-child(1), .o-table.is-meeting-bottom table td:nth-child(4) {
  text-align: center;
  padding: 24px 0;
}

.o-table.is-meeting-bottom table td:nth-child(2), .o-table.is-meeting-bottom table td:nth-child(5) {
  text-align: left;
  padding: 24px 16px;
}

.o-table.is-meeting-bottom table td:nth-child(3), .o-table.is-meeting-bottom table td:nth-child(6) {
  padding: 24px 22px;
  text-align: left;
}

.o-table.is-kenshukeikaku {
  width: 100%;
  max-width: 1052px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.o-table.is-kenshukeikaku::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1180px) {
  .o-table.is-kenshukeikaku {
    overflow-x: hidden;
    max-width: 100%;
  }
}

.o-table.is-kenshukeikaku table {
  width: 1052px;
}

@media (min-width: 1180px) {
  .o-table.is-kenshukeikaku table {
    width: 100%;
  }
}

.o-table.is-kenshukeikaku table tr:nth-child(even) {
  background-color: #f1f5e6!important;
}

.o-table.is-kenshukeikaku table tr:nth-child(1) th:nth-child(2) {
  width: 200px;
}

.o-table.is-kenshukeikaku table tr:nth-child(1) th:nth-child(3) {
  width: 200px;
}

.o-table.is-kenshukeikaku table tr:nth-child(1) th:nth-child(4) {
  width: 202px;
}

.o-table.is-kenshukeikaku table tr:nth-child(1) th:nth-child(5) {
  width: 90px;
}

.o-table.is-kenshukeikaku table tr:nth-child(1) th:nth-child(6) {
  width: 60px;
}

.o-table.is-kenshukeikaku table tr:nth-child(1) th:nth-child(7) {
  width: 140px;
}

.o-table.is-kenshukeikaku table th {
  background-color: #a5d714;
  border: solid 1px #d5d5d5;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  height: 29px;
  vertical-align: middle;
}

.o-table.is-kenshukeikaku table th:nth-child(1) {
  width: 67px;
}

.o-table.is-kenshukeikaku table th:nth-child(2) {
  width: 44px;
}

.o-table.is-kenshukeikaku table th:nth-child(3) {
  width: 44px;
}

.o-table.is-kenshukeikaku table .f_13 {
  font-size: 13px;
}

.o-table.is-kenshukeikaku table td {
  color: #3b3b3b;
  font-size: 15px;
  border: solid 1px #d5d5d5;
  padding: 6px;
  vertical-align: middle;
}

.o-table.is-kenshukeikaku table td textarea {
  height: 50px;
  border: solid 1px #c9c9c9;
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 8px;
  resize: vertical;
}

.o-bread_list__menter-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-bread_list__menter-result li {
  font-size: 12px;
  color: #333333;
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
}

@media (min-width: 768px) {
  .o-bread_list__menter-result li {
    margin-bottom: 20px;
  }
}

@media (min-width: 1180px) {
  .o-bread_list__menter-result li {
    font-size: 15px;
  }
}

.o-bread_list__menter-result li:first-child {
  width: 100%;
}

@media (min-width: 768px) {
  .o-bread_list__menter-result li:first-child {
    width: auto;
  }
}

.o-bread_list__menter-result li a {
  color: #333333;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .o-bread_list__menter-result__detail {
    margin-right: 36px !important;
  }
}

.o-bread_list__menter-result__detail:not(:last-child):before {
  content: ">";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -13px;
}

@media (min-width: 768px) {
  .o-bread_list__menter-result__detail:not(:last-child):before {
    right: -22px;
  }
}

.o-box.is-sidebar-content {
  width: 100%;
}

@media (min-width: 1024px) {
  .o-box.is-sidebar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.o-box.is-main-content {
  width: 100%;
  padding: 30px 2.5%;
}

@media (min-width: 1024px) {
  .o-box.is-main-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.o-form__plan {
  margin-bottom: 40px;
}

.o-page_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.o-page_navi.is-mb57 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .o-page_navi.is-mb57 {
    margin-bottom: 57px;
  }
}

.o-page_navi__list {
  margin: 0 4.5px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}

@media (min-width: 768px) {
  .o-page_navi__list {
    width: 57px;
    height: 57px;
    font-size: 20px;
  }
}

.o-page_navi__list.is-current {
  background-color: #c8a063;
}

.o-page_navi__list.is-current a {
  color: #ffffff;
}

.o-page_navi__list a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}

.o-text.is-link {
  margin-bottom: 25px;
}

.o-text.is-link a {
  display: inline-block;
  margin-left: 34px;
  color: #888888;
  position: relative;
}

.o-text.is-link a:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: solid 1px #888888;
  border-radius: 50%;
  background-color: transparent;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -34px;
}

.o-text.is-link a:after {
  content: "";
  position: absolute;
  border-bottom: solid 2px #888888;
  border-left: solid 2px #888888;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -24px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.o-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999;
}

.o-modal__bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.o-modal__content {
  background: #ffffff;
  left: 50%;
  padding: 40px 2%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1125px;
  overflow-y: scroll;
  height: 90%;
}

@media (min-width: 768px) {
  .o-modal__content {
    padding: 40px 60px;
  }
}

.o-modal__content.is-max568 {
  max-width: 568px;
  border-radius: 10px;
}

@media (min-width: 1180px) {
  .o-modal__content.is-max568 {
    max-height: 584px;
  }
}

.o-modal__content__scroll {
  margin-bottom: 30px;
  border: solid 1px #d5d5d5;
  height: 368px;
  overflow-y: scroll;
}

.o-modal__content__scroll label {
  padding: 22px 19px;
  background-color: #ffffff;
  position: relative;
}

.o-modal__content__scroll label:nth-child(even) {
  background-color: #f1f5e6;
}

.o-modal__content__scroll label input[type="checkbox"] {
  display: none;
}

.o-modal__content__scroll label input[type="checkbox"]:checked + span:after {
  opacity: 1;
}

.o-modal__content__scroll label span {
  position: relative;
  padding-left: 46px;
  font-size: 15px;
  color: #333;
}

.o-modal__content__scroll label span:hover {
  cursor: pointer;
}

.o-modal__content__scroll label span:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border: solid 1px #b5b5b5;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 4px;
}

.o-modal__content__scroll label span:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background-color: #aaaaaa;
  left: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 4px;
  opacity: 0;
}

.o-modal__content__title {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 16px;
}

@media (min-width: 768px) {
  .o-modal__content__title {
    font-size: 18px;
  }
}

.o-modal__content__close {
  width: 28px;
  height: 28px;
  top: 20px;
  right: 10px;
  position: absolute;
}

.o-modal__content__close:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .o-modal__content__close {
    top: 30px;
    right: 30px;
  }
}

.o-modal__content__close span {
  width: 30px;
  height: 4px;
  background-color: #c8c8c8;
  position: absolute;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .o-modal__content__close span {
    width: 40px;
  }
}

.o-modal__content__close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.o-modal__content__close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.o-modal__content__item {
  width: 90%;
  max-width: 300px;
  height: 48px;
  border: solid 1px #a5d714;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  margin-bottom: 25px;
}

.o-modal__content__item span {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}

.o-modal__content__item span a {
  color: #a5d714;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.o-modal__content__item .clicked {
  background-color: #a5d714;
}

.o-modal__content__item .clicked a {
  color: #ffffff;
}

.o-modal__content__textarea {
  width: 100%;
  max-width: 723px;
  height: 80px;
  background-color: #ffffff;
  resize: vertical;
  border-color: #c9c9c9;
  border-radius: 4px;
  padding: 1em;
  font-size: 14px;
  margin-bottom: 32px;
}

.o-modal__content__checkbox {
  margin-bottom: 30px;
}

@media (min-width: 1180px) {
  .o-modal__content__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.o-modal__content__checkbox label {
  position: relative;
  margin-bottom: 8px;
  height: 29px;
}

@media (min-width: 1180px) {
  .o-modal__content__checkbox label {
    margin-right: 26px;
    margin-bottom: 0;
  }
}

.o-modal__content__checkbox label input[type="checkbox"] {
  display: none;
}

.o-modal__content__checkbox label span {
  padding-left: 40px;
  display: inline-block;
  line-height: 29px;
}

.o-modal__content__checkbox label span:before {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  border: solid 1px #c9c9c9;
  border-radius: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.o-modal__content__checkbox label span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 8px;
  width: 14px;
  height: 7px;
  border-left: 2px solid #c9c9c9;
  border-bottom: 2px solid #c9c9c9;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}

.o-modal__content__checkbox label input[type="checkbox"]:checked + span:after {
  opacity: 1;
}

.o-modal__content__select {
  width: 135px;
  height: 54px;
  border: solid 1px #c9c9c9;
  padding: 0 16px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: center right 8px;
  margin-bottom: 30px;
  font-size: 18px;
}

.o-modal__content__select::-ms-expand {
  display: none;
}

.o-modal__content__select.is-radio {
  margin-top: 12px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .o-modal__content__select.is-radio {
    margin-top: 0;
    margin-right: 24px;
    margin-left: 18px;
  }
}

.o-modal__content__radio label {
  margin-bottom: 24px;
  display: block;
}

.o-modal__content__radio label input {
  display: none;
}

.o-modal__content__radio label input[type="radio"]:checked + span:after {
  opacity: 1;
}

.o-modal__content__radio label span {
  display: inline-block;
  margin-left: 43px;
  position: relative;
}

.o-modal__content__radio label span:before {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: solid 1px #c9c9c9;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -43px;
}

.o-modal__content__radio label span:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #a5d714;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -36px;
  border: solid 1px #c9c9c9;
  opacity: 0;
}

.o-modal__content__submit {
  width: 122px;
  height: 53px;
  margin: 0 0 0 auto;
  border-radius: 4px;
  overflow: hidden;
}

.o-modal__content__submit input {
  width: 100%;
  height: 100%;
  background-color: #c8a064;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.o-modal__content__submit input:hover {
  cursor: pointer;
}

.o-assist {
  position: fixed;
  bottom: 0;
  background-color: #c8a064;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  /* font-size: 16px; */
  font-size: 10px;
  font-weight: bold;
  z-index: 999;
  padding: 4px 0;
}

.o-assist p:nth-child(1) {
  margin-right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .o-assist p:nth-child(1) {
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .o-assist {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.19);
            box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.19);
    width: 239px;
    right: 0;
    height: 89px;
    border-radius: 10px 0 0 10px;
    /* font-size: 20px; */
    font-size: 14px;
    line-height: 24px;
    bottom: 20px;
  }
}

.p-mypage {
  padding: 25px 0 45px;
}

.p-mypage__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .p-mypage__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 1px;
    margin-bottom: 15px;
  }
}

.p-mypage__content__detail {
  display: block;
  border-radius: 4px;
  background-color: #ffffff;
  padding-top: 11px;
  margin: 0 2% 17px 0;
  width: 32%;
  color: #3b3b3b;
  overflow: hidden;
}

@media (min-width: 768px) {
  .p-mypage__content__detail {
    width: 18%;
  }
}

@media (min-width: 1024px) {
  .p-mypage__content__detail {
    width: 12.75%;
    margin: 0 1.535% 17px 0;
  }
}

.p-mypage__content__detail p:nth-child(1) {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.p-mypage__content__detail:hover p:nth-child(1) {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.p-mypage__content__detail p:nth-child(2) {
  min-height: 40px;
  font-size: 10px;
  line-height: 16px;
}

@media (min-width: 768px) {
  .p-mypage__content__detail p:nth-child(2) {
    min-height: 69px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1180px) {
  .p-mypage__content__detail p:nth-child(2) {
    font-size: 15px;
    line-height: 24px;
  }
}

.p-mypage__content__detail:nth-child(3n) {
  margin: 0 0 17px;
}

@media (min-width: 768px) {
  .p-mypage__content__detail:nth-child(3n) {
    margin: 0 2% 17px 0;
  }
}

@media (min-width: 1024px) {
  .p-mypage__content__detail:nth-child(3n) {
    margin: 0 1.535% 17px 0;
  }
}

.p-menter-search__free {
  width: 100%;
  background-color: #ffffff;
  padding: 25px 2.4% 18px;
  margin-bottom: 30px;
}

.p-menter-search__free__input {
  width: 100%;
  height: 52px;
  margin-bottom: 16px;
}

.p-menter-search__free__input input {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: solid 1px #c9c9c9;
  background-color: #ffffff;
  padding-left: 44px;
  font-size: 16px;
  background-image: url(../images/search_logo.png);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: left 15px center;
}

@media (min-width: 768px) {
  .p-menter-search__free__input input {
    background-position: left 21px center;
    padding-left: 52px;
  }
}

.p-menter-search__free__submit {
  width: 209px;
  margin: 0 auto;
  height: 47px;
}

.p-menter-search__free__submit:hover input {
  cursor: pointer;
}

.p-menter-search__free__submit input {
  width: 100%;
  height: 100%;
  background-color: #a5d714;
  color: #ffffff;
  font-size: 20px;
  border: 0px;
  border-radius: 4px;
  font-weight: bold;
}

.p-menter-search__expert {
  background-color: #ffffff;
  padding: 30px 2.4%;
  margin-bottom: 17px;
}

.p-menter-search__expert.is-mb25 {
  margin-bottom: 25px;
}

.p-menter-search__expert__parent {
  font-size: 16px;
  position: relative;
}

@media (min-width: 768px) {
  .p-menter-search__expert__parent {
    font-size: 18px;
  }
}

.p-menter-search__expert__parent .parent_row {
  line-height: 1;
}

.p-menter-search__expert__parent .parent_row:hover {
  cursor: pointer;
}

.p-menter-search__expert__parent .parent_btn {
  position: absolute;
  width: 23px;
  height: 23px;
  border: solid 1px #a5d714;
  background-color: #ffffff;
  top: -2px;
  right: 0;
  border-radius: 50%;
  display: block;
}

.p-menter-search__expert__parent .parent_btn:hover {
  cursor: pointer;
}

.p-menter-search__expert__parent .close {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.p-menter-search__expert__parent .close:before {
  content: "";
  position: absolute;
  border-top: solid 2px #a5d714;
  border-left: solid 2px #a5d714;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  top: 9px;
  right: 6px;
}

.p-menter-search__expert__parent .open {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.p-menter-search__expert__parent .open:before {
  content: "";
  position: absolute;
  border-top: solid 2px #a5d714;
  border-left: solid 2px #a5d714;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  top: 7px;
  right: 6px;
}

@media (min-width: 768px) {
  .p-menter-search__expert__parent {
    font-size: 18px;
  }
}

.p-menter-search__expert__child {
  display: none;
  margin-top: 19px;
}

.p-menter-search__expert__child li {
  background-color: #a5d714;
  font-size: 16px;
  padding: 16px;
  color: #ffffff;
  margin-top: 13px;
  position: relative;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .p-menter-search__expert__child li {
    font-size: 18px;
  }
}

.p-menter-search__expert__child li:hover {
  cursor: pointer;
  opacity: 0.7;
}

.p-menter-search__expert__child li .close {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.p-menter-search__expert__child li .close:before {
  content: "";
  position: absolute;
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  top: 22px;
  right: 25px;
}

.p-menter-search__expert__child li .open {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.p-menter-search__expert__child li .open:before {
  content: "";
  position: absolute;
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  top: 20px;
  right: 25px;
}

.p-menter-search__expert__grandchild {
  display: none;
  margin-top: 24px;
}

.p-menter-search__expert__grandchild li {
  display: inline-block;
  padding: 0;
  margin: 0 12px 12px 0;
}

.p-menter-search__expert__grandchild li button {
  color: #333;
  border: 0px;
  background-color: #ffffff;
  border-radius: 19.5px;
  font-size: 13px;
  padding: 12px 15px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .p-menter-search__expert__grandchild li button {
    font-size: 15px;
  }
}

.p-menter-search__result {
  margin-bottom: 28px;
  background-color: #ffffff;
  padding: 24px 2.4% 30px;
  position: relative;
}

.p-menter-search__result__number {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .p-menter-search__result__number {
    margin-bottom: 0;
    position: absolute;
    right: 2.4%;
    top: 15px;
  }
}

.p-menter-search__result__number .f_35 {
  font-size: 23px;
}

@media (min-width: 1180px) {
  .p-menter-search__result__number .f_35 {
    font-size: 35px;
  }
}

.p-menter-search__result__number .f_22 {
  font-size: 18px;
  padding-top: 6px;
}

@media (min-width: 1180px) {
  .p-menter-search__result__number .f_22 {
    font-size: 22px;
  }
}

.p-menter-search__result__content {
  border: solid 2px #a5d714;
  padding: 20px 18px;
}

.p-menter-search__result__content p:nth-child(1) {
  font-size: 16px;
  padding-left: 25px;
  color: #3b3b3b;
  margin-bottom: 16px;
  position: relative;
}

@media (min-width: 768px) {
  .p-menter-search__result__content p:nth-child(1) {
    font-size: 18px;
  }
}

.p-menter-search__result__content p:nth-child(1):before {
  content: "";
  position: absolute;
  background-image: url(../images/result_icon.png);
  width: 14px;
  height: 18px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-menter-search__result__content p:nth-child(2) {
  font-size: 13px;
  line-height: 22px;
  color: #3b3b3b;
  font-weight: 400;
}

@media (min-width: 768px) {
  .p-menter-search__result__content p:nth-child(2) {
    font-size: 15px;
    line-height: 24px;
  }
}

.p-menter-search__human {
  padding: 30px 2.4%;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 23px;
}

.p-menter-search__human.is-last {
  margin-bottom: 48px;
}

.p-menter-search__human.is-red:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #f54c5c transparent transparent transparent;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .p-menter-search__human.is-red:before {
    border-width: 90px 90px 0 0;
  }
}

.p-menter-search__human:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #b2b2b2 transparent transparent transparent;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .p-menter-search__human:before {
    border-width: 90px 90px 0 0;
  }
}

.p-menter-search__human:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 25px;
  background-image: url(../images/heart_icon.png);
  top: 7px;
  left: 6px;
}

@media (min-width: 768px) {
  .p-menter-search__human:after {
    top: 13px;
    left: 12px;
  }
}

.p-menter-search__human__top {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .p-menter-search__human__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
}

.p-menter-search__human__top .top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .p-menter-search__human__top .top-left {
    margin-bottom: 0;
    margin-left: 12px;
  }
}

.p-menter-search__human__top .top-left p:nth-child(1) {
  width: 129px;
  margin-right: 10px;
}

.p-menter-search__human__top .top-left p:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-menter-search__human__top .top-left p:nth-child(2) span {
  display: inline-block;
}

.p-menter-search__human__top .top-left p:nth-child(2) .occupation {
  margin-bottom: 12px;
  font-size: 16px;
}

@media (min-width: 1180px) {
  .p-menter-search__human__top .top-left p:nth-child(2) .occupation {
    font-size: 20px;
  }
}

.p-menter-search__human__top .top-left p:nth-child(2) .company {
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

@media (min-width: 1180px) {
  .p-menter-search__human__top .top-left p:nth-child(2) .company {
    font-size: 15px;
    line-height: 1;
  }
}

.p-menter-search__human__top .top-left p:nth-child(2) .name {
  font-size: 18px;
}

@media (min-width: 1180px) {
  .p-menter-search__human__top .top-left p:nth-child(2) .name {
    font-size: 26px;
  }
}

.p-menter-search__human__top .top-right {
  display: block;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}

.p-menter-search__human__top .top-right span {
  background-color: #a5d714;
  padding: 20px;
  border-radius: 4px;
  line-height: 1;
}

.p-menter-search__human__introduction {
  margin-bottom: 25px;
  border-bottom: solid 1px #d3d3d3;
}

.p-menter-search__human__introduction p:nth-child(1) {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
}

@media (min-width: 768px) {
  .p-menter-search__human__introduction p:nth-child(1) {
    font-size: 18px;
  }
}

.p-menter-search__human__introduction p:nth-child(2) {
  margin-bottom: 27px;
  font-size: 13px;
  line-height: 22px;
  color: #333;
  font-weight: 400;
}

@media (min-width: 768px) {
  .p-menter-search__human__introduction p:nth-child(2) {
    font-size: 15px;
    line-height: 24px;
  }
}

.p-menter-search__human__genre-title {
  margin: 22px 0 15px;
  font-size: 16px;
  line-height: 1;
  color: #333;
}

@media (min-width: 768px) {
  .p-menter-search__human__genre-title {
    font-size: 18px;
  }
}

.p-menter-search__human__genre-content li {
  display: inline-block;
  padding: 10px 25px;
  background-color: #c8a063;
  border-radius: 19.5px;
  margin: 0 11px 11px 0;
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
}

@media (min-width: 768px) {
  .p-menter-search__human__genre-content li {
    font-size: 15px;
  }
}

.p-menter-show__content {
  padding: 30px 2.4%;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 30px;
}

.p-menter-show__content__top {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .p-menter-show__content__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
}

.p-menter-show__content__top .top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .p-menter-show__content__top .top-left {
    margin-bottom: 0;
    margin-left: 12px;
  }
}

.p-menter-show__content__top .top-left p:nth-child(1) {
  width: 129px;
  margin-right: 10px;
}

.p-menter-show__content__top .top-left p:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-menter-show__content__top .top-left p:nth-child(2) span {
  display: inline-block;
}

.p-menter-show__content__top .top-left p:nth-child(2) .occupation {
  margin-bottom: 12px;
  font-size: 16px;
}

@media (min-width: 1180px) {
  .p-menter-show__content__top .top-left p:nth-child(2) .occupation {
    font-size: 20px;
  }
}

.p-menter-show__content__top .top-left p:nth-child(2) .company {
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

@media (min-width: 1180px) {
  .p-menter-show__content__top .top-left p:nth-child(2) .company {
    font-size: 15px;
    line-height: 1;
  }
}

.p-menter-show__content__top .top-left p:nth-child(2) .name {
  font-size: 18px;
}

@media (min-width: 1180px) {
  .p-menter-show__content__top .top-left p:nth-child(2) .name {
    font-size: 26px;
  }
}

.p-menter-show__content__top .top-right {
  display: block;
  font-size: 16px;
  color: #ef6b6b;
  text-align: center;
  line-height: 1;
}

.p-menter-show__content__top .top-right .top-right__content {
  width: 128px;
  display: inline-block;
}

.p-menter-show__content__top .top-right .top-right__content:hover {
  cursor: pointer;
}

.p-menter-show__content__top .top-right .top-right__content .logo, .p-menter-show__content__top .top-right .top-right__content .logo_active {
  font-size: 2.5em;
  margin-bottom: 8px;
}

.p-menter-show__content__top .top-right .top-right__content .top-right__text {
  font-size: 16px;
  line-height: 24px;
}

.p-menter-show__content__top .top-right .top-right__content .logo_active {
  display: none;
}

@media (min-width: 768px) {
  .p-menter-show__content__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-menter-show__content__middle .middle__content {
  padding: 17px 2%;
  background-color: #f1f5e6;
  width: 100%;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .p-menter-show__content__middle .middle__content {
    width: 48.3%;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-menter-show__content__middle .middle__content__detail {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-menter-show__content__middle .middle__content__detail {
    width: 50%;
    margin-bottom: 0;
  }
}

.p-menter-show__content__middle .middle__content__detail.is-max {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .p-menter-show__content__middle .middle__content__detail.is-max {
    width: 100%;
  }
}

.p-menter-show__content__middle .middle__content__detail .title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .p-menter-show__content__middle .middle__content__detail .title {
    margin-bottom: 28px;
  }
}

@media (min-width: 768px) {
  .p-menter-show__content__middle .middle__content__detail .flex-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .p-menter-show__content__middle .middle__content__detail .flex-content .text {
    width: 50%;
  }
}

.p-menter-show__content__middle .middle__content__detail .star {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 20px;
}

@media (min-width: 768px) {
  .p-menter-show__content__middle .middle__content__detail .star {
    font-size: 20px !important;
  }
}

.p-menter-show__content__middle .middle__content__detail .star:before {
  content: "★★★★★";
  position: absolute;
  color: #888;
  left: 0;
  width: 100px;
}

.p-menter-show__content__middle .middle__content__detail .star:after {
  content: "★★★★★";
  position: absolute;
  color: #f1cf32;
  width: 100px;
  left: 0;
  overflow-y: hidden;
}

.p-menter-show__content__middle .middle__content__detail .text {
  font-size: 20px;
  color: #333;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .p-menter-show__content__middle .middle__content__detail .text {
    font-size: 18px;
    line-height: 1;
  }
}

@media (min-width: 1180px) {
  .p-menter-show__content__middle .middle__content__detail .text {
    font-size: 20px;
    padding-left: 4px;
  }
}

@media (min-width: 1500px) {
  .p-menter-show__content__middle .middle__content__detail .text {
    padding-left: 32px;
  }
}

.p-menter-show__content__middle .middle__content__detail .text .star-text {
  font-size: 15px;
  vertical-align: bottom;
  line-height: 1;
  margin-left: 110px;
}

@media (min-width: 768px) {
  .p-menter-show__content__middle .middle__content__detail .text .star-text {
    margin-left: 0;
    padding-top: 25px;
    display: inline-block;
  }
}

@media (min-width: 1280px) {
  .p-menter-show__content__middle .middle__content__detail .text .star-text {
    margin-left: 110px;
    padding-top: 0;
  }
}

@media (min-width: 1500px) {
  .p-menter-show__content__middle .middle__content__detail .text .star-text {
    margin-left: 78px;
  }
}

.p-menter-show__content__middle .middle__content__detail .text .number {
  margin-left: 24px;
}

@media (min-width: 1180px) {
  .p-menter-show__content__middle .middle__content__detail .text .number {
    margin-left: 30px;
  }
}

.p-menter-show__content__middle .middle__content__detail .text .case {
  font-size: 15px;
}

.p-menter-show__content__introduction {
  margin-bottom: 25px;
  border-bottom: solid 1px #d3d3d3;
  margin-top: 22px;
}

.p-menter-show__content__introduction p:nth-child(1) {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
}

@media (min-width: 768px) {
  .p-menter-show__content__introduction p:nth-child(1) {
    font-size: 18px;
  }
}

.p-menter-show__content__introduction p:nth-child(2) {
  margin-bottom: 27px;
  font-size: 13px;
  line-height: 22px;
  color: #333;
  font-weight: 400;
}

@media (min-width: 768px) {
  .p-menter-show__content__introduction p:nth-child(2) {
    font-size: 15px;
    line-height: 24px;
  }
}

.p-menter-show__content__profile .title {
  margin-bottom: 20px;
  font-size: 18px;
}

.p-menter-show__content__profile .year {
  margin-bottom: 24px;
}

.p-menter-show__content__profile .year__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-menter-show__content__profile .year__content p {
  font-size: 13px;
  color: #333;
  line-height: 24px;
}

@media (min-width: 768px) {
  .p-menter-show__content__profile .year__content p {
    font-size: 15px;
  }
}

.p-menter-show__content__profile .year__content p:first-child {
  margin-right: 16px;
}

.p-menter-show__content__profile .year__content p:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-menter-show__content__profile .work {
  font-size: 13px;
  color: #333;
  line-height: 24px;
}

@media (min-width: 768px) {
  .p-menter-show__content__profile .work {
    font-size: 15px;
  }
}

.p-menter-show__content__profile .work li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-menter-show__content__profile .work li .work__title {
  margin-right: 15px;
}

.p-menter-show__content__profile .work li .work__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-menter-show__link {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .p-menter-show__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-menter-show__link__detail {
  display: block;
  width: 100%;
  max-width: 312px;
  margin: 0 auto 16px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 4px;
  padding: 12px 0;
  line-height: 24px;
}

@media (min-width: 768px) {
  .p-menter-show__link__detail {
    margin: 0 12px;
    font-size: 20px;
  }
}

.p-menter-show__link__detail.is-green {
  background-color: #a5d714;
}

.p-menter-show__link__detail.is-brown {
  background-color: #c8a063;
}

.p-menter-show__genre {
  padding: 30px 2.4%;
  background-color: #ffffff;
  position: relative;
}

.p-menter-show__genre__title {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1;
  color: #333;
}

@media (min-width: 768px) {
  .p-menter-show__genre__title {
    font-size: 18px;
  }
}

.p-menter-show__genre__content {
  padding: 0 6px;
  margin-bottom: 30px;
}

.p-menter-show__genre__content.is-mb0 {
  margin-bottom: 0;
}

.p-menter-show__genre__content li {
  display: inline-block;
  padding: 10px 25px;
  background-color: #c8a063;
  border-radius: 19.5px;
  margin: 0 11px 11px 0;
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
}

@media (min-width: 768px) {
  .p-menter-show__genre__content li {
    font-size: 15px;
  }
}

.p-todolist__search {
  margin-bottom: 22px;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .p-todolist__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-todolist__search__detail {
  margin-bottom: 20px;
}

.p-todolist__search__detail select {
  width: 100%;
  max-width: 336px;
  height: 54px;
  background-color: #ffffff;
  border: solid 1px #c9c9c9;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  padding-left: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: center right 12px;
}

@media (min-width: 768px) {
  .p-todolist__search__detail {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.p-todolist__search__title {
  font-size: 18px;
  margin-bottom: 12px;
}

.p-todolist__search__detail .max-166 {
  max-width: 166px;
}

@media (min-width: 768px) {
  .p-todolist__search__detail .max-166 {
    width: 135px;
  }
}

@media (min-width: 1180px) {
  .p-todolist__search__detail .max-166 {
    width: 166px;
  }
}

.right-img{
  background-image:url(../images/right.png);
  background-repeat:  no-repeat;
  background-position: center center;
  width:auto;
  height:16px;
}

.p-task-kanri__search {
  margin-bottom: 22px;
  width: 100%;
  background-color: #ffffff;
  padding: 24px 2.4%;
  position: relative;
}

@media (min-width: 768px) {
  .p-task-kanri__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-task-kanri__search__detail {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-task-kanri__search__detail {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.p-task-kanri__search__detail select {
  width: 100%;
  max-width: 336px;
  height: 54px;
  background-color: #ffffff;
  border: solid 1px #c9c9c9;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  padding-left: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: center right 12px;
}

.p-task-kanri__search__detail select::-ms-expand {
  display: none;
}

@media (min-width: 768px) {
  .p-task-kanri__search__detail select {
    font-size: 14px;
    padding-left: 6px;
    width: 200px;
  }
}

@media (min-width: 1180px) {
  .p-task-kanri__search__detail select {
    font-size: 16px;
    padding-left: 18px;
  }
}

@media (min-width: 1280px) {
  .p-task-kanri__search__detail select {
    width: 280px;
  }
}

@media (min-width: 1500px) {
  .p-task-kanri__search__detail select {
    width: 336px;
  }
}

.p-task-kanri__search__detail .max-135 {
  max-width: 135px;
}

@media (min-width: 768px) {
  .p-task-kanri__search__detail .max-135 {
    width: 100px;
  }
}

@media (min-width: 1180px) {
  .p-task-kanri__search__detail .max-135 {
    width: 135px;
  }
}

.p-task-kanri__search__detail .max-166 {
  max-width: 166px;
}

@media (min-width: 768px) {
  .p-task-kanri__search__detail .max-166 {
    width: 135px;
  }
}

@media (min-width: 1180px) {
  .p-task-kanri__search__detail .max-166 {
    width: 166px;
  }
}

.p-task-kanri__search__detail .max-200 {
  max-width: 200px;
}

@media (min-width: 768px) {
  .p-task-kanri__search__detail .max-200 {
    width: 166px;
  }
}

@media (min-width: 1180px) {
  .p-task-kanri__search__detail .max-200 {
    width: 200px;
  }
}

.p-task-kanri__search__title {
  font-size: 18px;
  margin-bottom: 12px;
}

.p-task-kanri__search__submit {
  width: 96px;
  height: 47px;
  border-radius: 4px;
  background-color: #a5d714;
}

@media (min-width: 1180px) {
  .p-task-kanri__search__submit {
    position: absolute;
    right: 2.4%;
    bottom: 24px;
  }
}

.p-task-kanri__search__submit input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.p-task-kanri__search__submit input:hover {
  cursor: pointer;
}

.p-task-kanri__table {
  margin-bottom: 22px;
  width: 100%;
  background-color: #ffffff;
  padding: 24px 2.4%;
  position: relative;
}

@media (min-width: 1180px) {
  .p-task-kanri__table {
    padding: 24px;
  }
}

.p-task-kanri__table__title {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.p-task-kanri__table__title span {
  font-size: 18px;
  display: inline-block;
  margin-right: 38px;
}

.p-task-kanri__table__title .mr {
  font-size: 14px;
}

.p-task-kanri__btn {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-task-kanri__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 1180px) {
  .p-task-kanri__btn {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-task-kanri__btn button {
  width: 90%;
  height: 47px;
  max-width: 280px;
  margin: 0 auto;
  background-color: #c8a064;
  border-radius: 4px;
  border: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .p-task-kanri__btn button {
    margin: 0 0 0 18px;
  }
}

@media (min-width: 1180px) {
  .p-task-kanri__btn button {
    max-width: 336px;
  }
}

.p-plan__year {
  margin-bottom: 17px;
  padding: 24px 2.4%;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .p-plan__year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-plan__year__detail {
  margin-bottom: 24px;
}

.p-plan__year__detail:last-child {
  margin-bottom: 0;
}

.p-plan__year__detail .title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 13px;
}

.p-plan__year__detail .answer {
  width: 181px;
  height: 69px;
  background-color: #f1f5e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  color: #f44848;
}

.p-plan__year__detail .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-plan__year__detail .content select {
  width: 135px;
  background-color: #ffffff;
  height: 54px;
  border: solid 1px #c9c9c9;
  padding-left: 18px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: center right 12px;
}

.p-plan__year__detail .content select::-ms-expand {
  display: none;
}

.p-plan__year__detail .content button {
  width: 96px;
  height: 47px;
  border-radius: 4px;
  background-color: #a5d714;
  color: #ffffff;
  border: 0px;
  margin-left: 22px;
  font-size: 20px;
  font-weight: bold;
}

.p-plan__content {
  width: 100%;
  background-color: #ffffff;
  padding: 32px 2.4%;
  margin-bottom: 32px;
}

.p-plan__content__create {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.p-plan__content__create li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  text-align: right;
  line-height: 1;
}

.p-plan__content__create li span {
  display: inline-block;
  min-width: 194px;
  text-align: left;
}

@media (min-width: 768px) {
  .p-plan__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-plan__button button {
  display: block;
  width: 260px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.p-plan__button button.c_green {
  background-color: #a5d714;
  margin: 0 auto 16px;
}

@media (min-width: 768px) {
  .p-plan__button button.c_green {
    margin: 0 8px 0 0;
  }
}

.p-plan__button button.c_brown {
  background-color: #c8a064;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-plan__button button.c_brown {
    margin: 0 0 0 8px;
  }
}

.p-plan__link {
  display: block;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 62px;
  background-color: #a5d714;
  border: 0px;
  border-radius: 4px;
  font-size: 18px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .p-plan__link {
    font-size: 20px;
  }
}

.p-plan__title {
  margin-bottom: 13px;
  font-size: 18px;
  color: #3b3b3b;
  line-height: 1;
}

.p-plan__textarea {
  width: 100%;
}

.p-plan__textarea textarea {
  width: 100%;
  height: 260px;
  border: solid 1px #d5d5d5;
  padding: 1em;
  resize: vertical;
  border-radius: 4px;
  background-color: #ffffff;
}

.p-facility__manner {
  width: 100%;
  background-color: #ffffff;
  padding: 24px 2.4%;
  margin-bottom: 15px;
}

.p-facility__manner__top {
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  .p-facility__manner__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}



.p-facility__manner__top .name {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .p-facility__manner__top .name {
    margin-bottom: 5px;
  }
}

.p-facility__manner__top .name .label {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .p-facility__manner__top .name .label {
    font-size: 18px;
  }
}

.p-facility__manner__top .name .value {
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  padding: 10px 14px;
  font-weight: 400;
  background-color: #f1f5e6;
  min-width: 180px;
}

.p-facility__manner__top .day {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-facility__manner__top .day .label {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .p-facility__manner__top .day .label {
    font-size: 18px;
  }
}

.p-facility__manner__top .day .value {
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  padding: 10px 14px;
  font-weight: 400;
  background-color: #f1f5e6;
  min-width: 130px;
}

.p-facility__manner__bottom {
  padding: 22px 2%;
  width: 100%;
  border: dotted 1px #b9b9b9;
}

@media (min-width: 1180px) {
  .p-facility__manner__bottom {
    padding: 22px 30px;
  }
}

.p-facility__manner__bottom p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.p-facility__manner__bottom p span {
  font-size: 14px;
}

@media (min-width: 768px) {
  .p-facility__manner__bottom p span {
    font-size: 18px;
  }
}

.p-facility__content {
  padding: 30px 2.4%;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.p-facility__content__title {
  margin-bottom: 16px;
  line-height: 1;
  font-size: 18px;
  color: #333;
}

.p-facility__btn {
  width: 90%;
  max-width: 260px;
  margin: 0 auto;
  height: 62px;
}

.p-facility__btn input {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #c8a064;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.p-facility__btn input:hover {
  cursor: pointer;
}

.p-facility_list__year {
  width: 100%;
  background-color: #ffffff;
  padding: 25px 2.4%;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .p-facility_list__year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-facility_list__year__left {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-facility_list__year__left {
    margin-bottom: 0;
  }
}

.p-facility_list__year__left p:nth-child(1) {
  margin-bottom: 12px;
  font-size: 18px;
}

.p-facility_list__year__left select {
  width: 135px;
  height: 54px;
  border: solid 1px #d5d5d5;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: center right 12px;
  padding-left: 11px;
  font-size: 15px;
}

.p-facility_list__year__left select::-ms-expand {
  display: none;
}

.p-facility_list__year__right button {
  width: 96px;
  height: 57px;
  border-radius: 4px;
  background-color: #a5d714;
  color: #ffffff;
  font-size: 20px;
  border: 0px;
}

.p-facility_list__content {
  padding: 32px 2.4%;
  background-color: #ffffff;
}

.p-facility_list__content__year {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 23px;
}

.p-shokuin-update__name {
  width: 100%;
  background-color: #ffffff;
  padding: 14px 2.4%;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .p-shokuin-update__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-shokuin-update__name__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .p-shokuin-update__name__left {
    margin-bottom: 0;
  }
}

.p-shokuin-update__name__left p:nth-child(1) {
  display: inline-block;
  padding: 7px 10px;
  background-color: #c8a063;
  font-size: 14px;
  color: #ffffff;
  margin-right: 15px;
}

.p-shokuin-update__name__left p:nth-child(2) {
  font-size: 20px;
}

@media (min-width: 768px) {
  .p-shokuin-update__name__left p:nth-child(2) {
    font-size: 26px;
  }
}

.p-shokuin-update__name__right {
  width: 209px;
  height: 47px;
  border-radius: 4px;
  background-color: #a5d714;
  display: block;
  margin: 0 auto;
  line-height: 47px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .p-shokuin-update__name__right {
    margin: 0;
  }
}

.p-shokuin-update__content {
  width: 100%;
  padding: 29px 2.4% 40px;
  background-color: #ffffff;
  margin-bottom: 32px;
}

.p-shokuin-update__add {
  padding: 17px 2.4%;
  width: 100%;
  background-color: #ffffff;
  font-weight: 400;
  position: relative;
}

@media (min-width: 1280px) {
  .p-shokuin-update__add__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-shokuin-update__add__name {
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .p-shokuin-update__add__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1280px) {
  .p-shokuin-update__add__name {
    margin-right: 16px;
  }
}

@media (min-width: 1500px) {
  .p-shokuin-update__add__name {
    margin-right: 33px;
  }
}

.p-shokuin-update__add__name p {
  margin-bottom: 8px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .p-shokuin-update__add__name p {
    margin-bottom: 0;
  }
  .p-shokuin-update__add__name p:not(:last-child) {
    margin-right: 20px;
  }
}

.p-shokuin-update__add__name p input {
  width: 100%;
  max-width: 203px;
  border: solid 1px #c9c9c9;
  background-color: #ffffff;
  height: 54px;
  font-size: 16px;
  padding: 0 18px;
  border-radius: 4px;
}

.p-shokuin-update__add__year {
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .p-shokuin-update__add__year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-shokuin-update__add__year p {
  font-size: 16px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .p-shokuin-update__add__year p {
    margin-bottom: 0;
  }
  .p-shokuin-update__add__year p:not(:last-child) {
    margin-right: 20px;
  }
}

.p-shokuin-update__add__year p input {
  width: 50px;
  height: 54px;
  border: solid 1px #c9c9c9;
  background-color: #ffffff;
  font-size: 16px;
  border-radius: 4px;
  margin: 0 10px 0 15px;
  text-align: center;
}

.p-shokuin-update__add__bottom {
  margin-bottom: 16px;
}
.guide-message {
  margin-top: 30px;
}
.guide-message-text {
  margin-top: 5px;
  padding: 3px 0;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.5;
}

.warning-message {
  color: #ff0000;
}
@media (min-width: 768px) {
  .p-shokuin-update__add__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1280px) {
  .p-shokuin-update__add__bottom {
    margin-bottom: 0;
  }
}

.p-shokuin-update__add__bottom p {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .p-shokuin-update__add__bottom p:not(:last-child) {
    margin-right: 15px;
  }
}

.p-shokuin-update__add__bottom p select {
  width: 135px;
  height: 54px;
  border: solid 1px #d5d5d5;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: center right 12px;
  padding-left: 11px;
  font-size: 15px;
}

.p-shokuin-update__add__bottom p select::-ms-expand {
  display: none;
}

.p-shokuin-update__add__bottom p select.w-96 {
  width: 96px;
}
.p-shokuin-update__add__bottom p select.w-96.display_year {
  width: 135px;
}

.p-shokuin-update__add__bottom p select.w-177 {
  width: 177px;
}

@media (min-width: 768px) {
  .k_todo_update__add__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.k_todo_update__add__bottom .k_select,.k_todo_update__add__bottom .k_status,.k_todo_update__add__bottom .k_shokuin {

  border-radius: 10px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: center right 12px;
  padding-left: 11px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}

.k_todo_update__add__bottom .k_calendar {

  border-radius: 10px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 11px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}

.k_koudoukeikaku_update__add__bottom .k_select {

  border-radius: 4px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: center right 12px;
  padding-left: 11px;
  font-size: 15px;
}

.k_koudoukeikaku_update__add__bottom .k_calendar {

  border-radius: 4px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 11px;
  font-size: 15px;
}

.k_mokuhyou_update__add__bottom {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .k_mokuhyou_update__add__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .k_mokuhyou_update__add__bottom p:not(:last-child) {
    margin-right: 15px;
  }
}

.p-shokuin-update__add__submit {
  text-align: center;
}

@media (min-width: 1280px) {
  .p-shokuin-update__add__submit {
    position: absolute;
    right: 22px;
    bottom: 24px;
  }
}

.p-shokuin-update__add__submit input {
  width: 122px;
  height: 54px;
  border-radius: 4px;
  background-color: #c8a064;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}

.p-shokuin-update__add__submit input:hover {
  cursor: pointer;
}

.p-class-update__name {
  width: 100%;
  background-color: #ffffff;
  padding: 14px 2.4%;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .p-class-update__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-class-update__name__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .p-class-update__name__left {
    margin-bottom: 0;
  }
}

.p-class-update__name__left p:nth-child(1) {
  display: inline-block;
  padding: 7px 10px;
  background-color: #c8a063;
  font-size: 14px;
  color: #ffffff;
  margin-right: 15px;
}

.p-class-update__name__left p:nth-child(2) {
  font-size: 20px;
}

@media (min-width: 768px) {
  .p-class-update__name__left p:nth-child(2) {
    font-size: 26px;
  }
}

.p-class-update__name__right {
  width: 209px;
  height: 47px;
  border-radius: 4px;
  background-color: #a5d714;
  display: block;
  margin: 0 auto;
  line-height: 47px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .p-class-update__name__right {
    margin: 0;
  }
}

.p-class-update__content {
  width: 100%;
  padding: 29px 2.4% 40px;
  background-color: #ffffff;
  margin-bottom: 32px;
}

.p-class-update__add {
  padding: 17px 2.4%;
  width: 100%;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .p-class-update__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-class-update__add__select {
  width: 229px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-class-update__add__select {
    margin-bottom: 0;
    margin-right: 11px;
  }
}

.p-class-update__add__select select {
  width: 100%;
  height: 54px;
  border: solid 1px #c9c9c9;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: center right 8px;
  padding: 0 22px;
  font-size: 16px;
}

.p-class-update__add__select select::-ms-expand {
  display: none;
}

.p-class-update__add__input {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 768px) {
  .p-class-update__add__input {
    margin-bottom: 0;
  }
}

.p-class-update__add__input input {
  width: 100%;
  height: 54px;
  border: solid 1px #c9c9c9;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  padding: 0 22px;
}

.p-class-update__add__submit {
  width: 120px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-class-update__add__submit {
    margin: 0 0 0 26px;
  }
}

.p-class-update__add__submit input {
  height: 52px;
  width: 100%;
  background-color: #c8a064;
  font-size: 20px;
  color: #ffffff;
  border-radius: 4px;
  font-weight: bold;
}

.p-class-update__add__submit input:hover {
  cursor: pointer;
}

.p-facility_report__graph {
  margin-bottom: 8px;
  width: 100%;
  background-color: #ffffff;
  padding: 24px 2.4% 30px;
}

.p-facility_report__graph__title {
  margin-bottom: 24px;
  font-size: 16px;
  color: #333;
  line-height: 1;
}

@media (min-width: 768px) {
  .p-facility_report__graph__title {
    font-size: 18px;
  }
}

.p-facility_report__graph__top {
  overflow-x: scroll;
  margin-bottom: 32px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-facility_report__graph__top::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1280px) {
  .p-facility_report__graph__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-facility_report__graph__top .graph_left {
  width: 493px;
  height: 500px;
  margin: 0 auto;
  border: solid 1px #d7d7d7;
  border-radius: 10px;
  margin-bottom: 24px;
}

@media (min-width: 1280px) {
  .p-facility_report__graph__top .graph_left {
    width: 48%;
    max-width: 593px;
    height: 600px;
    margin: 0 26px 0 0;
  }
}

@media (min-width: 1500px) {
  .p-facility_report__graph__top .graph_left {
    margin: 0 52px 0 0;
  }
}

.p-facility_report__graph__top .graph_right {
  width: 493px;
  height: 500px;
  margin: 0 auto;
  border: solid 1px #d7d7d7;
  border-radius: 10px;
}

@media (min-width: 1280px) {
  .p-facility_report__graph__top .graph_right {
    width: 48%;
    max-width: 593px;
    height: 600px;
    margin: 0;
  }
}

.p-facility_report__graph__bottom {
  border: solid 1px #d7d7d7;
  border-radius: 10px;
  width: 100%;
  max-width: 1238px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-facility_report__graph__bottom::-webkit-scrollbar {
  display: none;
}

.p-facility_report__graph__bottom .graph_line {
  width: 1238px;
}

.p-facility_report__content {
  padding: 27px 2.4% 35px;
  background-color: #ffffff;
  margin-bottom: 13px;
}

.p-facility_report__content__title {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 16px;
}

@media (min-width: 768px) {
  .p-facility_report__content__title {
    font-size: 18px;
  }
}

.p-facility_report__search {
  padding: 27px 2.4% 23px;
  background-color: #ffffff;
}

.p-facility_report__search__title {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 16px;
}

@media (min-width: 768px) {
  .p-facility_report__search__title {
    font-size: 18px;
  }
}

.p-facility_report__search__sub-title {
  margin-bottom: 16px;
  line-height: 1;
}

.p-facility_report__search__select {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .p-facility_report__search__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-facility_report__search__select p {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .p-facility_report__search__select p {
    margin-bottom: 0;
  }
}

.p-facility_report__search__select select {
  width: 100%;
  max-width: 342px;
  height: 52px;
  border: solid 1px #d5d5d5;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: center right 12px;
  padding-left: 11px;
  font-size: 13px;
  margin: 0 0 12px 0;
}

.p-facility_report__search__select select::-ms-expand {
  display: none;
}

@media (min-width: 768px) {
  .p-facility_report__search__select select {
    margin: 0 14px;
    font-size: 16px;
  }
}

.p-facility_report__search__select button {
  width: 96px;
  height: 47px;
  background-color: #a5d714;
  border-radius: 4px;
  border: 0px;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}

.p-facility_report__search__content {
  width: 100%;
  max-width: 1035px;
  padding: 20px 2% 28px;
  border: solid 1px #d7d7d7;
  border-radius: 10px;
}

@media (min-width: 1180px) {
  .p-facility_report__search__content {
    max-width: 100%;
  }
}

.p-facility_report__search__content .content_row {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .p-facility_report__search__content .content_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    border-bottom: solid 1px #d7d7d7;
  }
}

@media (min-width: 768px) {
  .p-facility_report__search__content .content_row.is-sp .content_right__select1:before {
    content: none;
  }
}

@media (min-width: 768px) {
  .p-facility_report__search__content .content_row.is-sp .content_right__select1:after {
    content: none;
  }
}

@media (min-width: 768px) {
  .p-facility_report__search__content .content_row.is-sp .content_right__select2:after {
    content: none;
  }
}

@media (min-width: 768px) {
  .p-facility_report__search__content .content_row.is-sp .content_right__select3:after {
    content: none;
  }
}

@media (min-width: 768px) {
  .p-facility_report__search__content .content_row.is-sp .content_right__select4:after {
    content: none;
  }
}

.p-facility_report__search__content .content_row .content_left {
  line-height: 1.5;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .p-facility_report__search__content .content_row .content_left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    margin-bottom: 0;
    padding-right: 1%;
  }
}

.p-facility_report__search__content .content_row .content_right {
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (min-width: 768px) {
  .p-facility_report__search__content .content_row .content_right {
    width: 320px;
  }
}

.p-facility_report__search__content .content_row .content_right__select1 {
  width: 25%;
  display: inline-block;
  height: 100%;
  border-right: solid 1px #d7d7d7;
  border-left: solid 1px #d7d7d7;
  z-index: 2;
  position: relative;
}

.p-facility_report__search__content .content_row .content_right__select1:before {
  content: "0";
  position: absolute;
  bottom: -20px;
  left: -5px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.p-facility_report__search__content .content_row .content_right__select1:after {
  content: "1";
  position: absolute;
  bottom: -20px;
  right: -6px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.p-facility_report__search__content .content_row .content_right__select2 {
  width: 25%;
  display: inline-block;
  height: 100%;
  border-right: solid 1px #d7d7d7;
  z-index: 2;
  position: relative;
}

.p-facility_report__search__content .content_row .content_right__select2:after {
  content: "2";
  position: absolute;
  bottom: -20px;
  right: -6px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.p-facility_report__search__content .content_row .content_right__select3 {
  width: 25%;
  display: inline-block;
  height: 100%;
  border-right: solid 1px #d7d7d7;
  z-index: 2;
  position: relative;
}

.p-facility_report__search__content .content_row .content_right__select3:after {
  content: "3";
  position: absolute;
  bottom: -20px;
  right: -6px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.p-facility_report__search__content .content_row .content_right__select4 {
  width: 25%;
  display: inline-block;
  height: 100%;
  border-right: solid 1px #d7d7d7;
  z-index: 2;
  position: relative;
}

.p-facility_report__search__content .content_row .content_right__select4:after {
  content: "4";
  position: absolute;
  bottom: -20px;
  right: -6px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.p-facility_report__search__content .content_row .content_right .absolute_graph {
  position: absolute;
  height: 40px;
  background-color: #e5f0cb;
  border-top: solid 1px #8cc153;
  border-bottom: solid 1px #8cc153;
  border-right: solid 1px #8cc153;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.p-koumoku__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-koumoku__link__sort {
  width: 120px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0px;
  border-radius: 4px;
  background-color: #a5d714;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 11px;
}

@media (min-width: 768px) {
  .p-koumoku__link__sort {
    font-size: 20px;
    width: 210px;
  }
}

.p-koumoku__link__tmp {
  width: 120px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0px;
  border-radius: 4px;
  background-color: #a5d714;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 11px;
}

@media (min-width: 768px) {
  .p-koumoku__link__tmp {
    font-size: 20px;
    width: 210px;
  }
  .p-koumoku__link__tmp .brSp {
    display: none;
  }
}

.p-koumoku__link__del {
  width: 120px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0px;
  border-radius: 4px;
  background-color: #a1a1a1;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 11px;
}

@media (min-width: 768px) {
  .p-koumoku__link__del {
    font-size: 20px;
    width: 210px;
  }
  .p-koumoku__link__del .brSp {
    display: none;
  }
}

.p-koumoku__link__btn {
  width: 120px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0px;
  border-radius: 4px;
  background-color: #c8a064;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .p-koumoku__link__btn {
    font-size: 20px;
    width: 210px;
  }
  .p-koumoku__link__btn .brSp {
    display: none;
  }
}

.p-koumoku__template {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-koumoku__template {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-koumoku__template select {
  width: 100%;
  max-width: 300px;
  font-size: 16px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #d5d5d5;
  padding: 0 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: center right 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-koumoku__template select {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.o-table.is-joukyou {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-right: 20px;
  overflow: auto;
}

.o-table.is-joukyou table {
  border-collapse: collapse;
  border: solid 1px #d5d5d5;
  width: 100%;
}

.o-table.is-joukyou table tr:nth-child(odd) td {
  background-color: #f1f5e6;
}

.o-table.is-joukyou table tr th {
  height: 58px;
  background-color: #a5d714;
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5;
  vertical-align: middle;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  padding:0 5px;
}

.o-table.is-joukyou table tr th:nth-child(1) {
  text-align: left;
  padding-left: 10px;
  width: 120px;
  min-width: 120px;
}

@media (min-width: 768px) {
  .o-table.is-joukyou table tr th:nth-child(1) {
    text-align: left;
    padding-left: 20px;
    width: 280px;
    min-width: 250px;
  }
}

.o-table.is-joukyou table tr td {
  border-right: solid 1px #d5d5d5;
  border-left: solid 1px #d5d5d5;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle;
  position: relative;
  padding: 12px 5px;
  line-height: 1.2;
  position: relative;
}

.p-koumoku__content {
  padding: 29px 2.4%;
  background-color: #ffffff;
  width: 100%;
}

.p-training-library__top {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 21px;
  padding: 22px 2.4% 7px;
}

.p-training-library__top__title {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 23px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .p-training-library__top__title {
    font-size: 18px;
  }
}

.p-training-library__top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .p-training-library__top__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-training-library__top__content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 96%;
  text-align: center;
  padding: 20px 2%;
  background-color: #a5d714;
  border-radius: 30px;
  margin-bottom: 23px;
  font-size: 14px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .p-training-library__top__content a {
    width: 180px;
    margin: 0 15px 23px 15px;
    font-size: 16px;
    padding: 20px 0;
  }
}

@media (min-width: 1180px) {
  .p-training-library__top__content a {
    width: 410px;
    font-size: 18px;
  }
}

.p-training-library__content {
  width: 100%;
  padding: 30px 2.4% 34px;
  background-color: #ffffff;
}

.p-training-library__content__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .p-training-library__content__title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 30px;
  }
}

.p-training-library__content__title span {
  font-size: 18px;
  display: block;
  margin-right: 1em;
}

@media (min-width: 768px) {
  .p-training-library__content__title span {
    font-size: 22px;
    display: inline-block;
  }
}

.p-interview__form-top {
  width: 100%;
  max-width: 1100px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .p-interview__form-top {
    margin-bottom: 48px;
  }
}

@media (min-width: 1180px) {
  .p-interview__form-top {
    max-width: 100%;
  }
}

.p-interview__form-top__content {
  width: 100%;
  background-color: #ffffff;
  padding: 28px 2.4%;
  margin-bottom: 13px;
}

.p-interview__form-top__content .content__top {
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .p-interview__form-top__content .content__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-interview__form-top__content .content__top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .p-interview__form-top__content .content__top__left {
    margin-bottom: 0;
  }
}

.p-interview__form-top__content .content__top__left input {
  height: 54px;
  border: solid 1px #c9c9c9;
  border-radius: 4px;
  width: 228px;
  background-color: #ffffff;
  display: inline-block;
  margin-left: 13px;
  padding: 0 1em;
}

.p-interview__form-top__content .content__top__right {
  text-align: right;
  font-size: 18px;
  font-weight: 400;
}

.p-interview__form-top__content .content__top__right span {
  font-weight: bold;
  display: inline-block;
  margin-right: 8px;
}

.p-interview__form-top__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .p-interview__form-top__btn {
    font-size: 14px;
    margin-bottom: 32px;
  }
}

.p-interview__form-top__btn button {
  width: 169px;
  text-align: center;
  height: 42px;
  background-color: #a5d714;
  border-radius: 4px;
  border: 0px;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 15px;
}

.p-interview__form-top__submit {
  width: 260px;
  margin: 0 auto;
  height: 62px;
}

.p-interview__form-top__submit:hover {
  cursor: pointer;
}

.p-interview__form-top__submit input {
  width: 100%;
  height: 100%;
  background-color: #c8a064;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 4px;
  border: 0px;
}

.p-interview__form-top__submit input:hover {
  cursor: pointer;
}

.p-interview__form-bottom {
  width: 100%;
  max-width: 1100px;
}

@media (min-width: 1180px) {
  .p-interview__form-bottom {
    max-width: 100%;
  }
}

.p-interview__form-bottom__content {
  width: 100%;
  background-color: #ffffff;
  padding: 25px 2.4%;
  margin-bottom: 17px;
}

.p-interview__form-bottom__content .content__title {
  line-height: 1;
  margin-bottom: 18px;
  color: #333;
  font-size: 18px;
}

.p-interview__form-bottom__content .content__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.p-interview__form-bottom__content .content__input input {
  height: 54px;
  border: solid 1px #c9c9c9;
  border-radius: 4px;
  width: 228px;
  background-color: #ffffff;
  display: inline-block;
  margin-left: 13px;
  padding: 0 1em;
}

.p-interview__form-bottom__content textarea {
  width: 100%;
  resize: vertical;
  border: solid 1px #c9c9c9;
  background-color: #ffffff;
  border-radius: 4px;
  height: 73px;
  padding: 1em;
}

@media (min-width: 768px) {
  .p-interview__form-bottom__content textarea {
    height: 154px;
  }
}

.p-interview__form-bottom__submit {
  width: 260px;
  margin: 0 auto;
  height: 62px;
}

.p-interview__form-bottom__submit:hover {
  cursor: pointer;
}

.p-interview__form-bottom__submit input {
  width: 100%;
  height: 100%;
  background-color: #c8a064;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 4px;
  border: 0px;
}

.p-interview__form-bottom__submit input:hover {
  cursor: pointer;
}

.p-self-assessment__content {
  width: 100%;
  max-width: 1100px;
  background-color: #ffffff;
  margin-bottom: 28px;
  padding: 26px 2.4%;
}

@media (min-width: 1180px) {
  .p-self-assessment__content {
    max-width: 100%;
  }
}

.p-self-assessment__content__top {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .p-self-assessment__content__top {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1180px) {
  .p-self-assessment__content__top {
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
  }
}

.p-self-assessment__content__top .day {
  width: 100%;
  max-width: 222px;
  margin-bottom: 13px;
  margin-right: 18px;
}

@media (min-width: 1180px) {
  .p-self-assessment__content__top .day {
    margin-bottom: 0;
  }
}

.p-self-assessment__content__top .day span {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  margin-bottom: 13px;
}

.p-self-assessment__content__top .day input {
  width: 100%;
  height: 54px;
  background-color: #ffffff;
  border: solid 1px #c9c9c9;
  border-radius: 4px;
  font-size: 16px;
  padding: 0 1em;
}

.p-self-assessment__content__top .year {
  width: 100%;
  max-width: 102px;
  margin-bottom: 13px;
  margin-right: 18px;
}

@media (min-width: 1180px) {
  .p-self-assessment__content__top .year {
    margin-bottom: 0;
  }
}

.p-self-assessment__content__top .year span {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  margin-bottom: 13px;
}

.p-self-assessment__content__top .year input {
  width: 56px;
  height: 54px;
  background-color: #ffffff;
  border: solid 1px #c9c9c9;
  border-radius: 4px;
  margin-right: 14px;
  font-size: 16px;
  padding: 0 1em;
}

.p-self-assessment__content__top .fill {
  width: 100%;
  max-width: 222px;
  margin-bottom: 13px;
  margin-right: 18px;
}

@media (min-width: 1180px) {
  .p-self-assessment__content__top .fill {
    margin-bottom: 0;
  }
}

.p-self-assessment__content__top .fill span {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  margin-bottom: 13px;
}

.p-self-assessment__content__top .fill input {
  width: 100%;
  height: 54px;
  background-color: #ffffff;
  border: solid 1px #c9c9c9;
  border-radius: 4px;
  font-size: 16px;
  padding: 0 1em;
}

.p-self-assessment__content__top .participation {
  width: 100%;
  max-width: 458px;
  margin-bottom: 13px;
}

@media (min-width: 1180px) {
  .p-self-assessment__content__top .participation {
    margin-bottom: 0;
  }
}

.p-self-assessment__content__top .participation span {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  margin-bottom: 13px;
}

.p-self-assessment__content__top .participation input {
  width: 100%;
  height: 54px;
  background-color: #ffffff;
  border: solid 1px #c9c9c9;
  border-radius: 4px;
  font-size: 16px;
  padding: 0 1em;
}

.p-self-assessment__content__title {
  margin-bottom: 25px;
  line-height: 1;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 16px;
}

@media (min-width: 768px) {
  .p-self-assessment__content__title {
    font-size: 18px;
  }
}

.p-self-assessment__content__sub-title {
  margin-bottom: 16px;
  color: #3b3b3b;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .p-self-assessment__content__sub-title {
    line-height: 1;
    font-size: 18px;
  }
}

.p-self-assessment__submit {
  margin: 0;
  height: 62px;
  width: 100%;
  max-width: 1100px;
  text-align: center;
}

@media (min-width: 1180px) {
  .p-self-assessment__submit {
    max-width: 100%;
  }
}

.p-self-assessment__submit:hover {
  cursor: pointer;
}

.p-self-assessment__submit input {
  width: 260px;
  height: 100%;
  background-color: #c8a064;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 4px;
  border: 0px;
}

.p-self-assessment__submit input:hover {
  cursor: pointer;
}

.p-db__title {
  width: 100%;
  background-color: #f1f5e6;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 20px 0;
  color: #8cb121;
  margin-bottom: 17px;
}

@media (min-width: 768px) {
  .p-db__title {
    font-size: 20px;
    padding: 28px 0;
    line-height: 1;
  }
}

@media (min-width: 1180px) {
  .p-db__title {
    font-size: 22px;
  }
}

.p-db__top {
  padding: 25px 2.4%;
  background-color: #ffffff;
  margin-bottom: 32px;
}

.p-db__top__status {
  margin-bottom: 32px;
}

.p-db__top__status span {
  display: inline-block;
  font-size: 22px;
  color: #a5d714;
  background-color: #ecf4d5;
  padding: 12px 28px;
  border-radius: 22px;
}

.p-db__top__title {
  line-height: 1;
  margin-bottom: 17px;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-db__top__title {
    font-size: 18px;
  }
}

.p-db__top__last {
  font-size: 16px;
  color: #888888;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .p-db__top__last {
    font-size: 18px;
    line-height: 1;
  }
}

.p-db__answer {
  width: 100%;
  margin-bottom: 36px;
  background-color: #ffffff;
  padding: 28px 2.4% 30px;
}

.p-db__answer__top {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-db__answer__top .top-image {
  width: 80px;
  margin-right: 24px;
}

@media (min-width: 768px) {
  .p-db__answer__top .top-image {
    width: 125px;
  }
}

.p-db__answer__top .top-text {
  font-size: 14px;
  font-weight: bold;
  color: #3b3b3b;
  line-height: 24px;
}

@media (min-width: 768px) {
  .p-db__answer__top .top-text {
    font-size: 20px;
  }
}

.p-db__answer__top .top-text span {
  font-size: 12px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .p-db__answer__top .top-text span {
    font-size: 15px;
  }
}

.p-db__answer__text {
  font-size: 14px;
  line-height: 24px;
  word-break: break-all;
}

@media (min-width: 768px) {
  .p-db__answer__text {
    font-size: 16px;
  }
}

@media (min-width: 1180px) {
  .p-db__answer__text {
    font-size: 18px;
  }
}

.p-db__answer__text .mb28 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-db__answer__text .mb28 {
    margin-bottom: 28px;
  }
}

.p-db__answer__text ul li {
  list-style: inside;
}

.p-db__permit {
  color: #888888;
  font-size: 16px;
}

@media (min-width: 768px) {
  .p-db__permit {
    font-size: 18px;
  }
}

.p-meeting__top {
  padding: 19px 2.4% 22px;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 13px;
}

.p-meeting__top__title {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}

@media (min-width: 768px) {
  .p-meeting__top__title {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .p-meeting__top__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-meeting__top__content select {
  width: 100%;
  max-width: 300px;
  font-size: 16px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #d5d5d5;
  padding: 0 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: center right 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .p-meeting__top__content select {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.p-meeting__top__content input {
  width: 96px;
  height: 47px;
  background-color: #a5d714;
  border-radius: 4px !important;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}

.p-meeting__form {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .p-meeting__form {
    margin-bottom: 40px;
  }
}

.p-meeting__middle {
  padding: 19px 2.4% 40px;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 23px;
}

.p-meeting__middle__title {
  line-height: 1;
  margin-bottom: 14px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-meeting__middle__title {
    font-size: 18px;
  }
}

.p-meeting__middle__top {
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  .p-meeting__middle__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-meeting__middle__top .day {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .p-meeting__middle__top .day {
    margin-bottom: 0;
    margin-right: 26px;
    min-width: 285px;
  }
}

.p-meeting__middle__top .day input {
  width: 100%;
  max-width: 222px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #d5d5d5;
  padding: 0 1em;
  margin-left: 9px;
}

.p-meeting__middle__top .human {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .p-meeting__middle__top .human {
    min-width: 285px;
  }
}

.p-meeting__middle__top .human input {
  width: 100%;
  max-width: 222px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #d5d5d5;
  padding: 0 1em;
  margin-left: 9px;
}

.p-meeting__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-meeting__btn input {
  border-radius: 4px !important;
  height: 62px;
  width: 80px;
  font-weight: bold;
  font-size: 16px;
}

.p-meeting__btn input:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .p-meeting__btn input {
    width: 160px;
    font-size: 20px;
  }
}

@media (min-width: 1180px) {
  .p-meeting__btn input {
    width: 260px;
  }
}

.p-meeting__btn__save {
  background-color: #a5d714;
  color: #ffffff;
}

.p-meeting__btn__conf {
  background-color: #a5d714;
  color: #ffffff;
}

.p-meeting__btn__conf_comp {
  background-color: #a1a1a1;
  color: #ffffff;
}

.p-meeting__btn__confilm {
  background-color: #c8a064;
  color: #ffffff;
  margin-left: 8px;
}

@media (min-width: 768px) {
  .p-meeting__btn__confilm {
    margin-left: 20px;
  }
}

.p-meeting__btn__release {
  background-color: #ffffff;
  border: solid 2px #c8a064 !important;
  color: #c8a064;
  margin-left: 8px;
}

@media (min-width: 768px) {
  .p-meeting__btn__release {
    margin-left: 20px;
  }
}

.p-meeting__bottom {
  padding: 0px 2.4% 29px;
  background-color: #ffffff;
  width: 100%;
}

.p-tool__title {
  margin-bottom: 23px;
  font-size: 16px;
  color: #3b3b3b;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-tool__title {
    font-size: 20px;
  }
}

.p-tool__content {
  width: 100%;
  max-width: 837px;
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .p-tool__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-tool__content__detail {
  background-color: #ffffff;
  width: 48%;
  border-radius: 10px;
  margin-bottom: 23px;
  display: block;
}

.p-tool__content__detail:hover p:nth-child(1) {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media (min-width: 768px) {
  .p-tool__content__detail {
    width: 30.8%;
  }
  .p-tool__content__detail:not(:nth-child(3n)) {
    margin-right: 3.8%;
  }
}

.p-tool__content__detail p:nth-child(1) {
  height: 114px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.p-tool__content__detail p:nth-child(2) {
  font-weight: bold;
  color: #3b3b3b;
  font-size: 16px;
  text-align: center;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .p-tool__content__detail p:nth-child(2) {
    font-size: 18px;
  }
}

@media (min-width: 1180px) {
  .p-tool__content__detail p:nth-child(2) {
    font-size: 20px;
  }
}

.p-kenshukeikaku__content {
  padding: 23px 2.4% 20px;
  background-color: #ffffff;
  margin-bottom: 42px;
}

@media (min-width: 768px) {
  .p-kenshukeikaku__content {
    margin-bottom: 84px;
  }
}

.p-kenshukeikaku__submit {
  width: 260px;
  height: 62px;
  border-radius: 4px;
  margin: 0 auto;
}

.p-kenshukeikaku__submit input {
  width: 100%;
  height: 100%;
  border: 0px;
  background-color: #a5d714;
  border-radius: 4px !important;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.p-kenshukeikaku__submit input:hover {
  cursor: pointer;
}


.side_news_day{
	font-weight: bold;
	color:#3b3b3b;
	font-size:80%;
	margin-bottom:8px;
}
.side_news_title{
	color:#648a00;
	font-size:90%;
	line-height:1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#side_news_link_sp{
	padding:15px;
	text-align: right;
}

#side_news_link_sp a{
    height: 30px;
    display: inline-block;
    border-radius: 4px;
    background:url(../images/i_right.png) 15px center/8px no-repeat #a5d714;
    color: #ffffff;
    line-height: 30px;
    font-size: 15px;
	padding:0 15px 0 30px;
}

/*# sourceMappingURL=style.css.map */


.text_box {
  color: #333;
  border: solid 1px #c9c9c9;
  background-color: #ffffff;
  font-size: 14px;
  padding: 1em;
  width: 100%;
}

.text_area {
  width: 100%;
  resize: vertical;
  border: solid 1px #c9c9c9;
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
  height: 73px;
  padding: 1em;
}

input:disabled {
  opacity: 1;
}
textarea:disabled {
  opacity: 1;
}

/*custom css*/
hr.btn_separate{
  width: 540px;
  float: right;
}
.p-meeting__btn.delete_btn{
  padding-right: 140px;
}
.p-meeting__btn__delete{
  background:grey;
  color:white;
}


/*2022.05 傾向データ追記*/
.tendencyTbWrap {
  float: right;
}
.tendencyTbWrap .util-config-table th {
  padding: 10px 15px 0 0;
  vertical-align: middle;
}
.tendencyTbWrap .util-config-table td {
  padding: 10px 0 0 0;
  vertical-align: middle;
}
.tendencyTbWrap .select2-kt-styled select{
  width: 380px;
}
.tendencyTbWrap .dataCheck input {
  display: none;
}
.tendencyTbWrap .dataCheck label {
  display: block;
  float: left;
  cursor: pointer;
  width: 100px;
  margin: 0;
  padding: 10px;
  background: #d6d6d6;
  color: #777777;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  transition: .2s;
}
.tendencyTbWrap .dataCheck label:hover {
  opacity: .8;
}
.tendencyTbWrap .dataCheck label:first-of-type {
  border-radius: 5px 0 0 5px;
}
.tendencyTbWrap .dataCheck label:last-of-type {
  border-radius: 0 5px 5px 0;
}
.tendencyTbWrap .dataCheck input[type="radio"]:checked + .switch-on {
  background-color: #a5d714;
  color: #fff;
}
.tendencyTbWrap .dataCheck input[type="radio"]:checked + .switch-off {
  background-color: #a5d714;
  color: #fff;
}

/*2022.07 word版ダウンロード*/
.word_dl {
  width: 260px;
  height: 62px;
  margin: 0 auto;
  background: #d6d6d6;
  color: #777777;
  font-size: 14px;
  text-align: center;
  border: 0px;
  border-radius: 4px;

}

/*2022.07 kenshuhoukoku-preview*/
.kenshuhoukoku-preview .p-meeting__middle .lrBox{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.kenshuhoukoku-preview .p-meeting__middle .titles {
  font-size: 18px;
  margin-bottom: 12px;
}
.kenshuhoukoku-preview .p-meeting__middle .dataCheck {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.kenshuhoukoku-preview .p-meeting__middle .dataCheck label {
  margin-right: 20px;
  cursor: pointer;
}
.kenshuhoukoku-preview .p-meeting__middle .dataCheck label input[type="radio"]{
  margin-right: 5px;
}
.kenshuhoukoku-preview .p-meeting__btn {
  width: auto;
}
.kenshuhoukoku-preview .select2{
  min-width: 400px;
}
.kenshuhoukoku-preview .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  line-height: 1.2;
}
.kenshuhoukoku-preview .p-meeting__btn.btmBtn {
  margin-bottom: 15px;
}
.kenshuhoukoku-preview .p-meeting__btn.btmBtn .p-meeting__btn__release {
  margin-left: 0;
}
@media (max-width: 767px) {
  .kenshuhoukoku-preview .p-meeting__middle {
    padding: 20px;
  }
  .kenshuhoukoku-preview .p-meeting__middle .lrBox {
    display: block;
  }
  .kenshuhoukoku-preview .p-meeting__middle .dataCheck label {
    margin-bottom: 8px;
  }
  .kenshuhoukoku-preview .p-meeting__middle .lrBox .p-meeting__btn {
    width: 100%;
    margin-top: 15px;
    display: block;
    text-align: center;
  }
  .kenshuhoukoku-preview .p-meeting__middle .lrBox .p-meeting__btn input {
    width: auto;
    height: auto;
    padding: 15px 20px;
  }

  .kenshuhoukoku-preview .p-meeting__btn.btmBtn input{
    width: auto;
    height: auto;
    padding: 15px 20px;
  }
}

/***************************************************************************
 * 共通コンポーネント（チェックボックス・スイッチボタン）
 ***************************************************************************/

/* フレックスレイアウト用コンテナ */
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}

/* カスタムチェックボックス */
.check-space {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 18px;
}

.check-space input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
}

.check-space input[type="checkbox"]::before,
.check-space input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}

.check-space input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #666464;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

.check-space input[type="checkbox"]::after {
  border-bottom: 4px solid #a5d714;
  border-left: 4px solid #a5d714;
  opacity: 0;
  height: 12px;
  width: 20px;
  transform: rotate(-45deg);
  top: -11px;
  left: 8px;
}

.check-space input[type="checkbox"]:checked::after {
  opacity: 1;
}

.check-space input[type="checkbox"]:disabled::before {
  background-color: #cccccc;
  border: 1px solid #cccccc;
}

/* スイッチボタン */
.switchArea {
  background-color: #d6d6d6;
  border-radius: 5px;
  min-height: 38px;
  display: inline-block;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}

.switchArea input {
  display: none;
}

.switchArea label:first-of-type {
  border-radius: 5px 0 0 5px;
}

.switchArea label {
  display: block;
  float: left;
  cursor: pointer;
  width: auto;
  margin: 0;
  padding: 12px 10px;
  background: #ffffff;
  color: #cccccc;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  transition: .2s;
}

.switchArea input[type="radio"]:checked + .switch-on {
  background-color: #a5d714;
  color: #fff;
  font-weight: bold;
}

.switchArea input[type="radio"]:checked + .switch-off {
  background-color: #a5d714;
  color: #fff;
  font-weight: bold;
}

.switchArea label:last-of-type {
  border-radius: 0 5px 5px 0;
}
