/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/



body {
  line-height: 1 !important;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/* 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;
}


table label span:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border: solid 1px #c7c7c7;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

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

table label input[type=radio]:checked + span:after {
opacity: 1;
}

/* 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;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  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 !important;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

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

.font_biz {
  font-family: "BIZ UDGothic", 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;
}

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

button:hover, button:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: 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[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  min-height: calc(100vh - 172px);
}
@media (min-width: 768px) {
  .wrapper {
    min-height: calc(100vh - 180px);
  }
}
@media (min-width: 1024px) {
  .wrapper {
    min-height: calc(100vh - 312px);
  }
}

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

.innerBox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
  position: relative;
}
@media (min-width: 1180px) {
  .innerBox {
    padding: 0;
  }
}

.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;
  appearance: button;
  border: none;
  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;
}

.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;
  }
}

#postexcerpt .inside p {
  display: none;
}

.linklist {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.linklist li {
  width: 50%;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .linklist li {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.c_grey {
  color: #b5b5b5;
}

input[type=text], input[type=number], input[type=date], input[type=time] {
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
}


input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
input[type=date]::-webkit-calendar-picker-indicator:hover {
  cursor: pointer;
}

.l-header {
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  box-shadow: 1.5px 2.598px 5px 0px rgba(4, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.l-header__logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header__mail {
  height: 100%;
  display: flex;
  align-items: center;
}
.l-header__mail li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.l-header__mail li .l-header__mail__text {
  display: flex;
  align-items: center;
  margin-right: 16px;
  padding-right: 24px;
  position: relative;
  z-index: 12;
}
.l-header__mail li .l-header__mail__text:hover {
  cursor: pointer;
}
.l-header__mail li .l-header__mail__text span {
  display: inline-block;
  margin-left: 18px;
}
.l-header__mail li .l-header__mail__text:before {
  content: "";
  position: absolute;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.l-header__mail li .l-header__mail__acount {
  position: absolute;
  width: calc(100% - 16px);
  left: 0;
  z-index: 1;
  top: 70px;
  display: none;
}
.l-header__mail li .l-header__mail__acount.js-block {
  display: block;
}
.l-header__mail li .l-header__mail__acount.js-none {
  display: none;
}
.l-header__mail li .l-header__mail__acount.is-black {
  width: 100%;
}
.l-header__mail li .l-header__mail__acount.is-black li:nth-child(1) {
  font-size: 13px;
  background-color: #000;
}
.l-header__mail li .l-header__mail__acount.is-black li:nth-child(2) {
  display: block;
  background-color: #6b6b6b;
}
.l-header__mail li .l-header__mail__acount.is-black li:nth-child(2) span:nth-child(1) {
  font-size: 16px;
  color: #ffffff;
}
.l-header__mail li .l-header__mail__acount.is-black li:nth-child(2) span:nth-child(2) {
  font-size: 11px;
}
.l-header__mail li .l-header__mail__acount li {
  padding: 9px 20px;
}
.l-header__mail li .l-header__mail__acount li:nth-child(1) {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #ffffff;
  background-color: #2855bd;
}
.l-header__mail li .l-header__mail__acount li:nth-child(2) {
  background-color: #356ae6;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.l-header__mail li .l-header__mail__acount li:nth-child(3) {
  background-color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 20px;
}
.l-header__mail li .l-header__mail__acount li:nth-child(3) a {
  display: block;
  height: 100%;
  width: 100%;
  color: #333;
}
.l-header__mail li .l-header__mail__acount li:nth-child(3) a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.l-header__mail li .l-header__mail__acount li:nth-child(4) {
  background-color: #e7e7e7;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 20px;
}
.l-header__mail li .l-header__mail__acount li:nth-child(4) a {
  display: block;
  height: 100%;
  width: 100%;
  color: #333;
}
.l-header__mail li .l-header__mail__acount li:nth-child(4) a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.l-header__mail li .l-header__mail__human {
  display: flex;
  align-items: center;
  padding-right: 24px;
  position: relative;
  z-index: 12;
}
.l-header__mail li .l-header__mail__human:hover {
  cursor: pointer;
}
.l-header__mail li .l-header__mail__human span {
  display: inline-block;
  margin-left: 18px;
}
.l-header__mail li .l-header__mail__human:before {
  content: "";
  position: absolute;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.l-nav.is-side {
  display: none;
}
@media (min-width: 1024px) {
  .l-nav.is-side {
    width: 12%;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    height: 100vh;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.38);
  }
}
.l-nav.is-side .title {
  color: #897D6D;
  font-size: 12px;
  margin-top: 50px;
  letter-spacing: 0.05em;
}
@media (min-width: 1280px) {
  .l-nav.is-side .title {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .l-nav.is-side .title {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .l-nav.is-side .title {
    font-size: 24px;
  }
}
.l-nav.is-side .title a {
  color: #897D6D;
}
.l-nav.is-side .side__content {
  position: absolute;
  left: 13%;
  bottom: 3%;
  width: 87%;
}
@media (min-width: 1500px) {
  .l-nav.is-side .side__content {
    margin-top: 230%;
  }
}
@media (min-width: 1920px) {
  .l-nav.is-side .side__content {
    margin-top: 280%;
  }
}
.l-nav.is-side .side__content ul li {
  margin-bottom: 40px;
  position: relative;
}
.l-nav.is-side .side__content ul li a {
  color: white;
  font-size: 12px;
}
@media (min-width: 1280px) {
  .l-nav.is-side .side__content ul li a {
    font-size: 14px;
  }
}

#test3 .side__content ul li:nth-child(1):before {
  width: 5px;
  height: 14px;
  background-color: #897D6D;
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
}

#company .side__content ul li:nth-child(2):before {
  width: 5px;
  height: 14px;
  background-color: #897D6D;
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
}

#service .side__content ul li:nth-child(3):before {
  width: 5px;
  height: 14px;
  background-color: #897D6D;
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
}

#recruit .side__content ul li:nth-child(4):before {
  width: 5px;
  height: 14px;
  background-color: #897D6D;
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
}

#contact .side__content ul li:nth-child(5):before {
  width: 5px;
  height: 14px;
  background-color: #897D6D;
  position: absolute;
  right: 0;
  top: 2px;
  content: "";
}



.o-sidebar {
  display: flex;
  background-color: #111111;
  width: 200px;
  position: relative;
  flex-flow: column;
  align-items: flex-end;
  position: fixed;
  top: 0px;
  left: 0;
  height: 100%;
  min-height: 100vh;
  padding-top: 70px;
  overflow-y: auto;
}
.o-sidebar__top {
  width: 100%;
  transition: 0.1s;
  margin-bottom: auto;
}
.o-sidebar__top li {
  border-bottom: #303030;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #ffffff;
  position: relative;
}
.o-sidebar__top li:hover {
  cursor: pointer;
}
.o-sidebar__top li:first-child:before {
  content: none;
}
.o-sidebar__top li:before {
  content: "";
  position: absolute;
  top: 24px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(135deg);
}
.o-sidebar__top li.open:before {
  transform: rotate(-45deg);
}
.o-sidebar__top li.current .o-sidebar__top__lower {
  display: block;
}
.o-sidebar__top li span:nth-child(1) {
  display: inline-block;
  width: 32px;
  margin: 18px 0 18px 16px;
}
.o-sidebar__top li span:nth-child(2) {
  flex: 1;
}
.o-sidebar__top li a {
  color: #ffffff;
}
.o-sidebar__top__lower {
  width: 100%;
  display: none;
}
.o-sidebar__top__lower li {
  background-color: #282828;
}
.o-sidebar__top__lower li:before {
  content: none;
}
.o-sidebar__top__lower li.current {
  background-color: #00b900;
}
.o-sidebar__top__lower li a {
  padding: 16px 4px 16px 50px;
  display: inline-block;
  width: 100%;
}
.o-sidebar__bottom {
  width: 100%;
}
.o-sidebar__bottom li {
  border-bottom: #303030;
  padding: 18px 16px;
}
.o-sidebar__bottom li a {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 17px;
}
.o-sidebar__bottom li a span:nth-child(1) {
  display: inline-block;
  width: 32px;
}
.o-sidebar__bottom li.current {
  background-color: #00b900;
}

.o-title.is-h1 {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  font-family: "BIZ UDGothic", sans-serif;
}
.o-title.is-h1 span:nth-child(1) {
  display: inline-block;
  margin-right: 24px;
}
.o-title.is-h2 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  font-family: "BIZ UDGothic", sans-serif;
}

.o-btn {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.o-btn:hover {
  cursor: pointer;
}
.o-btn.is-back_link {
  display: inline-block;
  padding-left: 18px;
  text-align: left;
  margin-bottom: 30px;
  position: relative;
  color: #40a8f1;
  font-size: 15px;
  text-decoration: underline;
}
.o-btn.is-back_link:before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: solid 2px #40a8f1;
  border-right: solid 2px #40a8f1;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  transform: rotate(-135deg);
}

.o-table {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 350px;
}
.o-table::-webkit-scrollbar {
  display: none;
}
.o-table.is-col2 {
  height: auto;
}
.o-table.is-col2 table {
  border: solid 1px #b5b5b5;
}
.o-table.is-col2 table tr:hover {
  cursor: auto;
}
.o-table.is-col2 table tr:hover td {
  background-color: transparent;
}
.o-table.is-col2 table tr th {
  width: 280px;
  vertical-align: top;
  background-color: #efefef;
  border: solid 1px #b5b5b5;
  color: #333333;
  text-align: left;
  padding: 28px 18px;
  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-weight: 600;
  font-size: 18px;
}

.o-table.is-col2 table tr th.is-middle {
  vertical-align: middle;
}
.o-table.is-col2 table tr th .c_red {
  color: #c60000;
}
.o-table.is-col2 table tr td {
  padding: 24px 24px 24px 32px;
  border: solid 1px #b5b5b5;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 22px;
}
.o-table.is-col2 table tr td label:hover {
  cursor: pointer;
}
.o-table.is-col2 table tr td label input[type=radio] {
  display: none;
}
.o-table.is-col2 table tr td label span {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  display: inline-block;
  position: relative;
  padding-left: 42px;
}
.o-table.is-col2 table tr td label span:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border: solid 1px #c7c7c7;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.o-table.is-col2 table tr td label span:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #333;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  opacity: 0;
}
.o-table.is-col2 table tr td label input[type=radio]:checked + span:after {
  opacity: 1;
}
.o-table table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
}
.o-table table tr th {
  padding: 8px 25px;
  text-align: left;
  background-color: #333;
  color: #ffffff;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: bold;
  position: sticky;
  top: 0;
  font-size: 14px;
  z-index: 2;
  vertical-align: middle;
}
.o-table table tr th.is-center {
  text-align: center;
}
.o-table table tr td {
  padding: 16px 25px;
  text-align: left;
  vertical-align: middle;
  background-color: #f2f2f2;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.04em;
}
.o-table table tr td.is-center {
  text-align: center;
}
.o-table table tr td.is-f14 {
  font-size: 14px;
}
.o-table table tr td .label {
  width: 81px;
  height: 22px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
}
.o-table table tr td .label.is-red {
  background-color: #d00010;
}
.o-table table tr td .label.is-grey {
  background-color: #838383;
}
.o-table table tr td .webhock {
  width: 73px;
  height: 38px;
  background-color: #333;
  color: #ffffff;
  font-size: 12px;
  border: 0px;
  border-radius: 4px;
  font-size: 12px;
}
.o-table table tr td .category.is-yellow {
  color: #ff9a2e;
  border: solid 1px #ff9a2e;
  border-radius: 4px;
  background-color: #faf3d7;
  width: 108px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.o-table table tr td .status {
  width: 61px;
  height: 30px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  letter-spacing: 0.04em;
  border-radius: 4px;
}
.o-table table tr td .status.is-yellow {
  background-color: #f09800;
}
.o-table table tr td .status.is-black {
  background-color: #282828;
}
.o-table table tr td .status.is-red {
  background-color: #de2020;
}
.o-table table tr td .status.is-grey {
  background-color: #838383;
}
.o-table table tr td .status.is-green {
  background-color: #14aa26;
}
.o-table table tr:nth-child(odd) td {
  background-color: #ffffff;
}
.o-table table tr:hover {
  cursor: pointer;
}
.o-table table tr:hover td {
  background-color: #e0eee0;
}

.status {
  height: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  letter-spacing: .04em;
  border-radius: 4px;
}


.o-form__input-title {
  font-size: 16px;
  color: #000;
  margin-bottom: 22px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .o-form__input-title {
    font-size: 18px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .o-form__input-title.f20 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .o-form__input-title.f20 span {
    font-size: 18px;
  }
}
.o-form__input-title.c_grey {
  color: #757575;
}
.o-form__input-title:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background-color: #0d63b9;
  top: 0;
  bottom: 0;
  left: 0;
}
.o-form__input-title .required {
  color: #fe0000;
  font-size: 12px !important;
  display: inline-block;
  margin-left: 12px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .o-form__input-title .required {
    font-size: 14px !important;
  }
}
.o-form__input-title .description {
  display: block;
  line-height: 2;
}
@media (min-width: 1180px) {
  .o-form__input-title .description {
    display: inline-block;
    margin-left: 12px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .o-form__input-detail {
    margin-left: 20px;
  }
}
.o-form__input-detail input {
  border: solid 1px #0d63b9;
  background-color: #ffffff;
  width: 100%;
  height: 60px;
  padding: 0 16px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .o-form__input-detail input {
    font-size: 18px;
  }
}
.o-form__input-detail input.max660 {
  max-width: 660px;
}
.o-form__input-detail textarea {
  border: solid 1px #0d63b9;
  background-color: #ffffff;
  width: 100%;
  height: 129px;
  padding: 16px;
  font-size: 16px;
  resize: vertical;
}
@media (min-width: 768px) {
  .o-form__input-detail textarea {
    font-size: 18px;
  }
}
.o-form__input-detail textarea.h200 {
  height: 200px;
}
.o-form__input-detail textarea.h500 {
  height: 500px;
}
.o-form__input-detail select {
  border: solid 1px #0d63b9;
  background-color: #ffffff;
  width: 100%;
  height: 60px;
  padding: 0 16px;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/images/common/select_sankaku.svg);
  background-size: 25px 22px;
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.o-form__input-detail select::ms-expand {
  display: none;
}
@media (min-width: 768px) {
  .o-form__input-detail select {
    font-size: 18px;
  }
}
.o-form__input-detail select.max343 {
  max-width: 343px;
}
.o-form__input-detail button {
  background-color: #002a69;
  color: #ffffff;
  font-size: 16px;
  border: 0px;
  line-height: 1;
  padding: 16px 24px;
}
@media (min-width: 768px) {
  .o-form__input-detail button {
    font-size: 20px;
    padding: 20px 24px;
  }
}
.o-form__input-detail .datepicker {
  background-image: url(/images/common/calendar.svg);
  background-size: 37px 33px;
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.o-form__input-detail .datepicker:hover {
  cursor: pointer;
}
.o-form__input-detail .max356 {
  max-width: 356px;
}
.o-form__input-detail.mb20 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .o-form__input-detail.ml0 {
    margin-left: 0;
  }
}
.o-form__btn {
  margin-top: 36px;
  text-align: center;
}
@media (min-width: 768px) {
  .o-form__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.o-form__btn-detail {
  width: 100%;
  max-width: 210px;
  margin: 0 auto;
  background: #002a69;
  height: 49px;
}
@media (min-width: 768px) {
  .o-form__btn-detail {
    margin: 0 35px;
  }
  .o-form__btn-detail:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.o-form__btn-detail:not(:last-child) {
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .o-form__btn-detail:not(:last-child) {
    margin: 0 35px;
  }
}
.o-form__btn-detail.max295 {
  max-width: 295px;
}
.o-form__btn-detail input {
  width: 100%;
  height: 100%;
  background: transparent;
  font-size: 20px;
  color: #ffffff;
}
.o-form__btn-detail button {
  width: 100%;
  height: 100%;
  background: transparent;
  font-size: 20px;
  color: #ffffff;
  border: 0px;
}

.o-content {
  width: 100%;
  flex: 1;
  padding: 0 0px 0px 32px;
  position: relative;
  margin-left: 240px;
  margin-top: 70px;
  overflow: hidden;
  height: 100%;
}
.o-content__inner {
  overflow-y: auto;
  padding-right: 32px;
  padding-bottom: 94px;
}
.o-content__inner.is-h150 {
  height: calc(100vh - 150px);
}
.o-content__inner.is-h160 {
  height: calc(100vh - 160px);
}
.o-content__inner.is-h200 {
  height: calc(100vh - 200px);
}
.o-content__inner.is-h212 {
  height: calc(100vh - 212px);
}
.o-content__inner.is-max1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.o-flex {
  display: flex;
  height: 100%;
  min-height: calc(100vh - 70px);
}
.o-flex.is-talk {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: auto;
  height: auto;
  gap: 40px;
}

.o-pagenation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.o-pagenation__text {
  margin-right: 26px;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #333;
}
.o-pagenation__list {
  display: flex;
  align-items: center;
}
.o-pagenation__list li {
  padding: 0 7px;
  font-size: 15px;
  color: #333;
}
.o-pagenation__list li:first-child a, .o-pagenation__list li:last-child a {
  color: #333;
  text-decoration: none;
}
.o-pagenation__list li:first-child {
  padding: 0 7px 0 0;
}
.o-pagenation__list li:last-child {
  padding: 0 0 0 7px;
}
.o-pagenation__list li a {
  color: #00a0e9;
  text-decoration: underline;
}

.o-result {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.o-result__btn {
  width: 186px;
  height: 51px;
  border-radius: 4px;
  background-color: #00b900;
  color: #ffffff;
  display: flex;
  margin: 0 0 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  padding: 0 7px 0 31px;
  position: relative;
}
.o-result__btn.is-w152 {
  width: 152px;
}
.o-result__btn:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 11px;
  background-image: url("/images/common/btn_add.svg");
}
.o-result__search {
  margin-right: 15px;
  display: flex;
  align-items: center;
  gap: 0 6px;
}
.o-result__search select {
  min-width: 135px;
  height: 46px;
}
.o-result__search button {
  width: 73px;
  height: 38px;
  color: #ffffff;
  background-color: #333;
  border-radius: 4px;
  border: 0px;
}
.o-result__text {
  display: flex;
  align-items: flex-end;
}
.o-result__text__number {
  color: #333;
  margin-right: 12px;
}
.o-result__text__number span:nth-child(1) {
  font-size: 24px;
}
.o-result__text__number span:nth-child(2) {
  font-size: 34px;
}
.o-result__text__number span:nth-child(3) {
  font-size: 18px;
}
.o-result__text__other {
  display: flex;
  align-items: center;
}
.o-result__text__other li {
  font-size: 14px;
  color: #333;
}
.o-result__text__other li:not(:last-child) {
  margin-right: 18px;
}

.o-box.is-title {
  width: calc(100% - 272px);
  background-color: #ffffff;
  padding-top: 28px;
}

.o-search {
  margin-bottom: 37px;
  display: flex;
  align-items: center;
  padding: 18px 30px;
  background-color: #f0f0f0;
}
.o-search__select {
  height: 46px;
  width: 16%;
  font-size: 14px;
  color: #333;
  margin-right: 16px;
}
.o-search__select.is-w215 {
  width: 215px;
}
.o-search__select.is-175 {
  width: 175px;
}
.o-search__select.is-w165 {
  width: 165px;
}
.o-search__select.is-w117 {
  width: 117px;
}
.o-search__checkbox {
  display: flex;
  align-items: center;
  gap: 0 5px;
  margin-right: 16px;
}
.o-search__checkbox label:hover {
  cursor: pointer;
}
.o-search__checkbox label input[type=checkbox] {
  display: none;
}
.o-search__checkbox label span {
  display: inline-block;
  padding: 8px 15px 8px 34px;
  border: solid 1px #dcdcdc;
  color: #333;
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 16.5px;
  position: relative;
}
.o-search__checkbox label span:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  border-left: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  transform: rotate(-45deg);
  top: -2px;
  bottom: 0;
  margin: auto;
  left: 10px;
}
.o-search__checkbox label input[type=checkbox]:checked + span {
  background-color: #333;
  color: #ffffff;
  border: solid 1px #333;
}
.o-search__checkbox label input[type=checkbox]:checked + span:before {
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.o-search__text {
  flex: 1;
}
.o-search__text input[type=text] {
  width: 100%;
  height: 46px;
  padding: 0 1em 0 48px;
  background-image: url("/images/common/mushimegane.svg");
  background-size: 16px 16px;
  background-position: left 16px center;
  background-repeat: no-repeat;
}
.o-search__submit {
  width: 73px;
  height: 38px;
  background-color: #333;
  border-radius: 4px;
}
.o-search__submit input[type=submit] {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
}
.o-search__submit input[type=submit]:hover {
  cursor: pointer;
}

.o-modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  transition: all 0.4s;
  z-index: 9999;
}
.o-modal.is-show {
  opacity: 1;
  visibility: visible;
}
.o-modal__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  padding: 50px 0;
}
.o-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  z-index: 1;
}
.o-modal__content {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffffff;
  border: solid 1px #aeaeae;
}
.o-modal__content.is-root_index {
  width: 646px;
  height: 348px;
  padding: 56px 50px 0;
}
.o-modal__content.is-root_index p:nth-child(1) {
  text-align: center;
  font-size: 20px;
  color: #333333;
  line-height: 1;
  margin-bottom: 45px;
  font-weight: 600;
}
.o-modal__content.is-root_index p:nth-child(2) {
  position: relative;
  margin-bottom: 12px;
}
.o-modal__content.is-root_index p:nth-child(2) input[type=text] {
  width: 100%;
  height: 52px;
  padding: 0 16px;
}
.o-modal__content.is-root_index p:nth-child(2) button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 8px;
  height: 39px;
  width: 68px;
  background-color: #333;
  color: #ffffff;
  font-size: 14px;
  border: 0px;
  border-radius: 4px;
}
.o-modal__content.is-root_index p:nth-child(3) {
  text-align: right;
  margin-bottom: 56px;
}
.o-modal__content.is-root_index p:nth-child(3) a {
  font-size: 14px;
  color: #00a0e9;
  text-decoration: underline;
}
.o-modal__content.is-root_index p:nth-child(4) {
  margin: 0 auto;
  height: 47px;
  width: 136px;
  border-radius: 4px;
  background-color: #333;
  color: #ffffff;
  line-height: 47px;
  text-align: center;
  font-size: 14px;
}
.o-modal__content.is-root_index p:nth-child(4):hover {
  cursor: pointer;
  opacity: 0.7;
}

.o-numbering {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  gap: 0 46px;
}
.o-numbering li {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  background-color: #b5b5b5;
  border-radius: 50%;
  position: relative;
}
.o-numbering li:before {
  content: "";
  position: absolute;
  background-color: #b5b5b5;
  width: 46px;
  height: 2px;
  top: 0;
  bottom: 0;
  right: -46px;
  margin: auto;
}
.o-numbering li.bg_green {
  background-color: #00b900;
}
.o-numbering li.bg_green:not(:first-child):after {
  content: "";
  position: absolute;
  background-color: #00b900;
  width: 46px;
  height: 4px;
  top: 0;
  bottom: 0;
  left: -46px;
  margin: auto;
}
.o-numbering li:last-child:before {
  content: none;
}

.p-index__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
.p-index__list li {
  margin-bottom: 32px;
  margin-right: 2%;
  width: 32%;
  text-align: left;
}

.p-setting {
  width: 100%;
  padding: 0 64px;
}
.p-setting__tab {
  width: 521px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  border: solid 1px #333;
  border-radius: 10px;
  overflow: hidden;
}
.p-setting__tab li {
  width: 50%;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
}
.p-setting__tab li:hover {
  cursor: pointer;
}
.p-setting__tab li.active {
  background-color: #333;
  color: #ffffff;
}
.p-setting__content {
  display: none;
}
.p-setting__content.active {
  display: block;
}
.p-setting__content__title {
  font-size: 23px;
  margin-bottom: 30px;
  color: #333;
  position: relative;
}
.p-setting__content__title:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 4px;
  background-color: #dbdbdb;
}
.p-setting__content__title:after {
  content: "";
  width: 19.3%;
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 4px;
  background-color: #333;
}
.p-setting__content__text {
  margin-bottom: 28px;
  color: #333;
  font-size: 15px;
}
.p-setting__content__form-table {
  margin-bottom: 30px;
  width: 100%;
  border: solid 1px #b5b5b5;
  border-collapse: collapse;
  table-layout: fixed;
}
.p-setting__content__form-table th {
  width: 280px;
  background-color: #efefef;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  padding: 15px 0 15px 25px;
  text-align: left;
  border: solid 1px #b5b5b5;
  vertical-align: middle;
}
.p-setting__content__form-table th.is-top {
  vertical-align: top;
}
.p-setting__content__form-table td {
  border: solid 1px #b5b5b5;
  vertical-align: middle;
  padding: 20px 28px 20px 24px;
}
.p-setting__content__form-table td .is-mb16 {
  margin-bottom: 16px;
}
.p-setting__content__form-table td .is-flex {
  display: flex;
  align-items: center;
}
.p-setting__content__form-table td .is-flex .flex1 {
  flex: 1;
  position: relative;
}
.p-setting__content__form-table td .c_green {
  color: #00b900;
}
.p-setting__content__form-table td .ml64 {
  margin-left: 64px;
  position: relative;
}
.p-setting__content__form-table td .ml64:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: solid 2px #00b900;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -34px;
}
.p-setting__content__form-table td .ml64:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  position: absolute;
  left: -28px;
  top: -2px;
  bottom: 0;
  margin: auto;
  border-left: 2px solid #00b900;
  border-bottom: 2px solid #00b900;
  transform: rotate(-45deg);
}
.p-setting__content__form-table td .is-flex_between {
  justify-content: space-between;
}
.p-setting__content__form-table td .input_row p:nth-child(1) {
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 1;
}
.p-setting__content__form-table td .w72 {
  width: 72px;
}
.p-setting__content__form-table td .w140 {
  width: 140px;
}
.p-setting__content__form-table td input[type=text] {
  width: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 0 1em;
  border: solid 1px #e5e5e5;
  height: 46px;
}
.p-setting__content__form-table td button:not(.site-design) {
  padding: 11px 28px;
  background-color: #333;
  color: #ffffff;
  font-size: 14px;
  border: 0px;
  border-radius: 4px;
}
.p-setting__content__form-table td button.is-padding22 {
  padding: 11px 21.5px;
}
.p-setting__content__form-table td .copy {
  padding: 0;
  height: 38px;
  width: 68px;
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-setting__content__form-submit {
  width: 193px;
  height: 55px;
  margin: 0 auto;
  background-color: #333;
  border-radius: 4px;
}
.p-setting__content__form-submit input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}
.p-setting__content__form-submit input:hover {
  cursor: pointer;
}

.p-talk_index {
  width: 100%;
}
.p-talk_index__table {
  width: 100%;
  border-bottom: solid 1px #111;
  margin-bottom: 16px;
}
.p-talk_index__table table tr th:nth-child(1) {
  width: 120px;
}
.p-talk_index__table table tr th:nth-child(2) {
  width: 165px;
}
.p-talk_index__table table tr th:nth-child(3) {
  min-width: 149px;
}
.p-talk_index__table table tr th:nth-child(4) {
  min-width: 276px;
}
.p-talk_index__table table tr th:last-child {
  width: 140px;
}

.p-talk_show__data {
  width: auto;
  flex: 1;
}
.p-talk_show__data__title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.p-talk_show__data__title span:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 13px;
  color: #333;
  font-weight: 300;
  width: 104px;
}
.p-talk_show__data__title span:nth-child(2) label {
  display: flex;
  justify-content: flex-end;
}
.p-talk_show__data__title span:nth-child(2) label:hover {
  cursor: pointer;
}
.p-talk_show__data__title span:nth-child(2) label input[type=checkbox] {
  display: none;
}
.p-talk_show__data__title span:nth-child(2) label span {
  position: relative;
}
.p-talk_show__data__title span:nth-child(2) label span:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: solid 1px #d6d6d6;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -22px;
  border-radius: 2px;
}
.p-talk_show__data__title span:nth-child(2) label span:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  top: 0px;
  bottom: 0;
  margin: auto;
  left: -19px;
  opacity: 0;
}
.p-talk_show__data__title span:nth-child(2) label input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.p-talk_show__data__top {
  padding: 9px 30px 9px 20px;
  display: flex;
  align-items: center;
  background-color: #e7e6e6;
  margin-bottom: 12px;
}
.p-talk_show__data__top p:nth-child(1) {
  margin-right: 15px;
}
.p-talk_show__data__top p:nth-child(2) {
  color: #333;
  line-height: 1.5;
}
.p-talk_show__data__top p:nth-child(2) span:nth-child(1) {
  font-size: 17px;
}
.p-talk_show__data__top p:nth-child(2) span:nth-child(2) {
  font-size: 14px;
}
.p-talk_show__data__top button {
  margin: 0 0 0 auto;
  width: 71px;
  height: 33px;
  border-radius: 4px;
  background-color: #333;
  color: #ffffff;
  font-size: 14px;
  border: 0px;
}
.p-talk_show__data__user {
  margin-bottom: 16px;
}
.p-talk_show__data__user-table {
  width: 100%;
  height: 264px;
  overflow-y: scroll;
  border: solid 1px #e7e6e6;
}
.p-talk_show__data__user-table.is-h365 {
  height: 365px;
}
.p-talk_show__data__user-table table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
}
.p-talk_show__data__user-table table tr:nth-child(even) th, .p-talk_show__data__user-table table tr:nth-child(even) td {
  background-color: #f2f2f2;
}
.p-talk_show__data__user-table table th {
  width: 200px;
  padding: 8px 9px;
  text-align: left;
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  background-color: #ffffff;
}
.p-talk_show__data__user-table table td {
  padding: 8px 8px 8px 0;
  text-align: left;
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  background-color: #ffffff;
}
.p-talk_show__data__content {
  margin-bottom: 16px;
}
.p-talk_show__data__content.is-tag .p-talk_show__data__content-detail {
  background-color: #f0fcf0;
}
.p-talk_show__data__content.is-tag .p-talk_show__data__content-detail li {
  border: solid 1px #00b900;
  color: #00b900;
}
.p-talk_show__data__content.is-list .p-talk_show__data__content-detail {
  background-color: #faf3d7;
}
.p-talk_show__data__content.is-list .p-talk_show__data__content-detail li {
  border: solid 1px #ff9a2e;
  color: #ff9a2e;
}
.p-talk_show__data__content.is-auto .p-talk_show__data__content-detail {
  background-color: #e7f2fc;
}
.p-talk_show__data__content.is-auto .p-talk_show__data__content-detail li {
  border: solid 1px #356ae6;
  color: #356ae6;
}
.p-talk_show__data__content-detail {
  padding: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 6px;
}
.p-talk_show__data__content-detail li {
  display: inline-block;
  line-height: 1;
  padding: 5px 16px;
  border-radius: 2px;
}
.p-talk_show__data__memo-button {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.p-talk_show__data__memo-button input {
  width: 284px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  background-color: #ffffff;
  padding: 0 1em;
  margin-right: 10px;
}
.p-talk_show__data__memo-button button {
  height: 38px;
  width: 73px;
  background-color: #333;
  color: #ffffff;
  border: 0px;
  border-radius: 4px;
}
.p-talk_show__data__memo-text {
  background-color: #eeeeee;
  font-size: 13px;
  line-height: 21px;
  color: 3333;
  padding: 10px 12px;
}
.p-talk_show__chat {
  width: 600px;
  border: solid 1px #e5e5e5;
  position: relative;
}
.p-talk_show__chat__detail {
  height: 590px;
  position: relative;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 55px;
}
.p-talk_show__chat__detail::-webkit-scrollbar {
  display: none;
}
.p-talk_show__chat__detail-date {
  text-align: center;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  font-size: 12px;
}
.p-talk_show__chat__detail-date span {
  color: #b1b1b1;
  border-radius: 10.5px;
  background-color: rgba(239, 239, 239, 0.4);
  padding: 5px 16px;
}
.p-talk_show__chat__detail-content_left {
  margin-bottom: 32px;
  padding: 0 0px 0 55px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.p-talk_show__chat__detail-content_left.is-mb0 {
  margin-bottom: 0;
}
.p-talk_show__chat__detail-content_left p:nth-child(1) {
  position: absolute;
  top: 0;
  left: 11px;
  width: 27px;
  height: 27px;
  margin-right: 19px;
}
.p-talk_show__chat__detail-content_left p:nth-child(2) {
  flex: 1;
  margin-top: 17px;
  background-color: #efefef;
  padding: 18px 20px;
  color: #333;
  font-size: 15px;
  line-height: 24px;
  border-radius: 20px;
  position: relative;
}
.p-talk_show__chat__detail-content_left p:nth-child(2):before {
  content: "";
  position: absolute;
  width: 25px;
  height: 23px;
  top: 8px;
  left: -11px;
  background-image: url("/images/friend/talk/yajirushi_grey.png");
}
.p-talk_show__chat__detail-content_left p:nth-child(3) {
  width: 116px;
  padding-left: 9px;
  font-size: 11px;
  color: #5c5c5c;
}
.p-talk_show__chat__detail-content_right {
  margin-bottom: 32px;
  padding: 0 25px 0 81px;
  display: flex;
  align-items: flex-end;
  position: relative;
  flex-direction: row-reverse;
}
.p-talk_show__chat__detail-content_right.is-mb0 {
  margin-bottom: 0;
}
.p-talk_show__chat__detail-content_right p:nth-child(1) {
  flex: 1;
  background-color: #00b900;
  padding: 18px 20px;
  font-size: 15px;
  line-height: 24px;
  border-radius: 20px;
  position: relative;
  color: #ffffff;
}
.p-talk_show__chat__detail-content_right p:nth-child(1):before {
  content: "";
  position: absolute;
  width: 25px;
  height: 23px;
  top: 8px;
  right: -12px;
  background-image: url("/images/friend/talk/yajirushi_green.png");
}
.p-talk_show__chat__detail-content_right p:nth-child(2) {
  width: 67px;
  font-size: 11px;
  color: #5c5c5c;
}
.p-talk_show__chat__detail-btn {
  position: sticky;
  bottom: 6px;
  width: 53px;
  height: 53px;
  margin: 0 13px 0 auto;
}
.p-talk_show__chat__detail-btn:hover {
  cursor: pointer;
}
.p-talk_show__chat__textarea {
  height: 130px;
  padding-bottom: 30px;
  width: 100%;
  border-top: solid 1px #e7e6e6;
}
.p-talk_show__chat__textarea textarea {
  width: 100%;
  height: 100px;
  border: 0px;
  background-color: #ffffff;
  padding: 15px 15px 0px 15px;
  resize: none;
  font-size: 15px;
}
.p-talk_show__chat__textarea-button {
  width: 100%;
  height: 30px;
  position: relative;
}
.p-talk_show__chat__textarea-button button {
  background-color: transparent;
  border: 0px;
}
.p-talk_show__chat__textarea-button .button:nth-child(1) {
  position: absolute;
  left: 20px;
  bottom: 6px;
}
.p-talk_show__chat__textarea-button .button:nth-child(1) input {
  display: none;
}
.p-talk_show__chat__textarea-button .button:nth-child(1) span {
  background-image: url("/images/friend/talk/chat_logo01.svg");
  width: 9px;
  height: 17px;
  display: block;
}
.p-talk_show__chat__textarea-button .button:nth-child(1) span:hover {
  cursor: pointer;
}
.p-talk_show__chat__textarea-button .button:nth-child(2) {
  position: absolute;
  left: 48px;
  bottom: 6px;
}
.p-talk_show__chat__textarea-button .button:nth-child(3) {
  position: absolute;
  left: 80px;
  bottom: 6px;
}
.p-talk_show__chat__textarea-button .button:nth-child(4) {
  position: absolute;
  right: 8px;
  bottom: 6px;
}
.p-talk_show__form {
  width: 546px;
  border: solid 1px #e5e5e5;
  padding: 28px 20px 16px;
}
.p-talk_show__form__custom {
  margin-bottom: 20px;
}
.p-talk_show__form__custom p {
  margin-bottom: 20px;
  color: #111;
  font-size: 18px;
  font-weight: 600;
}
.p-talk_show__form__custom form {
  display: flex;
  align-items: center;
}
.p-talk_show__form__custom form select {
  min-width: 205px;
  margin-right: 8px;
  height: 46px;
}
.p-talk_show__form__custom form input[type=text] {
  min-width: 205px;
  margin-right: 8px;
  height: 46px;
  padding: 0 8px;
}
.p-talk_show__form__custom form .submit input[type=submit] {
  width: 73px;
  height: 38px;
  background-color: #333;
  color: #ffffff;
  border: 0px;
  border-radius: 4px;
}
.p-talk_show__form__custom form .submit input[type=submit]:hover {
  cursor: pointer;
}
.p-talk_show__form__row {
  margin-bottom: 20px;
}
.p-talk_show__form__row.is-mb0 {
  margin-bottom: 0;
}
.p-talk_show__form__row-title {
  margin-bottom: 20px;
  color: #111;
  font-size: 18px;
  font-weight: 600;
}
.p-talk_show__form__row-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 11px;
}
.p-talk_show__form__row-flex .row_flex__content {
  width: calc(50% - 5px);
}
.p-talk_show__form__row-flex .row_flex__content p {
  color: #111;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.p-talk_show__form__row-flex .row_flex__content form {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.p-talk_show__form__row-flex .row_flex__content form select {
  height: 46px;
  width: 169px;
}
.p-talk_show__form__row-flex .row_flex__content form .submit.is-red input[type=submit] {
  background-color: #c60000;
}
.p-talk_show__form__row-flex .row_flex__content form .submit input[type=submit] {
  width: 73px;
  height: 38px;
  background-color: #333;
  color: #ffffff;
  border: 0px;
  border-radius: 4px;
}
.p-talk_show__form__row-flex .row_flex__content form .submit input[type=submit]:hover {
  cursor: pointer;
}
.p-talk_show__form__row-list {
  padding: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.p-talk_show__form__row-list.is-green {
  background-color: #f0fcf0;
}
.p-talk_show__form__row-list.is-green li {
  border: solid 1px #00b900;
  color: #00b900;
}
.p-talk_show__form__row-list.is-orange {
  background-color: #faf3d7;
}
.p-talk_show__form__row-list.is-orange li {
  border: solid 1px #ff9a2e;
  color: #ff9a2e;
}
.p-talk_show__form__row-list.is-blue {
  background-color: #e7f2fc;
}
.p-talk_show__form__row-list.is-blue li {
  border: solid 1px #356ae6;
  color: #356ae6;
}
.p-talk_show__form__row-list li {
  display: inline-block;
  line-height: 1;
  padding: 5px 16px;
  font-size: 13px;
}

.p-friend__table {
  margin-bottom: 16px;
}
.p-friend__table table tr th {
  padding: 7px 8px;
}
.p-friend__table table tr th:nth-child(1) {
  width: 32px;
}
.p-friend__table table tr td {
  padding: 7px 8px;
}
.p-friend__table table tr td:nth-child(1) {
  width: 32px;
  padding: 0;
}
.p-friend__table table tr td:last-child {
  position: relative;
  width: 34px;
  padding: 0;
  vertical-align: middle;
  text-align: centers;
}
.p-friend__table table tr td:last-child button {
  width: 100%;
  height: 45px;
  background-image: url("/images/common/button_dot.svg");
  background-size: 4px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0px;
  background-color: transparent;
}
.p-friend__table table tr td:last-child ul {
  display: none;
  width: 168px;
  position: absolute;
  top: 44px;
  right: 0;
  background-color: #ffffff;
  z-index: 3;
  box-shadow: 1.5px 2.598px 5px 0px rgba(4, 0, 0, 0.2);
}
.p-friend__table table tr td:last-child ul.open {
  display: block;
}
.p-friend__table table tr td:last-child ul:before {
  content: "";
  position: absolute;
  top: -11px;
  right: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #ffffff transparent;
}
.p-friend__table table tr td:last-child ul li a {
  padding: 15px 16px;
  display: block;
  color: #111;
}
.p-friend__table table tr td:last-child ul li a:hover {
  background-color: #e7e7e7;
}

.p-root_index__table {
  margin-bottom: 16px;
  border-bottom: solid 1px #111111;
}
.p-root_index__table table tr th {
  padding: 7px 8px;
}
.p-root_index__table table tr th:nth-child(1) {
  width: 32px;
}
.p-root_index__table table tr td {
  padding: 7px 8px;
}
.p-root_index__table table tr td a {
  color: #00a0e9;
  text-decoration: underline;
}
.p-root_index__table table tr td:nth-child(1) {
  width: 32px;
  padding: 0;
}
.p-root_index__table table tr td:nth-child(7) {
  padding: 8px 0;
  width: 260px;
}
.p-root_index__table table tr td:nth-child(7) span {
  width: 100%;
  height: 46px;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  display: flex;
  align-items: center;
  padding: 0 15px;
  color: #333;
  font-size: 14px;
  background-color: #ffffff;
  position: relative;
}
.p-root_index__table table tr td:nth-child(7) span:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 17px;
  background-image: url("../images/common/select.svg");
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}
.p-root_index__table table tr td:last-child {
  position: relative;
  width: 34px;
  padding: 0;
  vertical-align: middle;
  text-align: centers;
}
.p-root_index__table table tr td:last-child button {
  width: 100%;
  height: 45px;
  background-image: url("/images/common/button_dot.svg");
  background-size: 4px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0px;
  background-color: transparent;
}
.p-root_index__table table tr td:last-child ul {
  display: none;
  width: 168px;
  position: absolute;
  top: 44px;
  right: 0;
  background-color: #ffffff;
  z-index: 3;
  box-shadow: 1.5px 2.598px 5px 0px rgba(4, 0, 0, 0.2);
}
.p-root_index__table table tr td:last-child ul.open {
  display: block;
}
.p-root_index__table table tr td:last-child ul:before {
  content: "";
  position: absolute;
  top: -11px;
  right: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #ffffff transparent;
}
.p-root_index__table table tr td:last-child ul li a {
  padding: 15px 16px;
  display: block;
  color: #111;
  text-decoration: none;
}
.p-root_index__table table tr td:last-child ul li a:hover {
  background-color: #e7e7e7;
}

.text {
  width: 1028px;
}

.p-root_new__inner {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}
.p-root_new__title {
  margin-bottom: 16px;
  color: #333;
  font-size: 23px;
  font-weight: 600;
  border-bottom: solid 4px #dbdbdb;
  padding-bottom: 14px;
  position: relative;
}
.p-root_new__title.is-mb32 {
  margin-bottom: 32px;
}
.p-root_new__title:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 4px;
  background-color: #333;
  bottom: -4px;
  left: 0;
}
.p-root_new__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 27px;
}
.p-root_new__btn a {
  width: 193px;
  height: 55px;
  border-radius: 4px;
}
.p-root_new__btn a button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}
.p-root_new__btn__black {
  background-color: #333;
}
.p-root_new__btn__grey {
  background-color: #707070;
}
.p-root_new__content01 table {
  margin-bottom: 32px;
}
.p-root_new__content01 table tr:nth-child(1) td input[type=text] {
  width: 309px;
  height: 46px;
  padding: 0 1em;
  margin-right: 30px;
}
.p-root_new__content01 table tr:nth-child(1) td span {
  font-size: 15px;
  color: #333;
  font-weight: 600;
  display: inline-block;
  margin-right: 30px;
}
.p-root_new__content01 table tr:nth-child(1) td select {
  width: 200px;
  height: 46px;
}
.p-root_new__content01 table tr:nth-child(2) p:not(:last-child) {
  margin-bottom: 32px;
}
.p-root_new__content01 table tr:nth-child(2) p label {
  margin-bottom: 16px;
}
.p-root_new__content01 table tr:nth-child(2) p .txt {
  padding-left: 42px;
  display: inline-block;
  font-size: 13px;
  color: #333;
  line-height: 2;
}
.p-root_new__content01 table tr:nth-child(3) p:not(:last-child) {
  margin-bottom: 24px;
}
.p-root_new__content02 table {
  margin-bottom: 78px;
}
.p-root_new__content02 tr:nth-child(1) td .flex {
  display: flex;
}
.p-root_new__content02 tr:nth-child(1) td .flex__content:nth-child(1) {
  width: 300px;
}
.p-root_new__content02 tr:nth-child(1) td .flex__content:nth-child(2) {
  flex: 1;
}
.p-root_new__content02 tr:nth-child(1) td .flex__content p {
  margin-bottom: 16px;
  font-size: 13px;
  color: #333;
}
.p-root_new__content02 tr:nth-child(1) td .flex__content label {
  margin-bottom: 20px;
}
.p-root_new__content02 tr:nth-child(1) td .flex__content .textarea {
  width: 100%;
  border: solid 1px #bfbfbf;
  border-radius: 4px;
  position: relative;
  margin-bottom: 9px;
}
.p-root_new__content02 tr:nth-child(1) td .flex__content .textarea textarea {
  height: 115px;
  background-color: #ffffff;
  width: 100%;
  border: 0px;
  padding: 1em;
}
.p-root_new__content02 tr:nth-child(1) td .flex__content .textarea .textarea_item {
  position: absolute;
  border-top: solid 1px #bfbfbf;
  left: 0;
  bottom: 0;
  height: 30px;
  background-color: #eeeeee;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.p-root_new__content02 tr:nth-child(1) td .flex__content .textarea .textarea_item a:nth-child(1) span {
  left: -24px;
}
.p-root_new__content02 tr:nth-child(1) td .flex__content .textarea .textarea_item a:nth-child(2) span {
  left: -13.5px;
}
.p-root_new__content02 tr:nth-child(1) td .flex__content .textarea .textarea_item a:nth-child(3) span {
  left: -44.5px;
}
.p-root_new__content02 tr:nth-child(1) td .flex__content .textarea .textarea_item a {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 12px;
}
.p-root_new__content02 tr:nth-child(1) td .flex__content .textarea .textarea_item a:hover span {
  display: block;
}
.p-root_new__content02 tr:nth-child(1) td .flex__content .textarea .textarea_item a span {
  position: absolute;
  background-color: #8a8a8a;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  top: -24px;
  display: none;
  white-space: nowrap;
  padding: 4px 6px;
  line-height: 1;
}
.p-root_new__content02 tr:nth-child(1) td .flex__content .textarea .textarea_item a span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #8a8a8a transparent transparent transparent;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
}
.p-root_new__content02 tr:nth-child(1) td .flex__content .textarea .textarea_item .count_number {
  margin: 0 0 0 auto;
  color: #838282;
  font-size: 12px;
}
.p-root_new__content02 tr:nth-child(1) td .flex__content button {
  width: 87px;
  height: 27px;
  border-radius: 4px;
  margin: 0 0 0 auto;
  background-color: #00b900;
  border: 0px;
  color: #ffffff;
  font-size: 12px;
}
.p-root_new__content02 tr:nth-child(2) td p:nth-child(1), .p-root_new__content02 tr:nth-child(3) td p:nth-child(1) {
  margin-bottom: 23px;
  font-size: 13px;
  color: #333;
}
.p-root_new__content02 tr:nth-child(2) td p:nth-child(2), .p-root_new__content02 tr:nth-child(3) td p:nth-child(2) {
  display: flex;
}
.p-root_new__content02 tr:nth-child(2) td p:nth-child(2) label:nth-child(1), .p-root_new__content02 tr:nth-child(3) td p:nth-child(2) label:nth-child(1) {
  margin-right: 140px;
}
.p-root_new__content02 tr:nth-child(4) td p:nth-child(1) {
  margin-bottom: 23px;
  font-size: 13px;
  color: #333;
}
.p-root_new__content02 tr:nth-child(4) td p:nth-child(2) {
  display: flex;
  margin-bottom: 23px;
}
.p-root_new__content02 tr:nth-child(4) td p:nth-child(2) label {
  margin-right: 18px;
}
.p-root_new__content02 tr:nth-child(4) td p:nth-child(3) {
  margin-bottom: 10px;
  font-size: 13px;
  color: #333;
  line-height: 1;
}
.p-root_new__content02 tr:nth-child(4) td p:nth-child(4) {
  display: flex;
  align-items: center;
}
.p-root_new__content02 tr:nth-child(4) td p:nth-child(4) input[type=text] {
  width: 398px;
  height: 46px;
  margin-right: 8px;
  padding: 0 1em;
}
.p-root_new__content02 tr:nth-child(4) td p:nth-child(4) button {
  width: 75px;
  background-color: #333;
  color: #ffffff;
  font-size: 15px;
  height: 40px;
  border: 0px;
  border-radius: 4px;
}
.p-root_new__content02 tr:nth-child(5) td .txt {
  font-size: 13px;
  color: #333;
  margin-bottom: 32px;
}
.p-root_new__content02 tr:nth-child(5) td .action_content__row {
  display: flex;
  align-items: center;
}
.p-root_new__content02 tr:nth-child(5) td .action_content__row p:nth-child(1) {
  font-size: 15px;
  color: #333;
  width: 110px;
}
.p-root_new__content02 tr:nth-child(5) td .action_content__row p:nth-child(2) {
  flex: 1;
  background-color: #eeeeee;
  margin-right: 16px;
  display: flex;
  align-items: center;
  padding: 0 28px;
  height: 46px;
}
.p-root_new__content02 tr:nth-child(5) td .action_content__row p:nth-child(2) span:nth-child(1) {
  width: 132px;
  display: inline-block;
  font-size: 16px;
}
.p-root_new__content02 tr:nth-child(5) td .action_content__row p:nth-child(2) span:nth-child(2) a {
  font-size: 16px;
  color: #40a8f1;
  text-decoration: underline;
}
.p-root_new__content02 tr:nth-child(5) td .action_content__row p:nth-child(2) span:nth-child(2) span {
  width: auto;
  font-size: 13px;
  display: inline-block;
  margin-right: 6px;
  line-height: 1;
  padding: 4px 16px;
}
.p-root_new__content02 tr:nth-child(5) td .action_content__row p:nth-child(2) span:nth-child(2) span.c_green {
  color: #00b900;
  border: solid 1px #00b900;
  background-color: #f0fcf0;
}
.p-root_new__content02 tr:nth-child(5) td .action_content__row p:nth-child(2) span:nth-child(2) span.c_orange {
  color: #ff9a2e;
  border: solid 1px #ff9a2e;
  background-color: #faf3d7;
}
.p-root_new__content02 tr:nth-child(5) td .action_content__row button {
  background-color: transparent;
  border: 0px;
}
.p-root_new__content02 tr:nth-child(5) td .action_content__row:not(:last-child) {
  margin-bottom: 25px;
}
.p-root_new__content02 tr:nth-child(5) td .action_content__row .btn {
  padding-left: 28px;
  color: #40a8f1;
  font-size: 16px;
  position: relative;
}
.p-root_new__content02 tr:nth-child(5) td .action_content__row .btn:hover {
  cursor: pointer;
}
.p-root_new__content02 tr:nth-child(5) td .action_content__row .btn:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border: solid 2px #40a8f1;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-root_new__content02 tr:nth-child(5) td .action_content__row .btn:after {
  content: "+";
  position: absolute;
  color: #40a8f1;
  left: 4px;
  top: -1px;
  font-size: 20px;
  font-weight: 600;
}
.p-root_new__content03 table {
  margin-bottom: 84px;
}
.p-root_new__content03 table tr td .is-flex {
  display: flex;
  align-items: center;
}
.p-root_new__content03 table tr td .is-flex:not(:last-child) {
  margin-bottom: 10px;
}
.p-root_new__content03 table tr td .is-flex span {
  display: inline-block;
  width: 90px;
}
.p-root_new__content03 table tr td .is-flex ul {
  display: flex;
  gap: 10px;
}
.p-root_new__content03 table tr td .is-flex ul.c_green li {
  color: #00b900;
  border: solid 1px #00b900;
  background-color: #f0fcf0;
}
.p-root_new__content03 table tr td .is-flex ul.c_orange li {
  color: #ff9a2e;
  border: solid 1px #ff9a2e;
  background-color: #faf3d7;
}
.p-root_new__content03 table tr td .is-flex ul li {
  padding: 4px 16px;
  font-size: 13px;
}
.p-root_new__content04__text {
  text-align: center;
  color: #333;
  line-height: 1;
  font-size: 15px;
  margin-bottom: 40px;
}
.p-root_new__content04__row {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.p-root_new__content04__row.is-mb0 {
  margin-bottom: 0;
}
.p-root_new__content04__row p:nth-child(1) {
  width: 375px;
}
.p-root_new__content04__row p:nth-child(2) {
  width: 500px;
  margin-right: 16px;
  position: relative;
}
.p-root_new__content04__row p:nth-child(2) input[type=text] {
  width: 100%;
  height: 52px;
  padding: 0 1em;
}
.p-root_new__content04__row p:nth-child(2) button {
  width: 68px;
  height: 39px;
  background-color: #333;
  color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto;
  border: 0px;
}
.p-root_new__content04__row a {
  color: #00a0e9;
  font-size: 14px;
  text-decoration: underline;
}

.p-webcast_index__table {
  margin-bottom: 16px;
  border-bottom: solid 1px #111;
}
.p-webcast_index__table table tr td:nth-child(1) {
  width: 32px;
  padding: 0;
}
.p-webcast_index__table table tr td:last-child {
  position: relative;
  width: 34px;
  padding: 0;
  vertical-align: middle;
  text-align: centers;
}
.p-webcast_index__table table tr td:last-child button {
  width: 100%;
  height: 45px;
  background-image: url("/images/common/button_dot.svg");
  background-size: 4px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0px;
  background-color: transparent;
}
.p-webcast_index__table table tr td:last-child ul {
  display: none;
  width: 168px;
  position: absolute;
  top: 44px;
  right: 0;
  background-color: #ffffff;
  z-index: 3;
  box-shadow: 1.5px 2.598px 5px 0px rgba(4, 0, 0, 0.2);
}
.p-webcast_index__table table tr td:last-child ul.open {
  display: block;
}
.p-webcast_index__table table tr td:last-child ul:before {
  content: "";
  position: absolute;
  top: -11px;
  right: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #ffffff transparent;
}
.p-webcast_index__table table tr td:last-child ul li a {
  padding: 15px 16px;
  display: block;
  color: #111;
}
.p-webcast_index__table table tr td:last-child ul li a:hover {
  background-color: #e7e7e7;
}

.p-webcast_new__inner {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}
.p-webcast_new__title {
  margin-bottom: 16px;
  color: #333;
  font-size: 23px;
  font-weight: 600;
  border-bottom: solid 4px #dbdbdb;
  padding-bottom: 14px;
  position: relative;
}
.p-webcast_new__title.is-mb32 {
  margin-bottom: 32px;
}
.p-webcast_new__title:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 4px;
  background-color: #333;
  bottom: -4px;
  left: 0;
}
.p-webcast_new__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 27px;
}
.p-webcast_new__btn a {
  width: 193px;
  height: 55px;
  border-radius: 4px;
}
.p-webcast_new__btn a button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}
.p-webcast_new__btn__black {
  background-color: #333;
}
.p-webcast_new__btn__grey {
  background-color: #707070;
}
.p-webcast_new__content01 table {
  margin-bottom: 32px;
}
.p-webcast_new__content01 table tr:nth-child(1) td input[type=text] {
  width: 309px;
  height: 46px;
  padding: 0 1em;
  margin-right: 30px;
}
.p-webcast_new__content01 table tr:nth-child(1) td span {
  font-size: 15px;
  color: #333;
  font-weight: 600;
  display: inline-block;
  margin-right: 30px;
}
.p-webcast_new__content01 table tr:nth-child(1) td select {
  width: 200px;
  height: 46px;
}
.p-webcast_new__content01 table tr:nth-child(2) td .radio {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.p-webcast_new__content01 table tr:nth-child(2) td .radio label:not(:last-child) {
  margin-right: 45px;
}
.p-webcast_new__content01 table tr:nth-child(2) td .add_flex {
  display: flex;
}
.p-webcast_new__content01 table tr:nth-child(2) td .add_flex.is-mb24 {
  margin-bottom: 24px;
}
.p-webcast_new__content01 table tr:nth-child(2) td .add_flex__content {
  width: 50%;
}
.p-webcast_new__content01 table tr:nth-child(2) td .add_flex__content p:nth-child(1) {
  font-size: 14px;
  line-height: 1;
  color: #333;
  margin-bottom: 9px;
}
.p-webcast_new__content01 table tr:nth-child(2) td .add_flex__content p:nth-child(2) {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.p-webcast_new__content01 table tr:nth-child(2) td .add_flex__content p:nth-child(2) input[type=text] {
  width: 216px;
  padding: 0 1em;
  height: 44px;
  margin-right: 16px;
}
.p-webcast_new__content01 table tr:nth-child(2) td .add_flex__content p:nth-child(2) button {
  width: 73px;
  height: 38px;
  background-color: #333;
  color: #ffffff;
  font-size: 14px;
  border: 0px;
  border-radius: 4px;
}
.p-webcast_new__content01 table tr:nth-child(2) td .add_flex__content ul {
  display: flex;
  gap: 16px;
}
.p-webcast_new__content01 table tr:nth-child(2) td .add_flex__content ul li {
  line-height: 1;
  padding: 4px 16px;
  position: relative;
  font-size: 13px;
}
.p-webcast_new__content01 table tr:nth-child(2) td .add_flex__content ul li img {
  position: absolute;
  top: -6px;
  right: -12px;
}
.p-webcast_new__content01 table tr:nth-child(2) td .add_flex__content ul li img:hover {
  cursor: pointer;
}
.p-webcast_new__content01 table tr:nth-child(2) td .add_flex__content ul li.is-green {
  border: solid 1px #00b900;
  color: #00b900;
  background-color: #f0fcf0;
}
.p-webcast_new__content01 table tr:nth-child(2) td .add_flex__content ul li.is-orange {
  background-color: #faf3d7;
  border: solid 1px #ff9a2e;
  color: #ff9a2e;
}
.p-webcast_new__content01 table tr:nth-child(2) td .description {
  line-height: 1;
  margin-bottom: 12px;
  font-size: 13px;
  color: #333;
}
.p-webcast_new__content01 table tr:nth-child(2) td .bg_grey {
  padding: 16px;
  background-color: #efefef;
}
.p-webcast_new__content01 table tr:nth-child(2) td .bg_grey .button {
  width: 106px;
  height: 38px;
  background-color: #333;
  color: #ffffff;
  font-size: 14px;
  border: 0px;
  border-radius: 4px;
  margin: 0 auto 16px;
}
.p-webcast_new__content01 table tr:nth-child(2) td .bg_grey .table {
  background-color: #ffffff;
  padding: 24px 18px 18px 18px;
}
.p-webcast_new__content01 table tr:nth-child(2) td .bg_grey .table p:nth-child(1) {
  font-weight: 600;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  margin-bottom: 24px;
  color: #333;
}
.p-webcast_new__content01 table tr:nth-child(2) td .bg_grey .table p:nth-child(2) {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 14px;
  color: #333;
}
.p-webcast_new__content01 table tr:nth-child(2) td .bg_grey .table p:nth-child(2) span {
  font-weight: 600;
}
.p-webcast_new__content01 table tr:nth-child(2) td .bg_grey .table .table_list {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.p-webcast_new__content01 table tr:nth-child(2) td .bg_grey .table .table_list p {
  font-size: 13px;
  line-height: 1;
  color: #333;
  margin-right: 8px;
  margin-bottom: 0;
  font-weight: 300;
}
.p-webcast_new__content01 table tr:nth-child(2) td .bg_grey .table .table_list ul {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 20px;
}
.p-webcast_new__content01 table tr:nth-child(2) td .bg_grey .table .table_list ul li {
  line-height: 1;
  padding: 4px 16px;
  font-size: 13px;
}
.p-webcast_new__content01 table tr:nth-child(2) td .bg_grey .table .table_list ul li.is-green {
  border: solid 1px #00b900;
  color: #00b900;
  background-color: #f0fcf0;
}
.p-webcast_new__content01 table tr:nth-child(2) td .bg_grey .table .table_list ul li.is-orange {
  background-color: #faf3d7;
  border: solid 1px #ff9a2e;
  color: #ff9a2e;
}
.p-webcast_new__content01 table tr:nth-child(2) td .bg_grey .table__content {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 135px;
  border: solid 1px #b5b5b5;
}
.p-webcast_new__content01 table tr:nth-child(2) td .bg_grey .table__content::-webkit-scrollbar {
  display: none;
}
.p-webcast_new__content01 table tr:nth-child(2) td .bg_grey .table table {
  width: 100%;
  border: 0px;
  margin-bottom: 0;
}
.p-webcast_new__content01 table tr:nth-child(2) td .bg_grey .table table tr {
  background-color: #ffffff;
}
.p-webcast_new__content01 table tr:nth-child(2) td .bg_grey .table table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.p-webcast_new__content01 table tr:nth-child(2) td .bg_grey .table table tr th, .p-webcast_new__content01 table tr:nth-child(2) td .bg_grey .table table tr td {
  background-color: transparent;
  border: 0px;
  font-size: 13px;
  padding: 6px 10px;
  font-weight: 300;
  position: static;
}
.p-webcast_new__content01 table tr:nth-child(2) td .bg_grey .table table tr th {
  width: 196px;
}
.p-webcast_new__content02 table {
  margin-bottom: 42px;
}
.p-webcast_new__content02 table tr:nth-child(1) td p:nth-child(1) {
  margin-bottom: 24px;
}
.p-webcast_new__content02 table tr:nth-child(1) td p:nth-child(2) {
  margin-bottom: 20px;
}
.p-webcast_new__content02 table tr:nth-child(1) td p:nth-child(3) {
  display: flex;
  align-items: center;
}
.p-webcast_new__content02 table tr:nth-child(1) td p:nth-child(3) input[type=date] {
  width: 205px;
  height: 46px;
  margin-right: 16px;
  padding: 0 16px;
}
.p-webcast_new__content02 table tr:nth-child(1) td p:nth-child(3) input[type=number] {
  width: 67px;
  height: 46px;
  margin-right: 16px;
}
.p-webcast_new__content02 table tr:nth-child(1) td p:nth-child(3) span {
  display: inline-block;
  margin-right: 16px;
  font-size: 14px;
  color: #333;
}
.p-webcast_new__content02 table tr:nth-child(2) td .flex {
  display: flex;
}
.p-webcast_new__content02 table tr:nth-child(2) td .flex__content:nth-child(1) {
  width: 300px;
}
.p-webcast_new__content02 table tr:nth-child(2) td .flex__content:nth-child(2) {
  flex: 1;
}
.p-webcast_new__content02 table tr:nth-child(2) td .flex__content p {
  margin-bottom: 16px;
  font-size: 13px;
  color: #333;
}
.p-webcast_new__content02 table tr:nth-child(2) td .flex__content label {
  margin-bottom: 20px;
}
.p-webcast_new__content02 table tr:nth-child(2) td .flex__content .textarea {
  width: 100%;
  border: solid 1px #bfbfbf;
  border-radius: 4px;
  position: relative;
  margin-bottom: 9px;
}
.p-webcast_new__content02 table tr:nth-child(2) td .flex__content .textarea textarea {
  height: 115px;
  background-color: #ffffff;
  width: 100%;
  border: 0px;
  padding: 1em;
}
.p-webcast_new__content02 table tr:nth-child(2) td .flex__content .textarea .textarea_item {
  position: absolute;
  border-top: solid 1px #bfbfbf;
  left: 0;
  bottom: 0;
  height: 30px;
  background-color: #eeeeee;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.p-webcast_new__content02 table tr:nth-child(2) td .flex__content .textarea .textarea_item a:nth-child(1) span {
  left: -24px;
}
.p-webcast_new__content02 table tr:nth-child(2) td .flex__content .textarea .textarea_item a:nth-child(2) span {
  left: -13.5px;
}
.p-webcast_new__content02 table tr:nth-child(2) td .flex__content .textarea .textarea_item a:nth-child(3) span {
  left: -44.5px;
}
.p-webcast_new__content02 table tr:nth-child(2) td .flex__content .textarea .textarea_item a {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 12px;
}
.p-webcast_new__content02 table tr:nth-child(2) td .flex__content .textarea .textarea_item a:hover span {
  display: block;
}
.p-webcast_new__content02 table tr:nth-child(2) td .flex__content .textarea .textarea_item a span {
  position: absolute;
  background-color: #8a8a8a;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  top: -24px;
  display: none;
  white-space: nowrap;
  padding: 4px 6px;
  line-height: 1;
}
.p-webcast_new__content02 table tr:nth-child(2) td .flex__content .textarea .textarea_item a span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #8a8a8a transparent transparent transparent;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
}
.p-webcast_new__content02 table tr:nth-child(2) td .flex__content .textarea .textarea_item .count_number {
  margin: 0 0 0 auto;
  color: #838282;
  font-size: 12px;
}
.p-webcast_new__content02 table tr:nth-child(3) .add_flex {
  display: flex;
}
.p-webcast_new__content02 table tr:nth-child(3) .add_flex.is-mb24 {
  margin-bottom: 24px;
}
.p-webcast_new__content02 table tr:nth-child(3) .add_flex__content {
  width: 50%;
}
.p-webcast_new__content02 table tr:nth-child(3) .add_flex__content p:nth-child(1) {
  font-size: 14px;
  line-height: 1;
  color: #333;
  margin-bottom: 9px;
}
.p-webcast_new__content02 table tr:nth-child(3) .add_flex__content p:nth-child(2) {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.p-webcast_new__content02 table tr:nth-child(3) .add_flex__content p:nth-child(2) input[type=text] {
  width: 216px;
  padding: 0 1em;
  height: 44px;
  margin-right: 16px;
}
.p-webcast_new__content02 table tr:nth-child(3) .add_flex__content p:nth-child(2) button {
  width: 73px;
  height: 38px;
  background-color: #333;
  color: #ffffff;
  font-size: 14px;
  border: 0px;
  border-radius: 4px;
}
.p-webcast_new__content02 table tr:nth-child(3) .add_flex__content ul {
  display: flex;
  gap: 16px;
}
.p-webcast_new__content02 table tr:nth-child(3) .add_flex__content ul li {
  line-height: 1;
  padding: 4px 16px;
  position: relative;
  font-size: 13px;
}
.p-webcast_new__content02 table tr:nth-child(3) .add_flex__content ul li img {
  position: absolute;
  top: -6px;
  right: -12px;
}
.p-webcast_new__content02 table tr:nth-child(3) .add_flex__content ul li img:hover {
  cursor: pointer;
}
.p-webcast_new__content02 table tr:nth-child(3) .add_flex__content ul li.is-green {
  border: solid 1px #00b900;
  color: #00b900;
  background-color: #f0fcf0;
}
.p-webcast_new__content02 table tr:nth-child(3) .add_flex__content ul li.is-orange {
  background-color: #faf3d7;
  border: solid 1px #ff9a2e;
  color: #ff9a2e;
}
.p-webcast_new__content03 table {
  margin-bottom: 28px;
}
.p-webcast_new__content03 table tr:nth-child(5) td .tag {
  display: flex;
  align-items: center;
}
.p-webcast_new__content03 table tr:nth-child(5) td .tag:not(:last-child) {
  margin-bottom: 16px;
}
.p-webcast_new__content03 table tr:nth-child(5) td .tag p {
  width: 90px;
}
.p-webcast_new__content03 table tr:nth-child(5) td .tag ul {
  display: flex;
  gap: 6px;
}
.p-webcast_new__content03 table tr:nth-child(5) td .tag ul li {
  line-height: 1;
  padding: 4px 16px;
  position: relative;
  font-size: 13px;
}
.p-webcast_new__content03 table tr:nth-child(5) td .tag ul li.is-green {
  border: solid 1px #00b900;
  color: #00b900;
  background-color: #f0fcf0;
}
.p-webcast_new__content03 table tr:nth-child(5) td .tag ul li.is-orange {
  background-color: #faf3d7;
  border: solid 1px #ff9a2e;
  color: #ff9a2e;
}


/* lseed */
.corner-close-button:hover {
		filter: brightness(90%);
}

span.required::after {
  content: "\5fc5\9808";
  background-color: red;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  min-width: 10px;
  padding: 3px 7px;
  margin: 0px 5px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
}

span.optional::after {
  content: "\4efb\610f";
  background-color: gray;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  min-width: 10px;
  padding: 3px 7px;
  margin: 0px 5px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
}


input[type=date] {
  appearance: none;
  position: relative;
  background-image: url("/images/common/calender_input.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 18px 20px;
}

input[type=time]::-webkit-calendar-picker-indicator {
  display: block;
  background: url(/images/common/clock.svg) no-repeat;
}

  .step-title:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 4px;
    background-color: #333;
    bottom: -4px;
    left: 0;
}


.form-table {
  table-layout:fixed;
  margin-bottom: 20px;
  width: 100%;
}

.form-table > tbody > tr > th {
  background-color: #efefef;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  border: 1px solid #b5b5b5;
  padding-left: 1rem;
  padding-right: 1rem;
}

.form-table > tbody > tr > td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 1px solid #b5b5b5;
  padding-left: 2rem;
  padding-right: 1.5rem;
}

