@charset "UTF-8";
/* = = STYLE = = = = = = = = = = = = = = = = = = = = = = = = = */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Merriweather);
html {
  font-size: 62.5%;
}

body a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  color: #222222;
  outline: none;
  text-decoration: none;
}
body a:hover {
  color: black;
  text-decoration: none;
}
body a:focus {
  color: black;
  outline: none;
  text-decoration: none;
}
body img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: bottom;
}
body select, body input, body textarea, body button {
  vertical-align: middle;
}

#wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: 'Noto Sans Japanese','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  color: #363636;
}
#wrap img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #wrap {
    font-size: 1.6rem;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* = = HEADER = = = = = = = = = = = = = = = = = = = = = = = = = */
#header {
  border-top: 10px solid #434343;
  padding: 30px 0 50px 0;
}
#header .headCont {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
#header .headCont:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  #header .headCont {
    width: 100%;
  }
  #header {
    padding: 30px 0 0 0;
  }
}
#header .headCont h1 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #header .headCont h1 {
    margin-bottom: 20px;
  }
}
#header .headCont .aboutNav {
  text-align: right;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#header .headCont .aboutNav a {
  color: #959595;
}
#header .headCont .gnav {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 15px;
}
#header .headCont .gnav ul:after {
  content: "";
  display: block;
  clear: both;
}
#header .headCont .gnav ul li a {
  color: #959595;
  line-height: 2.3rem;
}
#header .headCont .gnav ul li:nth-child(1) {
  float: left;
  margin-right: 80px;
}
#header .headCont .gnav ul li:nth-child(1) img {
  margin-right: 10px;
}
#header .headCont .gnav ul li:nth-child(2) {
  float: left;
  margin-right: 80px;
}
#header .headCont .gnav ul li:nth-child(2) img {
  margin-right: 10px;
}
#header .headCont .gnav ul li:nth-child(3) {
  float: left;
}
#header .headCont .gnav ul li:nth-child(3) img {
  margin-right: 10px;
}
#header .headCont .gnav ul li:last-child {
  float: right;
}
#header .headCont .gnav ul li:last-child a {
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 767px) {
  #header .headCont .gnav ul {
    border-top: 1px solid #f2f2f2;
    display: block;
  }
  #header .headCont .gnav ul li {
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
    float: none;
  }
  #header .headCont .gnav ul li a {
    display: block;
    padding: 4%;
  }
  #header .headCont .gnav ul li:nth-child(1) {
    float: none;
    margin-right: 0px;
  }
  #header .headCont .gnav ul li:nth-child(1) img {
    margin-right: 10px;
  }
  #header .headCont .gnav ul li:nth-child(2) {
    float: none;
    margin-right: 0px;
  }
  #header .headCont .gnav ul li:nth-child(2) img {
    margin-right: 10px;
  }
  #header .headCont .gnav ul li:nth-child(3) {
    float: none;
  }
  #header .headCont .gnav ul li:nth-child(3) img {
    margin-right: 10px;
  }
  #header .headCont .gnav ul li:last-child {
    float: none;
  }
  #header .headCont .gnav ul li:last-child a {
    display: inline-block;
    margin-left: 10px;
  }
}

#header .headCont .spNavBtn {
  display: block;
  position: fixed;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 11;
  background: #56b1dc;
  border-radius: 2px;
  text-align: center;
}
#header .headCont .spNavBtn span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #eee;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}
#header .headCont .spNavBtn span:nth-child(1) {
  top: 9px;
}
#header .headCont .spNavBtn span:nth-child(2) {
  top: 18px;
}
#header .headCont .spNavBtn span:nth-child(3) {
  top: 27px;
}
#header .headCont .spNavBtn span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}
#header .headCont .spNavBtn.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header .headCont .spNavBtn.active span:nth-child(2) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header .headCont .spNavBtn.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header .headCont .spNav {
  padding-top: 20px;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: #fff;
  color: #000;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  border-bottom: 3px solid #1c4d24;
}
#header .headCont .spNav.active {
  transform: translateY(0%);
}
#header .headCont .spNav .aboutNav {
  text-align: center;
}

/* = = FOOTER = = = = = = = = = = = = = = = = = = = = = = = = = */
.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: right;
  padding: 40px;
}
.pagetop a {
  display: none;
}
@media (max-width: 767px) {
  .pagetop {
    padding: 4%;
  }
  .pagetop a {
    width: 60%;
    display: inline-block;
  }
}

