/* CSS Document */
@charset "utf-8";
/*
Theme Name:oshibana
Theme URI :
Description:oshibanaの記事テーマです。
version:0.01
Author:insource
Author URI:http://www.insource.co.jp/
*/
/*===============================

    common

================================*/
/*
    clearfix
================================*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
} /* 1(r)em = 10px */
/*body {
  background-color: #fff;
  color: #383838;
  font-family: "游ゴシック", Helvetica, "Yu Gothic", "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  height: 100%;
  width: 100%;
  word-wrap:break-word;
}*/
div#cont {
  margin: 0 0 10px 0;
}
.cont {
  background-color: #fff;
  color: #383838;
  font-family: "游ゴシック", Helvetica, "Yu Gothic", "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  height: 100%;
  width: 100%;
  /*word-wrap:break-word;*/
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: "游ゴシック", "メイリオ", Meiryo, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.5px;
    font-weight: normal;
  }
  main {
    display: block;
  }
}
h1 {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1.35em;
  letter-spacing: -0.5px;
}
.newPosts {
  font-size: 25px;
} /* 最新記事タイトル */
h2 {
  font-size: 25px;
  margin-bottom: 10px;
}
.main p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.c_bold {
  font-weight: bold
}
input {
  font-family: Helvetica, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
@media all and (-ms-high-contrast:none) {
  input {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
ol {
  list-style-type: none;
}
li {
  list-style-type: none;
}
.article a {
  color: #333;
  text-decoration: none;
  line-height: 1.5
}
.article a:hover {
  color: #00bd7a;
  text-decoration: underline;
}
img {
  vertical-align: bottom;
}
.mb30 {
  margin-bottom: 30px;
}
/*===============================

    ヘッダー

================================*/
.header {
  align-items: center;
  background-color: #fff;
  color: #333;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 10px auto;
  width: 1200px;
}
.logo {
  margin-bottom: 0;
}
.logo img {}
/*
    グローバルナビ
================================*/
.nav {
  margin-top: 10px;
}
.gnav li {
  display: inline-block;
  margin-right: 15px;
}
.gnav li > a {
  color: #333;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  transition: .3s;
}
.gnav li > a::after {
  background-color: #fd3077;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 3px;
  width: 0;
  transition: .3s;
  transform: translateX(-50%);
}
.gnav li > a:hover::after {
  width: 100%;
}
/*
    検索フォーム
================================*/
.search {
  position: relative;
  width: 220px;
}
a[href="#inline-content"] {
  outline: 0;
}
form.search {
  margin: 0 auto;
  /*max-width: 90%;*/
  width: 500px;
}
p.searchField {
  border-bottom: 1px solid #ccc;
}
.searchField {
  background-color: #fff;
  border: none;
  font-size: 16px;
  height: 35px;
  margin-bottom: 0;
  transition: 0.3s;
  width: 100%;
}
.searchField:focus {
  box-shadow: 0px 0px 10px 3px #bdbdbd;
  outline: 0;
}
.submit {
  display: none;
}
.search i {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 7px;
  right: 15px;
}
/*===============================

    メインコンテンツ

================================*/
.mainContainer {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto;
  /*width: 1175px;*/
  /*width: 1415px;*/
  width: 1220px;
  font-size: 1.6rem;
}
.wrapper {
  width: 730px;
  order: 2;
}
.tagPage_top_list img{
  width: 100%;
  height: auto;
}
/*
    画像のズーム
================================*/
.zoomCont {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto 30px;
  width: 100%;
}
.zoomCont_inner {
  width: 220px;
}
.zoomCont_inner > a {
  display: block;
  color: #333;
}
.zoomCont_inner > a:hover {
  color: #00bd7a;
}
.zoomCont_ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.zoomCont_img {
  height: 132px;
  margin-bottom: 10px;
  width: 220px;
  overflow: hidden;
}
.zoomCont_img img {
  height: 132px;
  width: 220px;
  transition: 0.4s;
}
.zoomCont_img img:hover {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.zoomCont_inner > a:hover > .zoomCont_img img {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
/* flex box左揃え用 */
.zoomCont_inner-last {
  padding: 0;
  margin: 0;
  visibility: hidden;
}
.zoomCont_inner-last p {
  line-height: 0;
}
/*
    ぱんくずリスト
================================*/
.breadcrumb {
  font-size: 0;
  margin-bottom: 20px;
}
.breadcrumb li {
  font-size: 14px;
  display: inline-block;
}
.breadcrumb li a {
  display: block;
  text-decoration: underline;
}
.breadcrumb li a:hover {
  opacity: 0.5;
}
.breadcrumb li a::after {
  content: ">";
  display: inline-block;
  font-size: 14px;
  margin: 0 10px;
}
div.breadcrumbs {
  padding: 50px 10px 0 0px;
  font-size: 12px;
}
/*
    index
================================*/
/* スライダー */
.topSlider {
  display: none;
  margin: 0 auto 50px;
  margin-left: -10px;
  max-width: 100%;
  min-width: 1200px;
}
.topSlider.slick-initialized {
  display: block;
}
/* slick slider 用 */
.topSlider li {
  position: relative;
}
.topSlider img {
  height: auto;
  max-width: 100%;
  transition: all .3s ease;
}
.slick-slide .slideCont {
  background-color: #ffffff;
  color: #111;
  font-size: 22px;
  height: 200px;
  margin-bottom: 0;
  opacity: 0;
  padding: 40px 30px 20px;
  position: absolute;
  bottom: 99px;
  left: 580px;
  transition: .3s;
  width: 37%;
  font-weight: bold;
  line-height: 1.6em
}
.slick-slide.slick-active .slideCont, .slick-slide.slick-center .slideCont {
  opacity: 1;
  transition: .3s;
}
/* 記事一覧 */
.zoomCont.card {
  width: 730px;
}
.zoomCont_inner.card {
  margin-bottom: 20px;
  width: calc(33.333% - 20px);
}
.zoomCont_img.card {
  box-shadow: 3px 2px 6px 1px #a1a5a3;
  height: auto;
  width: 100%;
  position: relative;
}
.zoomCont_img.card img {
  height: auto;
  width: 100%;
}
.zoomCont_ttl.card {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
.zoomCont_date.card {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}
/* view & category */
.articleTag {
  display: table;
  position: absolute;
  left: 0;
  bottom: 0;
}
.articleTag_view {
  background-color: #333;
  color: #fff;
  display: table-cell;
  font-size: 12px;
  min-width: 65px;
  padding: 0px 5px;
}
.articleTag_cat {
  background-color: #e9ffa8;
  color: #333;
  display: table-cell;
  font-size: 11px;
  font-weight: bold;
  min-width: 55px;
  padding: 3px 5px;
}
/* NEW */
.zoomCont_img.new::before {
  border-top: 60px solid #F0E535;
  border-right: 65px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: 555;
}
.zoomCont_img.new::after {
  content: "NEW";
  color: #333;
  display: block;
  font-size: 12px;
  font-weight: bold;
  font-style: oblique;
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 556;
}
/* もっと見る */
.more a {
  background-color: #3AA395;
  color: #fff;
  display: block;
  padding: 10px;
  margin: 0 auto 30px;
  text-align: center;
  width: 200px;
}
.more a:hover {
  background-color: #00677a;
  box-shadow: 5px 5px 5px #ccc;
  transition: all .3s /*transform:rotateY(360deg);*/
}
@keyframes shake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg)
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg)
  }
  75% {
    transform: translate(2px, 2px) rotateZ(-1deg)
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
}
/**公開講座のリストのスタイル**/
.submenu .sidebar-ad iframe.h300wyof {
  width: 200px;
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}
/*
    カテゴリー
================================*/
.catTtl {
  color: #2f2725;
  border-left: 5px solid #2f2725;
  font-weight: bold;
  padding-left: 10px;
}
/* 記事一覧 */
.zoomCont.plate {
  width: 830px;
}
.zoomCont_inner.plate {
  margin-bottom: 60px;
  width: 100%;
}
.zoomCont_inner.plate > a:hover {
  color: #333;
}
.zoomCont_img.plate {
  box-shadow: 3px 2px 6px 1px #a1a5a3;
  float: left;
  height: 210px;
  margin-bottom: 15px;
  position: relative;
  width: 350px;
}
.zoomCont_img.plate img {
  height: 210px;
  width: 350px;
  transition: 0.4s;
}
.categoryTag_view {
  background-color: #333;
  color: #fff;
  display: table-cell;
  font-size: 13px;
  min-width: 65px;
  padding: 3px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.zoomCont_detail {
  height: 210px;
  padding-left: 370px;
}
.zoomCont_ttl.plate {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.zoomCont_inner.plate > a:hover .zoomCont_ttl {
  color: #00bd7a;
}
.zoomCont_date.plate {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.zoomCont_date.plate .categoryTag {
  margin-left: 3px;
  padding: 3px 15px;
}
.zoomCont_description {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 10px;
}
/*
    ページネーション
================================*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-bottom: 30px
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}
.wp-pagenavi span.current {
  color: #FFF;
  background-color: #00bd7a;
  border-color: #00bd7a;
  font-weight: bold;
}
.pagenation {
  font-size: 0;
  margin: 0 auto 30px;
  text-align: center;
  width: 730px;
}
.pagenation li {
  display: inline-block;
  font-size: 18px;
  line-height: 35px;
  margin-right: 15px;
}
.pagenation li > a {
  border: 1px solid #ccc;
  display: block;
  height: 35px;
  text-align: center;
  width: 35px;
}
.pagenation li > a:hover, .pagenation li > a.active {
  background-color: #ccc;
  color: #fff;
}
span.current_page {
  color: #FFF;
  background-color: #00bd7a;
  border-color: #00bd7a;
  font-weight: bold;
}
/* バナー */
.bannerBox {
  width: 728px;
  margin: 0 auto;
}
.bannerL img {
  margin: auto 0;
  height: auto;
}
.bannerBox_s {
  font-size: 0;
}
.bannerBox_s img {
  height: auto;
  margin-right: 10px;
  width: 200px;
}
.bannerBox_s a img {
  transition: all .1s ease;
}
.bannerBox_s a:hover img {
  transform: rotate(4deg);
}
.bannerBox_s a:hover:nth-child(even) img {
  transform: rotate(-4deg);
}
.bannerBox_s a:last-child img {
  margin-right: 0;
}
.bnSlide img {
  height: 100px
}
/*
    記事内
================================*/
.article {
  width: 830px;
}
.keyVisual img {
  height: calc(830px * 0.6);
  width: 100%;
  max-width: 830px;
}
.bodyTxt {
  font-size: 18px;
}
.bodyTxt h2 {
  background-color: #f3f0f0;
  line-height: 1.3;
  padding: 20px 21px;
  margin: 20px 0;
  border-radius: 8px;
  font-size: 25px;
}
.bodyTxt h3 {
  border-color: #333;
  border-style: solid;
  border-width: 1px 0 1px;
  line-height: 1.3;
  padding: 18px 0;
  margin: 20px 0;
  font-size: 20px;
}
.bodyTxt h4 {
  border-bottom: solid 1px #333;
  padding: 8px 0;
  margin: 20px 0;
  font-size: 22px;
}
.data {
  margin-bottom: 20px;
}
.categoryTag {
  background-color: #e9ffa8;
  color: #333;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px;
}
.article .categoryTag a:hover{
  text-decoration: none;
  color: #333;
  opacity: 0.6;
  transition: .3s;
}
.attention {
  background-color: #fffddd;
  padding: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.5em;
  font-size: 15px;
}
/*
    related
================================*/
.relatedBox {
  background-color: #e6e6e6;
  margin: 50px 0;
  padding: 17px;
}
.relatedBox > h2 {
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 0;
}
.relatedBox > p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  overflow: hidden;
  margin-bottom: 0
}
.relatedBox > p > img {
  float: left;
  height: auto;
  margin: 0 20px 20px 0;
  width: 220px;
}
/* おすすめ記事 */
.recommendTtl {
  font-size: 18px;
  margin-bottom: 16px;
}
/*
    検索結果表示
================================*/
.searchRslt {
  border-color: #ccc;
  border-style: solid;
  border-width: 2px 0;
  font-size: 23px;
  padding: 20px 0;
}
.searchRslt_NA {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
/*===============================

    悩み別サイドナビ

================================*/
#solutionBaseSideNav.submenu--solutionBase{
  width: 200px;
  order: 1;
  margin-bottom: 10px;
}
#solutionBaseSideNav p{
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}
#solutionBaseSideNav a{
  line-height: 1.5;
}
#solutionBaseSideNav .m_solutionBaseSideNav--acc .m_solutionBaseSideNav__listItem .m_solutionBaseSideNav__target{
  line-height: 0;
}
#solutionBaseSideNav .m_solutionBaseSideNav--acc:hover .m_solutionBaseSideNav__listItem .m_solutionBaseSideNav__target {
    line-height: 1.6;
    transition: line-height .2s ease-out,padding 0s,opacity .2s linear, visibility .2s linear;
    padding: 0 0 0 11px;
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 768px) {
  #solutionBaseSideNav.submenu--solutionBase{
    display: none;
  }
}