.ql-editor {
  background-color: white;
}



  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="10px"]::before {
      content: '10px';
      font-size: 10px !important;
  }
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="12px"]::before {
      content: '12px';
      font-size: 12px !important;
  }
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="14px"]::before {
      content: '14px';
      font-size: 14px !important;
  }
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="16px"]::before {
      content: '16px';
      font-size: 16px !important;
  }
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="20px"]::before {
      content: '20px';
      font-size: 20px !important;
  }
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="24px"]::before {
      content: '24px';
      font-size: 24px !important;
  }
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="32px"]::before {
      content: '32px';
      font-size: 32px !important;
  }
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="42px"]::before {
      content: '42px';
      font-size: 42px !important;
  }
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="54px"]::before {
      content: '54px';
      font-size: 54px !important;
  }
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="68px"]::before {
      content: '68px';
      font-size: 68px !important;
  }
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="84px"]::before {
      content: '84px';
      font-size: 84px !important;
  }
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="98px"]::before {
      content: '98px';
      font-size: 98px !important;
  }
  
.login-btn {
  display: inline-flex;
  width: 100%;
  max-width: 200px;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  background-color: #2563eb;
  /* Tailwindのblue-600相当 */
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}

/* ▼▼▼ 新しいアニメーション定義を追加 ▼▼▼ */
@keyframes random-wave-animation {
  0% {
    transform: rotate(0deg) scale(1.2) translate(0%, 0%);
  }
  25% {
    transform: rotate(-3deg) scale(1.25) translate(-2%, 3%);
  }
  50% {
    transform: rotate(4deg) scale(1.18) translate(3%, -2%);
  }
  75% {
    transform: rotate(-1deg) scale(1.22) translate(1%, -1%);
  }
  100% {
    transform: rotate(0deg) scale(1.2) translate(0%, 0%);
  }
}

