@charset "utf-8";


/* ---------------------------------------------------------
 * common
** --------------------------------------------------------- */
/* --------------- .post_content --------------- */
.post_content {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
}
.post_content * + h2,
.post_content * + h3 {
  margin-top: 40px;
}
.post_content * + h4 {
  margin-top: 30px;
}
.post_content * + p {
  margin-top: 15px;
}
.post_content p + p {
  margin-top: 20px;
}
.post_content h4 + p {
  margin-top: -9px;
}
.post_content * + figure {
  margin-top: 30px;
}
.post_content * + ul,
.post_content * + ol {
  margin-top: 15px;
}
.post_content h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 4px;
  border-bottom: 2px solid #000;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}
.post_content h3 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 12px;
  padding-right: 4px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.post_content h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient( 90deg, #ffd800 0 30%, #dedede 30% );
  background-repeat: no-repeat;
}
.post_content h4 {
  margin-bottom: 15px;
  padding: 14px 4px 12px 12px;
  background: #f6f4ee;
  border-left: 5px solid #ccc;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
}
.post_content a {
  color: rgb(0, 102, 204);
  text-decoration: underline;
}
.post_content a:visited {
  color: indigo;
}
.post_content a:hover {
  text-decoration: none;
}
.post_content img {
  width: 100%;
}
.post_content strong {
  font-weight: bold;
}
.post_content em {
  font-style: normal;
  background-image: linear-gradient(to bottom, transparent 60%, #fff3b0 60%);
}
.post_content em.pink {
  background-image: linear-gradient(to bottom, transparent 60%, #ffccec 60%);
}
.post_content em.blue {
  background-image: linear-gradient(to bottom, transparent 60%, skyblue 60%);
}
.post_content ins {
  text-decoration: red wavy underline;
}
.post_content .red {
  color: red;
}
.post_content th,
.post_content td {
  padding: 10px 20px;
  vertical-align: middle;
}
.post_content th {
  background-color: #fffde8;
  text-align: center;
}
.post_content td {
}
.post_content td:first-child {
  background-color: #f3f3f3;
  font-weight: bold;
}
.post_content th:not(:first-child),
.post_content td:not(:first-child) {
  border-left: 1px solid #ccc;
}
.post_content thead th {
  border-bottom: 1px solid #ccc;
}
.post_content tr:not(:first-child) th,
.post_content tr:not(:first-child) td {
  border-top: 1px solid #ccc;
}
.post_content figure figcaption {
  padding: 3px 0;
  font-size: 13px;
  text-align: center;
}
.post_content kbd {
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #b4b4b4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
  color: #333;
  display: inline-block;
  font-size: .85em;
  font-weight: 700;
  line-height: 1;
  padding: 3px 4px 1px;
  white-space: nowrap;
}
.post_content ul,
.post_content ol {
  padding-left: 25px;
}
.post_content ul li {
  position: relative;
}
.post_content ul.stripes > li:nth-child(2n) {
  background-color: #fffde8;
}
.post_content ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -20px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ffd800;
  border-radius: 10px;
}
.post_content ul ul li::before {
}
.post_content ol {
  list-style-type: decimal;
}
.post_content ul ul,
.post_content ul ol,
.post_content ol ul,
.post_content ol ol {
}
.post_content ul li::marker,
.post_content ol li::marker {
  color: #ffd800;
  font-size: 16px;
  font-weight: bold;
}
/* mokuji */
.post_content .mokuji {
  margin: 30px 30px 0;
  padding: 15px 30px;
  background-color: #F7F8F8;
  font-size: 14px;
}
.post_content .mokuji .ttl {
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.post_content .mokuji > ul {
  padding-left: 0;
}
.post_content .mokuji > ul ul {
  padding-left: 20px;
  margin-top: 0;
}
.post_content .mokuji li {
  margin: 5px 0;
  list-style-type: none;
}
.post_content .mokuji ul li::before {
  display: none;
}
.post_content .mokuji li a {
  font-weight: bold;
}
/* #toc_container */
#toc_container {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
#toc_container .toc_title {
  font-size: 18px;
}
#toc_container li {
  list-style-type: none;
}
#toc_container li::before {
  display: none;
}
#toc_container a {
  color: inherit;
}
/* wp-block-table */
.post_content .wp-block-table {
  position: relative;
  overflow: auto;
  white-space: nowrap;
}
.post_content .wp-block-table::-webkit-scrollbar {
  height: 5px;
}
.post_content .wp-block-table::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.post_content .wp-block-table::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.post_content .wp-block-table::before {
  content: "左右にスクロールできます";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin: auto;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  opacity: 1;
  transition: all 0.3s ease;
  pointer-events: none;
}
.post_content .wp-block-table.scrolled::before {
  opacity: 0;
}
.post_content table {
  width: 100%;
  border: 1px solid #888;
}
.post_content aside:not(.read_together) {
  border: 1px solid #000;
  padding: 20px;
  margin-bottom: 40px;
}
.post_content aside.read_together {
  margin-top: 30px;
  border: 1px solid #194299;
  border-radius: 6px;
}
.post_content aside.read_together a {
  position: relative;
  display: flex;
  padding: 23px 14px 19px;
  color: #000;
  text-decoration: none;
}
.post_content aside.read_together a:hover {
  text-decoration: underline;
}
.post_content aside.read_together a::before {
  content: "合わせて読みたい";
  position: absolute;
  left: 15px;
  top: -11px;
  display: block;
  padding: 2px 8px 1px 23px;
  padding-left: 23px;
  background-color: #0063af;
  background-image: url("https://kanaeru-web.jp/wp-content/uploads/2024/03/ico_read_together.png");
  background-repeat: no-repeat;
  background-position: left 6px center;
  background-size: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.post_content aside.read_together .read_img {
  flex-shrink: 0;
  align-self: flex-start;
  width: 25%;
  margin-right: 15px;
}
.post_content aside.read_together .read_img .inner {
  position: relative;
  padding-top: calc(300% / 4);
}
.post_content aside.read_together .read_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.post_content aside.read_together .content {
  width: 100%;
}
.post_content aside.read_together h5 {
  display: -webkit-box;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.post_content aside.read_together p {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 5px;
  color: #666;
  font-size: 13px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.post_content aside.read_together p + div {
  display: none;
}
.post_content .frame01,
.post_content .frame02 {
  padding: 10px 20px;
  margin-top: 5px;
}
.post_content .frame01 .ttl,
.post_content .frame02 .ttl {
  font-size: 1.1em;
  font-weight: bold;
}
.post_content .frame01 .ttl + *,
.post_content .frame02 .ttl + * {
  margin-top: 5px;
}
.post_content .frame01 {
  background-color: #f6f4ee;
}
.post_content .frame02 {
  border: 5px solid #ccc;
}
.post_content .btn_area {
  margin-top: 30px;
  text-align: center;
}
.post_content .btn_area .btn {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 100px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
  .post_content h2 {
    font-size: 20px;
  }
  .post_content h3 {
    font-size: 18px;
  }
  .post_content h4 {
    font-size: 16px;
  }
  .post_content .mokuji {
    margin: 20px 0 0;
  }
  .post_content aside.read_together h5 {
    text-align: left;
  }
  .post_content aside.read_together p {
    display: none;
  }
  .post_content aside.read_together p + div {
    display: block;
    text-align: right;
  }
}
@media (max-width: 639px) {
}




/* ---------------------------------------------------------
 * #blog_single
** --------------------------------------------------------- */
#blog_single {
}
#blog_single .post_img {
  margin-bottom: 30px;
  text-align: center;
}
#blog_single .post_img img {
  max-width: 100%;
  height: auto;
}
#blog_single h1 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}
#blog_single .bnr_link {
  margin-top: 20px;
}
#blog_single .bnr_link a {
  display: block;
  overflow: hidden;
}
#blog_single .bnr_link img {
  width: 100%;
  transition: all ease 0.3s;
}
#blog_single .bnr_link a:hover img {
  transform: scale(1.03);
}
#blog_single .post_date {
  margin-top: 15px;
}
#blog_single .post_cate {
  margin-bottom: -5px;
}
#blog_single .post_cate span {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 9px;
  background-color: #eee;
  font-size: 12px;
}
#blog_single .post_cate span:not(:last-child) {
  margin-right: 10px;
}
#blog_single .post_content .bnr_link {
}
#blog_single .newsletter {
  margin-top: 40px;
}
#blog_single .user_wrapper {
  margin-top: 40px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