#footer {
  background: url(../images/foot_bg.jpg);
  padding-top: 60px;
}
#footer .footCont {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 60px;
}
#footer .footCont:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  #footer .footCont {
    width: 100%;
  }
}
#footer .footCont .footBox01 {
  float: left;
  width: 24%;
}
#footer .footCont .footBox01 .logo {
  font-size: 1.6rem;
  text-align: center;
}
#footer .footCont .footBox01 .logo img {
  margin-bottom: 10px;
}
#footer .footCont .footBox01 .footSns {
  padding-top: 30px;
  text-align: center;
}
#footer .footCont .footBox01 .footSns a {
  display: inline-block;
  margin: 0 15px;
}
@media (max-width: 767px) {
  #footer .footCont .footBox01 {
    width: 100%;
    float: none;
    text-align: center;
  }
  #footer .footCont .footBox01 .footSns {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
#footer .footCont .footBox02 {
  float: left;
  width: 76%;
  box-sizing: border-box;
  padding: 0 0 0 6%;
}
#footer .footCont .footBox02:after {
  content: "";
  display: block;
  clear: both;
}
#footer .footCont .footBox02 ul {
  width: 80%;
  float: left;
}
#footer .footCont .footBox02 ul:after {
  content: "";
  display: block;
  clear: both;
}
#footer .footCont .footBox02 ul li {
  width: 50%;
  float: left;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
#footer .footCont .footBox02 ul li a {
  color: #fff;
  line-height: 1.5;
}
#footer .footCont .footBox02 ul:last-child {
  width: 20%;
}
#footer .footCont .footBox02 ul:last-child li {
  width: 100%;
}
@media (max-width: 767px) {
  #footer .footCont .footBox02 {
    float: none;
    padding: 4%;
    width: 100%;
  }
  #footer .footCont .footBox02 ul {
    float: none;
    width: 100%;
  }
  #footer .footCont .footBox02 ul:last-child {
    width: 100%;
  }
  #footer .footCont .footBox02 ul:last-child li {
    width: 50%;
  }
}
#footer .footCont .footBox03 {
  float: right;
  width: 24%;
}
@media (max-width: 767px) {
  #footer .footCont .footBox03 {
    width: 100%;
    text-align: center;
  }
}
#footer .copy {
  background: #222222;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
}

/* = = SIDE = = = = = = = = = = = = = = = = = = = = = = = = = */
#side {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #side {
    max-width: 340px;
    margin: 0 auto;
  }
}
#side h3:after {
  content: "";
  display: block;
  clear: both;
}
#side .ranking ul {
  padding: 10px 0 50px 0;
}
#side .ranking ul li {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
  position: relative;
}
#side .ranking ul li:after {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 2px;
  left: 2px;
}
#side .ranking ul li:nth-child(1):after {
  content: '';
  background: url(../images/side_rank01.png) no-repeat top left;
}
#side .ranking ul li:nth-child(2):after {
  content: '';
  background: url(../images/side_rank02.png) no-repeat top left;
}
#side .ranking ul li:nth-child(3):after {
  content: '';
  background: url(../images/side_rank03.png) no-repeat top left;
}
#side .ranking ul li:nth-child(4):after {
  content: '';
  background: url(../images/side_rank04.png) no-repeat top left;
}
#side .ranking ul li:nth-child(5):after {
  content: '';
  background: url(../images/side_rank05.png) no-repeat top left;
}
#side .ranking ul li a {
  display: block;
  color: #222;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