/*===============================

    サイドナビ

================================*/
.submenu {
  width: 200px;
  order: 3;
}
h2.submenuTtl {
  margin-top: 20px;
  font-size: 13px;
  padding: 5px;
  text-align: center;
  border: solid 2px #E95385;
  color: #E95385;
  letter-spacing: -0.8px;
}
.submenuTtl.twitter, .submenuTtl.facebook {
  text-align: left;
}
.submenuTtl.twitter img, .submenuTtl.facebook img {
  margin-right: 10px;
  vertical-align: -4px;
  width: 18px;
}
.sidebar-ad nav {
  margin-top: -20px;
  margin-bottom: 20px;
}
.sidebar-ad nav ul li {
  border-bottom: solid 1px #cccccc
}
.sidebar-ad nav ul {
  margin-top: 20px
}
.side-top img {
  margin-bottom: 12px;
  width: 100%;
  height:auto;
}
.sidebar-ad nav ul {
  margin-top: 20px;
}
.sidebar-ad nav ul li a {
  color: #333;
  text-decoration: none;
  line-height: 2.0;
  font-weight: bold;
  font-size: 12.5px;
  display: block
}
#solutionBaseSideNav .sidebar-ad nav ul li a{
  line-height: 2.0;
}
.sidebar-ad nav ul li a:hover {
  opacity: 0.6;
}
.sideTxt {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.sidebar_new .m_solutionBaseSideNav__ttl{
  margin-bottom: 5px;
  font-size: 15px;
  letter-spacing: 0;
  height: auto;
  padding: 8px 12px;
}
.sidebar_new .m_solutionBaseSideNav__ttl--cs{
  letter-spacing: -1px;
}
.sidebar_new .m_solutionBaseSideNav__target--new{
  line-height: 1.4;
}
#solutionBaseSideNav .sidebar_new .m_solutionBaseSideNav__date{
  color: #d66c00;
  font-size: 12px;
}
#solutionBaseSideNav .sidebar_new .m_solutionBaseSideNav__article_ttl{
  font-size: 12.5px;
  text-indent: 0px;
  padding-left: 9px;
}