#blog_single .user_wrapper .ttl {
  font-weight: bold;
}
#blog_single .user_wrapper .detail {
  display: flex;
  margin-top: 10px;
}
#blog_single .user_wrapper .img {
  flex-shrink: 0;
}
#blog_single .user_wrapper .img img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  object-position: center;
}
#blog_single .user_wrapper .content {
  margin-left: 30px;
}
#blog_single .user_wrapper .user_name {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
}
#blog_single .user_wrapper p {
  margin-top: 5px;
  font-size: 14px;
}
@media (max-width: 1399px) {
  #blog_single .main {
    padding-left: 60px;
  }
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
  #blog_single .sidebar {
    padding-left: 60px;
  }
}
@media (max-width: 639px) {
  #blog_single h1 {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
  #blog_single .main,
  #blog_single .sidebar {
    padding-left: 0;
  }
  #blog_single .user_wrapper .detail {
    display: block;
  }
  #blog_single .user_wrapper .img {
    text-align: center;
  }
  #blog_single .user_wrapper .img img {
  }
  #blog_single .user_wrapper .content {
    margin-top: 10px;
    margin-left: 0;
  }
}
/* .page_nav */
#blog_single .page_nav {
  display: flex;
  margin-top: 40px;
}
#blog_single .page_nav a {
  display: block;
  width: 50%;
  padding: 15px 20px;
}
#blog_single .page_nav .prev_link {
  border: 1px solid #ccc;
  border-radius: 6px 0 0 6px;
}
#blog_single .page_nav .next_link {
  margin-left: auto;
  border: 1px solid #ccc;
  border-radius: 0 6px 6px 0;
}
#blog_single .page_nav .prev_link + .next_link {
  border-left: none;
}
#blog_single .page_nav span {
  font-weight: bold;
}
#blog_single .page_nav a > div {
  display: flex;
  margin-top: 5px;
}
#blog_single .page_nav .img {
  flex-shrink: 0;
  width: 90px;
  margin-right: 20px;
}
#blog_single .page_nav .img img {
  width: 100%;
  height: auto;
}
#blog_single .page_nav .content .ttl {
  font-size: 13px;
}
@media (max-width: 959px) {
  #blog_single .page_nav a > div {
    display: block;
  }
  #blog_single .page_nav .content .ttl {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #blog_single .page_nav {
    display: block;
  }
  #blog_single .page_nav a {
    width: 100%;
  }
  #blog_single .page_nav a > div {
    display: flex;
  }
  #blog_single .page_nav .content .ttl {
    margin-top: 0;
  }
  #blog_single .page_nav .prev_link {
    border-radius: 6px 6px 0 0;
  }
  #blog_single .page_nav .next_link {
    margin-left: 0;
    border-radius: 0 0 6px 6px;
  }
  #blog_single .page_nav .prev_link + .next_link {
    border-left: 1px solid #ccc;
    border-top: none;
  }
}
@media (max-width: 639px) {
}