#side .ranking ul li a:after {
  content: "";
  display: block;
  clear: both;
}
#side .ranking ul li a figure {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  border: 2px solid #000;
  box-sizing: border-box;
}
#side .ranking ul li a figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: auto;
  max-width: none;
}
#side .ranking ul li a:hover img {
  transition-duration: 1s;
  transform: scale(1.05);
}
#side .catList h3 {
  margin-bottom: -22px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  #side .catList h3 img {
    vertical-align: middle;
  }
}
#side .catList nav {
  position: relative;
  z-index: 2;
}
#side .catList ul {
  padding: 10px 0 10px 0;
  font-size: 1.8rem;
}
#side .catList ul li {
  background: url(../images/side_cat_line.jpg) no-repeat bottom center;
  padding-bottom: 5px;
}
#side .catList ul li a {
  display: block;
  padding: 18px 30px 18px 40px;
  position: relative;
  line-height: 1.3;
  cursor: pointer;
  color: #444;
  background: #fff url(../images/side_cat_icon02.png) no-repeat 10px 50%;
}
#side .catList ul li a:after {
  content: "";
  display: block;
  clear: both;
}
#side .catList ul li a img {
  vertical-align: middle;
  float: left;
  margin-right: 10px;
}
#side .catList ul li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 10px;
  width: 10px;
  height: 10px;
  background: url(../images/side_cat_icon03.png) no-repeat 100% 50%;
}
#side .catList ul li a:hover {
  background: #efefef url(../images/side_cat_icon02.png) no-repeat 10px 50%;
}
#side .catList ul li a:hover:after {
  right: 15px;
  transition: .4s;
}
#side .catList ul li:first-child a {
  background: #eeeeee url(../images/side_cat_icon01.png) no-repeat 10px 50%;
}
#side .catList ul li:first-child a:hover {
  background: #efefef url(../images/side_cat_icon01.png) no-repeat 10px 50%;
}

/* = = TITLE = = = = = = = = = = = = = = = = = = = = = = = = = */
.pickupWrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pickupWrap .slideInfo {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(86, 177, 220, 0.79);
  width: 100%;
  min-height: 20px;
  box-sizing: border-box;
  padding: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .pickupWrap .slideInfo {
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 2% 4%;
  }
}
.pickupWrap .slideInfo h2 {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .pickupWrap .slideInfo h2 {
    font-size: 1.6rem;
  }
}
.pickupWrap .slideInfo p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
}
.pickupWrap .swiper-button-prev, .pickupWrap .swiper-container-rtl .swiper-button-next {
  width: 24px;
  height: 44px;
  background: url(../images/arrow_l.png) no-repeat top left;
}
.pickupWrap .swiper-button-next, .pickupWrap .swiper-container-rtl .swiper-button-prev {
  width: 24px;
  height: 44px;
  background: url(../images/arrow_r.png) no-repeat top left;
}

.swiper-container {
  width: 860px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 350px;
}
@media (max-width: 767px) {
  .swiper-slide {
    height: 200px;
  }
}

.swiper-slide img {
  width: 860px;
}

.slideImg {
  table-layout: fixed;
  display: table-cell;
}
.slideImg img {
  max-width: 100% !important;
}

.pickup {
  background: #fff;
}
.pickup .catchCont {
  width: 100%;
  margin: 0 auto;
  max-height: 350px;
  overflow: hidden;
}
.pickup .catchCont:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .pickup .catchCont {
    width: 100%;
    max-height: 240px;
  }
}
.pickup .catchCont > a {
  display: block;
}
.pickup .catchCont > a:hover img {
  transition-duration: 1s;
  transform: scale(1.05);
}
.pickup .catchCont .pickupSlide {
  width: 860px;
  height: 350px;
  position: relative;
}
.pickup .catchCont .pickupSlide .slideImg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.pickup .catchCont .pickupSlide .slideImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .pickup .catchCont .pickupSlide .slideImg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: 100% !important;
    max-width: none !important;
  }
}
.pickup .catchCont .pickupSlide .slideInfo {
  position: absolute;
  top: 100px;
  left: 60px;
  background: rgba(86, 177, 220, 0.79);
  width: 350px;
  min-height: 100px;
  box-sizing: border-box;
  padding: 25px 12px;
}
@media (max-width: 767px) {
  .pickup .catchCont .pickupSlide .slideInfo {
    top: 14%;
    left: 10%;
    width: 80%;
    min-height: 100px;
    padding: 4%;
  }
}
.pickup .catchCont .pickupSlide .slideInfo h2 {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.5;
}
.pickup .catchCont .pickupSlide .slideInfo p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
}
.pickup .slick-dots {
  bottom: 10px;
}
.pickup .slick-next {
  right: 18%;
  width: 24px;
  height: 44px;
  background: url(../images/arrow_r.png) no-repeat top left;
}
.pickup .slick-next:before {
  content: '';
}
@media (max-width: 767px) {
  .pickup .slick-next {
    right: 2%;
  }
}
.pickup .slick-prev {
  left: 18%;
  z-index: 2;
  width: 24px;
  height: 44px;
  background: url(../images/arrow_l.png) no-repeat top left;
}
.pickup .slick-prev:before {
  content: '';
}
@media (max-width: 767px) {
  .pickup .slick-prev {
    left: 2%;
  }
}

