@charset "UTF-8";
/* common.css */
/* 1. local reset
-------------------------------------*/
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: Verdana, Geneva, sans-serif;
  word-break: break-all;
  word-wrap: break-word;
  color: #545454;
}

a {
  color: #1A72B0;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}

label input {
  vertical-align: middle;
}

#contents {
  clear: both;
  font-size: 82%;
}

.yj100per-1 #yjContentsBody span.yjGuid {
  display: none;
}

.yj100per-2 #yjMain,
.yj950-2 #yjMain {
  float: right;
}

.yj100per-2 #yjSub,
.yj950-2 #yjSub {
  float: left;
}

#header {
  width: 990px;
  margin: 10px auto 0;
  padding: 0 10px;
}

#masthead {
  width: 100%;
  height: 41px;
  margin: 4px auto 10px auto;
  text-align: left;
}

.yjmthproplogoarea {
  float: left;
}

.yjmth a {
  border: 0px;
}
.yjmth a:hover {
  text-decoration: underline;
}
.yjmth img {
  vertical-align: middle;
  border: 0px;
}

.yjmthcmnlnkarea {
  float: right;
  margin: 0 3px 0 0;
  font-size: 13px;
  text-align: right;
  line-height: 1.5;
}

.yjContentsHeader {
  border-top: 1px solid #f0f0f0;
  min-width: 990px;
  background-color: #f6f6f6;
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.yjContentsHeader .header__inner {
  position: relative;
  margin: 0 auto;
  width: 990px;
}
.yjContentsHeader .header__head {
  font-size: 18px;
  padding: 6px 0 14px;
  height: 30px;
}
.yjContentsHeader .header__title {
  margin-top: 5px;
  float: left;
  display: inline-block;
  font-weight: bold;
}
.yjContentsHeader .header__title a {
  color: #222;
}
.yjContentsHeader .header__title a:hover, .yjContentsHeader .header__title a:active {
  color: #222;
  text-decoration: none;
}
.yjContentsHeader .searchform {
  text-align: right;
  display: flex;
  float: right;
  border: 1px solid #e7e7e7;
}
.yjContentsHeader .searchform__input {
  width: 350px;
  height: 36px;
  padding: 0 6px;
  border: none;
  vertical-align: middle;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 36px;
  vertical-align: top;
}
.yjContentsHeader .searchform__button {
  padding: 0;
  width: 45px;
  height: 36px;
  background: #545454 url(../images/icon_search.png) no-repeat 50% 50%;
  background-size: 16px 16px;
  border: none;
  vertical-align: top;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.yjContentsHeader .searchform__button:hover {
  background-color: #333333;
  cursor: pointer;
}
.yjContentsHeader.is-fixed {
  border-top: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: rgba(70, 70, 70, 0.95);
}
.yjContentsHeader.is-fixed .header__title a {
  color: #ffffff;
}
.yjContentsHeader.is-fixed .searchform__button {
  background-color: #999999;
}
.yjContentsHeader.is-fixed .searchform__button:hover {
  background-color: #737373;
}

.gnav {
  padding: 0 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #f0f0f0;
  width: 100%;
  height: 65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.gnav__inner {
  position: relative;
  margin: 0 auto;
  width: 990px;
  height: 100%;
}
.gnav__list {
  float: left;
}
.gnav__list-item {
  float: left;
  font-size: 14px;
  line-height: 65px;
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
.is-fixed .gnav__list-item {
  line-height: 48px;
}
.is-fixed .gnav__list-item:hover {
  background-color: transparent;
}
.gnav__list-item:hover {
  background-color: #f5f5f5;
}
.gnav__list-item--current .gnav__list-trigger:after {
  -webkit-animation: spreadLine 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s forwards;
  animation: spreadLine 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s forwards;
}
.gnav__list-item.is-disabled .gnav__list-trigger:after {
  -webkit-animation: none;
  animation: none;
  opacity: 1;
  width: 100%;
  z-index: 1;
}
.gnav__list-trigger {
  position: relative;
  display: block;
  padding: 0 20px;
  color: #212121;
  text-decoration: none;
}
.gnav__list-trigger:after {
  content: "";
  opacity: 0;
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: #c9002c;
}
.gnav__list-trigger:hover {
  text-decoration: none;
}
.is-fixed .gnav__list-trigger {
  color: #fff;
}
.is-fixed .gnav__list-trigger:after {
  visibility: hidden;
}
.gnav__info {
  float: right;
  text-align: right;
  line-height: 65px;
  font-size: 14px;
}

.yjContents {
  display: flex;
  width: 990px;
  margin: 0 auto 30px;
}

.yjSubColumn {
  width: 222px;
}
.yjSubColumn .nav {
  border: 1px solid #e5e5e5;
  width: 222px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.yjSubColumn .menu li {
  position: relative;
}
.yjSubColumn .menu__item {
  width: 100%;
  height: 45px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
}
.yjSubColumn .menu__item:last-of-type {
  border: none;
}
.yjSubColumn .menu__item a {
  display: block;
  box-sizing: border-box;
  padding: 10px 10px;
  color: #212121;
  border-left: 2px solid rgba(255, 255, 255, 0);
  height: 45px;
  line-height: 25px;
}
.yjSubColumn .menu__item.current > a {
  box-sizing: border-box;
  border-left: 2px solid #C9002C;
  text-decoration: none;
  background-color: #f6f6f6;
  font-weight: bold;
}
.yjSubColumn .menu__item:hover > a {
  box-sizing: border-box;
  text-decoration: none;
  background-color: #f6f6f6;
}
.yjSubColumn .menu__item:hover .subMenu {
  position: relative;
  top: -46px;
  left: 220px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.yjSubColumn .menu__item:hover .subMenu > li {
  margin-bottom: 1px;
  overflow: visible;
  height: 45px;
}
.yjSubColumn .menu__item:hover .subMenu > li:last-child {
  margin-bottom: 0;
}
.yjSubColumn .menu__item:hover .subMenu > li:not(:last-child):after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 202px;
  height: 1px;
  background-color: #f0f0f0;
}
.yjSubColumn .subMenu {
  z-index: 10;
}
.yjSubColumn .subMenu > li {
  overflow: hidden;
  height: 0;
  list-style: none;
}
.yjSubColumn .subMenu > li:hover > a {
  background-color: #f6f6f6;
  text-decoration: none;
}

#yjMainColumn {
  margin: 0 0 0 48px;
  width: 720px;
  text-align: left;
}
#yjMainColumn .topic {
  position: relative;
}
#yjMainColumn .topicList {
  width: 730px;
  margin: -10px -10px 60px -10px;
}
#yjMainColumn .topicList__item {
  display: block;
  width: 632px;
  height: 215px;
  border-radius: 5px;
  margin: 10px;
  padding: 20px;
  color: #212121;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
  cursor: pointer;
}
#yjMainColumn .topicList__item:hover, #yjMainColumn .topicList__item:active {
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#yjMainColumn .topicList__item:hover .topicList__title, #yjMainColumn .topicList__item:active .topicList__title {
  text-decoration: underline;
}
#yjMainColumn .topicList__labelList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
#yjMainColumn .topicList__wrapper {
  display: flex;
  height: 180px;
}
#yjMainColumn .topicList__image {
  width: 226px;
  height: 151px;
  margin-right: 20px;
}
#yjMainColumn .topicList__contents {
  width: 100%;
  position: relative;
}
#yjMainColumn .topicList__title {
  font-size: 20px;
  color: #1A72B0;
}
#yjMainColumn .topicList__desc {
  padding: 5px 0 0;
}
#yjMainColumn .topicList__date {
  font-size: 12px;
  color: #737373;
  position: absolute;
  right: 0;
  bottom: 0;
}
#yjMainColumn .topicList__player {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 286px;
  right: 40%;
  width: 25px;
  height: 25px;
  padding: 0;
  border: none;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  background: 0 0;
  z-index: 1;
}
#yjMainColumn .topicList__player.play:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 16px;
  height: 16px;
  background: url(../images/play.png) no-repeat 70% 50%;
  background-size: 16px 16px;
}
#yjMainColumn .topicList__player.pause:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 12px;
  height: 16px;
  background: url(../images/pause.png) no-repeat 70% 50%;
  background-size: 12px 16px;
}
#yjMainColumn .topicList__player:hover.play:after {
  background: url(../images/play_hover.png) no-repeat 70% 50%;
  background-size: 16px 16px;
}
#yjMainColumn .topicList__player:hover.pause:after {
  background: url(../images/pause_hover.png) no-repeat 70% 50%;
  background-size: 12px 16px;
}
#yjMainColumn .articleList__item {
  display: block;
  margin: 0 0 60px;
  color: #212121;
}
#yjMainColumn .articleList__item:hover, #yjMainColumn .articleList__item:active {
  text-decoration: none;
}
#yjMainColumn .articleList__item:hover .articleList__title, #yjMainColumn .articleList__item:active .articleList__title {
  text-decoration: underline;
}
#yjMainColumn .articleList__item:visited .articleList__title {
  color: #545454;
}
#yjMainColumn .articleList__item:visited .articleList__desc {
  color: #999;
}
#yjMainColumn .articleList__option {
  display: flex;
  justify-content: space-between;
}
#yjMainColumn .articleList__labelList {
  display: flex;
  flex-wrap: wrap;
  width: 620px;
}
#yjMainColumn .articleList__date {
  padding-top: 2px;
  font-size: 12px;
  color: #737373;
}
#yjMainColumn .articleList__wrapper {
  display: flex;
  justify-content: space-between;
}
#yjMainColumn .articleList__image {
  width: 150px;
  height: 100px;
  margin-left: 12px;
}
#yjMainColumn .articleList__title {
  font-size: 20px;
  line-height: 1.8;
  color: #1A72B0;
}
#yjMainColumn .articleList__desc {
  padding: 5px 0 0;
  line-height: 1.8;
}
#yjMainColumn .buttonArea {
  margin: 40px 0 60px;
}
#yjMainColumn .buttonAreaMore {
  text-align: center;
}
#yjMainColumn .buttonArea .button {
  display: inline-block;
  width: 262px;
  border: 1px solid #545454;
  border-radius: 2px;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  background-color: #ffffff;
  color: #212121;
}
#yjMainColumn .buttonArea .button:hover, #yjMainColumn .buttonArea .button:active {
  background-color: #f5f5f5;
  text-decoration: none;
}
#yjMainColumn .buttonArea .buttonSecondarySmall {
  width: 166px;
  padding: 11px 0;
  font-size: 16px;
  color: #c9002c;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #c9002c;
}
#yjMainColumn .buttonArea .buttonSecondarySmall:hover {
  background-color: rgba(245, 245, 245, 0.8);
}
#yjMainColumn .buttonArea .buttonSecondarySmall.buttonDownload::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  background: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="M35 31a2 2 0 0 1 2 2v4c0 1.104-.758 2-1.692 2H12.692C11.758 39 11 38.104 11 37v-4a2 2 0 0 1 4 0v2h18v-2a2 2 0 0 1 2-2ZM23.986 9a2 2 0 0 1 2 2v12.757l5.07-5.071a2 2 0 0 1 2.828 0l.117.127a2 2 0 0 1-.117 2.702l-7.07 7.071-2.122 2.121a.999.999 0 0 1-1.414 0l-9.192-9.192a1.999 1.999 0 1 1 2.827-2.829L22 23.758V11c0-1.105.881-2 1.986-2Z" fill="%23c9002c" fill-rule="evenodd"></path></svg>') no-repeat;
}

