@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

.onlySP {
  display: none !important;
}

/* ===================================
#contents
=================================== */
#contents {
  position: relative;
}
#contents:after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: url(../common/img/bg_menu_01.png) repeat-x top;
  position: absolute;
  top: 0;
}
#menu {
  padding-bottom: 0;
}
#menu:after {
  display: none;
}

/* ===================================
.topArea
=================================== */
.topArea {
  background: url(../img/bg_main_01.png) left top #ddd;
  background-size: cover;
  padding-bottom: 46px;
  margin-bottom: 64px;
}
.topArea h1 {
  padding: 100px 0 40px;
  height: auto;
  margin-bottom: 0;
}
.lineLink {
  display: block;
  width: 920px;
  margin: 0 auto;
  background-color: #fff;
}
/* ===================================
.linkArea
=================================== */
.linkArea {
  overflow: hidden;
  text-align: center;
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.linkArea li {
  width: 356px;
  float: left;
  margin: 0;
  border: 1px solid #55aced;
  box-sizing: border-box;
}
.linkArea li:last-child {
  margin-right: 0;
}
.linkArea li h2 {
  font-size: 22px;
  padding: 22px 0 188px;
  margin-bottom: 20px;
}
.linkArea .feature h2 {
  background: url(../img/bg_top_01.jpg) no-repeat bottom #41b7ee;
}
.linkArea .consult h2 {
  background: url(../img/bg_top_02.jpg) no-repeat bottom #41b7ee;
}
.linkArea .purchase h2 {
  background: url(../img/bg_top_03.jpg) no-repeat bottom #41b7ee;
}
.linkArea .big {
  font-size: 29px;
  font-weight: bold;
  color: #40b7ed;
  line-height: 1.2;
  margin-bottom: 10px;
}
.linkArea p {
  font-size: 16px;
  line-height: 1.4;
}
.linkArea .btn {
  display: block;
  background: #ffee00;
  width: 250px;
  margin: 20px auto 0;
  padding: 10px 0 8px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  color: #0059b2;
}
.linkArea .btn:before {
  content: '';
  box-sizing: border-box;
  border: 4px solid transparent;
  border-left: 6px solid #0b6fc3;
  position: absolute;
  top: 17px;
  right: 6px;
}
.linkArea a {
  color: #191919;
  display: block;
  padding-bottom: 30px;
}
.linkArea a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.linkArea a.noLink:hover {
  opacity: 1;
}
/* ===================================
.bnrArea
=================================== */
.bnrArea {
  margin: 80px auto;
}
/* ===================================
.voiceArea
=================================== */
.voiceArea {
  padding: 60px 0 30px;
  background-color: #f5f5f5;
}
.voiceArea h2 {
  text-indent: 9999px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 20px;
  background: url(../img/tit_voice_01.png) center no-repeat;
  height: 51px;
  background-size: 144px;
}
.voiceList {
  display: flex;
  /* justify-content: space-between; */
}
.voiceList li {
  width: 355px;
}
.voiceList li:not(:first-of-type) {
  margin-left: 17px;
}
.voiceList li .voiceItem {
  display: block;
  height: 445px;
  padding: 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 4px 4px #d1e9f4;
}
.voiceList li .voiceItem:hover {
  text-decoration: none;
}
.voiceList li .voiceItem:hover .voiceTitle {
  text-decoration: underline;
}
.voiceList li .voiceItem:hover img {
  opacity: 0.7;
}
.voiceList li .voiceItem img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 326px;
  height: 218px;
}

.voiceItem .voiceInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.voiceItem .voiceInfo .tag {
  width: 60px;
  height: 27px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-right: 10px;
}
.reform .voiceItem .voiceInfo .tag {
  background-image: url(../img/ico_voice_01.png);
  background-size: 100%;
}
.buy .voiceItem .voiceInfo .tag {
  background-image: url(../img/ico_voice_02.png);
  background-size: 100%;
}
.manage .voiceItem .voiceInfo .tag {
  background-image: url(../img/ico_voice_03.png);
  background-size: 100%;
}
.voiceItem .voiceInfo .number {
  font-size: 16px;
  font-weight: bold;
  color: #133e9d;
  line-height: 1.8;
  margin-right: 10px;
}
.voiceItem .voiceInfo .number::before {
  content: 'No.';
  font-size: 14px;
}
.voiceItem .voiceInfo .date {
  font-size: 12px;
  line-height: 1.2;
  color: #133e9d;
}

