@charset "UTF-8";

/**
* functions
*/


/**
* mixins
*/


/**
* _variables.scss
*/


/**
 * fonts
 */

@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700";
@import "https://fonts.googleapis.com/css?family=Oswald";
@import "https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css";

/**
 * base
 */

html {
  font-size: 0.875rem;
  line-height: 1.6rem;
}

body {
  font-family: Source Sans Pro, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
  line-height: 1.6rem;
  color: #a1a1a1;
}

a,
button,
input,
select,
textarea,
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}

h1,
h2,
h3,
h4,
h6 {
  font-family: 'Source Sans Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

img,
video {
  max-width: 100%;
}

img {
  vertical-align: middle;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
}

.font1 {
  font-size: 1.1428rem;
  line-height: 1.6rem;
  color: #fff;
  background-color: deeppink;
  padding: .5rem;
}

.font2 {
  font-size: 1.2857rem;
  line-height: 1.6rem;
}


.entry-content ul {
  list-style-type: disc;
  padding: 1em;
}

.entry-content ol {
  list-style-type: decimal;
  padding: 1em;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}


/**
 * cards
 */

.card-caeng:after,
.card-caeng:before {
  content: '';
  display: table;
  clear: both;
}

.card-caeng__thumb {
  width: 100%;
  padding-top: 84.8484848485%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.card-caeng__thumb > a {
  display: block;
}

.card-caeng__thumb > a::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(0, 0, 0, .1);
  content: "";
}

@media screen and (min-width: 768px) {
  .card-caeng__thumb > a::after {
    border: 1px solid rgba(0, 0, 0, .1);
  }
}

.card-caeng__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform 0.6s;
  transform: scale(1);
  will-change: transform;
}

.card-caeng__thumb > a:hover .card-caeng__img {
  transform: scale(1.08);
}

.card-caeng__content {
  position: relative;
}

.card-caeng__tags {
  padding: 1rem 0;
}

@media screen and (min-width: 768px) {
  .card-caeng-horizontal .card-caeng__tags {
    padding-top: 0;
  }
}

.card-caeng__tag {
  color: #82be28;
  font-weight: bold;
  display: block;
  position: relative;
  line-height: 3;
}

@media screen and (min-width: 768px) {
  .card-caeng__tag {
    display: inline-block;
    height: auto;
    line-height: initial;
  }
}

.card-caeng__tag:before {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 1rem;
  border-top: 2px solid #e9e9e9;
}

@media screen and (min-width: 768px) {
  .card-caeng__tag:before {
    border-top: none;
    position: static;
    width: auto;
  }
}

.card-caeng__tag a {
  color: #82be28;
}

@media screen and (min-width: 768px) {
  .card-caeng__tags .card-caeng__tag+.card-caeng__tag:before {
    content: '/';
    color: #a1a1a1;
    margin: 0 .35rem;
  }
}

.card-caeng__title {
  color: #333;
  font-weight: bold;
  line-height: 1.6;
  font-size: 1.1428rem;
  word-wrap: break-word;
}

@media screen and (min-width: 768px) {
  .card-caeng__title {
    font-size: 1.5714rem;
  }

  .frontpage-news-semilatest-second .card-caeng__title {
    font-size: 2.1428rem;
  }
}

.card-caeng__title-link {
  word-wrap: break-word;
}

.card-caeng__text {
  margin-bottom: 1rem;
}