/* --------------- .related --------------- */
.related {
}
.related h3 {
  font-size: 20px;
  font-weight: bold;
}
.related ul {
  margin-top: 15px;
}
.related li {
}
.related li:not(:first-child) {
  margin-top: 10px;
}
.related a {
  display: flex;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.related a:hover {
  border-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.related .img {
  flex-shrink: 0;
  width: 110px;
  margin-right: 10px;
}
.related .img img {
  width: 100%;
  height: auto;
}
.related .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.related .ttl {
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.related .date {
  font-size: 12px;
}
@media (max-width: 959px) {
  .related a {
    display: block;
  }
  .related .img {
    width: 100%;
  }
  .related .content {
    margin-top: 10px
  }
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
}


/* --------------- #sns_share --------------- */
#sns_share {
  position: fixed;
  z-index: 20;
  left: calc(calc(calc(100% - 1200px) / 2) - 70px);
}
#sns_share ul {
  display: flex;
  flex-direction: column;
}
#sns_share li:not(:last-child) {
  margin-bottom: 12px;
}
#sns_share li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 100px;
  color: #fff;
  transition: all 0.3s ease;
}
#sns_share li .twitter-icon {
  background-color: #1d9bf0;
  border: 1px solid #1d9bf0;
}
#sns_share li .facebook-icon {
  background-color: #1877f2;
  border: 1px solid #1877f2;
}
#sns_share li .line-icon {
  background-color: #06c755;
  border: 1px solid #06c755;
}
#sns_share li .hatebu-icon {
  background-color: #00a4de;
  border: 1px solid #00a4de;
}
#sns_share li .twitter-icon:hover {
  background-color: #fff;
  border: 1px solid #1d9bf0;
  color: #1d9bf0;
}
#sns_share li .facebook-icon:hover {
  background-color: #fff;
  border: 1px solid #1877f2;
  color: #1877f2;
}
#sns_share li .line-icon:hover {
  background-color: #fff;
  border: 1px solid #06c755;
  color: #06c755;
}
#sns_share li .hatebu-icon:hover {
  background-color: #fff;
  border: 1px solid #00a4de;
  color: #00a4de;
}
#sns_share li .twitter-icon svg {
  width: 25px;
  height: 25px;
}
#sns_share li .facebook-icon svg {
  width: 26px;
  height: 26px;
}
#sns_share li .line-icon svg {
  width: 28px;
  height: 28px;
}
#sns_share li .hatebu-icon svg {
  width: 23px;
  height: 23px;
}
@media (max-width: 1399px) {
  #sns_share {
    left: 20px;
  }
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
  #sns_share {
    position: static;
  }
  #sns_share ul {
    flex-direction: row;
    margin-top: 30px;
  }
  #sns_share li {
    width: 25%;
  }
  #sns_share li a {
    width: 100%;
    border-radius: 0;
  }
}




