@charset "UTF-8";
#wrap-container {
  width: 1200px;
  margin: 10px auto 0;
  padding: 0 10px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

body #container {
  width: 1200px;
  font-family: inherit;
}

body h1 {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  font-size: 1.6em;
  padding-bottom: 3px;
  line-height: 1.2;
  font-weight: bold;
}

body div#main-content {
  width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  font-size: 1em;
}

.link-btn-area {
  display: flex;
  justify-content: space-between;
  width: 92%;
  margin: 3.6% auto 0;
}

.link-btn-area a {
  display: block;
  width: 290px;
  border: 1px solid #B7B7B7;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 3px 3px 4px #E8E8E8;
  position: relative;
  text-align: center;
  color: #333;
  font-weight: bold;
  padding: 2% 2% 2% 0;
  font-size: 1.1333em;
  box-sizing: border-box;
  opacity: 1;
  transition: 0.2s;
}

.link-btn-area a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.link-btn-area a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13%;
  color: #0053AD;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2.5px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin: auto;
}

div#content-left {
  width: 980px;
  float: none;
  margin-right: 30px;
}

div#content-right {
  float: none;
}

div#content-left h3 {
  color: #004998;
  margin: 68px 0 15px;
  width: 100%;
  background: none;
  border-bottom: 1px solid;
  font-weight: bold;
  padding: 0 0 0.5% 0.2%;
  line-height: 1.2;
}

ul#content-menu {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

ul#content-menu .cate-list {
  float: none;
  width: 21%;
  padding: 0;
  margin: 0 2%;
  box-sizing: border-box;
}

ul#content-menu .cate-list a {
  text-decoration: none;
  display: block;
  padding: 20px 3% 30px;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
}

ul#content-menu .cate-list a:hover {
  text-decoration: none;
  background-color: #efefef;
}

ul#content-menu .cate-list .cate-ttl {
  color: #333;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 5px;
}

ul#content-menu .cate-list .cate-img {
  width: 90%;
  margin: 0 auto;
}

ul#content-menu .cate-list .cate-name {
  color: #333;
  display: block;
  width: 100%;
  text-align: left;
  line-height: 1.2;
  margin-top: 10px;
}

ul#content-menu .cate-list:nth-of-type(-n + 4) a {
  border-bottom: 1px solid #ccc;
}

/* シリーズから選ぶ */
div#series-menu {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 0;
}

div#series-menu a {
  width: 30%;
  margin: 1% 1.5% 0;
  padding: 25px 1% 30px;
  display: block;
  float: none;
  box-sizing: border-box;
  border: 0;
}

div#series-menu a:hover {
  text-decoration: none;
  background-color: #efefef;
}

div#series-menu a:nth-of-type(-n + 3) {
  margin-top: 0;
}

div#series-menu a:nth-of-type(-n + 6) {
  border-bottom: 1px solid #ccc;
}

div#series-menu a img {
  width: 98%;
  margin: 1%;
}

div#series-menu a span {
  width: 100%;
  font-size: 1em;
  display: block;
  text-align: left;
}

div#series-menu a span.cate-name {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.4;
}

div#series-menu a span.cate-subname {
  font-weight: bold;
  font-size: 1.05em;
  line-height: 1.4;
  margin-bottom: 5px;
}

div#series-menu a span.cate-subname img.desk-new {
  width: 11%;
  margin: -2px 0 0 1.5%;
  vertical-align: middle;
  display: inline;
}

div#series-menu a span.cate-cap {
  margin-top: 10px;
  font-size: 0.97em;
  line-height: 1.4;
}

div.kanren-under {
  margin: 60px 0;
}

div.kanren-under .kanren-ttl {
  background-color: #4b4b4b;
  color: #fff;
  margin-bottom: 15px;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  font-size: 1.2em;
  box-sizing: border-box;
}

div.kanren-under div.banner-area {
  text-align: center;
  margin: 20px 0;
}

div.kanren-under div.banner-area img {
  max-width: 90%;
  margin: 0 auto;
}

div.kanren-under div.banner-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

div.kanren-under div.banner-list .banner-list-item {
  width: 23%;
  margin: 0 1% 2%;
}

div.kanren-under div.banner-list .banner-list-item img {
  max-width: 100%;
}