.card-caeng__meta {
  width: 100%;
  display: block;
  line-height: 1.2;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.card-caeng__meta:after,
.card-caeng__meta:before {
  content: '';
  display: table;
  clear: both;
}

@media screen and (min-width: 768px) {
  .card-caeng__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .card-caeng__meta:before,
  .card-caeng__meta:after {
    content: none;
  }
}

.card-caeng__date {
  display: block;
  margin-right: 1rem;
  float: left;
  color: #333;
}

.card-caeng__author {
  float: right;
}

.card-caeng__author-name {
  color: #333;
  vertical-align: middle;
  max-width: 7rem;
  word-wrap: break-word;
}

@media screen and (max-width: 991px) {
  .card-caeng__date {
    font-size: 0.7142rem;
  }

  .card-caeng__author {
    float: left;
    font-size: 0.6428rem;
  }

  .card-caeng__author-name {
    vertical-align: baseline;
  }

  .card-caeng .card-caeng__title {
    font-size: 1.4285rem;
  }

  .card-caeng.card-caeng-frontpage__news-latest .card-caeng__title {
    font-size: 1.1428rem;
  }

  .section-news-semilatest .card-caeng .card-caeng__title {
    font-size: 1.4285rem;
  }

  .card-caeng__text {
    font-size: 0.8571rem;
  }

  .card-caeng__tag {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .card-caeng .card-caeng__title {
    font-size: 1.1428rem;
  }
}

.card-caeng__author-avatar.author-avatar {
  display: none;
  overflow: hidden;
  width: 30px;
  border-radius: 15px;
  vertical-align: middle;
  margin-left: 1rem;
}

@media screen and (min-width: 992px) {
  .card-caeng__author-avatar.author-avatar {
    display: inline-block;
  }

  .card-caeng .card-caeng__title {
    font-size: 1.7142rem;
  }

  .card-caeng.card-caeng-frontpage__news-latest .card-caeng__title {
    font-size: 1.4285rem;
  }

  .card-caeng.card-caeng-frontpage__news-other .card-caeng__title {
    font-size: 1.2857rem;
  }
}

.card-caeng.card-caeng-invert .card-caeng__title-link,
.card-caeng.card-caeng-invert .card-caeng__date,
.card-caeng.card-caeng-invert .card-caeng__author-name {
  color: white;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .card-caeng.card-caeng-frontpage__news-semilatest .card-caeng__title {
    font-size: 1.1428rem;
  }
}

.card-author a {
  color: #333;
}

.card-author__fig {
  max-width: 10rem;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.card-author__fig>img {
  width: 100%;
}

.card-author__content {
  padding: 1rem 0;
}

.card-author__name {
  color: black;
  font-size: 1.1428rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin-bottom: 1rem;
  word-wrap: break-word;
}

.card-author__desc {
  font-size: 0.857rem;
  line-height: 1.6rem;
  color: #999999;
}


/**
 * avatars
 */

.author-avatar {
  display: block;
  position: relative;
}

.author-avatar:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 2px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .author-avatar:before {
    border: 1px solid rgba(0, 0, 0, .1);
  }
}


/**
 * buttons
 */

.tag-item {
  display: inline-block;
  margin-right: .25rem;
  margin-top: 0 !important;
  margin-bottom: .5rem !important;
}

.tag-link,
.tags .tag-item a {
  display: block;
  color: #333;
  border: 1px solid #333;
  border-radius: 2rem;
  padding: .35rem .5rem;
  line-height: 1;
}

.tag-link:hover,
.tags .tag-item a:hover {
  background-color: #333;
  color: white !important;
}

.tag-link:before,
.tag-item a:before {
  content: '#';
}


/**
 * icons
 */


/**
 * headings
 */


/**
 * navs
 */

#nav-toggle {
  display: block;
}

@media screen and (min-width: 992px) {
  #nav-toggle {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .main-navigation .onepress-menu {
    display: block;
    width: auto !important;
  }
}

@media screen and (min-width: 0) and (max-width: 991px) {
  .main-navigation .onepress-menu {
    width: 100% !important;
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .onepress-menu .current-menu-item a {
    color: #82BE28;
  }
}

@media screen and (min-width: 992px) {
  .onepress-menu.onepress-menu-mobile {
    position: static;
    border-bottom: none;
    right: auto;
  }
  .onepress-menu.onepress-menu-mobile li {
    line-height: inherit;
    background: transparent;
    border-top: none;
    width: auto !important;
  }
  .onepress-menu.onepress-menu-mobile>li>a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 17px;
    padding-right: 17px;
    color: #333;
  }
}