/* ---------------------------------------------------------
 * #document_single
** --------------------------------------------------------- */
#document_single {
}
#document_single .main {
  max-width: calc(70000% / 1200);
  width: 700px;
}
#document_single .sidebar {
  max-width: calc(42000% / 1200);
  width: 420px;
}
#document_single h1 {
  font-size: 28px;
  font-weight: bold;
}
#document_single .post_img {
  margin-top: 30px;
}
#document_single .post_img img {
  width: 100%;
  height: auto;
}
@media (max-width: 959px) {
  #document_single .main {
    max-width: calc(100% - 350px);
  }
  #document_single .sidebar {
    flex-shrink: 0;
    max-width: none;
    width: 310px;
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  #document_single .main {
    max-width: 100%;
    width: 100%;
  }
  #document_single .sidebar {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 639px) {
  #document_single h1 {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
}
/*/
#document_single .sidebar .form {
  padding: 40px calc(3000% / 420);
  background-color: #fffde8;
  text-justify: none;
  text-align: left;
}
#document_single .sidebar h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#document_single .sidebar .input_item {
  margin-bottom: 25px;
}
#document_single .sidebar label {
  cursor: pointer;
}
#document_single .sidebar .item_ttl {
  font-weight: bold;
}
#document_single .sidebar .item_ttl span {
  display: inline-block;
  margin-left: 10px;
  margin-top: -5px;
  padding: 3px 5px;
  background-color: #d13536;
  color: #fff;
  font-size: 10px;
  vertical-align: middle;
}
#document_single .sidebar .item_wrapper {
  display: flex;
  justify-content: space-between;
}
#document_single .sidebar .item_wrapper > div {
  display: flex;
  align-items: center;
  width: 49%;
}
#document_single .sidebar .item_wrapper > div input {
  margin-left: 8px;
}
#document_single .sidebar input:not([type="checkbox"]),
#document_single .sidebar select {
  width: 100%;
  padding: 10px;
  margin-top: 3px;
  background-color: #fff;
  border: 1px solid #888;
}
#document_single .sidebar select {
  padding-right: 35px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="200,200" fill="%23888"><path d="M 0 0 L 200 0 L 100 200 z" /></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 6px;
  cursor: pointer;
}
#document_single .sidebar input[type="checkbox"] {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/check_off.jpg);
  background-size: 100% 100%;
  border-radius: 0;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  appearance: none;
}
#document_single .sidebar input[type="checkbox"]:checked {
  background-image: url(../img/check_on.jpg);
}
/*/
#document_single .sidebar .form {
  padding: 40px calc(3000% / 420);
  background-color: #fffde8;
}
#document_single .sidebar h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#document_single .sidebar form > label {
  display: block;
  margin-bottom: 25px;
}
#document_single .sidebar .ttl {
  font-weight: bold;
}
#document_single .sidebar .ttl span {
  display: inline-block;
  margin-left: 10px;
  margin-top: -5px;
  padding: 3px 5px;
  background-color: #d13536;
  color: #fff;
  font-size: 10px;
  vertical-align: middle;
}
#document_single .sidebar label input:not([type="checkbox"]) {
  width: 100%;
  padding: 10px 5px;
  margin-top: 3px;
  background-color: #fff;
  border: 1px solid #888;
}
#document_single .sidebar .form_wrapper {
}
#document_single .sidebar .agreement {
  display: flex;
  flex-wrap: wrap;
}
#document_single .sidebar .agreement .mwform-checkbox-field {
  order: 1;
  width: 24px;
}
#document_single .sidebar .agreement .mwform-checkbox-field input {
  display: none;
}
#document_single .sidebar .agreement .mwform-checkbox-field-text {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/check_off.jpg);
  background-size: 100% 100%;
  color: transparent;
  font-size: 0;
  cursor: pointer;
}
#document_single .sidebar .agreement .mwform-checkbox-field input:checked + .mwform-checkbox-field-text {
  background-image: url(../img/check_on.jpg);
}
#document_single .sidebar .agreement .error {
  order: 3;
  width: 100%;
}
#document_single .sidebar .agreement .text {
  order: 2;
  width: calc(100% - 24px);
  padding-left: 10px;
  font-size: 14px;
}
#document_single .sidebar .agreement a {
  text-decoration: underline;
}
#document_single .sidebar .agreement a:hover {
  text-decoration: none;
}
#document_single .sidebar .send_btn {
  text-align: center;
}
#document_single .sidebar .send_btn button {
  margin-top: 20px;
  padding: 15px 30px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
}/**/