.random-wave-bg {
  position: relative;
  overflow: hidden;
}

.random-wave-bg::before {
  position: absolute;
  z-index: -1;
  animation: random-wave-animation 20s ease-in-out infinite;
  inset: -25%;
  background: linear-gradient(45deg, #ddfff2 0%, #ffffff 50%, #d2e8ff 100%);
  content: '';
}

.list-range-select {
  border-radius: 6px;
  border: 1px solid #ccc;
}

/* ダークモード */
@media (prefers-color-scheme: dark) {
  .random-wave-bg::before {
    background: linear-gradient(
      45deg,
      #0f1b28 0%,
      #1a2a3a 50%,
      #243549 100%
    );
  }
  input.lseed-dark[type=text],
  input.lseed-dark[type=number],
  input.lseed-dark[type=date],
  input.lseed-dark[type=time] {
    background-color: #1e1e1e;
    border: solid 1px #555555;
    color: #e6e6e6;
  }

  /* placeholder */
  input.lseed-dark[type=text]::placeholder,
  input.lseed-dark[type=number]::placeholder,
  input.lseed-dark[type=date]::placeholder,
  input.lseed-dark[type=time]::placeholder {
    color: #9e9e9e;
  }
}

@media (max-width: 768px) {
  .list-range-select {
    width: 100%;
  }
}