@media screen and (max-width: 991px) {
  .onepress-menu.onepress-menu-mobile {
    top: 53px;
  }
  .onepress-menu.onepress-menu-mobile .menu-item:first-of-type {
    padding-top: 28px;
  }
  .onepress-menu.onepress-menu-mobile .menu-item:last-of-type {
    padding-bottom: 28px;
  }
  .onepress-menu.onepress-menu-mobile .menu-item {
    padding-bottom: 4px;
    background: rgba(255, 255, 255, 0.94);
    border: none;
  }
}

.onepress-menu.onepress-menu-mobile a,
.onepress-menu.onepress-menu-mobile a:hover {
  font-size: 1.125rem;
  text-align: center;
  color: #82be28;
}

.nav-links {
  text-align: center;
}

.nav-links .nav-previous,
.nav-links .nav-next,
.nav-links .nav-more {
  display: inline-block;
  float: none;
  margin-top: 60px;
  margin-left: 3%;
  margin-right: 3%;
}

.nav-links .nav-previous a,
.nav-links .nav-next a,
.nav-links .nav-more a {
  display: block;
  border: 2px solid black;
  padding: .25em 1.5em;
  border-radius: 2rem;
  color: black;
  text-decoration: none;
  min-width: 6em;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1;
  background-color: white;
  font-size: 1.1428rem;
}

@media screen and (min-width: 768px) {
  .nav-links .nav-previous a,
  .nav-links .nav-next a,
  .nav-links .nav-more a {
    padding: .5em 2em;
  }
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover,
.nav-links .nav-more a:hover {
  background-color: black;
  color: white;
}

.nav-links .nav-previous a:after,
.nav-links .nav-previous a:before,
.nav-links .nav-more a:after,
.nav-links .nav-more a:before,
.nav-links .nav-next a:after,
.nav-links .nav-next a:before {
  font-size: 1.75rem;
}

.nav-links .nav-previous a span,
.nav-links .nav-more a span,
.nav-links .nav-next a span {
  vertical-align: middle;
}

.nav-links .nav-previous a:before {
  content: "\f3d5";
  font-family: 'ionicons';
  display: inline-block;
  vertical-align: middle;
  margin-right: .25em;
}

.nav-links .nav-next a:after {
  content: "\f3d6";
  font-family: 'ionicons';
  display: inline-block;
  vertical-align: middle;
  margin-left: .25em;
}

.pagernav {
  padding: 2rem 0;
}

.pagernav-list__item {
  display: inline-block;
}

.pagernav-list__item.prev {
  margin-right: -3px;
}

.pagernav-list__link {
  display: block;
  border: 2px solid black;
  padding: .5em 2em;
  border-radius: 2rem;
  color: black;
  text-decoration: none;
  min-width: 6em;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1;
  font-size: 1.25rem;
}

.pagernav-list__link:hover {
  background-color: black;
  color: white;
}

.pagernav-list__link span {
  vertical-align: middle;
}

.pagernav-list__item.next .pagernav-list__link:after,
.pagernav-list__item.prev .pagernav-list__link:before {
  font-size: 1.75rem;
}

.pagernav-list__item.prev .pagernav-list__link:before {
  content: "\f3d5";
  font-family: 'ionicons';
  display: inline-block;
  vertical-align: middle;
  margin-right: .25em;
}

.pagernav-list__item.next .pagernav-list__link:after {
  content: "\f3d6";
  font-family: 'ionicons';
  display: inline-block;
  vertical-align: middle;
  margin-left: .25em;
}

.pagernav-list__item.prev+.pagernav-list__item.next {
  margin-left: 6rem;
}


/**
 * headers
 */

.site-header-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
}

@media screen and (max-width: 991px) {
  .site-header {
    line-height: 52px;
  }
}

@media screen and (min-width: 992px) {
  .site-header-wrapper {
    top: 2rem;
  }
}

.site-header {
  background-color: transparent;
}

.site-header.header-fixed {
  box-shadow: none;
}

.site-header-container {
  height: 75px;
  max-width: none;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: white;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 992px) {
  .site-header-container {
    max-width: 940px;
    padding: 0 4.3rem;
    border-radius: 5rem;
  }
}

@media screen and (min-width: 1200px) {
  .site-header-container {
    max-width: 1140px;
  }
}