.footer {
  border-top: 1px solid #f0f0f0;
  padding: 30px 0 50px;
  font-size: 13px;
}
.footer__list {
  padding: 10px 0 0;
  text-align: center;
}
.footer__item {
  display: inline-block;
}
.footer__item:not(:last-of-type):after {
  content: "-";
  padding-left: 0.4em;
}
.footer__copyright {
  padding: 10px 0 0;
}

.breadcrumbs {
  width: 990px;
  min-height: 20px;
  margin: 20px auto;
  text-align: left;
  font-size: 13px;
}
.breadcrumbs__item {
  color: #545454;
}
.breadcrumbs__item:not(:last-of-type):after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  padding: 0 10px 0 10px;
  color: #999;
  background: url(../images/breadcrumb.svg) no-repeat 70% 50%;
  background-size: 6px 10px;
}
.breadcrumbs__link {
  color: #545454;
}
.breadcrumbs__link:hover {
  color: #1A72B0;
}

.heading1 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #e5e5e5;
}
.heading1__date {
  color: #737373;
  font-size: 12px;
  margin-bottom: 5px;
}
.heading1__title {
  font-size: 22px;
  font-weight: bold;
}
.heading1__titleHeader {
  font-size: 28px;
  font-weight: bold;
}
.heading1__labelList {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.label__important {
  margin: 0 8px 8px 0;
  padding: 4px 12px;
  font-size: 12px;
  border: 1px solid #c9002c;
  color: #c9002c;
}
.label__category {
  margin: 0 8px 8px 0;
  display: inline-block;
  padding: 4px 12px;
  background-color: #e5e5e5;
  font-size: 12px;
  color: #212121;
}
.label__wanted {
  margin: 0 8px 8px 0;
  display: inline-block;
  padding: 4px 12px;
  background-color: #ffb2c1;
  font-size: 12px;
  color: #212121;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination__list {
  display: flex;
}
.pagination__item {
  border: 1px solid #e5e5e5;
  border-left: none;
  font-size: 18px;
}
.pagination__item:hover, .pagination__item:hover a, .pagination__item:active, .pagination__item:active a {
  background-color: #f5f5f5;
  text-decoration: none;
}
.pagination__item:first-of-type {
  border-left: 1px solid #e5e5e5;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination__item:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination__item .current_page, .pagination__item .link_page, .pagination__item .link_before, .pagination__item .link_next {
  display: block;
  padding: 7px 12px 6px;
  color: #212121;
  min-width: 16px;
  text-align: center;
}
.pagination__item .current_page {
  font-weight: bold;
  background-color: #f5f5f5;
}
.pagination__item .link_before:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  padding: 0 0 0 10px;
  color: #999;
  background: url(../images/breadcrumb.svg) no-repeat 70% 50%;
  transform: rotate(180deg);
  background-size: 9px 15px;
}
.pagination__item .link_next:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 9px;
  height: 15px;
  padding: 0 0 0 10px;
  color: #999;
  background: url(../images/breadcrumb.svg) no-repeat 70% 50%;
  background-size: 9px 15px;
}
.pagination__searchList {
  font-size: 18px;
  display: flex;
}
.pagination__searchList strong, .pagination__searchList a {
  display: block;
  color: #212121;
  border: 1px solid #e5e5e5;
  border-left: none;
  padding: 7px 12px 6px;
  min-width: 16px;
  text-align: center;
}
.pagination__searchList strong {
  font-weight: bold;
  background-color: #f5f5f5;
}
.pagination__searchList a:hover,
.pagination__searchList a:active {
  background-color: #f5f5f5;
  text-decoration: none;
}
.pagination__searchList strong:first-child,
.pagination__searchList a:first-child {
  border-left: 1px solid #e5e5e5;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination__searchList strong:last-child,
.pagination__searchList a:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination__searchList .link_before:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  padding: 0 0 0 10px;
  color: #999;
  background: url(../images/breadcrumb.svg) no-repeat 70% 50%;
  transform: rotate(180deg);
  background-size: 9px 15px;
}
.pagination__searchList .link_next:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 9px;
  height: 15px;
  padding: 0 0 0 10px;
  color: #999;
  background: url(../images/breadcrumb.svg) no-repeat 70% 50%;
  background-size: 9px 15px;
}