/* ---------------------------------------------------------
 * #seminar_single
** --------------------------------------------------------- */
#seminar_single {
}
#seminar_single .wrapper {
  max-width: 900px;
  margin: 0 auto;
}
#seminar_single section h2 {
  padding: 10px 0;
  border-top: 2px solid #000;
  border-bottom: 1px solid #888;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#seminar_single .post_img {
  text-align: center;
}
#seminar_single .post_img img {
  max-width: 1080px;
  width: 100%;
  height: auto;
}


/* --------------- .main --------------- */
#seminar_single .main {
  padding-bottom: 80px;
}
#seminar_single h1 {
  margin-top: 45px;
  font-size: 28px;
  font-weight: bold;
}
#seminar_single .recommend_text {
  margin-top: 50px;
  padding: 30px 40px;
  border: 3px double #ffd800;
}
#seminar_single .recommend_text h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#seminar_single .recommend_text ul {
  margin-top: 25px;
}
#seminar_single .recommend_text li {
  min-height: 26px;
  padding-left: 35px;
  background-image: url("../img/icon_check.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 27.5px 26.5px;
  font-size: 18px;
  font-weight: bold;
}
#seminar_single .recommend_text li:not(:first-child) {
  margin-top: 15px;
}
#seminar_single .main .btn_area {
  margin-top: 60px;
  text-align: center;
}
#seminar_single .main .btn_area a {
  height: 75px;
  padding: 0 75px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  line-height: 75px;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
  #seminar_single h1 {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
  #seminar_single .recommend_text {
    padding: 30px 20px;
  }
  #seminar_single .recommend_text h3 {
    font-size: 20px;
  }
  #seminar_single .recommend_text ul {
    margin-top: 20px;
  }
  #seminar_single .main .btn_area a {
    width: 80%;
    height: auto;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1.6;
  }
}


/* --------------- #seminar_outline --------------- */
#seminar_outline {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eee;
}
#seminar_outline table {
  width: 100%;
  margin-top: 40px;
  background-color: #fff;
}
#seminar_outline th,
#seminar_outline td {
  padding: 35px;
  font-size: 16px;
}
#seminar_outline th {
  padding-right: 0;
}
#seminar_outline td {
}
#seminar_outline tr:not(:first-child) th,
#seminar_outline tr:not(:first-child) td {
  border-top: 1px solid #ccc;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
  #seminar_outline th,
  #seminar_outline td {
    display: block;
    padding: 20px;
  }
  #seminar_outline th {
    padding-bottom: 0;
  }
  #seminar_outline td {
    padding-top: 10px
  }
  #seminar_outline tr:not(:first-child) td {
    border-top: none;
  }
}