.sticky-header #page>.site-header,
.sticky-header .header-fixed {
  position: static;
}


/**
 * content
 * 主要コンテンツ部分
 */

.site-content {
  border-top: none;
  margin-top: 0;
}


/**
 * footer
 */

.site-footer {
  background-color: white;
}

.site-footer .site-info {
  background-color: white;
}

.site-footer .btt a {
  border-radius: 25px;
  color: #333;
  background: white;
  display: inline-block;
  font-size: 1.1428rem;
  height: 35px;
  line-height: 35px;
  margin: 0 auto 1.5rem;
  padding: 0 1.5rem;
  transition: none;
  width: auto;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  right: initial;
  left: initial;
  top: initial;
}

@media screen and (min-width: 940px) {
  .site-footer .btt a {
    width: auto;
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -17.5px;
  }
}

.site-footer .btt a:hover {
  text-decoration: none;
}

.site-footer .btt a:active,
.site-footer .btt a:focus {
  text-decoration: none;
}

.site-footer .btt a:after {
  content: "\f366";
  font-family: 'ionicons';
  display: inline-block;
  vertical-align: middle;
  margin-left: .5rem;
  vertical-align: baseline;
}


/**
 * sidebars
 */

.section-sidebar-common {
  border-top: 2px solid #333;
}

.section-sidebar-common+.section-sidebar-common {
  margin-top: 3rem;
}

.sidebar .widget .widget-title {
  border-top: 2px solid #333;
  padding-top: 1rem;
  text-align: center;
}

@media screen and (min-width: 940px) {
  .sidebar .widget .widget-title {
    padding-top: .5rem;
    border-top: 3px solid #333;
    text-align: left;
  }
}

.sidebar .widget+.widget {
  margin-top: 3rem;
}

.sidebar .widget .widget-title {
  letter-spacing: .1em;
  font-size: 1.4285rem;
}

.sidebar .widget > ul > li,
.sidebar .widget .textwidget {
  border-bottom: 1px solid #ddd;
  margin: .3rem;
  padding: 1rem 0;
  text-align: left;
}

@media screen and (min-width: 940px) {
  .sidebar .widget > ul > li,
  .sidebar .widget .textwidget {
    border-bottom: none;
    padding: 0;
    margin-bottom: 1rem;
  }

  .sidebar .widget a {
    font-size: 1rem;
  }
}

.sidebar .widget a {
  font-size: 1.0714rem;
  color: #666;
}

.list-sidebar-border .list-sidebar__item {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}

.list-sidebar-itemborder .list-sidebar__item .list-sidebar__link {
  padding: .25rem 0;
  border-bottom: 1px solid #ddd;
  line-height: 2rem;
}

.list-sidebar__item {
  padding: .4rem 0;
}

.list-sidebar__link {
  text-decoration: none;
  color: #666;
}

.post-count {
  margin-left: .5em;
  color: #a1a1a1;
}


/**
 * logos
 */

.site-branding .site-title,
.site-branding .site-text-logo {
  margin: 0;
  line-height: 1;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  text-transform: initial;
  color: black;
  display: initial;
  vertical-align: middle;
  font-weight: normal;
  font-size: 0.875rem;
}

@media screen and (min-width: 544px) {
  .site-branding .site-title,
  .site-branding .site-text-logo {
    font-size: 1.1428rem;
  }
}

@media screen and (min-width: 768px) {
  .site-branding .site-title,
  .site-branding .site-text-logo {
    font-size: 1.2857rem;
  }
}

.site-branding .site-logo-div {
  display: inline-block;
}

.site-branding .site-logo-div .custom-logo {
  width: 100%;
}

.hr-article-list {
  display: block;
  clear: both;
  margin-left: .9375rem;
  margin-right: .9375rem;
  border-color: #e9e9e9;
}

@media screen and (min-width: 768px) {
  .hr-article-list {
    display: none;
  }
}