.archive p {
  margin-top: 10px;
  line-height: 1.8;
  font-size: 16px;
}
.archive h4 {
  margin: 70px 0 20px;
  font-size: 22px;
  font-weight: bold;
}
.archive h5 {
  margin: 40px 0 15px;
  font-size: 16px;
  font-weight: bold;
}
.archive img {
  display: block;
  margin: 10px auto;
  max-width: 588px;
  height: auto;
}
.archive li {
  padding-left: 1em;
  text-indent: -1em;
}
.archive li::before {
  content: "・";
  display: inline;
}
.archive hr {
  margin: 30px 0px;
  border-top: 1px solid #ccc;
  border-bottom: none;
}
.archive strong, .archive b {
  font-weight: bold;
}
.archive table {
  margin: 16px auto;
}
.archive th {
  font-weight: bold;
  background-color: #e5e5e5;
  border-color: #ccc;
  padding: 8px;
  text-align: center;
}
.archive td {
  border-color: #ccc;
  padding: 8px;
}
.archive .button {
  display: inline-block;
  margin: 10px 0 0;
  padding: 12px 20px;
  font-size: 16px;
  border: 1px solid #C9002C;
  border-radius: 2px;
  color: #C9002C;
  min-width: 148px;
  text-align: center;
}
.archive .button:hover, .archive .button:active {
  background-color: #f5f5f5;
  text-decoration: none;
}
.archive .button2 {
  display: inline-block;
  margin: 10px 0 0;
  padding: 12px 20px;
  font-size: 16px;
  border: 1px solid #545454;
  border-radius: 2px;
  color: #212121;
  min-width: 148px;
  text-align: center;
}
.archive .button2:hover, .archive .button2:active {
  background-color: #f5f5f5;
  text-decoration: none;
}

