/** Win Chrome30 hack - Yu Gothic */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/** Win Chrome30 hack - Yu Mincho */
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Bold");
  font-weight: bold;
}

html,
body {
  font-family: -apple-system,BlinkMacSystemFont,Roboto,"Droid Sans","Yu Gothic",YuGothic,Verdana,Meiryo,sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
}

/* Google fonts - Bodoni (capitalize) */
.bodoni{ font-family: "Prata", serif; }
/* Google fonts - Optima (capitalize) */
.optima{ font-family: "Marcellus", serif; }
/* Google fonts - Trajan (uppercase) */
.trajan{ font-family: "Cinzel", serif; }

/* Serif */
.serif{ font-family: "Times New Roman","Yu Mincho",YuMincho,"Lucida Bright","MS PMincho",serif; }
/* Monospaced */
.mono{ font-family: Consolas,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Console",Monaco,Osaka-mono,monospace; }
/* Fantasy */
.fantasy{ font-family: Papyrus,Copperplate,"Copperplate Gothic Light",fantasy; }
/* Script */
.cursive{ font-family: "Brush Script MT",cursive; }
/* Code */
pre, code, var, samp, kbd{ font-family: Consolas,"Courier New",Courier,"Lucida Sans Typewriter","Lucida Console",Monaco,Osaka-mono,monospace; }
/* symbols */
.alphanumeric{ font-family: Verdana, Arial, sans-serif; }

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*サイドバー用css*/
.writer-recruit {
	margin-bottom:20px;
}

.writer-recruit:hover{
	opacity: 0.7 ;
}



/* ==========================================================================
   Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
.content-inner {
  width: 100%;
}
.content-inner p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.content-inner strong {
  /*color: #da275b;*/
  font-weight: bold;
}
.content-inner em {
  font-style: italic;
}
.content-inner ul,
.content-inner ul li {
  list-style-type: disc;
}
.content-inner ol,
.content-inner ol li {
  list-style-type: decimal;
}

.content-inner ol,
.content-inner ul {
  margin-left: 1em;
  font-size: 1.6rem;
  line-height: 1.8;
}
.content-inner ol,
.content-inner ol li {
  list-style-type: decimal;
}

.content-inner dd {
  padding-left: .8em;
}

/*.content-inner h1 {
  padding-bottom: .4em;
  border-bottom: 1px dashed #ccc;
}
.content-inner h2 {
	padding-bottom: .4em;
	border-bottom: 1px dashed #ccc;
}
.content-inner h3 {
  padding-left: 1em;
  border-left: 8px solid #ccc;
}
.content-inner h4 {
  padding-bottom: .4em;
  border-lef: 1px dotted #ccc;
}*/
.content-inner h5 {
}
.content-inner h6 {
}

table.asset-table03 th,
table.asset-table03 td {
  padding: 8px;
}

table.asset-table03 tr.even {
  border-bottom: 1px dashed #ddd;
}