.catch {
  background: url(../images/sub_catch_bg.png) no-repeat top center/100% auto;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .catch {
    background: url(../images/sub_catch_bg.png) no-repeat top center/cover;
  }
}
.catch .catchCont {
  text-align: center;
  height: 220px;
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.0rem;
  color: #fff;
}
@media (max-width: 767px) {
  .catch .catchCont {
    width: 100%;
    min-height: 180px;
    padding: 30px 4%;
    font-size: 2.4rem;
    box-sizing: border-box;
  }
}
.catch .catchCont h2 {
  position: relative;
  line-height: 1.3;
}
.catch .catchCont h2:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 52px;
  height: 2px;
  background: #fff;
}

/* = = CONTENT = = = = = = = = = = = = = = = = = = = = = = = = = */
#mainCont {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#mainCont:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  #mainCont {
    width: 100%;
  }
}
#mainCont #contents {
  width: 730px;
  float: left;
}
@media (max-width: 767px) {
  #mainCont #contents {
    width: 100%;
    float: none;
  }
}
#mainCont #contents.singleCont {
  float: none;
  margin: 0 auto;
}
#mainCont #contents.singleCont .searchCont {
  margin-bottom: 0;
}
#mainCont #side {
  width: 340px;
  float: right;
}
@media (max-width: 767px) {
  #mainCont #side {
    width: 100%;
    float: none;
  }
}
#mainCont .breadCrumb {
  margin-bottom: 40px;
  font-size: 1.6rem;
}
#mainCont .breadCrumb:after {
  content: "";
  display: block;
  clear: both;
}
#mainCont .breadCrumb li {
  float: left;
}
#mainCont .breadCrumb li:after {
  content: '＞';
  font-size: 80%;
  margin: 0 10px;
}
#mainCont .breadCrumb li:last-child:after {
  content: '';
}
@media (max-width: 767px) {
  #mainCont .breadCrumb {
    padding: 0 4%;
  }
}