.banner {
  margin-bottom: 30px;
}
.banner a {
  display: block;
  margin-bottom: 15px;
}
.banner img {
  width: 100%;
}

.sns {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #f5f5f5;
}
.sns__title {
  font-size: 16px;
  font-weight: bold;
}
.sns__list {
  display: flex;
  padding-top: 10px;
  justify-content: space-around;
}
.sns__text {
  padding-top: 10px;
}
.sns__link {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 36px;
  height: 36px;
  background-size: cover;
  position: relative;
}
.sns__facebook {
  background: url(../images/facebook.svg);
}
.sns__twitter {
  background: url(../images/twitter.svg);
}
.sns__youtube {
  background: url(../images/youtube.svg);
}
.sns__link:hover:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pageTop {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 70px;
  opacity: 0;
  transition: all 1s;
}
.pageTop.is-show {
  display: block;
  opacity: 1;
}
.pageTop__trigger {
  display: block;
  width: 44px;
  height: 44px;
  background-color: rgba(70, 70, 70, 0.95);
  border-bottom: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.pageTop__trigger:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -30%) rotate(45deg);
}

.slick-slider {
  position: relative;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  padding: 0 0 0 10px;
  clear: both;
}

.slick-list {
  overflow: hidden;
  border-right: 1px solid #e8e8e8;
  padding: 0 0 0 10px;
}