/** Base Stylesheet, for Small devices (phones, less than 767px) for CKEditor */
.asset {
  width: 100%;
  margin: 0 0 32px;
}
.asset dl dt {
  font-weight: bold;
}
.asset dl dd {
  padding-bottom: 16px;
}
.asset dl dd:last-child {
  padding-bottom: 0;
}
.asset .layout-single-column,
.asset .layout-double-column,
.asset .lauout-2column,
.asset .layout-3column,
.asset .layout-4column {
  margin: 0 0 8px 0;
  text-align: center;
}
.asset .layout-single-column figure,
.asset .layout-double-column figure,
.asset .lauout-2column figure,
.asset .layout-3column figure,
.asset .layout-4column figure {
  margin: 0;
  padding: 0;
}
.asset .layout-single-column figcaption,
.asset .layout-double-column figcaption,
.asset .lauout-2column figcaption,
.asset .layout-3column figcaption,
.asset .layout-4column figcaption {
  margin: 16px 0;
  padding: 0;
}
.asset .layout-single-column figcaption span.via,
.asset .layout-double-column figcaption span.via,
.asset .lauout-2column figcaption span.via,
.asset .layout-3column figcaption span.via,
.asset .layout-4column figcaption span.via {
  display: block;
  padding-right: 1em;
  color: #444;
  text-align: right;
}
.asset .layout-single-column .asset-thumb,
.asset .layout-dobule-column .asset-content,
.asset .layout-dobule-column .asset-thumb,
.asset .layout-2column .asset-thumb {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.asset .layout-2column .asset-thumb {
  margin-bottom: 16px;
}
.asset .layout-2column .asset-content {
  padding: 8px 0 0;
}
.asset .layout-double-column .asset-thumb,
.asset .layout-3column .asset-thumb,
.asset .layout-4column .asset-thumb {
  margin-bottom: 16px;
  text-align: center;
}
.asset .layout-double-column .asset-thumb:not(h6),
.asset .layout-3column .asset-thumb:not(h6),
.asset .layout-4column .asset-thumb:not(h6) {
  text-align: left;
}
.asset .layout-double-column .asset-content {
  margin-bottom: 16px;
  padding-right: 8px;
  padding-left: 8px;
  border: 1px #fff solid;
}
.asset .layout-double-column .asset-content:not(h6), .asset .layout-double-column .asset-content:not(p) {
  text-align: left;
}

.asset-wrapper {
  background-image: url(https://universe-club.jp/wp/wp-content/plugins/ckeditor-for-wordpress/images/asset-bg.gif) !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
  margin: 1em 0;
  padding: 32px 48px;
  position: relative;
}
.asset-wrapper *:first-child {
  margin-top: 0;
}
.asset-wrapper *:last-child {
  margin-bottom: 0;
}

blockquote.asset-reference {
  position: relative;
  margin: 1em 0;
  padding: 32px 48px;
  border: 1px solid #FFFFFF;
  text-align: left;
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
}
blockquote.asset-reference p:first-child {
  margin-top: 0;
}
blockquote.asset-reference p:last-child {
  margin-bottom: 0;
}
blockquote.asset-reference:before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  color: #C8C8C8;
  font-family: serif;
  font-size: 600%;
}
blockquote.asset-reference:after {
  content: "”";
  position: absolute;
  right: 0;
  bottom: -46px;
  line-height: 1;
  color: #C8C8C8;
  font-family: serif;
  font-size: 600%;
}

.pull-quote {
  position: relative;
  margin: 16px 0;
  padding: 32px 48px;
  border: 1px solid #FFFFFF;
  text-align: left;
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  /* @include drop-cap();
   p:first-child {
     margin-top: 0;
   }*/
}
.pull-quote:before {
  content: "“";
  position: absolute;
  top: 16px;
  left: 16px;
  line-height: 1;
  color: #C8C8C8;
  font-family: sans-serif;
  font-size: 600%;
}
.pull-quote p:last-of-type:after {
  content: "”";
  position: absolute;
  right: 16px;
  bottom: 24px;
  line-height: 1;
  color: #C8C8C8;
  font-family: sans-serif;
  font-size: 600%;
}
.pull-quote span.via {
  display: block;
  color: #444;
  font-style: oblique;
  text-align: right;
}

.drop-cap p:first-letter {
  float: left;
  line-height: 1;
  margin-top: 0;
  padding: 4px 4px 0 0;
  font-size: 4.8rem;
  font-weight: bold;
}
.drop-cap p:first-child {
  margin-top: 0;
}

.asset-table01,
.asset-table02 {
  margin-bottom: 1em;
  padding: 0;
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.asset-table01 tr,
.asset-table02 tr {
  border: none;
}

.asset-table01 th {
  padding: .5em;
  width: 20%;
  color: #333;
  word-break: keep-all;
  background: #ddd;
  border: 1px #555 solid;
}
.asset-table01 td {
  padding: .5em;
  border: 1px #555 solid;
  background: transparent;
}

.asset-table02 .odd {
  background: #ddd;
}
.asset-table02 .even {
  background: transparent;
}
.asset-table02 th {
  padding: .5em;
  width: 30%;
  text-align: left;
  background: transparent;
  border: none;
  border-bottom: 1px #555 dashed;
  font-weight: normal;
}
.asset-table02 td {
  padding: .5em;
  text-align: right;
  border: none;
  border-left: 1px #555 dashed;
  border-bottom: 1px #555 dashed;
}

.ri {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .fi {
    display: block;
    float: none !important;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .asset h1, .asset h2, .asset h3, .asset h4, .asset h5, .asset h6 {
    margin-top: 0;
  }
  .asset .clearfix:before,
  .asset .clearfix:after {
    display: none;
  }
  .asset .asset-inner.layout-double-column,
  .asset .asset-inner.layout-2column,
  .asset .asset-inner.layout-3column,
  .asset .asset-inner.layout-4column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .asset .asset-inner.layout-double-column {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .asset .asset-inner.layout-double-column .asset-thumb {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    /*max-width: 288px;*/
    max-width: 44%;
  }
  .asset .asset-inner.layout-double-column .asset-thumb p,
  .asset .asset-inner.layout-double-column .asset-thumb figcaption {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .asset .asset-inner.layout-double-column .asset-content {
    -webkit-flex: 0 0 46%;
    flex: 0 0 46%;
    -webkit-align-self: stretch;
    align-self: stretch;
    padding: 8px;
    border: 1px #323944 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .asset .asset-inner.layout-double-column .asset-content *:first-child {
    margin-top: 0;
  }
  .asset .asset-inner.layout-2column {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .asset .asset-inner.layout-2column .asset-thumb {
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .asset .asset-inner.layout-2column .asset-content,
  .asset .asset-inner.layout-2column .asset-figure {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 16px 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .asset .asset-inner.layout-2column .asset-content *:first-child,
  .asset .asset-inner.layout-2column .asset-figure *:first-child {
    margin-top: 0;
  }
  .asset .asset-inner.layout-2column .asset-figure + .asset-content {
    padding: 0 0 2px 16px;
  }
  .asset .asset-inner.layout-2column .asset-thumb + .asset-content,
  .asset .asset-inner.layout-2column .asset-thumb + .asset-figure {
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%;
    padding: 0 0 2px 16px;
  }
  .asset .asset-inner.layout-2column.reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .asset .asset-inner.layout-2column.reverse .asset-content,
  .asset .asset-inner.layout-2column.reverse .asset-figure {
    padding: 0 0 2px 16px;
  }
  .asset .asset-inner.layout-2column.reverse .asset-content *:first-child,
  .asset .asset-inner.layout-2column.reverse .asset-figure *:first-child {
    margin-top: 0;
  }
  .asset .asset-inner.layout-2column.reverse .asset-figure + .asset-content {
    padding: 0 16px 2px 0;
  }
  .asset .asset-inner.layout-2column.reverse .asset-thumb + .asset-content,
  .asset .asset-inner.layout-2column.reverse .asset-thumb + .asset-figure {
    padding: 0 16px 2px 0;
  }
  .asset .asset-inner.layout-3column {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .asset .asset-inner.layout-3column .asset-unit {
    -webkit-flex: 1 0 auto;
    /*max-width: 192px;*/
    max-width: 30%;
  }
  .asset .asset-inner.layout-3column .asset-unit img {
    padding: 4px;
    background-color: #f8f9fa;
    border: 1px #eaedf2 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .asset .asset-inner.layout-3column .asset-unit p,
  .asset .asset-inner.layout-3column .asset-unit figcaption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .asset .asset-inner.layout-4column {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .asset .asset-inner.layout-4column .asset-unit {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    /*max-width: 150px;*/
    max-width: 20%;
  }
  .asset .asset-inner.layout-4column .asset-unit img {
    padding: 2px;
    background-color: #f8f9fa;
    border: 1px #eaedf2 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .asset .asset-inner.layout-4column .asset-unit p,
  .asset .asset-inner.layout-4column .asset-unit figcaption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .asset .asset-inner.layout-3column,
  .asset .asset-inner.layout-4column {
    font-size: 1.4rem;
    line-height: 1.428;
  }

  blockquote.asset-reference:after {
    /*bottom: -56px;*/
    bottom: -42px;
  }

  .pull-quote p:last-of-type:after {
    bottom: 0;
  }

  .ri {
    width: initial;
    max-width: auto;
    height: auto;
  }
}

/* v2.17で追加、v2.18で改善: スマホ画面下部のナビゲーションを強制非表示 */
@media screen and (max-width: 767px) {
  .footer-navigation,
  .category-navi {
    display: none !important;
  }
  
  /* 最初のメニュー項目を強制表示 */
  #slidemenu-list > li:first-child {
    display: list-item !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  #slidemenu-list > li:first-child > a {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