.searchCont {
  margin-bottom: 30px;
}
.searchCont h3 {
  padding: 15px 60px 15px 25px;
  color: #434343;
  font-size: 2.4rem;
  position: relative;
  border-left: 9px solid #7d7d7d;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  box-sizing: border-box;
  background-image: linear-gradient(-45deg, #fafafa 25%, #e6e6e6 25%, #e6e6e6 50%, #fafafa 50%, #fafafa 75%, #e6e6e6 75%, #e6e6e6);
  background-size: 3px 3px;
}
.searchCont h3:after {
  content: "";
  display: block;
  clear: both;
}
.searchCont h3 img {
  margin-right: 15px;
}
.searchCont h3 span {
  float: right;
}
.searchCont h3:after {
  position: absolute;
  top: -5px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 20px;
  width: 16px;
  height: 11px;
  background: url(../images/search_icon03.png) no-repeat top left;
}
.searchCont h3.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.searchCont .searchBox {
  display: none;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  padding: 20px;
}
.searchCont .searchBox:after {
  content: "";
  display: block;
  clear: both;
}
.searchCont .searchBox dl {
  width: 48%;
  margin: 0 1% 15px 1%;
  float: left;
}
.searchCont .searchBox dl dt {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  background: #434343;
  margin-bottom: 10px;
}
.searchCont .searchBox dl dd label {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.searchCont .searchBox dl:nth-child(1) {
  width: 100%;
  float: none;
}
.searchCont .searchBox .submitBtn {
  clear: both;
}
.searchCont .searchBox .submitBtn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 150px;
  margin: 20px auto 0 auto;
  background: #56b1dc;
  border-radius: 10px;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  border: none;
  outline: none;
  font-size: 2.0rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .searchCont h3 {
    padding: 15px 60px 15px 20px;
    font-size: 2.1rem;
  }
  .searchCont h3 span {
    font-size: 1.6rem;
  }
}

.topicsCont {
  padding-top: 20px;
}
.topicsCont h3 {
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 10px, #d8d8d8 0, #d8d8d8 12px);
  padding: 20px 25px 15px 25px;
  color: #6d6a6a;
  text-shadow: 0px 0px 3px #fff,0px 0px 3px #fff;
  font-size: 2.4rem;
  margin-bottom: 20px;
  position: relative;
}
.topicsCont h3:after {
  content: "";
  display: block;
  clear: both;
}
.topicsCont h3 img {
  position: absolute;
  top: -35px;
  left: 20px;
}
.topicsCont h3 span {
  float: right;
  font-size: 1.8rem;
  padding-top: 6px;
}
@media (max-width: 767px) {
  .topicsCont h3 {
    padding: 15px 20px;
    font-size: 2.1rem;
  }
  .topicsCont h3 span {
    font-size: 1.6rem;
  }
  .topicsCont h3 img {
    vertical-align: middle;
  }
}
.topicsCont ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .topicsCont ul {
    display: block;
    padding: 0 4%;
  }
}
.topicsCont ul li {
  width: 48%;
  border: 2px solid #f2f2f2;
  box-sizing: border-box;
  margin-bottom: 4%;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .topicsCont ul li {
    width: 100%;
  }
}
.topicsCont ul li a {
  display: block;
}
.topicsCont ul li figure {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.topicsCont ul li figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: none !important;
  width: auto !important;
  height: 100% !important;
}
@media (max-width: 767px) {
  .topicsCont ul li figure {
    width: 100%;
    height: 200px;
  }
}
.topicsCont ul li figure:hover img {
  transition-duration: 1s;
  transform: scale(1.05);
}
.topicsCont ul li p {
  color: #959595;
  padding: 0 10px;
  line-height: 1.5;
}
.topicsCont ul li p.date {
  color: #959595;
  margin-bottom: 10px;
}
.topicsCont ul li p.date a {
  color: #959595;
}
@media (max-width: 767px) {
  .topicsCont ul li p {
    clear: both;
  }
  .topicsCont ul li p.date {
    clear: none;
    padding-top: 10px;
  }
}
.topicsCont ul li h4 {
  font-size: 2.0rem;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: normal;
  padding: 0 10px;
}
.topicsCont ul li h4 a {
  color: #222222;
}
@media (max-width: 767px) {
  .topicsCont ul li h4 {
    font-size: 2.0rem;
    line-height: 1.3;
  }
}
.topicsCont.list h3 {
  margin-bottom: 0;
}
.topicsCont.list > ul > li.cat-item > a {
  font-weight: bold;
  cursor: default;
}
.topicsCont.list ul {
  display: block;
  padding: 30px 0 10px 0;
}
.topicsCont.list ul.children {
  padding: 30px 0 10px 20px;
}
.topicsCont.list ul.children li {
  border-bottom: 1px dashed #dcdcdc;
}
@media (max-width: 767px) {
  .topicsCont.list ul {
    padding: 30px 4% 4% 4%;
  }
}
.topicsCont.list ul li {
  width: 100%;
  border-bottom: 2px solid #dcdcdc;
  border-right: none;
  border-top: none;
  border-left: none;
}
.topicsCont.list ul li:after {
  content: "";
  display: block;
  clear: both;
}
.topicsCont.list ul li:last-child {
  border-bottom: none;
}
.topicsCont.list ul li a {
  display: inline;
}
.topicsCont.list ul li figure {
  width: 200px;
  height: 140px;
  float: left;
  margin-right: 20px;
}
.topicsCont.list ul li figure img {
  max-width: none !important;
  height: 100% !important;
}
@media (max-width: 767px) {
  .topicsCont.list ul li figure {
    width: 100%;
    height: 200px;
  }
}
.topicsCont.relatedPost {
  margin-bottom: 50px;
  background-image: linear-gradient(-45deg, #fafafa 25%, #e6e6e6 25%, #e6e6e6 50%, #fafafa 50%, #fafafa 75%, #e6e6e6 75%, #e6e6e6);
  background-size: 8px 8px;
}
.topicsCont.relatedPost h3 {
  background: none;
  color: #222;
  text-align: center;
}
.topicsCont.relatedPost ul {
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px 20px 20px;
}
.topicsCont.relatedPost ul li {
  width: 49%;
  border: 1px solid #f1f1f1;
  background: #fff;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.topicsCont.relatedPost ul li a {
  color: #959595;
}
.topicsCont.relatedPost ul li h4 {
  font-size: 1.8rem;
  padding: 10px 10px 0 10px;
}
.topicsCont.relatedPost ul li figure {
  width: 100px;
  height: 100px;
  position: relative;
  float: left;
  margin: 0 10px 0 0;
}
.topicsCont.relatedPost ul li figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: auto;
  max-width: none;
}
@media (max-width: 767px) {
  .topicsCont.relatedPost ul {
    display: block;
  }
  .topicsCont.relatedPost ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .topicsCont.relatedPost ul li a:after {
    content: "";
    display: block;
    clear: both;
  }
}

