body{
font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif!important;
color: #000;
}
#mainContainerUnder, #mainContainerUnderTP {
  background: none;
}
#mainContainerUnder .pc-bgview {
  position: absolute;
  width: 100%;
  height: 260px;
  margin-top: 373px;
  z-index: -1;
}
.breadcrumbs {
  letter-spacing: 0px;
}
.contentContainer {
  width: 980px;
}
.list-form a {
  text-decoration: none!important;
}
.list-eyecatch__topview {
  width: 708px;
  margin: 0 auto;
}
.pc-bgview img {
  width: 100%;
  height: 100%;
}
.sp-none {
  display: inline-block;
}
.sp-block {
  display: none;
}
.sp-bgview {
  display: none;
}
.list-eyecatch {
  margin: 27px 0 75px 0;
  text-align: center;
}
.list-eyecatch__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 47px auto 30px auto;
}
.list-eyecatch__heading .__logo {
  display: flex;
  align-items: center;
}
.list-eyecatch__heading .__logo img {
  width: 70px;
}
.list-eyecatch__heading h1.__text {
  margin: 0 0 0 25px!important;
  color: #000;
  font-family: meiryo,sans-serif;
  font-size: 51px;
  font-weight: bold;
}
.list-eyecatch__text {
  color: #000;
}
.list-eyecatch__text .__lead {
  margin-top: 53px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -2px;
}
.list-eyecatch__text .__desc {
  margin-top: 35px;
  font-size: 20px;
  font-weight: 500;
}
.list-menu {
  display: flex;
  justify-content: center;
  margin: 55px 0 29px 0;
}
.list-menu__front {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-menu-front__bold {
  margin-right: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #4c4c4c;
}
.list-menu__item {
  width: 133px;
  margin: 0 15px;
  padding: 2px 0;
  border: 1px solid #9fa0a0;
  border-radius: 20px;
  box-shadow: 1px 1px 1px #9fa0a0;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}
.list-menu__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.list-menu .current {
  background: #999;
}
.list-menu .current a {
  color: #fff;;
}
.list-article__grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-article-card__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-article-card__grid .__number,.list-article-card__grid .__date {
  font-size: 14px;
  font-weight: bold;
}
.list-article-card__grid .__name {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;;
}
.list-article-card__grid .__name span {
  margin-right: 25px;
}
.list-article-card__grid .__mark {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 18px;
}
.list-article-card__grid .__mark img {
  width: 23px;
  height: auto;
}
.list-article-card__grid .__mark p {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-weight: 500;
}
.list-article__card {
  position: relative;
  width: 300px;
  margin: 21px 0;
  border: 1px solid #eeefff;
  border-radius: 10px;
  box-shadow: 2px 2px 2px #9fa0a0;
}
.list-article__grid::after {
  content: "";
  display: inline-block;
  width: 300px;
}
.list-article-card__tag {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 110px;
  padding: 1px 0;
  border: 1px solid #9fa0a0;
  border-radius: 20px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.list-article-card__tag a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.list-article-card__text {
  display: block;
  height: auto;
  padding: 13px;
  text-decoration: none;
  cursor: pointer;
}

.list-article-card__desc {
  margin-top: 5px;
  padding-bottom: 10px;
  border-bottom: 2px solid #9fa0a0;
  font-size: 16px;
  font-weight: bold;
  height: 3em;
}
.list-article-card__view {
  width: 100%;
  height: 165px;
}
.list-article-card__view img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}
.list-article__pagenation {
  margin: 80px 0 70px 0;
}
.list-article__pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-article__pager a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #d7092f;
  text-decoration: none;
}
.list-article-peger .active {
  background-color: #d7092f;
  color: #fff;
}
.list-article-peger .active a {
  color: #fff;
}
.list-article-peger__page {
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border: 1px solid #d7092f;
  font-size: 20px;
}
.list-article-peger__prev a {
  position: relative;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #d7092f;
  border-left: 1px solid #d7092f;
  transform: rotate(45deg);
}
.list-article-peger__next a {
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #d7092f;
  border-right: 1px solid #d7092f;
  transform: rotate(-45deg);
}
.list-article__entry {
  margin-bottom: 60px;
  border-top: 2px solid #9fa0a0;
  border-bottom: 2px solid #9fa0a0;
  text-align: center;
}
.list-article-entry__text {
  margin-top: 60px;
  font-size: 26px;
  font-weight: bold;
}
.list-article-entry__btn {
  width: 400px;
  height: auto;
  margin: 45px auto 53px auto;
}
.list-article-entry__btn a {
  width: 100%;
}
@media (max-width:768px) {
  body {
    font-size: 62.5%;
    letter-spacing: 0;
  }
  .contentContainer {
    width: calc(100% - 30px);
  }
  .sp-none {
    display: none;
  }
  .sp-block {
    display: inline-block;
  }
  .breadcrumbs {
    display: none;
  }
  .pc-bgview {
    display: none;
  }
  .sp-bgview {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: auto;
    filter: opacity(0.3);
    z-index: -1;
  }
  .sp-bgview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .list-eyecatch {
    width: 100%;
    margin: 27px 0;
  }
  .list-eyecatch__view {
    display: none;
  }
  .list-eyecatch__topview {
    width: 85%;
    margin: -6px auto 0 auto;
  }
  .list-eyecatch__heading {
    display: none;
  }
  .list-eyecatch__text .__lead {
    margin: 26px 0 20px 0;
    font-size: 20px;
  }
  .list-eyecatch__text .__desc {
    margin-top: inherit;
    font-size: 14px;
  }
  .list-menu-front {
    font-size: 10px;
  }
  .list-menu-front__bold {
    margin-right: 10px;
    font-size: 12px;
  }
  .list-menu {
    flex-wrap: wrap;
    width: 100%;
    margin: 27px 0 22px 0;
  }
  .list-menu__item {
    width: 70px;
    margin: 0 5px 10px 5px;
    font-size: 12px;
  }
  .list-article__card {
    width: 47%;
    margin: 0 0 13px 0;
  }
  .list-article-card__tag {
    top: 10px;
    right: 10px;
    width: 70px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 450;
  }
  .list-article-card__view {
    position: relative;
    height: 0;
    padding-top: calc(4 / 7 * 100%);
  }
  .list-article-card__view img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -100;
  }
  .list-article-card__text {
    height: auto;
    padding: 4px;
  }
  .list-article-card__desc {
    margin-top: 0;
    padding-bottom: 5.5px;
    border-bottom: 1px solid #9fa0a0;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -1px;
    height: auto;
  }
  .list-article-card__grid .__number,.list-article-card__grid .__date {
    font-size: 10px;
  }
  .list-article-card__grid .__name {
    margin-top: 0px;
    font-size: 10px;
  }
  .list-article-card__grid .__name span {
    margin-right: 10px;
  }
  .list-article-card__grid .__mark {
    margin-top: 0px;
    font-size: 12px;
  }
  .list-article-card__grid .__mark img {
    width: 10px;
  }
  .list-article-card__grid .__mark p {
    margin-left: 5px;
  }
  .list-article__pagenation {
    margin: 20px 0 42px 0;
  }
  .list-article-peger__page {
    width: 28px;
    height: 28px;
    margin: 0 5px;
    font-size: 14px;
  }
  .list-article-peger__prev a {
    width: 25px;
    height: 25px;
  }
  .list-article-peger__next a {
    width: 25px;
    height: 25px;
  }
  .list-article__entry {
    margin-bottom: 35px;
    padding: 26px 0;
    border-top: 1px solid #9fa0a0;
    border-bottom: 1px solid #9fa0a0;
  }
  .list-article-entry__text {
    margin-top: 0;
    font-size: 11px;
    font-weight: bold;
  }
  .list-article-entry__btn {
    width: 250px;
    margin: 20px auto 0 auto;
  }
  .list-article-card__text p {
	height: auto;
	}
}
/*tutorial.html～*/
.tutorial_block div img {
  max-width: 100%;
}
.tutorial_1 {
  margin-top: 32px;
}
.tutorial_2 {
  margin-top: 20px;
}
.tutorial_3 {
  margin-top: 60px;
}
.tutorial_4 {
  margin-top: 50px;
}
.tutorial_5 {
  margin-top: 45px;
}
.tutorial_block .back {
  border-top: solid 2px #959595;
  margin-top: 100px;
  padding-top:50px;
}
.tutorial_block .back a {
  display: block;
  margin:0 auto;
  width:50%;
  padding:27px 0;
  text-align: center;
  border:solid 2px #e8748a;
}
@media (max-width:768px) {
  .tutorial_block .back a{
    padding:10px;
  }
}
/*～tutorial.html*/