/* --------------- #seminar_presenter --------------- */
#seminar_presenter {
  padding-top: 60px;
}
#seminar_presenter ul {
  margin-top: 40px;
}
#seminar_presenter li {
  display: flex;
  padding: 20px 30px;
  border: 1px solid #ccc;
}
#seminar_presenter li:not(:first-child) {
  margin-top: 20px;
}
#seminar_presenter .img {
  flex-shrink: 0;
  width: 210px;
  margin-right: 30px;
}
#seminar_presenter .img img {
  width: 100%;
  height: auto;
}
#seminar_presenter .detail {
  padding-top: 5px;
}
#seminar_presenter .company {
  font-size: 16px;
  font-weight: bold;
}
#seminar_presenter .name {
  font-size: 16px;
  font-weight: bold;
}
#seminar_presenter .content {
  margin-top: 15px;
  font-size: 14px;
}
#seminar_presenter .content_sp {
  display: none;
}
#seminar_presenter .btn_area {
  margin-top: 60px;
  text-align: center;
}
#seminar_presenter .btn_area a {
  height: 75px;
  padding: 0 75px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  line-height: 75px;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
  #seminar_presenter li {
    flex-wrap: wrap;
    padding: 10px 15px;
  }
  #seminar_presenter .img {
    width: 90px;
    margin-right: 20px;
  }
  #seminar_presenter .detail {
    width: calc(100% - 110px);
  }
  #seminar_presenter .content {
    display: none;
  }
  #seminar_presenter .content_sp {
    display: block;
    margin-top: 10px;
    font-size: 14px;
  }
  #seminar_presenter .btn_area a {
    width: 80%;
    height: auto;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1.6;
  }
}




/* ---------------------------------------------------------
 * #movie_single
** --------------------------------------------------------- */
#movie_single {
}
#movie_single .main {
  padding-top: 40px;
  padding-bottom: 35px;
  background-color: #eee;
}
#movie_single .main .wrapper {
  max-width: 840px;
}
#movie_single .movie {
  position: relative;
  width: 100%;
  padding: calc(450 / 840 * 100%) 0 0;
  margin-bottom: 20px;
}
#movie_single .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#movie_single h1 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
}
#movie_single .post_date {
}
#movie_single .related_movie {
  padding-top: 50px;
}
#movie_single .related_movie h3 {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
  #movie_single h1 {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
}





/* ---------------------------------------------------------
 * #group_single
** --------------------------------------------------------- */
#group_single {
}
#group_single .bnr_link {
  text-align: center;
}
#group_single .bnr_link:first-child {
  margin-bottom: 40px;
}
#group_single .bnr_link:last-child {
  margin-top: 40px;
}
#group_single .bnr_link a {
  display: block;
  max-width: 810px;
  margin-inline: auto;
  overflow: hidden;
}
#group_single .bnr_link img {
  max-width: 100%;
  transition: all ease 0.3s;
}
#group_single .bnr_link a:hover img {
  transform: scale(1.03);
}
#group_single .post_img {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
#group_single .post_img img {
  width: 100%;
  height: auto;
}
#group_single .wrapper {
/*  max-width: 990px;*/
}
#group_single h1 {
  padding-bottom: 10px;
  padding-left: 4px;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}
#group_single .group_data_ttl {
  position: relative;
  padding-bottom: 12px;
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
#group_single .group_data_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient( 90deg, #ffd800 0 30%, #dedede 30% );
  background-repeat: no-repeat;
}
#group_single .group_data {
}
#group_single .btn_area {
  margin-top: 100px;
}
#group_single .btn_area .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 75px;
  border-radius: 100px;
  font-weight: bold;
}
#group_single .btn_area .btn.back {
  width: 210px;
  height: 44px;
}
#group_single .subttl {
  margin-top: 100px;
  padding: 10px 0;
  border-top: 2px solid #000;
  border-bottom: 1px solid #888;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#group_single table {
  width: 100%;
  margin-top: 30px;
}
#group_single th,
#group_single td {
  padding: 10px 20px;
}
#group_single th {
  border-bottom: 1px solid #ffd800;
}
#group_single td {
  border-bottom: 1px solid #dedede;
}
#group_single td a {
  text-decoration: underline;
}
#group_single td a:hover {
  text-decoration: none;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
  #group_single .btn_area {
    margin-top: 60px;
  }
  #group_single .btn_area .btn {
    width: 300px;
    height: 55px;
  }
  #group_single .btn_area .btn.back {
    width: 210px;
    height: 44px;
  }
  #group_single table {
     margin-top: 60px;
  }
}
@media (max-width: 639px) {
  #group_single th,
  #group_single td {
    display: block;
    width: 100%;
    border: none;
  }
  #group_single th {
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 10px;
  }
  #group_single td {
    padding-top: 0;
    background-image: linear-gradient( 90deg, #ffd800 0 30%, #dedede 30% );
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: bottom center;
  }
}