.articleCont,
.pageCont {
  border: 2px solid #f2f2f2;
  padding: 50px 20px 20px 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .articleCont,
  .pageCont {
    padding: 30px 4% 4% 4%;
  }
}
.articleCont .date,
.pageCont .date {
  font-size: 1.6rem;
  color: #222222;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: right;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .articleCont .date,
  .pageCont .date {
    font-size: 1.8rem;
  }
}
.articleCont .pr,
.pageCont .pr {
  text-align: right;
  color: #918f8f;
}
.articleCont .mainCatch,
.pageCont .mainCatch {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.articleCont .mainCatch img,
.pageCont .mainCatch img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.articleCont h1,
.pageCont h1 {
  clear: both;
  font-size: 3.0rem;
  line-height: 1.5;
  border-bottom: 1px dashed #7d7d7d;
  position: relative;
  color: #67b6de;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .articleCont h1,
  .pageCont h1 {
    font-size: 2.4rem;
  }
}
.articleCont h2,
.pageCont h2 {
  border-bottom: double 5px #56b1dc;
  padding: 10px 0;
  font-size: 22px;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
  line-height: 1.3;
  font-weight: bold;
  clear: both;
}
@media (max-width: 767px) {
  .articleCont h2,
  .pageCont h2 {
    /* font-size: 2.1rem; */
    font-size: 1.8rem;
  }
}
.articleCont h3,
.pageCont h3 {
  margin-bottom: 30px;
  clear: both;
  font-weight: bold;
  padding: 20px;
  font-size: 2.4rem;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 10px #67b6de;
  border-bottom: solid 3px #d7d7d7;
}
@media (max-width: 767px) {
  .articleCont h3,
  .pageCont h3 {
    /* font-size: 2.1rem; */
    font-size: 1.9rem;
  }
  .articleCont h3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.articleCont h4,
.pageCont h4 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .articleCont h4,
  .pageCont h4 {
    font-size: 2.1rem;
  }
}
.articleCont h5,
.pageCont h5 {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
  color: #222;
}
@media (max-width: 767px) {
  .articleCont h5,
  .pageCont h5 {
    font-size: 1.8rem;
  }
}
.articleCont h6,
.pageCont h6 {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .articleCont h6,
  .pageCont h6 {
    font-size: 1.8rem;
  }
}
.articleCont p,
.pageCont p {
  margin-bottom: 30px;
  line-height: 1.5;
}
.articleCont blockquote,
.pageCont blockquote {
  background: #f2f2f2;
  padding: 20px;
  font-style: italic;
  color: #666;
  margin-bottom: 30px;
  word-break: break-all;
}
.articleCont .mainCatch,
.pageCont .mainCatch {
  padding-top: 40px;
}
.articleCont .alignright,
.pageCont .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.articleCont .alignleft,
.pageCont .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.articleCont .aligncenter,
.pageCont .aligncenter {
  margin: 0 auto 20px auto;
  display: block;
}

.keywords {
  padding: 50px 0;
  border-bottom: 2px solid #f2f2f2;
}
.keywords:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .keywords {
    padding: 30px 4%;
  }
}
.keywords p {
  float: left;
  font-size: 1.5rem;
  padding: 10px 10px 10px 0;
}
.keywords ul {
  float: left;
  font-size: 1.5rem;
}
.keywords ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.keywords ul li a {
  display: block;
  background: #56b1dc;
  color: #fff;
  padding: 10px 20px;
}
.keywords ul li a:hover {
  transition: .4s;
  background: #2d98cb;
}

.pageCont h2 {
  border-bottom: double 5px #56b1dc;
  padding: 10px 0;
  font-size: 22px;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
  line-height: 1.3;
  font-weight: bold;
  clear: both;
}
@media (max-width: 767px) {
  .pageCont h2 {
    font-size: 2.1rem;
  }
}