/* ニュースレター */
.nletter_entry {
  background-color: #E84572;
  color: #fff;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
}
.nletter_entry:hover {
  opacity: 0.8;
}
.sidebar-ad {
  margin-bottom: 28px
}
.sidebar-ad img:hover {
  opacity: 0.5;
  transition: 0.3s
}
/* お問合せ */
.contactList {
  margin-bottom: 20px;
  width: 100%;
}
.contactList li {
  margin-bottom: 8px;
}
.contactList li a {
  color: #00bd7a;
  font-size: 14px;
  font-weight: bold;
  transition: .3s;
}
.contactList li a:hover {
  text-decoration: underline;
}
.contactUs {
  background-color: #00bd7a;
  color: #fff;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
}
.contactUs:hover {
  opacity: 0.8;
}
.rankTtl-sm {
  font-size: 20px;
  text-align: left;
}
/*
    人気の記事
================================*/
.wpp-list {
  margin-bottom: 30px;
  counter-reset: wpp-ranking;
}
.wpp-list > li {
  margin-bottom: 15px;
  position: relative;
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
}
.wpp-list > li > a {
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 12.5px;
}
.wpp-list > li > a:hover {
  opacity: 0.5;
}
.wpp-list > li > a::before {
  border-top: 35px solid #e95383;
  border-right: 35px solid transparent;
  z-index: 1;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}