/**
 * _grid.scss
 */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 544px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media screen and (min-width: 768px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media screen and (min-width: 992px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

@media screen and (min-width: 1200px) {
  .row-xl-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xl-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xl-top {
    vertical-align: top;
  }
  .col-xl-middle {
    vertical-align: middle;
  }
  .col-xl-bottom {
    vertical-align: bottom;
  }
}

.grid:after,
.grid:before {
  content: '';
  display: table;
  clear: both;
}

@media screen and (min-width: 544px) {
  .grid-sm__col--1 {
    width: 5.4%;
  }
  .grid-sm__col--2 {
    width: 14%;
  }
  .grid-sm__col--3 {
    width: 22.6%;
  }
  .grid-sm__col--4 {
    width: 31.2%;
  }
  .grid-sm__col--5 {
    width: 39.8%;
  }
  .grid-sm__col--6 {
    width: 48.4%;
  }
  .grid-sm__col--7 {
    width: 57%;
  }
  .grid-sm__col--8 {
    width: 65.6%;
  }
  .grid-sm__col--9 {
    width: 74.2%;
  }
  .grid-sm__col--10 {
    width: 82.8%;
  }
  .grid-sm__col--11 {
    width: 91.4%;
  }
  .grid-sm__col--12 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .grid__col--1 {
    width: 5.4%;
  }
  .grid__push--1 {
    left: 8.6%;
  }
  .grid__pull--1 {
    right: 5.4%;
    margin-left: 0 !important;
  }
  .grid__col--2 {
    width: 14%;
  }
  .grid__push--2 {
    left: 17.2%;
  }
  .grid__pull--2 {
    right: 14%;
    margin-left: 0 !important;
  }
  .grid__col--3 {
    width: 22.6%;
  }
  .grid__push--3 {
    left: 25.8%;
  }
  .grid__pull--3 {
    right: 22.6%;
    margin-left: 0 !important;
  }
  .grid__col--4 {
    width: 31.2%;
  }
  .grid__push--4 {
    left: 34.4%;
  }
  .grid__pull--4 {
    right: 31.2%;
    margin-left: 0 !important;
  }
  .grid__col--5 {
    width: 39.8%;
  }
  .grid__push--5 {
    left: 43%;
  }
  .grid__pull--5 {
    right: 39.8%;
    margin-left: 0 !important;
  }
  .grid__col--6 {
    width: 48.4%;
  }
  .grid__push--6 {
    left: 51.6%;
  }
  .grid__pull--6 {
    right: 48.4%;
    margin-left: 0 !important;
  }
  .grid__col--7 {
    width: 57%;
  }
  .grid__push--7 {
    left: 60.2%;
  }
  .grid__pull--7 {
    right: 57%;
    margin-left: 0 !important;
  }
  .grid__col--8 {
    width: 65.6%;
  }
  .grid__push--8 {
    left: 68.8%;
  }
  .grid__pull--8 {
    right: 65.6%;
    margin-left: 0 !important;
  }
  .grid__col--9 {
    width: 74.2%;
  }
  .grid__push--9 {
    left: 77.4%;
  }
  .grid__pull--9 {
    right: 74.2%;
    margin-left: 0 !important;
  }
  .grid__col--10 {
    width: 82.8%;
  }
  .grid__push--10 {
    left: 86%;
  }
  .grid__pull--10 {
    right: 82.8%;
    margin-left: 0 !important;
  }
  .grid__col--11 {
    width: 91.4%;
  }
  .grid__push--11 {
    left: 94.6%;
  }
  .grid__pull--11 {
    right: 91.4%;
    margin-left: 0 !important;
  }
  .grid__col--12 {
    width: 100%;
  }
  .grid__push--12 {
    left: 103.2%;
  }
  .grid__pull--12 {
    right: 100%;
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .grid-lg__col--1 {
    width: 5.4%;
  }
  .grid-lg__col--2 {
    width: 14%;
  }
  .grid-lg__col--3 {
    width: 22.6%;
  }
  .grid-lg__col--4 {
    width: 31.2%;
  }
  .grid-lg__col--5 {
    width: 39.8%;
  }
  .grid-lg__col--6 {
    width: 48.4%;
  }
  .grid-lg__col--7 {
    width: 57%;
  }
  .grid-lg__col--8 {
    width: 65.6%;
  }
  .grid-lg__col--9 {
    width: 74.2%;
  }
  .grid-lg__col--10 {
    width: 82.8%;
  }
  .grid-lg__col--11 {
    width: 91.4%;
  }
  .grid-lg__col--12 {
    width: 100%;
  }
}

@media screen and (min-width: 544px) {
  [class*="grid-sm__col"] {
    float: left;
    margin: 0;
    position: relative;
  }
  [class*="grid-sm__col"]+[class*="grid-sm__col"] {
    margin-left: 3.2%;
  }
}

@media screen and (min-width: 768px) {
  [class*="grid__col"] {
    float: left;
    margin: 0;
    position: relative;
  }
  [class*="grid__col"]+[class*="grid__col"] {
    margin-left: 3.2%;
  }
}

@media screen and (min-width: 992px) {
  [class*="grid-lg__col"] {
    float: left;
    margin: 0;
    position: relative;
  }
  [class*="grid-lg__col"]+[class*="grid-lg__col"] {
    margin-left: 3.2%;
  }
}

@media screen and (min-width: 544px) {
  .grid-sm__col--right {
    float: right !important;
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .grid__col--right {
    float: right !important;
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .grid-lg__col--right {
    float: right !important;
    margin-left: 0 !important;
  }
}

.grid-frontpage-news-other [class*="col-"] {
  margin-bottom: 3.2%;
}

@media screen and (min-width: 768px) {
  .grid-frontpage-news-other [class*="col-md-"]:nth-of-type(3n+1) {
    clear: left;
  }
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .grid-frontpage-news-other [class*="col-xs-"]:nth-of-type(2n+1) {
    clear: left;
  }
}


/**
 * 共通レイアウト
 */

.site-content-single {
  padding-top: 82px; /* ヘッダーの高さ + 30px */
}

#primary,
#secondary {
  padding-top: 0;
}

#primary {
  padding-bottom: 70px;
}

@media screen and (min-width: 940px) {
  .right-sidebar .content-area {
    padding-right: 80px;
    border-right: none;
    width: 75%;
  }
}

@media screen and (min-width: 940px) {
  #secondary {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .article-list>[class*="col-"]+[class*="col-"] {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .article-list>[class*="col-"]:nth-of-type(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 992px) {
  .site-content-single {
    padding-top: 190px;
  }

  #primary {
    padding-bottom: 100px;
  }
}


/**
 * frontpage
 */

.container-news-latest {
  position: relative;
  padding-top: 92px;
  padding-bottom: 40px;
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.container-news-latest .card-caeng__text {
  color: #dcdcdc;
}

@media screen and (min-width: 992px) {
  .container-news-latest {
    padding-top: 170px;
  }
}

@media screen and (min-width: 768px) {
  .container-news-semilatest {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .frontpage-news-semilatest-second {
    margin-top: 4rem;
  }
}

.frontpage-news-archive {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .frontpage-news-archive {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .frontpage-news-latest-no3 {
    margin-top: 2rem;
  }
}


/**
 * single(個別記事ページ)
 */

.cadev-entry .entry-header {
  border-bottom: 1px solid #cccccc;
}

@media screen and (min-width: 940px) {
  .cadev-entry .entry-header {
    border-bottom: none;
  }
}

@media screen and (min-width: 1200px) {
  .cadev-entry {
    position: relative;
    padding-left: 112px;
  }

  .cadev-entry .entry-date-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    padding: 1rem 0 6rem;
    box-shadow: inset 0 3px 0 0 #333, inset 0 -3px 0 0 #333;
  }

  .common-banner {
    padding-left: 112px;
  }
}

.cadev-entry .entry-date {
  color: #333;
  font-size: 1.1428rem;
  font-weight: bold;
}

.cadev-entry .entry-date__month {
  text-transform: uppercase;
}

.cadev-entry .entry-date__date:before {
  content: '/';
}

.cadev-entry .entry-date__year:before {
  content: '/';
}

@media screen and (min-width: 1200px) {
  .cadev-entry .entry-date {
    font-family: Oswald, sans-serif;
    letter-spacing: .08em;
  }
  .cadev-entry .entry-date__month {
    font-size: 1.5714rem;
  }
  .cadev-entry .entry-date__date {
    font-size: 1.5714rem;
    margin-left: .5rem;
  }
  .cadev-entry .entry-date__date:before {
    content: none;
  }
  .cadev-entry .entry-date__year {
    display: block;
    font-size: 0.875rem;
  }
  .cadev-entry .entry-date__year:before {
    content: none;
  }
}

.cadev-entry .entry-cats__item {
  display: inline-block;
}

.cadev-entry .entry-cats__item > a {
  color: #82be28;
  font-size: .75rem;
  font-weight: 800;
}

.cadev-entry .entry-cats__item+.entry-cats__item:before {
  content: '/';
  margin-left: .5rem;
  margin-right: .5rem;
}

.cadev-entry .entry-meta {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cadev-entry .entry-meta .byline {
  color: #333;
}

@media screen and (max-width: 991px) {
  .cadev-entry .entry-meta .byline {
    display: none;
  }
}

.cadev-entry .entry-meta .author a.url {
  color: #333;
}

.cadev-entry .entry-content {
  padding-top: 4rem;
}

@media screen and (min-width: 940px) {
  .cadev-entry .entry-content {
    padding-top: 2rem;
  }
}

.cadev-entry .entry-content h1,
.cadev-entry .entry-content h2,
.cadev-entry .entry-content h3,
.cadev-entry .entry-content h4,
.cadev-entry .entry-content h5,
.cadev-entry .entry-content h6 {
  padding-top: 1em;
}

.cadev-entry .entry-content h1:nth-child(1),
.cadev-entry .entry-content h2:nth-child(1),
.cadev-entry .entry-content h3:nth-child(1),
.cadev-entry .entry-content h4:nth-child(1),
.cadev-entry .entry-content h5:nth-child(1),
.cadev-entry .entry-content h6:nth-child(1) {
  padding-top: 0;
}

.cadev-entry .entry-content h1 {
  font-size: 1.6428rem;
}

.cadev-entry .entry-content h2 {
  font-size: 1.1428rem;
}

.cadev-entry .entry-content p,
.cadev-entry .entry-content li {
  letter-spacing: .05em;
  font-size: 1.1428rem;
  line-height: 1.8;
  color: #333;
}

.entry-content img {
  border-style: none;
}

.entry-content a {
  color: #82be28;
}

.cadev-entry .entry-title {
  letter-spacing: .1em;
  font-weight: 600;
  line-height: 1.5;
  word-wrap: break-word;
}

@media screen and (min-width: 992px) {
  .cadev-entry .entry-content h1 {
    font-size: 2.1428rem;
  }

  .cadev-entry .entry-content h2 {
    font-size: 1.714rem;
  }

  .cadev-entry .entry-content h3 {
    font-size: 1.4285rem
  }

  .cadev-entry .entry-content h4 {
    font-size: 1.2857rem
  }

  .cadev-entry .entry-content h5,
  .cadev-entry .entry-content h6 {
    font-size: 1.1428rem
  }

  .cadev-entry .entry-header .entry-title {
    font-size: 2.7142rem;
    line-height: 1.5;
  }

  .cadev-entry .entry-content p,
  .cadev-entry .entry-content li {
    font-size: 1.1428rem;
  }
}

.cadev-entry .entry-footer {
  border-top: none;
}

.cadev-entry .saboxplugin-wrap {
  position: relative;
  padding: 24px;
}

@media screen and (min-width: 992px) {
  .cadev-entry .saboxplugin-wrap {
    border: none;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    position: relative;
    padding: 20px 0;
  }
}

.cadev-entry .saboxplugin-wrap .saboxplugin-gravatar {
  margin: 0 auto 20px;
  padding: 0;
  max-width: 100px;
  border: 2px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
}

@media screen and (min-width: 992px) {
  border: 1px solid rgba(0, 0, 0, .1);
}

@media screen and (min-width: 481px) {
  .cadev-entry .saboxplugin-wrap .saboxplugin-gravatar {
    margin-bottom: 0;
    padding: 0;
    margin: 0 20px 20px 0;
  }
}

.cadev-entry .saboxplugin-wrap .saboxplugin-gravatar img {
  border-radius: 50%;
  width: 100%;
}

.cadev-entry .saboxplugin-wrap .saboxplugin-authorname {
  margin: 0 0 1rem;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .cadev-entry .saboxplugin-wrap .saboxplugin-authorname {
    font-size: 1.5714rem;
  }
}

@media screen and (min-width: 481px) {
  .cadev-entry .saboxplugin-wrap .saboxplugin-authorname {
    max-width: 18em;
  }
}

.cadev-entry .saboxplugin-wrap .saboxplugin-authorname a {
  color: #333;
}

.cadev-entry .saboxplugin-wrap .saboxplugin-desc {
  color: #999;
  margin: 0;
  line-height: 2;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .cadev-entry .saboxplugin-wrap .saboxplugin-desc {
    color: #333;
  }
}

.cadev-entry .saboxplugin-wrap .saboxplugin-socials {
  background: none;
  box-shadow: none;
  padding: 0;
}

@media screen and (min-width: 481px) {
  .cadev-entry .saboxplugin-wrap .saboxplugin-socials {
    position: absolute;
    right: 0;
    top: 20px;
  }
}

.cadev-entry .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey {
  margin: 5px;
}

.cadev-entry .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey:before {
  display: inline-block;
}

.cadev-entry .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey:after {
  font-weight: bold;
  vertical-align: middle;
  margin-left: .5rem;
}

@media screen and (min-width: 481px) {
  .cadev-entry .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey:after {
    content: none !important;
  }
}

.cadev-entry .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-facebook:after {
  content: 'facebook';
}

.cadev-entry .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-twitter:after {
  content: 'twitter';
}

.cadev-entry .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-github:after {
  content: 'github';
}

.cadev-entry .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-youtube:after {
  content: 'youtube';
}

.cadev-entry .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-google:after {
  content: 'google';
}

.cadev-entry .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-googleplus:after {
  content: 'google plus';
}

.cadev-entry .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-pinterest:after {
  content: 'pinterest';
}

.cadev-entry .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-linkedin:after {
  content: 'linkedin';
}

.authors-list>[class*="col-"] {
  margin-bottom: 2rem;
}

@media screen and (min-width: 0) {
  .authors-list>[class*="col-xs"]:nth-of-type(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 768px) {
  .authors-list>[class*="col-md"]:nth-of-type(2n+1) {
    clear: none;
  }
  .authors-list>[class*="col-md"]:nth-of-type(4n+1) {
    clear: left;
  }
}


/* codeハイライト時は親のpreタグのpadding分を消す */

.hljs {
  margin: -20px;
}

.entry-content {
  word-wrap: break-word;
}

/* Topの上部記事の背景ぼかし用 */

.container-bg {
  overflow: hidden;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 20%;
  left: 20%;
  filter: blur(30px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size : cover;
  transform: scale(3);
  will-change: opacity;
}

.container-bg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(51, 51, 51, 0.6);
}

.container-bg__anim {
  opacity: 0;
  -webkit-animation: fade-in 1.5s ease 0s 1 normal;
  -moz-animation: fade-in 1.5s ease 0s 1 normal;
  -ms-animation: fade-in 1.5s ease 0s 1 normal;
  animation: fade-in 1.5s ease 0s 1 normal;
}

@-webkit-keyframes fade-in {
  0% {opacity:1;}
  20% {opacity:0;}
  100% {opacity: 1;}
}

/* SNSボタン用 */
.sns {
  margin-bottom: 30px;
}

.sns-area {
}

.sns-share {
  top: 0;
  display:inline-block;
  vertical-align: top;
  padding-right: 5px;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.author-list-widget {
  position: relative;
  padding: 1rem 0;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  color: #666;
}

.author-list-widget::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: auto;
  content: "\f30f";
  font-family: 'ionicons';
  font-size: 1.1428rem;
  line-height: 1;
}

.author-list-widget a {
  color: inherit;;
}

.series {
  margin: 1em;
}

.series-title {
  font-weight: bold;
}