@charset "UTF-8";
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 42px;
  position: relative;
  color: #343434;
  background: #f4f4f4;
  font-family: "YuGoMedium","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
  font-weight: normal; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 20px;
      line-height: 36px; } }
  @media screen and (max-width: 530px) {
    body {
      font-size: 18px;
      line-height: 30px; } }

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
  min-height: 1px;
  display: block; }
  .container:after, .container:before {
    display: table;
    content: ""; }
  .container:after {
    clear: both; }

.clearfix {
  display: block; }
  .clearfix:after, .clearfix:before {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

h1, h2, h3, h4, h5, h6 {
  color: #121212;
  font-family: "YuGoBold", "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
  font-weight: bold; }

h5 {
  font-size: 24px;
  line-height: 45px; }

img {
  vertical-align: middle;
  max-width: 100%; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

p {
  margin: 0 0 10px; }

blockquote {
  margin: 30px 0;
  padding: 1em 2em;
  background-color: #f2f2f2;
  border: 1px solid #d8d8d8; }

.aligncenter {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block; }

@media screen and (max-width: 992px) {
  .visible-md {
    display: none; } }

@media screen and (min-width: 992px) {
  .visible-sm {
    display: none; } }

@media screen and (min-width: 768px) {
  .visible-xs {
    display: none !important; } }

#main-header {
  background: #BEFDF3; }
  @media screen and (max-width: 992px) {
    #main-header {
      background: #BEFDF3;
      border-top: 1px solid #b09c00;
      border-bottom: 1px solid #d5d5d5; } }
  @media screen and (max-width: 530px) {
    #main-header .container {
      padding: 0; } }

.header-left {
  float: left;
  padding: 10px 0 12px; }
  @media screen and (max-width: 530px) {
    .header-left {
      padding-left: 10px; } }

.header-right {
  float: right; }
  @media screen and (max-width: 530px) {
    .header-right {
      padding: 7px 8px 7px 0; } }

.logo-box {
  padding: 0; }

@media screen and (max-width: 768px) {
  #main-content {
    padding: 0; } }

.top-social-box-widget {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  padding: 14px 0; }
  @media screen and (max-width: 992px) {
    .top-social-box-widget {
      display: none; } }
  @media screen and (max-width: 530px) {
    .top-social-box-widget {
      text-align: center;
      padding: 0; } }
  .top-social-box-widget span, .top-social-box-widget a {
    display: inline-block;
    vertical-align: middle; }
  .top-social-box-widget span {
    margin: 2px 10px 0 0;
    font-family: "YuGoBold", "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
    font-weight: bold; }
    @media screen and (max-width: 992px) {
      .top-social-box-widget span {
        display: none; } }
  .top-social-box-widget a {
    margin: 0 7px;
    width: 22px;
    text-align: center; }
    @media screen and (max-width: 530px) {
      .top-social-box-widget a {
        margin: 0 3px; } }

.series-post .container {
  padding: 0 0 80px;
  background: #ffffff; }
  @media screen and (max-width: 768px) {
    .series-post .container {
      padding: 0; } }

.series-box {
  padding: 30px 90px 0 90px; }
  @media screen and (max-width: 992px) {
    .series-box {
      padding: 30px 60px 0 60px; } }
  @media screen and (max-width: 768px) {
    .series-box {
      padding: 20px 10px 0 10px; } }

.series-thumb {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  text-align: center;
  background: #ffffff; }
  @media screen and (max-width: 992px) {
    .series-thumb {
      padding: 0; } }
  .series-thumb .container {
    padding: 0 0 15px 0;
    background: #ffffff; }

.series-title {
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  margin: 10px 0 30px; }
  @media screen and (max-width: 992px) {
    .series-title {
      font-size: 36px; } }
  @media screen and (max-width: 768px) {
    .series-title {
      padding: 0 40px; } }
  @media screen and (max-width: 530px) {
    .series-title {
      font-size: 24px;
      padding: 0 15px; } }
  @media screen and (max-width: 480px) {
    .series-title {
      margin: 0 0 20px; } }
  .series-title a {
    color: #121212; }


.series-title-name {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin: 10px 0 30px; }
  @media screen and (max-width: 992px) {
    .series-title-name {
      font-size: 16px; } }
  @media screen and (max-width: 530px) {
    .series-title-name {
      font-size: 12px;
      padding: 0 15px; } }

.series-nav {
  margin: 0 0 70px;
  text-align: center; }
  @media screen and (max-width: 992px) {
    .series-nav {
      display: none; } }
  @media screen and (max-width: 530px) {
    .series-nav {
      margin: 0 0 50px; } }
  @media screen and (max-width: 480px) {
    .series-nav {
      margin: 0 0 40px; } }
  .series-nav a {
    font-size: 22px;
    line-height: 30px;
    color: #5d5d5d;
    border: 1px solid #d5d5d5;
    display: inline-block;
    padding: 16px 35px 12px 90px;
    background: url(images/fa-pencil-square-o.png) 38px center no-repeat #f5f5f5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    font-family: "YuGoBold", "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
    font-weight: bold; }

.series-description {
  text-align: left;
  margin: 0 0 22px; }
  @media screen and (max-width: 768px) {
    .series-description {
      padding: 0 40px; } }
  @media screen and (max-width: 530px) {
    .series-description {
      padding: 0 15px;
      margin: 0 0 10px;
      text-align: left; } }

.series-single-wrap {
  margin-bottom: 30px; }
  .series-single-wrap .series-description {
    font-size: 18px;
    line-height: 2; }
    @media screen and (max-width: 992px) {
      .series-single-wrap .series-description {
        float: none;
        width: 100%;
        text-align: left; } }
    @media screen and (max-width: 480px) {
      .series-single-wrap .series-description {
        font-size: 15px;
        text-align: left; }
        .series-single-wrap .series-description br {
          display: none; }
        .series-single-wrap .series-description br.break {
          display: block; } }
  .series-single-wrap .article-list-box {
    margin: 0;
    padding: 0; }
    .series-single-wrap .article-list-box .wrap-title {
      text-align: left; }
    .series-single-wrap .article-list-box .title {
      margin: 0 0 10px;
      padding: 0 0 0 40px;
      font-size: 18px;
      background-size: 20px;
      background-position: 10px center; }
    .series-single-wrap .article-list-box .item {
      padding: 5px 5px 10px 5px;
      color: #333333;
      background-size: 10px;
      background-position: right 18px center; }
      .series-single-wrap .article-list-box .item span {
        line-height: 1.5;
        font-size: 16px; }
      .series-single-wrap .article-list-box .item .number {
        min-width: 70px; }
      .series-single-wrap .article-list-box .item .post-name {
        padding-left: 70px; }
      .series-single-wrap .article-list-box .item > a {
        position: relative;
        display: block;
        color: inherit; }
      .series-single-wrap .article-list-box .item .date {
        font-size: 14px;
        line-height: 1;
        display: block;
        margin-top: 0px;
        margin-left: 70px;
        color: #888; }
    @media screen and (max-width: 992px) {
      .series-single-wrap .article-list-box {
        display: none; } }

.series-author-box + .wrap-entry-item {
  margin-top: 40px; }

.wrap-entry-item {
  border: 1px solid #c5c5c5; }
  @media screen and (max-width: 768px) {
    .wrap-entry-item {
      border: 0;
      border-top: 1px solid #c5c5c5; } }

.entry-item {
  /* padding: 60px 100px; */
  padding: 60px 80px; }
  @media screen and (max-width: 768px) {
    .entry-item {
      padding: 60px 40px; } }
  @media screen and (max-width: 768px) {
    .entry-item {
      padding: 40px 15px; } }
  @media screen and (max-width: 480px) {
    .entry-item {
      padding: 38px 15px; } }

.entry-thumb {
  width: 100%;
  margin: 0 0 40px; }

.entry-title {
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  margin: 10px 0 35px; }
  @media screen and (max-width: 530px) {
    .entry-title {
      font-size: 25px;
      line-height: 50px;
      margin-top: 0; } }
  .entry-title span {
    display: block; }

.entry-content p {
  margin: 0; }
  .entry-content p + dl {
    margin-top: 45px; }
  .entry-content p + p {
    margin-top: 45px; }
.entry-content img {
  margin: 20px 0 20px; }
  @media screen and (max-width: 768px) {
    .entry-content img {
      width: 100%;
      height: auto;
      margin: 40px 0 60px; }
    .entry-content img.no-resize {
      width: auto;
      margin: 20px 0 20px;} }
  @media screen and (max-width: 480px) {
    .entry-content img {
      margin: 25px 0; }
    .entry-content img.no-resize {
      display:block;} }
.entry-content h5 {
  margin: 44px 0 10px; }
.entry-content dl {
  display: block; }
  .entry-content dl:after, .entry-content dl:before {
    display: table;
    content: ""; }
  .entry-content dl:after {
    clear: both; }
  .entry-content dl ~ dl {
    margin: 23px 0 0; }
  .entry-content dl + img {
    margin: 22px 0 10px; }
  .entry-content dl dt {
    font-size: 18px;
    line-height: 30px;
    color: #121212;
    display: block;
    float: left;
    width: 82px;
    padding-right: 10px;
    padding-top: 6px;
    font-family: "YuGoBold", "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
    font-weight: bold; }
    @media screen and (max-width: 992px) {
      .entry-content dl dt {
        float: none; } }
    .entry-content dl dt img {
      margin: 0; }
    .entry-content dl dt + dt {
      width: auto; }
  .entry-content dl dd {
    overflow: hidden;
    color: #121212;
    margin: 0 0 23px 0; }
    .entry-content dl dd + dd {
      margin: 23px 0 23px 82px; }
      @media screen and (max-width: 992px) {
        .entry-content dl dd + dd {
          margin: 23px 0; } }
@media screen and (max-width: 480px) {
  .entry-content br {
    display: none; }
  .entry-content br.break {
    display: block; } }
.entry-content .iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
.entry-content .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 768px) {
  .series-author {
    padding: 45px 40px; } }
@media screen and (max-width: 480px) {
  .series-author {
    padding: 25px 15px; } }

.wrap-entry-item + .series-author {
  padding: 79px 0 0; }
  @media screen and (max-width: 768px) {
    .wrap-entry-item + .series-author {
      padding: 45px 40px;
      border-top: 1px solid #d5d5d5; } }
  @media screen and (max-width: 530px) {
    .wrap-entry-item + .series-author {
      padding: 45px 15px;
      border-top: 1px solid #d5d5d5; } }
  @media screen and (max-width: 480px) {
    .wrap-entry-item + .series-author {
      padding: 25px 15px; } }

.profile-box {
  cursor: pointer;
  max-width: 400px;
  /*padding: 10px 20px;*/
  margin: 0 auto;
  border: 2px solid #c5c5c5;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  display: block; }
  .profile-box:after, .profile-box:before {
    display: table;
    content: ""; }
  .profile-box:after {
    clear: both; }
  .profile-box:hover {
    background-color: #f8f8f8; }
  .profile-box .inner {
    position: relative;
    padding: 10px 20px;}
  .profile-box .wrap-title {
    display: block; }
    @media screen and (max-width: 530px) {
      .profile-box .wrap-title {
        padding: 20px; } }
    @media screen and (max-width: 530px) {
      .profile-box .wrap-title {
        padding: 10px 0; } }
  .profile-box .title {
    background: url(images/icon-title-profile.png) left center no-repeat;
    padding-left: 23px;
    font-size: 18px;
    line-height: 30px;
    color: #545454;
    display: inline-block; }
    @media screen and (max-width: 530px) {
      .profile-box .title {
        font-size: 18px;
        line-height: 30px; } }

.recommend-post {
  margin: 0 70px 32px;
  background: #f1f1f1;
  padding: 25px 55px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .recommend-post {
      margin: 0 40px 32px;
      padding: 40px 40px 25px; } }
  @media screen and (max-width: 768px) {
    .recommend-post {
      margin: 0 15px 20px;
      padding: 20px 15px 25px; } }
  .recommend-post a {
    font-size: 18px;
    line-height: 30px;
    color: #646775;
    display: block;
    text-decoration: underline; }
    @media screen and (max-width: 768px) {
      .recommend-post a {
        font-size: 28px;
        line-height: 48px; } }
    @media screen and (max-width: 768px) {
      .recommend-post a {
        font-size: 18px;
        line-height: 40px; } }

.number-post {
  padding: 0 20px 0 0; }

.arrow-right {
  display: block;
  max-width: 100px;
  margin: 0 auto 9px;
  padding: 20px;
  background: url(images/icon-arrow-next.png) center no-repeat #646775;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px; }

.other-post {
  padding: 20px 79px;
  margin: 0 0 50px;
  display: block; }
  @media screen and (max-width: 530px) {
    .other-post {
      margin: 0 0 10px;
      padding: 0 40px; } }
  .other-post:after, .other-post:before {
    display: table;
    content: ""; }
  .other-post:after {
    clear: both; }
  .other-post .previous-post {
    cursor: pointer;
    width: 50%;
    float: left;
    padding-left: 60px;
    min-height: 1px;
    background: url(images/icon-angle-double-left.png) no-repeat left center; }
    @media screen and (max-width: 530px) {
      .other-post .previous-post {
        background-size: 20px;
        padding-left: 40px; } }
  .other-post .next-post {
    cursor: pointer;
    width: 50%;
    float: right;
    text-align: right;
    padding-right: 55px;
    min-height: 1px;
    background: url(images/icon-angle-double-right.png) no-repeat right center; }
    @media screen and (max-width: 530px) {
      .other-post .next-post {
        background-size: 20px;
        padding-right: 35px; } }
  .other-post a {
    font-size: 28px;
    line-height: 47px;
    color: #646775;
    display: block;
    padding: 10px 0;
    font-family: "YuGoBold", "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
    font-weight: bold; }
    @media screen and (max-width: 530px) {
      .other-post a {
        font-size: 18px;
        line-height: 30px; } }
  .other-post .previous-post:hover, .other-post .next-post:hover {
	opacity: 0.5 ;}

.bottom-social-box-widget {
  padding: 0;
  display: block;
  text-align: center; }
  .bottom-social-box-widget:after, .bottom-social-box-widget:before {
    display: table;
    content: ""; }
  .bottom-social-box-widget:after {
    clear: both; }
  @media screen and (max-width: 768px) {
    .bottom-social-box-widget {
      padding: 37px 0 8px; } }
  .bottom-social-box-widget a {
    display: inline-block;
    width: 22%;
    text-align: center;
    color: #121212;
    font-size: 14px;
    line-height: 30px;
    padding: 56px 10px 10px;
    font-family: "YuGoBold", "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
    font-weight: bold; }
    @media screen and (max-width: 530px) {
      .bottom-social-box-widget a {
        padding: 46px 5px 5px;
        font-size: 8px;
        background-size: 50%; } }
    @media screen and (max-width: 530px) {
      .bottom-social-box-widget a {
        margin: 20px 0 10px;
        width: 22%; } }
  .bottom-social-box-widget .social-icon {
    background-repeat: no-repeat;
    background-position: center top; }
  .bottom-social-box-widget .social-title {
    border-top: 1px solid #343434;
    text-align: center;
    width: 300px;
    margin: 80px auto 0 auto;
    line-height: 1; }
    .bottom-social-box-widget .social-title span {
      color: #343434;
      position: relative;
      top: -0.5em;
      display: inline-block;
      padding: 0 10px;
      background: #ffffff; }
    @media screen and (max-width: 768px) {
      .bottom-social-box-widget .social-title {
        margin: 20px auto 0 auto; } }
  .bottom-social-box-widget .mail {
    background-image: url(images/icon-mail.png); }
  .bottom-social-box-widget .line {
    background-image: url(images/icon-line.png); }
  .bottom-social-box-widget .twitter {
    background-image: url(images/icon-twitter.png); }
  .bottom-social-box-widget .facebook {
    background-image: url(images/icon-facebook.png); }
  .bottom-social-box-widget .home {
    background-image: url(images/icon-home.png); }

.widget-official {
  text-align: center; }
  .widget-official a {
    padding: 0;
    width: 50px;
    margin: 20px; }

.series-author-box + .article-list-box {
  margin: 0 0 45px; }
  @media screen and (min-width: 530px) and (max-width: 992px) {
    .series-author-box + .article-list-box {
      padding: 30px 40px 0; } }

.article-list-box {
  padding: 20px;
  margin: 30px 0 0; }
  @media screen and (max-width: 992px) {
    .article-list-box {
      padding: 22px 40px 20px; } }
  @media screen and (max-width: 768px) {
    .article-list-box {
      border: 0; } }
  @media screen and (max-width: 530px) {
    .article-list-box {
      margin: 0 0 15px;
      padding: 0; } }
  .article-list-box .wrap-title {
    text-align: center; }
  .article-list-box .title {
    font-size: 28px;
    display: inline-block;
    padding: 10px 10px 10px 50px;
    color: #333;
    margin: 0 0 28px;
    background: url(images/fa-pencil-square-o-sm.png) left center no-repeat; }
    @media screen and (max-width: 992px) {
      .article-list-box .title {
        color: #121212;
        background-image: url(images/fa-pencil-square-o-sm.png); } }
    @media screen and (max-width: 768px) {
      .article-list-box .title {
        margin: 0 0 18px; } }
    @media screen and (max-width: 530px) {
      .article-list-box .title {
        background-size: 24px;
        font-size: 21px;
        padding-left: 34px;
        margin: 0 0 10px; } }
  .article-list-box .row {
    display: block; }
    @media screen and (max-width: 768px) {
      .article-list-box .row {
        margin: 0; } }
    .article-list-box .row:after, .article-list-box .row:before {
      display: table;
      content: ""; }
    .article-list-box .row:after {
      clear: both; }
    .article-list-box .row .col {
      border-bottom: 3px dotted #d8d8d8; }
      @media screen and (max-width: 768px) {
        .article-list-box .row .col {
          width: 100%;
          padding: 0; } }
      .article-list-box .row .col:first-child .item {
        border-top: 3px dotted #ccc; }
  .article-list-box .item {
    padding: 10px 20px 20px 20px;
    color: #333333;
    background: url(images/icon-article-list.png) right center no-repeat;
    background-position: right 18px center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px; }
    @media screen and (max-width: 768px) {
      .article-list-box .item {
        padding: 10px; } }
    .article-list-box .item span {
      font-size: 22px; }
      @media screen and (max-width: 768px) {
        .article-list-box .item span {
          font-size: 18px; } }
    .article-list-box .item .number {
      position: absolute;
      display: inline-block;
      min-width: 90px;
      font-family: "YuGoBold", "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .article-list-box .item .number {
          min-width: 70px; } }
    .article-list-box .item .post-name {
      display: inline-block;
      padding-left: 90px;
      padding-right: 30px; }
      @media screen and (max-width: 768px) {
        .article-list-box .item .post-name {
          padding-left: 70px; } }
    .article-list-box .item > a {
      position: relative;
      display: block;
      color: inherit; }
    .article-list-box .item .date {
      font-size: 16px;
      line-height: 1;
      display: block;
      margin-top: 6px;
      margin-left: 90px;
      color: #888; }
      @media screen and (max-width: 530px) {
        .article-list-box .item .date {
          margin-left: 70px; } }

.mobile-article-list {
  width: 60px;
  height: 60px;
  background-color: #d8d8d8;
  border-radius: 40px;
  font-size: 14px;
  position: fixed;
  right: 10px;
  top: 60px;
  text-align: center; }

.series-description + .series-author-box {
  padding-top: 12px; }

.series-author-box {
  margin: 0 0 26px;
  padding: 0 20px; }
  @media screen and (max-width: 992px) {
    .series-author-box {
      padding: 0 10px; } }
  @media screen and (max-width: 768px) {
    .series-author-box .profile-list {
      padding: 0 40px; } }
  .series-author-box .box-title {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    color: #121212;
    margin: 0 0 33px;
    font-family: "YuGoBold", "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
    font-weight: bold; }
    @media screen and (max-width: 530px) {
      .series-author-box .box-title {
        font-size: 21px; } }
  .series-author-box .row {
    display: block; }
    @media screen and (max-width: 768px) {
      .series-author-box .row {
        margin: 0; } }
    .series-author-box .row:after, .series-author-box .row:before {
      display: table;
      content: ""; }
    .series-author-box .row:after {
      clear: both; }
    .series-author-box .row .col-half {
      width: 400px;
      margin: 0 auto; }
      @media screen and (max-width: 530px) {
        .series-author-box .row .col-half {
          width: 100%; } }
  .series-author-box .profile-box {
    margin: 0 0 40px; }
    @media screen and (max-width: 768px) {
      .series-author-box .profile-box {
        margin: 0 0 13px; } }

.mobile-menu {
  position: fixed;
  display: none;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.2); }
  .mobile-menu .wrap-title {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 10px 10px 50px;
    background: url(images/fa-pencil-square-o-sm.png) 20px center no-repeat;
    background-size: 20px;
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1; }
  .mobile-menu .col {
    background-color: #fff;
    border-top: 1px dashed #d8d8d8; }
    .mobile-menu .col:last-child {
      border-bottom: 1px solid #d8d8d8; }
  .mobile-menu .wrap-title + .col {
    border-top: none;
    margin-top: 53px; }
  .mobile-menu .item {
    padding: 10px 20px;
    color: #000;
    font-size: 16px; }
  .mobile-menu .number {
    position: absolute;
    line-height: 1.5;
    margin-top: 3px; }
  .mobile-menu .post-name {
    padding-left: 60px;
    display: inline-block;
    line-height: 1.5; }
  .mobile-menu .date {
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #666;
    padding-left: 60px; }
  @media screen and (min-width: 992px) {
    .mobile-menu {
      display: none !important; } }

.mobile-menu-btn {
  position: fixed;
  display: none;
  line-height: 0;
  top: 14px;
  right: 10px;
  background-color: #BEFDF3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px; }
  .mobile-menu-btn a {
    width: 40px;
    height: 34px;
    position: relative;
    padding: 6px 0 0 0;
    box-sizing: content-box;
    display: block; }
  .mobile-menu-btn b {
    font-size: 8px;
    display: block;
    height: 1em;
    width: 40px;
    text-align: center;
    top: 6px;
    position: relative;
    color: #333; }
    .mobile-menu-btn b.mobile-menu-text-index {
      display: block; }
    .mobile-menu-btn b.mobile-menu-text-close {
      display: none; }
  .mobile-menu-btn span {
    display: block;
    height: 2px;
    width: 20px;
    margin: 0 10px 4px 10px;
    background: #000;
    transition: all .3s;
    position: relative; }
    .mobile-menu-btn span:last-child {
      margin: 0; }
  @media screen and (max-width: 992px) {
    .mobile-menu-btn {
      top: 10px;
      display: block; } }
  @media screen and (max-width: 530px) {
    .mobile-menu-btn {
      top: 7px; } }

.activate body {
  overflow: hidden; }
.activate .mobile-menu {
  display: block; }
.activate .mobile-menu-btn a {
  transition: all .5s;
  -webkit-animation: none;
  animation: none;
  box-shadow: none;
  background: none; }
.activate .mobile-menu-btn span {
  -webkit-transform: translate(0, 0) rotate(0deg);
  transform: translate(0, 0) rotate(0deg);
  border: none;
  box-shadow: none;
  opacity: 1;
  transition: all .5s;
  -webkit-animation: none;
  animation: none; }
  .activate .mobile-menu-btn span:before, .activate .mobile-menu-btn span :after {
    display: none; }
.activate .mobile-menu-btn .mobile-menu-btn-first {
  -webkit-transform: translate(0px, 6px) rotate(45deg);
  transform: translate(0px, 6px) rotate(45deg); }
.activate .mobile-menu-btn .mobile-menu-btn-second {
  opacity: 0; }
.activate .mobile-menu-btn .mobile-menu-btn-third {
  -webkit-transform: translate(0px, -6px) rotate(-45deg);
  transform: translate(0px, -6px) rotate(-45deg); }
.activate .mobile-menu-btn .mobile-menu-text-index {
  display: none; }
.activate .mobile-menu-btn .mobile-menu-text-close {
  display: block; }

.modal .info .modal-title, .modal .description .modal-title {
  display: block;
  color: #121212;
  font-family: "YuGoBold", "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
  font-weight: bold; }

.overlay, .modal {
  transition: all 0.5s ease 0s, visibility 0s ease 0s;
  -ms-transition: all 0.5s ease 0s, visibility 0s ease 0s;
  -webkit-transition: all 0.5s ease 0s, visibility 0s ease 0s;
  -moz-transition: all 0.5s ease 0s, visibility 0s ease 0s; }

.open-modal {
  overflow: hidden; }
  .open-modal .overlay {
    opacity: 1;
    visibility: visible; }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.51);
  z-index: 98;
  opacity: 0;
  visibility: hidden; }

.modal {
  opacity: 0;
  visibility: hidden;
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 0 0;
  z-index: 999;
  width: 100%;
  max-width: 620px;
  font-size: 16px;
  line-height: 26px;
  box-shadow: 0px 0px 6px #121212;
  -webkit-box-shadow: 0px 0px 8px #121212;
  -moz-box-shadow: 0px 0px 6px #121212;
  background: #ffffff; }
  .modal.visible {
    opacity: 1;
    visibility: visible;
    top: 100px; }
    @media screen and (max-width: 530px) {
      .modal.visible {
        top: 50px;
        bottom: 50px; } }
  .modal .close {
    display: block;
    float: right;
    width: 60px;
    height: 60px;
    background: url(images/close-modal-xs.png) no-repeat center rgba(0, 0, 0, 0.6);
    border: 1px solid #acacac;
    cursor: pointer;
    margin-top: -110px; }
    @media screen and (max-width: 530px) {
      .modal .close {
        width: 30px;
        height: 30px;
        background-size: 10px;
        margin: -75px 10px 0 0; } }
  .modal .modal-inner {
    clear: both;
    overflow: auto;
    height: 100%;
    max-height: 500px; }
    @media screen and (max-width: 530px) {
      .modal .modal-inner {
        padding-bottom: 40px; } }
  .modal .modal-header {
    padding: 0 40px;
    min-width: 110px; }
    @media screen and (max-width: 768px) {
      .modal .modal-header {
        padding: 0 40px; } }
    @media screen and (max-width: 530px) {
      .modal .modal-header {
        padding: 0 15px; } }
    .modal .modal-header .name {
      float: left;
      font-size: 24px;
      line-height: 30px;
      color: #000000;
      margin: 0 0 40px;
      padding-top: 24px;
      display: block;
      font-family: "YuGoBold", "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
      font-weight: bold; }
    .modal .modal-header .profile-photo {
      float: right; }
      .modal .modal-header .profile-photo img {
        max-width: 150px;
        max-width: 150px; }
  .modal .modal-content {
    clear: both;
    padding: 5px 40px; }
    @media screen and (max-width: 768px) {
      .modal .modal-content {
        padding: 0 40px; } }
    @media screen and (max-width: 530px) {
      .modal .modal-content {
        padding: 0 15px; } }
  .modal .description {
    margin: 0 0 29px;
    font-size: 16px; }
    .modal .description p {
      margin: 1em 0; }
    .modal .description table {
      border-collapse: collapse; }
  .modal .post-highlight {
    margin: 0 0 56px; }
    .modal .post-highlight .modal-title {
      display: block;
      margin: 0 0 37px;
      font-family: "YuGoBold", "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
      font-weight: bold; }
    .modal .post-highlight ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    .modal .post-highlight a {
      color: #343434;
      display: block;
      padding: 0 0 0 22px;
      background: url(images/icon-title-profile-2.png) left 6px no-repeat; }
  .modal .modal-footer {
    cursor: pointer;
    padding: 15px 40px;
    background: #e5e5e5;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    color: #545454;
    font-family: "YuGoBold", "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
    font-weight: bold; }
    @media screen and (max-width: 530px) {
      .modal .modal-footer {
        position: absolute;
        width: 100%;
        bottom: 0px;
        padding: 3px 10px 5px 10px; } }
    .modal .modal-footer .close-modal {
      display: inline-block;
      padding: 0 0 0 44px;
      background: url(images/icon-close-popup.png) no-repeat left center; }
      @media screen and (max-width: 530px) {
        .modal .modal-footer .close-modal {
          font-size: 15px;
          line-height: 30px;
          padding: 0 0 0 30px;
          background-size: 15px; } }

#bottom-sidebar .container {
  background: #ffffff; }
  @media screen and (max-width: 992px) {
    #bottom-sidebar .container {
      padding: 0; } }

#main-footer .inner {
  padding: 19px 0 11px; }
  @media screen and (max-width: 992px) {
    #main-footer .inner {
      padding: 19px 15 11px; } }
#main-footer .container {
  background: #ffffff; }
  @media screen and (max-width: 992px) {
    #main-footer .container {
      padding: 0; } }

.copyright {
  font-size: 16px;
  line-height: 100px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  color: #121212; }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid #9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


.header-profile {
  width: 300px;
  font-size: 16px;
  padding-top: 1.4em;
  text-align: right;
  line-height:1.3em;
}
  @media screen and (max-width: 992px) {
    .header-profile {
      padding-top: 1.2em;
      margin-right:50px;} }
  @media screen and (max-width: 530px) {
    .header-profile {
      padding-top: 0;
      margin-right:5px;} }

.header-profile-link{
  cursor: pointer;
  display: inline-block;
  line-height: 1.5em;
  border: 1.5px solid #c5c5c5;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  padding:0 15px;
  background-color:#fff;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid #9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.header-profile-box {
  display:none;
	margin: 0 0 0 100px;
  background-color:#fff;
	padding: 10px;
	width: 200px;
	top: 50px;
  border:1px solid #333;
	position: absolute;
  line-height: 1.5em;
}
  @media screen and (max-width: 530px) {
    .header-profile-box {
      top: 90px;} }




#main-footer .footer-icons-area {
  margin-top:-50px;
  padding: 19px 90px 70px 90px;}
  @media screen and (max-width: 840px) {
    #main-footer .footer-icons-area {
      margin-top:0;
      padding: 19px 15px 11px 15px; } }
#main-footer .footer-icons-area .footer-icon {
  float:left;
}
  @media screen and (max-width: 900px) {
    #main-footer .footer-icons-area .footer-icon {
    float:none;
    text-align:center;}}
#main-footer .footer-icons-area .footer-icon a:hover {
		opacity: 0.5 ;
}
#main-footer .footer-icons-area .footer-icon a img {
  border-style:none;
}
#main-footer .footer-icons-area .footer-icon img.icon-mail{
  margin:0 20px 0 0;
}
  @media screen and (max-width: 500px) {
    #main-footer .footer-icons-area .footer-icon img.icon-mail{
      margin:0 auto 10px auto;
      display:block;}
    #main-footer .footer-icons-area .footer-icon img.icon-top{
      margin:0 17px 0 0;
    }}

#main-footer .footer-icons-area .footer-copyright{
  float:right;
  padding:11px 0 0 0;
}
  @media screen and (max-width: 900px) {
    #main-footer .footer-icons-area .footer-copyright{
    float:none;
    text-align:center;}}

#main-footer .footer-icon a[href*="mailto:"] {
  display:none;
}