.wpp-list > li > a::after {
  content: counter(wpp-ranking, decimal);
  counter-incpxent: wpp-ranking;
  z-index: 2;
  color: #fff;
  display: block;
  font-size: 13px;
  position: absolute;
  top: 4px;
  left: 6px;
}
.wpp-list > li:last-child > a::after {
  top: 3px;
  left: 3px;
}
.wpp-list > li img {
  float: left;
  height: auto;
  width: 45%
}
.wpp-list > li span {
  display: block;
  font-size: 11px;
  line-height: 1.5;
  padding-left: 75px;
  font-weight: bold;
}
/*
    人気の研修
================================*/
.trainingRank {}
.trainingRank > li {
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 12.5px;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 26px;
}
.trainingRank_no1 {
  background-image: url("./images/gold.jpg");
}
.trainingRank_no2 {
  background-image: url("./images/silver.jpg");
}
.trainingRank_no3 {
  background-image: url("./images/copper.jpg");
}
.trainingRank_no4 {
  background-image: url("./images/bn-rank-four.jpg");
}
.trainingRank_no5 {
  background-image: url("./images/bn-rank-five.jpg");
}
.trainingRank_no6 {
  background-image: url("./images/bn-rank-six.jpg");
}
.trainingRank_no7 {
  background-image: url("./images/bn-rank-seven.jpg");
}
.trainingRank_no8 {
  background-image: url("./images/bn-rank-eight.jpg");
}
.trainingRank_no9 {
  background-image: url("./images/bn-rank-nine.jpg");
}
.trainingRank_no10 {
  background-image: url("./images/bn-rank-ten.jpg");
}
.trainingRank a {
  display: block;
}
.trainingRank a:hover {
  color: #00bd7a;
}
/*
    広告
================================*/
.ads {
  margin-bottom: 20px;
}
.ads img {
  height: auto;
  transition: .1s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ads_wrap{
    display: flex;
    justify-content:space-between;
  }
  .ads.ads_sidebar_recruit_ginko{
    width : calc(50% - 10px);
    margin: auto;
  }
  .ads.ads_sidebar_recruit_ginko img{
    width: 100%;
  }
}
/*===============================

    フッター

================================*/
.footer {
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
}
.footer_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 0;
  width: 1200px;
}
.footer_inner p:first-child {
  margin-right: 25px;
}
.footer_inner p:last-child {
  margin-bottom: 0;
}
.footer_inner a {
  border-bottom: 1px solid #333;
}
.footer_inner a:hover {
  opacity: 0.5;
}
/*
    フッターナビ
================================*/
.fnCont {
  background-color: #E6E6E6;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.fn {
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.fn ul {}
.fn li {
  font-size: 14px;
  margin-right: 25px;
  line-height: 1.8em
}
.fn li:last-child {
  margin-right: 0;
}
.fn li a {
  transition: all 0.3s ease;
  color: #333;
  font-weight: normal;
}
.fn li:first-child {
  font-weight: 700;
  color: #666;
}
.fn li a:hover {
  opacity: 0.5;
}
.copyright {
  font-size: 13px;
  margin: 0 auto;
  text-align: right;
  width: 1200px;
}
/*
    To Top
================================*/
#pageTop {
  position: fixed;
  bottom: 0px;
  right: 10px;
  font-size: 88%;
  z-index: 999;
}
#pageTop a:hover {
  opacity: 0.8;
}
/*===============================

    override

================================*/
/*
    slick nav
================================*/
#menu {
  display: none;
}
/*
    colorbox
================================*/
#cboxOverlay {
  background-image: none;
  background: #000;
}
#inline-content {
  margin: 20px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible;
}
#cboxContent {
  overflow: visible;
}
#cboxClose {
  background: url(./images/close.svg) no-repeat 0 0;
  width: 25px;
  height: 25px;
  top: -35px;
}
#cboxClose:hover {
  background-position: 0 0;
  opacity: 0.6;
}
#cboxLoadedContent {
  margin-bottom: 0;
}
/*
    slick(スライダー)	
================================*/
.slick-dotted.slick-slider {
  margin-bottom: 50px;
}
.slick-dots {
  margin: 10px 0;
  bottom: -30px;
}
.slick-arrow {
  z-index: 50;
}
.slick-next {
  right: 20px;
  width: 52px;
  height: 52px;
}
.slick-prev {
  left: 20px;
  width: 52px;
  height: 52px;
}
.slick-dots li button:before {
  color: #cc8aa1;
  content: "\f111";
  font-family: FontAwesome;
  font-size: 10px;
  opacity: 0.5;
}
.slick-dots li.slick-active button:before {
  color: #fd3077;
  opacity: 1;
}
.slick-next:before {
  content: "";
  display: block;
  background-image: url("/resource/img/gam-batte/call/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}
.slick-prev:before {
  content: "";
  display: block;
  background-image: url("/resource/img/gam-batte/call/arrow_left.svg");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}
/*
    Wordpress related posts
	(画像ズームの設定が変わったらこちらにも反映させる)
================================*/
.wp_rp_content a:hover {
  color: #00bd7a
}
.related_post_title {
  display: block;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 16px;
}
.wp_rp_title {
  font-weight: bold;
}
.wp_rp_publish_date {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  padding-top: 10px;
  padding-bottom: 5px;
}
.wp_rp_thumbnail {
  display: block;
  width: 250px;
  overflow: hidden;
}
ul.related_post {
  display: flex;
  justify-content: space-between;
}
ul.related_post:before {
  content: "";
  width: 250px;
  margin-bottom: 10px;
  order: 1;
}
ul.related_post:after {
  content: "";
  width: 250px;
  margin-bottom: 10px;
}
ul.related_post li {
  width: 250px;
}
ul.related_post {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto 30px;
  width: 100%;
}
ul.related_post a:hover {
  color: #00bd7a
}
ul.related_post li img {
  height: 150px;
  transition: 0.4s;
  width: 250px;
}
ul.related_post li img:hover {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.related_post wp_rp a:hover {
  color: #00bd7a
}
.wp_rp_thumbnail {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
ul.related_post {
  display: flex;
  justify-content: space-between;
}
ul.related_post li {
  width: 100%;
}
ul.related_post {
  display: flex;
  justify-content: space-between;
}
ul.related_post a:hover {
  color: #00bd7a
}
ul.related_post li img {
  transition: 0.4s;
  width: 100%;
}
ul.related_post li img:hover {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.related_post wp_rp a:hover {
  color: #00bd7a
}
@media screen and (min-width: 768px) {
  #menu {
    display: block;
  }
  .slicknav_menu {
    display: none;
  }
  /*
    ピックアップ
================================*/
  p.topic {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0 339px;
  }
  p.topic:before, p.topic:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 310px;
    height: 2px;
    background-color: #383838;
  }
  p.topic:before {
    left: 0;
  }
  p.topic:after {
    right: 0;
  }
  p.topic-new {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0 377px;
    margin-bottom: 10px
  }
  p.topic-new:before, p.topic-new:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 340px;
    height: 2px;
    background-color: #383838;
  }
  p.topic-new:before {
    left: 0;
  }
  p.topic-new:after {
    right: 0;
  }
  .top-pickup-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .top-pickup {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .top-pickup {
    width: 394px;
    overflow: hidden;
  }
  .top-pickup img {
    height: auto;
    width: 394px;
    transition: 0.4s;
  }
  .top-pickup img:hover {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
  }
  div.top-pickup-830 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  div.top-pickup-830 {
    width: 830px;
    overflow: hidden;
  }
  div.top-pickup-830 img {
    height: auto;
    width: 830px;
    transition: 0.4s;
  }
  div.top-pickup-830 img:hover {
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
  }
}
figcaption {
  width: 60%;
}
.blog-inner {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.blog-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 50%;
  margin-bottom: 5px;
}
.blog-card_link {
  width: 95%;
}
figure {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
}
.blog-inner p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 0px;
  letter-spacing: -1px;
}
figcaption dl, dt, dd {
  color: #151515;
  padding-left: 5px
}
figcaption dd a {
  color: #151515;
  display: inline;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.blog-cat {
  background-color: #e9ffa8;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  padding: 1px 10px;
}
.blog-cat a {
  color: #151515;
  vertical-align: middle;
  font-size: 1.0em;
  padding: 2px 0;
  margin-right: 5px;
}
.photoThumb img {
  width: 137px;
  height: 84px;
}
figure img:hover {
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
}
.blog-inner dt {
  font-size: 13px;
  vertical-align: middle;
}
figure img:hover {
  transition: 0.8s;
  width: 137px;
  height: 84px;
}
figure:hover {
  transition: 0.8s;
}
.photoThumb {
  overflow: hidden;
  width: 137px;
  height: 84px;
}
figcaption a:hover {
  transition: 0.8s;
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
}
.blog-inner {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.blog-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 50%;
  margin-bottom: 24px;
}
figure {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
}
.m_ichiranCard {
  flex-wrap: no-wrap;
}
.m_ichiranCard dl, dt, dd {
  padding-left: 5px
}
.m_ichiranCard dd a {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.blog-cat {
  background-color: #e9ffa8;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  padding: 1px 10px;
}
.blog-cat a {
  color: #151515;
  vertical-align: middle;
  font-size: 1.0em;
  padding: 2px 0
}
figure:hover {
  opacity: 0.5
}
/*
    移管時追加
================================*/
#base {
  width: auto;
}
h2 + span {
  display: block;
}
span + span {
  display: block;
}
#header span + span {
  display: inline;
}
#bc_footer {
  margin-top: 0;
}
.mokuji {
  border: 1px solid #ddd;
  display: table;
  padding: 20px;
}
.mokuji a {
  color: #428bca;
}
.counter-hierarchy {
  border: 1px solid #ddd;
}
.ez-toc-list a {
  color: #428bca;
  background-color: #fff;
  font-size: 16px;
}
.js_webinBtn__img {
  vertical-align: bottom;
}
/*plugin*/
#ez-toc-container {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  display: table;
  margin: 15px 15px 15px 0;
  padding: 10px;
  position: relative;
  width: auto
}
.ez-toc-widget-container {
  position: relative;
  white-space: nowrap
}
#ez-toc-container.ez-toc-light-blue {
  background: #EDF6FF
}
#ez-toc-container.ez-toc-white {
  background: #FFF
}
#ez-toc-container.ez-toc-black {
  background: #000
}
#ez-toc-container.ez-toc-transparent {
  background: none
}
.ez-toc-widget-container ul.ez-toc-list {
  padding: 0 10px
}
#ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {
  margin-left: 1.5em
}
#ez-toc-container li, #ez-toc-container ul {
  padding: 0
}
#ez-toc-container li, #ez-toc-container ul, #ez-toc-container ul li, .ez-toc-widget-container, .ez-toc-widget-container li {
  background: 0 0;
  list-style: none;
  line-height: 1.6;
  margin: 0;
  overflow: hidden;
  z-index: 1
}
.btn.active, .ez-toc-btn, .ez-toc-btn-default.active, .ez-toc-btn-default:active, .ez-toc-btn:active {
  background-image: none
}
#ez-toc-container p.ez-toc-title {
  text-align: left;
  line-height: 1.45;
  margin: 0;
  padding: 0
}
.ez-toc-title-container {
  display: table;
  width: 100%
}
.ez-toc-title, .ez-toc-title-toggle {
  display: table-cell;
  text-align: left;
  vertical-align: middle
}
#ez-toc-container.ez-toc-black p.ez-toc-title {
  color: #FFF
}
#ez-toc-container div.ez-toc-title-container + ul.ez-toc-list {
  margin-top: 1em
}
.ez-toc-wrap-left {
  float: left;
  margin-right: 10px
}
.ez-toc-wrap-right {
  float: right;
  margin-left: 10px
}
#ez-toc-container.ez-toc-black a, #ez-toc-container.ez-toc-black a:visited {
  color: #FFF
}
#ez-toc-container a.ez-toc-toggle {
  color: #444
}
#ez-toc-container.counter-flat ul, #ez-toc-container.counter-hierarchy ul, .ez-toc-widget-container.counter-flat ul, .ez-toc-widget-container.counter-hierarchy ul {
  counter-reset: item
}
#ez-toc-container.counter-numeric li, .ez-toc-widget-container.counter-numeric li {
  list-style-type: decimal;
  list-style-position: inside
}
#ez-toc-container.counter-decimal ul.ez-toc-list li a::before, .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
  content: counters(item, ".") ". ";
  counter-increment: item
}
#ez-toc-container.counter-roman li a::before, .ez-toc-widget-container.counter-roman ul.ez-toc-list li a::before {
  content: counters(item, ".", upper-roman) ". ";
  counter-increment: item
}
.ez-toc-widget-container ul.ez-toc-list li::before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  z-index: -1
}
.ez-toc-widget-container ul.ez-toc-list li.active::before {
  background-color: #EDEDED
}
.ez-toc-widget-container li.active > a {
  font-weight: 900
}
.ez-toc-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}
.ez-toc-btn:focus {
  outline: #333 dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}
.ez-toc-btn:focus, .ez-toc-btn:hover {
  color: #333;
  text-decoration: none
}
.ez-toc-btn.active, .ez-toc-btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.ez-toc-btn-default {
  color: #333;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}
.ez-toc-btn-default.active, .ez-toc-btn-default:active, .ez-toc-btn-default:focus, .ez-toc-btn-default:hover {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad
}
.ez-toc-btn-sm, .ez-toc-btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}
.ez-toc-glyphicon, [class*=ez-toc-icon-] {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.ez-toc-btn-xs {
  padding: 1px 5px
}
.ez-toc-btn-default:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.ez-toc-btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#e0e0e0));
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -moz-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  background-repeat: repeat-x;
  border-color: #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.ez-toc-btn-default:focus, .ez-toc-btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px
}
.ez-toc-btn-default.active, .ez-toc-btn-default:active {
  background-color: #e0e0e0;
  border-color: #dbdbdb
}
.ez-toc-pull-right {
  float: right !important;
  margin-left: 10px
}
.ez-toc-glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings'
}
.ez-toc-glyphicon:empty {
  width: 1em
}
.ez-toc-toggle i.ez-toc-glyphicon {
  font-size: 16px;
  margin-left: 2px
}
[class*=ez-toc-icon-] {
  font-family: ez-toc-icomoon !important;
  speak: none;
  font-variant: normal;
  text-transform: none
}
.ez-toc-icon-toggle:before {
  content: "\e87a"
}
/* 移管につき追加 */
.m_catIchiran_blog-catLabel {
  margin-right: 5px;
  color: #151515;
}
ul.related_post .gambatte_related_post_card {
  width: 250px;
  margin-bottom: 10px;
}
.m_gambatte_kiji_categoryTag_target {
  margin-right: 10px;
}
.m_gambatte_kiji_categoryTag_target:last-of-type{
  margin-right: 0px;
}
/* ページネーション（前・次） */
.m_gam_batte_kijiPagination_lists {
  display: flex;
  justify-content: space-between;
}
.m_gam_batte_kijiPagination_lists .m_gam_batte_kijiPagination {
  margin-bottom: 0px;
}
.m_gam_batte_kijiPagination_target {
  color: #333;
}
.m_gam_batte_kijiPagination_target:hover {
  color: #00bd7a;
  border-bottom: 1px solid #00bd7a;
}
.m_gam_batte_kijiPagination_target-previous {}
.m_gam_batte_kijiPagination-previous-hide{
  padding: 0;
  margin: 0;
  visibility: hidden;
}
.m_gam_batte_kijiPagination_target-previous:before {
  content: "<";
  padding-right: 10px;
}
.m_gam_batte_kijiPagination_target-next {}
.m_gam_batte_kijiPagination_target-next:after {
  content: ">";
  padding-left: 10px;
}
.m_gam_batte_kijiPagination_targetTtl {}
/* gam-batte編集部 */
.saboxplugin-wrap {
  padding: 10px;
  border: 8px solid #c9caca;
  margin-bottom: 20px;
}
.saboxplugin-wrap .saboxplugin-gravatar {
  float: left;
  padding: 20px;
}
.saboxplugin-wrap .saboxplugin-authorname {
  font-size: 18px;
  line-height: 25px;
  margin-top:20px;
  text-align: left;
}
.saboxplugin-wrap .saboxplugin-desc p, .saboxplugin-wrap .saboxplugin-desc {
  font-size: 14px !important;
  line-height: 21px !important;
}
.saboxplugin-authorname a {
  pointer-events: none;
  color: #000;
  display: inline-block;
}
.saboxplugin-desc {
  margin-top: 10px;
}
/*noteから転載時 blockquote → p class="article_bgColor" に変換 */
.article_bgColor{
  background-color:#f3f0f0;
  padding: 10px;
}
article .article_link_color{
  color: #3366ff;
}
article .article_link_color:hover{
  color: #3366ff;
}