.slick-slide {
  float: left;
}

.slick-next,
.slick-prev {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 284px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid #cccccc;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  background: 0 0;
  z-index: 1;
}
.slick-next:hover,
.slick-prev:hover {
  background: #f5f5f5;
}

.slick-next:after,
.slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 11px;
  width: 7px;
  height: 12px;
  color: #999;
  background: url(../images/breadcrumb.svg) no-repeat 70% 50%;
  background-size: 6px 12px;
}

.slick-prev {
  left: 36%;
}

.slick-prev:after {
  transform: rotate(180deg);
  top: 8px;
  left: 11px;
}

.slick-next {
  right: 34%;
}

.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
.slick-disabled:hover {
  background: #ffffff;
}

.slick-dots {
  margin: 20px 20px 0 10px;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots button {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  background: #d8d8d8;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots button:hover {
  background: #545454;
}

.slick-active button {
  background: #545454;
}

#yjMainColumn .infoMod .buttonArea,
#yjMainColumn .infoModSmall .buttonArea {
  margin: 0;
}

.relatedNav {
  margin-top: 30px;
}
.relatedNav__title {
  margin-bottom: 8px;
  text-align: left;
}

.infoSection {
  margin-bottom: 140px;
}
.infoSection__title {
  font-size: 36px;
  color: #212121;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 1.5;
}
.infoSection__desc {
  margin-bottom: 40px;
}
.infoSection__listItem {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 16px;
  box-sizing: border-box;
}
.infoSection__listItem::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 8px;
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 2px;
}