.voiceItem .voiceTitle {
  font-size: 20px;
  color: #133e9d;
  line-height: 1.2;
  font-weight: bold;
  margin: 10px 0 15px;
  width: 325px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.voiceItem .voiceDetail {
  margin-top: 15px;
  color: #000000;
}
.voiceItem .voiceDetail .name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.voiceItem .voiceDetail .name span {
  font-weight: normal;
  font-size: 14px;
  margin-left: 15px;
}

.blogBnr {
  margin-top: 30px;
}
/* ===================================
.newsArea
=================================== */
.newsArea {
  padding-top: 60px;
}
.newsArea h2 {
  text-indent: 9999px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 20px;
  background: url(../img/tit_news_01.png) center no-repeat;
  height: 51px;
  background-size: 270px;
}
.newsList li {
  padding: 25px 0;
  border-bottom: 1px solid #ececec;
}
.newsList .infoBox {
  width: 22%;
  float: left;
  font-size: 16px;
  text-align: center;
}
.newsList .category {
  width: 100px;
  height: 24px;
  margin-left: 20px;
  line-height: 24px;
  font-size: 14px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
.newsList .contentsBox {
  width: 78%;
  float: right;
}
.newsList h4 {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
  color: #153e9d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList .new h4:after {
  content: '';
  width: 32px;
  height: 15px;
  margin: -5px 0 0 10px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/common/img/ico_new_01.png);
  background-repeat: no-repeat;
}
.newsList .description {
  font-size: 14px;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n_cate1 {
  background-color: #006dc6;
}
.n_cate2 {
  background-color: #00a9ed;
}
.n_cate3 {
  background-color: #163e9d;
}
.newsArea .borderBtn a {
  margin: 40px auto 70px;
}
/* ===================================
.mediaArea
=================================== */
.mediaArea {
  padding: 60px 0 30px;
  background-color: #f5f5f5;
}
.mediaArea h2 {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 20px;
  background: url(../img/tit_media_01.png) center no-repeat;
  height: 51px;
  background-size: 175px;
}
.mediaList {
  display: flex;
}
.mediaItem {
  width: 350px;
  display: block;
  height: 424px;
  padding: 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 4px 4px #d1e9f4;
}
.mediaItem:not(:first-of-type) {
  margin-left: 20px;
}
.mediaTitle {
  font-size: 20px;
  font-weight: bold;
  color: #133e9d;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mediaItem.new .mediaTitle {
  box-sizing: border-box;
  padding-right: 40px;
  position: relative;
}
.mediaItem.new .mediaTitle::after {
  content: '';
  width: 32px;
  height: 15px;
  position: absolute;
  top: 8px;
  right: 20px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/common/img/ico_new_01.png);
  background-repeat: no-repeat;
}
/* Firefox */
_:lang(x)::-moz-placeholder,
.mediaItem.new .mediaTitle::after {
  right: 12px;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.mediaItem.new .mediaTitle::after {
  top: 5px;
  right: 14px;
}
.mediaInfo {
  margin-bottom: 10px;
  height: 24px;
}
.mediaInfo .category {
  width: 100px;
  height: 24px;
  line-height: 24px;
  margin-left: 20px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.mediaInfo .category {
  line-height: 28px;
}
.mediaInfo .category.seminar {
  background: #0b6fc3;
}
.mediaInfo .category.media-cate {
  background: #1baaea;
}
.mediaInfo .category.other {
  background: #e0ab0a;
}
.mediaList .mediaItem .mainImgLink {
  display: block;
  position: relative;
}
.mediaList .mediaItem .mainImgLink::after {
  content: '';
  width: 50px;
  height: 50px;
  background: url(../img/ico_zoom_top.png) center rgba(0, 0, 0, 0.7) no-repeat;
  background-size: 50px auto;
  display: block;
  position: absolute;
  top: 0;
  right: -2px;
}
.mediaList .mediaItem a.mainImgLink:hover {
  opacity: 0.7;
}
.mediaList .mediaItem a.mainImgLink img:hover {
  opacity: 1;
}

.mediaList .mediaItem img {
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  width: 322px;
  height: 210px;
}
.mediaList .mediaItem .mainImgLink img {
  object-fit: cover;
  object-position: center top;
  font-family: 'object-fit: cover; object-position: center top;';
}

.mediaDetail {
  margin-top: 10px;
}
.mediaDetail .mainTxt {
  height: 72px;
}
.mediaDetail a {
  display: block;
  margin-bottom: 5px;
  color: #191919;
}
.detailLink a {
  color: #0059b2;
  font-weight: bold;
}