.companyTbl dt {
  color: #fff;
  background: #56b1dc;
  padding: 15px 20px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 20px;
}
.companyTbl dd {
  border-bottom: 1px dashed #e3e3e3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.articleCont,
.pageCont {
  /************************************
  ** 動くボタンのCSS
  ************************************/
}
.articleCont .text-hide,
.pageCont .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.articleCont .box_content,
.pageCont .box_content {
  padding: 0 10px;
  position: relative;
}
.articleCont .main_img,
.pageCont .main_img {
  display: block;
  border: 1px solid #b7b7b7;
}
.articleCont .emphasis_txt,
.pageCont .emphasis_txt {
  font-size: 130%;
  line-height: 1.3em;
  font-weight: bold;
}
.articleCont .underline_txt,
.pageCont .underline_txt {
  text-decoration: underline;
  font-weight: bold;
}
.articleCont .pr_txt,
.pageCont .pr_txt {
  font-size: 12px;
  color: #999;
}
.articleCont .bold_txt,
.pageCont .bold_txt {
  font-weight: bold;
}
.articleCont .small_txt,
.pageCont .small_txt {
  font-size: 12px;
}
.articleCont .line_txt,
.pageCont .line_txt {
  background-color: #FFFF73;
  font-weight: bold;
}
.articleCont .waku,
.pageCont .waku {
  border: solid #CCC 1px;
  box-sizing: border-box;
  padding: 10px;
  margin: 10px 0;
}
.articleCont .bg_txt,
.pageCont .bg_txt {
  font-weight: bold;
  background-color: #888;
  color: #FFF;
}
.articleCont .pink_txt,
.pageCont .pink_txt {
  font-weight: bold;
  color: #FF007F;
}
.articleCont .red_txt,
.pageCont .red_txt {
  font-weight: bold;
  color: #ff4500;
}
.articleCont .yellow_txt,
.pageCont .yellow_txt {
  font-weight: bold;
  color: #fff100;
}
.articleCont .blue_txt,
.pageCont .blue_txt {
  font-weight: bold;
  color: #0085B2;
}
.articleCont .big_txt,
.pageCont .big_txt {
  font-weight: bold;
  font-size: 140%;
}
.articleCont .big_txt2,
.pageCont .big_txt2 {
  font-weight: bold;
  font-size: 120%;
}
.articleCont .small_blue_txt,
.pageCont .small_blue_txt {
  color: #0085B2;
  font-size: 12px;
}
.articleCont .small_red_txt,
.pageCont .small_red_txt {
  color: #FF0000;
  font-size: 12px;
  font-weight: bold;
}
.articleCont .center,
.pageCont .center {
  text-align: center;
}
.articleCont a.cv_link,
.pageCont a.cv_link {
  display: block;
  margin: 0 auto;
  color: #ff214f;
}
.articleCont .txt_link,
.pageCont .txt_link {
  color: #ff214f;
  font-weight: bold;
  text-decoration: underline;
}
.articleCont span.Emphasis_text,
.pageCont span.Emphasis_text {
  font-weight: bold;
  background-color: yellow;
}
.articleCont .img_rectangle,
.pageCont .img_rectangle {
  width: 100%;
  margin: 10px auto;
  border: solid 1px #ddd;
  display: block;
}
.articleCont .img_square,
.pageCont .img_square {
  width: 70%;
  margin: 10px auto;
  display: block;
  border: solid 1px #ddd;
}
.articleCont .img_square2,
.pageCont .img_square2 {
  width: 30%;
  margin: 10px auto;
  display: block;
  border: solid 1px #ddd;
}
.articleCont .quotation,
.pageCont .quotation {
  background-color: #eee;
  border-left: solid 8px #ddd;
  padding: 10px;
  box-sizing: border-box;
}
.articleCont a.cv_link,
.pageCont a.cv_link {
  display: block;
  width: 60%;
  margin: 0 auto;
  background-color: #0059B2;
  border-radius: 30px;
  text-align: center;
  padding: 15px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.4;
  color: #ffffff;
}
.articleCont a.cv_bana,
.pageCont a.cv_bana {
  display: block;
  margin: 0 auto;
  background-color: #FFF;
  text-align: center;
  line-height: 1.4em;
}
.articleCont .f_btn,
.pageCont .f_btn {
  width: 700px;
  z-index: 333;
  text-align: center;
}
.articleCont .f_btn a,
.pageCont .f_btn a {
  margin: 0 auto;
}
.articleCont .fixed,
.pageCont .fixed {
  position: fixed;
  bottom: 0;
}
@-moz-keyframes animate1 {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes animate1 {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@-webkit-keyframes animate1 {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes animate2 {
  0% {
    -moz-transform: translateX(0px);
  }
  45% {
    -moz-transform: translateX(20px);
  }
  50% {
    -moz-transform: translateX(25px);
  }
  55% {
    -moz-transform: translateX(20px);
  }
  95% {
    -moz-transform: translateX(0px);
  }
  100% {
    -moz-transform: translateX(0px);
  }
}
@-o-keyframes animate2 {
  0% {
    -o-transform: translateX(0px);
  }
  45% {
    -o-transform: translateX(20px);
  }
  50% {
    -o-transform: translateX(25px);
  }
  55% {
    -o-transform: translateX(20px);
  }
  95% {
    -o-transform: translateX(0px);
  }
  100% {
    -o-transform: translateX(0px);
  }
}
@-webkit-keyframes animate2 {
  0% {
    -webkit-transform: translateX(0px);
  }
  45% {
    -webkit-transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateX(25px);
  }
  55% {
    -webkit-transform: translateX(20px);
  }
  95% {
    -webkit-transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
.articleCont .a-btn,
.pageCont .a-btn {
  position: relative;
  display: block;
  width: 90%;
  padding: 10px;
  padding-left: 10%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
.articleCont .animate,
.pageCont .animate {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  margin-left: auto;
  margin-right: auto;
  z-index: 8;
  -webkit-animation-name: animate1;
  -moz-animation-name: animate1;
  -o-animation-name: animate1;
  animation-name: animate1;
  width: 90%;
}
.articleCont .a-arrow,
.pageCont .a-arrow {
  position: absolute;
  top: 20%;
  left: 0%;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: animate2;
  -moz-animation-name: animate2;
  -o-animation-name: animate2;
  animation-name: animate2;
  z-index: 9;
  width: 11%;
  max-width: 80px;
}
.articleCont .a-btn:hover img,
.pageCont .a-btn:hover img {
  opacity: 0.7;
}
.articleCont .myButton,
.pageCont .myButton {
  -moz-box-shadow: 0px 10px 14px -7px #cccccc;
  -webkit-box-shadow: 0px 10px 14px -7px #cccccc;
  box-shadow: 0px 10px 14px -7px #cccccc;
  background-color: #7fff00;
  /*背景色*/
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  /*ボーダー*/
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  color: #FFFFFF;
  /*文字色*/
  font-size: 18px;
  font-weight: bold;
  padding: 3% 4%;
  text-decoration: none;
  width: 90%;
  text-align: center;
}
.articleCont .myButton:hover,
.pageCont .myButton:hover {
  background-color: #080;
  /*hover背景色*/
}
.articleCont .myButton:active,
.pageCont .myButton:active {
  position: relative;
  top: 1px;
}
@media screen and (max-width: 760px) {
  .articleCont .myButton,
  .pageCont .myButton {
    font-size: 4vw;
  }
  .articleCont .a-arrow,
  .pageCont .a-arrow {
    left: -6%;
  }
}

@media screen and (max-width: 760px) {
  .articleCont .main_img {
    width: 99%;
    margin: 15px auto;
  }
  .articleCont .main_img[src="./images/img5.jpg"] {
    max-width: 85%;
  }
  .articleCont a.cv_link {
    width: 95%;
    height: auto;
    padding: 15px 0;
    margin: 25px auto;
  }
  .articleCont .f_btn {
    width: 100%;
    padding: 0;
    bottom: 0px;
    left: 0;
  }
  .articleCont .f_btn a,
  .articleCont .a-btn {
    font-size: 1.8rem;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.7;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}
.anim {
  -webkit-animation: anim 3s ease-in infinite;
  animation: anim 3s ease-in infinite;
}

@-webkit-keyframes anim {
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1, 0.9) translate(0px, 20px);
    transform: scale(1.1, 0.9) translate(0px, 20px);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  85% {
    -webkit-transform: scale(0.9, 1.2) translate(0px, -7px);
    transform: scale(0.9, 1.2) translate(0px, -7px);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-transform: scale(0.95, 1.1) translate(0px, -3px);
    transform: scale(0.95, 1.1) translate(0px, -3px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes anim {
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1, 0.9) translate(0px, 20px);
    transform: scale(1.1, 0.9) translate(0px, 20px);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  85% {
    -webkit-transform: scale(0.9, 1.2) translate(0px, -7px);
    transform: scale(0.9, 1.2) translate(0px, -7px);
  }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-transform: scale(0.95, 1.1) translate(0px, -3px);
    transform: scale(0.95, 1.1) translate(0px, -3px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