.infoMod__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.infoMod__text {
  padding-right: 30px;
}
.infoMod__image img {
  max-width: 250px;
}
.infoMod__title {
  font-size: 22px;
  color: #212121;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}
.infoMod__desc {
  margin-bottom: 24px;
}
.infoMod__secondButton {
  margin-left: 30px;
}
.infoMod__subModMain {
  display: flex;
  justify-content: space-between;
}
.infoMod__subModDesc {
  padding-right: 30px;
}
.infoMod__subModTitle {
  font-size: 17px;
  color: #212121;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
.infoModSmall {
  margin-bottom: 40px;
}
.infoModSmall__title {
  font-size: 22px;
  color: #212121;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}
.infoModSmall__container {
  display: flex;
  justify-content: space-between;
}
.infoModSmall__desc {
  padding-right: 30px;
}

.helpTip {
  width: 540px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 85px;
  left: -80px;
  z-index: 100;
  display: none;
}
.helpTip.is-show {
  display: block;
}
.helpTip__inner {
  position: relative;
  padding: 36px 24px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.helpTip__inner::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
.helpTip__inner::after {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  margin-left: -16px;
  border: 13px solid transparent;
  border-bottom: 13px solid #e5e5e5;
  z-index: 1;
}
.helpTip__title {
  color: #c9002c;
  font-weight: bold;
  margin-bottom: 16px;
}
.helpTip__text {
  font-size: 14px;
}
.helpTip__close {
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 40px;
  height: 40px;
  background: url(https://s.yimg.jp/images/listing/tool/portal/agency/2.0.0/images/close.png) no-repeat 50% 50%;
  background-size: 20px 20px;
  border: none;
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.seminarHeader {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #e5e5e5;
  text-align: left;
}
.seminarHeaderTitle {
  font-size: 28px;
  font-weight: bold;
}
.seminarHeaderDate {
  margin-top: 10px;
  color: #737373;
  font-size: 14px;
}
.seminarHeaderCategoryList {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.seminarHeaderCategoryItem {
  position: relative;
  padding-left: 1.5em;
  margin-right: 10px;
  box-sizing: border-box;
  color: #737373;
  font-size: 14px;
}
.seminarHeaderCategoryItem::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 2px;
}

.seminarAnchorList {
  text-align: center;
  margin-bottom: 40px;
}
.seminarAnchorItem {
  display: inline-block;
  padding: 0 20px 10px;
  position: relative;
}
.seminarAnchorItem::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: -1px;
  width: 1px;
  height: 14px;
  background-color: #999;
}
.seminarAnchorItem:first-child::before {
  display: none;
}

.seminarList {
  margin-bottom: 40px;
}
.seminarList thead tr {
  background-color: #f6f6f6;
}
.seminarList thead tr th {
  padding: 10px 20px;
  text-align: left;
  font-weight: bold;
}
.seminarList thead tr th:nth-of-type(2) {
  width: 180px;
}
.seminarList thead tr th:nth-of-type(3) {
  width: 370px;
}
.seminarList thead tr th:nth-of-type(4) {
  width: 160px;
}
.seminarList tbody tr {
  border-bottom: 1px solid #f6f6f6;
}
.seminarList tbody tr td {
  padding: 20px;
  text-align: left;
}
.seminarList__image {
  width: 120px;
}
.seminarList__categoryItem {
  position: relative;
  padding-left: 1.5em;
  margin: 8px 0;
  box-sizing: border-box;
}
.seminarList__categoryItem::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 8px;
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 2px;
}
.seminarList__date {
  margin-top: 5px;
  font-size: 14px;
  color: #737373;
}

.seminarMainColumn {
  width: 720px;
  margin: 0 auto;
  text-align: left;
}